01J92JPAF9TXXMJ6MYQRZS52MM: check-features (helios)

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

Buildomat Job: 01J92JPMC5NM6MY9R5BSKTBP07

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-30T23:02:50.525Zjob assigned to worker 01J92JPYRD3H30FFAQP6WTN3QY (queued for 50 s)
 
22024-09-30T23:02:58.606Zstarting task 0: "setup"
32024-09-30T23:02:58.615Z++ uname -s
42024-09-30T23:02:58.617Z+ kern=SunOS
52024-09-30T23:02:58.617Z+ case "$kern" in
62024-09-30T23:02:58.617Z+ groupadd -g 12345 build
72024-09-30T23:02:58.621Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-30T23:03:00.630Z+ zfs create -o mountpoint=/work rpool/work
92024-09-30T23:03:00.717Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-30T23:03:00.719Z+ home_fs=zfs
112024-09-30T23:03:00.719Z+ [[ zfs == autofs ]]
122024-09-30T23:03:00.719Z+ mkdir -p /home/build
132024-09-30T23:03:00.722Z+ chown build:build /home/build /work
142024-09-30T23:03:01.724Z+ chmod 0700 /home/build /work
152024-09-30T23:03:01.726Zprocess exited: duration 3121 ms, exit code 0
 
162024-09-30T23:03:01.731Zstarting task 1: "rust-toolchain"
172024-09-30T23:03:01.737Z+ printf ' * toolchain channel = "%s"
182024-09-30T23:03:01.737Z' 1.80.1
192024-09-30T23:03:01.740Z * toolchain channel = "1.80.1"
202024-09-30T23:03:01.740Z+ printf ' * toolchain profile = "%s"
212024-09-30T23:03:01.740Z' default
222024-09-30T23:03:01.740Z * toolchain profile = "default"
232024-09-30T23:03:01.740Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-30T23:03:01.740Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-30T23:03:01.856Zinfo: downloading installer
262024-09-30T23:03:03.044Zinfo: profile set to 'default'
272024-09-30T23:03:03.044Zinfo: default host triple is x86_64-unknown-illumos
282024-09-30T23:03:03.047Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-30T23:03:03.202Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-30T23:03:03.202Zinfo: downloading component 'cargo'
312024-09-30T23:03:04.027Zinfo: downloading component 'clippy'
322024-09-30T23:03:04.314Zinfo: downloading component 'rust-docs'
332024-09-30T23:03:05.444Zinfo: downloading component 'rust-std'
342024-09-30T23:03:07.059Zinfo: downloading component 'rustc'
352024-09-30T23:03:11.437Zinfo: downloading component 'rustfmt'
362024-09-30T23:03:11.673Zinfo: installing component 'cargo'
372024-09-30T23:03:12.494Zinfo: installing component 'clippy'
382024-09-30T23:03:12.861Zinfo: installing component 'rust-docs'
392024-09-30T23:03:14.530Zinfo: installing component 'rust-std'
402024-09-30T23:03:16.238Zinfo: installing component 'rustc'
412024-09-30T23:03:20.601Zinfo: installing component 'rustfmt'
422024-09-30T23:03:20.941Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-30T23:03:20.941Z
442024-09-30T23:03:21.197Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-30T23:03:21.197Z
462024-09-30T23:03:21.200Z
472024-09-30T23:03:21.200ZRust is installed now. Great!
482024-09-30T23:03:21.200Z
492024-09-30T23:03:21.200ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-30T23:03:21.200Zenvironment variable. This has not been done automatically.
512024-09-30T23:03:21.200Z
522024-09-30T23:03:21.200ZTo configure your current shell, you need to source
532024-09-30T23:03:21.200Zthe corresponding env file under $HOME/.cargo.
542024-09-30T23:03:21.200Z
552024-09-30T23:03:21.200ZThis is usually done by running one of the following (note the leading DOT):
562024-09-30T23:03:21.200Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-30T23:03:21.200Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-30T23:03:21.248Z+ rustc --version
592024-09-30T23:03:21.310Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-30T23:03:21.313Zprocess exited: duration 19577 ms, exit code 0
 
612024-09-30T23:03:21.319Zstarting task 2: "authentication"
622024-09-30T23:03:21.339Zprocess exited: duration 19 ms, exit code 0
 
632024-09-30T23:03:21.344Zstarting task 3: "clone repository"
642024-09-30T23:03:21.349Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-30T23:03:21.352Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-30T23:03:21.390ZCloning into '/work/oxidecomputer/omicron'...
672024-09-30T23:03:28.407Z+ cd /work/oxidecomputer/omicron
682024-09-30T23:03:28.407Z+ git fetch origin c0ea9232a6772ae42455c8b6542e77ee44bf4807
692024-09-30T23:03:28.665ZFrom https://github.com/oxidecomputer/omicron
702024-09-30T23:03:28.665Z * branch c0ea9232a6772ae42455c8b6542e77ee44bf4807 -> FETCH_HEAD
712024-09-30T23:03:28.675Z+ [[ -n dap/dropshot-builder ]]
722024-09-30T23:03:28.677Z++ git branch --show-current
732024-09-30T23:03:28.680Z+ current=main
742024-09-30T23:03:28.680Z+ [[ main != dap/dropshot-builder ]]
752024-09-30T23:03:28.680Z+ git branch -f dap/dropshot-builder c0ea9232a6772ae42455c8b6542e77ee44bf4807
762024-09-30T23:03:28.682Z+ git checkout -f dap/dropshot-builder
772024-09-30T23:03:28.847ZSwitched to branch 'dap/dropshot-builder'
782024-09-30T23:03:28.850Z+ git reset --hard c0ea9232a6772ae42455c8b6542e77ee44bf4807
792024-09-30T23:03:28.866ZHEAD is now at c0ea9232a prototype conversion to new dropshot builder interface
802024-09-30T23:03:28.868Zprocess exited: duration 7521 ms, exit code 0
 
812024-09-30T23:03:28.874Zstarting task 4: "build"
822024-09-30T23:03:28.879Z+ cargo --version
832024-09-30T23:03:28.933Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-30T23:03:28.935Z+ rustc --version
852024-09-30T23:03:28.992Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-30T23:03:28.994Z+ source ./env.sh
872024-09-30T23:03:28.997Z++ OLD_SHELL_OPTS=ehxB
882024-09-30T23:03:28.997Z++ set -o xtrace
892024-09-30T23:03:29.000Z++++ dirname ./env.sh
902024-09-30T23:03:29.002Z+++ readlink -f .
912024-09-30T23:03:29.005Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-09-30T23:03:29.005Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-09-30T23:03:29.005Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-09-30T23:03:29.005Z++ 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
952024-09-30T23:03:29.005Z++ 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
962024-09-30T23:03:29.005Z++ 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
972024-09-30T23:03:29.005Z++ 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
982024-09-30T23:03:29.005Z++ 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
992024-09-30T23:03:29.005Z++ 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
1002024-09-30T23:03:29.006Z++ case $OLD_SHELL_OPTS in
1012024-09-30T23:03:29.006Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-09-30T23:03:29.006Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1032024-09-30T23:03:29.006Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1042024-09-30T23:03:29.006Z+ banner prerequisites
1052024-09-30T23:03:29.008Z
1062024-09-30T23:03:29.008Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-09-30T23:03:29.008Z # # # # # # # # # # # # # # #
1082024-09-30T23:03:29.008Z # # # # ##### # # ##### # # # # # #### #
1092024-09-30T23:03:29.008Z ##### ##### # ##### # # # # # # # # #
1102024-09-30T23:03:29.008Z # # # # # # # # # # # # # # #
1112024-09-30T23:03:29.008Z # # # ###### # # ###### ### # #### # #### #
1122024-09-30T23:03:29.008Z
1132024-09-30T23:03:29.008Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-09-30T23:03:35.245Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-09-30T23:03:38.050Z Startup: Caching catalogs ... Done
1162024-09-30T23:03:42.094ZPlanning: Solver setup ... Done (3.401s)
1172024-09-30T23:03:42.147ZPlanning: Running solver ... Done (0.053s)
1182024-09-30T23:03:42.207ZPlanning: Finding local manifests ... Done (0.004s)
1192024-09-30T23:03:42.221ZPlanning: Fetching manifests: 0/5 0% complete
1202024-09-30T23:03:42.429ZPlanning: Fetching manifests: 5/5 100% complete
1212024-09-30T23:03:42.529ZPlanning: Package planning ... Done (0.100s)
1222024-09-30T23:03:42.587ZPlanning: Merging actions ... Done (0.058s)
1232024-09-30T23:03:42.789ZPlanning: Checking for conflicting actions ... Done (0.202s)
1242024-09-30T23:03:44.752ZPlanning: Consolidating action changes ... Done (1.962s)
1252024-09-30T23:03:45.170ZPlanning: Evaluating mediators ... Done (0.418s)
1262024-09-30T23:03:45.251ZPlanning: Planning completed in 7.12 seconds
1272024-09-30T23:03:45.267Z Packages to install: 4
1282024-09-30T23:03:45.267Z Packages to update: 1
1292024-09-30T23:03:45.269Z Mediators to change: 2
1302024-09-30T23:03:45.270Z Services to change: 1
1312024-09-30T23:03:45.270Z Estimated space available: 155.71 GB
1322024-09-30T23:03:45.270ZEstimated space to be consumed: 1.55 GB
1332024-09-30T23:03:45.270Z Create boot environment: No
1342024-09-30T23:03:45.270ZCreate backup boot environment: Yes
1352024-09-30T23:03:45.270Z Rebuild boot archive: No
1362024-09-30T23:03:45.270Z
1372024-09-30T23:03:45.270ZChanged mediators:
1382024-09-30T23:03:45.270Z mediator clang:
1392024-09-30T23:03:45.270Z version: None -> 15 (system default)
1402024-09-30T23:03:45.270Z
1412024-09-30T23:03:45.270Z mediator llvm:
1422024-09-30T23:03:45.270Z version: 14 (system default) -> 15 (system default)
1432024-09-30T23:03:45.270Z
1442024-09-30T23:03:45.270ZChanged packages:
1452024-09-30T23:03:45.270Zhelios-dev
1462024-09-30T23:03:45.270Z developer/build-essential
1472024-09-30T23:03:45.270Z None -> 11-2.0
1482024-09-30T23:03:45.270Z library/libxmlsec1
1492024-09-30T23:03:45.270Z None -> 1.2.35-2.0
1502024-09-30T23:03:45.270Z ooce/developer/clang-15
1512024-09-30T23:03:45.270Z None -> 15.0.7-2.0
1522024-09-30T23:03:45.270Z ooce/developer/llvm-15
1532024-09-30T23:03:45.270Z None -> 15.0.7-2.0
1542024-09-30T23:03:45.270Z package/pkg
1552024-09-30T23:03:45.270Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-09-30T23:03:45.270Z
1572024-09-30T23:03:45.270ZServices:
1582024-09-30T23:03:45.270Z restart_fmri:
1592024-09-30T23:03:45.270Z svc:/system/update-man-index:default
1602024-09-30T23:03:45.270Z
1612024-09-30T23:03:45.270ZEditable files to change:
1622024-09-30T23:03:45.270Z Update:
1632024-09-30T23:03:45.270Z usr/share/lib/pkg/web/config.shtml
1642024-09-30T23:03:45.345Z
1652024-09-30T23:03:45.345ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-09-30T23:03:50.350ZDownload: 781/4281 items 18.5/220.6MB 8% complete (3.9M/s)
1672024-09-30T23:03:55.855ZDownload: 1195/4281 items 83.5/220.6MB 37% complete (10.1M/s)
1682024-09-30T23:04:01.471ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (9.8M/s)
1692024-09-30T23:04:06.476ZDownload: 1797/4281 items 118.4/220.6MB 53% complete (3.5M/s)
1702024-09-30T23:04:11.477ZDownload: 2349/4281 items 119.9/220.6MB 54% complete (3.7M/s)
1712024-09-30T23:04:16.550ZDownload: 3273/4281 items 208.9/220.6MB 94% complete (9.0M/s)
1722024-09-30T23:04:22.182ZDownload: 3279/4281 items 210.4/220.6MB 95% complete (9.1M/s)
1732024-09-30T23:04:28.590ZDownload: 3281/4281 items 210.5/220.6MB 95% complete (8.9M/s)
1742024-09-30T23:04:41.392ZDownload: 3284/4281 items 211.6/220.6MB 95% complete
1752024-09-30T23:04:47.626ZDownload: 4203/4281 items 220.6/220.6MB 99% complete (2.1M/s)
1762024-09-30T23:04:47.739ZDownload: Completed 220.60 MB in 62.38 seconds (3.5M/s)
1772024-09-30T23:04:49.812Z Actions: 1/5063 actions (Removing old actions)
1782024-09-30T23:04:49.831Z Actions: 194/5063 actions (Installing new actions)
1792024-09-30T23:04:54.554Z Actions: 4226/5063 actions (Updating modified actions)
1802024-09-30T23:04:54.865Z Actions: Completed 5063 actions in 5.05 seconds.
1812024-09-30T23:04:55.183Z Done (0.310s)
1822024-09-30T23:04:55.185Z Done (0.000s)
1832024-09-30T23:04:55.629Z Done (0.445s)
1842024-09-30T23:05:00.117Z Done (4.297s)
1852024-09-30T23:05:00.201Z Done (0.017s)
1862024-09-30T23:05:00.203Z Done (0.000s)
1872024-09-30T23:05:00.361Z Done (0.000s)
1882024-09-30T23:05:00.983ZPlanning: Evaluating mediator changes ... Done
1892024-09-30T23:05:01.144ZPlanning: Checking for conflicting actions ... Done
1902024-09-30T23:05:01.147ZPlanning: Consolidating action changes ... Done
1912024-09-30T23:05:01.413ZPlanning: Evaluating mediators ... Done
1922024-09-30T23:05:01.416ZPlanning: Planning completed in 0.43 seconds
1932024-09-30T23:05:01.454Z Mediators to change: 2
1942024-09-30T23:05:01.454Z Create boot environment: No
1952024-09-30T23:05:01.457ZCreate backup boot environment: No
1962024-09-30T23:05:01.523Z Done
1972024-09-30T23:05:01.523Z Done
1982024-09-30T23:05:01.785Z Done
1992024-09-30T23:05:05.342Z Done
2002024-09-30T23:05:05.430Z Done
2012024-09-30T23:05:05.433Z Done
2022024-09-30T23:05:05.536Z Done
2032024-09-30T23:05:06.137ZPlanning: Evaluating mediator changes ... Done
2042024-09-30T23:05:06.140ZPlanning: Merging actions ... Done
2052024-09-30T23:05:06.325ZPlanning: Checking for conflicting actions ... Done
2062024-09-30T23:05:06.327ZPlanning: Consolidating action changes ... Done
2072024-09-30T23:05:06.589ZPlanning: Evaluating mediators ... Done
2082024-09-30T23:05:06.644ZPlanning: Planning completed in 0.75 seconds
2092024-09-30T23:05:06.684Z Packages to change: 1
2102024-09-30T23:05:06.684Z Mediators to change: 1
2112024-09-30T23:05:06.687Z Services to change: 1
2122024-09-30T23:05:06.687Z Create boot environment: No
2132024-09-30T23:05:06.687ZCreate backup boot environment: Yes
2142024-09-30T23:05:08.695Z Actions: 1/6 actions (Updating modified actions)
2152024-09-30T23:05:08.697Z Actions: Completed 6 actions in 0.00 seconds.
2162024-09-30T23:05:08.697Z Done
2172024-09-30T23:05:08.698Z Done
2182024-09-30T23:05:08.787Z Done
2192024-09-30T23:05:12.392Z Done
2202024-09-30T23:05:12.480Z Done
2212024-09-30T23:05:12.482Z Done
2222024-09-30T23:05:12.604Z Done
2232024-09-30T23:05:13.045ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-09-30T23:05:13.048Zclang system 15 system
2252024-09-30T23:05:13.048Zcsh system system illumos
2262024-09-30T23:05:13.048Zctags system system illumos
2272024-09-30T23:05:13.048Zgcc vendor 12 vendor
2282024-09-30T23:05:13.048Zgcc system 10 system
2292024-09-30T23:05:13.048Zgcc system 7 system
2302024-09-30T23:05:13.048Zgo system 1.20 system
2312024-09-30T23:05:13.048Zgo system 1.19 system
2322024-09-30T23:05:13.048Zllvm system 15 system
2332024-09-30T23:05:13.048Zllvm system 14 system
2342024-09-30T23:05:13.048Zmariadb system 10.6 system
2352024-09-30T23:05:13.048Zmta vendor vendor dma
2362024-09-30T23:05:13.048Zopenjdk system 17 system
2372024-09-30T23:05:13.048Zopenjdk system 11 system
2382024-09-30T23:05:13.048Zopenjdk system 1.8 system
2392024-09-30T23:05:13.048Zopenssl vendor 3 vendor
2402024-09-30T23:05:13.048Zperl system 5.36 system
2412024-09-30T23:05:13.048Zpostgresql system 15 system
2422024-09-30T23:05:13.048Zpostgresql system 13 system
2432024-09-30T23:05:13.048Zpython vendor 3 vendor
2442024-09-30T23:05:13.048Zpython system 2 system
2452024-09-30T23:05:13.048Zpython3 system 3.11 system
2462024-09-30T23:05:13.048Zruby system 3.0 system
2472024-09-30T23:05:13.048Zwords vendor vendor american-english
2482024-09-30T23:05:13.048Zwords system system australian-english
2492024-09-30T23:05:13.049Zwords system system british-english
2502024-09-30T23:05:13.049Zwords system system canadian-english
2512024-09-30T23:05:13.049Zwords system system french
2522024-09-30T23:05:13.049Zwords system system italian
2532024-09-30T23:05:13.049Zwords system system ngerman
2542024-09-30T23:05:13.049Zwords system system ogerman
2552024-09-30T23:05:13.049Zwords system system spanish
2562024-09-30T23:05:13.385ZPUBLISHER TYPE STATUS P LOCATION
2572024-09-30T23:05:13.386Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-09-30T23:05:15.407ZFMRI IFO
2592024-09-30T23:05:15.407Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-09-30T23:05:15.407Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-09-30T23:05:15.407Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-09-30T23:05:15.407Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-09-30T23:05:15.407Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-09-30T23:05:15.407Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-09-30T23:05:15.407Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662024-09-30T23:05:15.407Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672024-09-30T23:05:15.407Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-09-30T23:05:15.407Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-09-30T23:05:15.407Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-09-30T23:05:15.407Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2712024-09-30T23:05:15.407Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2722024-09-30T23:05:16.074Zerror: failed to load source for dependency `dropshot`
2732024-09-30T23:05:16.074Z
2742024-09-30T23:05:16.074ZCaused by:
2752024-09-30T23:05:16.074Z Unable to update /work/oxidecomputer/dropshot-builder/dropshot
2762024-09-30T23:05:16.074Z
2772024-09-30T23:05:16.074ZCaused by:
2782024-09-30T23:05:16.074Z failed to read `/work/oxidecomputer/dropshot-builder/dropshot/Cargo.toml`
2792024-09-30T23:05:16.074Z
2802024-09-30T23:05:16.074ZCaused by:
2812024-09-30T23:05:16.077Z No such file or directory (os error 2)
2822024-09-30T23:05:16.079ZFailed to run command -- will try 2 more times
2832024-09-30T23:05:16.324Zerror: failed to load source for dependency `dropshot`
2842024-09-30T23:05:16.324Z
2852024-09-30T23:05:16.324ZCaused by:
2862024-09-30T23:05:16.324Z Unable to update /work/oxidecomputer/dropshot-builder/dropshot
2872024-09-30T23:05:16.324Z
2882024-09-30T23:05:16.324ZCaused by:
2892024-09-30T23:05:16.324Z failed to read `/work/oxidecomputer/dropshot-builder/dropshot/Cargo.toml`
2902024-09-30T23:05:16.324Z
2912024-09-30T23:05:16.324ZCaused by:
2922024-09-30T23:05:16.324Z No such file or directory (os error 2)
2932024-09-30T23:05:16.329ZFailed to run command -- will try 1 more times
2942024-09-30T23:05:16.575Zerror: failed to load source for dependency `dropshot`
2952024-09-30T23:05:16.575Z
2962024-09-30T23:05:16.575ZCaused by:
2972024-09-30T23:05:16.575Z Unable to update /work/oxidecomputer/dropshot-builder/dropshot
2982024-09-30T23:05:16.575Z
2992024-09-30T23:05:16.575ZCaused by:
3002024-09-30T23:05:16.575Z failed to read `/work/oxidecomputer/dropshot-builder/dropshot/Cargo.toml`
3012024-09-30T23:05:16.575Z
3022024-09-30T23:05:16.575ZCaused by:
3032024-09-30T23:05:16.575Z No such file or directory (os error 2)
3042024-09-30T23:05:16.582Z
3052024-09-30T23:05:16.584Zreal 1:47.549619329
3062024-09-30T23:05:16.584Zuser 38.075486014
3072024-09-30T23:05:16.584Zsys 4.933044102
3082024-09-30T23:05:16.585Ztrap 0.009226685
3092024-09-30T23:05:16.585Ztflt 0.029349957
3102024-09-30T23:05:16.585Zdflt 0.045168992
3112024-09-30T23:05:16.585Zkflt 0.015729357
3122024-09-30T23:05:16.585Zlock 0.000048711
3132024-09-30T23:05:16.585Zslp 2:52.186548324
3142024-09-30T23:05:16.585Zlat 0.307163942
3152024-09-30T23:05:16.585Zstop 0.000606554
3162024-09-30T23:05:16.585Zprocess exited: duration 107686 ms, exit code 101
 
3172024-09-30T23:05:16.590Zfound 0 output files