01J92JPAF5GK7M4P1CH7MEYYW6: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J92JPKFX5SVCN4HPDR1N72WT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-30T23:02:46.513Zjob assigned to worker 01J92JPTR2XEM85YMJXM10TQHG (queued for 47 s)
 
22024-09-30T23:02:54.224Zstarting task 0: "setup"
32024-09-30T23:02:54.232Z++ uname -s
42024-09-30T23:02:54.235Z+ kern=SunOS
52024-09-30T23:02:54.235Z+ case "$kern" in
62024-09-30T23:02:54.235Z+ groupadd -g 12345 build
72024-09-30T23:02:54.237Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-30T23:02:56.246Z+ zfs create -o mountpoint=/work rpool/work
92024-09-30T23:02:56.335Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-30T23:02:56.337Z+ home_fs=zfs
112024-09-30T23:02:56.337Z+ [[ zfs == autofs ]]
122024-09-30T23:02:56.337Z+ mkdir -p /home/build
132024-09-30T23:02:56.340Z+ chown build:build /home/build /work
142024-09-30T23:02:58.342Z+ chmod 0700 /home/build /work
152024-09-30T23:02:58.345Zprocess exited: duration 4122 ms, exit code 0
 
162024-09-30T23:02:58.349Zstarting task 1: "rust-toolchain"
172024-09-30T23:02:58.355Z+ printf ' * toolchain channel = "%s"
182024-09-30T23:02:58.355Z' 1.80.1
192024-09-30T23:02:58.355Z * toolchain channel = "1.80.1"
202024-09-30T23:02:58.358Z+ printf ' * toolchain profile = "%s"
212024-09-30T23:02:58.358Z * toolchain profile = "default"
222024-09-30T23:02:58.358Z' default
232024-09-30T23:02:58.358Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-30T23:02:58.358Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-30T23:02:58.512Zinfo: downloading installer
262024-09-30T23:02:59.701Zinfo: profile set to 'default'
272024-09-30T23:02:59.701Zinfo: default host triple is x86_64-unknown-illumos
282024-09-30T23:02:59.703Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-30T23:02:59.852Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-30T23:02:59.852Zinfo: downloading component 'cargo'
312024-09-30T23:03:00.676Zinfo: downloading component 'clippy'
322024-09-30T23:03:00.972Zinfo: downloading component 'rust-docs'
332024-09-30T23:03:02.128Zinfo: downloading component 'rust-std'
342024-09-30T23:03:03.775Zinfo: downloading component 'rustc'
352024-09-30T23:03:08.361Zinfo: downloading component 'rustfmt'
362024-09-30T23:03:08.610Zinfo: installing component 'cargo'
372024-09-30T23:03:09.449Zinfo: installing component 'clippy'
382024-09-30T23:03:09.827Zinfo: installing component 'rust-docs'
392024-09-30T23:03:11.474Zinfo: installing component 'rust-std'
402024-09-30T23:03:13.145Zinfo: installing component 'rustc'
412024-09-30T23:03:17.489Zinfo: installing component 'rustfmt'
422024-09-30T23:03:17.830Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-30T23:03:17.830Z
442024-09-30T23:03:18.090Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-30T23:03:18.090Z
462024-09-30T23:03:18.093Z
472024-09-30T23:03:18.093ZRust is installed now. Great!
482024-09-30T23:03:18.093Z
492024-09-30T23:03:18.093ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-30T23:03:18.093Zenvironment variable. This has not been done automatically.
512024-09-30T23:03:18.093Z
522024-09-30T23:03:18.093ZTo configure your current shell, you need to source
532024-09-30T23:03:18.093Zthe corresponding env file under $HOME/.cargo.
542024-09-30T23:03:18.093Z
552024-09-30T23:03:18.093ZThis is usually done by running one of the following (note the leading DOT):
562024-09-30T23:03:18.093Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-30T23:03:18.093Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-30T23:03:18.148Z+ rustc --version
592024-09-30T23:03:18.215Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-30T23:03:18.219Zprocess exited: duration 19867 ms, exit code 0
 
612024-09-30T23:03:18.224Zstarting task 2: "authentication"
622024-09-30T23:03:18.245Zprocess exited: duration 20 ms, exit code 0
 
632024-09-30T23:03:18.249Zstarting task 3: "clone repository"
642024-09-30T23:03:18.255Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-30T23:03:18.258Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-30T23:03:18.308ZCloning into '/work/oxidecomputer/omicron'...
672024-09-30T23:03:25.230Z+ cd /work/oxidecomputer/omicron
682024-09-30T23:03:25.233Z+ git fetch origin c0ea9232a6772ae42455c8b6542e77ee44bf4807
692024-09-30T23:03:25.541ZFrom https://github.com/oxidecomputer/omicron
702024-09-30T23:03:25.541Z * branch c0ea9232a6772ae42455c8b6542e77ee44bf4807 -> FETCH_HEAD
712024-09-30T23:03:25.552Z+ [[ -n dap/dropshot-builder ]]
722024-09-30T23:03:25.555Z++ git branch --show-current
732024-09-30T23:03:25.558Z+ current=main
742024-09-30T23:03:25.558Z+ [[ main != dap/dropshot-builder ]]
752024-09-30T23:03:25.558Z+ git branch -f dap/dropshot-builder c0ea9232a6772ae42455c8b6542e77ee44bf4807
762024-09-30T23:03:25.561Z+ git checkout -f dap/dropshot-builder
772024-09-30T23:03:25.725ZSwitched to branch 'dap/dropshot-builder'
782024-09-30T23:03:25.728Z+ git reset --hard c0ea9232a6772ae42455c8b6542e77ee44bf4807
792024-09-30T23:03:25.740ZHEAD is now at c0ea9232a prototype conversion to new dropshot builder interface
802024-09-30T23:03:25.742Zprocess exited: duration 7491 ms, exit code 0
 
812024-09-30T23:03:25.752Zstarting task 4: "build"
822024-09-30T23:03:25.761Z+ export CARGO_TERM_COLOR=always
832024-09-30T23:03:25.761Z+ CARGO_TERM_COLOR=always
842024-09-30T23:03:25.761Z+ target_os=illumos
852024-09-30T23:03:25.761Z+ NEXTEST_VERSION=0.9.78
862024-09-30T23:03:25.761Z+ cargo --version
872024-09-30T23:03:25.818Zcargo 1.80.1 (376290515 2024-07-16)
882024-09-30T23:03:25.821Z+ rustc --version
892024-09-30T23:03:25.880Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
902024-09-30T23:03:25.884Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.78/illumos
912024-09-30T23:03:25.886Z+ gunzip
922024-09-30T23:03:25.886Z+ tar -xvf - -C /home/build/.cargo/bin
932024-09-30T23:03:26.998Zx cargo-nextest, 16059952 bytes, 31368 tape blocks
942024-09-30T23:03:27.001Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
952024-09-30T23:03:27.001Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
962024-09-30T23:03:27.001Ztests will store ephemeral output in /var/tmp/omicron_tmp
972024-09-30T23:03:27.001Z+ mkdir /var/tmp/omicron_tmp
982024-09-30T23:03:27.003Z+ OUTPUT_DIR=/work
992024-09-30T23:03:27.003Z+ echo 'tests will store non-ephemeral output in /work'
1002024-09-30T23:03:27.003Ztests will store non-ephemeral output in /work
1012024-09-30T23:03:27.003Z+ mkdir -p /work
1022024-09-30T23:03:27.003Z+ source ./env.sh
1032024-09-30T23:03:27.003Z++ OLD_SHELL_OPTS=ehxB
1042024-09-30T23:03:27.003Z++ set -o xtrace
1052024-09-30T23:03:27.006Z++++ dirname ./env.sh
1062024-09-30T23:03:27.009Z+++ readlink -f .
1072024-09-30T23:03:27.011Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-09-30T23:03:27.011Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-09-30T23:03:27.011Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-09-30T23:03:27.011Z++ 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
1112024-09-30T23:03:27.011Z++ 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
1122024-09-30T23:03:27.011Z++ 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
1132024-09-30T23:03:27.011Z++ 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
1142024-09-30T23:03:27.011Z++ 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
1152024-09-30T23:03:27.011Z++ 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
1162024-09-30T23:03:27.011Z++ case $OLD_SHELL_OPTS in
1172024-09-30T23:03:27.011Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182024-09-30T23:03:27.011Z+ banner prerequisites
1192024-09-30T23:03:27.014Z
1202024-09-30T23:03:27.014Z ##### ##### ###### ##### ###### #### # # # #### #
1212024-09-30T23:03:27.014Z # # # # # # # # # # # # # # #
1222024-09-30T23:03:27.014Z # # # # ##### # # ##### # # # # # #### #
1232024-09-30T23:03:27.014Z ##### ##### # ##### # # # # # # # # #
1242024-09-30T23:03:27.014Z # # # # # # # # # # # # # # #
1252024-09-30T23:03:27.014Z # # # ###### # # ###### ### # #### # #### #
1262024-09-30T23:03:27.014Z
1272024-09-30T23:03:27.014Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1282024-09-30T23:03:33.818Z Startup: Refreshing catalog 'helios-dev' ... Done
1292024-09-30T23:03:36.632Z Startup: Caching catalogs ... Done
1302024-09-30T23:03:40.781ZPlanning: Solver setup ... Done (3.499s)
1312024-09-30T23:03:40.833ZPlanning: Running solver ... Done (0.053s)
1322024-09-30T23:03:40.894ZPlanning: Finding local manifests ... Done (0.003s)
1332024-09-30T23:03:40.907ZPlanning: Fetching manifests: 0/5 0% complete
1342024-09-30T23:03:41.549ZPlanning: Fetching manifests: 5/5 100% complete
1352024-09-30T23:03:41.650ZPlanning: Package planning ... Done (0.102s)
1362024-09-30T23:03:41.707ZPlanning: Merging actions ... Done (0.057s)
1372024-09-30T23:03:41.912ZPlanning: Checking for conflicting actions ... Done (0.205s)
1382024-09-30T23:03:43.391ZPlanning: Consolidating action changes ... Done (1.478s)
1392024-09-30T23:03:43.804ZPlanning: Evaluating mediators ... Done (0.412s)
1402024-09-30T23:03:43.889ZPlanning: Planning completed in 7.17 seconds
1412024-09-30T23:03:43.905Z Packages to install: 4
1422024-09-30T23:03:43.905Z Packages to update: 1
1432024-09-30T23:03:43.907Z Mediators to change: 2
1442024-09-30T23:03:43.907Z Services to change: 1
1452024-09-30T23:03:43.907Z Estimated space available: 155.70 GB
1462024-09-30T23:03:43.907ZEstimated space to be consumed: 1.55 GB
1472024-09-30T23:03:43.907Z Create boot environment: No
1482024-09-30T23:03:43.907ZCreate backup boot environment: Yes
1492024-09-30T23:03:43.907Z Rebuild boot archive: No
1502024-09-30T23:03:43.907Z
1512024-09-30T23:03:43.907ZChanged mediators:
1522024-09-30T23:03:43.907Z mediator clang:
1532024-09-30T23:03:43.908Z version: None -> 15 (system default)
1542024-09-30T23:03:43.908Z
1552024-09-30T23:03:43.908Z mediator llvm:
1562024-09-30T23:03:43.908Z version: 14 (system default) -> 15 (system default)
1572024-09-30T23:03:43.908Z
1582024-09-30T23:03:43.908ZChanged packages:
1592024-09-30T23:03:43.908Zhelios-dev
1602024-09-30T23:03:43.908Z developer/build-essential
1612024-09-30T23:03:43.908Z None -> 11-2.0
1622024-09-30T23:03:43.908Z library/libxmlsec1
1632024-09-30T23:03:43.908Z None -> 1.2.35-2.0
1642024-09-30T23:03:43.908Z ooce/developer/clang-15
1652024-09-30T23:03:43.908Z None -> 15.0.7-2.0
1662024-09-30T23:03:43.908Z ooce/developer/llvm-15
1672024-09-30T23:03:43.908Z None -> 15.0.7-2.0
1682024-09-30T23:03:43.908Z package/pkg
1692024-09-30T23:03:43.908Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1702024-09-30T23:03:43.908Z
1712024-09-30T23:03:43.908ZServices:
1722024-09-30T23:03:43.908Z restart_fmri:
1732024-09-30T23:03:43.908Z svc:/system/update-man-index:default
1742024-09-30T23:03:43.908Z
1752024-09-30T23:03:43.908ZEditable files to change:
1762024-09-30T23:03:43.908Z Update:
1772024-09-30T23:03:43.908Z usr/share/lib/pkg/web/config.shtml
1782024-09-30T23:03:44.091Z
1792024-09-30T23:03:44.091ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1802024-09-30T23:03:49.263ZDownload: 1196/4281 items 83.5/220.6MB 37% complete (16.9M/s)
1812024-09-30T23:03:54.264ZDownload: 2087/4281 items 118.8/220.6MB 53% complete (11.9M/s)
1822024-09-30T23:03:59.266ZDownload: 3206/4281 items 152.8/220.6MB 69% complete (6.9M/s)
1832024-09-30T23:04:08.538ZDownload: 3287/4281 items 212.6/220.6MB 96% complete (9.3M/s)
1842024-09-30T23:04:14.938ZDownload: 3289/4281 items 212.6/220.6MB 96% complete
1852024-09-30T23:04:19.941ZDownload: 4194/4281 items 220.4/220.6MB 99% complete (1.5M/s)
1862024-09-30T23:04:21.163ZDownload: Completed 220.60 MB in 37.07 seconds (6.0M/s)
1872024-09-30T23:04:23.173Z Actions: 1/5063 actions (Removing old actions)
1882024-09-30T23:04:23.190Z Actions: 194/5063 actions (Installing new actions)
1892024-09-30T23:04:28.325Z Actions: 4118/5063 actions (Installing new actions)
1902024-09-30T23:04:28.338Z Actions: 4226/5063 actions (Updating modified actions)
1912024-09-30T23:04:28.660Z Actions: Completed 5063 actions in 5.49 seconds.
1922024-09-30T23:04:28.998Z Done (0.329s)
1932024-09-30T23:04:29.001Z Done (0.000s)
1942024-09-30T23:04:29.432Z Done (0.432s)
1952024-09-30T23:04:34.006Z Done (4.376s)
1962024-09-30T23:04:34.100Z Done (0.017s)
1972024-09-30T23:04:34.102Z Done (0.000s)
1982024-09-30T23:04:34.272Z Done (0.000s)
1992024-09-30T23:04:34.920ZPlanning: Evaluating mediator changes ... Done
2002024-09-30T23:04:35.083ZPlanning: Checking for conflicting actions ... Done
2012024-09-30T23:04:35.086ZPlanning: Consolidating action changes ... Done
2022024-09-30T23:04:35.361ZPlanning: Evaluating mediators ... Done
2032024-09-30T23:04:35.363ZPlanning: Planning completed in 0.44 seconds
2042024-09-30T23:04:35.404Z Mediators to change: 2
2052024-09-30T23:04:35.404Z Create boot environment: No
2062024-09-30T23:04:35.404ZCreate backup boot environment: No
2072024-09-30T23:04:35.511Z Done
2082024-09-30T23:04:35.511Z Done
2092024-09-30T23:04:35.777Z Done
2102024-09-30T23:04:39.659Z Done
2112024-09-30T23:04:39.752Z Done
2122024-09-30T23:04:39.754Z Done
2132024-09-30T23:04:39.848Z Done
2142024-09-30T23:04:40.503ZPlanning: Evaluating mediator changes ... Done
2152024-09-30T23:04:40.505ZPlanning: Merging actions ... Done
2162024-09-30T23:04:40.701ZPlanning: Checking for conflicting actions ... Done
2172024-09-30T23:04:40.704ZPlanning: Consolidating action changes ... Done
2182024-09-30T23:04:40.996ZPlanning: Evaluating mediators ... Done
2192024-09-30T23:04:41.061ZPlanning: Planning completed in 0.81 seconds
2202024-09-30T23:04:41.104Z Packages to change: 1
2212024-09-30T23:04:41.105Z Mediators to change: 1
2222024-09-30T23:04:41.105Z Services to change: 1
2232024-09-30T23:04:41.105Z Create boot environment: No
2242024-09-30T23:04:41.107ZCreate backup boot environment: Yes
2252024-09-30T23:04:43.124Z Actions: 1/6 actions (Updating modified actions)
2262024-09-30T23:04:43.126Z Actions: Completed 6 actions in 0.00 seconds.
2272024-09-30T23:04:43.126Z Done
2282024-09-30T23:04:43.126Z Done
2292024-09-30T23:04:43.217Z Done
2302024-09-30T23:04:47.167Z Done
2312024-09-30T23:04:47.269Z Done
2322024-09-30T23:04:47.272Z Done
2332024-09-30T23:04:47.398Z Done
2342024-09-30T23:04:47.858ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2352024-09-30T23:04:47.858Zclang system 15 system
2362024-09-30T23:04:47.858Zcsh system system illumos
2372024-09-30T23:04:47.858Zctags system system illumos
2382024-09-30T23:04:47.858Zgcc vendor 12 vendor
2392024-09-30T23:04:47.858Zgcc system 10 system
2402024-09-30T23:04:47.858Zgcc system 7 system
2412024-09-30T23:04:47.858Zgo system 1.20 system
2422024-09-30T23:04:47.858Zgo system 1.19 system
2432024-09-30T23:04:47.858Zllvm system 15 system
2442024-09-30T23:04:47.858Zllvm system 14 system
2452024-09-30T23:04:47.859Zmariadb system 10.6 system
2462024-09-30T23:04:47.859Zmta vendor vendor dma
2472024-09-30T23:04:47.859Zopenjdk system 17 system
2482024-09-30T23:04:47.859Zopenjdk system 11 system
2492024-09-30T23:04:47.859Zopenjdk system 1.8 system
2502024-09-30T23:04:47.859Zopenssl vendor 3 vendor
2512024-09-30T23:04:47.859Zperl system 5.36 system
2522024-09-30T23:04:47.859Zpostgresql system 15 system
2532024-09-30T23:04:47.859Zpostgresql system 13 system
2542024-09-30T23:04:47.859Zpython vendor 3 vendor
2552024-09-30T23:04:47.859Zpython system 2 system
2562024-09-30T23:04:47.859Zpython3 system 3.11 system
2572024-09-30T23:04:47.859Zruby system 3.0 system
2582024-09-30T23:04:47.859Zwords vendor vendor american-english
2592024-09-30T23:04:47.859Zwords system system australian-english
2602024-09-30T23:04:47.859Zwords system system british-english
2612024-09-30T23:04:47.859Zwords system system canadian-english
2622024-09-30T23:04:47.859Zwords system system french
2632024-09-30T23:04:47.859Zwords system system italian
2642024-09-30T23:04:47.859Zwords system system ngerman
2652024-09-30T23:04:47.859Zwords system system ogerman
2662024-09-30T23:04:47.859Zwords system system spanish
2672024-09-30T23:04:48.200ZPUBLISHER TYPE STATUS P LOCATION
2682024-09-30T23:04:48.201Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692024-09-30T23:04:50.245ZFMRI IFO
2702024-09-30T23:04:50.245Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712024-09-30T23:04:50.245Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722024-09-30T23:04:50.245Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732024-09-30T23:04:50.245Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742024-09-30T23:04:50.245Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752024-09-30T23:04:50.245Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762024-09-30T23:04:50.245Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2772024-09-30T23:04:50.245Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782024-09-30T23:04:50.245Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792024-09-30T23:04:50.245Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2802024-09-30T23:04:50.245Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812024-09-30T23:04:50.245Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2822024-09-30T23:04:50.245Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832024-09-30T23:04:50.955Zerror: failed to load source for dependency `dropshot`
2842024-09-30T23:04:50.955Z
2852024-09-30T23:04:50.955ZCaused by:
2862024-09-30T23:04:50.955Z Unable to update /work/oxidecomputer/dropshot-builder/dropshot
2872024-09-30T23:04:50.956Z
2882024-09-30T23:04:50.956ZCaused by:
2892024-09-30T23:04:50.956Z failed to read `/work/oxidecomputer/dropshot-builder/dropshot/Cargo.toml`
2902024-09-30T23:04:50.956Z
2912024-09-30T23:04:50.956ZCaused by:
2922024-09-30T23:04:50.958Z No such file or directory (os error 2)
2932024-09-30T23:04:50.962ZFailed to run command -- will try 2 more times
2942024-09-30T23:04:51.224Zerror: failed to load source for dependency `dropshot`
2952024-09-30T23:04:51.224Z
2962024-09-30T23:04:51.224ZCaused by:
2972024-09-30T23:04:51.224Z Unable to update /work/oxidecomputer/dropshot-builder/dropshot
2982024-09-30T23:04:51.224Z
2992024-09-30T23:04:51.224ZCaused by:
3002024-09-30T23:04:51.224Z failed to read `/work/oxidecomputer/dropshot-builder/dropshot/Cargo.toml`
3012024-09-30T23:04:51.224Z
3022024-09-30T23:04:51.224ZCaused by:
3032024-09-30T23:04:51.224Z No such file or directory (os error 2)
3042024-09-30T23:04:51.231ZFailed to run command -- will try 1 more times
3052024-09-30T23:04:51.498Zerror: failed to load source for dependency `dropshot`
3062024-09-30T23:04:51.498Z
3072024-09-30T23:04:51.498ZCaused by:
3082024-09-30T23:04:51.498Z Unable to update /work/oxidecomputer/dropshot-builder/dropshot
3092024-09-30T23:04:51.498Z
3102024-09-30T23:04:51.498ZCaused by:
3112024-09-30T23:04:51.498Z failed to read `/work/oxidecomputer/dropshot-builder/dropshot/Cargo.toml`
3122024-09-30T23:04:51.498Z
3132024-09-30T23:04:51.498ZCaused by:
3142024-09-30T23:04:51.498Z No such file or directory (os error 2)
3152024-09-30T23:04:51.506Z
3162024-09-30T23:04:51.508Zreal 1:24.479276576
3172024-09-30T23:04:51.508Zuser 39.041956933
3182024-09-30T23:04:51.508Zsys 5.149865360
3192024-09-30T23:04:51.508Ztrap 0.008932624
3202024-09-30T23:04:51.508Ztflt 0.049784027
3212024-09-30T23:04:51.508Zdflt 0.057067135
3222024-09-30T23:04:51.508Zkflt 0.013411014
3232024-09-30T23:04:51.508Zlock 0.000061989
3242024-09-30T23:04:51.509Zslp 2:04.927005936
3252024-09-30T23:04:51.509Zlat 0.259648977
3262024-09-30T23:04:51.509Zstop 0.000682058
3272024-09-30T23:04:51.509Zprocess exited: duration 85744 ms, exit code 101
 
3282024-09-30T23:04:51.514Zfound 0 output files