01KZCKHBQ26C3FNP2NEYJ1TQMS: clippy (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KZCKHT60Y7BB8RXZ7HA9DDVS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-06T22:37:52.193Zjob assigned to worker 01KZCKJ20BD22F97R3F4F5NVWH [factory aws, i-0eca9f34f071c59e0] (queued for 58 s)
 
22026-08-06T22:37:58.347Zstarting task 0: "setup"
32026-08-06T22:37:58.353Z++ uname -s
42026-08-06T22:37:58.356Z+ kern=SunOS
52026-08-06T22:37:58.356Z+ build_user=build
62026-08-06T22:37:58.356Z+ build_uid=12345
72026-08-06T22:37:58.356Z+ work_dir=/work
82026-08-06T22:37:58.356Z+ input_dir=/input
92026-08-06T22:37:58.357Z+ [[ 0 == 12345 ]]
102026-08-06T22:37:58.357Z+ case "$kern" in
112026-08-06T22:37:58.357Z+ groupadd -g 12345 build
122026-08-06T22:37:58.357Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-06T22:38:00.361Z+ zfs create -o mountpoint=/work rpool/work
142026-08-06T22:38:00.459Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-06T22:38:00.464Z+ home_fs=zfs
162026-08-06T22:38:00.464Z+ [[ zfs == autofs ]]
172026-08-06T22:38:00.464Z+ mkdir -p /home/build
182026-08-06T22:38:00.464Z+ chown build:build /home/build /work
192026-08-06T22:38:02.469Z+ chmod 0700 /home/build /work
202026-08-06T22:38:02.474Zprocess exited: duration 4117 ms, exit code 0
 
212026-08-06T22:38:02.481Zstarting task 1: "rust-toolchain"
222026-08-06T22:38:02.485Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-06T22:38:02.485Z * rust toolchain channel = "1.97.1"
242026-08-06T22:38:02.485Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-06T22:38:02.485Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-06T22:38:02.485Z * rust toolchain profile = "default"
272026-08-06T22:38:02.485Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-06T22:38:02.492Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-06T22:38:02.492Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-06T22:38:02.637Zinfo: downloading installer
312026-08-06T22:38:04.057Zwarn: It looks like you have an existing rustup settings file at:
322026-08-06T22:38:04.057Zwarn: /home/build/.rustup/settings.toml
332026-08-06T22:38:04.057Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-06T22:38:04.058Zwarn: instead of the one inferred from the default host triple.
352026-08-06T22:38:04.070Zinfo: profile set to default
362026-08-06T22:38:04.070Zinfo: default host triple is x86_64-unknown-illumos
372026-08-06T22:38:04.073Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-06T22:38:04.212Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-06T22:38:04.215Zinfo: downloading 6 components
402026-08-06T22:38:19.873Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-06T22:38:19.873Z
422026-08-06T22:38:19.900Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-06T22:38:19.900Z
442026-08-06T22:38:19.900Z
452026-08-06T22:38:19.900ZRust is installed now. Great!
462026-08-06T22:38:19.900Z
472026-08-06T22:38:19.903ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-06T22:38:19.903Zenvironment variable. This has not been done automatically.
492026-08-06T22:38:19.903Z
502026-08-06T22:38:19.903ZTo configure your current shell, you need to source
512026-08-06T22:38:19.903Zthe corresponding env file under $HOME/.cargo.
522026-08-06T22:38:19.904Z
532026-08-06T22:38:19.904ZThis is usually done by running one of the following (note the leading DOT):
542026-08-06T22:38:19.904Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-06T22:38:19.904Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-06T22:38:19.904Zsource "~/.cargo/env.nu" # For nushell
572026-08-06T22:38:19.904Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-06T22:38:19.904Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-06T22:38:19.904Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-06T22:38:19.904Zwarn: no default linker (`cc`) was found in your PATH
612026-08-06T22:38:19.904Zwarn: many Rust crates require a system C toolchain to build
622026-08-06T22:38:19.997Z+ rustup --version
632026-08-06T22:38:20.006Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-06T22:38:20.009Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-06T22:38:20.027Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-06T22:38:20.030Z+ cargo --version
672026-08-06T22:38:20.044Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-06T22:38:20.048Z+ rustc --version
692026-08-06T22:38:20.065Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-06T22:38:20.069Zprocess exited: duration 17586 ms, exit code 0
 
712026-08-06T22:38:20.076Zstarting task 2: "authentication"
722026-08-06T22:38:20.092Zprocess exited: duration 16 ms, exit code 0
 
732026-08-06T22:38:20.099Zstarting task 3: "clone repository"
742026-08-06T22:38:20.102Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-06T22:38:20.105Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-06T22:38:20.140ZCloning into '/work/oxidecomputer/omicron'...
772026-08-06T22:38:37.141Z+ cd /work/oxidecomputer/omicron
782026-08-06T22:38:37.141Z+ git fetch origin 65d5c4a03b2fd329922c1ac79dd2910357c3926e
792026-08-06T22:38:37.450ZFrom https://github.com/oxidecomputer/omicron
802026-08-06T22:38:37.450Z * branch 65d5c4a03b2fd329922c1ac79dd2910357c3926e -> FETCH_HEAD
812026-08-06T22:38:37.463Z+ [[ -n eliza/fm-statefile ]]
822026-08-06T22:38:37.466Z++ git branch --show-current
832026-08-06T22:38:37.466Z+ current=main
842026-08-06T22:38:37.466Z+ [[ main != eliza/fm-statefile ]]
852026-08-06T22:38:37.466Z+ git branch -f eliza/fm-statefile 65d5c4a03b2fd329922c1ac79dd2910357c3926e
862026-08-06T22:38:37.469Z+ git checkout -f eliza/fm-statefile
872026-08-06T22:38:37.731ZSwitched to branch 'eliza/fm-statefile'
882026-08-06T22:38:37.735Z+ git reset --hard 65d5c4a03b2fd329922c1ac79dd2910357c3926e
892026-08-06T22:38:37.754ZHEAD is now at 65d5c4a03 reticulizing
902026-08-06T22:38:37.757Zprocess exited: duration 17656 ms, exit code 0
 
912026-08-06T22:38:37.764Zstarting task 4: "build"
922026-08-06T22:38:37.767Z+ source ./env.sh
932026-08-06T22:38:37.770Z++ OLD_SHELL_OPTS=ehxB
942026-08-06T22:38:37.770Z++ set -o xtrace
952026-08-06T22:38:37.770Z++++ dirname ./env.sh
962026-08-06T22:38:37.773Z+++ readlink -f .
972026-08-06T22:38:37.773Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-06T22:38:37.773Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-06T22:38:37.774Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-06T22:38:37.774Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-06T22:38:37.774Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-06T22:38:37.774Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-06T22:38:37.774Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-06T22:38:37.774Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-06T22:38:37.774Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-06T22:38:37.774Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-06T22:38:37.774Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-06T22:38:37.774Z++ case $OLD_SHELL_OPTS in
1092026-08-06T22:38:37.774Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-06T22:38:37.774Z+ source .github/buildomat/ci-env.sh
1112026-08-06T22:38:37.774Z++ export CARGO_TERM_COLOR=always
1122026-08-06T22:38:37.774Z++ CARGO_TERM_COLOR=always
1132026-08-06T22:38:37.778Z+++ uname -s
1142026-08-06T22:38:37.778Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-06T22:38:37.778Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-06T22:38:37.778Z+ cargo --version
1172026-08-06T22:38:37.785Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-06T22:38:37.789Z+ rustc --version
1192026-08-06T22:38:37.807Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-06T22:38:37.810Z+ banner prerequisites
1212026-08-06T22:38:37.813Z
1222026-08-06T22:38:37.813Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-06T22:38:37.813Z # # # # # # # # # # # # # # #
1242026-08-06T22:38:37.813Z # # # # ##### # # ##### # # # # # #### #
1252026-08-06T22:38:37.813Z ##### ##### # ##### # # # # # # # # #
1262026-08-06T22:38:37.813Z # # # # # # # # # # # # # # #
1272026-08-06T22:38:37.813Z # # # ###### # # ###### ### # #### # #### #
1282026-08-06T22:38:37.813Z
1292026-08-06T22:38:37.813Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-06T22:38:39.479Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-06T22:38:39.717Z Startup: Caching catalogs ... Done
1322026-08-06T22:38:41.050ZPlanning: Solver setup ... Done (1.247s)
1332026-08-06T22:38:41.092ZPlanning: Running solver ... Done (0.044s)
1342026-08-06T22:38:41.123ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-06T22:38:41.137ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-06T22:38:41.163ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-06T22:38:41.176ZPlanning: Package planning ... Done (0.014s)
1382026-08-06T22:38:41.180ZPlanning: Merging actions ... Done (0.002s)
1392026-08-06T22:38:41.340ZPlanning: Checking for conflicting actions ... Done (0.162s)
1402026-08-06T22:38:41.344ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-06T22:38:42.112ZPlanning: Evaluating mediators ... Done (0.771s)
1422026-08-06T22:38:42.115ZPlanning: Planning completed in 2.37 seconds
1432026-08-06T22:38:42.120Z Packages to install: 2
1442026-08-06T22:38:42.123Z Estimated space available: 156.02 GB
1452026-08-06T22:38:42.123ZEstimated space to be consumed: 56.47 MB
1462026-08-06T22:38:42.124Z Create boot environment: No
1472026-08-06T22:38:42.124ZCreate backup boot environment: No
1482026-08-06T22:38:42.124Z Rebuild boot archive: No
1492026-08-06T22:38:42.124Z
1502026-08-06T22:38:42.124ZChanged packages:
1512026-08-06T22:38:42.124Zhelios
1522026-08-06T22:38:42.124Z developer/build-essential
1532026-08-06T22:38:42.124Z None -> 11-3.0
1542026-08-06T22:38:42.124Z library/libxmlsec1
1552026-08-06T22:38:42.124Z None -> 1.2.35-3.0
1562026-08-06T22:38:42.145Z
1572026-08-06T22:38:42.145ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-06T22:38:42.216ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1592026-08-06T22:38:42.304Z Actions: 1/268 actions (Installing new actions)
1602026-08-06T22:38:42.342Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-06T22:38:42.365ZFinalize: Updating package state database ... Done (0.023s)
1622026-08-06T22:38:42.369ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-06T22:38:42.427ZFinalize: Updating image state ... Done (0.061s)
1642026-08-06T22:38:44.884ZFinalize: Creating fast lookup database ... Done (2.421s)
1652026-08-06T22:38:44.953ZFinalize: Reading search index ... Done (0.012s)
1662026-08-06T22:38:44.957ZFinalize: Updating search index ... Done (0.000s)
1672026-08-06T22:38:45.045ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-06T22:38:45.390ZPlanning: Evaluating mediator changes ... Done
1692026-08-06T22:38:45.493ZPlanning: Checking for conflicting actions ... Done
1702026-08-06T22:38:45.496ZPlanning: Consolidating action changes ... Done
1712026-08-06T22:38:45.649ZPlanning: Evaluating mediators ... Done
1722026-08-06T22:38:45.652ZPlanning: Planning completed in 0.26 seconds
1732026-08-06T22:38:45.673Z Mediators to change: 2
1742026-08-06T22:38:45.673Z Create boot environment: No
1752026-08-06T22:38:45.676ZCreate backup boot environment: No
1762026-08-06T22:38:45.713ZFinalize: Updating package state database ... Done
1772026-08-06T22:38:45.713ZFinalize: Updating package cache ... Done
1782026-08-06T22:38:45.747ZFinalize: Updating image state ... Done
1792026-08-06T22:38:47.676ZFinalize: Creating fast lookup database ... Done
1802026-08-06T22:38:47.740ZFinalize: Reading search index ... Done
1812026-08-06T22:38:47.744ZFinalize: Updating search index ... Done
1822026-08-06T22:38:47.818ZFinalize: Updating package cache ... Done
1832026-08-06T22:38:48.100ZPlanning: Evaluating mediator changes ... Done
1842026-08-06T22:38:48.204ZPlanning: Checking for conflicting actions ... Done
1852026-08-06T22:38:48.207ZPlanning: Consolidating action changes ... Done
1862026-08-06T22:38:48.362ZPlanning: Evaluating mediators ... Done
1872026-08-06T22:38:48.365ZPlanning: Planning completed in 0.26 seconds
1882026-08-06T22:38:48.384Z Mediators to change: 1
1892026-08-06T22:38:48.384Z Create boot environment: No
1902026-08-06T22:38:48.388ZCreate backup boot environment: No
1912026-08-06T22:38:48.435ZFinalize: Updating package state database ... Done
1922026-08-06T22:38:48.435ZFinalize: Updating package cache ... Done
1932026-08-06T22:38:48.470ZFinalize: Updating image state ... Done
1942026-08-06T22:38:50.397ZFinalize: Creating fast lookup database ... Done
1952026-08-06T22:38:50.458ZFinalize: Reading search index ... Done
1962026-08-06T22:38:50.462ZFinalize: Updating search index ... Done
1972026-08-06T22:38:50.540ZFinalize: Updating package cache ... Done
1982026-08-06T22:38:50.849ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-06T22:38:50.849Zapache system 2.4 system
2002026-08-06T22:38:50.849Zclang system 15 system
2012026-08-06T22:38:50.849Zcsh system system illumos
2022026-08-06T22:38:50.849Zctags system system illumos
2032026-08-06T22:38:50.849Zfile vendor vendor darwinsys
2042026-08-06T22:38:50.849Zfile system system illumos
2052026-08-06T22:38:50.849Zgcc vendor 14 vendor
2062026-08-06T22:38:50.849Zgcc system 13 system
2072026-08-06T22:38:50.849Zgcc system 10 system
2082026-08-06T22:38:50.849Zgo system 1.25 system
2092026-08-06T22:38:50.849Zllvm system 15 system
2102026-08-06T22:38:50.849Zmariadb system 11.4 system
2112026-08-06T22:38:50.849Zmta vendor vendor dma
2122026-08-06T22:38:50.849Zopenjdk system 17 system
2132026-08-06T22:38:50.849Zopenjdk system 11 system
2142026-08-06T22:38:50.849Zopenssl vendor 3 vendor
2152026-08-06T22:38:50.849Zperl system 5.40 system
2162026-08-06T22:38:50.849Zpostgresql system 18 system
2172026-08-06T22:38:50.849Zpostgresql system 17 system
2182026-08-06T22:38:50.849Zpython vendor 3 vendor
2192026-08-06T22:38:50.849Zpython system 2 system
2202026-08-06T22:38:50.849Zpython3 vendor 3.13 vendor
2212026-08-06T22:38:50.849Zruby system 3.4 system
2222026-08-06T22:38:50.849Zruby system 3.0 system
2232026-08-06T22:38:50.849Zwords vendor vendor american-english
2242026-08-06T22:38:50.849Zwords system system australian-english
2252026-08-06T22:38:50.849Zwords system system british-english
2262026-08-06T22:38:50.849Zwords system system canadian-english
2272026-08-06T22:38:50.849Zwords system system french
2282026-08-06T22:38:50.849Zwords system system italian
2292026-08-06T22:38:50.849Zwords system system ngerman
2302026-08-06T22:38:50.849Zwords system system ogerman
2312026-08-06T22:38:50.849Zwords system system spanish
2322026-08-06T22:38:51.103ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-06T22:38:51.103Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-06T22:38:51.495ZFMRI IFO
2352026-08-06T22:38:51.495Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-06T22:38:51.495Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-06T22:38:51.495Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-06T22:38:51.495Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-06T22:38:51.495Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-06T22:38:51.495Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-06T22:38:51.495Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-06T22:38:51.495Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-06T22:38:51.496Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-06T22:38:51.630Zerror: missing comma between array elements, expected `,`
2452026-08-06T22:38:51.630Z --> Cargo.toml:107:5
2462026-08-06T22:38:51.630Z |
2472026-08-06T22:38:51.630Z107 | "nexus/internal-api",
2482026-08-06T22:38:51.630Z | ^
2492026-08-06T22:38:51.634ZFailed to run command -- will try 2 more times
2502026-08-06T22:38:51.647Zerror: missing comma between array elements, expected `,`
2512026-08-06T22:38:51.647Z --> Cargo.toml:107:5
2522026-08-06T22:38:51.647Z |
2532026-08-06T22:38:51.647Z107 | "nexus/internal-api",
2542026-08-06T22:38:51.647Z | ^
2552026-08-06T22:38:51.651ZFailed to run command -- will try 1 more times
2562026-08-06T22:38:51.663Zerror: missing comma between array elements, expected `,`
2572026-08-06T22:38:51.663Z --> Cargo.toml:107:5
2582026-08-06T22:38:51.663Z |
2592026-08-06T22:38:51.663Z107 | "nexus/internal-api",
2602026-08-06T22:38:51.663Z | ^
2612026-08-06T22:38:51.666Z
2622026-08-06T22:38:51.666Zreal 13.851263199
2632026-08-06T22:38:51.667Zuser 10.773141560
2642026-08-06T22:38:51.667Zsys 1.020254372
2652026-08-06T22:38:51.667Ztrap 0.000768780
2662026-08-06T22:38:51.667Ztflt 0.042964862
2672026-08-06T22:38:51.667Zdflt 0.040021589
2682026-08-06T22:38:51.667Zkflt 0.013327080
2692026-08-06T22:38:51.667Zlock 0.049542421
2702026-08-06T22:38:51.667Zslp 15.810301470
2712026-08-06T22:38:51.667Zlat 0.012073907
2722026-08-06T22:38:51.667Zstop 0.000458040
2732026-08-06T22:38:51.667Zprocess exited: duration 13901 ms, exit code 101
 
2742026-08-06T22:38:51.673Zfound 0 output files