Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Update to GeckoView Beta 125.0.20240401091600 on releases_v125 #6062

Merged
merged 1 commit into from
Apr 1, 2024

Update GeckoView (Beta) to 125.0.20240401091600.

0890a98
Select commit
Loading
Failed to load commit list.
Merged

Update to GeckoView Beta 125.0.20240401091600 on releases_v125 #6062

Update GeckoView (Beta) to 125.0.20240401091600.
0890a98
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / external-gradle-dependencies-lib-jexl succeeded Apr 1, 2024 in 10m 52s

FirefoxCI (push)

External Gradle dependencies toolchain task (Treeherder push)

Details

View task in Taskcluster
View logs in Taskcluster


[task 2024-04-01T13:31:36.658Z] 
[task 2024-04-01T13:31:36.658Z]   TEST: Should handle whitespace in an expression
[task 2024-04-01T13:31:36.658Z]     [ + ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.658Z]     left = < 2 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     right = < 3 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     
[task 2024-04-01T13:31:36.658Z]   SUCCESS
[task 2024-04-01T13:31:36.658Z] 
[task 2024-04-01T13:31:36.658Z]   TEST: Should apply filters to identifiers
[task 2024-04-01T13:31:36.658Z]     < baz > ( IDENTIFIER ) [ relative = false ]
[task 2024-04-01T13:31:36.658Z]     from = [ . ] ( FILTER_EXPRESSION ) [ relative = true ]
[task 2024-04-01T13:31:36.658Z]     expression = [ == ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.658Z]     left = [ . ] ( FILTER_EXPRESSION ) [ relative = false ]
[task 2024-04-01T13:31:36.658Z]     expression = < 0 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     subject = < bar > ( IDENTIFIER ) [ relative = true ]
[task 2024-04-01T13:31:36.658Z]     right = < tek > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     subject = [ . ] ( FILTER_EXPRESSION ) [ relative = false ]
[task 2024-04-01T13:31:36.658Z]     expression = < 1 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     subject = < foo > ( IDENTIFIER ) [ relative = false ]
[task 2024-04-01T13:31:36.658Z]     
[task 2024-04-01T13:31:36.658Z]   SUCCESS
[task 2024-04-01T13:31:36.658Z] 
[task 2024-04-01T13:31:36.658Z]   TEST: Should parse expression following operator precedence
[task 2024-04-01T13:31:36.658Z]     [ + ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.658Z]     left = < 5 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     right = [ * ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.658Z]     left = < 7 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     right = < 2 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     
[task 2024-04-01T13:31:36.658Z]     [ + ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.658Z]     left = [ * ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.658Z]     left = < 5 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     right = < 7 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     right = < 2 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     
[task 2024-04-01T13:31:36.658Z]   SUCCESS
[task 2024-04-01T13:31:36.658Z] 
[task 2024-04-01T13:31:36.658Z]   TEST: Should handle a ternary expression
[task 2024-04-01T13:31:36.658Z]     < ? > ( CONDITIONAL_EXPRESSION )
[task 2024-04-01T13:31:36.658Z]     test = < foo > ( IDENTIFIER ) [ relative = false ]
[task 2024-04-01T13:31:36.658Z]     consequent = < 1 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     alternate = < 0 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     
[task 2024-04-01T13:31:36.658Z]   SUCCESS
[task 2024-04-01T13:31:36.658Z] 
[task 2024-04-01T13:31:36.658Z]   TEST: Should handle encapsulation of subtree
[task 2024-04-01T13:31:36.658Z]     [ == ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.658Z]     left = [ + ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.658Z]     left = < 2 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     right = [ * ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.658Z]     left = < 3 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     right = < 4 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     right = [ - ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.658Z]     left = [ / ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.658Z]     left = < 5 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     right = < 6 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     right = < 7 > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     
[task 2024-04-01T13:31:36.658Z]   SUCCESS
[task 2024-04-01T13:31:36.658Z] 
[task 2024-04-01T13:31:36.658Z]   TEST: Should throw on incomplete expression
[task 2024-04-01T13:31:36.658Z]   SUCCESS
[task 2024-04-01T13:31:36.658Z] 
[task 2024-04-01T13:31:36.658Z]   TEST: Should allow dot notation for all operands
[task 2024-04-01T13:31:36.658Z]     [ + ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.658Z]     left = < length > ( IDENTIFIER ) [ relative = false ]
[task 2024-04-01T13:31:36.658Z]     from = < foo > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     right = < foo > ( IDENTIFIER ) [ relative = false ]
[task 2024-04-01T13:31:36.658Z]     from = <Object> ( OBJECT_LITERAL )
[task 2024-04-01T13:31:36.658Z]     foo : < bar > ( LITERAL )
[task 2024-04-01T13:31:36.658Z]     
[task 2024-04-01T13:31:36.658Z]   SUCCESS
[task 2024-04-01T13:31:36.658Z] 
[task 2024-04-01T13:31:36.658Z]   TEST: Should handle nested, non-grouped ternary expressions
[task 2024-04-01T13:31:36.659Z]     < ? > ( CONDITIONAL_EXPRESSION )
[task 2024-04-01T13:31:36.659Z]     test = < foo > ( IDENTIFIER ) [ relative = false ]
[task 2024-04-01T13:31:36.659Z]     consequent = < ? > ( CONDITIONAL_EXPRESSION )
[task 2024-04-01T13:31:36.659Z]     test = < bar > ( IDENTIFIER ) [ relative = false ]
[task 2024-04-01T13:31:36.659Z]     consequent = < 1 > ( LITERAL )
[task 2024-04-01T13:31:36.659Z]     alternate = < 2 > ( LITERAL )
[task 2024-04-01T13:31:36.659Z]     alternate = < 3 > ( LITERAL )
[task 2024-04-01T13:31:36.659Z]     
[task 2024-04-01T13:31:36.659Z]   SUCCESS
[task 2024-04-01T13:31:36.659Z] 
[task 2024-04-01T13:31:36.659Z]   TEST: Should handle a unary operator
[task 2024-04-01T13:31:36.659Z]     [ - ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.659Z]     left = [ * ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.659Z]     left = < 1 > ( LITERAL )
[task 2024-04-01T13:31:36.659Z]     right = [ ! ] ( UNARY_EXPRESSION )
[task 2024-04-01T13:31:36.659Z]     right = [ ! ] ( UNARY_EXPRESSION )
[task 2024-04-01T13:31:36.659Z]     right = < true > ( LITERAL )
[task 2024-04-01T13:31:36.659Z]     right = < 2 > ( LITERAL )
[task 2024-04-01T13:31:36.659Z]     
[task 2024-04-01T13:31:36.659Z]   SUCCESS
[task 2024-04-01T13:31:36.659Z] 
[task 2024-04-01T13:31:36.659Z]   TEST: Should handle ternary expression with objects
[task 2024-04-01T13:31:36.659Z]     < ? > ( CONDITIONAL_EXPRESSION )
[task 2024-04-01T13:31:36.659Z]     test = < foo > ( IDENTIFIER ) [ relative = false ]
[task 2024-04-01T13:31:36.659Z]     consequent = <Object> ( OBJECT_LITERAL )
[task 2024-04-01T13:31:36.659Z]     bar : < tek > ( LITERAL )
[task 2024-04-01T13:31:36.659Z]     alternate = < baz > ( LITERAL )
[task 2024-04-01T13:31:36.659Z]     
[task 2024-04-01T13:31:36.659Z]   SUCCESS
[task 2024-04-01T13:31:36.659Z] 
[task 2024-04-01T13:31:36.659Z]   TEST: Should handle nested subexpressions
[task 2024-04-01T13:31:36.659Z]     [ / ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.659Z]     left = [ * ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.659Z]     left = < 4 > ( LITERAL )
[task 2024-04-01T13:31:36.659Z]     right = [ + ] ( BINARY_EXPRESSION )
[task 2024-04-01T13:31:36.659Z]     left = < 2 > ( LITERAL )
[task 2024-04-01T13:31:36.659Z]     right = < 3 > ( LITERAL )
[task 2024-04-01T13:31:36.659Z]     right = < 5 > ( LITERAL )
[task 2024-04-01T13:31:36.659Z]     
[task 2024-04-01T13:31:36.659Z]   SUCCESS
[task 2024-04-01T13:31:36.659Z] 
[task 2024-04-01T13:31:36.659Z] 
[task 2024-04-01T13:31:36.659Z] SUITE: mozilla.components.lib.jexl.value.JexlValueTest
[task 2024-04-01T13:31:36.659Z]   TEST: array arithmetic
[task 2024-04-01T13:31:36.659Z]   SUCCESS
[task 2024-04-01T13:31:36.659Z] 
[task 2024-04-01T13:31:36.659Z]   TEST: integer arithmetic
[task 2024-04-01T13:31:36.659Z]   SUCCESS
[task 2024-04-01T13:31:36.659Z] 
[task 2024-04-01T13:31:36.659Z]   TEST: object arithmetic
[task 2024-04-01T13:31:36.659Z]   SUCCESS
[task 2024-04-01T13:31:36.659Z] 
[task 2024-04-01T13:31:36.659Z]   TEST: double arithmetic
[task 2024-04-01T13:31:36.659Z]   SUCCESS
[task 2024-04-01T13:31:36.659Z] 
[task 2024-04-01T13:31:36.659Z]   TEST: string arithmetic
[task 2024-04-01T13:31:36.659Z]   SUCCESS
[task 2024-04-01T13:31:36.659Z] 
[task 2024-04-01T13:31:36.659Z]   TEST: boolean arithmetic
[task 2024-04-01T13:31:36.659Z]   SUCCESS
[task 2024-04-01T13:31:36.659Z] 
[task 2024-04-01T13:31:36.659Z] 
[task 2024-04-01T13:31:36.659Z] > Task :lib-jexl:jacocoDebugTestReport SKIPPED
[task 2024-04-01T13:31:36.659Z] > Task :lib-jexl:jacocoReleaseTestReport SKIPPED
[task 2024-04-01T13:31:36.659Z] > Task :lib-jexl:test
[task 2024-04-01T13:31:36.659Z] > Task :tooling-lint:compileJava NO-SOURCE
[task 2024-04-01T13:31:36.659Z] > Task :tooling-lint:processResources NO-SOURCE
[task 2024-04-01T13:31:36.659Z] > Task :tooling-lint:classes UP-TO-DATE
[task 2024-04-01T13:31:36.659Z] > Task :tooling-lint:jar
[task 2024-04-01T13:31:36.659Z] > Task :lib-jexl:packageDebugAndroidTest
[task 2024-04-01T13:31:36.659Z] > Task :lib-jexl:createDebugAndroidTestApkListingFileRedirect
[task 2024-04-01T13:31:36.659Z] > Task :lib-jexl:assembleDebugAndroidTest
[task 2024-04-01T13:31:36.659Z] > Task :lib-jexl:assembleAndroidTest
[task 2024-04-01T13:31:38.653Z] 
[task 2024-04-01T13:31:38.653Z] > Task :lib-jexl:lintAnalyzeRelease
[task 2024-04-01T13:31:38.653Z] mozilla.components.tooling.lint.LintIssueRegistry in /builds/worker/checkouts/vcs/android-components/components/tooling/lint/build/libs/tooling-lint.jar does not specify a vendor; see IssueRegistry#vendor
[task 2024-04-01T13:31:51.053Z] 
[task 2024-04-01T13:31:51.053Z] > Task :lib-jexl:lintReportRelease
[task 2024-04-01T13:31:51.053Z] > Task :lib-jexl:lintRelease
[task 2024-04-01T13:31:51.153Z] 
[task 2024-04-01T13:31:51.153Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[task 2024-04-01T13:31:51.153Z] 
[task 2024-04-01T13:31:51.153Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[task 2024-04-01T13:31:51.153Z] 
[task 2024-04-01T13:31:51.153Z] For more on this, please refer to https://docs.gradle.org/8.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
[task 2024-04-01T13:31:51.153Z] 
[task 2024-04-01T13:31:51.153Z] BUILD SUCCESSFUL in 54s
[task 2024-04-01T13:31:51.153Z] 127 actionable tasks: 93 executed, 26 from cache, 8 up-to-date
[task 2024-04-01T13:31:51.529Z] 
[task 2024-04-01T13:31:51.529Z] . "$REPO_ROOT_DIR/taskcluster/scripts/toolchain/external-gradle-dependencies/after.sh"
[task 2024-04-01T13:31:51.529Z] + . /builds/worker/checkouts/vcs/taskcluster/scripts/toolchain/external-gradle-dependencies/after.sh
[task 2024-04-01T13:31:51.529Z] #!/bin/bash
[task 2024-04-01T13:31:51.529Z] 
[task 2024-04-01T13:31:51.529Z] # This Source Code Form is subject to the terms of the Mozilla Public
[task 2024-04-01T13:31:51.529Z] # License, v. 2.0. If a copy of the MPL was not distributed with this
[task 2024-04-01T13:31:51.529Z] # file, You can obtain one at http://mozilla.org/MPL/2.0/.
[task 2024-04-01T13:31:51.529Z] 
[task 2024-04-01T13:31:51.529Z] # This is inspired by
[task 2024-04-01T13:31:51.529Z] # https://searchfox.org/mozilla-central/rev/2cd2d511c0d94a34fb7fa3b746f54170ee759e35/taskcluster/scripts/misc/android-gradle-dependencies/after.sh.
[task 2024-04-01T13:31:51.529Z] # gradle-plugins was removed because it's not used in this project.
[task 2024-04-01T13:31:51.529Z] 
[task 2024-04-01T13:31:51.529Z] set -x -e -v
[task 2024-04-01T13:31:51.529Z] ++ set -x -e -v
[task 2024-04-01T13:31:51.529Z] 
[task 2024-04-01T13:31:51.529Z] echo "running as $(id)"
[task 2024-04-01T13:31:51.529Z] +++ id
[task 2024-04-01T13:31:51.531Z] ++ echo 'running as uid=1000(worker) gid=1000(worker) groups=1000(worker)'
[task 2024-04-01T13:31:51.531Z] running as uid=1000(worker) gid=1000(worker) groups=1000(worker)
[task 2024-04-01T13:31:51.531Z] 
[task 2024-04-01T13:31:51.531Z] : WORKSPACE "${WORKSPACE:=/builds/worker/workspace}"
[task 2024-04-01T13:31:51.531Z] ++ : WORKSPACE /builds/worker/workspace
[task 2024-04-01T13:31:51.531Z] ARTIFACTS_TARGET_DIR='/builds/worker/artifacts'
[task 2024-04-01T13:31:51.531Z] ++ ARTIFACTS_TARGET_DIR=/builds/worker/artifacts
[task 2024-04-01T13:31:51.531Z] EXTERNAL_DEPS='external-gradle-dependencies'
[task 2024-04-01T13:31:51.531Z] ++ EXTERNAL_DEPS=external-gradle-dependencies
[task 2024-04-01T13:31:51.531Z] NEXUS_STORAGE_DIR="$NEXUS_WORK/storage"
[task 2024-04-01T13:31:51.531Z] ++ NEXUS_STORAGE_DIR=/builds/worker/workspace/nexus/storage
[task 2024-04-01T13:31:51.531Z] NEXUS_DIRS="$NEXUS_STORAGE_DIR/google $NEXUS_STORAGE_DIR/central"
[task 2024-04-01T13:31:51.531Z] ++ NEXUS_DIRS='/builds/worker/workspace/nexus/storage/google /builds/worker/workspace/nexus/storage/central'
[task 2024-04-01T13:31:51.531Z] BAD_DOWNLOADS_FILE="$WORKSPACE/bad_downloads.txt"
[task 2024-04-01T13:31:51.531Z] ++ BAD_DOWNLOADS_FILE=/builds/worker/workspace/bad_downloads.txt
[task 2024-04-01T13:31:51.531Z] BAD_DOWNLOADS_EXIT_CODE=17
[task 2024-04-01T13:31:51.531Z] ++ BAD_DOWNLOADS_EXIT_CODE=17
[task 2024-04-01T13:31:51.531Z] 
[task 2024-04-01T13:31:51.531Z] 
[task 2024-04-01T13:31:51.531Z] function _package_artifacts_downloaded_by_nexus() {
[task 2024-04-01T13:31:51.531Z]     pushd "$WORKSPACE"
[task 2024-04-01T13:31:51.531Z] 
[task 2024-04-01T13:31:51.531Z]     mkdir -p "$WORKSPACE/$EXTERNAL_DEPS" "$ARTIFACTS_TARGET_DIR"
[task 2024-04-01T13:31:51.531Z]     for nexus_dir in $NEXUS_DIRS; do
[task 2024-04-01T13:31:51.531Z]         cp -R "$nexus_dir" "$EXTERNAL_DEPS"
[task 2024-04-01T13:31:51.531Z]     done
[task 2024-04-01T13:31:51.531Z] 
[task 2024-04-01T13:31:51.531Z]     tar cf - "$EXTERNAL_DEPS" | xz > "$ARTIFACTS_TARGET_DIR/$EXTERNAL_DEPS.tar.xz"
[task 2024-04-01T13:31:51.531Z]     popd
[task 2024-04-01T13:31:51.531Z] }
[task 2024-04-01T13:31:51.531Z] 
[task 2024-04-01T13:31:51.531Z] 
[task 2024-04-01T13:31:51.531Z] function _ensure_artifacts_are_sane() {
[task 2024-04-01T13:31:51.531Z]     # Let's find empty files or unfinished downloads
[task 2024-04-01T13:31:51.531Z]     find "$WORKSPACE/$EXTERNAL_DEPS" -size 0 -o -name '*.part' > "$BAD_DOWNLOADS_FILE"
[task 2024-04-01T13:31:51.531Z] 
[task 2024-04-01T13:31:51.531Z]     if [ -s "$BAD_DOWNLOADS_FILE" ]; then
[task 2024-04-01T13:31:51.531Z]         echo "ERROR: Some artifacts were not correctly downloaded! Please look at:"
[task 2024-04-01T13:31:51.531Z]         cat "$BAD_DOWNLOADS_FILE"
[task 2024-04-01T13:31:51.531Z]         exit $BAD_DOWNLOADS_EXIT_CODE
[task 2024-04-01T13:31:51.531Z]     fi
[task 2024-04-01T13:31:51.531Z] }
[task 2024-04-01T13:31:51.531Z] 
[task 2024-04-01T13:31:51.531Z] 
[task 2024-04-01T13:31:51.531Z] _package_artifacts_downloaded_by_nexus
[task 2024-04-01T13:31:51.531Z] ++ _package_artifacts_downloaded_by_nexus
[task 2024-04-01T13:31:51.531Z] ++ pushd /builds/worker/workspace
[task 2024-04-01T13:31:51.531Z] ~/workspace ~/checkouts/vcs/android-components ~/checkouts
[task 2024-04-01T13:31:51.531Z] ++ mkdir -p /builds/worker/workspace/external-gradle-dependencies /builds/worker/artifacts
[task 2024-04-01T13:31:51.532Z] ++ for nexus_dir in $NEXUS_DIRS
[task 2024-04-01T13:31:51.532Z] ++ cp -R /builds/worker/workspace/nexus/storage/google external-gradle-dependencies
[task 2024-04-01T13:31:51.739Z] ++ for nexus_dir in $NEXUS_DIRS
[task 2024-04-01T13:31:51.739Z] ++ cp -R /builds/worker/workspace/nexus/storage/central external-gradle-dependencies
[task 2024-04-01T13:31:51.986Z] ++ tar cf - external-gradle-dependencies
[task 2024-04-01T13:31:51.986Z] ++ xz
[task 2024-04-01T13:34:36.552Z] ++ popd
[task 2024-04-01T13:34:36.552Z] ~/checkouts/vcs/android-components ~/checkouts
[task 2024-04-01T13:34:36.552Z] _ensure_artifacts_are_sane
[task 2024-04-01T13:34:36.552Z] ++ _ensure_artifacts_are_sane
[task 2024-04-01T13:34:36.552Z] ++ find /builds/worker/workspace/external-gradle-dependencies -size 0 -o -name '*.part'
[task 2024-04-01T13:34:36.586Z] ++ '[' -s /builds/worker/workspace/bad_downloads.txt ']'
[task 2024-04-01T13:34:36.586Z] 
[task 2024-04-01T13:34:36.586Z] popd
[task 2024-04-01T13:34:36.586Z] + popd
[task 2024-04-01T13:34:36.586Z] ~/checkouts
[fetches 2024-04-01T13:34:36.587Z] removing /builds/worker/fetches
[fetches 2024-04-01T13:34:37.289Z] finished
[taskcluster 2024-04-01 13:34:37.688Z] === Task Finished ===
[taskcluster 2024-04-01 13:34:42.388Z] Successful task run with exit code: 0 completed in 507.71 seconds