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

Update to A-S 124.20240203050301 on main #5439

Merged
merged 2 commits into from
Feb 3, 2024

Merge branch 'main' into relbot/update-as/ac-124

9db46b6
Select commit
Loading
Failed to load commit list.
Merged

Update to A-S 124.20240203050301 on main #5439

Merge branch 'main' into relbot/update-as/ac-124
9db46b6
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / external-gradle-dependencies-lib-jexl succeeded Feb 3, 2024 in 7m 54s

FirefoxCI (push)

External Gradle dependencies toolchain task (Treeherder push)

Details

View task in Taskcluster
View logs in Taskcluster


[task 2024-02-03T16:29:13.213Z]     consequent = < 1 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     alternate = < 2 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     alternate = < 3 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     
[task 2024-02-03T16:29:13.213Z]   SUCCESS
[task 2024-02-03T16:29:13.213Z] 
[task 2024-02-03T16:29:13.213Z]   TEST: Should parse math expression
[task 2024-02-03T16:29:13.213Z]     [ + ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.213Z]     left = < 42 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     right = < 23 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     
[task 2024-02-03T16:29:13.213Z]   SUCCESS
[task 2024-02-03T16:29:13.213Z] 
[task 2024-02-03T16:29:13.213Z]   TEST: Should handle whitespace in an expression
[task 2024-02-03T16:29:13.213Z]     [ + ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.213Z]     left = < 2 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     right = < 3 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     
[task 2024-02-03T16:29:13.213Z]   SUCCESS
[task 2024-02-03T16:29:13.213Z] 
[task 2024-02-03T16:29:13.213Z]   TEST: Should apply filters to identifiers
[task 2024-02-03T16:29:13.213Z]     < baz > ( IDENTIFIER ) [ relative = false ]
[task 2024-02-03T16:29:13.213Z]     from = [ . ] ( FILTER_EXPRESSION ) [ relative = true ]
[task 2024-02-03T16:29:13.213Z]     expression = [ == ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.213Z]     left = [ . ] ( FILTER_EXPRESSION ) [ relative = false ]
[task 2024-02-03T16:29:13.213Z]     expression = < 0 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     subject = < bar > ( IDENTIFIER ) [ relative = true ]
[task 2024-02-03T16:29:13.213Z]     right = < tek > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     subject = [ . ] ( FILTER_EXPRESSION ) [ relative = false ]
[task 2024-02-03T16:29:13.213Z]     expression = < 1 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     subject = < foo > ( IDENTIFIER ) [ relative = false ]
[task 2024-02-03T16:29:13.213Z]     
[task 2024-02-03T16:29:13.213Z]   SUCCESS
[task 2024-02-03T16:29:13.213Z] 
[task 2024-02-03T16:29:13.213Z]   TEST: Should parse expression following operator precedence
[task 2024-02-03T16:29:13.213Z]     [ + ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.213Z]     left = < 5 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     right = [ * ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.213Z]     left = < 7 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     right = < 2 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     
[task 2024-02-03T16:29:13.213Z]     [ + ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.213Z]     left = [ * ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.213Z]     left = < 5 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     right = < 7 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     right = < 2 > ( LITERAL )
[task 2024-02-03T16:29:13.213Z]     
[task 2024-02-03T16:29:13.213Z]   SUCCESS
[task 2024-02-03T16:29:13.213Z] 
[task 2024-02-03T16:29:13.213Z]   TEST: Should handle a ternary expression
[task 2024-02-03T16:29:13.213Z]     < ? > ( CONDITIONAL_EXPRESSION )
[task 2024-02-03T16:29:13.213Z]     test = < foo > ( IDENTIFIER ) [ relative = false ]
[task 2024-02-03T16:29:13.214Z]     consequent = < 1 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     alternate = < 0 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z]   TEST: Should handle encapsulation of subtree
[task 2024-02-03T16:29:13.214Z]     [ == ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     left = [ + ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     left = < 2 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     right = [ * ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     left = < 3 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     right = < 4 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     right = [ - ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     left = [ / ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     left = < 5 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     right = < 6 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     right = < 7 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z]   TEST: Should throw on incomplete expression
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z]   TEST: Should allow dot notation for all operands
[task 2024-02-03T16:29:13.214Z]     [ + ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     left = < length > ( IDENTIFIER ) [ relative = false ]
[task 2024-02-03T16:29:13.214Z]     from = < foo > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     right = < foo > ( IDENTIFIER ) [ relative = false ]
[task 2024-02-03T16:29:13.214Z]     from = <Object> ( OBJECT_LITERAL )
[task 2024-02-03T16:29:13.214Z]     foo : < bar > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z]   TEST: Should handle nested, non-grouped ternary expressions
[task 2024-02-03T16:29:13.214Z]     < ? > ( CONDITIONAL_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     test = < foo > ( IDENTIFIER ) [ relative = false ]
[task 2024-02-03T16:29:13.214Z]     consequent = < ? > ( CONDITIONAL_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     test = < bar > ( IDENTIFIER ) [ relative = false ]
[task 2024-02-03T16:29:13.214Z]     consequent = < 1 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     alternate = < 2 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     alternate = < 3 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z]   TEST: Should handle a unary operator
[task 2024-02-03T16:29:13.214Z]     [ - ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     left = [ * ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     left = < 1 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     right = [ ! ] ( UNARY_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     right = [ ! ] ( UNARY_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     right = < true > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     right = < 2 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z]   TEST: Should handle ternary expression with objects
[task 2024-02-03T16:29:13.214Z]     < ? > ( CONDITIONAL_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     test = < foo > ( IDENTIFIER ) [ relative = false ]
[task 2024-02-03T16:29:13.214Z]     consequent = <Object> ( OBJECT_LITERAL )
[task 2024-02-03T16:29:13.214Z]     bar : < tek > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     alternate = < baz > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z]   TEST: Should handle nested subexpressions
[task 2024-02-03T16:29:13.214Z]     [ / ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     left = [ * ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     left = < 4 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     right = [ + ] ( BINARY_EXPRESSION )
[task 2024-02-03T16:29:13.214Z]     left = < 2 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     right = < 3 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     right = < 5 > ( LITERAL )
[task 2024-02-03T16:29:13.214Z]     
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z] SUITE: mozilla.components.lib.jexl.value.JexlValueTest
[task 2024-02-03T16:29:13.214Z]   TEST: array arithmetic
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z]   TEST: integer arithmetic
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z]   TEST: object arithmetic
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z]   TEST: double arithmetic
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z]   TEST: string arithmetic
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z]   TEST: boolean arithmetic
[task 2024-02-03T16:29:13.214Z]   SUCCESS
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z] 
[task 2024-02-03T16:29:13.214Z] > Task :lib-jexl:jacocoDebugTestReport SKIPPED
[task 2024-02-03T16:29:13.214Z] > Task :lib-jexl:jacocoReleaseTestReport SKIPPED
[task 2024-02-03T16:29:13.214Z] > Task :lib-jexl:test
[task 2024-02-03T16:29:20.610Z] > Task :lib-jexl:lintReportRelease
[task 2024-02-03T16:29:20.610Z] > Task :lib-jexl:lintRelease
[task 2024-02-03T16:29:20.610Z] 
[task 2024-02-03T16:29:20.610Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[task 2024-02-03T16:29:20.610Z] 
[task 2024-02-03T16:29:20.610Z] 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-02-03T16:29:20.610Z] 
[task 2024-02-03T16:29:20.610Z] For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
[task 2024-02-03T16:29:20.610Z] 
[task 2024-02-03T16:29:20.610Z] BUILD SUCCESSFUL in 40s
[task 2024-02-03T16:29:20.610Z] 119 actionable tasks: 85 executed, 26 from cache, 8 up-to-date
[task 2024-02-03T16:29:21.039Z] 
[task 2024-02-03T16:29:21.039Z] . "$REPO_ROOT_DIR/taskcluster/scripts/toolchain/external-gradle-dependencies/after.sh"
[task 2024-02-03T16:29:21.039Z] + . /builds/worker/checkouts/vcs/taskcluster/scripts/toolchain/external-gradle-dependencies/after.sh
[task 2024-02-03T16:29:21.039Z] #!/bin/bash
[task 2024-02-03T16:29:21.039Z] 
[task 2024-02-03T16:29:21.039Z] # This Source Code Form is subject to the terms of the Mozilla Public
[task 2024-02-03T16:29:21.039Z] # License, v. 2.0. If a copy of the MPL was not distributed with this
[task 2024-02-03T16:29:21.039Z] # file, You can obtain one at http://mozilla.org/MPL/2.0/.
[task 2024-02-03T16:29:21.039Z] 
[task 2024-02-03T16:29:21.039Z] # This is inspired by
[task 2024-02-03T16:29:21.039Z] # https://searchfox.org/mozilla-central/rev/2cd2d511c0d94a34fb7fa3b746f54170ee759e35/taskcluster/scripts/misc/android-gradle-dependencies/after.sh.
[task 2024-02-03T16:29:21.039Z] # gradle-plugins was removed because it's not used in this project.
[task 2024-02-03T16:29:21.039Z] 
[task 2024-02-03T16:29:21.039Z] set -x -e -v
[task 2024-02-03T16:29:21.039Z] ++ set -x -e -v
[task 2024-02-03T16:29:21.039Z] 
[task 2024-02-03T16:29:21.039Z] echo "running as $(id)"
[task 2024-02-03T16:29:21.039Z] +++ id
[task 2024-02-03T16:29:21.040Z] ++ echo 'running as uid=1000(worker) gid=1000(worker) groups=1000(worker)'
[task 2024-02-03T16:29:21.040Z] running as uid=1000(worker) gid=1000(worker) groups=1000(worker)
[task 2024-02-03T16:29:21.040Z] 
[task 2024-02-03T16:29:21.040Z] : WORKSPACE "${WORKSPACE:=/builds/worker/workspace}"
[task 2024-02-03T16:29:21.040Z] ++ : WORKSPACE /builds/worker/workspace
[task 2024-02-03T16:29:21.040Z] ARTIFACTS_TARGET_DIR='/builds/worker/artifacts'
[task 2024-02-03T16:29:21.040Z] ++ ARTIFACTS_TARGET_DIR=/builds/worker/artifacts
[task 2024-02-03T16:29:21.040Z] EXTERNAL_DEPS='external-gradle-dependencies'
[task 2024-02-03T16:29:21.040Z] ++ EXTERNAL_DEPS=external-gradle-dependencies
[task 2024-02-03T16:29:21.040Z] NEXUS_STORAGE_DIR="$NEXUS_WORK/storage"
[task 2024-02-03T16:29:21.040Z] ++ NEXUS_STORAGE_DIR=/builds/worker/workspace/nexus/storage
[task 2024-02-03T16:29:21.040Z] NEXUS_DIRS="$NEXUS_STORAGE_DIR/google $NEXUS_STORAGE_DIR/central"
[task 2024-02-03T16:29:21.040Z] ++ NEXUS_DIRS='/builds/worker/workspace/nexus/storage/google /builds/worker/workspace/nexus/storage/central'
[task 2024-02-03T16:29:21.040Z] BAD_DOWNLOADS_FILE="$WORKSPACE/bad_downloads.txt"
[task 2024-02-03T16:29:21.040Z] ++ BAD_DOWNLOADS_FILE=/builds/worker/workspace/bad_downloads.txt
[task 2024-02-03T16:29:21.040Z] BAD_DOWNLOADS_EXIT_CODE=17
[task 2024-02-03T16:29:21.040Z] ++ BAD_DOWNLOADS_EXIT_CODE=17
[task 2024-02-03T16:29:21.040Z] 
[task 2024-02-03T16:29:21.040Z] 
[task 2024-02-03T16:29:21.040Z] function _package_artifacts_downloaded_by_nexus() {
[task 2024-02-03T16:29:21.040Z]     pushd "$WORKSPACE"
[task 2024-02-03T16:29:21.040Z] 
[task 2024-02-03T16:29:21.040Z]     mkdir -p "$WORKSPACE/$EXTERNAL_DEPS" "$ARTIFACTS_TARGET_DIR"
[task 2024-02-03T16:29:21.040Z]     for nexus_dir in $NEXUS_DIRS; do
[task 2024-02-03T16:29:21.040Z]         cp -R "$nexus_dir" "$EXTERNAL_DEPS"
[task 2024-02-03T16:29:21.040Z]     done
[task 2024-02-03T16:29:21.040Z] 
[task 2024-02-03T16:29:21.040Z]     tar cf - "$EXTERNAL_DEPS" | xz > "$ARTIFACTS_TARGET_DIR/$EXTERNAL_DEPS.tar.xz"
[task 2024-02-03T16:29:21.041Z]     popd
[task 2024-02-03T16:29:21.041Z] }
[task 2024-02-03T16:29:21.041Z] 
[task 2024-02-03T16:29:21.041Z] 
[task 2024-02-03T16:29:21.041Z] function _ensure_artifacts_are_sane() {
[task 2024-02-03T16:29:21.041Z]     # Let's find empty files or unfinished downloads
[task 2024-02-03T16:29:21.041Z]     find "$WORKSPACE/$EXTERNAL_DEPS" -size 0 -o -name '*.part' > "$BAD_DOWNLOADS_FILE"
[task 2024-02-03T16:29:21.041Z] 
[task 2024-02-03T16:29:21.041Z]     if [ -s "$BAD_DOWNLOADS_FILE" ]; then
[task 2024-02-03T16:29:21.041Z]         echo "ERROR: Some artifacts were not correctly downloaded! Please look at:"
[task 2024-02-03T16:29:21.041Z]         cat "$BAD_DOWNLOADS_FILE"
[task 2024-02-03T16:29:21.041Z]         exit $BAD_DOWNLOADS_EXIT_CODE
[task 2024-02-03T16:29:21.041Z]     fi
[task 2024-02-03T16:29:21.041Z] }
[task 2024-02-03T16:29:21.041Z] 
[task 2024-02-03T16:29:21.041Z] 
[task 2024-02-03T16:29:21.041Z] _package_artifacts_downloaded_by_nexus
[task 2024-02-03T16:29:21.041Z] ++ _package_artifacts_downloaded_by_nexus
[task 2024-02-03T16:29:21.041Z] ++ pushd /builds/worker/workspace
[task 2024-02-03T16:29:21.041Z] ~/workspace ~/checkouts/vcs/android-components ~/checkouts
[task 2024-02-03T16:29:21.041Z] ++ mkdir -p /builds/worker/workspace/external-gradle-dependencies /builds/worker/artifacts
[task 2024-02-03T16:29:21.041Z] ++ for nexus_dir in $NEXUS_DIRS
[task 2024-02-03T16:29:21.041Z] ++ cp -R /builds/worker/workspace/nexus/storage/google external-gradle-dependencies
[task 2024-02-03T16:29:21.185Z] ++ for nexus_dir in $NEXUS_DIRS
[task 2024-02-03T16:29:21.185Z] ++ cp -R /builds/worker/workspace/nexus/storage/central external-gradle-dependencies
[task 2024-02-03T16:29:21.371Z] ++ tar cf - external-gradle-dependencies
[task 2024-02-03T16:29:21.371Z] ++ xz
[task 2024-02-03T16:31:23.600Z] ++ popd
[task 2024-02-03T16:31:23.600Z] ~/checkouts/vcs/android-components ~/checkouts
[task 2024-02-03T16:31:23.600Z] _ensure_artifacts_are_sane
[task 2024-02-03T16:31:23.600Z] ++ _ensure_artifacts_are_sane
[task 2024-02-03T16:31:23.600Z] ++ find /builds/worker/workspace/external-gradle-dependencies -size 0 -o -name '*.part'
[task 2024-02-03T16:31:23.628Z] ++ '[' -s /builds/worker/workspace/bad_downloads.txt ']'
[task 2024-02-03T16:31:23.628Z] 
[task 2024-02-03T16:31:23.628Z] popd
[task 2024-02-03T16:31:23.628Z] + popd
[task 2024-02-03T16:31:23.628Z] ~/checkouts
[fetches 2024-02-03T16:31:23.628Z] removing /builds/worker/fetches
[fetches 2024-02-03T16:31:24.336Z] finished
[taskcluster 2024-02-03 16:31:24.742Z] === Task Finished ===
[taskcluster 2024-02-03 16:31:28.391Z] Successful task run with exit code: 0 completed in 397.56 seconds