01HVVYMXCVQNC0RT9NR8Q39JWW: 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(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HVVYNDHNQZZK858QP4EZ7V3J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-19T19:54:20.898Zjob assigned to worker 01HVVYNPGBFS5F3HSN0E6M3KQR (queued for 2 m 2 s)
 
22024-04-19T19:54:27.429Zstarting task 0: "setup"
32024-04-19T19:54:27.470Z++ uname -s
42024-04-19T19:54:27.482Z+ kern=SunOS
52024-04-19T19:54:27.482Z+ case "$kern" in
62024-04-19T19:54:27.482Z+ groupadd -g 12345 build
72024-04-19T19:54:27.501Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-19T19:54:29.725Z+ zfs create -o mountpoint=/work rpool/work
92024-04-19T19:54:29.767Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-19T19:54:29.767Z+ home_fs=zfs
112024-04-19T19:54:29.767Z+ [[ zfs == autofs ]]
122024-04-19T19:54:29.767Z+ mkdir -p /home/build
132024-04-19T19:54:29.767Z+ chown build:build /home/build /work
142024-04-19T19:54:31.604Z+ chmod 0700 /home/build /work
152024-04-19T19:54:31.628Zprocess exited: duration 4172 ms, exit code 0
 
162024-04-19T19:54:31.653Zstarting task 1: "rust-toolchain"
172024-04-19T19:54:31.669Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-19T19:54:31.669Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-19T19:54:31.767Zinfo: downloading installer
202024-04-19T19:54:32.905Zwarning: it looks like you have an existing installation of Rust at:
212024-04-19T19:54:32.905Zwarning: /opt/ooce/bin
222024-04-19T19:54:32.905Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-19T19:54:32.905Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-19T19:54:32.905Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-19T19:54:32.905Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-19T19:54:32.905Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-19T19:54:32.905Zerror: cannot install while Rust is installed
282024-04-19T19:54:32.905Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-19T19:54:33.043Zinfo: profile set to 'default'
302024-04-19T19:54:33.043Zinfo: default host triple is x86_64-unknown-illumos
312024-04-19T19:54:33.068Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-19T19:54:33.184Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-19T19:54:33.184Zinfo: downloading component 'cargo'
342024-04-19T19:54:34.030Zinfo: downloading component 'clippy'
352024-04-19T19:54:34.373Zinfo: downloading component 'rust-docs'
362024-04-19T19:54:35.385Zinfo: downloading component 'rust-std'
372024-04-19T19:54:37.167Zinfo: downloading component 'rustc'
382024-04-19T19:54:41.029Zinfo: downloading component 'rustfmt'
392024-04-19T19:54:41.274Zinfo: installing component 'cargo'
402024-04-19T19:54:42.107Zinfo: installing component 'clippy'
412024-04-19T19:54:42.478Zinfo: installing component 'rust-docs'
422024-04-19T19:54:43.978Zinfo: installing component 'rust-std'
432024-04-19T19:54:45.806Zinfo: installing component 'rustc'
442024-04-19T19:54:49.885Zinfo: installing component 'rustfmt'
452024-04-19T19:54:50.252Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-19T19:54:50.252Z
472024-04-19T19:54:50.526Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-19T19:54:50.526Z
492024-04-19T19:54:50.536Z
502024-04-19T19:54:50.537ZRust is installed now. Great!
512024-04-19T19:54:50.537Z
522024-04-19T19:54:50.537ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-19T19:54:50.537Zenvironment variable. This has not been done automatically.
542024-04-19T19:54:50.537Z
552024-04-19T19:54:50.537ZTo configure your current shell, you need to source
562024-04-19T19:54:50.537Zthe corresponding env file under $HOME/.cargo.
572024-04-19T19:54:50.538Z
582024-04-19T19:54:50.538ZThis is usually done by running one of the following (note the leading DOT):
592024-04-19T19:54:50.538Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-19T19:54:50.538Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-19T19:54:51.050Z+ rustc --version
622024-04-19T19:54:51.054Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-19T19:54:51.055Zprocess exited: duration 19036 ms, exit code 0
 
642024-04-19T19:54:51.063Zstarting task 2: "authentication"
652024-04-19T19:54:51.093Zprocess exited: duration 28 ms, exit code 0
 
662024-04-19T19:54:51.578Zstarting task 3: "clone repository"
672024-04-19T19:54:51.582Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-19T19:54:51.582Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-19T19:54:51.582ZCloning into '/work/oxidecomputer/omicron'...
702024-04-19T19:54:57.999Z+ cd /work/oxidecomputer/omicron
712024-04-19T19:54:57.999Z+ git fetch origin 974dce95eecd199e03c9e960ca4e7a705bb3f1d1
722024-04-19T19:54:58.273ZFrom https://github.com/oxidecomputer/omicron
732024-04-19T19:54:58.273Z * branch 974dce95eecd199e03c9e960ca4e7a705bb3f1d1 -> FETCH_HEAD
742024-04-19T19:54:58.284Z+ [[ -n dependabot/cargo/rustls-0.22.4 ]]
752024-04-19T19:54:58.321Z++ git branch --show-current
762024-04-19T19:54:58.321Z+ current=main
772024-04-19T19:54:58.322Z+ [[ main != dependabot/cargo/rustls-0.22.4 ]]
782024-04-19T19:54:58.322Z+ git branch -f dependabot/cargo/rustls-0.22.4 974dce95eecd199e03c9e960ca4e7a705bb3f1d1
792024-04-19T19:54:58.322Z+ git checkout -f dependabot/cargo/rustls-0.22.4
802024-04-19T19:54:58.431ZSwitched to branch 'dependabot/cargo/rustls-0.22.4'
812024-04-19T19:54:58.441Z+ git reset --hard 974dce95eecd199e03c9e960ca4e7a705bb3f1d1
822024-04-19T19:54:58.442ZHEAD is now at 974dce95e Bump rustls from 0.22.2 to 0.22.4
832024-04-19T19:54:58.442Zprocess exited: duration 7313 ms, exit code 0
 
842024-04-19T19:54:58.473Zstarting task 4: "build"
852024-04-19T19:54:58.491Z+ target_os=illumos
862024-04-19T19:54:58.492Z+ NEXTEST_VERSION=0.9.67
872024-04-19T19:54:58.492Z+ cargo --version
882024-04-19T19:54:58.514Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
892024-04-19T19:54:58.635Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
902024-04-19T19:54:58.636Zinfo: downloading component 'cargo'
912024-04-19T19:54:59.494Zinfo: downloading component 'clippy'
922024-04-19T19:54:59.871Zinfo: downloading component 'rust-docs'
932024-04-19T19:55:00.851Zinfo: downloading component 'rust-std'
942024-04-19T19:55:02.231Zinfo: downloading component 'rustc'
952024-04-19T19:55:05.345Zinfo: downloading component 'rustfmt'
962024-04-19T19:55:05.521Zinfo: installing component 'cargo'
972024-04-19T19:55:06.334Zinfo: installing component 'clippy'
982024-04-19T19:55:06.668Zinfo: installing component 'rust-docs'
992024-04-19T19:55:08.160Zinfo: installing component 'rust-std'
1002024-04-19T19:55:09.815Zinfo: installing component 'rustc'
1012024-04-19T19:55:13.744Zinfo: installing component 'rustfmt'
1022024-04-19T19:55:14.131Zcargo 1.77.2 (e52e36006 2024-03-26)
1032024-04-19T19:55:14.148Z+ rustc --version
1042024-04-19T19:55:14.199Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1052024-04-19T19:55:14.211Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos
1062024-04-19T19:55:14.211Z+ gunzip
1072024-04-19T19:55:14.211Z+ tar -xvf - -C /home/build/.cargo/bin
1082024-04-19T19:55:15.364Zx cargo-nextest, 11234272 bytes, 21942 tape blocks
1092024-04-19T19:55:15.378Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1102024-04-19T19:55:15.378Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1112024-04-19T19:55:15.378Ztests will store ephemeral output in /var/tmp/omicron_tmp
1122024-04-19T19:55:15.378Z+ mkdir /var/tmp/omicron_tmp
1132024-04-19T19:55:15.378Z+ OUTPUT_DIR=/work
1142024-04-19T19:55:15.378Z+ echo 'tests will store non-ephemeral output in /work'
1152024-04-19T19:55:15.378Ztests will store non-ephemeral output in /work
1162024-04-19T19:55:15.378Z+ mkdir -p /work
1172024-04-19T19:55:15.378Z+ source ./env.sh
1182024-04-19T19:55:15.378Z++ set -o xtrace
1192024-04-19T19:55:15.379Z++++ dirname ./env.sh
1202024-04-19T19:55:15.406Z+++ readlink -f .
1212024-04-19T19:55:15.460Z++ OMICRON_WS=/work/oxidecomputer/omicron
1222024-04-19T19:55:15.477Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232024-04-19T19:55:15.477Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242024-04-19T19:55:15.477Z++ 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
1252024-04-19T19:55:15.477Z++ 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
1262024-04-19T19:55:15.477Z++ 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
1272024-04-19T19:55:15.478Z++ 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
1282024-04-19T19:55:15.478Z++ 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
1292024-04-19T19:55:15.478Z++ 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
1302024-04-19T19:55:15.478Z++ unset OMICRON_WS
1312024-04-19T19:55:15.478Z++ set +o xtrace
1322024-04-19T19:55:15.478Z
1332024-04-19T19:55:15.478Z ##### ##### ###### ##### ###### #### # # # #### #
1342024-04-19T19:55:15.478Z # # # # # # # # # # # # # # #
1352024-04-19T19:55:15.478Z # # # # ##### # # ##### # # # # # #### #
1362024-04-19T19:55:15.478Z ##### ##### # ##### # # # # # # # # #
1372024-04-19T19:55:15.478Z # # # # # # # # # # # # # # #
1382024-04-19T19:55:15.479Z # # # ###### # # ###### ### # #### # #### #
1392024-04-19T19:55:15.479Z
1402024-04-19T19:55:30.420Z Startup: Refreshing catalog 'helios-dev' ... Done
1412024-04-19T19:55:32.384Z Startup: Caching catalogs ... Done
1422024-04-19T19:55:34.823ZPlanning: Solver setup ... Done (1.964s)
1432024-04-19T19:55:34.863ZPlanning: Running solver ... Done (0.041s)
1442024-04-19T19:55:35.099ZPlanning: Finding local manifests ... Done (0.201s)
1452024-04-19T19:55:35.118ZPlanning: Fetching manifests: 0/4 0% complete
1462024-04-19T19:55:35.552ZPlanning: Fetching manifests: 4/4 100% complete
1472024-04-19T19:55:35.583ZPlanning: Package planning ... Done (0.048s)
1482024-04-19T19:55:35.630ZPlanning: Merging actions ... Done (0.050s)
1492024-04-19T19:55:36.207ZPlanning: Checking for conflicting actions ... Done (0.569s)
1502024-04-19T19:55:36.212ZPlanning: Consolidating action changes ... Done (0.011s)
1512024-04-19T19:55:47.521ZPlanning: Evaluating mediators ... Done (11.285s)
1522024-04-19T19:55:47.534ZPlanning: Planning completed in 15.06 seconds
1532024-04-19T19:55:47.546Z Packages to install: 4
1542024-04-19T19:55:47.546Z Mediators to change: 2
1552024-04-19T19:55:47.546Z Services to change: 1
1562024-04-19T19:55:47.547Z Estimated space available: 155.32 GB
1572024-04-19T19:55:47.547ZEstimated space to be consumed: 1.44 GB
1582024-04-19T19:55:47.547Z Create boot environment: No
1592024-04-19T19:55:47.547ZCreate backup boot environment: No
1602024-04-19T19:55:47.547Z Rebuild boot archive: No
1612024-04-19T19:55:47.547Z
1622024-04-19T19:55:47.548ZChanged mediators:
1632024-04-19T19:55:47.548Z mediator clang:
1642024-04-19T19:55:47.548Z version: None -> 15 (system default)
1652024-04-19T19:55:47.548Z
1662024-04-19T19:55:47.548Z mediator llvm:
1672024-04-19T19:55:47.548Z version: 14 (system default) -> 15 (system default)
1682024-04-19T19:55:47.548Z
1692024-04-19T19:55:47.549ZChanged packages:
1702024-04-19T19:55:47.549Zhelios-dev
1712024-04-19T19:55:47.549Z developer/build-essential
1722024-04-19T19:55:47.549Z None -> 11-2.0
1732024-04-19T19:55:47.549Z library/libxmlsec1
1742024-04-19T19:55:47.549Z None -> 1.2.35-2.0
1752024-04-19T19:55:47.549Z ooce/developer/clang-15
1762024-04-19T19:55:47.549Z None -> 15.0.7-2.0
1772024-04-19T19:55:47.550Z ooce/developer/llvm-15
1782024-04-19T19:55:47.550Z None -> 15.0.7-2.0
1792024-04-19T19:55:47.550Z
1802024-04-19T19:55:47.550ZServices:
1812024-04-19T19:55:47.550Z restart_fmri:
1822024-04-19T19:55:47.550Z svc:/system/update-man-index:default
1832024-04-19T19:55:47.983Z
1842024-04-19T19:55:47.983ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1852024-04-19T19:55:52.678ZDownload: 1262/3290 items 111.7/212.6MB 52% complete (22.3M/s)
1862024-04-19T19:55:57.696ZDownload: 2559/3290 items 120.2/212.6MB 56% complete (12.2M/s)
1872024-04-19T19:56:02.700ZDownload: 3248/3290 items 196.9/212.6MB 92% complete (8.5M/s)
1882024-04-19T19:56:05.952ZDownload: Completed 212.60 MB in 18.25 seconds (11.7M/s)
1892024-04-19T19:56:06.644Z Actions: 1/3689 actions (Installing new actions)
1902024-04-19T19:56:11.311Z Actions: 3575/3689 actions (Installing new actions)
1912024-04-19T19:56:11.830Z Actions: Completed 3689 actions in 5.59 seconds.
1922024-04-19T19:56:12.046Z Done (0.207s)
1932024-04-19T19:56:12.046Z Done (0.000s)
1942024-04-19T19:56:12.329Z Done (0.275s)
1952024-04-19T19:56:19.116Z Done (6.414s)
1962024-04-19T19:56:19.210Z Done (0.218s)
1972024-04-19T19:56:19.232Z Done (0.000s)
1982024-04-19T19:56:19.337Z Done (0.000s)
1992024-04-19T19:56:19.892ZPlanning: Evaluating mediator changes ... Done
2002024-04-19T19:56:20.306ZPlanning: Checking for conflicting actions ... Done
2012024-04-19T19:56:20.306ZPlanning: Consolidating action changes ... Done
2022024-04-19T19:56:20.327ZPlanning: Evaluating mediators ... Done
2032024-04-19T19:56:20.342ZPlanning: Planning completed in 0.44 seconds
2042024-04-19T19:56:20.358Z Mediators to change: 2
2052024-04-19T19:56:20.358Z Create boot environment: No
2062024-04-19T19:56:20.358ZCreate backup boot environment: No
2072024-04-19T19:56:20.466Z Done
2082024-04-19T19:56:20.467Z Done
2092024-04-19T19:56:20.629Z Done
2102024-04-19T19:56:24.350Z Done
2112024-04-19T19:56:24.450Z Done
2122024-04-19T19:56:24.470Z Done
2132024-04-19T19:56:24.541Z Done
2142024-04-19T19:56:26.425ZPlanning: Evaluating mediator changes ... Done
2152024-04-19T19:56:26.429ZPlanning: Merging actions ... Done
2162024-04-19T19:56:26.429ZPlanning: Checking for conflicting actions ... Done
2172024-04-19T19:56:26.429ZPlanning: Consolidating action changes ... Done
2182024-04-19T19:56:26.429ZPlanning: Evaluating mediators ... Done
2192024-04-19T19:56:26.429ZPlanning: Planning completed in 0.81 seconds
2202024-04-19T19:56:26.429Z Packages to change: 1
2212024-04-19T19:56:26.429Z Mediators to change: 1
2222024-04-19T19:56:26.429Z Services to change: 1
2232024-04-19T19:56:26.429Z Create boot environment: No
2242024-04-19T19:56:26.429ZCreate backup boot environment: Yes
2252024-04-19T19:56:27.673Z Actions: 1/6 actions (Updating modified actions)
2262024-04-19T19:56:27.677Z Actions: Completed 6 actions in 0.00 seconds.
2272024-04-19T19:56:27.677Z Done
2282024-04-19T19:56:27.677Z Done
2292024-04-19T19:56:27.734Z Done
2302024-04-19T19:56:31.523Z Done
2312024-04-19T19:56:31.607Z Done
2322024-04-19T19:56:31.616Z Done
2332024-04-19T19:56:31.733Z Done
2342024-04-19T19:56:32.198ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2352024-04-19T19:56:32.198Zclang system 15 system
2362024-04-19T19:56:32.198Zcsh system system illumos
2372024-04-19T19:56:32.198Zctags system system illumos
2382024-04-19T19:56:32.198Zgcc vendor 12 vendor
2392024-04-19T19:56:32.198Zgcc system 10 system
2402024-04-19T19:56:32.199Zgcc system 7 system
2412024-04-19T19:56:32.199Zgo system 1.20 system
2422024-04-19T19:56:32.199Zgo system 1.19 system
2432024-04-19T19:56:32.199Zllvm system 15 system
2442024-04-19T19:56:32.199Zllvm system 14 system
2452024-04-19T19:56:32.199Zmariadb system 10.6 system
2462024-04-19T19:56:32.199Zmta vendor vendor dma
2472024-04-19T19:56:32.199Zopenjdk system 17 system
2482024-04-19T19:56:32.199Zopenjdk system 11 system
2492024-04-19T19:56:32.200Zopenjdk system 1.8 system
2502024-04-19T19:56:32.200Zopenssl vendor 3 vendor
2512024-04-19T19:56:32.200Zperl system 5.36 system
2522024-04-19T19:56:32.200Zpostgresql system 15 system
2532024-04-19T19:56:32.200Zpostgresql system 13 system
2542024-04-19T19:56:32.200Zpython vendor 3 vendor
2552024-04-19T19:56:32.200Zpython system 2 system
2562024-04-19T19:56:32.200Zpython3 system 3.11 system
2572024-04-19T19:56:32.200Zruby system 3.0 system
2582024-04-19T19:56:32.200Zwords vendor vendor american-english
2592024-04-19T19:56:32.201Zwords system system australian-english
2602024-04-19T19:56:32.201Zwords system system british-english
2612024-04-19T19:56:32.201Zwords system system canadian-english
2622024-04-19T19:56:32.201Zwords system system french
2632024-04-19T19:56:32.201Zwords system system italian
2642024-04-19T19:56:32.201Zwords system system ngerman
2652024-04-19T19:56:32.201Zwords system system ogerman
2662024-04-19T19:56:32.201Zwords system system spanish
2672024-04-19T19:56:32.512ZPUBLISHER TYPE STATUS P LOCATION
2682024-04-19T19:56:32.512Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692024-04-19T19:56:33.853ZFMRI IFO
2702024-04-19T19:56:33.853Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712024-04-19T19:56:33.853Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722024-04-19T19:56:33.853Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732024-04-19T19:56:33.854Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742024-04-19T19:56:33.854Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752024-04-19T19:56:33.854Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762024-04-19T19:56:33.854Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2772024-04-19T19:56:33.854Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782024-04-19T19:56:33.854Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2792024-04-19T19:56:33.854Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802024-04-19T19:56:33.854Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2812024-04-19T19:56:33.855Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822024-04-19T19:56:34.110Z+ set -o errexit
2832024-04-19T19:56:34.128Z+++ dirname ./tools/ci_download_cockroachdb
2842024-04-19T19:56:34.128Z++ cd ./tools
2852024-04-19T19:56:34.128Z++ pwd
2862024-04-19T19:56:34.128Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2872024-04-19T19:56:34.128Z++ basename ./tools/ci_download_cockroachdb
2882024-04-19T19:56:34.128Z+ ARG0=ci_download_cockroachdb
2892024-04-19T19:56:34.128Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2902024-04-19T19:56:34.128Z+ CIDL_VERSION=v22.1.9
2912024-04-19T19:56:34.129Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2922024-04-19T19:56:34.129Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2932024-04-19T19:56:34.129Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2942024-04-19T19:56:34.129Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2952024-04-19T19:56:34.129Z+ TARGET_DIR=out
2962024-04-19T19:56:34.129Z+ DOWNLOAD_DIR=out/downloads
2972024-04-19T19:56:34.129Z+ DEST_DIR=./out/cockroachdb
2982024-04-19T19:56:34.129Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2992024-04-19T19:56:34.130Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
3002024-04-19T19:56:34.130Z+ main
3012024-04-19T19:56:34.130Z+ [[ 0 != 0 ]]
3022024-04-19T19:56:34.130Z+ CIDL_OS=solaris2.11
3032024-04-19T19:56:34.130Z+ [[ 0 != 0 ]]
3042024-04-19T19:56:34.130Z+ configure_os solaris2.11
3052024-04-19T19:56:34.130Z+ echo 'current directory: /work/oxidecomputer/omicron'
3062024-04-19T19:56:34.131Zcurrent directory: /work/oxidecomputer/omicron
3072024-04-19T19:56:34.131Zconfiguring based on OS: "solaris2.11"
3082024-04-19T19:56:34.131Z+ echo 'configuring based on OS: "solaris2.11"'
3092024-04-19T19:56:34.131Z+ case "$1" in
3102024-04-19T19:56:34.131Z+ CIDL_BUILD=illumos
3112024-04-19T19:56:34.131Z+ CIDL_SUFFIX=tar.gz
3122024-04-19T19:56:34.131Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3132024-04-19T19:56:34.132Z+ CIDL_URL_BASE=https://illumos.org/downloads
3142024-04-19T19:56:34.132Z+ CIDL_ASSEMBLE=do_assemble_illumos
3152024-04-19T19:56:34.132Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3162024-04-19T19:56:34.132Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3172024-04-19T19:56:34.132Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3182024-04-19T19:56:34.132Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3192024-04-19T19:56:34.132Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3202024-04-19T19:56:34.132ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-04-19T19:56:34.132Z+ CIDL_SHA256FUNC=do_sha256sum
3222024-04-19T19:56:34.133Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3232024-04-19T19:56:34.133Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3242024-04-19T19:56:34.133Z+ mkdir -p out/downloads
3252024-04-19T19:56:34.133ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3262024-04-19T19:56:34.133Z+ mkdir -p ./out/cockroachdb
3272024-04-19T19:56:34.133Z+ local DO_DOWNLOAD=true
3282024-04-19T19:56:34.133Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3292024-04-19T19:56:34.133Z+ '[' true == true ']'
3302024-04-19T19:56:34.133Z+ echo Downloading...
3312024-04-19T19:56:34.133ZDownloading...
3322024-04-19T19:56:34.134Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3332024-04-19T19:56:34.134Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3342024-04-19T19:56:36.721Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3352024-04-19T19:56:36.736Z++ sha256sum
3362024-04-19T19:56:36.736Z++ awk '{print $1}'
3372024-04-19T19:56:36.896Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3382024-04-19T19:56:36.896Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3392024-04-19T19:56:36.916Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3402024-04-19T19:56:36.916Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3412024-04-19T19:56:39.070Z+ do_assemble_illumos
3422024-04-19T19:56:39.070Z+ rm -r ./out/cockroachdb
3432024-04-19T19:56:39.081Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3442024-04-19T19:56:39.503Z+ ./out/cockroachdb/bin/cockroach version
3452024-04-19T19:56:39.669ZBuild Tag: v22.1.9-dirty
3462024-04-19T19:56:39.669ZBuild Time: 2022/10/26 21:17:46
3472024-04-19T19:56:39.670ZDistribution: OSS
3482024-04-19T19:56:39.670ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3492024-04-19T19:56:39.670ZGo Version: go1.17.13
3502024-04-19T19:56:39.670ZC Compiler: gcc 10.3.0
3512024-04-19T19:56:39.670ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3522024-04-19T19:56:39.670ZBuild Type: release
3532024-04-19T19:56:39.693Z+ set -o errexit
3542024-04-19T19:56:39.711Z+++ dirname ./tools/ci_download_clickhouse
3552024-04-19T19:56:39.712Z++ cd ./tools
3562024-04-19T19:56:39.712Z++ pwd
3572024-04-19T19:56:39.712Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3582024-04-19T19:56:39.712Z++ basename ./tools/ci_download_clickhouse
3592024-04-19T19:56:39.712Z+ ARG0=ci_download_clickhouse
3602024-04-19T19:56:39.712Z+ TARGET_DIR=out
3612024-04-19T19:56:39.712Z+ DOWNLOAD_DIR=out/downloads
3622024-04-19T19:56:39.712Z+ DEST_DIR=./out/clickhouse
3632024-04-19T19:56:39.713Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3642024-04-19T19:56:39.713Z+ CIDL_VERSION=v23.8.7.24
3652024-04-19T19:56:39.713Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3662024-04-19T19:56:39.713Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3672024-04-19T19:56:39.713Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3682024-04-19T19:56:39.713Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3692024-04-19T19:56:39.713Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3702024-04-19T19:56:39.713Z+ main
3712024-04-19T19:56:39.713Z+ [[ 0 != 0 ]]
3722024-04-19T19:56:39.713Z+ CIDL_OS=solaris2.11
3732024-04-19T19:56:39.714Z+ [[ 0 != 0 ]]
3742024-04-19T19:56:39.714Z+ configure_os solaris2.11
3752024-04-19T19:56:39.714Z+ echo 'current directory: /work/oxidecomputer/omicron'
3762024-04-19T19:56:39.714Z+ echo 'configuring based on OS: "solaris2.11"'
3772024-04-19T19:56:39.714Zcurrent directory: /work/oxidecomputer/omicron
3782024-04-19T19:56:39.714Z+ CIDL_DASHREV=
3792024-04-19T19:56:39.714Z+ case "$1" in
3802024-04-19T19:56:39.714Z+ CIDL_PLATFORM=illumos
3812024-04-19T19:56:39.715Zconfiguring based on OS: "solaris2.11"
3822024-04-19T19:56:39.715Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3832024-04-19T19:56:39.715Z+ CIDL_MD5FUNC=do_md5sum
3842024-04-19T19:56:39.715Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3852024-04-19T19:56:39.715Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3862024-04-19T19:56:39.715Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3872024-04-19T19:56:39.715Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3882024-04-19T19:56:39.716Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3892024-04-19T19:56:39.716ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3902024-04-19T19:56:39.716ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3912024-04-19T19:56:39.716Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3922024-04-19T19:56:39.716Z+ mkdir -p out/downloads
3932024-04-19T19:56:39.716Z+ mkdir -p ./out/clickhouse
3942024-04-19T19:56:39.716Z+ local DO_DOWNLOAD=true
3952024-04-19T19:56:39.716Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3962024-04-19T19:56:39.716Z+ '[' true == true ']'
3972024-04-19T19:56:39.717Z+ echo Downloading...
3982024-04-19T19:56:39.717ZDownloading...
3992024-04-19T19:56:39.717Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4002024-04-19T19:56:39.717Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
4012024-04-19T19:56:41.343Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4022024-04-19T19:56:41.364Z++ md5sum
4032024-04-19T19:56:41.364Z++ awk '{print $1}'
4042024-04-19T19:56:41.569Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
4052024-04-19T19:56:41.570Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
4062024-04-19T19:56:41.985Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
4072024-04-19T19:56:41.985Z+ mkdir -p ./out/clickhouse
4082024-04-19T19:56:41.985Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
4092024-04-19T19:56:45.412Z+ [[ solaris2.11 == darwin* ]]
4102024-04-19T19:56:45.412Z+ ./out/clickhouse/clickhouse server --version
4112024-04-19T19:56:45.850ZClickHouse server version 23.8.7.1.
4122024-04-19T19:56:45.876Z+ set -o errexit
4132024-04-19T19:56:45.889Z+++ dirname ./tools/ci_download_console
4142024-04-19T19:56:45.889Z++ cd ./tools
4152024-04-19T19:56:45.889Z++ pwd
4162024-04-19T19:56:45.890Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4172024-04-19T19:56:45.890Z++ basename ./tools/ci_download_console
4182024-04-19T19:56:45.890Z+ ARG0=ci_download_console
4192024-04-19T19:56:45.890Z+ TARGET_DIR=out
4202024-04-19T19:56:45.891Z+ DOWNLOAD_DIR=out/downloads
4212024-04-19T19:56:45.891Z+ DEST_DIR=./out/console-assets
4222024-04-19T19:56:45.891Z+ source /work/oxidecomputer/omicron/tools/console_version
4232024-04-19T19:56:45.892Z++ COMMIT=c008d365b38b53c962a80e9c352e4e09ec18b436
4242024-04-19T19:56:45.892Z++ SHA2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223
4252024-04-19T19:56:45.892Z+ URL=https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz
4262024-04-19T19:56:45.892Z+ TARBALL_FILE=out/downloads/console.tar.gz
4272024-04-19T19:56:45.892Z+ main
4282024-04-19T19:56:45.892Z+ [[ 0 != 0 ]]
4292024-04-19T19:56:45.892Z+ echo 'URL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz'
4302024-04-19T19:56:45.893Z+ echo 'Local file: out/downloads/console.tar.gz'
4312024-04-19T19:56:45.893Z+ local DO_DOWNLOAD=true
4322024-04-19T19:56:45.893ZURL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz
4332024-04-19T19:56:45.893Z+ [[ -f out/downloads/console.tar.gz ]]
4342024-04-19T19:56:45.893ZLocal file: out/downloads/console.tar.gz
4352024-04-19T19:56:45.893Z+ mkdir -p out/downloads
4362024-04-19T19:56:45.893Z+ '[' true == true ']'
4372024-04-19T19:56:45.894Z+ echo Downloading...
4382024-04-19T19:56:45.894ZDownloading...
4392024-04-19T19:56:45.894Z+ do_download_curl https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz out/downloads/console.tar.gz
4402024-04-19T19:56:45.894Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz
4412024-04-19T19:56:46.527Z++ do_sha256sum out/downloads/console.tar.gz
4422024-04-19T19:56:46.527Z++ case "$OSTYPE" in
4432024-04-19T19:56:46.527Z++ SHA=sha256sum
4442024-04-19T19:56:46.533Z++ sha256sum
4452024-04-19T19:56:46.533Z++ awk '{print $1}'
4462024-04-19T19:56:46.533Z+ calculated_sha2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223
4472024-04-19T19:56:46.533Z+ [[ fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 != \f\e\d\4\9\e\7\6\1\1\2\8\3\f\7\d\c\0\f\0\0\6\e\2\6\d\0\e\1\1\1\3\1\8\c\8\d\9\5\f\9\d\c\a\7\0\8\0\4\5\9\0\7\8\2\0\5\5\6\1\5\2\2\3 ]]
4482024-04-19T19:56:46.533Z+ rm -rf ./out/console-assets
4492024-04-19T19:56:46.533Z+ mkdir -p ./out/console-assets
4502024-04-19T19:56:46.543Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4512024-04-19T19:56:46.543Z+ mkdir -p ./out/console-assets
4522024-04-19T19:56:46.543Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4532024-04-19T19:56:46.630Z+ set -o errexit
4542024-04-19T19:56:46.644Z+++ dirname ./tools/ci_download_maghemite_openapi
4552024-04-19T19:56:46.644Z++ cd ./tools
4562024-04-19T19:56:46.644Z++ pwd
4572024-04-19T19:56:46.644Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4582024-04-19T19:56:46.644Z++ basename ./tools/ci_download_maghemite_openapi
4592024-04-19T19:56:46.644Z+ ARG0=ci_download_maghemite_openapi
4602024-04-19T19:56:46.644Z+ TARGET_DIR=out
4612024-04-19T19:56:46.644Z+ DOWNLOAD_DIR=out/downloads
4622024-04-19T19:56:46.644Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4632024-04-19T19:56:46.645Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4642024-04-19T19:56:46.645Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4652024-04-19T19:56:46.645Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4662024-04-19T19:56:46.645Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4672024-04-19T19:56:46.645Z+ main
4682024-04-19T19:56:46.645Z+ rm -rf out/downloads/root
4692024-04-19T19:56:46.645Z+ [[ 0 != 0 ]]
4702024-04-19T19:56:46.645Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4712024-04-19T19:56:46.645ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4722024-04-19T19:56:46.645Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4732024-04-19T19:56:46.645Z+ local DO_DOWNLOAD=true
4742024-04-19T19:56:46.646ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-04-19T19:56:46.646Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4762024-04-19T19:56:46.646Z+ mkdir -p out/downloads
4772024-04-19T19:56:46.646Z+ '[' true == true ']'
4782024-04-19T19:56:46.646Z+ echo Downloading...
4792024-04-19T19:56:46.646ZDownloading...
4802024-04-19T19:56:46.646Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4812024-04-19T19:56:46.646Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4822024-04-19T19:56:46.974Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4832024-04-19T19:56:46.974Z++ case "$OSTYPE" in
4842024-04-19T19:56:46.984Z++ SHA=sha256sum
4852024-04-19T19:56:46.984Z++ sha256sum
4862024-04-19T19:56:46.985Z++ awk '{print $1}'
4872024-04-19T19:56:46.985Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4882024-04-19T19:56:46.985Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4892024-04-19T19:56:46.985Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4902024-04-19T19:56:46.985Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4912024-04-19T19:56:46.986Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4922024-04-19T19:56:46.986Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4932024-04-19T19:56:46.986Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4942024-04-19T19:56:46.986Z+ main
4952024-04-19T19:56:46.986Z+ rm -rf out/downloads/root
4962024-04-19T19:56:46.986Z+ [[ 0 != 0 ]]
4972024-04-19T19:56:46.986Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4982024-04-19T19:56:46.986ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4992024-04-19T19:56:46.987Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
5002024-04-19T19:56:46.987Z+ local DO_DOWNLOAD=true
5012024-04-19T19:56:46.987ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5022024-04-19T19:56:46.987Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
5032024-04-19T19:56:46.987Z+ mkdir -p out/downloads
5042024-04-19T19:56:46.987Z+ '[' true == true ']'
5052024-04-19T19:56:46.988Z+ echo Downloading...
5062024-04-19T19:56:46.988ZDownloading...
5072024-04-19T19:56:46.988Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5082024-04-19T19:56:46.988Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
5092024-04-19T19:56:47.579Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5102024-04-19T19:56:47.584Z++ case "$OSTYPE" in
5112024-04-19T19:56:47.584Z++ SHA=sha256sum
5122024-04-19T19:56:47.584Z++ sha256sum
5132024-04-19T19:56:47.584Z++ awk '{print $1}'
5142024-04-19T19:56:47.588Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5152024-04-19T19:56:47.588Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
5162024-04-19T19:56:47.592Z+ set -o errexit
5172024-04-19T19:56:47.596Z+++ dirname ./tools/ci_download_dendrite_openapi
5182024-04-19T19:56:47.596Z++ cd ./tools
5192024-04-19T19:56:47.597Z++ pwd
5202024-04-19T19:56:47.597Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5212024-04-19T19:56:47.601Z++ basename ./tools/ci_download_dendrite_openapi
5222024-04-19T19:56:47.601Z+ ARG0=ci_download_dendrite_openapi
5232024-04-19T19:56:47.601Z+ TARGET_DIR=out
5242024-04-19T19:56:47.601Z+ DOWNLOAD_DIR=out/downloads
5252024-04-19T19:56:47.601Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5262024-04-19T19:56:47.601Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5272024-04-19T19:56:47.601Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5282024-04-19T19:56:47.601Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5292024-04-19T19:56:47.601Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5302024-04-19T19:56:47.601Z+ main
5312024-04-19T19:56:47.601Z+ [[ 0 != 0 ]]
5322024-04-19T19:56:47.602Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5332024-04-19T19:56:47.602Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5342024-04-19T19:56:47.602ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5352024-04-19T19:56:47.602ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5362024-04-19T19:56:47.602Z+ local DO_DOWNLOAD=true
5372024-04-19T19:56:47.602Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5382024-04-19T19:56:47.602Z+ mkdir -p out/downloads
5392024-04-19T19:56:47.602Z+ '[' true == true ']'
5402024-04-19T19:56:47.602Z+ echo Downloading...
5412024-04-19T19:56:47.602ZDownloading...
5422024-04-19T19:56:47.602Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5432024-04-19T19:56:47.602Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5442024-04-19T19:56:47.749Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5452024-04-19T19:56:47.759Z++ case "$OSTYPE" in
5462024-04-19T19:56:47.759Z++ SHA=sha256sum
5472024-04-19T19:56:47.759Z++ sha256sum
5482024-04-19T19:56:47.760Z++ awk '{print $1}'
5492024-04-19T19:56:47.760Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5502024-04-19T19:56:47.760Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5512024-04-19T19:56:47.760Z+ set -o errexit
5522024-04-19T19:56:47.769Z+++ dirname ./tools/ci_download_dendrite_stub
5532024-04-19T19:56:47.769Z++ cd ./tools
5542024-04-19T19:56:47.769Z++ pwd
5552024-04-19T19:56:47.769Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5562024-04-19T19:56:47.770Z++ basename ./tools/ci_download_dendrite_stub
5572024-04-19T19:56:47.770Z+ ARG0=ci_download_dendrite_stub
5582024-04-19T19:56:47.770Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5592024-04-19T19:56:47.770Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5602024-04-19T19:56:47.770Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5612024-04-19T19:56:47.770Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5622024-04-19T19:56:47.770Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5632024-04-19T19:56:47.770Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5642024-04-19T19:56:47.770Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5652024-04-19T19:56:47.770Z+ TARGET_DIR=out
5662024-04-19T19:56:47.770Z+ DOWNLOAD_DIR=out/downloads
5672024-04-19T19:56:47.770Z+ DEST_DIR=./out/dendrite-stub
5682024-04-19T19:56:47.770Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5692024-04-19T19:56:47.770Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5702024-04-19T19:56:47.770Z+ REPO=oxidecomputer/dendrite
5712024-04-19T19:56:47.771Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5722024-04-19T19:56:47.771Z+ main
5732024-04-19T19:56:47.771Z+ [[ 0 != 0 ]]
5742024-04-19T19:56:47.771Z+ CIDL_OS=solaris2.11
5752024-04-19T19:56:47.771Z+ [[ 0 != 0 ]]
5762024-04-19T19:56:47.771Z+ configure_os solaris2.11
5772024-04-19T19:56:47.771Z+ echo 'current directory: /work/oxidecomputer/omicron'
5782024-04-19T19:56:47.771Zcurrent directory: /work/oxidecomputer/omicron
5792024-04-19T19:56:47.771Z+ echo 'configuring based on OS: "solaris2.11"'
5802024-04-19T19:56:47.771Z+ case "$1" in
5812024-04-19T19:56:47.771Z+ SET_BINARIES=
5822024-04-19T19:56:47.771Zconfiguring based on OS: "solaris2.11"
5832024-04-19T19:56:47.771Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5842024-04-19T19:56:47.771Z+ CIDL_SHA256FUNC=do_sha256sum
5852024-04-19T19:56:47.772Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5862024-04-19T19:56:47.772Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5872024-04-19T19:56:47.772Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5882024-04-19T19:56:47.772Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5892024-04-19T19:56:47.772ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5902024-04-19T19:56:47.772Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5912024-04-19T19:56:47.772Z+ mkdir -p out/downloads
5922024-04-19T19:56:47.772ZLocal file: out/downloads/dendrite-stub.tar.gz
5932024-04-19T19:56:47.772Z+ mkdir -p ./out/dendrite-stub
5942024-04-19T19:56:47.772Z+ fetch_and_verify
5952024-04-19T19:56:47.772Z+ local DO_DOWNLOAD=true
5962024-04-19T19:56:47.772Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5972024-04-19T19:56:47.772Z+ '[' true == true ']'
5982024-04-19T19:56:47.772Z+ echo Downloading...
5992024-04-19T19:56:47.773ZDownloading...
6002024-04-19T19:56:47.773Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
6012024-04-19T19:56:47.773Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
6022024-04-19T19:56:55.085Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
6032024-04-19T19:56:55.101Z++ sha256sum
6042024-04-19T19:56:55.101Z++ awk '{print $1}'
6052024-04-19T19:56:55.116Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
6062024-04-19T19:56:55.116Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
6072024-04-19T19:56:55.116Z+ do_untar out/downloads/dendrite-stub.tar.gz
6082024-04-19T19:56:55.116Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
6092024-04-19T19:56:55.708Z+ do_assemble
6102024-04-19T19:56:55.708Z+ rm -r ./out/dendrite-stub
6112024-04-19T19:56:55.712Z+ mkdir ./out/dendrite-stub
6122024-04-19T19:56:55.721Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6132024-04-19T19:56:55.793Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6142024-04-19T19:56:55.803Z+ set -o errexit
6152024-04-19T19:56:55.806Z+++ dirname ./tools/ci_download_maghemite_mgd
6162024-04-19T19:56:55.810Z++ cd ./tools
6172024-04-19T19:56:55.810Z++ pwd
6182024-04-19T19:56:55.810Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6192024-04-19T19:56:55.810Z++ basename ./tools/ci_download_maghemite_mgd
6202024-04-19T19:56:55.810Z+ ARG0=ci_download_maghemite_mgd
6212024-04-19T19:56:55.810Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6222024-04-19T19:56:55.810Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6232024-04-19T19:56:55.810Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6242024-04-19T19:56:55.810Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6252024-04-19T19:56:55.810Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6262024-04-19T19:56:55.810Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6272024-04-19T19:56:55.810Z+ TARGET_DIR=out
6282024-04-19T19:56:55.810Z+ DOWNLOAD_DIR=out/downloads
6292024-04-19T19:56:55.810Z+ DEST_DIR=./out/mgd
6302024-04-19T19:56:55.810Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6312024-04-19T19:56:55.811Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6322024-04-19T19:56:55.811Z+ REPO=oxidecomputer/maghemite
6332024-04-19T19:56:55.811Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6342024-04-19T19:56:55.814Z+ main
6352024-04-19T19:56:55.814Z+ rm -rf out/downloads/root
6362024-04-19T19:56:55.819Z+ [[ 0 != 0 ]]
6372024-04-19T19:56:55.819Z+ CIDL_OS=solaris2.11
6382024-04-19T19:56:55.823Z+ [[ 0 != 0 ]]
6392024-04-19T19:56:55.823Z+ configure_os solaris2.11
6402024-04-19T19:56:55.823Z+ echo 'current directory: /work/oxidecomputer/omicron'
6412024-04-19T19:56:55.823Zcurrent directory: /work/oxidecomputer/omicron
6422024-04-19T19:56:55.823Zconfiguring based on OS: "solaris2.11"
6432024-04-19T19:56:55.823Z+ echo 'configuring based on OS: "solaris2.11"'
6442024-04-19T19:56:55.823Z+ case "$1" in
6452024-04-19T19:56:55.823Z+ SET_BINARIES=
6462024-04-19T19:56:55.823Z+ CIDL_SHA256FUNC=do_sha256sum
6472024-04-19T19:56:55.823Z+ TARBALL_FILENAME=mgd.tar.gz
6482024-04-19T19:56:55.823Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6492024-04-19T19:56:55.823Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6502024-04-19T19:56:55.823Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6512024-04-19T19:56:55.823Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6522024-04-19T19:56:55.823ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6532024-04-19T19:56:55.823ZLocal file: out/downloads/mgd.tar.gz
6542024-04-19T19:56:55.823Z+ mkdir -p out/downloads
6552024-04-19T19:56:55.824Z+ mkdir -p ./out/mgd
6562024-04-19T19:56:55.828Z+ fetch_and_verify
6572024-04-19T19:56:55.828Z+ local DO_DOWNLOAD=true
6582024-04-19T19:56:55.828Z+ [[ -f out/downloads/mgd.tar.gz ]]
6592024-04-19T19:56:55.828Z+ '[' true == true ']'
6602024-04-19T19:56:55.828ZDownloading...
6612024-04-19T19:56:55.828Z+ echo Downloading...
6622024-04-19T19:56:55.828Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6632024-04-19T19:56:55.828Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6642024-04-19T19:57:04.954Z++ do_sha256sum out/downloads/mgd.tar.gz
6652024-04-19T19:57:04.958Z++ sha256sum
6662024-04-19T19:57:04.958Z++ awk '{print $1}'
6672024-04-19T19:57:04.986Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6682024-04-19T19:57:05.014Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6692024-04-19T19:57:05.014Z+ do_untar out/downloads/mgd.tar.gz
6702024-04-19T19:57:05.014Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6712024-04-19T19:57:05.576Z+ do_assemble
6722024-04-19T19:57:05.577Z+ rm -r ./out/mgd
6732024-04-19T19:57:05.580Z+ mkdir ./out/mgd
6742024-04-19T19:57:05.580Z+ cp -r out/downloads/root ./out/mgd/root
6752024-04-19T19:57:05.670Z+ set -o errexit
6762024-04-19T19:57:05.683Z+++ dirname ./tools/ci_download_transceiver_control
6772024-04-19T19:57:05.684Z++ cd ./tools
6782024-04-19T19:57:05.684Z++ pwd
6792024-04-19T19:57:05.684Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6802024-04-19T19:57:05.684Z++ basename ./tools/ci_download_transceiver_control
6812024-04-19T19:57:05.684Z+ ARG0=ci_download_transceiver_control
6822024-04-19T19:57:05.684Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6832024-04-19T19:57:05.684Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6842024-04-19T19:57:05.684Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6852024-04-19T19:57:05.684Z+ TARGET_DIR=out
6862024-04-19T19:57:05.684Z+ DOWNLOAD_DIR=out/downloads
6872024-04-19T19:57:05.684Z+ DEST_DIR=./out/transceiver-control
6882024-04-19T19:57:05.684Z+ BIN_DIR=/opt/oxide/bin
6892024-04-19T19:57:05.684Z+ BINARY=xcvradm
6902024-04-19T19:57:05.685Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6912024-04-19T19:57:05.685Z+ REPO=oxidecomputer/transceiver-control
6922024-04-19T19:57:05.685Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6932024-04-19T19:57:05.685Z+ main
6942024-04-19T19:57:05.685Z+ [[ 0 != 0 ]]
6952024-04-19T19:57:05.685Z+ CIDL_OS=solaris2.11
6962024-04-19T19:57:05.685Z+ [[ 0 != 0 ]]
6972024-04-19T19:57:05.685Z+ configure_os solaris2.11
6982024-04-19T19:57:05.685Z+ echo 'current directory: /work/oxidecomputer/omicron'
6992024-04-19T19:57:05.685Zcurrent directory: /work/oxidecomputer/omicron
7002024-04-19T19:57:05.685Z+ echo 'configuring based on OS: "solaris2.11"'
7012024-04-19T19:57:05.685Zconfiguring based on OS: "solaris2.11"
7022024-04-19T19:57:05.685Z+ case "$1" in
7032024-04-19T19:57:05.686Z+ SET_BINARIES=
7042024-04-19T19:57:05.686Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7052024-04-19T19:57:05.686Z+ CIDL_SHA256FUNC=do_sha256sum
7062024-04-19T19:57:05.686Z+ ARCHIVE_FILENAME=xcvradm.gz
7072024-04-19T19:57:05.686Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7082024-04-19T19:57:05.686Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7092024-04-19T19:57:05.686Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7102024-04-19T19:57:05.686Z+ echo 'Local file: out/downloads/xcvradm.gz'
7112024-04-19T19:57:05.687ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7122024-04-19T19:57:05.687Z+ mkdir -p out/downloads
7132024-04-19T19:57:05.687ZLocal file: out/downloads/xcvradm.gz
7142024-04-19T19:57:05.687Z+ mkdir -p ./out/transceiver-control
7152024-04-19T19:57:05.695Z+ fetch_and_verify
7162024-04-19T19:57:05.695Z+ local DO_DOWNLOAD=true
7172024-04-19T19:57:05.696Z+ [[ -f out/downloads/xcvradm.gz ]]
7182024-04-19T19:57:05.696Z+ '[' true == true ']'
7192024-04-19T19:57:05.696Z+ echo Downloading...
7202024-04-19T19:57:05.696ZDownloading...
7212024-04-19T19:57:05.696Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7222024-04-19T19:57:05.696Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7232024-04-19T19:57:08.654Z++ do_sha256sum out/downloads/xcvradm.gz
7242024-04-19T19:57:08.664Z++ sha256sum
7252024-04-19T19:57:08.664Z++ awk '{print $1}'
7262024-04-19T19:57:08.664Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7272024-04-19T19:57:08.665Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
7282024-04-19T19:57:08.665Z+ do_unpack out/downloads/xcvradm.gz
7292024-04-19T19:57:08.666Z+ mkdir -p out/downloads/root//opt/oxide/bin
7302024-04-19T19:57:08.672Z+ gzip -dc out/downloads/xcvradm.gz
7312024-04-19T19:57:08.786Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7322024-04-19T19:57:08.791Z+ do_assemble
7332024-04-19T19:57:08.791Z+ rm -r ./out/transceiver-control
7342024-04-19T19:57:08.792Z+ mkdir ./out/transceiver-control
7352024-04-19T19:57:08.792Z+ cp -r out/downloads/root ./out/transceiver-control/root
7362024-04-19T19:57:08.893Z+ set -o errexit
7372024-04-19T19:57:08.897Z+++ dirname ./tools/ci_download_thundermuffin
7382024-04-19T19:57:08.900Z++ cd ./tools
7392024-04-19T19:57:08.901Z++ pwd
7402024-04-19T19:57:08.901Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7412024-04-19T19:57:08.901Z++ basename ./tools/ci_download_thundermuffin
7422024-04-19T19:57:08.901Z+ ARG0=ci_download_thundermuffin
7432024-04-19T19:57:08.901Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7442024-04-19T19:57:08.901Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7452024-04-19T19:57:08.901Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7462024-04-19T19:57:08.901Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7472024-04-19T19:57:08.901Z+ TARGET_DIR=out
7482024-04-19T19:57:08.901Z+ DOWNLOAD_DIR=out/downloads
7492024-04-19T19:57:08.901Z+ DEST_DIR=./out/thundermuffin
7502024-04-19T19:57:08.901Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7512024-04-19T19:57:08.901Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7522024-04-19T19:57:08.901Z+ REPO=oxidecomputer/thundermuffin
7532024-04-19T19:57:08.901Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7542024-04-19T19:57:08.901Z+ main
7552024-04-19T19:57:08.901Z+ rm -rf out/downloads/root
7562024-04-19T19:57:08.912Z+ [[ 0 != 0 ]]
7572024-04-19T19:57:08.912Z+ CIDL_OS=solaris2.11
7582024-04-19T19:57:08.912Z+ [[ 0 != 0 ]]
7592024-04-19T19:57:08.912Z+ configure_os solaris2.11
7602024-04-19T19:57:08.942Z+ echo 'current directory: /work/oxidecomputer/omicron'
7612024-04-19T19:57:08.942Zcurrent directory: /work/oxidecomputer/omicron
7622024-04-19T19:57:08.942Z+ echo 'configuring based on OS: "solaris2.11"'
7632024-04-19T19:57:08.942Z+ case "$1" in
7642024-04-19T19:57:08.942Zconfiguring based on OS: "solaris2.11"
7652024-04-19T19:57:08.942Z+ SET_BINARIES=
7662024-04-19T19:57:08.942Z+ CIDL_SHA256FUNC=do_sha256sum
7672024-04-19T19:57:08.943Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7682024-04-19T19:57:08.943Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7692024-04-19T19:57:08.943Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7702024-04-19T19:57:08.943Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7712024-04-19T19:57:08.943Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7722024-04-19T19:57:08.943ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7732024-04-19T19:57:08.943ZLocal file: out/downloads/thundermuffin.tar.gz
7742024-04-19T19:57:08.943Z+ mkdir -p out/downloads
7752024-04-19T19:57:08.943Z+ mkdir -p ./out/thundermuffin
7762024-04-19T19:57:08.943Z+ fetch_and_verify
7772024-04-19T19:57:08.943Z+ local DO_DOWNLOAD=true
7782024-04-19T19:57:08.943Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7792024-04-19T19:57:08.943Z+ '[' true == true ']'
7802024-04-19T19:57:08.943Z+ echo Downloading...
7812024-04-19T19:57:08.943ZDownloading...
7822024-04-19T19:57:08.943Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7832024-04-19T19:57:08.944Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7842024-04-19T19:57:10.187Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7852024-04-19T19:57:10.199Z++ sha256sum
7862024-04-19T19:57:10.199Z++ awk '{print $1}'
7872024-04-19T19:57:10.200Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7882024-04-19T19:57:10.200Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7892024-04-19T19:57:10.200Z+ do_untar out/downloads/thundermuffin.tar.gz
7902024-04-19T19:57:10.200Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7912024-04-19T19:57:10.268Z+ do_assemble
7922024-04-19T19:57:10.268Z+ rm -r ./out/thundermuffin
7932024-04-19T19:57:10.281Z+ mkdir ./out/thundermuffin
7942024-04-19T19:57:10.281Z+ cp -r out/downloads/root ./out/thundermuffin/root
7952024-04-19T19:57:10.294ZAll builder prerequisites installed successfully, and PATH looks valid
7962024-04-19T19:57:10.295Z
7972024-04-19T19:57:10.295Zreal 1:54.569055127
7982024-04-19T19:57:10.295Zuser 37.591393216
7992024-04-19T19:57:10.295Zsys 7.012445200
8002024-04-19T19:57:10.295Ztrap 0.006706559
8012024-04-19T19:57:10.296Ztflt 0.195774904
8022024-04-19T19:57:10.296Zdflt 0.629952272
8032024-04-19T19:57:10.296Zkflt 0.189850868
8042024-04-19T19:57:10.296Zlock 1.179314777
8052024-04-19T19:57:10.296Zslp 3:46.664346402
8062024-04-19T19:57:10.297Zlat 2.058656449
8072024-04-19T19:57:10.297Zstop 0.131728328
8082024-04-19T19:57:10.297Z
8092024-04-19T19:57:10.297Z ##### # # # # #####
8102024-04-19T19:57:10.297Z # # # # # # # #
8112024-04-19T19:57:10.297Z ##### # # # # # #
8122024-04-19T19:57:10.298Z # # # # # # # #
8132024-04-19T19:57:10.298Z # # # # # # # #
8142024-04-19T19:57:10.298Z ##### #### # ###### #####
8152024-04-19T19:57:10.298Z
8162024-04-19T19:57:10.749Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8172024-04-19T19:57:10.891Z Updating git repository `https://github.com/oxidecomputer/zone`
8182024-04-19T19:57:11.220Z Updating crates.io index
8192024-04-19T19:57:11.286Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8202024-04-19T19:57:12.011Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8212024-04-19T19:57:12.706Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8222024-04-19T19:57:15.663Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8232024-04-19T19:57:16.159Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242024-04-19T19:57:16.440Z Updating git repository `https://github.com/oxidecomputer/propolis`
8252024-04-19T19:57:17.550Z Updating git repository `https://github.com/oxidecomputer/crucible`
8262024-04-19T19:57:19.328Z Updating git repository `https://github.com/oxidecomputer/opte`
8272024-04-19T19:57:20.476Z Updating git repository `https://github.com/oxidecomputer/falcon`
8282024-04-19T19:57:21.226Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8292024-04-19T19:57:21.649Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302024-04-19T19:57:22.154Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8312024-04-19T19:57:22.822Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8322024-04-19T19:57:22.847Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8332024-04-19T19:57:23.086Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8342024-04-19T19:57:23.426Z Updating git repository `http://github.com/oxidecomputer/tofino`
8352024-04-19T19:57:23.752Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8362024-04-19T19:57:24.023Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8372024-04-19T19:57:24.320Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8382024-04-19T19:57:24.604Z Updating git repository `https://github.com/oxidecomputer/ispf`
8392024-04-19T19:57:25.036Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8402024-04-19T19:57:25.301Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8412024-04-19T19:57:25.941Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8422024-04-19T19:57:26.313Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8432024-04-19T19:57:26.616Z Updating git repository `https://github.com/jgallagher/nix`
8442024-04-19T19:57:27.662Z Updating git repository `https://github.com/cbiffle/hubpack`
8452024-04-19T19:57:28.059Z Updating git repository `https://github.com/oxidecomputer/typify`
8462024-04-19T19:57:29.870Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8472024-04-19T19:57:30.220Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8482024-04-19T19:57:30.519Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8492024-04-19T19:57:30.981Z Updating git repository `https://github.com/oxidecomputer/rfb`
8502024-04-19T19:57:32.165Z Downloading crates ...
8512024-04-19T19:57:32.277Z Downloaded adler v1.0.2
8522024-04-19T19:57:32.298Z Downloaded addr2line v0.21.0
8532024-04-19T19:57:32.318Z Downloaded futures-timer v3.0.2
8542024-04-19T19:57:32.332Z Downloaded futures-sink v0.3.30
8552024-04-19T19:57:32.332Z Downloaded backoff v0.4.0
8562024-04-19T19:57:32.332Z Downloaded atomicwrites v0.4.3
8572024-04-19T19:57:32.332Z Downloaded glob v0.3.1
8582024-04-19T19:57:32.332Z Downloaded array-init v0.0.4
8592024-04-19T19:57:32.332Z Downloaded bcrypt-pbkdf v0.10.0
8602024-04-19T19:57:32.332Z Downloaded async-stream v0.3.5
8612024-04-19T19:57:32.768Z Downloaded ascii-canvas v3.0.0
8622024-04-19T19:57:32.768Z Downloaded bit-vec v0.6.3
8632024-04-19T19:57:32.768Z Downloaded atomic-waker v1.1.1
8642024-04-19T19:57:32.769Z Downloaded async-recursion v1.1.0
8652024-04-19T19:57:32.769Z Downloaded bcs v0.1.6
8662024-04-19T19:57:32.769Z Downloaded ascii v1.1.0
8672024-04-19T19:57:32.769Z Downloaded guppy-workspace-hack v0.1.0
8682024-04-19T19:57:32.795Z Downloaded getopts v0.2.21
8692024-04-19T19:57:32.795Z Downloaded fxhash v0.2.1
8702024-04-19T19:57:32.795Z Downloaded globset v0.4.13
8712024-04-19T19:57:32.795Z Downloaded heck v0.5.0
8722024-04-19T19:57:32.795Z Downloaded generic-array v0.14.7
8732024-04-19T19:57:32.796Z Downloaded hyper-tls v0.5.0
8742024-04-19T19:57:32.796Z Downloaded group v0.13.0
8752024-04-19T19:57:32.796Z Downloaded futures-util v0.3.30
8762024-04-19T19:57:32.796Z Downloaded getrandom v0.2.12
8772024-04-19T19:57:32.796Z Downloaded bitflags v1.3.2
8782024-04-19T19:57:32.796Z Downloaded managed v0.8.0
8792024-04-19T19:57:32.796Z Downloaded const_format v0.2.32
8802024-04-19T19:57:32.796Z Downloaded lru v0.12.1
8812024-04-19T19:57:32.797Z Downloaded keccak v0.1.4
8822024-04-19T19:57:32.797Z Downloaded itoa v1.0.9
8832024-04-19T19:57:32.797Z Downloaded bitstruct v0.1.1
8842024-04-19T19:57:32.797Z Downloaded inout v0.1.3
8852024-04-19T19:57:32.797Z Downloaded bit-set v0.5.3
8862024-04-19T19:57:32.797Z Downloaded approx v0.5.1
8872024-04-19T19:57:32.797Z Downloaded getrandom v0.1.16
8882024-04-19T19:57:32.798Z Downloaded lock_api v0.4.10
8892024-04-19T19:57:32.798Z Downloaded lru-cache v0.1.2
8902024-04-19T19:57:32.798Z Downloaded async-trait v0.1.80
8912024-04-19T19:57:32.798Z Downloaded is_ci v1.2.0
8922024-04-19T19:57:32.798Z Downloaded anstyle-parse v0.2.1
8932024-04-19T19:57:32.798Z Downloaded bitflags v2.4.2
8942024-04-19T19:57:32.798Z Downloaded ident_case v1.0.1
8952024-04-19T19:57:32.798Z Downloaded http-range v0.1.5
8962024-04-19T19:57:32.798Z Downloaded http-body v1.0.0
8972024-04-19T19:57:32.799Z Downloaded headers-core v0.2.0
8982024-04-19T19:57:32.799Z Downloaded cfg_aliases v0.1.1
8992024-04-19T19:57:32.799Z Downloaded base16ct v0.2.0
9002024-04-19T19:57:32.799Z Downloaded hubpack_derive v0.1.1
9012024-04-19T19:57:32.799Z Downloaded ciborium-io v0.2.2
9022024-04-19T19:57:32.799Z Downloaded block-buffer v0.10.4
9032024-04-19T19:57:32.799Z Downloaded bb8 v0.8.3
9042024-04-19T19:57:32.799Z Downloaded atty v0.2.14
9052024-04-19T19:57:32.800Z Downloaded anstyle-query v1.0.0
9062024-04-19T19:57:32.800Z Downloaded linear-map v1.2.0
9072024-04-19T19:57:32.800Z Downloaded highway v1.1.0
9082024-04-19T19:57:32.800Z Downloaded cargo-platform v0.1.3
9092024-04-19T19:57:32.800Z Downloaded assert_matches v1.5.0
9102024-04-19T19:57:32.800Z Downloaded lazy_static v1.4.0
9112024-04-19T19:57:32.800Z Downloaded instant v0.1.12
9122024-04-19T19:57:32.801Z Downloaded colorchoice v1.0.0
9132024-04-19T19:57:32.801Z Downloaded cast v0.3.0
9142024-04-19T19:57:32.801Z Downloaded bytecount v0.6.3
9152024-04-19T19:57:32.801Z Downloaded autocfg v1.1.0
9162024-04-19T19:57:32.801Z Downloaded libsw v3.3.1
9172024-04-19T19:57:32.801Z Downloaded byteorder v1.5.0
9182024-04-19T19:57:32.801Z Downloaded serde-big-array v0.4.1
9192024-04-19T19:57:32.801Z Downloaded ipnet v2.9.0
9202024-04-19T19:57:32.802Z Downloaded serde-big-array v0.5.1
9212024-04-19T19:57:32.802Z Downloaded hmac v0.12.1
9222024-04-19T19:57:32.802Z Downloaded cexpr v0.6.0
9232024-04-19T19:57:32.802Z Downloaded cbc v0.1.2
9242024-04-19T19:57:32.802Z Downloaded libefi-sys v0.1.0
9252024-04-19T19:57:32.802Z Downloaded hubpack v0.1.2
9262024-04-19T19:57:32.802Z Downloaded cfg-if v1.0.0
9272024-04-19T19:57:32.803Z Downloaded castaway v0.2.2
9282024-04-19T19:57:32.803Z Downloaded allocator-api2 v0.2.16
9292024-04-19T19:57:32.803Z Downloaded linked-hash-map v0.5.6
9302024-04-19T19:57:32.803Z Downloaded hostname v0.3.1
9312024-04-19T19:57:32.803Z Downloaded indoc v1.0.9
9322024-04-19T19:57:32.803Z Downloaded swrite v0.1.0
9332024-04-19T19:57:32.803Z Downloaded termtree v0.4.1
9342024-04-19T19:57:32.804Z Downloaded iana-time-zone v0.1.57
9352024-04-19T19:57:32.804Z Downloaded cobs v0.2.3
9362024-04-19T19:57:32.804Z Downloaded impl-trait-for-tuples v0.2.2
9372024-04-19T19:57:32.804Z Downloaded libloading v0.7.4
9382024-04-19T19:57:32.804Z Downloaded lazycell v1.3.0
9392024-04-19T19:57:32.804Z Downloaded cargo_toml v0.19.2
9402024-04-19T19:57:32.804Z Downloaded proc-macro-crate v1.3.1
9412024-04-19T19:57:32.805Z Downloaded macaddr v1.0.1
9422024-04-19T19:57:32.805Z Downloaded lalrpop-util v0.19.12
9432024-04-19T19:57:32.805Z Downloaded rustc-hash v1.1.0
9442024-04-19T19:57:32.805Z Downloaded rand_core v0.6.4
9452024-04-19T19:57:32.805Z Downloaded indoc v2.0.3
9462024-04-19T19:57:32.805Z Downloaded scopeguard v1.2.0
9472024-04-19T19:57:32.805Z Downloaded schemars_derive v0.8.16
9482024-04-19T19:57:32.806Z Downloaded rusty-fork v0.3.0
9492024-04-19T19:57:32.806Z Downloaded hyper-rustls v0.26.0
9502024-04-19T19:57:32.806Z Downloaded log v0.4.21
9512024-04-19T19:57:32.806Z Downloaded toolchain_find v0.4.0
9522024-04-19T19:57:32.806Z Downloaded r2d2 v0.8.10
9532024-04-19T19:57:32.806Z Downloaded cargo_metadata v0.18.1
9542024-04-19T19:57:32.807Z Downloaded slog-json v2.6.1
9552024-04-19T19:57:32.807Z Downloaded slog-envlogger v2.2.0
9562024-04-19T19:57:32.807Z Downloaded clap_derive v4.5.4
9572024-04-19T19:57:32.807Z Downloaded arc-swap v1.6.0
9582024-04-19T19:57:32.807Z Downloaded crunchy v0.2.2
9592024-04-19T19:57:32.807Z Downloaded waitgroup v0.1.2
9602024-04-19T19:57:32.808Z Downloaded siphasher v0.3.11
9612024-04-19T19:57:32.808Z Downloaded downcast v0.11.0
9622024-04-19T19:57:32.808Z Downloaded derive_builder_macro v0.20.0
9632024-04-19T19:57:32.808Z Downloaded termios v0.3.3
9642024-04-19T19:57:32.808Z Downloaded target-spec v3.1.0
9652024-04-19T19:57:32.808Z Downloaded slog-dtrace v0.3.0
9662024-04-19T19:57:32.808Z Downloaded structmeta v0.3.0
9672024-04-19T19:57:32.808Z Downloaded indexmap v1.9.3
9682024-04-19T19:57:32.844Z Downloaded foreign-types-shared v0.1.1
9692024-04-19T19:57:32.844Z Downloaded foreign-types v0.3.2
9702024-04-19T19:57:32.844Z Downloaded pkcs1 v0.7.5
9712024-04-19T19:57:32.845Z Downloaded strsim v0.11.0
9722024-04-19T19:57:32.845Z Downloaded endian-type v0.1.2
9732024-04-19T19:57:32.845Z Downloaded rustc-demangle v0.1.23
9742024-04-19T19:57:32.845Z Downloaded rust-argon2 v2.1.0
9752024-04-19T19:57:32.846Z Downloaded relative-path v1.9.0
9762024-04-19T19:57:32.846Z Downloaded openssl-probe v0.1.5
9772024-04-19T19:57:32.846Z Downloaded tokio-macros v2.2.0
9782024-04-19T19:57:32.846Z Downloaded threadpool v1.8.1
9792024-04-19T19:57:32.847Z Downloaded clang-sys v1.6.1
9802024-04-19T19:57:32.847Z Downloaded md5 v0.7.0
9812024-04-19T19:57:32.847Z Downloaded utf8parse v0.2.1
9822024-04-19T19:57:32.847Z Downloaded base64 v0.13.1
9832024-04-19T19:57:32.847Z Downloaded argon2 v0.5.3
9842024-04-19T19:57:32.847Z Downloaded base64 v0.21.7
9852024-04-19T19:57:32.848Z Downloaded precomputed-hash v0.1.1
9862024-04-19T19:57:32.848Z Downloaded pathdiff v0.2.1
9872024-04-19T19:57:32.848Z Downloaded hyper-util v0.1.2
9882024-04-19T19:57:32.848Z Downloaded pretty-hex v0.4.1
9892024-04-19T19:57:32.848Z Downloaded clap v4.5.4
9902024-04-19T19:57:32.848Z Downloaded dirs-sys-next v0.1.2
9912024-04-19T19:57:32.849Z Downloaded crypto-common v0.1.6
9922024-04-19T19:57:32.849Z Downloaded crossbeam-deque v0.8.3
9932024-04-19T19:57:32.849Z Downloaded foreign-types-macros v0.2.3
9942024-04-19T19:57:32.849Z Downloaded foreign-types v0.5.0
9952024-04-19T19:57:32.849Z Downloaded anyhow v1.0.82
9962024-04-19T19:57:32.850Z Downloaded ed25519 v2.2.2
9972024-04-19T19:57:32.850Z Downloaded ff v0.13.0
9982024-04-19T19:57:32.850Z Downloaded time-core v0.1.2
9992024-04-19T19:57:32.850Z Downloaded fd-lock v4.0.2
10002024-04-19T19:57:32.850Z Downloaded cc v1.0.83
10012024-04-19T19:57:32.851Z Downloaded want v0.3.1
10022024-04-19T19:57:32.851Z Downloaded num_enum_derive v0.5.11
10032024-04-19T19:57:32.852Z Downloaded num_enum v0.5.11
10042024-04-19T19:57:32.852Z Downloaded newtype-uuid v1.1.0
10052024-04-19T19:57:32.852Z Downloaded vte_generate_state_changes v0.1.1
10062024-04-19T19:57:32.852Z Downloaded serde_derive_internals v0.26.0
10072024-04-19T19:57:32.852Z Downloaded serde_derive v1.0.198
10082024-04-19T19:57:32.853Z Downloaded darling_macro v0.20.8
10092024-04-19T19:57:32.853Z Downloaded walkdir v2.5.0
10102024-04-19T19:57:32.853Z Downloaded pbkdf2 v0.11.0
10112024-04-19T19:57:32.853Z Downloaded dhcproto-macros v0.1.0
10122024-04-19T19:57:32.854Z Downloaded packed_struct_codegen v0.10.1
10132024-04-19T19:57:32.854Z Downloaded rustc_version v0.1.7
10142024-04-19T19:57:32.854Z Downloaded rustls-pki-types v1.3.0
10152024-04-19T19:57:32.854Z Downloaded primeorder v0.13.6
10162024-04-19T19:57:32.854Z Downloaded rustls-pemfile v1.0.3
10172024-04-19T19:57:32.855Z Downloaded rand_xorshift v0.3.0
10182024-04-19T19:57:32.855Z Downloaded rand_core v0.5.1
10192024-04-19T19:57:32.855Z Downloaded compact_str v0.7.1
10202024-04-19T19:57:32.855Z Downloaded number_prefix v0.4.0
10212024-04-19T19:57:32.855Z Downloaded rand_chacha v0.3.1
10222024-04-19T19:57:32.855Z Downloaded new_debug_unreachable v1.0.4
10232024-04-19T19:57:32.856Z Downloaded hashbrown v0.13.2
10242024-04-19T19:57:32.856Z Downloaded signal-hook-mio v0.2.3
10252024-04-19T19:57:32.856Z Downloaded signal-hook-registry v1.4.1
10262024-04-19T19:57:32.856Z Downloaded shlex v1.3.0
10272024-04-19T19:57:32.856Z Downloaded enum-as-inner v0.5.1
10282024-04-19T19:57:32.856Z Downloaded pem v3.0.4
10292024-04-19T19:57:32.857Z Downloaded plotters-svg v0.3.5
10302024-04-19T19:57:32.857Z Downloaded nested v0.1.1
10312024-04-19T19:57:32.857Z Downloaded psl-types v2.0.11
10322024-04-19T19:57:32.857Z Downloaded structmeta-derive v0.2.0
10332024-04-19T19:57:32.857Z Downloaded strsim v0.10.0
10342024-04-19T19:57:32.858Z Downloaded trybuild v1.0.91
10352024-04-19T19:57:32.858Z Downloaded utf-8 v0.7.6
10362024-04-19T19:57:32.858Z Downloaded toml_datetime v0.6.5
10372024-04-19T19:57:32.858Z Downloaded zerocopy v0.6.6
10382024-04-19T19:57:32.858Z Downloaded untrusted v0.9.0
10392024-04-19T19:57:32.858Z Downloaded equivalent v1.0.1
10402024-04-19T19:57:32.859Z Downloaded ref-cast v1.0.22
10412024-04-19T19:57:32.859Z Downloaded data-encoding v2.4.0
10422024-04-19T19:57:32.859Z Downloaded crc v3.0.1
10432024-04-19T19:57:32.859Z Downloaded cpufeatures v0.2.12
10442024-04-19T19:57:32.859Z Downloaded peg-macros v0.8.2
10452024-04-19T19:57:32.860Z Downloaded heapless v0.7.16
10462024-04-19T19:57:32.860Z Downloaded ena v0.14.2
10472024-04-19T19:57:32.860Z Downloaded tinyvec_macros v0.1.1
10482024-04-19T19:57:32.860Z Downloaded dhcproto v0.11.0
10492024-04-19T19:57:32.860Z Downloaded rustls-pemfile v2.1.2
10502024-04-19T19:57:32.860Z Downloaded nanorand v0.7.0
10512024-04-19T19:57:32.861Z Downloaded multimap v0.10.0
10522024-04-19T19:57:32.861Z Downloaded erased-serde v0.3.31
10532024-04-19T19:57:32.861Z Downloaded chacha20poly1305 v0.10.1
10542024-04-19T19:57:32.861Z Downloaded base64 v0.22.0
10552024-04-19T19:57:32.861Z Downloaded usdt-attr-macro v0.5.0
10562024-04-19T19:57:32.861Z Downloaded rustls-native-certs v0.7.0
10572024-04-19T19:57:32.861Z Downloaded usdt-attr-macro v0.3.5
10582024-04-19T19:57:32.862Z Downloaded zone_cfg_derive v0.1.2
10592024-04-19T19:57:32.862Z Downloaded packed_struct v0.10.1
10602024-04-19T19:57:32.862Z Downloaded stringprep v0.1.3
10612024-04-19T19:57:32.862Z Downloaded phf_shared v0.11.2
10622024-04-19T19:57:32.862Z Downloaded slog v2.7.0
10632024-04-19T19:57:32.862Z Downloaded foreign-types-shared v0.3.1
10642024-04-19T19:57:32.862Z Downloaded diesel_table_macro_syntax v0.1.0
10652024-04-19T19:57:32.863Z Downloaded mockall_derive v0.12.1
10662024-04-19T19:57:32.863Z Downloaded tokio-rustls v0.24.1
10672024-04-19T19:57:32.863Z Downloaded escape8259 v0.5.2
10682024-04-19T19:57:33.306Z Downloaded poly1305 v0.8.0
10692024-04-19T19:57:33.306Z Downloaded unicode-bidi v0.3.15
10702024-04-19T19:57:33.306Z Downloaded http v0.2.12
10712024-04-19T19:57:33.306Z Downloaded num-iter v0.1.44
10722024-04-19T19:57:33.306Z Downloaded sec1 v0.7.3
10732024-04-19T19:57:33.306Z Downloaded path-slash v0.1.5
10742024-04-19T19:57:33.306Z Downloaded spin v0.5.2
10752024-04-19T19:57:33.307Z Downloaded scroll v0.12.0
10762024-04-19T19:57:33.307Z Downloaded pretty-hex v0.2.1
10772024-04-19T19:57:33.307Z Downloaded scheduled-thread-pool v0.2.7
10782024-04-19T19:57:33.307Z Downloaded cookie_store v0.20.0
10792024-04-19T19:57:33.307Z Downloaded native-tls v0.2.11
10802024-04-19T19:57:33.307Z Downloaded env_logger v0.10.0
10812024-04-19T19:57:33.307Z Downloaded ryu v1.0.15
10822024-04-19T19:57:33.307Z Downloaded parking_lot v0.11.2
10832024-04-19T19:57:33.307Z Downloaded memmap2 v0.7.1
10842024-04-19T19:57:33.307Z Downloaded sigpipe v0.1.3
10852024-04-19T19:57:33.307Z Downloaded signal-hook v0.3.17
10862024-04-19T19:57:33.307Z Downloaded usdt v0.5.0
10872024-04-19T19:57:33.307Z Downloaded pest_derive v2.7.6
10882024-04-19T19:57:33.307Z Downloaded crypto-bigint v0.5.2
10892024-04-19T19:57:33.307Z Downloaded zone v0.1.8
10902024-04-19T19:57:33.308Z Downloaded usdt v0.3.5
10912024-04-19T19:57:33.308Z Downloaded tui-tree-widget v0.19.0
10922024-04-19T19:57:33.308Z Downloaded fragile v2.0.0
10932024-04-19T19:57:33.308Z Downloaded hashbrown v0.12.3
10942024-04-19T19:57:33.308Z Downloaded try-lock v0.2.4
10952024-04-19T19:57:33.308Z Downloaded sct v0.7.0
10962024-04-19T19:57:33.308Z Downloaded fixedbitset v0.4.2
10972024-04-19T19:57:33.308Z Downloaded same-file v1.0.6
10982024-04-19T19:57:33.309Z Downloaded toml v0.8.12
10992024-04-19T19:57:33.309Z Downloaded match_cfg v0.1.0
11002024-04-19T19:57:33.309Z Downloaded md-5 v0.10.5
11012024-04-19T19:57:33.309Z Downloaded papergrid v0.11.0
11022024-04-19T19:57:33.309Z Downloaded quick-error v1.2.3
11032024-04-19T19:57:33.309Z Downloaded predicates-tree v1.0.9
11042024-04-19T19:57:33.310Z Downloaded predicates-core v1.0.6
11052024-04-19T19:57:33.310Z Downloaded rstest_macros v0.19.0
11062024-04-19T19:57:33.310Z Downloaded opaque-debug v0.3.0
11072024-04-19T19:57:33.310Z Downloaded semver v0.1.20
11082024-04-19T19:57:33.310Z Downloaded prettyplease v0.2.19
11092024-04-19T19:57:33.310Z Downloaded usdt-impl v0.3.5
11102024-04-19T19:57:33.310Z Downloaded tabwriter v1.4.0
11112024-04-19T19:57:33.310Z Downloaded tabled_derive v0.7.0
11122024-04-19T19:57:33.310Z Downloaded num-conv v0.1.0
11132024-04-19T19:57:33.311Z Downloaded term v0.7.0
11142024-04-19T19:57:33.311Z Downloaded yansi v0.5.1
11152024-04-19T19:57:33.311Z Downloaded dirs v5.0.1
11162024-04-19T19:57:33.311Z Downloaded digest v0.10.7
11172024-04-19T19:57:33.311Z Downloaded difflib v0.4.0
11182024-04-19T19:57:33.311Z Downloaded unicode-linebreak v0.1.5
11192024-04-19T19:57:33.311Z Downloaded snafu v0.8.2
11202024-04-19T19:57:33.311Z Downloaded tempfile v3.10.1
11212024-04-19T19:57:33.311Z Downloaded tower-layer v0.3.2
11222024-04-19T19:57:33.312Z Downloaded yasna v0.5.2
11232024-04-19T19:57:33.880Z Downloaded trust-dns-client v0.22.0
11242024-04-19T19:57:33.880Z Downloaded thread_local v1.1.7
11252024-04-19T19:57:33.880Z Downloaded synstructure v0.12.6
11262024-04-19T19:57:33.880Z Downloaded socket2 v0.4.9
11272024-04-19T19:57:33.880Z Downloaded maplit v1.0.2
11282024-04-19T19:57:33.880Z Downloaded futures-macro v0.3.30
11292024-04-19T19:57:33.880Z Downloaded fs-err v2.11.0
11302024-04-19T19:57:33.880Z Downloaded proc-macro-error-attr v1.0.4
11312024-04-19T19:57:33.880Z Downloaded der_derive v0.7.2
11322024-04-19T19:57:33.880Z Downloaded itertools v0.10.5
11332024-04-19T19:57:33.881Z Downloaded dtrace-parser v0.2.0
11342024-04-19T19:57:33.881Z Downloaded paste v1.0.14
11352024-04-19T19:57:33.881Z Downloaded pin-utils v0.1.0
11362024-04-19T19:57:33.881Z Downloaded filetime v0.2.23
11372024-04-19T19:57:33.881Z Downloaded password-hash v0.5.0
11382024-04-19T19:57:33.881Z Downloaded sqlformat v0.2.3
11392024-04-19T19:57:33.881Z Downloaded tokio-tungstenite v0.20.1
11402024-04-19T19:57:33.881Z Downloaded tokio-stream v0.1.15
11412024-04-19T19:57:33.881Z Downloaded dyn-clone v1.0.17
11422024-04-19T19:57:33.881Z Downloaded diesel_derives v2.1.2
11432024-04-19T19:57:33.881Z Downloaded slog-term v2.9.1
11442024-04-19T19:57:33.881Z Downloaded portpicker v0.1.1
11452024-04-19T19:57:33.881Z Downloaded rfc6979 v0.4.0
11462024-04-19T19:57:33.882Z Downloaded tar v0.4.40
11472024-04-19T19:57:33.882Z Downloaded hashbrown v0.14.3
11482024-04-19T19:57:33.882Z Downloaded crossbeam-epoch v0.9.18
11492024-04-19T19:57:33.882Z Downloaded p256 v0.13.2
11502024-04-19T19:57:33.882Z Downloaded take_mut v0.2.2
11512024-04-19T19:57:33.882Z Downloaded sync_wrapper v0.1.2
11522024-04-19T19:57:33.882Z Downloaded oso v0.27.3
11532024-04-19T19:57:33.882Z Downloaded tower-service v0.3.2
11542024-04-19T19:57:33.882Z Downloaded version_check v0.9.4
11552024-04-19T19:57:33.882Z Downloaded untrusted v0.7.1
11562024-04-19T19:57:33.882Z Downloaded socket2 v0.5.6
11572024-04-19T19:57:33.883Z Downloaded smawk v0.3.1
11582024-04-19T19:57:33.883Z Downloaded smallvec v0.6.14
11592024-04-19T19:57:33.883Z Downloaded smf v0.2.3
11602024-04-19T19:57:33.883Z Downloaded proc-macro2 v1.0.81
11612024-04-19T19:57:33.883Z Downloaded resolv-conf v0.7.0
11622024-04-19T19:57:33.883Z Downloaded spin v0.9.8
11632024-04-19T19:57:33.883Z Downloaded debug-ignore v1.0.5
11642024-04-19T19:57:33.883Z Downloaded pin-project-lite v0.2.13
11652024-04-19T19:57:33.883Z Downloaded olpc-cjson v0.1.3
11662024-04-19T19:57:33.883Z Downloaded futures-core v0.3.30
11672024-04-19T19:57:33.883Z Downloaded schemars v0.8.16
11682024-04-19T19:57:33.883Z Downloaded num_cpus v1.16.0
11692024-04-19T19:57:33.883Z Downloaded oorandom v11.1.3
11702024-04-19T19:57:33.883Z Downloaded darling_core v0.20.8
11712024-04-19T19:57:33.883Z Downloaded ppv-lite86 v0.2.17
11722024-04-19T19:57:33.884Z Downloaded tungstenite v0.20.1
11732024-04-19T19:57:33.884Z Downloaded parse-display v0.9.0
11742024-04-19T19:57:33.884Z Downloaded tokio-tungstenite v0.21.0
11752024-04-19T19:57:33.884Z Downloaded tungstenite v0.21.0
11762024-04-19T19:57:33.884Z Downloaded memchr v2.7.1
11772024-04-19T19:57:33.884Z Downloaded curve25519-dalek-derive v0.1.0
11782024-04-19T19:57:33.884Z Downloaded whoami v1.5.1
11792024-04-19T19:57:33.884Z Downloaded unicode-width v0.1.11
11802024-04-19T19:57:33.884Z Downloaded subtle v2.5.0
11812024-04-19T19:57:33.884Z Downloaded unicode-ident v1.0.12
11822024-04-19T19:57:33.884Z Downloaded blake3 v1.5.0
11832024-04-19T19:57:33.884Z Downloaded funty v2.0.0
11842024-04-19T19:57:33.884Z Downloaded dof v0.1.5
11852024-04-19T19:57:33.884Z Downloaded doc-comment v0.3.3
11862024-04-19T19:57:33.884Z Downloaded futures-executor v0.3.30
11872024-04-19T19:57:33.885Z Downloaded num-traits v0.2.18
11882024-04-19T19:57:33.885Z Downloaded ed25519-dalek v2.0.0
11892024-04-19T19:57:33.885Z Downloaded ecdsa v0.16.9
11902024-04-19T19:57:33.885Z Downloaded defmt v0.3.5
11912024-04-19T19:57:33.885Z Downloaded oso-derive v0.27.3
11922024-04-19T19:57:33.885Z Downloaded pkg-config v0.3.27
11932024-04-19T19:57:33.885Z Downloaded rpassword v7.3.1
11942024-04-19T19:57:33.885Z Downloaded num-derive v0.4.0
11952024-04-19T19:57:33.885Z Downloaded thiserror-impl v1.0.58
11962024-04-19T19:57:33.885Z Downloaded radium v0.7.0
11972024-04-19T19:57:33.885Z Downloaded diff v0.1.13
11982024-04-19T19:57:33.885Z Downloaded slog-scope v4.4.0
11992024-04-19T19:57:33.885Z Downloaded clap_builder v4.5.2
12002024-04-19T19:57:33.885Z Downloaded float-cmp v0.9.0
12012024-04-19T19:57:33.885Z Downloaded signal-hook-tokio v0.3.1
12022024-04-19T19:57:33.885Z Downloaded xattr v1.0.1
12032024-04-19T19:57:33.885Z Downloaded sqlparser_derive v0.2.2
12042024-04-19T19:57:33.886Z Downloaded usdt-macro v0.3.5
12052024-04-19T19:57:33.886Z Downloaded pem-rfc7468 v0.7.0
12062024-04-19T19:57:33.886Z Downloaded smallvec v1.13.1
12072024-04-19T19:57:33.886Z Downloaded fallible-iterator v0.2.0
12082024-04-19T19:57:33.886Z Downloaded publicsuffix v2.2.3
12092024-04-19T19:57:33.886Z Downloaded rustyline v14.0.0
12102024-04-19T19:57:33.886Z Downloaded serde_path_to_error v0.1.16
12112024-04-19T19:57:33.886Z Downloaded percent-encoding v2.3.1
12122024-04-19T19:57:33.886Z Downloaded vte v0.11.1
12132024-04-19T19:57:33.886Z Downloaded csv-core v0.1.11
12142024-04-19T19:57:33.886Z Downloaded der v0.7.8
12152024-04-19T19:57:33.886Z Downloaded universal-hash v0.5.1
12162024-04-19T19:57:33.886Z Downloaded unicode-xid v0.2.4
12172024-04-19T19:57:33.887Z Downloaded parking_lot_core v0.9.8
12182024-04-19T19:57:33.887Z Downloaded nu-ansi-term v0.50.0
12192024-04-19T19:57:33.887Z Downloaded miniz_oxide v0.7.1
12202024-04-19T19:57:33.887Z Downloaded textwrap v0.11.0
12212024-04-19T19:57:33.887Z Downloaded strum_macros v0.25.2
12222024-04-19T19:57:33.887Z Downloaded tough v0.17.1
12232024-04-19T19:57:33.912Z Downloaded dtrace-parser v0.1.14
12242024-04-19T19:57:33.912Z Downloaded option-ext v0.2.0
12252024-04-19T19:57:33.912Z Downloaded pest_meta v2.7.6
12262024-04-19T19:57:33.912Z Downloaded pin-project v1.1.3
12272024-04-19T19:57:33.912Z Downloaded russh-cryptovec v0.7.0
12282024-04-19T19:57:33.912Z Downloaded normalize-line-endings v0.3.0
12292024-04-19T19:57:33.913Z Downloaded darling v0.20.8
12302024-04-19T19:57:33.913Z Downloaded slog-stdlog v4.1.1
12312024-04-19T19:57:33.913Z Downloaded shell-words v1.1.0
12322024-04-19T19:57:33.913Z Downloaded uuid v1.8.0
12332024-04-19T19:57:33.913Z Downloaded trust-dns-server v0.22.1
12342024-04-19T19:57:33.913Z Downloaded dirs-next v2.0.0
12352024-04-19T19:57:33.913Z Downloaded criterion-plot v0.5.0
12362024-04-19T19:57:33.913Z Downloaded minimal-lexical v0.2.1
12372024-04-19T19:57:33.913Z Downloaded parse-display-derive v0.9.0
12382024-04-19T19:57:33.914Z Downloaded serde_tokenstream v0.1.7
12392024-04-19T19:57:33.914Z Downloaded parking_lot_core v0.8.6
12402024-04-19T19:57:33.914Z Downloaded omicron-zone-package v0.11.0
12412024-04-19T19:57:33.914Z Downloaded trust-dns-resolver v0.22.0
12422024-04-19T19:57:33.914Z Downloaded matches v0.1.10
12432024-04-19T19:57:33.914Z Downloaded serde v1.0.198
12442024-04-19T19:57:33.914Z Downloaded newline-converter v0.3.0
12452024-04-19T19:57:33.914Z Downloaded strum v0.26.2
12462024-04-19T19:57:33.915Z Downloaded maybe-uninit v2.0.0
12472024-04-19T19:57:33.915Z Downloaded ed25519 v1.5.3
12482024-04-19T19:57:33.915Z Downloaded time-macros v0.2.17
12492024-04-19T19:57:33.915Z Downloaded display-error-chain v0.2.0
12502024-04-19T19:57:33.915Z Downloaded dirs-sys v0.4.1
12512024-04-19T19:57:33.915Z Downloaded zeroize_derive v1.4.2
12522024-04-19T19:57:33.915Z Downloaded errno v0.3.8
12532024-04-19T19:57:33.915Z Downloaded sha1 v0.10.6
12542024-04-19T19:57:33.915Z Downloaded mime v0.3.17
12552024-04-19T19:57:33.915Z Downloaded tinyvec v1.6.0
12562024-04-19T19:57:33.915Z Downloaded num v0.4.2
12572024-04-19T19:57:33.915Z Downloaded thread-id v4.2.0
12582024-04-19T19:57:33.915Z Downloaded quote v1.0.36
12592024-04-19T19:57:33.915Z Downloaded uuid v0.8.2
12602024-04-19T19:57:33.915Z Downloaded serde_repr v0.1.16
12612024-04-19T19:57:33.916Z Downloaded flume v0.11.0
12622024-04-19T19:57:33.916Z Downloaded crossbeam-channel v0.5.8
12632024-04-19T19:57:33.916Z Downloaded futures-io v0.3.30
12642024-04-19T19:57:33.916Z Downloaded owo-colors v4.0.0
12652024-04-19T19:57:33.916Z Downloaded tap v1.0.1
12662024-04-19T19:57:33.916Z Downloaded crc32fast v1.3.2
12672024-04-19T19:57:33.916Z Downloaded structopt-derive v0.4.18
12682024-04-19T19:57:33.916Z Downloaded memmap v0.7.0
12692024-04-19T19:57:33.917Z Downloaded hyper v0.14.28
12702024-04-19T19:57:33.917Z Downloaded phf v0.11.2
12712024-04-19T19:57:33.917Z Downloaded russh v0.43.0
12722024-04-19T19:57:33.917Z Downloaded plain v0.2.3
12732024-04-19T19:57:33.917Z Downloaded rstest v0.19.0
12742024-04-19T19:57:33.917Z Downloaded serde_spanned v0.6.5
12752024-04-19T19:57:33.917Z Downloaded serde_plain v1.0.2
12762024-04-19T19:57:33.917Z Downloaded structopt v0.3.26
12772024-04-19T19:57:33.917Z Downloaded zerocopy-derive v0.7.32
12782024-04-19T19:57:33.917Z Downloaded usdt-impl v0.5.0
12792024-04-19T19:57:33.917Z Downloaded unicode-normalization v0.1.22
12802024-04-19T19:57:33.918Z Downloaded once_cell v1.19.0
12812024-04-19T19:57:33.918Z Downloaded multer v3.0.0
12822024-04-19T19:57:33.918Z Downloaded futures v0.3.30
12832024-04-19T19:57:33.918Z Downloaded const_format_proc_macros v0.2.32
12842024-04-19T19:57:33.918Z Downloaded nom v7.1.3
12852024-04-19T19:57:33.918Z Downloaded pest_generator v2.7.6
12862024-04-19T19:57:33.918Z Downloaded rustls-webpki v0.101.7
12872024-04-19T19:57:33.919Z Downloaded openssl-sys v0.9.102
12882024-04-19T19:57:33.919Z Downloaded chrono v0.4.38
12892024-04-19T19:57:33.919Z Downloaded tinytemplate v1.2.1
12902024-04-19T19:57:33.919Z Downloaded flate2 v1.0.28
12912024-04-19T19:57:33.919Z Downloaded subprocess v0.2.9
12922024-04-19T19:57:33.919Z Downloaded zip v0.6.6
12932024-04-19T19:57:33.919Z Downloaded unicode_categories v0.1.1
12942024-04-19T19:57:33.919Z Downloaded x509-cert v0.2.4
12952024-04-19T19:57:33.919Z Downloaded unsafe-libyaml v0.2.10
12962024-04-19T19:57:33.919Z Downloaded crossterm v0.27.0
12972024-04-19T19:57:33.919Z Downloaded textwrap v0.16.1
12982024-04-19T19:57:33.920Z Downloaded reedline v0.31.0
12992024-04-19T19:57:33.920Z Downloaded bitvec v1.0.1
13002024-04-19T19:57:33.920Z Downloaded rsa v0.9.2
13012024-04-19T19:57:33.920Z Downloaded expectorate v1.1.0
13022024-04-19T19:57:33.920Z Downloaded syn v1.0.109
13032024-04-19T19:57:33.920Z Downloaded mio v0.8.11
13042024-04-19T19:57:33.920Z Downloaded rand v0.7.3
13052024-04-19T19:57:33.920Z Downloaded criterion v0.5.1
13062024-04-19T19:57:33.920Z Downloaded num-bigint v0.4.4
13072024-04-19T19:57:33.921Z Downloaded sqlparser v0.45.0
13082024-04-19T19:57:33.921Z Downloaded webpki-roots v0.25.2
13092024-04-19T19:57:33.921Z Downloaded proptest v1.4.0
13102024-04-19T19:57:33.921Z Downloaded num-bigint-dig v0.8.4
13112024-04-19T19:57:33.921Z Downloaded serde_with v3.7.0
13122024-04-19T19:57:33.921Z Downloaded winnow v0.5.15
13132024-04-19T19:57:33.921Z Downloaded tabled v0.15.0
13142024-04-19T19:57:33.921Z Downloaded regex v1.10.4
13152024-04-19T19:57:33.922Z Downloaded winnow v0.6.1
13162024-04-19T19:57:33.922Z Downloaded smoltcp v0.9.1
13172024-04-19T19:57:33.922Z Downloaded serde_json v1.0.116
13182024-04-19T19:57:33.922Z Downloaded object v0.30.4
13192024-04-19T19:57:33.922Z Downloaded bstr v0.2.17
13202024-04-19T19:57:33.922Z Downloaded quick-xml v0.31.0
13212024-04-19T19:57:33.923Z Downloaded syn v2.0.59
13222024-04-19T19:57:33.923Z Downloaded petgraph v0.6.4
13232024-04-19T19:57:33.935Z Downloaded trust-dns-proto v0.22.0
13242024-04-19T19:57:33.935Z Downloaded nix v0.28.0
13252024-04-19T19:57:33.935Z Downloaded radix_trie v0.2.1
13262024-04-19T19:57:33.936Z Downloaded smoltcp v0.11.0
13272024-04-19T19:57:33.936Z Downloaded openssl v0.10.64
13282024-04-19T19:57:33.936Z Downloaded curve25519-dalek v4.1.2
13292024-04-19T19:57:33.936Z Downloaded ratatui v0.26.2
13302024-04-19T19:57:33.936Z Downloaded sled v0.34.7
13312024-04-19T19:57:33.936Z Downloaded openapiv3 v2.0.0
13322024-04-19T19:57:33.937Z Downloaded rustix v0.38.31
13332024-04-19T19:57:33.937Z Downloaded zerocopy-derive v0.2.0
13342024-04-19T19:57:33.937Z Downloaded zerocopy-derive v0.6.6
13352024-04-19T19:57:33.937Z Downloaded regex-automata v0.4.5
13362024-04-19T19:57:33.937Z Downloaded libc v0.2.153
13372024-04-19T19:57:33.937Z Downloaded bzip2-sys v0.1.11+1.0.8
13382024-04-19T19:57:33.937Z Downloaded tokio v1.37.0
13392024-04-19T19:57:33.937Z Downloaded rustls v0.22.4
13402024-04-19T19:57:33.937Z Downloaded csv v1.3.0
13412024-04-19T19:57:33.937Z Downloaded sha3 v0.10.8
13422024-04-19T19:57:33.937Z Downloaded rustls v0.21.9
13432024-04-19T19:57:33.937Z Downloaded winapi v0.3.9
13442024-04-19T19:57:33.950Z Downloaded regress v0.9.1
13452024-04-19T19:57:33.961Z Downloaded regex-syntax v0.6.29
13462024-04-19T19:57:33.970Z Downloaded polar-core v0.27.3
13472024-04-19T19:57:33.993Z Downloaded encoding_rs v0.8.33
13482024-04-19T19:57:34.006Z Downloaded bstr v1.9.0
13492024-04-19T19:57:34.023Z Downloaded diesel v2.1.5
13502024-04-19T19:57:34.031Z Downloaded vcpkg v0.2.15
13512024-04-19T19:57:34.073Z Downloaded object v0.32.1
13522024-04-19T19:57:34.086Z Downloaded regex-syntax v0.8.2
13532024-04-19T19:57:34.098Z Downloaded idna v0.5.0
13542024-04-19T19:57:34.524Z Downloaded idna v0.2.3
13552024-04-19T19:57:34.524Z Downloaded idna v0.3.0
13562024-04-19T19:57:34.538Z Downloaded tracing v0.1.40
13572024-04-19T19:57:34.538Z Downloaded pest v2.7.6
13582024-04-19T19:57:34.538Z Downloaded rustls-webpki v0.102.1
13592024-04-19T19:57:34.538Z Downloaded tracing-core v0.1.32
13602024-04-19T19:57:34.538Z Downloaded rand v0.8.5
13612024-04-19T19:57:34.539Z Downloaded unicode-segmentation v1.10.1
13622024-04-19T19:57:34.539Z Downloaded lalrpop v0.19.12
13632024-04-19T19:57:34.539Z Downloaded rayon v1.10.0
13642024-04-19T19:57:34.539Z Downloaded tower v0.4.13
13652024-04-19T19:57:34.539Z Downloaded thiserror v1.0.58
13662024-04-19T19:57:34.539Z Downloaded parking_lot v0.12.1
13672024-04-19T19:57:34.539Z Downloaded crc-any v2.4.3
13682024-04-19T19:57:34.539Z Downloaded pkcs8 v0.10.2
13692024-04-19T19:57:34.539Z Downloaded portable-atomic v1.4.3
13702024-04-19T19:57:34.539Z Downloaded bindgen v0.69.2
13712024-04-19T19:57:34.539Z Downloaded similar v2.4.0
13722024-04-19T19:57:34.540Z Downloaded ron v0.7.1
13732024-04-19T19:57:34.540Z Downloaded strum_macros v0.24.3
13742024-04-19T19:57:34.540Z Downloaded test-strategy v0.3.1
13752024-04-19T19:57:34.540Z Downloaded zerocopy v0.7.32
13762024-04-19T19:57:34.540Z Downloaded ring v0.17.8
13772024-04-19T19:57:34.540Z Downloaded ring v0.16.20
13782024-04-19T19:57:34.540Z Downloaded predicates v3.1.0
13792024-04-19T19:57:34.540Z Downloaded ron v0.8.1
13802024-04-19T19:57:34.540Z Downloaded typed-path v0.7.0
13812024-04-19T19:57:34.541Z Downloaded clap v2.34.0
13822024-04-19T19:57:34.541Z Downloaded p521 v0.13.3
13832024-04-19T19:57:34.541Z Downloaded time v0.3.34
13842024-04-19T19:57:34.541Z Downloaded reqwest v0.11.24
13852024-04-19T19:57:34.541Z Downloaded thiserror-no-std v2.0.2
13862024-04-19T19:57:34.541Z Downloaded constant_time_eq v0.2.6
13872024-04-19T19:57:34.541Z Downloaded serde_yaml v0.9.25
13882024-04-19T19:57:34.541Z Downloaded rcgen v0.12.1
13892024-04-19T19:57:34.541Z Downloaded memoffset v0.7.1
13902024-04-19T19:57:34.542Z Downloaded rtoolbox v0.0.1
13912024-04-19T19:57:34.542Z Downloaded rand_chacha v0.2.2
13922024-04-19T19:57:34.542Z Downloaded tiny-keccak v2.0.2
13932024-04-19T19:57:34.542Z Downloaded fatfs v0.3.6
13942024-04-19T19:57:34.542Z Downloaded zeroize v1.7.0
13952024-04-19T19:57:34.542Z Downloaded terminal_size v0.3.0
13962024-04-19T19:57:34.542Z Downloaded termcolor v1.2.0
13972024-04-19T19:57:34.542Z Downloaded regex-automata v0.1.10
13982024-04-19T19:57:34.542Z Downloaded tokio-util v0.7.10
13992024-04-19T19:57:34.543Z Downloaded tracing-attributes v0.1.27
14002024-04-19T19:57:34.543Z Downloaded rayon-core v1.12.1
14012024-04-19T19:57:34.543Z Downloaded aho-corasick v1.1.2
14022024-04-19T19:57:34.543Z Downloaded defmt-parser v0.3.3
14032024-04-19T19:57:34.543Z Downloaded defmt-macros v0.3.6
14042024-04-19T19:57:34.543Z Downloaded datatest-stable v0.2.6
14052024-04-19T19:57:34.543Z Downloaded postcard v1.0.8
14062024-04-19T19:57:34.543Z Downloaded structmeta-derive v0.3.0
14072024-04-19T19:57:34.543Z Downloaded serde_tokenstream v0.2.0
14082024-04-19T19:57:34.543Z Downloaded num-complex v0.4.5
14092024-04-19T19:57:34.544Z Downloaded mime_guess v2.0.4
14102024-04-19T19:57:34.544Z Downloaded dof v0.3.0
14112024-04-19T19:57:34.544Z Downloaded salty v0.2.0
14122024-04-19T19:57:34.544Z Downloaded flagset v0.4.3
14132024-04-19T19:57:34.544Z Downloaded serde_with_macros v3.7.0
14142024-04-19T19:57:34.544Z Downloaded tokio-postgres v0.7.10
14152024-04-19T19:57:34.544Z Downloaded fastrand v2.0.1
14162024-04-19T19:57:34.544Z Downloaded hyper v1.1.0
14172024-04-19T19:57:34.554Z Downloaded gimli v0.28.0
14182024-04-19T19:57:34.554Z Downloaded similar-asserts v1.5.0
14192024-04-19T19:57:34.555Z Downloaded signature v2.1.0
14202024-04-19T19:57:34.555Z Downloaded hkdf v0.12.4
14212024-04-19T19:57:34.555Z Downloaded toml_edit v0.22.9
14222024-04-19T19:57:34.567Z Downloaded url v2.5.0
14232024-04-19T19:57:34.578Z Downloaded plotters v0.3.5
14242024-04-19T19:57:34.608Z Downloaded h2 v0.3.26
14252024-04-19T19:57:34.608Z Downloaded serde_urlencoded v0.7.1
14262024-04-19T19:57:34.608Z Downloaded rustfmt-wrapper v0.2.1
14272024-04-19T19:57:34.609Z Downloaded rustc_version v0.4.0
14282024-04-19T19:57:34.609Z Downloaded polyval v0.6.1
14292024-04-19T19:57:34.609Z Downloaded plotters-backend v0.3.5
14302024-04-19T19:57:34.609Z Downloaded vsss-rs v3.3.4
14312024-04-19T19:57:34.609Z Downloaded sha2 v0.10.8
14322024-04-19T19:57:34.609Z Downloaded crossbeam-utils v0.8.19
14332024-04-19T19:57:34.625Z Downloaded steno v0.4.0
14342024-04-19T19:57:34.625Z Downloaded thiserror-impl-no-std v2.0.2
14352024-04-19T19:57:34.625Z Downloaded pin-project-internal v1.1.3
14362024-04-19T19:57:34.625Z Downloaded samael v0.0.15
14372024-04-19T19:57:34.626Z Downloaded toml_edit v0.19.15
14382024-04-19T19:57:34.635Z Downloaded pretty_assertions v1.4.0
14392024-04-19T19:57:34.635Z Downloaded ctr v0.9.2
14402024-04-19T19:57:34.635Z Downloaded crc-catalog v2.2.0
14412024-04-19T19:57:34.635Z Downloaded vec_map v0.8.2
14422024-04-19T19:57:34.635Z Downloaded itertools v0.12.1
14432024-04-19T19:57:34.666Z Downloaded snafu-derive v0.8.2
14442024-04-19T19:57:34.666Z Downloaded elliptic-curve v0.13.8
14452024-04-19T19:57:34.666Z Downloaded derive-where v1.2.7
14462024-04-19T19:57:34.679Z Downloaded password-hash v0.4.2
14472024-04-19T19:57:34.679Z Downloaded semver v1.0.22
14482024-04-19T19:57:34.679Z Downloaded num-rational v0.4.1
14492024-04-19T19:57:34.679Z Downloaded libxml v0.3.3
14502024-04-19T19:57:34.679Z Downloaded target-lexicon v0.12.13
14512024-04-19T19:57:34.680Z Downloaded spki v0.7.2
14522024-04-19T19:57:34.680Z Downloaded toml v0.5.11
14532024-04-19T19:57:34.681Z Downloaded tokio-rustls v0.25.0
14542024-04-19T19:57:34.681Z Downloaded secrecy v0.8.0
14552024-04-19T19:57:34.681Z Downloaded strum_macros v0.26.1
14562024-04-19T19:57:34.681Z Downloaded crucible-workspace-hack v0.1.0
14572024-04-19T19:57:34.681Z Downloaded nodrop v0.1.14
14582024-04-19T19:57:34.681Z Downloaded russh-keys v0.43.0
14592024-04-19T19:57:34.681Z Downloaded libm v0.2.7
14602024-04-19T19:57:34.681Z Downloaded toml v0.7.8
14612024-04-19T19:57:34.692Z Downloaded fnv v1.0.7
14622024-04-19T19:57:34.692Z Downloaded guppy v0.17.5
14632024-04-19T19:57:34.692Z Downloaded goblin v0.8.0
14642024-04-19T19:57:34.692Z Downloaded constant_time_eq v0.3.0
14652024-04-19T19:57:34.700Z Downloaded http v1.0.0
14662024-04-19T19:57:34.701Z Downloaded parse-size v1.0.0
14672024-04-19T19:57:34.701Z Downloaded scroll_derive v0.12.0
14682024-04-19T19:57:34.701Z Downloaded env_logger v0.9.3
14692024-04-19T19:57:34.720Z Downloaded derive_builder_core v0.20.0
14702024-04-19T19:57:34.720Z Downloaded derive_builder v0.20.0
14712024-04-19T19:57:34.720Z Downloaded wait-timeout v0.2.0
14722024-04-19T19:57:34.720Z Downloaded derive_more v0.99.17
14732024-04-19T19:57:34.729Z Downloaded embedded-io v0.4.0
14742024-04-19T19:57:34.729Z Downloaded either v1.11.0
14752024-04-19T19:57:34.730Z Downloaded deranged v0.3.11
14762024-04-19T19:57:34.730Z Downloaded corncobs v0.1.3
14772024-04-19T19:57:34.730Z Downloaded cookie v0.18.1
14782024-04-19T19:57:34.730Z Downloaded cookie v0.17.0
14792024-04-19T19:57:34.730Z Downloaded which v4.4.0
14802024-04-19T19:57:34.730Z Downloaded convert_case v0.4.0
14812024-04-19T19:57:34.730Z Downloaded indexmap v2.2.6
14822024-04-19T19:57:34.746Z Downloaded partial-io v0.5.4
14832024-04-19T19:57:34.746Z Downloaded ucd-trie v0.1.6
14842024-04-19T19:57:34.746Z Downloaded typenum v1.16.0
14852024-04-19T19:57:34.746Z Downloaded strsim v0.8.0
14862024-04-19T19:57:34.746Z Downloaded strip-ansi-escapes v0.2.0
14872024-04-19T19:57:34.746Z Downloaded string_cache v0.8.7
14882024-04-19T19:57:34.746Z Downloaded phf_shared v0.10.0
14892024-04-19T19:57:34.747Z Downloaded static_assertions v1.1.0
14902024-04-19T19:57:34.747Z Downloaded stable_deref_trait v1.2.0
14912024-04-19T19:57:34.747Z Downloaded stability v0.2.0
14922024-04-19T19:57:34.747Z Downloaded peg v0.8.2
14932024-04-19T19:57:35.716Z Downloaded pbkdf2 v0.12.2
14942024-04-19T19:57:35.717Z Downloaded indicatif v0.17.8
14952024-04-19T19:57:35.717Z Downloaded aes v0.8.3
14962024-04-19T19:57:35.717Z Downloaded mockall v0.12.1
14972024-04-19T19:57:35.717Z Downloaded usdt-macro v0.5.0
14982024-04-19T19:57:35.717Z Downloaded num-integer v0.1.46
14992024-04-19T19:57:35.718Z Downloaded nibble_vec v0.1.0
15002024-04-19T19:57:35.718Z Downloaded bytes v1.6.0
15012024-04-19T19:57:35.718Z Downloaded zerocopy v0.3.0
15022024-04-19T19:57:35.718Z Downloaded httparse v1.8.0
15032024-04-19T19:57:35.718Z Downloaded headers v0.3.9
15042024-04-19T19:57:35.718Z Downloaded const-oid v0.9.6
15052024-04-19T19:57:35.718Z Downloaded console v0.15.8
15062024-04-19T19:57:35.719Z Downloaded ciborium v0.2.2
15072024-04-19T19:57:35.719Z Downloaded cfg-expr v0.15.6
15082024-04-19T19:57:35.719Z Downloaded peg-runtime v0.8.2
15092024-04-19T19:57:35.719Z Downloaded peeking_take_while v0.1.2
15102024-04-19T19:57:35.720Z Downloaded wyz v0.5.1
15112024-04-19T19:57:35.720Z Downloaded backtrace v0.3.69
15122024-04-19T19:57:35.720Z Downloaded aes-gcm v0.10.3
15132024-04-19T19:57:35.720Z Downloaded unicase v2.7.0
15142024-04-19T19:57:35.720Z Downloaded unarray v0.1.4
15152024-04-19T19:57:35.720Z Downloaded topological-sort v0.2.2
15162024-04-19T19:57:35.720Z Downloaded openssl-macros v0.1.1
15172024-04-19T19:57:35.720Z Downloaded num_threads v0.1.6
15182024-04-19T19:57:35.720Z Downloaded newtype_derive v0.1.6
15192024-04-19T19:57:35.720Z Downloaded tokio-native-tls v0.3.1
15202024-04-19T19:57:35.720Z Downloaded proc-macro-error v1.0.4
15212024-04-19T19:57:35.721Z Downloaded postgres-types v0.2.6
15222024-04-19T19:57:35.721Z Downloaded postgres-protocol v0.6.6
15232024-04-19T19:57:35.721Z Downloaded platforms v3.0.2
15242024-04-19T19:57:35.721Z Downloaded heck v0.3.3
15252024-04-19T19:57:35.721Z Downloaded futures-channel v0.3.30
15262024-04-19T19:57:35.721Z Downloaded cancel-safe-futures v0.1.5
15272024-04-19T19:57:35.721Z Downloaded half v2.3.1
15282024-04-19T19:57:35.721Z Downloaded structmeta v0.2.0
15292024-04-19T19:57:35.721Z Downloaded slog-bunyan v2.5.0
15302024-04-19T19:57:35.722Z Downloaded slog-async v2.8.0
15312024-04-19T19:57:35.722Z Downloaded ipnetwork v0.20.0
15322024-04-19T19:57:35.722Z Downloaded slab v0.4.9
15332024-04-19T19:57:35.722Z Downloaded hyper-rustls v0.24.2
15342024-04-19T19:57:35.722Z Downloaded supports-color v3.0.0
15352024-04-19T19:57:35.723Z Downloaded cstr-argument v0.1.2
15362024-04-19T19:57:35.723Z Downloaded libtest-mimic v0.7.2
15372024-04-19T19:57:35.723Z Downloaded internet-checksum v0.2.1
15382024-04-19T19:57:35.723Z Downloaded httptest v0.15.5
15392024-04-19T19:57:35.723Z Downloaded blake2 v0.10.6
15402024-04-19T19:57:35.723Z Downloaded camino-tempfile v1.1.1
15412024-04-19T19:57:35.723Z Downloaded signature v1.6.4
15422024-04-19T19:57:35.724Z Downloaded serde_arrays v0.1.0
15432024-04-19T19:57:35.724Z Downloaded serde-hex v0.1.0
15442024-04-19T19:57:35.724Z Downloaded rustversion v1.0.14
15452024-04-19T19:57:35.724Z Downloaded ref-cast-impl v1.0.22
15462024-04-19T19:57:35.724Z Downloaded rand_seeder v0.2.3
15472024-04-19T19:57:35.724Z Downloaded kstat-rs v0.2.3
15482024-04-19T19:57:35.725Z Downloaded bzip2 v0.4.4
15492024-04-19T19:57:35.725Z Downloaded blake2b_simd v1.0.1
15502024-04-19T19:57:35.725Z Downloaded anstream v0.6.11
15512024-04-19T19:57:35.725Z Downloaded cassowary v0.3.0
15522024-04-19T19:57:35.726Z Downloaded camino v1.1.6
15532024-04-19T19:57:35.726Z Downloaded base64ct v1.6.0
15542024-04-19T19:57:35.726Z Downloaded assert_cmd v2.0.14
15552024-04-19T19:57:35.726Z Downloaded home v0.5.5
15562024-04-19T19:57:35.726Z Downloaded heapless v0.8.0
15572024-04-19T19:57:35.727Z Downloaded powerfmt v0.2.0
15582024-04-19T19:57:35.727Z Downloaded form_urlencoded v1.2.1
15592024-04-19T19:57:35.727Z Downloaded colored v2.1.0
15602024-04-19T19:57:35.727Z Downloaded hyper-staticfile v0.9.5
15612024-04-19T19:57:35.728Z Downloaded humantime v2.1.0
15622024-04-19T19:57:35.728Z Downloaded httpdate v1.0.3
15632024-04-19T19:57:35.728Z Downloaded http-body v0.4.5
15642024-04-19T19:57:35.728Z Downloaded clap_lex v0.7.0
15652024-04-19T19:57:35.729Z Downloaded cipher v0.4.4
15662024-04-19T19:57:35.729Z Downloaded ciborium-ll v0.2.2
15672024-04-19T19:57:35.729Z Downloaded chacha20 v0.9.1
15682024-04-19T19:57:35.729Z Downloaded block-padding v0.3.3
15692024-04-19T19:57:35.730Z Downloaded hex-literal v0.4.1
15702024-04-19T19:57:35.730Z Downloaded ahash v0.8.8
15712024-04-19T19:57:35.730Z Downloaded heck v0.4.1
15722024-04-19T19:57:35.730Z Downloaded hash32 v0.3.1
15732024-04-19T19:57:35.731Z Downloaded buf-list v1.0.3
15742024-04-19T19:57:35.731Z Downloaded blowfish v0.9.1
15752024-04-19T19:57:35.731Z Downloaded bitfield v0.14.0
15762024-04-19T19:57:35.731Z Downloaded arrayref v0.3.7
15772024-04-19T19:57:35.731Z Downloaded is-terminal v0.4.9
15782024-04-19T19:57:35.732Z Downloaded hex v0.4.3
15792024-04-19T19:57:35.732Z Downloaded anstyle v1.0.6
15802024-04-19T19:57:35.732Z Downloaded hash32 v0.2.1
15812024-04-19T19:57:35.732Z Downloaded anes v0.1.6
15822024-04-19T19:57:35.733Z Downloaded aead v0.5.2
15832024-04-19T19:57:35.733Z Downloaded ghash v0.5.0
15842024-04-19T19:57:35.733Z Downloaded gethostname v0.4.3
15852024-04-19T19:57:35.733Z Downloaded futures-task v0.3.30
15862024-04-19T19:57:35.734Z Downloaded async-stream-impl v0.3.5
15872024-04-19T19:57:35.734Z Downloaded bitstruct_derive v0.1.0
15882024-04-19T19:57:35.734Z Downloaded arrayvec v0.7.4
15892024-04-19T19:57:35.734Z Downloaded ansi_term v0.12.1
15902024-04-19T19:57:35.812Z Compiling unicode-ident v1.0.12
15912024-04-19T19:57:35.826Z Compiling proc-macro2 v1.0.81
15922024-04-19T19:57:35.827Z Compiling libc v0.2.153
15932024-04-19T19:57:35.827Z Compiling cfg-if v1.0.0
15942024-04-19T19:57:35.827Z Compiling serde v1.0.198
15952024-04-19T19:57:35.827Z Compiling version_check v0.9.4
15962024-04-19T19:57:35.860Z Compiling autocfg v1.1.0
15972024-04-19T19:57:35.875Z Compiling memchr v2.7.1
15982024-04-19T19:57:35.875Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20ebe702dba024b8 -C extra-filename=-20ebe702dba024b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15992024-04-19T19:57:35.875Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=1b806b30779cf5e4 -C extra-filename=-1b806b30779cf5e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-1b806b30779cf5e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16002024-04-19T19:57:35.876Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=01bdbfac0a341c9e -C extra-filename=-01bdbfac0a341c9e --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-01bdbfac0a341c9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16012024-04-19T19:57:35.876Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=427020ca80f73ebb -C extra-filename=-427020ca80f73ebb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16022024-04-19T19:57:35.876Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da62becbb68e1686 -C extra-filename=-da62becbb68e1686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16032024-04-19T19:57:35.876Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.198/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=c66b58eee5776504 -C extra-filename=-c66b58eee5776504 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-c66b58eee5776504 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16042024-04-19T19:57:35.876Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3867c0de5f5bc283 -C extra-filename=-3867c0de5f5bc283 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16052024-04-19T19:57:35.876Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d2769c741d5e1f4 -C extra-filename=-2d2769c741d5e1f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16062024-04-19T19:57:36.019Z Compiling byteorder v1.5.0
16072024-04-19T19:57:36.039Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a7919d510375f8f6 -C extra-filename=-a7919d510375f8f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16082024-04-19T19:57:36.072Z Compiling log v0.4.21
16092024-04-19T19:57:36.078Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=0f58a9cf96294e99 -C extra-filename=-0f58a9cf96294e99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16102024-04-19T19:57:36.471Z Compiling once_cell v1.19.0
16112024-04-19T19:57:36.493Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=382c12cfca40d2db -C extra-filename=-382c12cfca40d2db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16122024-04-19T19:57:36.503Z Compiling itoa v1.0.9
16132024-04-19T19:57:36.503Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8887d85b8db1efbb -C extra-filename=-8887d85b8db1efbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16142024-04-19T19:57:36.668Z Compiling syn v1.0.109
16152024-04-19T19:57:36.672Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=ff883ca2ab55e8cc -C extra-filename=-ff883ca2ab55e8cc --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-ff883ca2ab55e8cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16162024-04-19T19:57:36.695Z Compiling scopeguard v1.2.0
16172024-04-19T19:57:36.749Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31fabae75ce6f4cf -C extra-filename=-31fabae75ce6f4cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16182024-04-19T19:57:36.757Z Compiling lock_api v0.4.10
16192024-04-19T19:57:36.761Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=d07f51eca1e47e77 -C extra-filename=-d07f51eca1e47e77 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-d07f51eca1e47e77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16202024-04-19T19:57:36.820Z Compiling smallvec v1.13.1
16212024-04-19T19:57:36.831Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9167c091d196f46c -C extra-filename=-9167c091d196f46c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16222024-04-19T19:57:36.831Z Compiling parking_lot_core v0.9.8
16232024-04-19T19:57:36.831Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c9e6a8a2ac061e0 -C extra-filename=-4c9e6a8a2ac061e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4c9e6a8a2ac061e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16242024-04-19T19:57:37.101Z Compiling thiserror v1.0.58
16252024-04-19T19:57:37.114Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ddb408586b7ac207 -C extra-filename=-ddb408586b7ac207 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-ddb408586b7ac207 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16262024-04-19T19:57:37.413Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4c9e6a8a2ac061e0/build-script-build`
16272024-04-19T19:57:37.438Z Compiling libm v0.2.7
16282024-04-19T19:57:37.438Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-1b806b30779cf5e4/build-script-build`
16292024-04-19T19:57:37.438Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-ff883ca2ab55e8cc/build-script-build`
16302024-04-19T19:57:37.438Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-d07f51eca1e47e77/build-script-build`
16312024-04-19T19:57:37.438Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-c66b58eee5776504/build-script-build`
16322024-04-19T19:57:37.438Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=eec16ce610f10f91 -C extra-filename=-eec16ce610f10f91 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-eec16ce610f10f91 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16332024-04-19T19:57:37.438Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-01bdbfac0a341c9e/build-script-build`
16342024-04-19T19:57:37.464Z Compiling num-traits v0.2.18
16352024-04-19T19:57:37.482Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=0945d2352964fe33 -C extra-filename=-0945d2352964fe33 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-0945d2352964fe33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16362024-04-19T19:57:37.914Z Compiling ryu v1.0.15
16372024-04-19T19:57:37.914Z Compiling pin-project-lite v0.2.13
16382024-04-19T19:57:37.914Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d2b5e30bc2a618d -C extra-filename=-4d2b5e30bc2a618d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16392024-04-19T19:57:37.914Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=0389f312b031ed53 -C extra-filename=-0389f312b031ed53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
16402024-04-19T19:57:37.915Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d167b65cdd5db125 -C extra-filename=-d167b65cdd5db125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16412024-04-19T19:57:37.915Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=c9564712d536a6c6 -C extra-filename=-c9564712d536a6c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-31fabae75ce6f4cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
16422024-04-19T19:57:37.915Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-ddb408586b7ac207/build-script-build`
16432024-04-19T19:57:37.915Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=4df7e40006520d57 -C extra-filename=-4df7e40006520d57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg no_literal_byte_character --cfg no_literal_c_string --cfg wrap_proc_macro --cfg proc_macro_span`
16442024-04-19T19:57:37.915Z Compiling ahash v0.8.8
16452024-04-19T19:57:37.915Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.8/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=a9546b2d0d58a77c -C extra-filename=-a9546b2d0d58a77c --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-a9546b2d0d58a77c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16462024-04-19T19:57:38.770Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-eec16ce610f10f91/build-script-build`
16472024-04-19T19:57:38.770Z Compiling serde_json v1.0.116
16482024-04-19T19:57:38.770Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=e2ef056c007a75d0 -C extra-filename=-e2ef056c007a75d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-e2ef056c007a75d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16492024-04-19T19:57:38.770Z Compiling allocator-api2 v0.2.16
16502024-04-19T19:57:38.770Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-0945d2352964fe33/build-script-build`
16512024-04-19T19:57:38.770Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=91a5305897b3c90d -C extra-filename=-91a5305897b3c90d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16522024-04-19T19:57:38.770Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=adcb2ed4280e6f27 -C extra-filename=-adcb2ed4280e6f27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16532024-04-19T19:57:38.770Z Compiling futures-core v0.3.30
16542024-04-19T19:57:38.770Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4b00f13a31442673 -C extra-filename=-4b00f13a31442673 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16552024-04-19T19:57:38.770Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-a9546b2d0d58a77c/build-script-build`
16562024-04-19T19:57:38.771Z Compiling typenum v1.16.0
16572024-04-19T19:57:38.771Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7126b74aeddb1de5 -C extra-filename=-7126b74aeddb1de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-7126b74aeddb1de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16582024-04-19T19:57:38.771Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-e2ef056c007a75d0/build-script-build`
16592024-04-19T19:57:39.683Z Compiling generic-array v0.14.7
16602024-04-19T19:57:39.683Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=b27c16a5e87d4c9c -C extra-filename=-b27c16a5e87d4c9c --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-b27c16a5e87d4c9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16612024-04-19T19:57:39.683Z Compiling spin v0.5.2
16622024-04-19T19:57:39.683Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07b2de1e1dcb304c -C extra-filename=-07b2de1e1dcb304c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16632024-04-19T19:57:39.683Z Compiling quote v1.0.36
16642024-04-19T19:57:39.683Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=98595d0328ae9e60 -C extra-filename=-98595d0328ae9e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16652024-04-19T19:57:39.683Z Compiling getrandom v0.2.12
16662024-04-19T19:57:39.683Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=cd233cf452b8a58f -C extra-filename=-cd233cf452b8a58f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16672024-04-19T19:57:39.683Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27fe2c70089ad6c7 -C extra-filename=-27fe2c70089ad6c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16682024-04-19T19:57:39.683Z Compiling cc v1.0.83
16692024-04-19T19:57:39.683Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05c2831c2b856dca -C extra-filename=-05c2831c2b856dca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16702024-04-19T19:57:39.684Z Compiling syn v2.0.59
16712024-04-19T19:57:39.684Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=e41dbb47b133fbec -C extra-filename=-e41dbb47b133fbec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16722024-04-19T19:57:39.684Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=7c1a39fca37282b5 -C extra-filename=-7c1a39fca37282b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
16732024-04-19T19:57:39.684Z Compiling rand_core v0.6.4
16742024-04-19T19:57:39.684Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=4e5690172993484a -C extra-filename=-4e5690172993484a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16752024-04-19T19:57:39.690Z Compiling parking_lot v0.12.1
16762024-04-19T19:57:39.690Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=129c770cfa0fa0c9 -C extra-filename=-129c770cfa0fa0c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c9564712d536a6c6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-27fe2c70089ad6c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16772024-04-19T19:57:39.690Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=9b6bd62349cd45ab -C extra-filename=-9b6bd62349cd45ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-adcb2ed4280e6f27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_total_cmp --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
16782024-04-19T19:57:39.690Z Compiling signal-hook-registry v1.4.1
16792024-04-19T19:57:39.690Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7520df6e6953f815 -C extra-filename=-7520df6e6953f815 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16802024-04-19T19:57:39.690Z Compiling mio v0.8.11
16812024-04-19T19:57:39.690Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=c3bb25176b51b31a -C extra-filename=-c3bb25176b51b31a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16822024-04-19T19:57:39.741Z Compiling num_cpus v1.16.0
16832024-04-19T19:57:39.764Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=748fc070e563926b -C extra-filename=-748fc070e563926b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16842024-04-19T19:57:39.884Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-7126b74aeddb1de5/build-script-main`
16852024-04-19T19:57:40.099Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce4989e7402d9db9 -C extra-filename=-ce4989e7402d9db9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16862024-04-19T19:57:40.175Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-b27c16a5e87d4c9c/build-script-build`
16872024-04-19T19:57:40.247Z Compiling socket2 v0.5.6
16882024-04-19T19:57:40.263Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=1d188b7fe82162ba -C extra-filename=-1d188b7fe82162ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16892024-04-19T19:57:40.296Z Compiling subtle v2.5.0
16902024-04-19T19:57:40.341Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=93719c719eb5e858 -C extra-filename=-93719c719eb5e858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16912024-04-19T19:57:40.665Z Compiling equivalent v1.0.1
16922024-04-19T19:57:40.681Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5752ccbf4d3cc26b -C extra-filename=-5752ccbf4d3cc26b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16932024-04-19T19:57:40.745Z Compiling fnv v1.0.7
16942024-04-19T19:57:41.167Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=94cd0cc82801ac87 -C extra-filename=-94cd0cc82801ac87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16952024-04-19T19:57:41.189Z Compiling futures-sink v0.3.30
16962024-04-19T19:57:41.190Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=32a2524a08049364 -C extra-filename=-32a2524a08049364 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16972024-04-19T19:57:41.190Z Compiling slab v0.4.9
16982024-04-19T19:57:41.190Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1f31ff7e846f8557 -C extra-filename=-1f31ff7e846f8557 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-1f31ff7e846f8557 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16992024-04-19T19:57:41.190Z Compiling pin-utils v0.1.0
17002024-04-19T19:57:41.190Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=611962d7d561619c -C extra-filename=-611962d7d561619c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17012024-04-19T19:57:41.190Z Compiling futures-channel v0.3.30
17022024-04-19T19:57:41.190Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=e5c5dc3a4642b306 -C extra-filename=-e5c5dc3a4642b306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17032024-04-19T19:57:41.204Z Compiling futures-task v0.3.30
17042024-04-19T19:57:41.204Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=3b68754ba6b0f75d -C extra-filename=-3b68754ba6b0f75d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17052024-04-19T19:57:41.384Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-1f31ff7e846f8557/build-script-build`
17062024-04-19T19:57:42.825Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=edb584a0f4b99b22 -C extra-filename=-edb584a0f4b99b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17072024-04-19T19:57:42.825Z Compiling futures-io v0.3.30
17082024-04-19T19:57:42.825Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=2f043457ba4fdc68 -C extra-filename=-2f043457ba4fdc68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17092024-04-19T19:57:42.825Z Compiling heck v0.4.1
17102024-04-19T19:57:42.825Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1a1678ba78df6067 -C extra-filename=-1a1678ba78df6067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17112024-04-19T19:57:42.825Z Compiling const-oid v0.9.6
17122024-04-19T19:57:42.825Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=6bf68d27d0b9a310 -C extra-filename=-6bf68d27d0b9a310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17132024-04-19T19:57:42.825Z Compiling regex-syntax v0.8.2
17142024-04-19T19:57:42.825Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=13b943facd0e7476 -C extra-filename=-13b943facd0e7476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17152024-04-19T19:57:42.825Z Compiling aho-corasick v1.1.2
17162024-04-19T19:57:42.826Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=e6492b28b6244c5c -C extra-filename=-e6492b28b6244c5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17172024-04-19T19:57:42.826Z Compiling iana-time-zone v0.1.57
17182024-04-19T19:57:42.826Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=5a6c6600307a4b8a -C extra-filename=-5a6c6600307a4b8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17192024-04-19T19:57:42.826Z Compiling lazy_static v1.4.0
17202024-04-19T19:57:42.826Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=998cd0269062e61e -C extra-filename=-998cd0269062e61e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-07b2de1e1dcb304c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17212024-04-19T19:57:42.826Z Compiling tinyvec_macros v0.1.1
17222024-04-19T19:57:42.826Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47ec3aca49642e13 -C extra-filename=-47ec3aca49642e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17232024-04-19T19:57:42.826Z Compiling rustix v0.38.31
17242024-04-19T19:57:42.826Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=d64a8550e65d8fca -C extra-filename=-d64a8550e65d8fca --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d64a8550e65d8fca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17252024-04-19T19:57:42.826Z Compiling tinyvec v1.6.0
17262024-04-19T19:57:42.826Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=9b67bfa3bc4355e5 -C extra-filename=-9b67bfa3bc4355e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-47ec3aca49642e13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17272024-04-19T19:57:42.826Z Compiling errno v0.3.8
17282024-04-19T19:57:42.826Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=8c5348ae294d0db5 -C extra-filename=-8c5348ae294d0db5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17292024-04-19T19:57:42.826Z Compiling tracing-core v0.1.32
17302024-04-19T19:57:42.826Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=6c4d7cac70e61a1e -C extra-filename=-6c4d7cac70e61a1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17312024-04-19T19:57:42.924Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d64a8550e65d8fca/build-script-build`
17322024-04-19T19:57:42.948Z Compiling ppv-lite86 v0.2.17
17332024-04-19T19:57:42.949Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=8f6ebf3a73b53cd2 -C extra-filename=-8f6ebf3a73b53cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17342024-04-19T19:57:43.785Z Compiling pkg-config v0.3.27
17352024-04-19T19:57:43.795Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c87eb8758148fb3 -C extra-filename=-1c87eb8758148fb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17362024-04-19T19:57:43.795Z Compiling unicode-normalization v0.1.22
17372024-04-19T19:57:43.796Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fd7e19e5a07f3a04 -C extra-filename=-fd7e19e5a07f3a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-9b67bfa3bc4355e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17382024-04-19T19:57:43.796Z Compiling cpufeatures v0.2.12
17392024-04-19T19:57:43.796Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1ffb3fa88be7e604 -C extra-filename=-1ffb3fa88be7e604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17402024-04-19T19:57:43.823Z Compiling dyn-clone v1.0.17
17412024-04-19T19:57:43.856Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3249fec9e60f9013 -C extra-filename=-3249fec9e60f9013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17422024-04-19T19:57:43.875Z Compiling unicode-bidi v0.3.15
17432024-04-19T19:57:43.875Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=3c45bd070bddd25d -C extra-filename=-3c45bd070bddd25d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17442024-04-19T19:57:44.052Z Compiling schemars v0.8.16
17452024-04-19T19:57:44.064Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=f1be40d591632ed1 -C extra-filename=-f1be40d591632ed1 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-f1be40d591632ed1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17462024-04-19T19:57:44.472Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-f1be40d591632ed1/build-script-build`
17472024-04-19T19:57:44.511Z Compiling rand_chacha v0.3.1
17482024-04-19T19:57:44.544Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=c97181c078b51aa5 -C extra-filename=-c97181c078b51aa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-8f6ebf3a73b53cd2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17492024-04-19T19:57:44.560Z Compiling uuid v0.8.2
17502024-04-19T19:57:44.577Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=2046012f89f5443c -C extra-filename=-2046012f89f5443c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17512024-04-19T19:57:44.725Z Compiling percent-encoding v2.3.1
17522024-04-19T19:57:44.740Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b34c0d67524cd63e -C extra-filename=-b34c0d67524cd63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17532024-04-19T19:57:45.107Z Compiling regex-automata v0.4.5
17542024-04-19T19:57:45.116Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=70a43a866470a38d -C extra-filename=-70a43a866470a38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e6492b28b6244c5c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17552024-04-19T19:57:45.345Z Compiling rand v0.8.5
17562024-04-19T19:57:45.373Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=0c34402c0bb98ee0 -C extra-filename=-0c34402c0bb98ee0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17572024-04-19T19:57:45.438Z Compiling unicode-width v0.1.11
17582024-04-19T19:57:45.457Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7be4cd6866eb5f17 -C extra-filename=-7be4cd6866eb5f17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17592024-04-19T19:57:45.585Z Compiling spin v0.9.8
17602024-04-19T19:57:45.650Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=d5a571760a738685 -C extra-filename=-d5a571760a738685 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c9564712d536a6c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17612024-04-19T19:57:45.975Z Compiling serde_derive_internals v0.26.0
17622024-04-19T19:57:46.458Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23da52d9f9ee9b85 -C extra-filename=-23da52d9f9ee9b85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17632024-04-19T19:57:46.459Z Compiling form_urlencoded v1.2.1
17642024-04-19T19:57:46.460Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a3a49be3a807ac3f -C extra-filename=-a3a49be3a807ac3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17652024-04-19T19:57:46.673Z Compiling httparse v1.8.0
17662024-04-19T19:57:46.698Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4b73d3e921ff6bb9 -C extra-filename=-4b73d3e921ff6bb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-4b73d3e921ff6bb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17672024-04-19T19:57:47.179Z Compiling powerfmt v0.2.0
17682024-04-19T19:57:47.194Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=446db202808c2104 -C extra-filename=-446db202808c2104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17692024-04-19T19:57:47.317Z Compiling num-conv v0.1.0
17702024-04-19T19:57:47.326Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C metadata=67e78ec5d933cf6a -C extra-filename=-67e78ec5d933cf6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17712024-04-19T19:57:47.403Z Compiling time-core v0.1.2
17722024-04-19T19:57:47.420Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99baac3ec95711c7 -C extra-filename=-99baac3ec95711c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17732024-04-19T19:57:47.619Z Compiling deranged v0.3.11
17742024-04-19T19:57:47.619Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -C metadata=da24a4a4a64e0e8e -C extra-filename=-da24a4a4a64e0e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-446db202808c2104.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17752024-04-19T19:57:47.643Z Compiling time-macros v0.2.17
17762024-04-19T19:57:47.643Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=a85a80b48f67247a -C extra-filename=-a85a80b48f67247a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-67e78ec5d933cf6a.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-99baac3ec95711c7.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17772024-04-19T19:57:47.643Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-4b73d3e921ff6bb9/build-script-build`
17782024-04-19T19:57:47.684Z Compiling num_threads v0.1.6
17792024-04-19T19:57:47.695Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=481e618ba327a66a -C extra-filename=-481e618ba327a66a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17802024-04-19T19:57:47.812Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea15729c177c2ea6 -C extra-filename=-ea15729c177c2ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd`
17812024-04-19T19:57:48.051Z Compiling ring v0.17.8
17822024-04-19T19:57:48.092Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=89dfbee52b042801 -C extra-filename=-89dfbee52b042801 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-89dfbee52b042801 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17832024-04-19T19:57:48.513Z Compiling idna v0.5.0
17842024-04-19T19:57:48.535Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cbc874d35908b620 -C extra-filename=-cbc874d35908b620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17852024-04-19T19:57:48.829Z Compiling semver v1.0.22
17862024-04-19T19:57:48.845Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=5e22229ec32fb546 -C extra-filename=-5e22229ec32fb546 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-5e22229ec32fb546 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17872024-04-19T19:57:49.347Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-89dfbee52b042801/build-script-build`
17882024-04-19T19:57:49.808Z Compiling either v1.11.0
17892024-04-19T19:57:49.813Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=3e218f4211a406b1 -C extra-filename=-3e218f4211a406b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17902024-04-19T19:57:49.813Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-5e22229ec32fb546/build-script-build`
17912024-04-19T19:57:49.813Z Compiling url v2.5.0
17922024-04-19T19:57:49.813Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ea704619c5387062 -C extra-filename=-ea704619c5387062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-a3a49be3a807ac3f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-cbc874d35908b620.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17932024-04-19T19:57:49.813Z Compiling regex v1.10.4
17942024-04-19T19:57:49.813Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=91d49774043430e0 -C extra-filename=-91d49774043430e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e6492b28b6244c5c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-70a43a866470a38d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17952024-04-19T19:57:50.057Z Compiling adler v1.0.2
17962024-04-19T19:57:50.062Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=540a1373da4b8d3b -C extra-filename=-540a1373da4b8d3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17972024-04-19T19:57:50.306Z Compiling rustversion v1.0.14
17982024-04-19T19:57:50.312Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52734b0d7e1ee24b -C extra-filename=-52734b0d7e1ee24b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-52734b0d7e1ee24b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17992024-04-19T19:57:50.819Z Compiling miniz_oxide v0.7.1
18002024-04-19T19:57:50.831Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=e9a21832a2db6cf9 -C extra-filename=-e9a21832a2db6cf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-540a1373da4b8d3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18012024-04-19T19:57:51.039Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-52734b0d7e1ee24b/build-script-build`
18022024-04-19T19:57:51.941Z Compiling untrusted v0.9.0
18032024-04-19T19:57:51.941Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8fced45147420ad4 -C extra-filename=-8fced45147420ad4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18042024-04-19T19:57:51.941Z Compiling time v0.3.34
18052024-04-19T19:57:51.942Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=27a7898fe94cad80 -C extra-filename=-27a7898fe94cad80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-da24a4a4a64e0e8e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-67e78ec5d933cf6a.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-481e618ba327a66a.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-446db202808c2104.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-99baac3ec95711c7.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-a85a80b48f67247a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18062024-04-19T19:57:51.942Z Compiling base64 v0.21.7
18072024-04-19T19:57:51.942Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6db86b2c48c11a61 -C extra-filename=-6db86b2c48c11a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18082024-04-19T19:57:51.942Z Compiling slog v2.7.0
18092024-04-19T19:57:51.942Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=6c5b3d70e12dd857 -C extra-filename=-6c5b3d70e12dd857 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-6c5b3d70e12dd857 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18102024-04-19T19:57:53.012Z Compiling vcpkg v0.2.15
18112024-04-19T19:57:53.012Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03adc5e0abc5f680 -C extra-filename=-03adc5e0abc5f680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18122024-04-19T19:57:53.012Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-6c5b3d70e12dd857/build-script-build`
18132024-04-19T19:57:53.012Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=447711a94439c285 -C extra-filename=-447711a94439c285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18142024-04-19T19:57:53.013Z Compiling try-lock v0.2.4
18152024-04-19T19:57:53.013Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acd2ef948ecc82b5 -C extra-filename=-acd2ef948ecc82b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18162024-04-19T19:57:53.013Z Compiling want v0.3.1
18172024-04-19T19:57:53.013Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2d56623507e70ba -C extra-filename=-b2d56623507e70ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-acd2ef948ecc82b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18182024-04-19T19:57:53.013Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=13c318f5fdda9b42 -C extra-filename=-13c318f5fdda9b42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
18192024-04-19T19:57:53.473Z Compiling serde_derive v1.0.198
18202024-04-19T19:57:53.473Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.198/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ca788ba0079f82ce -C extra-filename=-ca788ba0079f82ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18212024-04-19T19:57:53.485Z Compiling zerocopy-derive v0.7.32
18222024-04-19T19:57:53.486Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e14000d1e3913379 -C extra-filename=-e14000d1e3913379 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18232024-04-19T19:57:53.486Z Compiling zeroize_derive v1.4.2
18242024-04-19T19:57:53.486Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a61d86c6c864510 -C extra-filename=-0a61d86c6c864510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18252024-04-19T19:57:53.563Z Compiling thiserror-impl v1.0.58
18262024-04-19T19:57:53.581Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dad52b306f59480c -C extra-filename=-dad52b306f59480c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18272024-04-19T19:57:54.449Z Compiling tokio-macros v2.2.0
18282024-04-19T19:57:54.483Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8b996c0f7817154 -C extra-filename=-b8b996c0f7817154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18292024-04-19T19:57:55.189Z Compiling zeroize v1.7.0
18302024-04-19T19:57:55.207Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=df9277a141f8e980 -C extra-filename=-df9277a141f8e980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-0a61d86c6c864510.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18312024-04-19T19:57:55.279Z Compiling futures-macro v0.3.30
18322024-04-19T19:57:55.291Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=767b9dda70ca3a0b -C extra-filename=-767b9dda70ca3a0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18332024-04-19T19:57:55.543Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=54c1dc08b08abe24 -C extra-filename=-54c1dc08b08abe24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-ce4989e7402d9db9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
18342024-04-19T19:57:56.122Z Compiling tracing-attributes v0.1.27
18352024-04-19T19:57:56.138Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d988252b0abdf03f -C extra-filename=-d988252b0abdf03f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18362024-04-19T19:57:56.138Z Compiling zerocopy v0.7.32
18372024-04-19T19:57:56.138Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=d6e9d848bec5b0ba -C extra-filename=-d6e9d848bec5b0ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-e14000d1e3913379.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18382024-04-19T19:57:56.194Z Compiling schemars_derive v0.8.16
18392024-04-19T19:57:56.210Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92584c7f840892b1 -C extra-filename=-92584c7f840892b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-23da52d9f9ee9b85.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18402024-04-19T19:57:56.935Z Compiling crypto-common v0.1.6
18412024-04-19T19:57:56.964Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=5b5dc0d777decf0f -C extra-filename=-5b5dc0d777decf0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-54c1dc08b08abe24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-ce4989e7402d9db9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18422024-04-19T19:57:57.002Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7290cec6c4f16b85 -C extra-filename=-7290cec6c4f16b85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-dad52b306f59480c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access`
18432024-04-19T19:57:57.121Z Compiling block-buffer v0.10.4
18442024-04-19T19:57:57.130Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b77722b09ff46c2a -C extra-filename=-b77722b09ff46c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-54c1dc08b08abe24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18452024-04-19T19:57:57.155Z Compiling openssl-sys v0.9.102
18462024-04-19T19:57:57.171Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e51db1d4021f86b7 -C extra-filename=-e51db1d4021f86b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-e51db1d4021f86b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1c87eb8758148fb3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-03adc5e0abc5f680.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18472024-04-19T19:57:57.394Z Compiling digest v0.10.7
18482024-04-19T19:57:57.394Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=1c26e3969febf8d9 -C extra-filename=-1c26e3969febf8d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6e9d848bec5b0ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
18492024-04-19T19:57:57.412Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=6be4fe7019085ba4 -C extra-filename=-6be4fe7019085ba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-b77722b09ff46c2a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5b5dc0d777decf0f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18502024-04-19T19:57:57.912Z Compiling futures-util v0.3.30
18512024-04-19T19:57:57.928Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=931c4a747af81eab -C extra-filename=-931c4a747af81eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-767b9dda70ca3a0b.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-611962d7d561619c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-edb584a0f4b99b22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18522024-04-19T19:57:58.996Z Compiling async-trait v0.1.80
18532024-04-19T19:57:58.996Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.80/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d02099a651fdfd59 -C extra-filename=-d02099a651fdfd59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18542024-04-19T19:57:58.996Z Compiling hashbrown v0.14.3
18552024-04-19T19:57:58.997Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=de119afeab1f4eaa -C extra-filename=-de119afeab1f4eaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1c26e3969febf8d9.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-91a5305897b3c90d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18562024-04-19T19:57:58.997Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-e51db1d4021f86b7/build-script-main`
18572024-04-19T19:57:59.026Z Compiling tower-service v0.3.2
18582024-04-19T19:57:59.026Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe17446c79721d91 -C extra-filename=-fe17446c79721d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18592024-04-19T19:57:59.026Z Compiling ucd-trie v0.1.6
18602024-04-19T19:57:59.026Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=d5b0f764e5f36458 -C extra-filename=-d5b0f764e5f36458 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18612024-04-19T19:57:59.384Z Compiling base64ct v1.6.0
18622024-04-19T19:57:59.408Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=89d333838280fc83 -C extra-filename=-89d333838280fc83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18632024-04-19T19:57:59.611Z Compiling pest v2.7.6
18642024-04-19T19:58:00.059Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=3567e995114a05cd -C extra-filename=-3567e995114a05cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-d5b0f764e5f36458.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18652024-04-19T19:58:00.059Z Compiling httpdate v1.0.3
18662024-04-19T19:58:00.059Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a8df2b5f7aca784 -C extra-filename=-2a8df2b5f7aca784 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18672024-04-19T19:58:00.059Z Compiling tracing v0.1.40
18682024-04-19T19:58:00.059Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=e5210ba6244f459e -C extra-filename=-e5210ba6244f459e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-d988252b0abdf03f.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-6c4d7cac70e61a1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18692024-04-19T19:58:00.059Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=731c3f13a64f1c10 -C extra-filename=-731c3f13a64f1c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8fced45147420ad4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
18702024-04-19T19:58:00.059Z Compiling backtrace v0.3.69
18712024-04-19T19:58:00.060Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ba33e89debdf579d -C extra-filename=-ba33e89debdf579d --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-ba33e89debdf579d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18722024-04-19T19:58:00.158Z Compiling ring v0.16.20
18732024-04-19T19:58:00.185Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=ba782bc4b8bc9b97 -C extra-filename=-ba782bc4b8bc9b97 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-ba782bc4b8bc9b97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18742024-04-19T19:58:00.271Z Compiling gimli v0.28.0
18752024-04-19T19:58:00.291Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=2a3c2b08c837cf3c -C extra-filename=-2a3c2b08c837cf3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18762024-04-19T19:58:00.520Z Compiling openssl-probe v0.1.5
18772024-04-19T19:58:00.535Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5cc4302098cb4d7c -C extra-filename=-5cc4302098cb4d7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18782024-04-19T19:58:00.880Z Compiling openssl v0.10.64
18792024-04-19T19:58:00.906Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e32d8a2bf706e9c7 -C extra-filename=-e32d8a2bf706e9c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-e32d8a2bf706e9c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18802024-04-19T19:58:00.922Z Compiling foreign-types-shared v0.1.1
18812024-04-19T19:58:00.922Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a302c1cf65ec29f -C extra-filename=-8a302c1cf65ec29f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18822024-04-19T19:58:01.026Z Compiling foreign-types v0.3.2
18832024-04-19T19:58:01.066Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c0f05dcbba7bb7a -C extra-filename=-3c0f05dcbba7bb7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8a302c1cf65ec29f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18842024-04-19T19:58:01.133Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-ba33e89debdf579d/build-script-build`
18852024-04-19T19:58:01.158Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=296130c348877788 -C extra-filename=-296130c348877788 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d`
18862024-04-19T19:58:01.296Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.198/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=b10b9d466ae65d7e -C extra-filename=-b10b9d466ae65d7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca788ba0079f82ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18872024-04-19T19:58:01.358Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-ba782bc4b8bc9b97/build-script-build`
18882024-04-19T19:58:01.415Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-e32d8a2bf706e9c7/build-script-build`
18892024-04-19T19:58:01.431Z Compiling openssl-macros v0.1.1
18902024-04-19T19:58:01.431Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=404b6512ad402c9b -C extra-filename=-404b6512ad402c9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18912024-04-19T19:58:02.256Z Compiling pest_meta v2.7.6
18922024-04-19T19:58:02.277Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=aa124227c1457e7c -C extra-filename=-aa124227c1457e7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3567e995114a05cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18932024-04-19T19:58:02.797Z Compiling object v0.32.1
18942024-04-19T19:58:03.247Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=fbca7a5156e3eedd -C extra-filename=-fbca7a5156e3eedd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18952024-04-19T19:58:03.247Z Compiling crossbeam-utils v0.8.19
18962024-04-19T19:58:03.247Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b506014b90e20f82 -C extra-filename=-b506014b90e20f82 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-b506014b90e20f82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18972024-04-19T19:58:03.256Z Compiling futures-executor v0.3.30
18982024-04-19T19:58:03.256Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=a4d8806db2c9d1c2 -C extra-filename=-a4d8806db2c9d1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18992024-04-19T19:58:03.356Z Compiling anyhow v1.0.82
19002024-04-19T19:58:03.387Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.82/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=af7a568769daa972 -C extra-filename=-af7a568769daa972 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-af7a568769daa972 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19012024-04-19T19:58:03.591Z Compiling futures v0.3.30
19022024-04-19T19:58:03.611Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=db2bc646edc08c4a -C extra-filename=-db2bc646edc08c4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-a4d8806db2c9d1c2.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19032024-04-19T19:58:03.668Z Compiling pest_generator v2.7.6
19042024-04-19T19:58:03.684Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=57aa886f355288fe -C extra-filename=-57aa886f355288fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3567e995114a05cd.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-aa124227c1457e7c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19052024-04-19T19:58:04.153Z Compiling ipnet v2.9.0
19062024-04-19T19:58:04.153Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6f1e2c4e27b6e689 -C extra-filename=-6f1e2c4e27b6e689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19072024-04-19T19:58:04.153Z Compiling untrusted v0.7.1
19082024-04-19T19:58:04.153Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3e85edfeb60e340 -C extra-filename=-a3e85edfeb60e340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19092024-04-19T19:58:04.153Z Compiling mime v0.3.17
19102024-04-19T19:58:04.153Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2f715f865321db7 -C extra-filename=-c2f715f865321db7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19112024-04-19T19:58:04.153Z Compiling rustc-demangle v0.1.23
19122024-04-19T19:58:04.153Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19de705504ac65f8 -C extra-filename=-19de705504ac65f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19132024-04-19T19:58:04.572Z Compiling addr2line v0.21.0
19142024-04-19T19:58:04.584Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23d8a9563b0e070a -C extra-filename=-23d8a9563b0e070a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-2a3c2b08c837cf3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19152024-04-19T19:58:04.923Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-af7a568769daa972/build-script-build`
19162024-04-19T19:58:05.018Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=38477973c409baaa -C extra-filename=-38477973c409baaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-07b2de1e1dcb304c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a3e85edfeb60e340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -l static=ring-core -l static=ring-test`
19172024-04-19T19:58:05.047Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-b506014b90e20f82/build-script-build`
19182024-04-19T19:58:05.089Z Compiling native-tls v0.2.11
19192024-04-19T19:58:05.103Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5eff8ef2f937a211 -C extra-filename=-5eff8ef2f937a211 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-5eff8ef2f937a211 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19202024-04-19T19:58:05.161Z Compiling bitflags v1.3.2
19212024-04-19T19:58:05.194Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=12e7cc5b9a407160 -C extra-filename=-12e7cc5b9a407160 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19222024-04-19T19:58:05.211Z Compiling winnow v0.5.15
19232024-04-19T19:58:05.219Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=477ed9f51f972482 -C extra-filename=-477ed9f51f972482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19242024-04-19T19:58:05.276Z Compiling rustls v0.21.9
19252024-04-19T19:58:05.284Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=5611ce1cb4985867 -C extra-filename=-5611ce1cb4985867 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-5611ce1cb4985867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19262024-04-19T19:58:05.487Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-5eff8ef2f937a211/build-script-build`
19272024-04-19T19:58:05.524Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=af3c149698540047 -C extra-filename=-af3c149698540047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19282024-04-19T19:58:05.636Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-5611ce1cb4985867/build-script-build`
19292024-04-19T19:58:05.671Z Compiling rustls-webpki v0.101.7
19302024-04-19T19:58:05.681Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5d36a23267976743 -C extra-filename=-5d36a23267976743 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8fced45147420ad4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
19312024-04-19T19:58:05.802Z Compiling pem-rfc7468 v0.7.0
19322024-04-19T19:58:05.815Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=46d9429fe9292284 -C extra-filename=-46d9429fe9292284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-89d333838280fc83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19332024-04-19T19:58:06.597Z Compiling der_derive v0.7.2
19342024-04-19T19:58:06.618Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2dfca49212b81d72 -C extra-filename=-2dfca49212b81d72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19352024-04-19T19:58:06.776Z Compiling cookie v0.17.0
19362024-04-19T19:58:06.797Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=b71d603e0181c731 -C extra-filename=-b71d603e0181c731 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-b71d603e0181c731 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19372024-04-19T19:58:07.150Z Compiling sct v0.7.0
19382024-04-19T19:58:07.194Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72bf7b6057f7acab -C extra-filename=-72bf7b6057f7acab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-38477973c409baaa.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a3e85edfeb60e340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out`
19392024-04-19T19:58:07.223Z Compiling pest_derive v2.7.6
19402024-04-19T19:58:07.648Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=520d87650339256c -C extra-filename=-520d87650339256c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3567e995114a05cd.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-57aa886f355288fe.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19412024-04-19T19:58:07.653Z Compiling bytes v1.6.0
19422024-04-19T19:58:07.653Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=0b882b7bf4695004 -C extra-filename=-0b882b7bf4695004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19432024-04-19T19:58:07.653Z Compiling bitflags v2.4.2
19442024-04-19T19:58:07.698Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=3e6b17611e5bd6fe -C extra-filename=-3e6b17611e5bd6fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19452024-04-19T19:58:07.698Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=9c35c630f4cc4271 -C extra-filename=-9c35c630f4cc4271 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
19462024-04-19T19:58:08.087Z Compiling indexmap v2.2.6
19472024-04-19T19:58:08.092Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=e268cae57cab2e75 -C extra-filename=-e268cae57cab2e75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-5752ccbf4d3cc26b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-de119afeab1f4eaa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19482024-04-19T19:58:08.236Z Compiling chrono v0.4.38
19492024-04-19T19:58:08.250Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=c531b0c9816536dd -C extra-filename=-c531b0c9816536dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a6c6600307a4b8a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19502024-04-19T19:58:08.585Z Compiling tokio v1.37.0
19512024-04-19T19:58:08.615Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=f4afabbb909a6287 -C extra-filename=-f4afabbb909a6287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-748fc070e563926b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-7520df6e6953f815.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-b8b996c0f7817154.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19522024-04-19T19:58:08.734Z Compiling uuid v1.8.0
19532024-04-19T19:58:08.739Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=8ecb615a143714d4 -C extra-filename=-8ecb615a143714d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19542024-04-19T19:58:08.779Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=cfae793fe8be2a6a -C extra-filename=-cfae793fe8be2a6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-8c5348ae294d0db5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
19552024-04-19T19:58:08.937Z Compiling http v0.2.12
19562024-04-19T19:58:08.958Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb2cf23d23bba5d8 -C extra-filename=-cb2cf23d23bba5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-04-19T19:58:09.403Z Compiling serde_spanned v0.6.5
19582024-04-19T19:58:09.421Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=8528754add3ee734 -C extra-filename=-8528754add3ee734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19592024-04-19T19:58:09.599Z Compiling toml_datetime v0.6.5
19602024-04-19T19:58:09.610Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=77e84f599d80acb8 -C extra-filename=-77e84f599d80acb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19612024-04-19T19:58:09.639Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=138cdd3f85483d22 -C extra-filename=-138cdd3f85483d22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19622024-04-19T19:58:10.080Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b1983db7168f27a5 -C extra-filename=-b1983db7168f27a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-23d8a9563b0e070a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-e9a21832a2db6cf9.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-fbca7a5156e3eedd.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-19de705504ac65f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19632024-04-19T19:58:10.224Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e05024a0a6675778 -C extra-filename=-e05024a0a6675778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-3c0f05dcbba7bb7a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-404b6512ad402c9b.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300`
19642024-04-19T19:58:10.412Z Compiling http-body v0.4.5
19652024-04-19T19:58:10.421Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8ab79e2d2469f2a -C extra-filename=-b8ab79e2d2469f2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19662024-04-19T19:58:10.809Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=fff494fee43e5a75 -C extra-filename=-fff494fee43e5a75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-92584c7f840892b1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern uuid08=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2046012f89f5443c.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
19672024-04-19T19:58:10.864Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.82/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=25f298a858951c4e -C extra-filename=-25f298a858951c4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-b1983db7168f27a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access`
19682024-04-19T19:58:11.408Z Compiling toml_edit v0.19.15
19692024-04-19T19:58:11.418Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=8c32c59dd13d4539 -C extra-filename=-8c32c59dd13d4539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8528754add3ee734.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-77e84f599d80acb8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-477ed9f51f972482.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19702024-04-19T19:58:11.796Z Compiling flagset v0.4.3
19712024-04-19T19:58:11.802Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8fc7f7151c6a2338 -C extra-filename=-8fc7f7151c6a2338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19722024-04-19T19:58:11.880Z Compiling unicode-xid v0.2.4
19732024-04-19T19:58:11.889Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=cded253ddea7e430 -C extra-filename=-cded253ddea7e430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19742024-04-19T19:58:12.016Z Compiling utf8parse v0.2.1
19752024-04-19T19:58:12.026Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=06c9e9fa03fbc0c8 -C extra-filename=-06c9e9fa03fbc0c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19762024-04-19T19:58:12.443Z Compiling der v0.7.8
19772024-04-19T19:58:12.450Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=299cf69c1e3f7a87 -C extra-filename=-299cf69c1e3f7a87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-2dfca49212b81d72.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-8fc7f7151c6a2338.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19782024-04-19T19:58:12.450Z Compiling rustc_version v0.4.0
19792024-04-19T19:58:12.450Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=680c60603c6146e4 -C extra-filename=-680c60603c6146e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19802024-04-19T19:58:12.450Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=f68849a932114f72 -C extra-filename=-f68849a932114f72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5d36a23267976743.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-72bf7b6057f7acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out`
19812024-04-19T19:58:12.848Z Compiling serde_urlencoded v0.7.1
19822024-04-19T19:58:12.852Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ccc13f6ad08c5cba -C extra-filename=-ccc13f6ad08c5cba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-a3a49be3a807ac3f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19832024-04-19T19:58:13.438Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-b71d603e0181c731/build-script-build`
19842024-04-19T19:58:13.883Z Compiling idna v0.3.0
19852024-04-19T19:58:13.887Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e5a5e5d4b57ec7cf -C extra-filename=-e5a5e5d4b57ec7cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19862024-04-19T19:58:13.887Z Compiling thread-id v4.2.0
19872024-04-19T19:58:13.887Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cd3bd96c35f06e5 -C extra-filename=-4cd3bd96c35f06e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-04-19T19:58:13.887Z Compiling encoding_rs v0.8.33
19892024-04-19T19:58:13.887Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=858042e886cb24b1 -C extra-filename=-858042e886cb24b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19902024-04-19T19:58:14.699Z Compiling psl-types v2.0.11
19912024-04-19T19:58:14.712Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35ac2c2e05763eb3 -C extra-filename=-35ac2c2e05763eb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19922024-04-19T19:58:14.894Z Compiling publicsuffix v2.2.3
19932024-04-19T19:58:14.900Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' -C metadata=2854a6deb1ffaa09 -C extra-filename=-2854a6deb1ffaa09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e5a5e5d4b57ec7cf.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-35ac2c2e05763eb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19942024-04-19T19:58:15.075Z Compiling spki v0.7.2
19952024-04-19T19:58:15.549Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=5c3c8031ae2e0c9b -C extra-filename=-5c3c8031ae2e0c9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-299cf69c1e3f7a87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19962024-04-19T19:58:15.549Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=71dd4a3d2b480ce6 -C extra-filename=-71dd4a3d2b480ce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19972024-04-19T19:58:15.549Z Compiling anstyle v1.0.6
19982024-04-19T19:58:15.549Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d3c176ef90f87889 -C extra-filename=-d3c176ef90f87889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19992024-04-19T19:58:15.549Z Compiling data-encoding v2.4.0
20002024-04-19T19:58:15.550Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d82296281cfa9a6b -C extra-filename=-d82296281cfa9a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20012024-04-19T19:58:15.836Z Compiling cookie_store v0.20.0
20022024-04-19T19:58:15.839Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' -C metadata=1428032ad678f3c2 -C extra-filename=-1428032ad678f3c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-71dd4a3d2b480ce6.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e5a5e5d4b57ec7cf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-2854a6deb1ffaa09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca788ba0079f82ce.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20032024-04-19T19:58:16.260Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51094a52633b1f55 -C extra-filename=-51094a52633b1f55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-5cc4302098cb4d7c.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
20042024-04-19T19:58:16.888Z Compiling tokio-util v0.7.10
20052024-04-19T19:58:16.901Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=4978040e562be56e -C extra-filename=-4978040e562be56e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20062024-04-19T19:58:17.346Z Compiling tokio-native-tls v0.3.1
20072024-04-19T19:58:17.350Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=09f9adaa9abba55e -C extra-filename=-09f9adaa9abba55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-51094a52633b1f55.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
20082024-04-19T19:58:17.636Z Compiling tokio-rustls v0.24.1
20092024-04-19T19:58:17.649Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=dd34ccf19f9281e4 -C extra-filename=-dd34ccf19f9281e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f68849a932114f72.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out`
20102024-04-19T19:58:17.751Z Compiling openapiv3 v2.0.0
20112024-04-19T19:58:17.754Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=e62ff658aff044e9 -C extra-filename=-e62ff658aff044e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20122024-04-19T19:58:18.050Z Compiling h2 v0.3.26
20132024-04-19T19:58:18.459Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3affb5948b26ffa6 -C extra-filename=-3affb5948b26ffa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-edb584a0f4b99b22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20142024-04-19T19:58:18.459Z Compiling rustls-pemfile v1.0.3
20152024-04-19T19:58:18.459Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ff18e10e0e3a1fb -C extra-filename=-1ff18e10e0e3a1fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20162024-04-19T19:58:18.459Z Compiling webpki-roots v0.25.2
20172024-04-19T19:58:18.459Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=503dd69c492bd4dd -C extra-filename=-503dd69c492bd4dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20182024-04-19T19:58:18.582Z Compiling unicode-segmentation v1.10.1
20192024-04-19T19:58:18.622Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f17d2c6c032dfe2 -C extra-filename=-5f17d2c6c032dfe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20202024-04-19T19:58:18.741Z Compiling sync_wrapper v0.1.2
20212024-04-19T19:58:18.746Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fafc0b497926637 -C extra-filename=-0fafc0b497926637 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20222024-04-19T19:58:18.795Z Compiling pkcs8 v0.10.2
20232024-04-19T19:58:18.799Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=277597bf6cf6ba99 -C extra-filename=-277597bf6cf6ba99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-299cf69c1e3f7a87.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-5c3c8031ae2e0c9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20242024-04-19T19:58:18.878Z Compiling hmac v0.12.1
20252024-04-19T19:58:18.882Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=62b870644306af02 -C extra-filename=-62b870644306af02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20262024-04-19T19:58:19.128Z Compiling sha2 v0.10.8
20272024-04-19T19:58:19.133Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=8bd5aa707e0b3b3f -C extra-filename=-8bd5aa707e0b3b3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20282024-04-19T19:58:19.349Z Compiling scroll_derive v0.12.0
20292024-04-19T19:58:19.356Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7539d67be271e8ec -C extra-filename=-7539d67be271e8ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20302024-04-19T19:58:19.794Z Compiling anstyle-parse v0.2.1
20312024-04-19T19:58:19.808Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=ac1417abcb93c557 -C extra-filename=-ac1417abcb93c557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-06c9e9fa03fbc0c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20322024-04-19T19:58:19.808Z Compiling num-integer v0.1.46
20332024-04-19T19:58:19.809Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=6b66c5820b11dbeb -C extra-filename=-6b66c5820b11dbeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20342024-04-19T19:58:19.809Z Compiling anstyle-query v1.0.0
20352024-04-19T19:58:19.809Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e90c29514b907d49 -C extra-filename=-e90c29514b907d49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20362024-04-19T19:58:19.905Z Compiling colorchoice v1.0.0
20372024-04-19T19:58:19.926Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7686073e7ecc7fed -C extra-filename=-7686073e7ecc7fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20382024-04-19T19:58:20.074Z Compiling crc32fast v1.3.2
20392024-04-19T19:58:20.107Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27003926d2dd05b5 -C extra-filename=-27003926d2dd05b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-27003926d2dd05b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20402024-04-19T19:58:20.275Z Compiling plain v0.2.3
20412024-04-19T19:58:20.306Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name plain /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0684a2ef7a3cc519 -C extra-filename=-0684a2ef7a3cc519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20422024-04-19T19:58:20.441Z Compiling anstream v0.6.11
20432024-04-19T19:58:20.454Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=3b3ede57e1346765 -C extra-filename=-3b3ede57e1346765 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d3c176ef90f87889.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ac1417abcb93c557.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-e90c29514b907d49.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-7686073e7ecc7fed.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-06c9e9fa03fbc0c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20442024-04-19T19:58:20.684Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-27003926d2dd05b5/build-script-build`
20452024-04-19T19:58:20.724Z Compiling terminal_size v0.3.0
20462024-04-19T19:58:20.728Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e04c5510218ecbd -C extra-filename=-8e04c5510218ecbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cfae793fe8be2a6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20472024-04-19T19:58:20.948Z Compiling block-padding v0.3.3
20482024-04-19T19:58:20.953Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=4f6b2ed8d71c5d56 -C extra-filename=-4f6b2ed8d71c5d56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-54c1dc08b08abe24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20492024-04-19T19:58:21.100Z Compiling scroll v0.12.0
20502024-04-19T19:58:21.104Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' -C metadata=4b9d7b65d5000c73 -C extra-filename=-4b9d7b65d5000c73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-7539d67be271e8ec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20512024-04-19T19:58:21.201Z Compiling usdt-impl v0.5.0
20522024-04-19T19:58:21.226Z Compiling bit-vec v0.6.3
20532024-04-19T19:58:21.226Z Compiling clap_lex v0.7.0
20542024-04-19T19:58:21.226Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=e6e7bf3f417d561a -C extra-filename=-e6e7bf3f417d561a --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-e6e7bf3f417d561a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20552024-04-19T19:58:21.226Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea9d6d2f8689e9f6 -C extra-filename=-ea9d6d2f8689e9f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20562024-04-19T19:58:21.226Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3df36ddf100126c -C extra-filename=-e3df36ddf100126c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20572024-04-19T19:58:21.626Z Compiling goblin v0.8.0
20582024-04-19T19:58:21.626Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=8ff58f9e0974afd5 -C extra-filename=-8ff58f9e0974afd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-0684a2ef7a3cc519.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-4b9d7b65d5000c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20592024-04-19T19:58:21.648Z Compiling heck v0.5.0
20602024-04-19T19:58:21.648Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=877b6359526edb4b -C extra-filename=-877b6359526edb4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20612024-04-19T19:58:21.675Z Compiling pretty-hex v0.4.1
20622024-04-19T19:58:21.695Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=8b0e540790a4bf4a -C extra-filename=-8b0e540790a4bf4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20632024-04-19T19:58:21.728Z Compiling strsim v0.11.0
20642024-04-19T19:58:21.739Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3153ac75fd968a55 -C extra-filename=-3153ac75fd968a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-04-19T19:58:21.907Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-e6e7bf3f417d561a/build-script-build`
20662024-04-19T19:58:22.319Z Compiling clap_builder v4.5.2
20672024-04-19T19:58:22.320Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=7bcaa18223f5701d -C extra-filename=-7bcaa18223f5701d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-3b3ede57e1346765.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d3c176ef90f87889.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e3df36ddf100126c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-3153ac75fd968a55.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-8e04c5510218ecbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20682024-04-19T19:58:22.320Z Compiling clap_derive v4.5.4
20692024-04-19T19:58:22.320Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2cfdc2cea6a6654a -C extra-filename=-2cfdc2cea6a6654a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-877b6359526edb4b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20702024-04-19T19:58:22.320Z Compiling inout v0.1.3
20712024-04-19T19:58:22.320Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=2733ae3d7b11b5c1 -C extra-filename=-2733ae3d7b11b5c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-4f6b2ed8d71c5d56.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-54c1dc08b08abe24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20722024-04-19T19:58:22.455Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3269c1fecfe4305b -C extra-filename=-3269c1fecfe4305b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
20732024-04-19T19:58:22.713Z Compiling dtrace-parser v0.2.0
20742024-04-19T19:58:22.727Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd9f556d19a5b5ed -C extra-filename=-dd9f556d19a5b5ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3567e995114a05cd.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-520d87650339256c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-04-19T19:58:22.761Z Compiling siphasher v0.3.11
20762024-04-19T19:58:22.762Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8a408353bb0f0088 -C extra-filename=-8a408353bb0f0088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20772024-04-19T19:58:22.792Z Compiling cipher v0.4.4
20782024-04-19T19:58:22.806Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=ba93369a602aefa2 -C extra-filename=-ba93369a602aefa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5b5dc0d777decf0f.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-2733ae3d7b11b5c1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20792024-04-19T19:58:23.266Z Compiling synstructure v0.12.6
20802024-04-19T19:58:23.266Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=5b9a2426350f99e2 -C extra-filename=-5b9a2426350f99e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cded253ddea7e430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20812024-04-19T19:58:23.683Z Compiling hex v0.4.3
20822024-04-19T19:58:23.688Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=d2070ac76f37bb65 -C extra-filename=-d2070ac76f37bb65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-04-19T19:58:23.688Z Compiling crossbeam-epoch v0.9.18
20842024-04-19T19:58:23.688Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=df019ea603cc5c12 -C extra-filename=-df019ea603cc5c12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20852024-04-19T19:58:23.920Z Compiling itertools v0.10.5
20862024-04-19T19:58:23.931Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=299aa95bd49089c3 -C extra-filename=-299aa95bd49089c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20872024-04-19T19:58:24.863Z Compiling winnow v0.6.1
20882024-04-19T19:58:24.872Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0acfc14934a5ad98 -C extra-filename=-0acfc14934a5ad98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20892024-04-19T19:58:24.873Z Compiling hyper v0.14.28
20902024-04-19T19:58:24.873Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=f802f7fcab8f6ebb -C extra-filename=-f802f7fcab8f6ebb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3affb5948b26ffa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b8ab79e2d2469f2a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2a8df2b5f7aca784.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-b2d56623507e70ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20912024-04-19T19:58:24.975Z Compiling stable_deref_trait v1.2.0
20922024-04-19T19:58:24.982Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3338a147df9b3fcc -C extra-filename=-3338a147df9b3fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20932024-04-19T19:58:25.092Z Compiling zerocopy-derive v0.2.0
20942024-04-19T19:58:25.098Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de2556155875245e -C extra-filename=-de2556155875245e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-5b9a2426350f99e2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20952024-04-19T19:58:26.767Z Compiling ff v0.13.0
20962024-04-19T19:58:26.799Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=2e538df0b21ca457 -C extra-filename=-2e538df0b21ca457 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20972024-04-19T19:58:26.977Z Compiling base64 v0.22.0
20982024-04-19T19:58:26.980Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f8d19ed75ea6042c -C extra-filename=-f8d19ed75ea6042c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-04-19T19:58:27.280Z Compiling dof v0.3.0
21002024-04-19T19:58:27.289Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' -C metadata=1e831a0fa03a56e2 -C extra-filename=-1e831a0fa03a56e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8ff58f9e0974afd5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6e9d848bec5b0ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21012024-04-19T19:58:27.517Z Compiling clap v4.5.4
21022024-04-19T19:58:27.531Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=b0b0e0f7ebc78a22 -C extra-filename=-b0b0e0f7ebc78a22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7bcaa18223f5701d.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-2cfdc2cea6a6654a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21032024-04-19T19:58:27.648Z Compiling base16ct v0.2.0
21042024-04-19T19:58:27.663Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=68acca32a1755a7f -C extra-filename=-68acca32a1755a7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21052024-04-19T19:58:27.786Z Compiling zerocopy v0.3.0
21062024-04-19T19:58:27.791Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c5b58f4621afc42 -C extra-filename=-6c5b58f4621afc42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-de2556155875245e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-04-19T19:58:27.970Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=9f41274f3a609cb7 -C extra-filename=-9f41274f3a609cb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1e831a0fa03a56e2.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-dd9f556d19a5b5ed.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-4cd3bd96c35f06e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21082024-04-19T19:58:28.221Z Compiling toml_edit v0.22.9
21092024-04-19T19:58:28.248Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=13bac543d4dd193b -C extra-filename=-13bac543d4dd193b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8528754add3ee734.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-77e84f599d80acb8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-0acfc14934a5ad98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21102024-04-19T19:58:28.417Z Compiling sec1 v0.7.3
21112024-04-19T19:58:28.421Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=46a046920d04f78b -C extra-filename=-46a046920d04f78b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-68acca32a1755a7f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-299cf69c1e3f7a87.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-54c1dc08b08abe24.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-277597bf6cf6ba99.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21122024-04-19T19:58:28.592Z Compiling group v0.13.0
21132024-04-19T19:58:28.596Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=3b9eb7b640dd51a1 -C extra-filename=-3b9eb7b640dd51a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2e538df0b21ca457.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21142024-04-19T19:58:28.913Z Compiling flate2 v1.0.28
21152024-04-19T19:58:28.920Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=578e7bb1beff10ae -C extra-filename=-578e7bb1beff10ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-3269c1fecfe4305b.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-e9a21832a2db6cf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21162024-04-19T19:58:28.982Z Compiling hkdf v0.12.4
21172024-04-19T19:58:29.016Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=5f825a2440965813 -C extra-filename=-5f825a2440965813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-62b870644306af02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21182024-04-19T19:58:29.253Z Compiling toml v0.7.8
21192024-04-19T19:58:29.260Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=e6355c2f588db0a0 -C extra-filename=-e6355c2f588db0a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8528754add3ee734.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-77e84f599d80acb8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8c32c59dd13d4539.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21202024-04-19T19:58:29.588Z Compiling crypto-bigint v0.5.2
21212024-04-19T19:58:29.594Z Compiling zerocopy-derive v0.6.6
21222024-04-19T19:58:29.594Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=cc66de1914b29b7f -C extra-filename=-cc66de1914b29b7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-54c1dc08b08abe24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21232024-04-19T19:58:29.595Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8a5fa4cffee7c8e -C extra-filename=-b8a5fa4cffee7c8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21242024-04-19T19:58:29.950Z Compiling usdt-impl v0.3.5
21252024-04-19T19:58:29.973Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=944e4f32318933b2 -C extra-filename=-944e4f32318933b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-944e4f32318933b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21262024-04-19T19:58:30.368Z Compiling signal-hook v0.3.17
21272024-04-19T19:58:30.398Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=f14f350605ec9aac -C extra-filename=-f14f350605ec9aac --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-f14f350605ec9aac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21282024-04-19T19:58:30.724Z Compiling managed v0.8.0
21292024-04-19T19:58:30.728Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=f553609ea3dfe209 -C extra-filename=-f553609ea3dfe209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21302024-04-19T19:58:30.988Z Compiling fixedbitset v0.4.2
21312024-04-19T19:58:31.011Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44714f1a528ea01f -C extra-filename=-44714f1a528ea01f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21322024-04-19T19:58:31.172Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-f14f350605ec9aac/build-script-build`
21332024-04-19T19:58:31.216Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-944e4f32318933b2/build-script-build`
21342024-04-19T19:58:31.362Z Compiling hyper-tls v0.5.0
21352024-04-19T19:58:31.368Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4240732311c58027 -C extra-filename=-4240732311c58027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-51094a52633b1f55.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-09f9adaa9abba55e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
21362024-04-19T19:58:31.390Z Compiling hyper-rustls v0.24.2
21372024-04-19T19:58:31.397Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4743a1a89f32968 -C extra-filename=-c4743a1a89f32968 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f68849a932114f72.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dd34ccf19f9281e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out`
21382024-04-19T19:58:31.562Z Compiling petgraph v0.6.4
21392024-04-19T19:58:31.586Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=56be7a52df6b62c7 -C extra-filename=-56be7a52df6b62c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-44714f1a528ea01f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca788ba0079f82ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21402024-04-19T19:58:31.715Z Compiling reqwest v0.11.24
21412024-04-19T19:58:31.719Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="cookie_crate"' --cfg 'feature="cookie_store"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=e79e4430245db9d1 -C extra-filename=-e79e4430245db9d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-71dd4a3d2b480ce6.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-1428032ad678f3c2.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-858042e886cb24b1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3affb5948b26ffa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b8ab79e2d2469f2a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c4743a1a89f32968.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-4240732311c58027.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-c2f715f865321db7.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-51094a52633b1f55.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f68849a932114f72.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-1ff18e10e0e3a1fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-0fafc0b497926637.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-09f9adaa9abba55e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dd34ccf19f9281e4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-503dd69c492bd4dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
21422024-04-19T19:58:31.744Z Compiling elliptic-curve v0.13.8
21432024-04-19T19:58:31.773Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=06aeec7ef719afba -C extra-filename=-06aeec7ef719afba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-68acca32a1755a7f.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-cc66de1914b29b7f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2e538df0b21ca457.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-54c1dc08b08abe24.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3b9eb7b640dd51a1.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5f825a2440965813.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-277597bf6cf6ba99.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-46a046920d04f78b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21442024-04-19T19:58:31.913Z Compiling dof v0.1.5
21452024-04-19T19:58:31.928Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69f8222ef8c0afe3 -C extra-filename=-69f8222ef8c0afe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6c5b58f4621afc42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21462024-04-19T19:58:32.083Z Compiling zerocopy v0.6.6
21472024-04-19T19:58:32.133Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73fb98ecbdf6ef3d -C extra-filename=-73fb98ecbdf6ef3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-b8a5fa4cffee7c8e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482024-04-19T19:58:32.542Z Compiling phf_shared v0.10.0
21492024-04-19T19:58:32.610Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1281417e0ad07b80 -C extra-filename=-1281417e0ad07b80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-8a408353bb0f0088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21502024-04-19T19:58:32.835Z Compiling bit-set v0.5.3
21512024-04-19T19:58:32.848Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c945bd74a1eeadc5 -C extra-filename=-c945bd74a1eeadc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21522024-04-19T19:58:32.926Z Compiling ipnetwork v0.20.0
21532024-04-19T19:58:32.947Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=db542009f2dee016 -C extra-filename=-db542009f2dee016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542024-04-19T19:58:32.974Z Compiling dtrace-parser v0.1.14
21552024-04-19T19:58:32.992Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6b2825e10f2237f -C extra-filename=-e6b2825e10f2237f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3567e995114a05cd.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-520d87650339256c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21562024-04-19T19:58:33.120Z Compiling static_assertions v1.1.0
21572024-04-19T19:58:33.124Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=badaa0d80cf5ae85 -C extra-filename=-badaa0d80cf5ae85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21582024-04-19T19:58:33.145Z Compiling precomputed-hash v0.1.1
21592024-04-19T19:58:33.169Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b879ad3c329b1765 -C extra-filename=-b879ad3c329b1765 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21602024-04-19T19:58:33.242Z Compiling new_debug_unreachable v1.0.4
21612024-04-19T19:58:33.271Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3588eb9293987f69 -C extra-filename=-3588eb9293987f69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21622024-04-19T19:58:33.277Z Compiling minimal-lexical v0.2.1
21632024-04-19T19:58:33.277Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=010165225a4da9f9 -C extra-filename=-010165225a4da9f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642024-04-19T19:58:33.339Z Compiling string_cache v0.8.7
21652024-04-19T19:58:33.362Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=71f9f09b51d2a543 -C extra-filename=-71f9f09b51d2a543 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-3588eb9293987f69.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-1281417e0ad07b80.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-b879ad3c329b1765.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21662024-04-19T19:58:33.803Z Compiling nom v7.1.3
21672024-04-19T19:58:33.827Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de96fd06cf0e5bf5 -C extra-filename=-de96fd06cf0e5bf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-010165225a4da9f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21682024-04-19T19:58:33.830Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=7741e9ad5210df20 -C extra-filename=-7741e9ad5210df20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-69f8222ef8c0afe3.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e6b2825e10f2237f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-4cd3bd96c35f06e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21692024-04-19T19:58:33.874Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=15f6eaae74fe5886 -C extra-filename=-15f6eaae74fe5886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-7520df6e6953f815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-04-19T19:58:34.559Z Compiling num-iter v0.1.44
21712024-04-19T19:58:34.586Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=ab2dbcf051650428 -C extra-filename=-ab2dbcf051650428 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21722024-04-19T19:58:34.768Z Compiling serde_tokenstream v0.1.7
21732024-04-19T19:58:34.782Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9ffa241048454cc -C extra-filename=-d9ffa241048454cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21742024-04-19T19:58:34.908Z Compiling bzip2-sys v0.1.11+1.0.8
21752024-04-19T19:58:35.371Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3392c55f2215792e -C extra-filename=-3392c55f2215792e --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3392c55f2215792e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1c87eb8758148fb3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762024-04-19T19:58:35.371Z Compiling num-bigint v0.4.4
21772024-04-19T19:58:35.371Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=4c4504c0c9256e34 -C extra-filename=-4c4504c0c9256e34 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-4c4504c0c9256e34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21782024-04-19T19:58:35.371Z Compiling matches v0.1.10
21792024-04-19T19:58:35.371Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07fd8a03739f32d5 -C extra-filename=-07fd8a03739f32d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21802024-04-19T19:58:35.425Z Compiling idna v0.2.3
21812024-04-19T19:58:35.443Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cdb8d1b4b27ff57a -C extra-filename=-cdb8d1b4b27ff57a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-07fd8a03739f32d5.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21822024-04-19T19:58:35.500Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3392c55f2215792e/build-script-build`
21832024-04-19T19:58:35.515Z Compiling heapless v0.7.16
21842024-04-19T19:58:35.515Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=c679403e12cd7137 -C extra-filename=-c679403e12cd7137 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-c679403e12cd7137 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-680c60603c6146e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21852024-04-19T19:58:35.600Z Compiling enum-as-inner v0.5.1
21862024-04-19T19:58:35.614Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3f4ef388cd0628c -C extra-filename=-f3f4ef388cd0628c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21872024-04-19T19:58:35.797Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-4c4504c0c9256e34/build-script-build`
21882024-04-19T19:58:36.032Z Compiling lalrpop-util v0.19.12
21892024-04-19T19:58:36.038Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=69bd9af7242ee450 -C extra-filename=-69bd9af7242ee450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902024-04-19T19:58:36.182Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21912024-04-19T19:58:36.187Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a738392202321e1f -C extra-filename=-a738392202321e1f --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-a738392202321e1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21922024-04-19T19:58:36.400Z Compiling regex-automata v0.1.10
21932024-04-19T19:58:36.412Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e38055b90b8750a7 -C extra-filename=-e38055b90b8750a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21942024-04-19T19:58:36.436Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93ca6f4e8aaaa928 -C extra-filename=-93ca6f4e8aaaa928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -l static=bz2`
21952024-04-19T19:58:36.565Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=73b4e654758a1d60 -C extra-filename=-73b4e654758a1d60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
21962024-04-19T19:58:36.644Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-c679403e12cd7137/build-script-build`
21972024-04-19T19:58:36.712Z Compiling usdt-macro v0.3.5
21982024-04-19T19:58:36.716Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=07e8aa45e63b1a40 -C extra-filename=-07e8aa45e63b1a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e6b2825e10f2237f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d9ffa241048454cc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7741e9ad5210df20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992024-04-19T19:58:36.785Z Compiling trust-dns-proto v0.22.0
22002024-04-19T19:58:36.827Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=33918a41a71156bf -C extra-filename=-33918a41a71156bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-f3f4ef388cd0628c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-cdb8d1b4b27ff57a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-9b67bfa3bc4355e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22012024-04-19T19:58:36.862Z Compiling bstr v0.2.17
22022024-04-19T19:58:37.343Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=a49c56be5e82e285 -C extra-filename=-a49c56be5e82e285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e38055b90b8750a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032024-04-19T19:58:37.350Z Compiling usdt-attr-macro v0.3.5
22042024-04-19T19:58:37.350Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=3e05f5e8a6e20fb8 -C extra-filename=-3e05f5e8a6e20fb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e6b2825e10f2237f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d9ffa241048454cc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7741e9ad5210df20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22052024-04-19T19:58:37.350Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-a738392202321e1f/build-script-build`
22062024-04-19T19:58:37.350Z Compiling signal-hook-mio v0.2.3
22072024-04-19T19:58:37.350Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=ca7620a03c798bae -C extra-filename=-ca7620a03c798bae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22082024-04-19T19:58:37.359Z Compiling diesel_table_macro_syntax v0.1.0
22092024-04-19T19:58:37.363Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=796467733800e1d3 -C extra-filename=-796467733800e1d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22102024-04-19T19:58:37.495Z Compiling scheduled-thread-pool v0.2.7
22112024-04-19T19:58:37.502Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=146273834ffd55b2 -C extra-filename=-146273834ffd55b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-04-19T19:58:37.781Z Compiling hash32 v0.2.1
22132024-04-19T19:58:37.785Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d5f502d049b164c -C extra-filename=-9d5f502d049b164c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22142024-04-19T19:58:38.119Z Compiling smoltcp v0.9.1
22152024-04-19T19:58:38.152Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=ed495a19b6a55b41 -C extra-filename=-ed495a19b6a55b41 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-ed495a19b6a55b41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22162024-04-19T19:58:38.190Z Compiling predicates-core v1.0.6
22172024-04-19T19:58:38.198Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=826c175543d43584 -C extra-filename=-826c175543d43584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182024-04-19T19:58:38.692Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=5f28095cb38aad96 -C extra-filename=-5f28095cb38aad96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-9d5f502d049b164c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-3338a147df9b3fcc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
22192024-04-19T19:58:38.709Z Compiling diesel_derives v2.1.2
22202024-04-19T19:58:38.709Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=76c523d7850bf9e9 -C extra-filename=-76c523d7850bf9e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-796467733800e1d3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212024-04-19T19:58:38.709Z Compiling r2d2 v0.8.10
22222024-04-19T19:58:38.710Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23656277dd6e2dc7 -C extra-filename=-23656277dd6e2dc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-146273834ffd55b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22232024-04-19T19:58:38.721Z Compiling usdt v0.3.5
22242024-04-19T19:58:38.721Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=85f7a9f8fbd2037d -C extra-filename=-85f7a9f8fbd2037d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e6b2825e10f2237f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-3e05f5e8a6e20fb8.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7741e9ad5210df20.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-07e8aa45e63b1a40.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252024-04-19T19:58:38.884Z Compiling crossterm v0.27.0
22262024-04-19T19:58:38.910Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=473b8c44241e0429 -C extra-filename=-473b8c44241e0429 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-ca7620a03c798bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272024-04-19T19:58:38.933Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-ed495a19b6a55b41/build-script-build`
22282024-04-19T19:58:38.949Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8dc51898e8dc0ee -C extra-filename=-f8dc51898e8dc0ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
22292024-04-19T19:58:39.410Z Compiling bzip2 v0.4.4
22302024-04-19T19:58:39.431Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bdcf7c26c2ffeeb9 -C extra-filename=-bdcf7c26c2ffeeb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-93ca6f4e8aaaa928.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
22312024-04-19T19:58:39.431Z Compiling md-5 v0.10.5
22322024-04-19T19:58:39.431Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=688f05deae1ad812 -C extra-filename=-688f05deae1ad812 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332024-04-19T19:58:39.432Z Compiling yasna v0.5.2
22342024-04-19T19:58:39.432Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=827ae7b10e71473c -C extra-filename=-827ae7b10e71473c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352024-04-19T19:58:39.491Z Compiling hubpack_derive v0.1.1
22362024-04-19T19:58:39.498Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6ecefe57b79ce88 -C extra-filename=-a6ecefe57b79ce88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22372024-04-19T19:58:39.530Z Compiling bstr v1.9.0
22382024-04-19T19:58:39.541Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=50c08ae0c2a764b7 -C extra-filename=-50c08ae0c2a764b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-70a43a866470a38d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392024-04-19T19:58:40.631Z Compiling console v0.15.8
22402024-04-19T19:58:40.639Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=481ecd2bf3b3e831 -C extra-filename=-481ecd2bf3b3e831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22412024-04-19T19:58:41.337Z Compiling stringprep v0.1.3
22422024-04-19T19:58:41.358Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea444bb766a4042e -C extra-filename=-ea444bb766a4042e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432024-04-19T19:58:41.375Z Compiling float-cmp v0.9.0
22442024-04-19T19:58:41.420Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=c23eae1af3051004 -C extra-filename=-c23eae1af3051004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452024-04-19T19:58:41.612Z Compiling difflib v0.4.0
22462024-04-19T19:58:41.629Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ccd9dd208e94922 -C extra-filename=-2ccd9dd208e94922 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22472024-04-19T19:58:42.119Z Compiling fallible-iterator v0.2.0
22482024-04-19T19:58:42.156Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2ef093d70e7353ae -C extra-filename=-2ef093d70e7353ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492024-04-19T19:58:42.337Z Compiling normalize-line-endings v0.3.0
22502024-04-19T19:58:42.366Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61f66dc0b6b5e62f -C extra-filename=-61f66dc0b6b5e62f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512024-04-19T19:58:42.484Z Compiling predicates v3.1.0
22522024-04-19T19:58:42.515Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=8605a284a16ecfcb -C extra-filename=-8605a284a16ecfcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d3c176ef90f87889.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-2ccd9dd208e94922.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-c23eae1af3051004.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-61f66dc0b6b5e62f.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-826c175543d43584.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532024-04-19T19:58:42.654Z Compiling hubpack v0.1.2
22542024-04-19T19:58:42.661Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f273e6bec843412 -C extra-filename=-1f273e6bec843412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-a6ecefe57b79ce88.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552024-04-19T19:58:42.828Z Compiling postgres-protocol v0.6.6
22562024-04-19T19:58:43.250Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=432686956e2f76d6 -C extra-filename=-432686956e2f76d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2ef093d70e7353ae.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-62b870644306af02.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-688f05deae1ad812.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-ea444bb766a4042e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572024-04-19T19:58:43.257Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=d020ec3772a67e53 -C extra-filename=-d020ec3772a67e53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-5f28095cb38aad96.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582024-04-19T19:58:43.257Z Compiling zip v0.6.6
22592024-04-19T19:58:43.258Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=197eaa295c9c35b8 -C extra-filename=-197eaa295c9c35b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-bdcf7c26c2ffeeb9.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-3269c1fecfe4305b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
22602024-04-19T19:58:44.233Z Compiling similar v2.4.0
22612024-04-19T19:58:44.261Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=dc8847ed4790eabd -C extra-filename=-dc8847ed4790eabd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a49c56be5e82e285.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622024-04-19T19:58:44.290Z Compiling phf_shared v0.11.2
22632024-04-19T19:58:44.301Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=76bef36eeed15fd3 -C extra-filename=-76bef36eeed15fd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-8a408353bb0f0088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642024-04-19T19:58:44.684Z Compiling tokio-stream v0.1.15
22652024-04-19T19:58:44.722Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=16efd3981eab8033 -C extra-filename=-16efd3981eab8033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22662024-04-19T19:58:44.778Z Compiling strum_macros v0.25.2
22672024-04-19T19:58:44.778Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8235764f3ab0125b -C extra-filename=-8235764f3ab0125b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22682024-04-19T19:58:45.228Z Compiling serde_repr v0.1.16
22692024-04-19T19:58:45.404Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2926fa58a889667 -C extra-filename=-f2926fa58a889667 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-04-19T19:58:45.411Z Compiling peg-runtime v0.8.2
22712024-04-19T19:58:45.411Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=99a9930b7e492cc8 -C extra-filename=-99a9930b7e492cc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722024-04-19T19:58:45.710Z Compiling phf v0.11.2
22732024-04-19T19:58:49.385Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a0170ea733bb00ba -C extra-filename=-a0170ea733bb00ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-76bef36eeed15fd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742024-04-19T19:58:49.440Z Compiling postgres-types v0.2.6
22752024-04-19T19:58:49.440Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=0a594af42e6488db -C extra-filename=-0a594af42e6488db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2ef093d70e7353ae.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-432686956e2f76d6.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762024-04-19T19:58:49.440Z Compiling whoami v1.5.1
22772024-04-19T19:58:49.440Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=b66b943a52f19dc5 -C extra-filename=-b66b943a52f19dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782024-04-19T19:58:49.440Z Compiling serde_tokenstream v0.2.0
22792024-04-19T19:58:49.440Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=685ce91a95717acb -C extra-filename=-685ce91a95717acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22802024-04-19T19:58:49.441Z Compiling regress v0.9.1
22812024-04-19T19:58:49.441Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0c4774cebab5bfec -C extra-filename=-0c4774cebab5bfec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-de119afeab1f4eaa.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-04-19T19:58:49.441Z Compiling tokio-postgres v0.7.10
22832024-04-19T19:58:49.441Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=7d7927a0db71fdbc -C extra-filename=-7d7927a0db71fdbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2ef093d70e7353ae.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0170ea733bb00ba.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-432686956e2f76d6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0a594af42e6488db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-b66b943a52f19dc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842024-04-19T19:58:49.441Z Compiling getopts v0.2.21
22852024-04-19T19:58:49.441Z Compiling unsafe-libyaml v0.2.10
22862024-04-19T19:58:49.441Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ebebb40c8c7d8b9 -C extra-filename=-2ebebb40c8c7d8b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872024-04-19T19:58:49.441Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cbab81b88220931 -C extra-filename=-8cbab81b88220931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882024-04-19T19:58:49.442Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22892024-04-19T19:58:49.442Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86cf9db45ac7a036 -C extra-filename=-86cf9db45ac7a036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
22902024-04-19T19:58:49.442Z Compiling camino v1.1.6
22912024-04-19T19:58:49.442Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=8a489044bec38601 -C extra-filename=-8a489044bec38601 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-8a489044bec38601 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22922024-04-19T19:58:49.442Z Compiling is-terminal v0.4.9
22932024-04-19T19:58:49.442Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19a557976b3861d0 -C extra-filename=-19a557976b3861d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cfae793fe8be2a6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22942024-04-19T19:58:49.680Z Compiling dirs-sys-next v0.1.2
22952024-04-19T19:58:49.680Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7fa7268219d55f35 -C extra-filename=-7fa7268219d55f35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962024-04-19T19:58:49.680Z Compiling fastrand v2.0.1
22972024-04-19T19:58:49.680Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=57bb0f72f6034fd8 -C extra-filename=-57bb0f72f6034fd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-04-19T19:58:49.680Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-8a489044bec38601/build-script-build`
22992024-04-19T19:58:49.680Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=4eaec0480c273c56 -C extra-filename=-4eaec0480c273c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
23002024-04-19T19:58:49.680Z Compiling serde_yaml v0.9.25
23012024-04-19T19:58:49.680Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04e0b4597d12c549 -C extra-filename=-04e0b4597d12c549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-8cbab81b88220931.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022024-04-19T19:58:49.681Z Compiling tempfile v3.10.1
23032024-04-19T19:58:49.681Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e54932c73798c291 -C extra-filename=-e54932c73798c291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-57bb0f72f6034fd8.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cfae793fe8be2a6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-04-19T19:58:49.681Z Compiling dirs-next v2.0.0
23052024-04-19T19:58:49.681Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e123d8c7e2bf4f7 -C extra-filename=-1e123d8c7e2bf4f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-7fa7268219d55f35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23062024-04-19T19:58:49.681Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23072024-04-19T19:58:49.681Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=5307744998b52eb0 -C extra-filename=-5307744998b52eb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-1f273e6bec843412.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-f2926fa58a889667.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-d020ec3772a67e53.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-8235764f3ab0125b.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-73fb98ecbdf6ef3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082024-04-19T19:58:49.681Z Compiling sha1 v0.10.6
23092024-04-19T19:58:49.681Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=166a856be7bcc645 -C extra-filename=-166a856be7bcc645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-04-19T19:58:49.682Z Compiling term v0.7.0
23112024-04-19T19:58:49.682Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=66b903c7c0352180 -C extra-filename=-66b903c7c0352180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-1e123d8c7e2bf4f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122024-04-19T19:58:49.682Z Compiling strsim v0.10.0
23132024-04-19T19:58:49.682Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=888e5e7bfff8b470 -C extra-filename=-888e5e7bfff8b470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142024-04-19T19:58:49.896Z Compiling ident_case v1.0.1
23152024-04-19T19:58:49.896Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bab12a79c0cece1e -C extra-filename=-bab12a79c0cece1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162024-04-19T19:58:49.915Z Compiling darling_core v0.20.8
23172024-04-19T19:58:49.915Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=a87d88908e53b044 -C extra-filename=-a87d88908e53b044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-bab12a79c0cece1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-888e5e7bfff8b470.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182024-04-19T19:58:50.379Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
23192024-04-19T19:58:50.407Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bdfa5beabfa4c8fe -C extra-filename=-bdfa5beabfa4c8fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1a1678ba78df6067.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202024-04-19T19:58:50.887Z Compiling toml v0.8.12
23212024-04-19T19:58:50.899Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=d2c9c8f57f9a5468 -C extra-filename=-d2c9c8f57f9a5468 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8528754add3ee734.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-77e84f599d80acb8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-13bac543d4dd193b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222024-04-19T19:58:51.730Z Compiling http v1.0.0
23232024-04-19T19:58:51.756Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de831b6f2b0f494e -C extra-filename=-de831b6f2b0f494e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23242024-04-19T19:58:51.763Z Compiling paste v1.0.14
23252024-04-19T19:58:51.763Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23c6513610eb199e -C extra-filename=-23c6513610eb199e --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-23c6513610eb199e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262024-04-19T19:58:52.351Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-23c6513610eb199e/build-script-build`
23272024-04-19T19:58:52.441Z Compiling strum_macros v0.26.1
23282024-04-19T19:58:52.459Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e5779b3ab02f683c -C extra-filename=-e5779b3ab02f683c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-04-19T19:58:52.623Z Compiling match_cfg v0.1.0
23302024-04-19T19:58:52.632Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=d34d879fa9f3290c -C extra-filename=-d34d879fa9f3290c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312024-04-19T19:58:52.721Z Compiling rustls-pki-types v1.3.0
23322024-04-19T19:58:52.744Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fa76950aad2eef06 -C extra-filename=-fa76950aad2eef06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332024-04-19T19:58:52.773Z Compiling hostname v0.3.1
23342024-04-19T19:58:52.778Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=60ce985f66994f23 -C extra-filename=-60ce985f66994f23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-d34d879fa9f3290c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352024-04-19T19:58:53.033Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad07787aea9d9136 -C extra-filename=-ad07787aea9d9136 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362024-04-19T19:58:53.502Z Compiling quick-error v1.2.3
23372024-04-19T19:58:53.511Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0321ffecf135b3e0 -C extra-filename=-0321ffecf135b3e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382024-04-19T19:58:53.656Z Compiling crossbeam-channel v0.5.8
23392024-04-19T19:58:53.680Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5b342d4b6bb060be -C extra-filename=-5b342d4b6bb060be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402024-04-19T19:58:54.137Z Compiling thread_local v1.1.7
23412024-04-19T19:58:54.155Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6f34b81faa18c1d -C extra-filename=-b6f34b81faa18c1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422024-04-19T19:58:54.352Z Compiling slog-async v2.8.0
23432024-04-19T19:58:54.405Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=6fc17e56b06b55fe -C extra-filename=-6fc17e56b06b55fe --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-6fc17e56b06b55fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442024-04-19T19:58:54.743Z Compiling rustls v0.22.4
23452024-04-19T19:58:54.758Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=a75fab80678f48d3 -C extra-filename=-a75fab80678f48d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-a75fab80678f48d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462024-04-19T19:58:54.773Z Compiling rustls-webpki v0.102.1
23472024-04-19T19:58:54.774Z Compiling diesel v2.1.5
23482024-04-19T19:58:54.774Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' -C metadata=f07f557253983023 -C extra-filename=-f07f557253983023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8fced45147420ad4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
23492024-04-19T19:58:54.774Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=88877fcbfa036474 -C extra-filename=-88877fcbfa036474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-76c523d7850bf9e9.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-23656277dd6e2dc7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
23502024-04-19T19:58:54.856Z Compiling instant v0.1.12
23512024-04-19T19:58:54.879Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3f5ce0e5c2f6da0 -C extra-filename=-c3f5ce0e5c2f6da0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522024-04-19T19:58:54.963Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-6fc17e56b06b55fe/build-script-build`
23532024-04-19T19:58:55.012Z Compiling take_mut v0.2.2
23542024-04-19T19:58:55.022Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=456bed7286bb3fcb -C extra-filename=-456bed7286bb3fcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552024-04-19T19:58:55.040Z Compiling slog-term v2.9.1
23562024-04-19T19:58:55.058Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66800302a3f8178d -C extra-filename=-66800302a3f8178d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-19a557976b3861d0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b6f34b81faa18c1d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572024-04-19T19:58:55.089Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a75fab80678f48d3/build-script-build`
23582024-04-19T19:58:55.125Z Compiling rustls-pemfile v2.1.2
23592024-04-19T19:58:55.140Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=08d150e30f36063a -C extra-filename=-08d150e30f36063a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602024-04-19T19:58:55.190Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d287cb89224abd95 -C extra-filename=-d287cb89224abd95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-5b342d4b6bb060be.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-456bed7286bb3fcb.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b6f34b81faa18c1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
23612024-04-19T19:58:55.641Z Compiling multer v3.0.0
23622024-04-19T19:58:55.641Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=59f7171a27a798b4 -C extra-filename=-59f7171a27a798b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-59f7171a27a798b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632024-04-19T19:58:55.982Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=dfab0854ee59302b -C extra-filename=-dfab0854ee59302b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-f07f557253983023.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
23642024-04-19T19:58:56.266Z Compiling debug-ignore v1.0.5
23652024-04-19T19:58:56.314Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=266acac97555300e -C extra-filename=-266acac97555300e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662024-04-19T19:58:56.435Z Compiling slog-json v2.6.1
23672024-04-19T19:58:56.436Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-59f7171a27a798b4/build-script-build`
23682024-04-19T19:58:56.537Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b382d11bb05047df -C extra-filename=-b382d11bb05047df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692024-04-19T19:58:56.582Z Compiling async-stream-impl v0.3.5
23702024-04-19T19:58:56.583Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=935625023eb40230 -C extra-filename=-935625023eb40230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712024-04-19T19:58:56.846Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
23722024-04-19T19:58:56.906Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=92e40c49eeb3ed7b -C extra-filename=-92e40c49eeb3ed7b --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-92e40c49eeb3ed7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732024-04-19T19:58:56.915Z Compiling atomic-waker v1.1.1
23742024-04-19T19:58:56.915Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0124f7f4bc34925f -C extra-filename=-0124f7f4bc34925f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752024-04-19T19:58:56.948Z Compiling darling_macro v0.20.8
23762024-04-19T19:58:56.971Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=821f954fec0c21f1 -C extra-filename=-821f954fec0c21f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-a87d88908e53b044.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772024-04-19T19:58:57.055Z Compiling waitgroup v0.1.2
23782024-04-19T19:58:57.055Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16fff3da02f02757 -C extra-filename=-16fff3da02f02757 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-0124f7f4bc34925f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792024-04-19T19:58:57.639Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-92e40c49eeb3ed7b/build-script-build`
23802024-04-19T19:58:57.659Z Compiling slog-bunyan v2.5.0
23812024-04-19T19:58:57.659Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e405db2aebfa69d -C extra-filename=-6e405db2aebfa69d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-60ce985f66994f23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-b382d11bb05047df.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822024-04-19T19:58:57.659Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9f9bf37521c91ce8 -C extra-filename=-9f9bf37521c91ce8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-858042e886cb24b1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-de831b6f2b0f494e.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-c2f715f865321db7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832024-04-19T19:58:57.660Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
23842024-04-19T19:58:57.660Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51a832b30aa4d9ea -C extra-filename=-51a832b30aa4d9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-685ce91a95717acb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852024-04-19T19:58:57.789Z Compiling strum v0.26.2
23862024-04-19T19:58:57.796Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=ffc6ce25fd2af4b3 -C extra-filename=-ffc6ce25fd2af4b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e5779b3ab02f683c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872024-04-19T19:58:57.963Z Compiling serde_path_to_error v0.1.16
23882024-04-19T19:58:57.983Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d83cff45f6d36ea5 -C extra-filename=-d83cff45f6d36ea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892024-04-19T19:58:58.130Z Compiling async-stream v0.3.5
23902024-04-19T19:58:58.144Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d4da546d21b39fd -C extra-filename=-9d4da546d21b39fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-935625023eb40230.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-04-19T19:58:58.250Z Compiling darling v0.20.8
23922024-04-19T19:58:58.253Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=94c04ebed974fe4b -C extra-filename=-94c04ebed974fe4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-a87d88908e53b044.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-821f954fec0c21f1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932024-04-19T19:58:58.313Z Compiling newtype-uuid v1.1.0
23942024-04-19T19:58:58.318Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=37f157b250cb7cb4 -C extra-filename=-37f157b250cb7cb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-04-19T19:58:58.790Z Compiling serde_with_macros v3.7.0
23962024-04-19T19:58:58.795Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' --warn=rust_2018_idioms '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' -C metadata=a0459d3598170861 -C extra-filename=-a0459d3598170861 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-94c04ebed974fe4b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972024-04-19T19:58:58.795Z Compiling wait-timeout v0.2.0
23982024-04-19T19:58:58.796Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c9e05988e8bfefb -C extra-filename=-6c9e05988e8bfefb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992024-04-19T19:58:58.796Z Compiling structmeta-derive v0.3.0
24002024-04-19T19:58:58.796Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d578e931d749429 -C extra-filename=-8d578e931d749429 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-04-19T19:58:58.796Z Compiling rusty-fork v0.3.0
24022024-04-19T19:58:58.796Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=cf2332eaac3a33ab -C extra-filename=-cf2332eaac3a33ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0321ffecf135b3e0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6c9e05988e8bfefb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032024-04-19T19:58:58.993Z Compiling structmeta-derive v0.2.0
24042024-04-19T19:58:59.004Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f7e7d535913d000 -C extra-filename=-5f7e7d535913d000 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052024-04-19T19:58:59.533Z Compiling rand_xorshift v0.3.0
24062024-04-19T19:58:59.548Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=dec92d42cc63b920 -C extra-filename=-dec92d42cc63b920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072024-04-19T19:58:59.876Z Compiling unarray v0.1.4
24082024-04-19T19:58:59.885Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14ed57122db2b573 -C extra-filename=-14ed57122db2b573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092024-04-19T19:58:59.912Z Compiling backoff v0.4.0
24102024-04-19T19:58:59.928Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=43157153cd152465 -C extra-filename=-43157153cd152465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-c3f5ce0e5c2f6da0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112024-04-19T19:59:00.048Z Compiling proptest v1.4.0
24122024-04-19T19:59:00.053Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=eef7255db4a97f55 -C extra-filename=-eef7255db4a97f55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c945bd74a1eeadc5.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-dec92d42cc63b920.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-cf2332eaac3a33ab.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-14ed57122db2b573.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132024-04-19T19:59:00.249Z Compiling tokio-rustls v0.25.0
24142024-04-19T19:59:00.283Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=86cee15e58fc89c4 -C extra-filename=-86cee15e58fc89c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
24152024-04-19T19:59:01.122Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=b96dae900084467e -C extra-filename=-b96dae900084467e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-9d4da546d21b39fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-51a832b30aa4d9ea.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-a3a49be3a807ac3f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-60ce985f66994f23.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-9f9bf37521c91ce8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d83cff45f6d36ea5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-166a856be7bcc645.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-6e405db2aebfa69d.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-b382d11bb05047df.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-86cee15e58fc89c4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-85f7a9f8fbd2037d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-16fff3da02f02757.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
24162024-04-19T19:59:01.775Z Compiling serde_with v3.7.0
24172024-04-19T19:59:01.790Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' --warn=rust_2018_idioms '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=c3fed2b9533c19f8 -C extra-filename=-c3fed2b9533c19f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca788ba0079f82ce.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a0459d3598170861.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182024-04-19T19:59:01.962Z Compiling structmeta v0.3.0
24192024-04-19T19:59:01.968Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4fa357cefd8c5720 -C extra-filename=-4fa357cefd8c5720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-8d578e931d749429.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202024-04-19T19:59:02.236Z Compiling structmeta v0.2.0
24212024-04-19T19:59:02.240Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=67765357060af1e2 -C extra-filename=-67765357060af1e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-5f7e7d535913d000.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222024-04-19T19:59:02.443Z Compiling parse-display-derive v0.9.0
24232024-04-19T19:59:02.449Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0103a365dc82c374 -C extra-filename=-0103a365dc82c374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-4fa357cefd8c5720.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242024-04-19T19:59:02.641Z Compiling macaddr v1.0.1
24252024-04-19T19:59:02.660Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=0f2b906822599557 -C extra-filename=-0f2b906822599557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262024-04-19T19:59:03.302Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24272024-04-19T19:59:03.303Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd80f21221c51d55 -C extra-filename=-cd80f21221c51d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282024-04-19T19:59:04.088Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24292024-04-19T19:59:04.115Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' -C metadata=d7b02942c7f8842b -C extra-filename=-d7b02942c7f8842b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-cd80f21221c51d55.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302024-04-19T19:59:04.297Z Compiling test-strategy v0.3.1
24312024-04-19T19:59:04.336Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bae9e5251e74ad27 -C extra-filename=-bae9e5251e74ad27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-67765357060af1e2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322024-04-19T19:59:05.900Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24332024-04-19T19:59:05.925Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=79167295c15ff603 -C extra-filename=-79167295c15ff603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-37f157b250cb7cb4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342024-04-19T19:59:06.191Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24352024-04-19T19:59:06.200Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e16f5f94c26ec8e -C extra-filename=-0e16f5f94c26ec8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362024-04-19T19:59:06.274Z Compiling proc-macro-error-attr v1.0.4
24372024-04-19T19:59:06.341Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4dc1203d7c47a68 -C extra-filename=-a4dc1203d7c47a68 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a4dc1203d7c47a68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-04-19T19:59:06.368Z Compiling proc-macro-error v1.0.4
24392024-04-19T19:59:06.372Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=c1268573ee5e6f84 -C extra-filename=-c1268573ee5e6f84 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c1268573ee5e6f84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402024-04-19T19:59:07.069Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a4dc1203d7c47a68/build-script-build`
24412024-04-19T19:59:07.080Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c1268573ee5e6f84/build-script-build`
24422024-04-19T19:59:07.080Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5581e55a3ba0f99c -C extra-filename=-5581e55a3ba0f99c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432024-04-19T19:59:07.080Z Compiling camino-tempfile v1.1.1
24442024-04-19T19:59:07.080Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4df055e745f94f6 -C extra-filename=-f4df055e745f94f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452024-04-19T19:59:07.374Z Compiling proc-macro-crate v1.3.1
24462024-04-19T19:59:07.399Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bcf0791d45e1441 -C extra-filename=-5bcf0791d45e1441 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8c32c59dd13d4539.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472024-04-19T19:59:07.977Z Compiling parse-display v0.9.0
24482024-04-19T19:59:08.007Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -C metadata=949175a5d76c2892 -C extra-filename=-949175a5d76c2892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-0103a365dc82c374.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-04-19T19:59:08.007Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=ea5dc9b8a9a2ecdd -C extra-filename=-ea5dc9b8a9a2ecdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-5581e55a3ba0f99c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
24502024-04-19T19:59:08.274Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24512024-04-19T19:59:08.285Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f8251eb57b92cd7 -C extra-filename=-3f8251eb57b92cd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-3f8251eb57b92cd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522024-04-19T19:59:08.482Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24532024-04-19T19:59:08.498Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5be1c42c5886b1da -C extra-filename=-5be1c42c5886b1da --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-5be1c42c5886b1da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542024-04-19T19:59:08.498Z Compiling num_enum_derive v0.5.11
24552024-04-19T19:59:08.498Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=0c2e68675690db0e -C extra-filename=-0c2e68675690db0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-5bcf0791d45e1441.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562024-04-19T19:59:08.552Z Compiling foreign-types-macros v0.2.3
24572024-04-19T19:59:08.573Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=6f1de05afbae5865 -C extra-filename=-6f1de05afbae5865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582024-04-19T19:59:08.712Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-3f8251eb57b92cd7/build-script-build`
24592024-04-19T19:59:08.751Z Compiling foreign-types-shared v0.3.1
24602024-04-19T19:59:08.761Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72d43100434aa89e -C extra-filename=-72d43100434aa89e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612024-04-19T19:59:08.778Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24622024-04-19T19:59:08.785Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9bd397700ea6ce52 -C extra-filename=-9bd397700ea6ce52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-685ce91a95717acb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-bdfa5beabfa4c8fe.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632024-04-19T19:59:08.825Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-5be1c42c5886b1da/build-script-build`
24642024-04-19T19:59:08.848Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24652024-04-19T19:59:08.848Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a4c20cc01ec6048 -C extra-filename=-5a4c20cc01ec6048 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-5a4c20cc01ec6048 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662024-04-19T19:59:08.872Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=681cb45f7b1e968a -C extra-filename=-681cb45f7b1e968a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
24672024-04-19T19:59:08.918Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04837bae42e1d029 -C extra-filename=-04837bae42e1d029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
24682024-04-19T19:59:09.050Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24692024-04-19T19:59:09.057Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab157dc26599a2b4 -C extra-filename=-ab157dc26599a2b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702024-04-19T19:59:09.512Z Compiling cstr-argument v0.1.2
24712024-04-19T19:59:09.533Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2bee3d54b1d0016 -C extra-filename=-c2bee3d54b1d0016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722024-04-19T19:59:09.533Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-5a4c20cc01ec6048/build-script-build`
24732024-04-19T19:59:09.534Z Compiling pretty-hex v0.2.1
24742024-04-19T19:59:09.534Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=24af6e4417ba6e1d -C extra-filename=-24af6e4417ba6e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-04-19T19:59:09.534Z Compiling tabwriter v1.4.0
24762024-04-19T19:59:09.534Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' -C metadata=45eff2d28607a84e -C extra-filename=-45eff2d28607a84e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772024-04-19T19:59:09.534Z Compiling colored v2.1.0
24782024-04-19T19:59:09.534Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fb460c45e6776a7 -C extra-filename=-0fb460c45e6776a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792024-04-19T19:59:09.910Z Compiling socket2 v0.4.9
24802024-04-19T19:59:09.919Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=d985cc228b441316 -C extra-filename=-d985cc228b441316 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812024-04-19T19:59:10.085Z Compiling foreign-types v0.5.0
24822024-04-19T19:59:10.098Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=728e5e6691975e10 -C extra-filename=-728e5e6691975e10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-6f1de05afbae5865.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-72d43100434aa89e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832024-04-19T19:59:10.137Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa497eb66f9b71ad -C extra-filename=-aa497eb66f9b71ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-ab157dc26599a2b4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
24842024-04-19T19:59:10.171Z Compiling smf v0.2.3
24852024-04-19T19:59:10.203Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a26aaa5f7613998f -C extra-filename=-a26aaa5f7613998f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862024-04-19T19:59:10.203Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24872024-04-19T19:59:10.207Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47614425c174be86 -C extra-filename=-47614425c174be86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-c2bee3d54b1d0016.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-728e5e6691975e10.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-04837bae42e1d029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-04-19T19:59:10.307Z Compiling humantime v2.1.0
24892024-04-19T19:59:10.311Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a26dcef2f34c6c75 -C extra-filename=-a26dcef2f34c6c75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902024-04-19T19:59:10.774Z Compiling termcolor v1.2.0
24912024-04-19T19:59:10.781Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06781bb010c39518 -C extra-filename=-06781bb010c39518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922024-04-19T19:59:10.814Z Compiling same-file v1.0.6
24932024-04-19T19:59:10.818Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1977c827eb13d11d -C extra-filename=-1977c827eb13d11d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942024-04-19T19:59:10.832Z Compiling usdt-attr-macro v0.5.0
24952024-04-19T19:59:10.837Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=8f61b23d3f2a899b -C extra-filename=-8f61b23d3f2a899b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-dd9f556d19a5b5ed.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-685ce91a95717acb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9f41274f3a609cb7.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962024-04-19T19:59:11.034Z Compiling walkdir v2.5.0
24972024-04-19T19:59:11.039Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=281083d16f9fe3a3 -C extra-filename=-281083d16f9fe3a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-1977c827eb13d11d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982024-04-19T19:59:11.587Z Compiling num_enum v0.5.11
24992024-04-19T19:59:11.592Z Compiling usdt-macro v0.5.0
25002024-04-19T19:59:11.609Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=50ddca26041f6bad -C extra-filename=-50ddca26041f6bad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-0c2e68675690db0e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012024-04-19T19:59:11.615Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=0d6a18b5eb548525 -C extra-filename=-0d6a18b5eb548525 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-dd9f556d19a5b5ed.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-685ce91a95717acb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9f41274f3a609cb7.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022024-04-19T19:59:11.626Z Compiling memmap v0.7.0
25032024-04-19T19:59:11.630Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name memmap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f994e4d5094eee2f -C extra-filename=-f994e4d5094eee2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042024-04-19T19:59:12.157Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25052024-04-19T19:59:12.181Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84248fcc3fdcb915 -C extra-filename=-84248fcc3fdcb915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-681cb45f7b1e968a.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-50ddca26041f6bad.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-24af6e4417ba6e1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062024-04-19T19:59:12.181Z Compiling arc-swap v1.6.0
25072024-04-19T19:59:12.181Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3446371fa84e1775 -C extra-filename=-3446371fa84e1775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082024-04-19T19:59:12.181Z Compiling xattr v1.0.1
25092024-04-19T19:59:12.181Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=cbc1da1a07cdc365 -C extra-filename=-cbc1da1a07cdc365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102024-04-19T19:59:12.181Z Compiling atty v0.2.14
25112024-04-19T19:59:12.182Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5ed1c9ccc7210dd -C extra-filename=-c5ed1c9ccc7210dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122024-04-19T19:59:12.251Z Compiling filetime v0.2.23
25132024-04-19T19:59:12.271Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5555160e7de2260f -C extra-filename=-5555160e7de2260f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142024-04-19T19:59:12.276Z Compiling termtree v0.4.1
25152024-04-19T19:59:12.276Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08573ef3861baf7f -C extra-filename=-08573ef3861baf7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162024-04-19T19:59:12.478Z Compiling slog-scope v4.4.0
25172024-04-19T19:59:12.488Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8b94073bed2ff1d -C extra-filename=-f8b94073bed2ff1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-3446371fa84e1775.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182024-04-19T19:59:12.524Z Compiling heapless v0.8.0
25192024-04-19T19:59:12.551Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=64b0e6f2c9a0063c -C extra-filename=-64b0e6f2c9a0063c --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-64b0e6f2c9a0063c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202024-04-19T19:59:12.579Z Compiling tar v0.4.40
25212024-04-19T19:59:12.584Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=20c1c48a52d94e88 -C extra-filename=-20c1c48a52d94e88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-cbc1da1a07cdc365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222024-04-19T19:59:12.791Z Compiling slog-stdlog v4.1.1
25232024-04-19T19:59:12.794Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=160d12e8d02af7bf -C extra-filename=-160d12e8d02af7bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f8b94073bed2ff1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-04-19T19:59:13.013Z Compiling slog-envlogger v2.2.0
25252024-04-19T19:59:13.016Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=930c3815597dc0df -C extra-filename=-930c3815597dc0df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f8b94073bed2ff1d.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-160d12e8d02af7bf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262024-04-19T19:59:13.164Z Compiling predicates-tree v1.0.9
25272024-04-19T19:59:13.169Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2906a7417e84ff8b -C extra-filename=-2906a7417e84ff8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-826c175543d43584.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-08573ef3861baf7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282024-04-19T19:59:13.169Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-64b0e6f2c9a0063c/build-script-build`
25292024-04-19T19:59:13.406Z Compiling usdt v0.5.0
25302024-04-19T19:59:13.832Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=e237143ed1c0520a -C extra-filename=-e237143ed1c0520a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1e831a0fa03a56e2.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-dd9f556d19a5b5ed.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8ff58f9e0974afd5.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-f994e4d5094eee2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-8f61b23d3f2a899b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9f41274f3a609cb7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-0d6a18b5eb548525.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312024-04-19T19:59:13.847Z Compiling newline-converter v0.3.0
25322024-04-19T19:59:13.847Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42c4582b17a737a8 -C extra-filename=-42c4582b17a737a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332024-04-19T19:59:13.848Z Compiling hash32 v0.3.1
25342024-04-19T19:59:13.848Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed1920ea08d100a2 -C extra-filename=-ed1920ea08d100a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352024-04-19T19:59:13.849Z Compiling smoltcp v0.11.0
25362024-04-19T19:59:13.850Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=3c6c3a821755d096 -C extra-filename=-3c6c3a821755d096 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-3c6c3a821755d096 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372024-04-19T19:59:13.850Z Compiling expectorate v1.1.0
25382024-04-19T19:59:13.851Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=983a11c841e841a6 -C extra-filename=-983a11c841e841a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-42c4582b17a737a8.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392024-04-19T19:59:13.880Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8833e5dc1e94b5f7 -C extra-filename=-8833e5dc1e94b5f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-ed1920ea08d100a2.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-3338a147df9b3fcc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-04-19T19:59:13.929Z Compiling embedded-io v0.4.0
25412024-04-19T19:59:13.943Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=5e1e926dcdcfe5c7 -C extra-filename=-5e1e926dcdcfe5c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422024-04-19T19:59:13.999Z Compiling crucible-workspace-hack v0.1.0
25432024-04-19T19:59:14.020Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d619c276ba2abe9 -C extra-filename=-0d619c276ba2abe9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-0d619c276ba2abe9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442024-04-19T19:59:14.175Z Compiling cobs v0.2.3
25452024-04-19T19:59:14.198Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=399f8fb7d221c1e1 -C extra-filename=-399f8fb7d221c1e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462024-04-19T19:59:14.352Z Compiling utf-8 v0.7.6
25472024-04-19T19:59:14.355Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e5a766cdc9dabb1 -C extra-filename=-4e5a766cdc9dabb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482024-04-19T19:59:14.387Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25492024-04-19T19:59:14.402Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=37d2251678aa4867 -C extra-filename=-37d2251678aa4867 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-bdfa5beabfa4c8fe.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-9bd397700ea6ce52.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502024-04-19T19:59:14.452Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-0d619c276ba2abe9/build-script-build`
25512024-04-19T19:59:14.480Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3c6c3a821755d096/build-script-build`
25522024-04-19T19:59:14.508Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25532024-04-19T19:59:14.513Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6670daffc5b6bc2e -C extra-filename=-6670daffc5b6bc2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-2ebebb40c8c7d8b9.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1a1678ba78df6067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-37d2251678aa4867.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542024-04-19T19:59:14.532Z Compiling postcard v1.0.8
25552024-04-19T19:59:14.536Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25562024-04-19T19:59:14.536Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=971525c4d7478a50 -C extra-filename=-971525c4d7478a50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-399f8fb7d221c1e1.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-5e1e926dcdcfe5c7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572024-04-19T19:59:14.536Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=0a33e30e2f01dd2b -C extra-filename=-0a33e30e2f01dd2b --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-0a33e30e2f01dd2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582024-04-19T19:59:14.752Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25592024-04-19T19:59:14.802Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=566770b435144cf3 -C extra-filename=-566770b435144cf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602024-04-19T19:59:14.802Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88036c1895ea3e9d -C extra-filename=-88036c1895ea3e9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612024-04-19T19:59:14.862Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25622024-04-19T19:59:15.315Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derror_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/crates/derror-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff99fd331e140221 -C extra-filename=-ff99fd331e140221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-94c04ebed974fe4b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632024-04-19T19:59:15.315Z Compiling heck v0.3.3
25642024-04-19T19:59:15.315Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=560e23cf1c72cd55 -C extra-filename=-560e23cf1c72cd55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652024-04-19T19:59:15.315Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-0a33e30e2f01dd2b/build-script-build`
25662024-04-19T19:59:15.315Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=76b14ae9d9e7dd72 -C extra-filename=-76b14ae9d9e7dd72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-8833e5dc1e94b5f7.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672024-04-19T19:59:15.316Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25682024-04-19T19:59:15.316Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b24b8ef41a39c1ae -C extra-filename=-b24b8ef41a39c1ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692024-04-19T19:59:15.335Z Compiling sigpipe v0.1.3
25702024-04-19T19:59:15.347Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9392bef3d0f2215b -C extra-filename=-9392bef3d0f2215b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712024-04-19T19:59:15.440Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25722024-04-19T19:59:15.871Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49eff1d134ebc306 -C extra-filename=-49eff1d134ebc306 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-49eff1d134ebc306 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732024-04-19T19:59:15.871Z Compiling tungstenite v0.20.1
25742024-04-19T19:59:15.871Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=e7cb36a13838d23d -C extra-filename=-e7cb36a13838d23d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-166a856be7bcc645.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-4e5a766cdc9dabb1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752024-04-19T19:59:15.871Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-49eff1d134ebc306/build-script-build`
25762024-04-19T19:59:15.871Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25772024-04-19T19:59:15.871Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00fa5ba33345be89 -C extra-filename=-00fa5ba33345be89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782024-04-19T19:59:16.150Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55e53a29f0e00c04 -C extra-filename=-55e53a29f0e00c04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-84248fcc3fdcb915.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-50ddca26041f6bad.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-47614425c174be86.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-04837bae42e1d029.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-aa497eb66f9b71ad.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d985cc228b441316.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
25792024-04-19T19:59:16.186Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25802024-04-19T19:59:16.191Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone_cfg_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7083334ea670ae82 -C extra-filename=-7083334ea670ae82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1a1678ba78df6067.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ea5dc9b8a9a2ecdd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812024-04-19T19:59:16.255Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
25822024-04-19T19:59:16.272Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/8ff3ab6/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88d554ece2557dd4 -C extra-filename=-88d554ece2557dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832024-04-19T19:59:16.690Z Compiling tokio-tungstenite v0.20.1
25842024-04-19T19:59:17.139Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=8c8878c8d45ed677 -C extra-filename=-8c8878c8d45ed677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-e7cb36a13838d23d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852024-04-19T19:59:17.234Z Compiling mockall_derive v0.12.1
25862024-04-19T19:59:17.239Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22214edfa4b89075 -C extra-filename=-22214edfa4b89075 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872024-04-19T19:59:17.614Z Compiling num-derive v0.4.0
25882024-04-19T19:59:17.622Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ad733948d40b34b -C extra-filename=-6ad733948d40b34b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-04-19T19:59:17.955Z Compiling downcast v0.11.0
25902024-04-19T19:59:17.958Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8782fd6fb4424a65 -C extra-filename=-8782fd6fb4424a65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912024-04-19T19:59:18.198Z Compiling fragile v2.0.0
25922024-04-19T19:59:18.217Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ec0658265af8c44 -C extra-filename=-6ec0658265af8c44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932024-04-19T19:59:18.855Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25942024-04-19T19:59:18.860Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=bed92048bc6c63ea -C extra-filename=-bed92048bc6c63ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-566770b435144cf3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-971525c4d7478a50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-76b14ae9d9e7dd72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-04-19T19:59:20.098Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25962024-04-19T19:59:20.098Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="sync"' -C metadata=e4af02ef5575ab97 -C extra-filename=-e4af02ef5575ab97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-7083334ea670ae82.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-04-19T19:59:20.143Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
25982024-04-19T19:59:20.147Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/8ff3ab6/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73c9a944ce509d8f -C extra-filename=-73c9a944ce509d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-88d554ece2557dd4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992024-04-19T19:59:20.185Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=1cc21b4a782a0550 -C extra-filename=-1cc21b4a782a0550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern derror_macro=/work/oxidecomputer/omicron/target/debug/deps/libderror_macro-ff99fd331e140221.so --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-566770b435144cf3.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-b24b8ef41a39c1ae.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-bed92048bc6c63ea.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-971525c4d7478a50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-76b14ae9d9e7dd72.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-45eff2d28607a84e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
26002024-04-19T19:59:20.419Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26012024-04-19T19:59:20.430Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f2608e0f8610bc6c -C extra-filename=-f2608e0f8610bc6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-566770b435144cf3.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-1cc21b4a782a0550.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-00fa5ba33345be89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-76b14ae9d9e7dd72.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-45eff2d28607a84e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6e9d848bec5b0ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022024-04-19T19:59:20.614Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
26032024-04-19T19:59:20.629Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5677c7b/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05ffbf7a349a8e0b -C extra-filename=-05ffbf7a349a8e0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-88036c1895ea3e9d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6ad733948d40b34b.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042024-04-19T19:59:20.966Z Compiling pem v3.0.4
26052024-04-19T19:59:20.975Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7acb2d670e1e637f -C extra-filename=-7acb2d670e1e637f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-04-19T19:59:21.564Z Compiling env_logger v0.9.3
26072024-04-19T19:59:21.573Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=2f3571b360c16bfa -C extra-filename=-2f3571b360c16bfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-c5ed1c9ccc7210dd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-06781bb010c39518.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082024-04-19T19:59:21.753Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26092024-04-19T19:59:21.756Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e75b9d104ba8fb55 -C extra-filename=-e75b9d104ba8fb55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102024-04-19T19:59:21.776Z Compiling bitstruct_derive v0.1.0
26112024-04-19T19:59:21.780Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6d7f3a90e35833f -C extra-filename=-b6d7f3a90e35833f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-04-19T19:59:22.227Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26132024-04-19T19:59:22.230Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31150e4cff1de476 -C extra-filename=-31150e4cff1de476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-55e53a29f0e00c04.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-1cc21b4a782a0550.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2608e0f8610bc6c.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-971525c4d7478a50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142024-04-19T19:59:22.254Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26152024-04-19T19:59:22.258Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5ec87d41a749f06 -C extra-filename=-a5ec87d41a749f06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162024-04-19T19:59:22.389Z Compiling ascii v1.1.0
26172024-04-19T19:59:22.393Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ca9116b0c2a0a18 -C extra-filename=-9ca9116b0c2a0a18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-04-19T19:59:22.807Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26192024-04-19T19:59:22.811Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83071702672d6e7a -C extra-filename=-83071702672d6e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6670daffc5b6bc2e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-685ce91a95717acb.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-04e0b4597d12c549.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-04-19T19:59:22.940Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26212024-04-19T19:59:22.945Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69a5f80f90c2556b -C extra-filename=-69a5f80f90c2556b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-9ca9116b0c2a0a18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-2f3571b360c16bfa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222024-04-19T19:59:23.006Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26232024-04-19T19:59:23.047Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ae8ff062328ad3e -C extra-filename=-7ae8ff062328ad3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-a5ec87d41a749f06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242024-04-19T19:59:23.277Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26252024-04-19T19:59:23.280Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc3f588fad7a0c5b -C extra-filename=-bc3f588fad7a0c5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-e75b9d104ba8fb55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-04-19T19:59:23.306Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26272024-04-19T19:59:23.344Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b3bae6b9bcbd336 -C extra-filename=-9b3bae6b9bcbd336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282024-04-19T19:59:23.400Z Compiling bitstruct v0.1.1
26292024-04-19T19:59:23.400Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e739ab798157078 -C extra-filename=-6e739ab798157078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-b6d7f3a90e35833f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302024-04-19T19:59:23.478Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26312024-04-19T19:59:23.482Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=031fcf4db75bd2d2 -C extra-filename=-031fcf4db75bd2d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322024-04-19T19:59:23.683Z Compiling serde_arrays v0.1.0
26332024-04-19T19:59:23.689Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef993652973b42f7 -C extra-filename=-ef993652973b42f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342024-04-19T19:59:23.844Z Compiling erased-serde v0.3.31
26352024-04-19T19:59:23.848Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
26362024-04-19T19:59:23.848Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e149240bf4f1e704 -C extra-filename=-e149240bf4f1e704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372024-04-19T19:59:23.849Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed84d6b4f5a2057b -C extra-filename=-ed84d6b4f5a2057b --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ed84d6b4f5a2057b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382024-04-19T19:59:24.039Z Compiling zone_cfg_derive v0.1.2
26392024-04-19T19:59:24.049Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=18650c056a99aa96 -C extra-filename=-18650c056a99aa96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-560e23cf1c72cd55.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ea5dc9b8a9a2ecdd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402024-04-19T19:59:24.215Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ed84d6b4f5a2057b/build-script-build`
26412024-04-19T19:59:24.245Z Compiling tungstenite v0.21.0
26422024-04-19T19:59:24.273Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=391179fca032e825 -C extra-filename=-391179fca032e825 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-de831b6f2b0f494e.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-166a856be7bcc645.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-4e5a766cdc9dabb1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432024-04-19T19:59:24.400Z Compiling base64 v0.13.1
26442024-04-19T19:59:24.404Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d9fbe8b3e3ae334f -C extra-filename=-d9fbe8b3e3ae334f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452024-04-19T19:59:25.047Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26462024-04-19T19:59:25.050Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8d4462e9a4cdbc1 -C extra-filename=-d8d4462e9a4cdbc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-bc3f588fad7a0c5b.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-6e739ab798157078.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-9b3bae6b9bcbd336.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-e149240bf4f1e704.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-031fcf4db75bd2d2.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-69a5f80f90c2556b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-ef993652973b42f7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-7ae8ff062328ad3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472024-04-19T19:59:25.273Z Compiling tokio-tungstenite v0.21.0
26482024-04-19T19:59:25.277Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=0619b17357ea9868 -C extra-filename=-0619b17357ea9868 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-391179fca032e825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-04-19T19:59:25.827Z Compiling ron v0.7.1
26502024-04-19T19:59:25.831Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d735b7ab0eb353a -C extra-filename=-5d735b7ab0eb353a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d9fbe8b3e3ae334f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512024-04-19T19:59:25.879Z Compiling zone v0.1.8
26522024-04-19T19:59:25.901Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22c62ebcc3ad17c3 -C extra-filename=-22c62ebcc3ad17c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-18650c056a99aa96.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532024-04-19T19:59:25.941Z Compiling mockall v0.12.1
26542024-04-19T19:59:25.948Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8d555753ab79aa2 -C extra-filename=-f8d555753ab79aa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-8782fd6fb4424a65.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-6ec0658265af8c44.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-22214edfa4b89075.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8605a284a16ecfcb.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2906a7417e84ff8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552024-04-19T19:59:26.284Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dab405cbc074b9b5 -C extra-filename=-dab405cbc074b9b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-84248fcc3fdcb915.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-50ddca26041f6bad.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-47614425c174be86.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-04837bae42e1d029.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-aa497eb66f9b71ad.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d985cc228b441316.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
26562024-04-19T19:59:26.355Z Compiling headers-core v0.2.0
26572024-04-19T19:59:26.360Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=edcefa5bb7e6b073 -C extra-filename=-edcefa5bb7e6b073 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582024-04-19T19:59:26.515Z Compiling portpicker v0.1.1
26592024-04-19T19:59:26.529Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name portpicker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portpicker-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=90b7f5e85275ab37 -C extra-filename=-90b7f5e85275ab37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602024-04-19T19:59:26.815Z Compiling headers v0.3.9
26612024-04-19T19:59:26.832Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40940d04e25af846 -C extra-filename=-40940d04e25af846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-edcefa5bb7e6b073.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2a8df2b5f7aca784.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-c2f715f865321db7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-166a856be7bcc645.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622024-04-19T19:59:27.410Z Compiling rcgen v0.12.1
26632024-04-19T19:59:27.413Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=62299e29f062bc8c -C extra-filename=-62299e29f062bc8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
26642024-04-19T19:59:27.490Z Compiling atomicwrites v0.4.3
26652024-04-19T19:59:27.498Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2dc1de25ab321cf -C extra-filename=-e2dc1de25ab321cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cfae793fe8be2a6a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662024-04-19T19:59:27.853Z Compiling subprocess v0.2.9
26672024-04-19T19:59:27.856Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dacfbc66201ffd0 -C extra-filename=-1dacfbc66201ffd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682024-04-19T19:59:28.150Z Compiling linked-hash-map v0.5.6
26692024-04-19T19:59:28.169Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b7de25dbff0bafd -C extra-filename=-2b7de25dbff0bafd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702024-04-19T19:59:28.538Z Compiling lru-cache v0.1.2
26712024-04-19T19:59:28.548Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3b773931263453a -C extra-filename=-b3b773931263453a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-2b7de25dbff0bafd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722024-04-19T19:59:28.750Z Compiling password-hash v0.5.0
26732024-04-19T19:59:29.170Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=25bdbf290a33957b -C extra-filename=-25bdbf290a33957b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-89d333838280fc83.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742024-04-19T19:59:29.174Z Compiling blake2 v0.10.6
26752024-04-19T19:59:29.175Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=dabb89b94fc671b4 -C extra-filename=-dabb89b94fc671b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762024-04-19T19:59:29.816Z Compiling argon2 v0.5.3
26772024-04-19T19:59:29.819Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=0b06a56b4e0943ea -C extra-filename=-0b06a56b4e0943ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-89d333838280fc83.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-dabb89b94fc671b4.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-25bdbf290a33957b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782024-04-19T19:59:29.946Z Compiling swrite v0.1.0
26792024-04-19T19:59:29.950Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b87d121d3935d14 -C extra-filename=-8b87d121d3935d14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802024-04-19T19:59:29.970Z Compiling itertools v0.12.1
26812024-04-19T19:59:29.974Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=2bca21e8a8c94f0b -C extra-filename=-2bca21e8a8c94f0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822024-04-19T19:59:30.049Z Compiling derive-where v1.2.7
26832024-04-19T19:59:30.054Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9576275ddb4962bc -C extra-filename=-9576275ddb4962bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842024-04-19T19:59:30.093Z Compiling resolv-conf v0.7.0
26852024-04-19T19:59:30.102Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=fe38e97ba8f1a8ca -C extra-filename=-fe38e97ba8f1a8ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-60ce985f66994f23.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0321ffecf135b3e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862024-04-19T19:59:30.384Z Compiling cancel-safe-futures v0.1.5
26872024-04-19T19:59:30.388Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=f933bd7102e9ec34 -C extra-filename=-f933bd7102e9ec34 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f933bd7102e9ec34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882024-04-19T19:59:30.825Z Compiling trust-dns-resolver v0.22.0
26892024-04-19T19:59:30.831Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=0cf943d56c675007 -C extra-filename=-0cf943d56c675007 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-b3b773931263453a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-fe38e97ba8f1a8ca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902024-04-19T19:59:30.896Z Compiling semver v0.1.20
26912024-04-19T19:59:30.901Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=548b82a777d687eb -C extra-filename=-548b82a777d687eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922024-04-19T19:59:31.578Z Compiling bytecount v0.6.3
26932024-04-19T19:59:31.591Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0bbf6fcf0ed2258 -C extra-filename=-f0bbf6fcf0ed2258 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-04-19T19:59:31.809Z Compiling papergrid v0.11.0
26952024-04-19T19:59:31.813Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=d6e403d781e166f2 -C extra-filename=-d6e403d781e166f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-f0bbf6fcf0ed2258.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962024-04-19T19:59:32.583Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26972024-04-19T19:59:32.591Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3265d1822dea15f -C extra-filename=-c3265d1822dea15f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c3265d1822dea15f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1c26e3969febf8d9.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e6492b28b6244c5c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-68acca32a1755a7f.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c945bd74a1eeadc5.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a49c56be5e82e285.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-50c08ae0c2a764b7.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ba93369a602aefa2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7bcaa18223f5701d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5b5dc0d777decf0f.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-299cf69c1e3f7a87.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1e831a0fa03a56e2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-06aeec7ef719afba.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2e538df0b21ca457.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-54c1dc08b08abe24.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3b9eb7b640dd51a1.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-de119afeab1f4eaa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-62b870644306af02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-2733ae3d7b11b5c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-de96fd06cf0e5bf5.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0a594af42e6488db.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-8f6ebf3a73b53cd2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8605a284a16ecfcb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-70a43a866470a38d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cfae793fe8be2a6a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-71f9f09b51d2a543.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-a85a80b48f67247a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e6355c2f588db0a0.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-77e84f599d80acb8.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8c32c59dd13d4539.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-13bac543d4dd193b.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-85f7a9f8fbd2037d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9f41274f3a609cb7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6e9d848bec5b0ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
26982024-04-19T19:59:32.871Z Compiling rustc_version v0.1.7
26992024-04-19T19:59:32.907Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af02312a2327ec97 -C extra-filename=-af02312a2327ec97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-548b82a777d687eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002024-04-19T19:59:32.989Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c3265d1822dea15f/build-script-build`
27012024-04-19T19:59:33.012Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f844881dc2dc34a7 -C extra-filename=-f844881dc2dc34a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1c26e3969febf8d9.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e6492b28b6244c5c.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-68acca32a1755a7f.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c945bd74a1eeadc5.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a49c56be5e82e285.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-50c08ae0c2a764b7.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ba93369a602aefa2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7bcaa18223f5701d.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5b5dc0d777decf0f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-299cf69c1e3f7a87.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1e831a0fa03a56e2.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-06aeec7ef719afba.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2e538df0b21ca457.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-54c1dc08b08abe24.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3b9eb7b640dd51a1.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-de119afeab1f4eaa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-62b870644306af02.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-2733ae3d7b11b5c1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-de96fd06cf0e5bf5.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0a594af42e6488db.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-8f6ebf3a73b53cd2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8605a284a16ecfcb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-70a43a866470a38d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cfae793fe8be2a6a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-71f9f09b51d2a543.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e6355c2f588db0a0.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-77e84f599d80acb8.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8c32c59dd13d4539.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-13bac543d4dd193b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-85f7a9f8fbd2037d.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9f41274f3a609cb7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6e9d848bec5b0ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
27022024-04-19T19:59:33.118Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27032024-04-19T19:59:33.124Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2c4b95f80957d22 -C extra-filename=-b2c4b95f80957d22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
27042024-04-19T19:59:33.142Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27052024-04-19T19:59:33.181Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9056723c0069545 -C extra-filename=-e9056723c0069545 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-9392bef3d0f2215b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
27062024-04-19T19:59:33.361Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27072024-04-19T19:59:33.371Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fae0a70efa4ed4f -C extra-filename=-9fae0a70efa4ed4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-0b06a56b4e0943ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
27082024-04-19T19:59:33.786Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27092024-04-19T19:59:33.791Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f2c5f72cb9d1c67 -C extra-filename=-8f2c5f72cb9d1c67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
27102024-04-19T19:59:33.923Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f933bd7102e9ec34/build-script-build`
27112024-04-19T19:59:33.927Z Compiling tabled_derive v0.7.0
27122024-04-19T19:59:33.983Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=590d4a4c298a3d15 -C extra-filename=-590d4a4c298a3d15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1a1678ba78df6067.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ea5dc9b8a9a2ecdd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132024-04-19T19:59:34.022Z Compiling half v2.3.1
27142024-04-19T19:59:34.027Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d62cf438f667379d -C extra-filename=-d62cf438f667379d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152024-04-19T19:59:34.103Z Compiling ciborium-io v0.2.2
27162024-04-19T19:59:34.109Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=8b9e89be911d6dfa -C extra-filename=-8b9e89be911d6dfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172024-04-19T19:59:34.213Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=64b7b07509f37c9b -C extra-filename=-64b7b07509f37c9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182024-04-19T19:59:34.242Z Compiling newtype_derive v0.1.6
27192024-04-19T19:59:34.279Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e93fe492e7d37981 -C extra-filename=-e93fe492e7d37981 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-e93fe492e7d37981 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-af02312a2327ec97.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202024-04-19T19:59:34.587Z Compiling ciborium-ll v0.2.2
27212024-04-19T19:59:34.593Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f26683652ce0b5b5 -C extra-filename=-f26683652ce0b5b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-8b9e89be911d6dfa.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-d62cf438f667379d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222024-04-19T19:59:34.617Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-e93fe492e7d37981/build-script-build`
27232024-04-19T19:59:34.722Z Compiling slog-dtrace v0.3.0
27242024-04-19T19:59:34.730Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81c2188eddd3f8d6 -C extra-filename=-81c2188eddd3f8d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-81c2188eddd3f8d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252024-04-19T19:59:34.870Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f02d9217fa7ebd06 -C extra-filename=-f02d9217fa7ebd06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
27262024-04-19T19:59:35.005Z Compiling ciborium v0.2.2
27272024-04-19T19:59:35.027Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d584c1afadd81c27 -C extra-filename=-d584c1afadd81c27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-8b9e89be911d6dfa.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-f26683652ce0b5b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282024-04-19T19:59:35.037Z Compiling signature v2.1.0
27292024-04-19T19:59:35.037Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=1f0cc2a17dbaf20f -C extra-filename=-1f0cc2a17dbaf20f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302024-04-19T19:59:35.150Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-81c2188eddd3f8d6/build-script-build`
27312024-04-19T19:59:35.209Z Compiling rayon-core v1.12.1
27322024-04-19T19:59:35.214Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20810b777583fd84 -C extra-filename=-20810b777583fd84 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-20810b777583fd84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332024-04-19T19:59:35.293Z Compiling glob v0.3.1
27342024-04-19T19:59:35.298Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bbd3f75ed0c26e0c -C extra-filename=-bbd3f75ed0c26e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352024-04-19T19:59:35.574Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27362024-04-19T19:59:35.580Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd31b03dade693cc -C extra-filename=-bd31b03dade693cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-d8d4462e9a4cdbc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca788ba0079f82ce.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e6355c2f588db0a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372024-04-19T19:59:36.005Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27382024-04-19T19:59:36.011Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e01f7d1b0ad32468 -C extra-filename=-e01f7d1b0ad32468 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-bd31b03dade693cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca788ba0079f82ce.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e6355c2f588db0a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392024-04-19T19:59:36.078Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-20810b777583fd84/build-script-build`
27402024-04-19T19:59:36.096Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d33dd6886c0e5e5 -C extra-filename=-0d33dd6886c0e5e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412024-04-19T19:59:36.228Z Compiling steno v0.4.0
27422024-04-19T19:59:36.232Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6785f4bc54e05a2c -C extra-filename=-6785f4bc54e05a2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-04-19T19:59:36.514Z Compiling crossbeam-deque v0.8.3
27442024-04-19T19:59:36.518Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0f2fbb56a7519191 -C extra-filename=-0f2fbb56a7519191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452024-04-19T19:59:36.672Z Compiling libsw v3.3.1
27462024-04-19T19:59:36.676Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=16f8701ebfedd7e4 -C extra-filename=-16f8701ebfedd7e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-04-19T19:59:36.710Z Compiling num-rational v0.4.1
27482024-04-19T19:59:36.714Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b780da50de76c73a -C extra-filename=-b780da50de76c73a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-b780da50de76c73a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492024-04-19T19:59:36.862Z Compiling tabled v0.15.0
27502024-04-19T19:59:36.868Z Compiling linear-map v1.2.0
27512024-04-19T19:59:36.868Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=a3a3937d15734e56 -C extra-filename=-a3a3937d15734e56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-d6e403d781e166f2.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-590d4a4c298a3d15.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522024-04-19T19:59:36.868Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d3a191fb70b45bd -C extra-filename=-4d3a191fb70b45bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-04-19T19:59:36.988Z Compiling owo-colors v4.0.0
27542024-04-19T19:59:36.999Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=681c39f3ceba5f5e -C extra-filename=-681c39f3ceba5f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552024-04-19T19:59:37.105Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-b780da50de76c73a/build-script-build`
27562024-04-19T19:59:37.142Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40ebb278d70ff3c8 -C extra-filename=-40ebb278d70ff3c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-0f2fbb56a7519191.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572024-04-19T19:59:37.236Z Compiling nibble_vec v0.1.0
27582024-04-19T19:59:37.266Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=012dc479ba7d2d75 -C extra-filename=-012dc479ba7d2d75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-04-19T19:59:37.386Z Compiling endian-type v0.1.2
27602024-04-19T19:59:37.399Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62dd2029af753951 -C extra-filename=-62dd2029af753951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-04-19T19:59:37.486Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1ece5d932e78573 -C extra-filename=-e1ece5d932e78573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt`
27622024-04-19T19:59:42.312Z Compiling radix_trie v0.2.1
27632024-04-19T19:59:42.543Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=018bab65e90d5b53 -C extra-filename=-018bab65e90d5b53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-62dd2029af753951.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-012dc479ba7d2d75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642024-04-19T19:59:42.666Z Compiling rayon v1.10.0
27652024-04-19T19:59:42.666Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6db376e2c842d9b1 -C extra-filename=-6db376e2c842d9b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-40ebb278d70ff3c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662024-04-19T19:59:42.667Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27672024-04-19T19:59:42.667Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a198e3319e42ebe -C extra-filename=-2a198e3319e42ebe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-9576275ddb4962bc.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-16f8701ebfedd7e4.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-4d3a191fb70b45bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
27682024-04-19T19:59:42.667Z Compiling num-complex v0.4.5
27692024-04-19T19:59:42.667Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=efabaa29b54ad003 -C extra-filename=-efabaa29b54ad003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702024-04-19T19:59:42.667Z Compiling fxhash v0.2.1
27712024-04-19T19:59:42.667Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b084f503a5438d4a -C extra-filename=-b084f503a5438d4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722024-04-19T19:59:42.667Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27732024-04-19T19:59:42.667Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e793ee7af5e7eb17 -C extra-filename=-e793ee7af5e7eb17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
27742024-04-19T19:59:42.667Z Compiling num v0.4.2
27752024-04-19T19:59:42.667Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=f8cdb6e55a736507 -C extra-filename=-f8cdb6e55a736507 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-efabaa29b54ad003.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-e1ece5d932e78573.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762024-04-19T19:59:42.668Z Compiling display-error-chain v0.2.0
27772024-04-19T19:59:42.668Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89ea751df9b71af1 -C extra-filename=-89ea751df9b71af1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782024-04-19T19:59:42.668Z Compiling radium v0.7.0
27792024-04-19T19:59:42.668Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6e6081b03a0fb4e -C extra-filename=-b6e6081b03a0fb4e --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-b6e6081b03a0fb4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802024-04-19T19:59:42.668Z Compiling home v0.5.5
27812024-04-19T19:59:42.668Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e224963060d30af -C extra-filename=-1e224963060d30af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822024-04-19T19:59:42.668Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-b6e6081b03a0fb4e/build-script-build`
27832024-04-19T19:59:42.668Z Compiling maybe-uninit v2.0.0
27842024-04-19T19:59:42.668Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55fc3ac1cd2163e6 -C extra-filename=-55fc3ac1cd2163e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-55fc3ac1cd2163e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852024-04-19T19:59:42.668Z Compiling convert_case v0.4.0
27862024-04-19T19:59:42.668Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4127f6e5fe9854b4 -C extra-filename=-4127f6e5fe9854b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872024-04-19T19:59:42.669Z Compiling tap v1.0.1
27882024-04-19T19:59:42.669Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cbc103bb5c4885ca -C extra-filename=-cbc103bb5c4885ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892024-04-19T19:59:42.669Z Compiling wyz v0.5.1
27902024-04-19T19:59:42.669Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b96fc9fd2771ee84 -C extra-filename=-b96fc9fd2771ee84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-cbc103bb5c4885ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912024-04-19T19:59:42.669Z Compiling derive_more v0.99.17
27922024-04-19T19:59:42.669Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=10b85a698196ef17 -C extra-filename=-10b85a698196ef17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-4127f6e5fe9854b4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932024-04-19T19:59:42.669Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27942024-04-19T19:59:42.669Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e7da91cb4010048 -C extra-filename=-7e7da91cb4010048 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6670daffc5b6bc2e.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-83071702672d6e7a.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
27952024-04-19T19:59:42.669Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
27962024-04-19T19:59:42.669Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/8207cb9/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d005f2d46a478126 -C extra-filename=-d005f2d46a478126 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
27972024-04-19T19:59:42.670Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27982024-04-19T19:59:42.670Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f482236dc7fcd4a2 -C extra-filename=-f482236dc7fcd4a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c8878c8d45ed677.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
27992024-04-19T19:59:43.016Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28002024-04-19T19:59:43.068Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3bceb193985d6e9 -C extra-filename=-e3bceb193985d6e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
28012024-04-19T19:59:43.266Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28022024-04-19T19:59:43.307Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a79c29bb6f7661a8 -C extra-filename=-a79c29bb6f7661a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
28032024-04-19T19:59:44.287Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-55fc3ac1cd2163e6/build-script-build`
28042024-04-19T19:59:44.369Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c999b9479a921f31 -C extra-filename=-c999b9479a921f31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
28052024-04-19T19:59:44.369Z Compiling crc-catalog v2.2.0
28062024-04-19T19:59:44.369Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f398c12182cadc17 -C extra-filename=-f398c12182cadc17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072024-04-19T19:59:44.397Z Compiling funty v2.0.0
28082024-04-19T19:59:44.397Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e6baaf33d5ed0e5 -C extra-filename=-1e6baaf33d5ed0e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092024-04-19T19:59:44.635Z Compiling packed_struct v0.10.1
28102024-04-19T19:59:44.662Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=15b7612c620c40e1 -C extra-filename=-15b7612c620c40e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-15b7612c620c40e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112024-04-19T19:59:44.876Z Compiling num-bigint-dig v0.8.4
28122024-04-19T19:59:44.881Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=c495834188d93dea -C extra-filename=-c495834188d93dea --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c495834188d93dea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132024-04-19T19:59:45.200Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-15b7612c620c40e1/build-script-build`
28142024-04-19T19:59:45.236Z Compiling crc v3.0.1
28152024-04-19T19:59:45.243Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d22098972a623bc1 -C extra-filename=-d22098972a623bc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-f398c12182cadc17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162024-04-19T19:59:45.310Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c495834188d93dea/build-script-build`
28172024-04-19T19:59:45.326Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fdadf56632ee33c -C extra-filename=-6fdadf56632ee33c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
28182024-04-19T19:59:45.434Z Compiling bitvec v1.0.1
28192024-04-19T19:59:45.445Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e94a932ea4772e99 -C extra-filename=-e94a932ea4772e99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-1e6baaf33d5ed0e5.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-c999b9479a921f31.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-cbc103bb5c4885ca.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-b96fc9fd2771ee84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202024-04-19T19:59:45.860Z Compiling packed_struct_codegen v0.10.1
28212024-04-19T19:59:45.861Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=908632d0c71a3b62 -C extra-filename=-908632d0c71a3b62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222024-04-19T19:59:46.308Z Compiling indexmap v1.9.3
28232024-04-19T19:59:46.317Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=6ea56b8d111cde37 -C extra-filename=-6ea56b8d111cde37 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-6ea56b8d111cde37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242024-04-19T19:59:46.692Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28252024-04-19T19:59:46.728Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=b005cbb5769e0318 -C extra-filename=-b005cbb5769e0318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2c4b95f80957d22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-43157153cd152465.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-bae9e5251e74ad27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
28262024-04-19T19:59:48.754Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28272024-04-19T19:59:49.182Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/e69694a/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0c5d4513a3a2ff0 -C extra-filename=-c0c5d4513a3a2ff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d3c176ef90f87889.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-dab405cbc074b9b5.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-90b7f5e85275ab37.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f482236dc7fcd4a2.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-e01f7d1b0ad32468.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-5d735b7ab0eb353a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-45eff2d28607a84e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0619b17357ea9868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e6355c2f588db0a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-22c62ebcc3ad17c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
28282024-04-19T19:59:49.203Z Compiling nodrop v0.1.14
28292024-04-19T19:59:49.204Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ae0a161cd8c6c463 -C extra-filename=-ae0a161cd8c6c463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302024-04-19T19:59:49.204Z Compiling array-init v0.0.4
28312024-04-19T19:59:49.204Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38ea9328107e1850 -C extra-filename=-38ea9328107e1850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-ae0a161cd8c6c463.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322024-04-19T19:59:49.480Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=be5cd1a9c79c9030 -C extra-filename=-be5cd1a9c79c9030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-e94a932ea4772e99.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-908632d0c71a3b62.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332024-04-19T19:59:49.677Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-6ea56b8d111cde37/build-script-build`
28342024-04-19T19:59:49.729Z Compiling smallvec v0.6.14
28352024-04-19T19:59:49.738Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=22c894cc6d7f5f09 -C extra-filename=-22c894cc6d7f5f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-6fdadf56632ee33c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362024-04-19T19:59:50.142Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=86f2bf4625746a0b -C extra-filename=-86f2bf4625746a0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-adcb2ed4280e6f27.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28372024-04-19T19:59:50.214Z Compiling pkcs1 v0.7.5
28382024-04-19T19:59:50.219Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=10190e1d590d6a6c -C extra-filename=-10190e1d590d6a6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-299cf69c1e3f7a87.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-277597bf6cf6ba99.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-5c3c8031ae2e0c9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392024-04-19T19:59:50.690Z Compiling hashbrown v0.12.3
28402024-04-19T19:59:50.716Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=79ed7b8813433d33 -C extra-filename=-79ed7b8813433d33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412024-04-19T19:59:51.151Z Compiling bitfield v0.14.0
28422024-04-19T19:59:51.155Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4a2af796dfdcc82 -C extra-filename=-f4a2af796dfdcc82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-04-19T19:59:51.278Z Compiling serde-hex v0.1.0
28442024-04-19T19:59:51.303Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84bfe7c09da0c66f -C extra-filename=-84bfe7c09da0c66f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-38ea9328107e1850.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-22c894cc6d7f5f09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452024-04-19T19:59:51.427Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=5b01a1dd511ff495 -C extra-filename=-5b01a1dd511ff495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-79ed7b8813433d33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
28462024-04-19T19:59:51.452Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28472024-04-19T19:59:51.458Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f38cedbe802cd027 -C extra-filename=-f38cedbe802cd027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-d22098972a623bc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-73fb98ecbdf6ef3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482024-04-19T19:59:51.789Z Compiling env_logger v0.10.0
28492024-04-19T19:59:51.809Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=de6d8e2c5aa83ab1 -C extra-filename=-de6d8e2c5aa83ab1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-19a557976b3861d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-06781bb010c39518.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-04-19T19:59:52.317Z Compiling x509-cert v0.2.4
28512024-04-19T19:59:52.326Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=5c36e3e78dea03ab -C extra-filename=-5c36e3e78dea03ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-299cf69c1e3f7a87.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-5c3c8031ae2e0c9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522024-04-19T19:59:53.118Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28532024-04-19T19:59:53.129Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb21c2e77ecf52ed -C extra-filename=-eb21c2e77ecf52ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-f4a2af796dfdcc82.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-be5cd1a9c79c9030.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542024-04-19T19:59:53.339Z Compiling rsa v0.9.2
28552024-04-19T19:59:53.377Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=0f3cca1781e5d59d -C extra-filename=-0f3cca1781e5d59d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-86f2bf4625746a0b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-10190e1d590d6a6c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-277597bf6cf6ba99.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1f0cc2a17dbaf20f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-5c3c8031ae2e0c9b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562024-04-19T19:59:55.642Z Compiling ron v0.8.1
28572024-04-19T19:59:55.645Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=eb09b190ea71695a -C extra-filename=-eb09b190ea71695a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca788ba0079f82ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582024-04-19T19:59:55.769Z Compiling hashbrown v0.13.2
28592024-04-19T19:59:56.206Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' -C metadata=f941a7050b13c625 -C extra-filename=-f941a7050b13c625 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1c26e3969febf8d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602024-04-19T19:59:57.001Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28612024-04-19T19:59:57.008Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=89329b491dd0bb55 -C extra-filename=-89329b491dd0bb55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-73c9a944ce509d8f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-05ffbf7a349a8e0b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-f8d555753ab79aa2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2608e0f8610bc6c.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e9056723c0069545.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-b66b943a52f19dc5.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
28622024-04-19T19:59:57.160Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28632024-04-19T19:59:57.163Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a678353c1104046 -C extra-filename=-0a678353c1104046 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
28642024-04-19T19:59:58.726Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28652024-04-19T19:59:58.752Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e030c4886cbf8f75 -C extra-filename=-e030c4886cbf8f75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
28662024-04-19T19:59:59.720Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28672024-04-19T19:59:59.725Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=ac15f3abf8fb9acd -C extra-filename=-ac15f3abf8fb9acd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-e2dc1de25ab321cf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-c0c5d4513a3a2ff0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
28682024-04-19T19:59:59.820Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28692024-04-19T19:59:59.824Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e01dce5cff1bc28 -C extra-filename=-8e01dce5cff1bc28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e793ee7af5e7eb17.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
28702024-04-19T20:00:01.728Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28712024-04-19T20:00:01.743Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9d3d018731328b3 -C extra-filename=-e9d3d018731328b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
28722024-04-19T20:00:02.560Z Compiling arrayref v0.3.7
28732024-04-19T20:00:02.566Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0682fffab4a0a177 -C extra-filename=-0682fffab4a0a177 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-04-19T20:00:02.678Z Compiling crc-any v2.4.3
28752024-04-19T20:00:02.694Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=741953cfe647b151 -C extra-filename=-741953cfe647b151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762024-04-19T20:00:03.196Z Compiling arrayvec v0.7.4
28772024-04-19T20:00:03.210Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65f4e3c72d697965 -C extra-filename=-65f4e3c72d697965 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782024-04-19T20:00:03.416Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28792024-04-19T20:00:03.435Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a108b1ae92716b55 -C extra-filename=-a108b1ae92716b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-eb09b190ea71695a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f38cedbe802cd027.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-73fb98ecbdf6ef3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802024-04-19T20:00:03.655Z Compiling object v0.30.4
28812024-04-19T20:00:03.662Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=821a674b201dc405 -C extra-filename=-821a674b201dc405 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-3269c1fecfe4305b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f941a7050b13c625.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b01a1dd511ff495.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822024-04-19T20:00:04.170Z Compiling path-slash v0.1.5
28832024-04-19T20:00:04.180Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bbc1adc278db9dd6 -C extra-filename=-bbc1adc278db9dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842024-04-19T20:00:04.297Z Compiling constant_time_eq v0.3.0
28852024-04-19T20:00:04.310Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=460d8a9202deda95 -C extra-filename=-460d8a9202deda95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862024-04-19T20:00:04.395Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28872024-04-19T20:00:04.408Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=639ebd375075b68b -C extra-filename=-639ebd375075b68b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-741953cfe647b151.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-299cf69c1e3f7a87.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-de6d8e2c5aa83ab1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-eb21c2e77ecf52ed.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-be5cd1a9c79c9030.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0f3cca1781e5d59d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-84bfe7c09da0c66f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5c36e3e78dea03ab.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-73fb98ecbdf6ef3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882024-04-19T20:00:04.499Z Compiling blake3 v1.5.0
28892024-04-19T20:00:04.517Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=75c81fb62845bb82 -C extra-filename=-75c81fb62845bb82 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-75c81fb62845bb82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-04-19T20:00:04.709Z Compiling parking_lot_core v0.8.6
28912024-04-19T20:00:04.717Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9771d1c046045ed1 -C extra-filename=-9771d1c046045ed1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-9771d1c046045ed1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-04-19T20:00:05.276Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-75c81fb62845bb82/build-script-build`
28932024-04-19T20:00:05.309Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-9771d1c046045ed1/build-script-build`
28942024-04-19T20:00:05.324Z Compiling memmap2 v0.7.1
28952024-04-19T20:00:05.324Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53ab6ec1da44d8f6 -C extra-filename=-53ab6ec1da44d8f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-04-19T20:00:05.798Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a41daa0dda19cb5f -C extra-filename=-a41daa0dda19cb5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-c3f5ce0e5c2f6da0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972024-04-19T20:00:05.798Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=3038255eaede8398 -C extra-filename=-3038255eaede8398 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-0682fffab4a0a177.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-65f4e3c72d697965.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-460d8a9202deda95.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-53ab6ec1da44d8f6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi`
28982024-04-19T20:00:06.456Z Compiling textwrap v0.11.0
28992024-04-19T20:00:06.461Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=487853a006839b43 -C extra-filename=-487853a006839b43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002024-04-19T20:00:07.010Z Compiling gethostname v0.4.3
29012024-04-19T20:00:07.031Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=298c5d363c1f9414 -C extra-filename=-298c5d363c1f9414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022024-04-19T20:00:07.302Z Compiling vec_map v0.8.2
29032024-04-19T20:00:07.311Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46859bf680eecac8 -C extra-filename=-46859bf680eecac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-04-19T20:00:07.528Z Compiling libefi-sys v0.1.0
29052024-04-19T20:00:07.551Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e65ba19b861d7d77 -C extra-filename=-e65ba19b861d7d77 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-e65ba19b861d7d77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062024-04-19T20:00:07.600Z Compiling topological-sort v0.2.2
29072024-04-19T20:00:07.622Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b7a39aa5260bdb36 -C extra-filename=-b7a39aa5260bdb36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082024-04-19T20:00:07.813Z Compiling ansi_term v0.12.1
29092024-04-19T20:00:07.829Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=644af08aac9729df -C extra-filename=-644af08aac9729df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102024-04-19T20:00:07.865Z Compiling strsim v0.8.0
29112024-04-19T20:00:07.893Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ba2a2fba23978f19 -C extra-filename=-ba2a2fba23978f19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-04-19T20:00:07.920Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-e65ba19b861d7d77/build-script-build`
29132024-04-19T20:00:07.938Z Compiling omicron-zone-package v0.11.0
29142024-04-19T20:00:07.938Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3e40752f5f2cf5c -C extra-filename=-a3e40752f5f2cf5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-3038255eaede8398.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-38477973c409baaa.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca788ba0079f82ce.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e6355c2f588db0a0.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-b7a39aa5260bdb36.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
29152024-04-19T20:00:08.344Z Compiling clap v2.34.0
29162024-04-19T20:00:08.350Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=f884286fb8ddb757 -C extra-filename=-f884286fb8ddb757 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-644af08aac9729df.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-c5ed1c9ccc7210dd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-ba2a2fba23978f19.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-487853a006839b43.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-46859bf680eecac8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172024-04-19T20:00:08.533Z Compiling parking_lot v0.11.2
29182024-04-19T20:00:08.575Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4fbdab8f427c5923 -C extra-filename=-4fbdab8f427c5923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-c3f5ce0e5c2f6da0.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c9564712d536a6c6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a41daa0dda19cb5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192024-04-19T20:00:09.341Z Compiling trust-dns-client v0.22.0
29202024-04-19T20:00:09.364Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=67e2f99a18cbd825 -C extra-filename=-67e2f99a18cbd825 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-018bab65e90d5b53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212024-04-19T20:00:09.474Z Compiling structopt-derive v0.4.18
29222024-04-19T20:00:09.485Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11e5bba3127c6a25 -C extra-filename=-11e5bba3127c6a25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-560e23cf1c72cd55.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ea5dc9b8a9a2ecdd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232024-04-19T20:00:12.197Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29242024-04-19T20:00:12.201Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=037b84d72efbb824 -C extra-filename=-037b84d72efbb824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2c4b95f80957d22.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-37f157b250cb7cb4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
29252024-04-19T20:00:12.443Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29262024-04-19T20:00:12.447Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c338e8f6730481c -C extra-filename=-0c338e8f6730481c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
29272024-04-19T20:00:12.747Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29282024-04-19T20:00:12.760Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9928d7223f5f7c25 -C extra-filename=-9928d7223f5f7c25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
29292024-04-19T20:00:13.796Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29302024-04-19T20:00:13.821Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=929b81f243f0d85a -C extra-filename=-929b81f243f0d85a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-eb21c2e77ecf52ed.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-639ebd375075b68b.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-821a674b201dc405.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-bbc1adc278db9dd6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0f3cca1781e5d59d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f38cedbe802cd027.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-a108b1ae92716b55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e6355c2f588db0a0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5c36e3e78dea03ab.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-73fb98ecbdf6ef3d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
29312024-04-19T20:00:14.310Z Compiling toml v0.5.11
29322024-04-19T20:00:14.314Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0b001bcdb9da2c8a -C extra-filename=-0b001bcdb9da2c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332024-04-19T20:00:14.670Z Compiling async-recursion v1.1.0
29342024-04-19T20:00:14.678Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed41359b289f0117 -C extra-filename=-ed41359b289f0117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352024-04-19T20:00:16.686Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
29362024-04-19T20:00:16.689Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5758fe2a7c811c32 -C extra-filename=-5758fe2a7c811c32 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-5758fe2a7c811c32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372024-04-19T20:00:16.993Z Compiling keccak v0.1.4
29382024-04-19T20:00:17.016Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e39837597faf7c65 -C extra-filename=-e39837597faf7c65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392024-04-19T20:00:17.174Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-5758fe2a7c811c32/build-script-build`
29402024-04-19T20:00:17.248Z Compiling trust-dns-server v0.22.1
29412024-04-19T20:00:17.252Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4ad4aee40826760 -C extra-filename=-c4ad4aee40826760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-f3f4ef388cd0628c.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-a4d8806db2c9d1c2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b001bcdb9da2c8a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422024-04-19T20:00:17.354Z Compiling sha3 v0.10.8
29432024-04-19T20:00:17.360Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=797e45f145bbdb3d -C extra-filename=-797e45f145bbdb3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-e39837597faf7c65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442024-04-19T20:00:18.026Z Compiling structopt v0.3.26
29452024-04-19T20:00:18.030Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f5e8f52ccebacab7 -C extra-filename=-f5e8f52ccebacab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f884286fb8ddb757.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-11e5bba3127c6a25.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462024-04-19T20:00:18.053Z Compiling sled v0.34.7
29472024-04-19T20:00:18.078Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=3b1cfececdc12c9d -C extra-filename=-3b1cfececdc12c9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-3269c1fecfe4305b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-b084f503a5438d4a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-4fbdab8f427c5923.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482024-04-19T20:00:18.238Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4f7cee93e08bef3 -C extra-filename=-c4f7cee93e08bef3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
29492024-04-19T20:00:18.656Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29502024-04-19T20:00:18.657Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=590aea9cf8c09aaa -C extra-filename=-590aea9cf8c09aaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-50ddca26041f6bad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512024-04-19T20:00:18.657Z Compiling secrecy v0.8.0
29522024-04-19T20:00:18.657Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=151e64cbbdfa907f -C extra-filename=-151e64cbbdfa907f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532024-04-19T20:00:19.109Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29542024-04-19T20:00:19.109Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a40a3a2462bac895 -C extra-filename=-a40a3a2462bac895 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552024-04-19T20:00:19.109Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94087d24400833c1 -C extra-filename=-94087d24400833c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-590aea9cf8c09aaa.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-f5e8f52ccebacab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out -l static=pci`
29562024-04-19T20:00:19.121Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29572024-04-19T20:00:19.121Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22717f2228b1464f -C extra-filename=-22717f2228b1464f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-a40a3a2462bac895.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582024-04-19T20:00:19.588Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29592024-04-19T20:00:19.599Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02ed216e3ddec934 -C extra-filename=-02ed216e3ddec934 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-c4f7cee93e08bef3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602024-04-19T20:00:19.769Z Compiling toolchain_find v0.4.0
29612024-04-19T20:00:19.774Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f635d4161124dd2 -C extra-filename=-7f635d4161124dd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-1e224963060d30af.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622024-04-19T20:00:19.983Z Compiling platforms v3.0.2
29632024-04-19T20:00:19.986Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cf5a8adceabab58c -C extra-filename=-cf5a8adceabab58c --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-cf5a8adceabab58c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642024-04-19T20:00:20.423Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-cf5a8adceabab58c/build-script-build`
29652024-04-19T20:00:20.877Z Compiling rustfmt-wrapper v0.2.1
29662024-04-19T20:00:21.297Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48230084300fe0a8 -C extra-filename=-48230084300fe0a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-7f635d4161124dd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672024-04-19T20:00:21.297Z Compiling buf-list v1.0.3
29682024-04-19T20:00:21.297Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=fb164f4fa8270be0 -C extra-filename=-fb164f4fa8270be0 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-fb164f4fa8270be0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692024-04-19T20:00:21.297Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c34b1dacca912984 -C extra-filename=-c34b1dacca912984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702024-04-19T20:00:21.297Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29712024-04-19T20:00:21.297Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63392b2e37de2bb3 -C extra-filename=-63392b2e37de2bb3 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-63392b2e37de2bb3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a3e40752f5f2cf5c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-48230084300fe0a8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
29722024-04-19T20:00:21.298Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-fb164f4fa8270be0/build-script-build`
29732024-04-19T20:00:21.298Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29742024-04-19T20:00:21.298Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72f21c78a7de07a5 -C extra-filename=-72f21c78a7de07a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-590aea9cf8c09aaa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-02ed216e3ddec934.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-22717f2228b1464f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
29752024-04-19T20:00:21.571Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29762024-04-19T20:00:21.586Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84d4e40f43a5bbf6 -C extra-filename=-84d4e40f43a5bbf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
29772024-04-19T20:00:24.197Z Compiling curve25519-dalek v4.1.2
29782024-04-19T20:00:24.201Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=3fd31c066f61f3a4 -C extra-filename=-3fd31c066f61f3a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-3fd31c066f61f3a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-c34b1dacca912984.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-680c60603c6146e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792024-04-19T20:00:24.967Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=b69b53a71745bbb9 -C extra-filename=-b69b53a71745bbb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
29802024-04-19T20:00:25.119Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
29812024-04-19T20:00:25.125Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/8207cb9/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0c51c968b127ea8 -C extra-filename=-d0c51c968b127ea8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
29822024-04-19T20:00:25.548Z Compiling universal-hash v0.5.1
29832024-04-19T20:00:25.560Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ea5d4d39e3dd960 -C extra-filename=-1ea5d4d39e3dd960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5b5dc0d777decf0f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842024-04-19T20:00:25.764Z Compiling opaque-debug v0.3.0
29852024-04-19T20:00:26.215Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6a9d9f9aff45479 -C extra-filename=-b6a9d9f9aff45479 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862024-04-19T20:00:26.215Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-3fd31c066f61f3a4/build-script-build`
29872024-04-19T20:00:26.216Z Compiling curve25519-dalek-derive v0.1.0
29882024-04-19T20:00:26.216Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9a7066437fe3e7e -C extra-filename=-b9a7066437fe3e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892024-04-19T20:00:26.216Z Compiling unicase v2.7.0
29902024-04-19T20:00:26.216Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7525d53f56b0ba09 -C extra-filename=-7525d53f56b0ba09 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-7525d53f56b0ba09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912024-04-19T20:00:26.355Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-7525d53f56b0ba09/build-script-build`
29922024-04-19T20:00:26.553Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29932024-04-19T20:00:26.563Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ad34a21bdefaaf6 -C extra-filename=-3ad34a21bdefaaf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d0c51c968b127ea8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
29942024-04-19T20:00:26.576Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29952024-04-19T20:00:26.581Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a5d52c7336d4e68 -C extra-filename=-1a5d52c7336d4e68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5f825a2440965813.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-151e64cbbdfa907f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
29962024-04-19T20:00:26.602Z Compiling pin-project-internal v1.1.3
29972024-04-19T20:00:26.637Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ed86e786aadaac3 -C extra-filename=-3ed86e786aadaac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982024-04-19T20:00:27.422Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3fffb5d311cea11 -C extra-filename=-e3fffb5d311cea11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
29992024-04-19T20:00:27.636Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30002024-04-19T20:00:27.639Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad63ceea519d243f -C extra-filename=-ad63ceea519d243f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30012024-04-19T20:00:27.769Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=56d2aee7f7e9ff9e -C extra-filename=-56d2aee7f7e9ff9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-b9a7066437fe3e7e.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
30022024-04-19T20:00:28.220Z Compiling aead v0.5.2
30032024-04-19T20:00:28.227Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=8a05660fd80781c2 -C extra-filename=-8a05660fd80781c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5b5dc0d777decf0f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-54c1dc08b08abe24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042024-04-19T20:00:28.605Z Compiling diff v0.1.13
30052024-04-19T20:00:28.608Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f43cd67f3219fc4e -C extra-filename=-f43cd67f3219fc4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062024-04-19T20:00:29.270Z Compiling mime_guess v2.0.4
30072024-04-19T20:00:29.292Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=d0f027e6f16e32be -C extra-filename=-d0f027e6f16e32be --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-d0f027e6f16e32be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e3fffb5d311cea11.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082024-04-19T20:00:29.296Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30092024-04-19T20:00:29.317Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=ec54ee0e51305057 -C extra-filename=-ec54ee0e51305057 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
30102024-04-19T20:00:29.540Z Compiling poly1305 v0.8.0
30112024-04-19T20:00:29.544Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=eef2ffb966b3d336 -C extra-filename=-eef2ffb966b3d336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-b6a9d9f9aff45479.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-1ea5d4d39e3dd960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122024-04-19T20:00:29.980Z Compiling pin-project v1.1.3
30132024-04-19T20:00:29.991Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06f515a84ae05841 -C extra-filename=-06f515a84ae05841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-3ed86e786aadaac3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142024-04-19T20:00:30.115Z Compiling chacha20 v0.9.1
30152024-04-19T20:00:30.139Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=693a841e9269a903 -C extra-filename=-693a841e9269a903 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ba93369a602aefa2.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162024-04-19T20:00:30.592Z Compiling thiserror-impl-no-std v2.0.2
30172024-04-19T20:00:30.656Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dddf5b46dce13c36 -C extra-filename=-dddf5b46dce13c36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182024-04-19T20:00:30.716Z Compiling nanorand v0.7.0
30192024-04-19T20:00:30.730Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=7d666844cdc07234 -C extra-filename=-7d666844cdc07234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202024-04-19T20:00:31.545Z Compiling flume v0.11.0
30212024-04-19T20:00:31.564Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=5287c90a39558f96 -C extra-filename=-5287c90a39558f96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-7d666844cdc07234.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222024-04-19T20:00:31.564Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d0f027e6f16e32be/build-script-build`
30232024-04-19T20:00:31.564Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30242024-04-19T20:00:31.564Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=266990838cceebde -C extra-filename=-266990838cceebde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30252024-04-19T20:00:32.024Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30262024-04-19T20:00:32.055Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=46ee548a7ded240f -C extra-filename=-46ee548a7ded240f --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-46ee548a7ded240f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8f2c5f72cb9d1c67.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30272024-04-19T20:00:32.424Z Compiling kstat-rs v0.2.3
30282024-04-19T20:00:32.428Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d25ee63f0f2910b -C extra-filename=-1d25ee63f0f2910b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292024-04-19T20:00:33.088Z Compiling vte_generate_state_changes v0.1.1
30302024-04-19T20:00:33.122Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cce160980f641a0f -C extra-filename=-cce160980f641a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312024-04-19T20:00:33.854Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-46ee548a7ded240f/build-script-build`
30322024-04-19T20:00:33.892Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=518653636d64c0b3 -C extra-filename=-518653636d64c0b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-c2f715f865321db7.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e3fffb5d311cea11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332024-04-19T20:00:33.914Z Compiling vte v0.11.1
30342024-04-19T20:00:33.958Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0621b457bc45e67 -C extra-filename=-f0621b457bc45e67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-06c9e9fa03fbc0c8.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-cce160980f641a0f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352024-04-19T20:00:34.143Z Compiling thiserror-no-std v2.0.2
30362024-04-19T20:00:34.147Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e17b88c00c40d69e -C extra-filename=-e17b88c00c40d69e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-dddf5b46dce13c36.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372024-04-19T20:00:34.288Z Compiling vsss-rs v3.3.4
30382024-04-19T20:00:34.314Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=b7a55e5f905e4f03 -C extra-filename=-b7a55e5f905e4f03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-56d2aee7f7e9ff9e.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-06aeec7ef719afba.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-e17b88c00c40d69e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392024-04-19T20:00:34.793Z Compiling chacha20poly1305 v0.10.1
30402024-04-19T20:00:34.797Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=25b5ef2c5d4ef30a -C extra-filename=-25b5ef2c5d4ef30a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-8a05660fd80781c2.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-693a841e9269a903.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ba93369a602aefa2.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-eef2ffb966b3d336.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412024-04-19T20:00:35.044Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
30422024-04-19T20:00:35.048Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5677c7b/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=168e09b1e9a5e03e -C extra-filename=-168e09b1e9a5e03e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-88036c1895ea3e9d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
30432024-04-19T20:00:35.939Z Compiling fd-lock v4.0.2
30442024-04-19T20:00:35.945Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b5c973bbc6dbcb9 -C extra-filename=-8b5c973bbc6dbcb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cfae793fe8be2a6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452024-04-19T20:00:36.147Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30462024-04-19T20:00:36.151Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0ec9d64bb7fdce8 -C extra-filename=-e0ec9d64bb7fdce8 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-e0ec9d64bb7fdce8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472024-04-19T20:00:36.505Z Compiling prettyplease v0.2.19
30482024-04-19T20:00:36.534Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' -C metadata=4aff744153f8b4fc -C extra-filename=-4aff744153f8b4fc --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-4aff744153f8b4fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492024-04-19T20:00:36.538Z Compiling strip-ansi-escapes v0.2.0
30502024-04-19T20:00:36.559Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7bf440191c435cbf -C extra-filename=-7bf440191c435cbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-f0621b457bc45e67.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512024-04-19T20:00:37.925Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-e0ec9d64bb7fdce8/build-script-build`
30522024-04-19T20:00:37.925Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30532024-04-19T20:00:37.925Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=ee68a93e6c437a7b -C extra-filename=-ee68a93e6c437a7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-1d25ee63f0f2910b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30542024-04-19T20:00:37.925Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
30552024-04-19T20:00:37.925Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/8ff3ab6/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f9bf9def5f7af427 -C extra-filename=-f9bf9def5f7af427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c8878c8d45ed677.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
30562024-04-19T20:00:37.925Z Compiling fs-err v2.11.0
30572024-04-19T20:00:37.925Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=671f5f16613ac442 -C extra-filename=-671f5f16613ac442 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-671f5f16613ac442 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582024-04-19T20:00:37.925Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-4aff744153f8b4fc/build-script-build`
30592024-04-19T20:00:37.925Z Compiling nu-ansi-term v0.50.0
30602024-04-19T20:00:37.925Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50fe507a516aeb44 -C extra-filename=-50fe507a516aeb44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612024-04-19T20:00:37.926Z Compiling crunchy v0.2.2
30622024-04-19T20:00:37.926Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=62fa75392e66ca51 -C extra-filename=-62fa75392e66ca51 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-62fa75392e66ca51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632024-04-19T20:00:37.926Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-671f5f16613ac442/build-script-build`
30642024-04-19T20:00:37.926Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30652024-04-19T20:00:37.926Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab405e7d43456c80 -C extra-filename=-ab405e7d43456c80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-3c0f05dcbba7bb7a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30662024-04-19T20:00:37.926Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-62fa75392e66ca51/build-script-build`
30672024-04-19T20:00:37.926Z Compiling reedline v0.31.0
30682024-04-19T20:00:37.926Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b94389f78ddd847 -C extra-filename=-8b94389f78ddd847 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-8b5c973bbc6dbcb9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-50fe507a516aeb44.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-7bf440191c435cbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e5779b3ab02f683c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692024-04-19T20:00:37.926Z Compiling clang-sys v1.6.1
30702024-04-19T20:00:37.926Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=6d4b51522b0a04a2 -C extra-filename=-6d4b51522b0a04a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-6d4b51522b0a04a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712024-04-19T20:00:37.926Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-63392b2e37de2bb3/build-script-build`
30722024-04-19T20:00:37.926Z Compiling snafu-derive v0.8.2
30732024-04-19T20:00:37.926Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' -C metadata=3ac2c173b7ed9cf5 -C extra-filename=-3ac2c173b7ed9cf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742024-04-19T20:00:38.392Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=f01e922cb3503ef9 -C extra-filename=-f01e922cb3503ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-25b5ef2c5d4ef30a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5f825a2440965813.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-151e64cbbdfa907f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b7a55e5f905e4f03.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30752024-04-19T20:00:38.477Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=948c3cd144766a83 -C extra-filename=-948c3cd144766a83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30762024-04-19T20:00:38.830Z Compiling memoffset v0.7.1
30772024-04-19T20:00:38.834Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=17b1872a48b49392 -C extra-filename=-17b1872a48b49392 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-17b1872a48b49392 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782024-04-19T20:00:39.240Z Compiling tiny-keccak v2.0.2
30792024-04-19T20:00:39.248Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=853351dd40afa143 -C extra-filename=-853351dd40afa143 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-853351dd40afa143 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802024-04-19T20:00:39.606Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-853351dd40afa143/build-script-build`
30812024-04-19T20:00:39.658Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-17b1872a48b49392/build-script-build`
30822024-04-19T20:00:39.876Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-6d4b51522b0a04a2/build-script-build`
30832024-04-19T20:00:39.920Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=6065ee46b342767b -C extra-filename=-6065ee46b342767b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842024-04-19T20:00:40.043Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94d014eebc6c5e7e -C extra-filename=-94d014eebc6c5e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
30852024-04-19T20:00:40.665Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' -C metadata=2583b58323c3ccda -C extra-filename=-2583b58323c3ccda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862024-04-19T20:00:42.423Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30872024-04-19T20:00:42.427Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b7898e822d49aeb8 -C extra-filename=-b7898e822d49aeb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30882024-04-19T20:00:43.843Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4cf7d33720e184f -C extra-filename=-e4cf7d33720e184f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30892024-04-19T20:00:43.864Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30902024-04-19T20:00:43.869Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5589d78d903f53c5 -C extra-filename=-5589d78d903f53c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
30912024-04-19T20:00:44.038Z Compiling snafu v0.8.2
30922024-04-19T20:00:44.044Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' -C metadata=8256719be0728a21 -C extra-filename=-8256719be0728a21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-06f515a84ae05841.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-3ac2c173b7ed9cf5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932024-04-19T20:00:44.096Z Compiling globset v0.4.13
30942024-04-19T20:00:44.100Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=9c25752270b943ac -C extra-filename=-9c25752270b943ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e6492b28b6244c5c.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-50c08ae0c2a764b7.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952024-04-19T20:00:44.959Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
30962024-04-19T20:00:44.962Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/8ff3ab6/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d7129848090a594 -C extra-filename=-9d7129848090a594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972024-04-19T20:00:44.986Z Compiling olpc-cjson v0.1.3
30982024-04-19T20:00:44.990Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9e475ec87e076cfd -C extra-filename=-9e475ec87e076cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-04-19T20:00:45.111Z Compiling serde_plain v1.0.2
31002024-04-19T20:00:45.119Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b78e1ca07598305c -C extra-filename=-b78e1ca07598305c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012024-04-19T20:00:45.247Z Compiling http-range v0.1.5
31022024-04-19T20:00:45.250Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=abb5a0c47089757b -C extra-filename=-abb5a0c47089757b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032024-04-19T20:00:45.363Z Compiling typed-path v0.7.0
31042024-04-19T20:00:45.370Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4197b00e1b30d98f -C extra-filename=-4197b00e1b30d98f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052024-04-19T20:00:45.539Z Compiling hyper-staticfile v0.9.5
31062024-04-19T20:00:45.598Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8798caa517ad4d3 -C extra-filename=-e8798caa517ad4d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-abb5a0c47089757b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2a8df2b5f7aca784.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-518653636d64c0b3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072024-04-19T20:00:45.617Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
31082024-04-19T20:00:45.622Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/8ff3ab6/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47d107dc8635540a -C extra-filename=-47d107dc8635540a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-c5ed1c9ccc7210dd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-9d7129848090a594.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-6e405db2aebfa69d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c8878c8d45ed677.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
31092024-04-19T20:00:46.111Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=28a4f6c0a7d4d1b6 -C extra-filename=-28a4f6c0a7d4d1b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-6065ee46b342767b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102024-04-19T20:00:46.553Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9f9a676093161dd3 -C extra-filename=-9f9a676093161dd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
31112024-04-19T20:00:46.696Z Compiling ascii-canvas v3.0.0
31122024-04-19T20:00:46.705Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e371e1211e02acc3 -C extra-filename=-e371e1211e02acc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132024-04-19T20:00:47.151Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31142024-04-19T20:00:47.157Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb713a9c0be614f1 -C extra-filename=-fb713a9c0be614f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fb713a9c0be614f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152024-04-19T20:00:47.157Z Compiling ena v0.14.2
31162024-04-19T20:00:47.157Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a6f73fe9c1afeb2 -C extra-filename=-2a6f73fe9c1afeb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172024-04-19T20:00:47.260Z Compiling libloading v0.7.4
31182024-04-19T20:00:47.263Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4ff8827bf8b8dac -C extra-filename=-e4ff8827bf8b8dac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-04-19T20:00:47.548Z Compiling tough v0.17.1
31202024-04-19T20:00:47.553Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=a1ebc474b77929d8 -C extra-filename=-a1ebc474b77929d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ed41359b289f0117.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-9c25752270b943ac.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-9e475ec87e076cfd.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-b78e1ca07598305c.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-8256719be0728a21.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-4197b00e1b30d98f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8fced45147420ad4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
31212024-04-19T20:00:47.701Z Compiling bindgen v0.69.2
31222024-04-19T20:00:47.715Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=e3aff4190d76f4aa -C extra-filename=-e3aff4190d76f4aa --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-e3aff4190d76f4aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232024-04-19T20:00:48.486Z Compiling regex-syntax v0.6.29
31242024-04-19T20:00:48.490Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=7a38e16cc8c3b566 -C extra-filename=-7a38e16cc8c3b566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252024-04-19T20:00:48.682Z Compiling cfg_aliases v0.1.1
31262024-04-19T20:00:48.685Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc068cf97a4a4378 -C extra-filename=-bc068cf97a4a4378 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272024-04-19T20:00:48.813Z Compiling parse-size v1.0.0
31282024-04-19T20:00:48.817Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10814480c3ff86c7 -C extra-filename=-10814480c3ff86c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292024-04-19T20:00:49.081Z Compiling salty v0.2.0
31302024-04-19T20:00:49.087Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9af4cae4193aefea -C extra-filename=-9af4cae4193aefea --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-9af4cae4193aefea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312024-04-19T20:00:49.707Z Compiling signature v1.6.4
31322024-04-19T20:00:49.714Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=169129becbffc520 -C extra-filename=-169129becbffc520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332024-04-19T20:00:49.916Z Compiling ed25519 v1.5.3
31342024-04-19T20:00:49.920Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d728d0240d9a9af8 -C extra-filename=-d728d0240d9a9af8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-169129becbffc520.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352024-04-19T20:00:50.295Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9af4cae4193aefea/build-script-build`
31362024-04-19T20:00:50.324Z Compiling nix v0.28.0
31372024-04-19T20:00:50.332Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=afc47821540b70e2 -C extra-filename=-afc47821540b70e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-afc47821540b70e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-bc068cf97a4a4378.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382024-04-19T20:00:51.249Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-e3aff4190d76f4aa/build-script-build`
31392024-04-19T20:00:51.308Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=0c42300343a7c7ea -C extra-filename=-0c42300343a7c7ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-e4ff8827bf8b8dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402024-04-19T20:00:51.456Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fb713a9c0be614f1/build-script-build`
31412024-04-19T20:00:51.536Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31422024-04-19T20:00:51.542Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=708eb38cbbb0bc7b -C extra-filename=-708eb38cbbb0bc7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-9f9a676093161dd3.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-611962d7d561619c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432024-04-19T20:00:52.650Z Compiling lalrpop v0.19.12
31442024-04-19T20:00:52.659Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=4f55eb0703c096d8 -C extra-filename=-4f55eb0703c096d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-e371e1211e02acc3.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c945bd74a1eeadc5.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-f43cd67f3219fc4e.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-2a6f73fe9c1afeb2.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-19a557976b3861d0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7a38e16cc8c3b566.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-71f9f09b51d2a543.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-28a4f6c0a7d4d1b6.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cded253ddea7e430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452024-04-19T20:00:54.582Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31462024-04-19T20:00:54.621Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7852f824b1f8b333 -C extra-filename=-7852f824b1f8b333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-d22098972a623bc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-73fb98ecbdf6ef3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472024-04-19T20:00:54.914Z Compiling cexpr v0.6.0
31482024-04-19T20:00:54.918Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8fe53a0b4688ad2 -C extra-filename=-d8fe53a0b4688ad2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-de96fd06cf0e5bf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492024-04-19T20:00:56.570Z Compiling serde-big-array v0.5.1
31502024-04-19T20:00:56.593Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29ced50c3d143b16 -C extra-filename=-29ced50c3d143b16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-04-19T20:00:56.804Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31522024-04-19T20:00:56.809Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65d6a5166c257be2 -C extra-filename=-65d6a5166c257be2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532024-04-19T20:00:56.846Z Compiling which v4.4.0
31542024-04-19T20:00:56.850Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b90118a421c4c76 -C extra-filename=-0b90118a421c4c76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552024-04-19T20:00:57.512Z Compiling peeking_take_while v0.1.2
31562024-04-19T20:00:57.516Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57b896bac988f030 -C extra-filename=-57b896bac988f030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572024-04-19T20:00:57.668Z Compiling ref-cast v1.0.22
31582024-04-19T20:00:57.703Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a100357e6d566e1 -C extra-filename=-9a100357e6d566e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-9a100357e6d566e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592024-04-19T20:00:57.938Z Compiling maplit v1.0.2
31602024-04-19T20:00:57.947Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75c76d88cc18162b -C extra-filename=-75c76d88cc18162b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612024-04-19T20:00:58.061Z Compiling lazycell v1.3.0
31622024-04-19T20:00:58.116Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b036786ec6cc4907 -C extra-filename=-b036786ec6cc4907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632024-04-19T20:00:58.250Z Compiling rustc-hash v1.1.0
31642024-04-19T20:00:58.261Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8ae2b579b19ecbee -C extra-filename=-8ae2b579b19ecbee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652024-04-19T20:00:58.290Z Compiling shlex v1.3.0
31662024-04-19T20:00:58.713Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=32ecc335f5465c05 -C extra-filename=-32ecc335f5465c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672024-04-19T20:00:58.719Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-9a100357e6d566e1/build-script-build`
31682024-04-19T20:00:58.720Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31692024-04-19T20:00:58.720Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=099b7c15678a3391 -C extra-filename=-099b7c15678a3391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-65d6a5166c257be2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702024-04-19T20:00:58.720Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=5638f08bc86011ad -C extra-filename=-5638f08bc86011ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-d8fe53a0b4688ad2.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-0c42300343a7c7ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-b036786ec6cc4907.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-57b896bac988f030.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2583b58323c3ccda.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8ae2b579b19ecbee.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-32ecc335f5465c05.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-0b90118a421c4c76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712024-04-19T20:00:58.831Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1522341cabdcfb4a -C extra-filename=-1522341cabdcfb4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-43157153cd152465.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-b084f503a5438d4a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-1f273e6bec843412.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-b3b773931263453a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-708eb38cbbb0bc7b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-29ced50c3d143b16.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-71f9f09b51d2a543.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7852f824b1f8b333.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-85f7a9f8fbd2037d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
31722024-04-19T20:00:59.102Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31732024-04-19T20:00:59.116Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3998010939f874e1 -C extra-filename=-3998010939f874e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-10814480c3ff86c7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d83cff45f6d36ea5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31742024-04-19T20:00:59.237Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-afc47821540b70e2/build-script-build`
31752024-04-19T20:00:59.282Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31762024-04-19T20:00:59.282Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e0a9f7b941e2193 -C extra-filename=-4e0a9f7b941e2193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8798caa517ad4d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-47d107dc8635540a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
31772024-04-19T20:00:59.467Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d11ff2a7d0246efa -C extra-filename=-d11ff2a7d0246efa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-d728d0240d9a9af8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
31782024-04-19T20:00:59.754Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31792024-04-19T20:00:59.759Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d476f1715994aa3f -C extra-filename=-d476f1715994aa3f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-d476f1715994aa3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8f2c5f72cb9d1c67.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
31802024-04-19T20:01:00.165Z Compiling derive_builder_core v0.20.0
31812024-04-19T20:01:00.170Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' -C metadata=cff39c914fb26b0e -C extra-filename=-cff39c914fb26b0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-94c04ebed974fe4b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822024-04-19T20:01:05.606Z Compiling signal-hook-tokio v0.3.1
31832024-04-19T20:01:06.041Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=b9564dd46bcb909e -C extra-filename=-b9564dd46bcb909e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842024-04-19T20:01:06.041Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31852024-04-19T20:01:06.041Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c245910f3bba442e -C extra-filename=-c245910f3bba442e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1a1678ba78df6067.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862024-04-19T20:01:06.041Z Compiling serde-big-array v0.4.1
31872024-04-19T20:01:06.042Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfef25f8c6f39569 -C extra-filename=-dfef25f8c6f39569 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882024-04-19T20:01:06.042Z Compiling ref-cast-impl v1.0.22
31892024-04-19T20:01:06.042Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ecd00ce013be7af -C extra-filename=-4ecd00ce013be7af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902024-04-19T20:01:06.331Z Compiling libxml v0.3.3
31912024-04-19T20:01:06.331Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7753908e8d4de12c -C extra-filename=-7753908e8d4de12c --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-7753908e8d4de12c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1c87eb8758148fb3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922024-04-19T20:01:06.331Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31932024-04-19T20:01:06.331Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=dbac0a0bf56cc6ab -C extra-filename=-dbac0a0bf56cc6ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-099b7c15678a3391.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-d11ff2a7d0246efa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-dfef25f8c6f39569.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942024-04-19T20:01:06.331Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f49f4afbdb722504 -C extra-filename=-f49f4afbdb722504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-4ecd00ce013be7af.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952024-04-19T20:01:06.331Z Compiling derive_builder_macro v0.20.0
31962024-04-19T20:01:06.331Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' -C metadata=fc3eab5383e68ce5 -C extra-filename=-fc3eab5383e68ce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-cff39c914fb26b0e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972024-04-19T20:01:06.331Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-7753908e8d4de12c/build-script-build`
31982024-04-19T20:01:06.332Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31992024-04-19T20:01:06.332Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72be45972994b9ce -C extra-filename=-72be45972994b9ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1522341cabdcfb4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4cf7d33720e184f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b9564dd46bcb909e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c8878c8d45ed677.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32002024-04-19T20:01:06.332Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-d476f1715994aa3f/build-script-build`
32012024-04-19T20:01:06.332Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32022024-04-19T20:01:06.332Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=ee89944e7d44707e -C extra-filename=-ee89944e7d44707e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
32032024-04-19T20:01:06.332Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e404bdb73aeb2d99 -C extra-filename=-e404bdb73aeb2d99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5589d78d903f53c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-685ce91a95717acb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32042024-04-19T20:01:06.332Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32052024-04-19T20:01:06.332Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=319abb569ce8dc20 -C extra-filename=-319abb569ce8dc20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32062024-04-19T20:01:07.427Z Compiling peg-macros v0.8.2
32072024-04-19T20:01:07.502Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69502503a1aae831 -C extra-filename=-69502503a1aae831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082024-04-19T20:01:07.640Z Compiling strum_macros v0.24.3
32092024-04-19T20:01:07.728Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=009be6bb2779d57f -C extra-filename=-009be6bb2779d57f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102024-04-19T20:01:09.581Z Compiling sqlparser_derive v0.2.2
32112024-04-19T20:01:09.691Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc80e0384d204a73 -C extra-filename=-bc80e0384d204a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122024-04-19T20:01:09.691Z Compiling cookie v0.18.1
32132024-04-19T20:01:09.691Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab071a76c79e68d5 -C extra-filename=-ab071a76c79e68d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-ab071a76c79e68d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142024-04-19T20:01:10.474Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
32152024-04-19T20:01:10.669Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80290388e1ad3b04 -C extra-filename=-80290388e1ad3b04 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-80290388e1ad3b04 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162024-04-19T20:01:10.669Z Compiling unicode_categories v0.1.1
32172024-04-19T20:01:10.669Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de74123180091635 -C extra-filename=-de74123180091635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182024-04-19T20:01:10.745Z Compiling indoc v1.0.9
32192024-04-19T20:01:10.745Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2cd91c7f91fb910d -C extra-filename=-2cd91c7f91fb910d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202024-04-19T20:01:10.936Z Compiling corncobs v0.1.3
32212024-04-19T20:01:11.162Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=6445bb9046bf004a -C extra-filename=-6445bb9046bf004a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222024-04-19T20:01:11.420Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32232024-04-19T20:01:11.420Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=5a2b18ad8234bc3c -C extra-filename=-5a2b18ad8234bc3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-6445bb9046bf004a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-099b7c15678a3391.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-d11ff2a7d0246efa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-dbac0a0bf56cc6ab.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-9b67bfa3bc4355e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242024-04-19T20:01:11.603Z Compiling peg v0.8.2
32252024-04-19T20:01:11.790Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1ac7cfe6df08972c -C extra-filename=-1ac7cfe6df08972c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-69502503a1aae831.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262024-04-19T20:01:11.790Z Compiling sqlparser v0.45.0
32272024-04-19T20:01:11.790Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' -C metadata=cc5b5bd1d09aced2 -C extra-filename=-cc5b5bd1d09aced2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-bc80e0384d204a73.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282024-04-19T20:01:11.790Z Compiling sqlformat v0.2.3
32292024-04-19T20:01:11.790Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc158bba336639b2 -C extra-filename=-fc158bba336639b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-de96fd06cf0e5bf5.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-de74123180091635.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302024-04-19T20:01:11.818Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-80290388e1ad3b04/build-script-build`
32312024-04-19T20:01:11.819Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-ab071a76c79e68d5/build-script-build`
32322024-04-19T20:01:11.872Z Compiling rustyline v14.0.0
32332024-04-19T20:01:11.905Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' -C metadata=8ae972901db002af -C extra-filename=-8ae972901db002af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-8b5c973bbc6dbcb9.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-1e224963060d30af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ee89944e7d44707e.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-018bab65e90d5b53.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-06c9e9fa03fbc0c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342024-04-19T20:01:11.905Z Compiling derive_builder v0.20.0
32352024-04-19T20:01:11.958Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a265ebf5cfe51d48 -C extra-filename=-a265ebf5cfe51d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-fc3eab5383e68ce5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362024-04-19T20:01:12.074Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e01bec648f03a7b6 -C extra-filename=-e01bec648f03a7b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
32372024-04-19T20:01:14.869Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32382024-04-19T20:01:15.308Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=4b3f8c71f9391919 -C extra-filename=-4b3f8c71f9391919 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-4b3f8c71f9391919 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8f2c5f72cb9d1c67.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32392024-04-19T20:01:15.640Z Compiling bb8 v0.8.3
32402024-04-19T20:01:15.640Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=a3306d9439f2ccce -C extra-filename=-a3306d9439f2ccce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412024-04-19T20:01:15.640Z Compiling const_format_proc_macros v0.2.32
32422024-04-19T20:01:15.640Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9858f484ecd89dc1 -C extra-filename=-9858f484ecd89dc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cded253ddea7e430.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432024-04-19T20:01:16.101Z Compiling bcs v0.1.6
32442024-04-19T20:01:16.408Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76a75c4957df355c -C extra-filename=-76a75c4957df355c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452024-04-19T20:01:16.911Z Compiling quick-xml v0.31.0
32462024-04-19T20:01:16.912Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=667ca98df4509514 -C extra-filename=-667ca98df4509514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472024-04-19T20:01:16.912Z Compiling impl-trait-for-tuples v0.2.2
32482024-04-19T20:01:17.302Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8014d676f7601096 -C extra-filename=-8014d676f7601096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492024-04-19T20:01:18.070Z Compiling oso-derive v0.27.3
32502024-04-19T20:01:18.416Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65e0242ebb131f0c -C extra-filename=-65e0242ebb131f0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512024-04-19T20:01:20.242Z Compiling highway v1.1.0
32522024-04-19T20:01:21.349Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9dfbd126aecbb7c8 -C extra-filename=-9dfbd126aecbb7c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532024-04-19T20:01:21.349Z Compiling const_format v0.2.32
32542024-04-19T20:01:21.350Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d850075d6a742a33 -C extra-filename=-d850075d6a742a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-9858f484ecd89dc1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552024-04-19T20:01:21.350Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
32562024-04-19T20:01:21.350Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' -C metadata=22bc716ddf28db8c -C extra-filename=-22bc716ddf28db8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a3306d9439f2ccce.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32572024-04-19T20:01:21.884Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-4b3f8c71f9391919/build-script-build`
32582024-04-19T20:01:21.884Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=329e9c57c97016a7 -C extra-filename=-329e9c57c97016a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592024-04-19T20:01:21.884Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7b3dcfb5877a9a1 -C extra-filename=-f7b3dcfb5877a9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32602024-04-19T20:01:21.885Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08e2ae3712bd2a2d -C extra-filename=-08e2ae3712bd2a2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e404bdb73aeb2d99.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-9576275ddb4962bc.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-319abb569ce8dc20.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ab405e7d43456c80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32612024-04-19T20:01:22.185Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32622024-04-19T20:01:22.185Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f7375103ec86283 -C extra-filename=-0f7375103ec86283 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5589d78d903f53c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-685ce91a95717acb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32632024-04-19T20:01:38.860Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32642024-04-19T20:01:38.860Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=09ff3c011307dcb5 -C extra-filename=-09ff3c011307dcb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32652024-04-19T20:01:38.991Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32662024-04-19T20:01:38.991Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=fdf912a3d26849d8 -C extra-filename=-fdf912a3d26849d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ed41359b289f0117.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-76a75c4957df355c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-9dfbd126aecbb7c8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1ac7cfe6df08972c.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8ae972901db002af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fc158bba336639b2.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-cc5b5bd1d09aced2.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32672024-04-19T20:01:38.991Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32682024-04-19T20:01:38.991Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82bfd9cadafc3dec -C extra-filename=-82bfd9cadafc3dec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-72be45972994b9ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-5a2b18ad8234bc3c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/`
32692024-04-19T20:01:38.992Z Compiling assert_matches v1.5.0
32702024-04-19T20:01:38.992Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e7bffc3196f4c4f -C extra-filename=-6e7bffc3196f4c4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712024-04-19T20:01:38.992Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32722024-04-19T20:01:38.992Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27e6d15a25b294ad -C extra-filename=-27e6d15a25b294ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-72be45972994b9ce.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32732024-04-19T20:01:38.992Z Compiling rand_seeder v0.2.3
32742024-04-19T20:01:38.992Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13671f9aededfb44 -C extra-filename=-13671f9aededfb44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752024-04-19T20:01:38.992Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32762024-04-19T20:01:38.992Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d3c89a477f31cc2 -C extra-filename=-1d3c89a477f31cc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-37f157b250cb7cb4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-13671f9aededfb44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32772024-04-19T20:01:38.992Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32782024-04-19T20:01:38.992Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6455990a39724653 -C extra-filename=-6455990a39724653 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32792024-04-19T20:01:38.992Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32802024-04-19T20:01:38.992Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8dc0348c778ebba -C extra-filename=-d8dc0348c778ebba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1d3c89a477f31cc2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32812024-04-19T20:01:38.992Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32822024-04-19T20:01:38.992Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=054454c58a322eda -C extra-filename=-054454c58a322eda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32832024-04-19T20:01:38.992Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32842024-04-19T20:01:38.992Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e69b35d100b9dcf9 -C extra-filename=-e69b35d100b9dcf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32852024-04-19T20:01:39.239Z Compiling portable-atomic v1.4.3
32862024-04-19T20:01:39.243Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=1139e0cbc21bf798 -C extra-filename=-1139e0cbc21bf798 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-1139e0cbc21bf798 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872024-04-19T20:01:39.666Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32882024-04-19T20:01:39.682Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9f886464f21f0ea -C extra-filename=-f9f886464f21f0ea --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-f9f886464f21f0ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8f2c5f72cb9d1c67.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32892024-04-19T20:01:40.025Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32902024-04-19T20:01:40.048Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6a849f97a3d6a5c -C extra-filename=-f6a849f97a3d6a5c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f6a849f97a3d6a5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8f2c5f72cb9d1c67.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
32912024-04-19T20:01:40.376Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1139e0cbc21bf798/build-script-build`
32922024-04-19T20:01:40.443Z Compiling castaway v0.2.2
32932024-04-19T20:01:40.468Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2b69a3c00079cc2a -C extra-filename=-2b69a3c00079cc2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942024-04-19T20:01:40.468Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=4a2fee08c47e0a52 -C extra-filename=-4a2fee08c47e0a52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_llvm_16`
32952024-04-19T20:01:40.640Z Compiling compact_str v0.7.1
32962024-04-19T20:01:40.645Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22ee7828fb95d4ce -C extra-filename=-22ee7828fb95d4ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-2b69a3c00079cc2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972024-04-19T20:01:41.775Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f6a849f97a3d6a5c/build-script-build`
32982024-04-19T20:01:41.815Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-f9f886464f21f0ea/build-script-build`
32992024-04-19T20:01:41.852Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33002024-04-19T20:01:41.888Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=812dd105a9249a75 -C extra-filename=-812dd105a9249a75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1d3c89a477f31cc2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
33012024-04-19T20:01:41.902Z Compiling lru v0.12.1
33022024-04-19T20:01:41.902Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name lru /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' -C metadata=bc8cf7844041bd4b -C extra-filename=-bc8cf7844041bd4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-de119afeab1f4eaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032024-04-19T20:01:42.199Z Compiling stability v0.2.0
33042024-04-19T20:01:42.207Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ad20d71c8347dc3 -C extra-filename=-5ad20d71c8347dc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052024-04-19T20:01:43.496Z Compiling number_prefix v0.4.0
33062024-04-19T20:01:43.508Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aae0ce4dbbb8d803 -C extra-filename=-aae0ce4dbbb8d803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072024-04-19T20:01:43.749Z Compiling indoc v2.0.3
33082024-04-19T20:01:43.773Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a683cd2f2ad9b57 -C extra-filename=-9a683cd2f2ad9b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092024-04-19T20:01:45.021Z Compiling cassowary v0.3.0
33102024-04-19T20:01:45.043Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=874d61889f5bff43 -C extra-filename=-874d61889f5bff43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112024-04-19T20:01:46.445Z Compiling ratatui v0.26.2
33122024-04-19T20:01:46.455Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::string_to_string' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=2d59b241b55d6d72 -C extra-filename=-2d59b241b55d6d72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-874d61889f5bff43.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-22ee7828fb95d4ce.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9a683cd2f2ad9b57.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-bc8cf7844041bd4b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-5ad20d71c8347dc3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132024-04-19T20:01:47.426Z Compiling indicatif v0.17.8
33142024-04-19T20:01:47.438Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=f7faa688538765f3 -C extra-filename=-f7faa688538765f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-aae0ce4dbbb8d803.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-4a2fee08c47e0a52.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152024-04-19T20:01:49.699Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33162024-04-19T20:01:49.706Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cdd13e76044ba081 -C extra-filename=-cdd13e76044ba081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
33172024-04-19T20:01:50.078Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33182024-04-19T20:01:50.081Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e015f42ffc5d6a9 -C extra-filename=-8e015f42ffc5d6a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-8e015f42ffc5d6a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8f2c5f72cb9d1c67.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
33192024-04-19T20:01:50.440Z Compiling smawk v0.3.1
33202024-04-19T20:01:50.443Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9f90bcdf2793aef5 -C extra-filename=-9f90bcdf2793aef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212024-04-19T20:01:50.686Z Compiling unicode-linebreak v0.1.5
33222024-04-19T20:01:50.704Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab72a8b652d32aae -C extra-filename=-ab72a8b652d32aae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232024-04-19T20:01:51.185Z Compiling textwrap v0.16.1
33242024-04-19T20:01:51.196Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=d72924ef586cc110 -C extra-filename=-d72924ef586cc110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-9f90bcdf2793aef5.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-ab72a8b652d32aae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252024-04-19T20:01:51.850Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-8e015f42ffc5d6a9/build-script-build`
33262024-04-19T20:01:51.888Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
33272024-04-19T20:01:51.891Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5677c7b/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fbc7e3118d05db6 -C extra-filename=-2fbc7e3118d05db6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-88036c1895ea3e9d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
33282024-04-19T20:01:52.503Z Compiling fatfs v0.3.6
33292024-04-19T20:01:52.507Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ffb66af192f61424 -C extra-filename=-ffb66af192f61424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302024-04-19T20:01:53.522Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33312024-04-19T20:01:53.526Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ac9908033330688 -C extra-filename=-1ac9908033330688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
33322024-04-19T20:01:54.297Z Compiling is_ci v1.2.0
33332024-04-19T20:01:54.302Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85d9c8abb87887f2 -C extra-filename=-85d9c8abb87887f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342024-04-19T20:01:54.410Z Compiling rtoolbox v0.0.1
33352024-04-19T20:01:54.414Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eef686eca508c80a -C extra-filename=-eef686eca508c80a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362024-04-19T20:01:54.579Z Compiling supports-color v3.0.0
33372024-04-19T20:01:54.593Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0cc926e5fa2ee3c -C extra-filename=-b0cc926e5fa2ee3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-85d9c8abb87887f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382024-04-19T20:01:54.869Z Compiling rpassword v7.3.1
33392024-04-19T20:01:54.904Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7273c279e12ceb3 -C extra-filename=-a7273c279e12ceb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-eef686eca508c80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402024-04-19T20:01:55.004Z Compiling tui-tree-widget v0.19.0
33412024-04-19T20:01:55.011Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b57eeae86f7393d -C extra-filename=-0b57eeae86f7393d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2d59b241b55d6d72.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422024-04-19T20:01:55.224Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33432024-04-19T20:01:55.228Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=34ae691b54b0d111 -C extra-filename=-34ae691b54b0d111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
33442024-04-19T20:01:55.362Z Compiling shell-words v1.1.0
33452024-04-19T20:01:55.366Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b91cae5995a8e411 -C extra-filename=-b91cae5995a8e411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462024-04-19T20:01:55.694Z Compiling getrandom v0.1.16
33472024-04-19T20:01:55.700Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=e04c07421f5a67b4 -C extra-filename=-e04c07421f5a67b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-e04c07421f5a67b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482024-04-19T20:01:56.584Z Compiling yansi v0.5.1
33492024-04-19T20:01:56.588Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4291c946af66e4ce -C extra-filename=-4291c946af66e4ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502024-04-19T20:01:56.938Z Compiling pretty_assertions v1.4.0
33512024-04-19T20:01:56.970Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0b70af109647b6ae -C extra-filename=-0b70af109647b6ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-f43cd67f3219fc4e.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-4291c946af66e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522024-04-19T20:01:57.340Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-e04c07421f5a67b4/build-script-build`
33532024-04-19T20:01:57.377Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33542024-04-19T20:01:57.382Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e106ad929023e71 -C extra-filename=-0e106ad929023e71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
33552024-04-19T20:01:57.808Z Compiling target-lexicon v0.12.13
33562024-04-19T20:01:58.226Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=975e11a33e7c03af -C extra-filename=-975e11a33e7c03af --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-975e11a33e7c03af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572024-04-19T20:01:58.455Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-975e11a33e7c03af/build-script-build`
33582024-04-19T20:01:58.539Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=61f5b65c456c8eb9 -C extra-filename=-61f5b65c456c8eb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592024-04-19T20:01:59.095Z Compiling rfc6979 v0.4.0
33602024-04-19T20:01:59.099Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8b20bb98f61eec1 -C extra-filename=-a8b20bb98f61eec1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-62b870644306af02.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612024-04-19T20:01:59.341Z Compiling doc-comment v0.3.3
33622024-04-19T20:01:59.798Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2904883623af580 -C extra-filename=-a2904883623af580 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-a2904883623af580 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632024-04-19T20:02:00.048Z Compiling guppy-workspace-hack v0.1.0
33642024-04-19T20:02:00.148Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d4f6070ba63f701 -C extra-filename=-6d4f6070ba63f701 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-6d4f6070ba63f701 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652024-04-19T20:02:01.790Z Compiling winapi v0.3.9
33662024-04-19T20:02:02.028Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=e4a5cfb90af928b2 -C extra-filename=-e4a5cfb90af928b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/winapi-e4a5cfb90af928b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672024-04-19T20:02:02.028Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-6d4f6070ba63f701/build-script-build`
33682024-04-19T20:02:02.028Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-a2904883623af580/build-script-build`
33692024-04-19T20:02:02.028Z Running `/work/oxidecomputer/omicron/target/debug/build/winapi-e4a5cfb90af928b2/build-script-build`
33702024-04-19T20:02:02.028Z Compiling ecdsa v0.16.9
33712024-04-19T20:02:02.028Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' -C metadata=368f97e786d187a0 -C extra-filename=-368f97e786d187a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-299cf69c1e3f7a87.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-06aeec7ef719afba.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-a8b20bb98f61eec1.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1f0cc2a17dbaf20f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-5c3c8031ae2e0c9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722024-04-19T20:02:02.028Z Compiling rand_core v0.5.1
33732024-04-19T20:02:02.028Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=ba838982b040d057 -C extra-filename=-ba838982b040d057 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-61f5b65c456c8eb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742024-04-19T20:02:02.119Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33752024-04-19T20:02:02.134Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e21e490c72b48d83 -C extra-filename=-e21e490c72b48d83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2d59b241b55d6d72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-13bac543d4dd193b.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b57eeae86f7393d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ac9908033330688.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
33762024-04-19T20:02:02.289Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eff84727662a6f38 -C extra-filename=-eff84727662a6f38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
33772024-04-19T20:02:03.108Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33782024-04-19T20:02:03.144Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6495cb6d2edc7412 -C extra-filename=-6495cb6d2edc7412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
33792024-04-19T20:02:04.837Z Compiling primeorder v0.13.6
33802024-04-19T20:02:05.258Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f99db944de2b581 -C extra-filename=-4f99db944de2b581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-06aeec7ef719afba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812024-04-19T20:02:05.422Z Compiling cargo-platform v0.1.3
33822024-04-19T20:02:05.427Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3aca0366544fec9 -C extra-filename=-d3aca0366544fec9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832024-04-19T20:02:06.036Z Compiling target-spec v3.1.0
33842024-04-19T20:02:06.040Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d0d03063c91db03 -C extra-filename=-8d0d03063c91db03 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-8d0d03063c91db03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852024-04-19T20:02:06.687Z Compiling option-ext v0.2.0
33862024-04-19T20:02:06.705Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name option_ext /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=316366b7d0638767 -C extra-filename=-316366b7d0638767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872024-04-19T20:02:06.854Z Compiling assert_cmd v2.0.14
33882024-04-19T20:02:06.860Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1195a21fe234078 -C extra-filename=-a1195a21fe234078 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-a1195a21fe234078 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892024-04-19T20:02:07.361Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-a1195a21fe234078/build-script-build`
33902024-04-19T20:02:07.487Z Compiling dirs-sys v0.4.1
33912024-04-19T20:02:07.554Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fef4fe9bd26b7910 -C extra-filename=-fef4fe9bd26b7910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-316366b7d0638767.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922024-04-19T20:02:08.071Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-8d0d03063c91db03/build-script-build`
33932024-04-19T20:02:08.109Z Compiling cargo_metadata v0.18.1
33942024-04-19T20:02:08.132Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9070888f9e629c6a -C extra-filename=-9070888f9e629c6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-d3aca0366544fec9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952024-04-19T20:02:08.925Z Compiling cfg-expr v0.15.6
33962024-04-19T20:02:08.929Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' -C metadata=14c37fbe7e7b631c -C extra-filename=-14c37fbe7e7b631c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-eff84727662a6f38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972024-04-19T20:02:10.327Z Compiling rand_chacha v0.2.2
33982024-04-19T20:02:10.330Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=6cb973877c8a197c -C extra-filename=-6cb973877c8a197c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-8f6ebf3a73b53cd2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba838982b040d057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992024-04-19T20:02:11.888Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c59758b3bc8577b3 -C extra-filename=-c59758b3bc8577b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002024-04-19T20:02:11.912Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name winapi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=13717d1b007eddf5 -C extra-filename=-13717d1b007eddf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012024-04-19T20:02:12.009Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fedaa7cf1d50053a -C extra-filename=-fedaa7cf1d50053a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022024-04-19T20:02:12.040Z Compiling polyval v0.6.1
34032024-04-19T20:02:12.050Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b88002eae322d8c -C extra-filename=-3b88002eae322d8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-b6a9d9f9aff45479.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-1ea5d4d39e3dd960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042024-04-19T20:02:12.141Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
34052024-04-19T20:02:12.170Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ccfd990c75c53324 -C extra-filename=-ccfd990c75c53324 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
34062024-04-19T20:02:12.522Z Compiling ed25519 v2.2.2
34072024-04-19T20:02:12.536Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=06a1e8ef274ea5d5 -C extra-filename=-06a1e8ef274ea5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1f0cc2a17dbaf20f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082024-04-19T20:02:12.983Z Compiling http-body v1.0.0
34092024-04-19T20:02:12.995Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f12064d02c18549 -C extra-filename=-6f12064d02c18549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-de831b6f2b0f494e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102024-04-19T20:02:13.242Z Compiling aes v0.8.3
34112024-04-19T20:02:13.246Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=22d4e9ac0161bdbc -C extra-filename=-22d4e9ac0161bdbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ba93369a602aefa2.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122024-04-19T20:02:16.149Z Compiling blowfish v0.9.1
34132024-04-19T20:02:16.155Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' -C metadata=c68112a1b1cd81fb -C extra-filename=-c68112a1b1cd81fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ba93369a602aefa2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142024-04-19T20:02:16.659Z Compiling ctr v0.9.2
34152024-04-19T20:02:16.676Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=60580b26e7612646 -C extra-filename=-60580b26e7612646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ba93369a602aefa2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162024-04-19T20:02:17.079Z Compiling password-hash v0.4.2
34172024-04-19T20:02:17.104Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' -C metadata=8472b44186421a27 -C extra-filename=-8472b44186421a27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-89d333838280fc83.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182024-04-19T20:02:18.022Z Compiling pbkdf2 v0.12.2
34192024-04-19T20:02:18.044Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7fbc276e98eb2db -C extra-filename=-f7fbc276e98eb2db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202024-04-19T20:02:18.225Z Compiling plotters-backend v0.3.5
34212024-04-19T20:02:18.225Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e1a719a99c5c2a2 -C extra-filename=-5e1a719a99c5c2a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222024-04-19T20:02:18.811Z Compiling hex-literal v0.4.1
34232024-04-19T20:02:18.826Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f1e5a9d0c60f451 -C extra-filename=-7f1e5a9d0c60f451 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242024-04-19T20:02:19.004Z Compiling tower-layer v0.3.2
34252024-04-19T20:02:19.020Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=042d9b31aa54210a -C extra-filename=-042d9b31aa54210a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262024-04-19T20:02:19.330Z Compiling tower v0.4.13
34272024-04-19T20:02:19.350Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' -C metadata=004861e0c4570760 -C extra-filename=-004861e0c4570760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-06f515a84ae05841.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-042d9b31aa54210a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282024-04-19T20:02:20.305Z Compiling plotters-svg v0.3.5
34292024-04-19T20:02:20.309Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48d5ac72991c551e -C extra-filename=-48d5ac72991c551e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-5e1a719a99c5c2a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302024-04-19T20:02:20.765Z Compiling bcrypt-pbkdf v0.10.0
34312024-04-19T20:02:21.237Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b67b18a67193fd93 -C extra-filename=-b67b18a67193fd93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-c68112a1b1cd81fb.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f7fbc276e98eb2db.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322024-04-19T20:02:21.378Z Compiling pbkdf2 v0.11.0
34332024-04-19T20:02:21.392Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' -C metadata=7be1758712c6771d -C extra-filename=-7be1758712c6771d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-62b870644306af02.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-8472b44186421a27.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342024-04-19T20:02:21.772Z Compiling hyper v1.1.0
34352024-04-19T20:02:21.781Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="http1"' -C metadata=ae901025ca1f2a76 -C extra-filename=-ae901025ca1f2a76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-de831b6f2b0f494e.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6f12064d02c18549.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-b2d56623507e70ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362024-04-19T20:02:24.613Z Compiling ed25519-dalek v2.0.0
34372024-04-19T20:02:24.628Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=4a7892cdaeb35f27 -C extra-filename=-4a7892cdaeb35f27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-56d2aee7f7e9ff9e.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-06a1e8ef274ea5d5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382024-04-19T20:02:25.589Z Compiling ghash v0.5.0
34392024-04-19T20:02:25.598Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=408e8d5115b262f1 -C extra-filename=-408e8d5115b262f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-b6a9d9f9aff45479.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-3b88002eae322d8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402024-04-19T20:02:25.792Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4da0666d82ba434f -C extra-filename=-4da0666d82ba434f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-14c37fbe7e7b631c.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-fedaa7cf1d50053a.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-eff84727662a6f38.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412024-04-19T20:02:26.877Z Compiling russh-cryptovec v0.7.0
34422024-04-19T20:02:26.895Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bbf85523f097f36c -C extra-filename=-bbf85523f097f36c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern winapi=/work/oxidecomputer/omicron/target/debug/deps/libwinapi-13717d1b007eddf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432024-04-19T20:02:27.200Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dfb8b270f712434 -C extra-filename=-1dfb8b270f712434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d3c176ef90f87889.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-50c08ae0c2a764b7.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-c59758b3bc8577b3.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8605a284a16ecfcb.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-826c175543d43584.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2906a7417e84ff8b.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6c9e05988e8bfefb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442024-04-19T20:02:28.629Z Compiling rand v0.7.3
34452024-04-19T20:02:28.635Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=d395be29eaac2436 -C extra-filename=-d395be29eaac2436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-61f5b65c456c8eb9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6cb973877c8a197c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba838982b040d057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462024-04-19T20:02:31.232Z Compiling dirs v5.0.1
34472024-04-19T20:02:31.240Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dirs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9933b3e9afda0243 -C extra-filename=-9933b3e9afda0243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_sys=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys-fef4fe9bd26b7910.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482024-04-19T20:02:31.476Z Compiling p521 v0.13.3
34492024-04-19T20:02:31.483Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' -C metadata=0975d67fa737ca7e -C extra-filename=-0975d67fa737ca7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-68acca32a1755a7f.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-368f97e786d187a0.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-06aeec7ef719afba.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4f99db944de2b581.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502024-04-19T20:02:32.004Z Compiling samael v0.0.15
34512024-04-19T20:02:32.013Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=625a5f1781e0a178 -C extra-filename=-625a5f1781e0a178 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-625a5f1781e0a178 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-5638f08bc86011ad.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1c87eb8758148fb3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522024-04-19T20:02:33.946Z Compiling p256 v0.13.2
34532024-04-19T20:02:33.962Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=4520db3df4268c68 -C extra-filename=-4520db3df4268c68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-368f97e786d187a0.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-06aeec7ef719afba.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4f99db944de2b581.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542024-04-19T20:02:34.288Z Compiling pathdiff v0.2.1
34552024-04-19T20:02:34.319Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' -C metadata=1a465e8b57ce8982 -C extra-filename=-1a465e8b57ce8982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562024-04-19T20:02:34.417Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-625a5f1781e0a178/build-script-bindings`
34572024-04-19T20:02:34.471Z Compiling cbc v0.1.2
34582024-04-19T20:02:34.479Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' -C metadata=21300640f0b9ee3f -C extra-filename=-21300640f0b9ee3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ba93369a602aefa2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592024-04-19T20:02:34.753Z Compiling cast v0.3.0
34602024-04-19T20:02:34.765Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fae15fb6ddac549e -C extra-filename=-fae15fb6ddac549e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612024-04-19T20:02:34.779Z Compiling md5 v0.7.0
34622024-04-19T20:02:34.792Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name md5 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64982e1b7e186d47 -C extra-filename=-64982e1b7e186d47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632024-04-19T20:02:35.270Z Compiling nested v0.1.1
34642024-04-19T20:02:35.284Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nested /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5517b07907d41af7 -C extra-filename=-5517b07907d41af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652024-04-19T20:02:35.859Z Compiling criterion-plot v0.5.0
34662024-04-19T20:02:35.874Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bac95d5743d5cad7 -C extra-filename=-bac95d5743d5cad7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-fae15fb6ddac549e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672024-04-19T20:02:35.874Z Compiling guppy v0.17.5
34682024-04-19T20:02:35.874Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8fdd4d3eeac3c5f -C extra-filename=-b8fdd4d3eeac3c5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1c26e3969febf8d9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9070888f9e629c6a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-44714f1a528ea01f.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-fedaa7cf1d50053a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-5517b07907d41af7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-1a465e8b57ce8982.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-4da0666d82ba434f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692024-04-19T20:02:36.554Z Compiling russh-keys v0.43.0
34702024-04-19T20:02:36.570Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=277018c61bf8eba9 -C extra-filename=-277018c61bf8eba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-22d4e9ac0161bdbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-b67b18a67193fd93.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-4f6b2ed8d71c5d56.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-21300640f0b9ee3f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-60580b26e7612646.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-9933b3e9afda0243.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-4a7892cdaeb35f27.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-62b870644306af02.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-2733ae3d7b11b5c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-64982e1b7e186d47.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-4520db3df4268c68.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-0975d67fa737ca7e.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-7be1758712c6771d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d395be29eaac2436.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-bbf85523f097f36c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-166a856be7bcc645.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712024-04-19T20:02:37.600Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=9fb3e268540bbb5d -C extra-filename=-9fb3e268540bbb5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-a265ebf5cfe51d48.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-e01bec648f03a7b6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-5cc4302098cb4d7c.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-667ca98df4509514.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic`
34722024-04-19T20:02:39.980Z Compiling aes-gcm v0.10.3
34732024-04-19T20:02:39.984Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=6c5f6bc1a017fbb8 -C extra-filename=-6c5f6bc1a017fbb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-8a05660fd80781c2.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-22d4e9ac0161bdbc.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ba93369a602aefa2.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-60580b26e7612646.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-408e8d5115b262f1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742024-04-19T20:02:40.329Z Compiling hyper-util v0.1.2
34752024-04-19T20:02:40.353Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="http1"' --cfg 'feature="tokio"' -C metadata=180201236bf58b53 -C extra-filename=-180201236bf58b53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-de831b6f2b0f494e.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6f12064d02c18549.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ae901025ca1f2a76.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-004861e0c4570760.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762024-04-19T20:02:42.448Z Compiling plotters v0.3.5
34772024-04-19T20:02:42.453Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=9a083a51779d64bc -C extra-filename=-9a083a51779d64bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-5e1a719a99c5c2a2.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-48d5ac72991c551e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782024-04-19T20:02:42.821Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
34792024-04-19T20:02:42.857Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e7310bf4f089297 -C extra-filename=-0e7310bf4f089297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
34802024-04-19T20:02:44.696Z Compiling rustls-native-certs v0.7.0
34812024-04-19T20:02:44.701Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c248f4d8e7e0a8e6 -C extra-filename=-c248f4d8e7e0a8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-5cc4302098cb4d7c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822024-04-19T20:02:44.912Z Compiling httptest v0.15.5
34832024-04-19T20:02:44.916Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10db9a984765f37b -C extra-filename=-10db9a984765f37b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a49c56be5e82e285.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-5b342d4b6bb060be.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-a3a49be3a807ac3f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842024-04-19T20:02:45.186Z Compiling tinytemplate v1.2.1
34852024-04-19T20:02:45.190Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=baa2febc9bc87dbb -C extra-filename=-baa2febc9bc87dbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862024-04-19T20:02:46.316Z Compiling escape8259 v0.5.2
34872024-04-19T20:02:46.322Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4fc990ffb535c826 -C extra-filename=-4fc990ffb535c826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882024-04-19T20:02:46.737Z Compiling threadpool v1.8.1
34892024-04-19T20:02:46.740Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a68ac68d472470c9 -C extra-filename=-a68ac68d472470c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-748fc070e563926b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902024-04-19T20:02:47.200Z Compiling oorandom v11.1.3
34912024-04-19T20:02:47.208Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a04df5091b376488 -C extra-filename=-a04df5091b376488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922024-04-19T20:02:47.398Z Compiling dhcproto-macros v0.1.0
34932024-04-19T20:02:47.402Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=660d8b289f71c2da -C extra-filename=-660d8b289f71c2da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942024-04-19T20:02:47.631Z Compiling anes v0.1.6
34952024-04-19T20:02:47.708Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d312bd37c09a3804 -C extra-filename=-d312bd37c09a3804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962024-04-19T20:02:48.128Z Compiling criterion v0.5.1
34972024-04-19T20:02:48.138Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=952a1fcd4d36c594 -C extra-filename=-952a1fcd4d36c594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-d312bd37c09a3804.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-fae15fb6ddac549e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-bac95d5743d5cad7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-19a557976b3861d0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-a04df5091b376488.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-9a083a51779d64bc.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca788ba0079f82ce.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-baa2febc9bc87dbb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982024-04-19T20:02:48.508Z Compiling dhcproto v0.11.0
34992024-04-19T20:02:48.525Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d02c928b84572610 -C extra-filename=-d02c928b84572610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-660d8b289f71c2da.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002024-04-19T20:02:49.674Z Compiling libtest-mimic v0.7.2
35012024-04-19T20:02:49.679Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7577f240797f09aa -C extra-filename=-7577f240797f09aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-4fc990ffb535c826.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-06781bb010c39518.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-a68ac68d472470c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022024-04-19T20:02:51.788Z Compiling hyper-rustls v0.26.0
35032024-04-19T20:02:51.792Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' -C metadata=7269b5262a7b1e44 -C extra-filename=-7269b5262a7b1e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-de831b6f2b0f494e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ae901025ca1f2a76.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-180201236bf58b53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-c248f4d8e7e0a8e6.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-86cee15e58fc89c4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out`
35042024-04-19T20:02:51.953Z Compiling russh v0.43.0
35052024-04-19T20:02:51.958Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' -C metadata=67882586350d5e61 -C extra-filename=-67882586350d5e61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-22d4e9ac0161bdbc.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6c5f6bc1a017fbb8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-693a841e9269a903.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-60580b26e7612646.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-56d2aee7f7e9ff9e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-54c1dc08b08abe24.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7f1e5a9d0c60f451.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-62b870644306af02.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-eef2ffb966b3d336.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-bbf85523f097f36c.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-277018c61bf8eba9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-166a856be7bcc645.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062024-04-19T20:02:52.111Z Compiling rstest_macros v0.19.0
35072024-04-19T20:02:52.115Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=c6f3e84abe877d14 -C extra-filename=-c6f3e84abe877d14 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-c6f3e84abe877d14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-680c60603c6146e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082024-04-19T20:02:52.133Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35092024-04-19T20:02:52.137Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d51c13789a57a5d5 -C extra-filename=-d51c13789a57a5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102024-04-19T20:02:52.319Z Compiling internet-checksum v0.2.1
35112024-04-19T20:02:52.323Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f1a3beb8f5da5fc -C extra-filename=-8f1a3beb8f5da5fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122024-04-19T20:02:52.549Z Compiling datatest-stable v0.2.6
35132024-04-19T20:02:52.553Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03bee0bbf1efffdb -C extra-filename=-03bee0bbf1efffdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-7577f240797f09aa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142024-04-19T20:02:52.600Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35152024-04-19T20:02:52.612Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b632ce478e4cbd7 -C extra-filename=-8b632ce478e4cbd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-0e7310bf4f089297.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4cf7d33720e184f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35162024-04-19T20:02:52.728Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-c6f3e84abe877d14/build-script-build`
35172024-04-19T20:02:52.852Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35182024-04-19T20:02:52.859Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=787bc14636850340 -C extra-filename=-787bc14636850340 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-787bc14636850340 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8f2c5f72cb9d1c67.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35192024-04-19T20:02:53.216Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35202024-04-19T20:02:53.240Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9deb0e2c9aefc5d -C extra-filename=-c9deb0e2c9aefc5d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-c9deb0e2c9aefc5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8f2c5f72cb9d1c67.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35212024-04-19T20:02:53.245Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35222024-04-19T20:02:53.682Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e40fa91ce9808248 -C extra-filename=-e40fa91ce9808248 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-e40fa91ce9808248 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8f2c5f72cb9d1c67.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35232024-04-19T20:02:53.682Z Compiling similar-asserts v1.5.0
35242024-04-19T20:02:53.683Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=60f4e22f82698a6e -C extra-filename=-60f4e22f82698a6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252024-04-19T20:02:53.683Z Compiling csv-core v0.1.11
35262024-04-19T20:02:53.683Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e8d30843bac85752 -C extra-filename=-e8d30843bac85752 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272024-04-19T20:02:54.242Z Compiling trybuild v1.0.91
35282024-04-19T20:02:54.268Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.91/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd0afcfc95c164a1 -C extra-filename=-cd0afcfc95c164a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-cd0afcfc95c164a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292024-04-19T20:02:54.798Z Compiling relative-path v1.9.0
35302024-04-19T20:02:54.872Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8fc02a231773883b -C extra-filename=-8fc02a231773883b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312024-04-19T20:02:54.889Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-cd0afcfc95c164a1/build-script-build`
35322024-04-19T20:02:54.889Z Compiling csv v1.3.0
35332024-04-19T20:02:54.889Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fde4e1e91dc4e7d0 -C extra-filename=-fde4e1e91dc4e7d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-e8d30843bac85752.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342024-04-19T20:02:55.579Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=a81a2b69e8307a52 -C extra-filename=-a81a2b69e8307a52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-8fc02a231773883b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352024-04-19T20:02:56.241Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35362024-04-19T20:02:56.245Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a008c493e905ac45 -C extra-filename=-a008c493e905ac45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d3c176ef90f87889.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-d02c928b84572610.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-d51c13789a57a5d5.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0e106ad929023e71.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-67882586350d5e61.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-277018c61bf8eba9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35372024-04-19T20:02:59.690Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-e40fa91ce9808248/build-script-build`
35382024-04-19T20:02:59.848Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-c9deb0e2c9aefc5d/build-script-build`
35392024-04-19T20:02:59.854Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-787bc14636850340/build-script-build`
35402024-04-19T20:02:59.855Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35412024-04-19T20:02:59.855Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9925627bfc4c44a -C extra-filename=-b9925627bfc4c44a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ccfd990c75c53324.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ab405e7d43456c80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ac9908033330688.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35422024-04-19T20:03:00.297Z Compiling multimap v0.10.0
35432024-04-19T20:03:00.300Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name multimap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' -C metadata=6d9c80ce51f8d4ca -C extra-filename=-6d9c80ce51f8d4ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442024-04-19T20:03:00.358Z Compiling futures-timer v3.0.2
35452024-04-19T20:03:00.373Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2752e393ae5e3649 -C extra-filename=-2752e393ae5e3649 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462024-04-19T20:03:00.667Z Compiling constant_time_eq v0.2.6
35472024-04-19T20:03:01.124Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=59c39aae8f8f6783 -C extra-filename=-59c39aae8f8f6783 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482024-04-19T20:03:01.124Z Compiling blake2b_simd v1.0.1
35492024-04-19T20:03:01.124Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=35c4794fb055f99a -C extra-filename=-35c4794fb055f99a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-0682fffab4a0a177.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-65f4e3c72d697965.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-59c39aae8f8f6783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502024-04-19T20:03:01.250Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcc75baef0fd16bd -C extra-filename=-dcc75baef0fd16bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca788ba0079f82ce.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-06781bb010c39518.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512024-04-19T20:03:02.491Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35522024-04-19T20:03:02.498Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d43aa7b9ad3c1e8b -C extra-filename=-d43aa7b9ad3c1e8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e21e490c72b48d83.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35532024-04-19T20:03:02.598Z Compiling partial-io v0.5.4
35542024-04-19T20:03:02.625Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=f82f60050d03ddaf -C extra-filename=-f82f60050d03ddaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-06f515a84ae05841.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552024-04-19T20:03:03.136Z Compiling approx v0.5.1
35562024-04-19T20:03:03.158Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3ce16ecb7ded03f -C extra-filename=-c3ce16ecb7ded03f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572024-04-19T20:03:03.408Z Compiling rust-argon2 v2.1.0
35582024-04-19T20:03:03.413Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0d3cfb41541b1e88 -C extra-filename=-0d3cfb41541b1e88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-35c4794fb055f99a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-460d8a9202deda95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592024-04-19T20:03:05.241Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35602024-04-19T20:03:05.254Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a712784811a907f9 -C extra-filename=-a712784811a907f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a3e40752f5f2cf5c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-6e405db2aebfa69d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35612024-04-19T20:03:05.587Z Compiling rstest v0.19.0
35622024-04-19T20:03:05.606Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=39c10cba453d6441 -C extra-filename=-39c10cba453d6441 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-2752e393ae5e3649.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-a81a2b69e8307a52.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632024-04-19T20:03:05.834Z Compiling cargo_toml v0.19.2
35642024-04-19T20:03:05.842Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.19.2/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d575ec245e99cd2 -C extra-filename=-5d575ec245e99cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652024-04-19T20:03:06.782Z Compiling termios v0.3.3
35662024-04-19T20:03:06.786Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e36d7daea0407e6b -C extra-filename=-e36d7daea0407e6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672024-04-19T20:03:07.074Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35682024-04-19T20:03:07.085Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4cd86556d8824381 -C extra-filename=-4cd86556d8824381 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-e36d7daea0407e6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c8878c8d45ed677.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35692024-04-19T20:03:08.418Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=65120cb239aaef10 -C extra-filename=-65120cb239aaef10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-a712784811a907f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a3e40752f5f2cf5c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-6e405db2aebfa69d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35702024-04-19T20:03:09.291Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bdc8ff9338e29be8 -C extra-filename=-bdc8ff9338e29be8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-c3ce16ecb7ded03f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e793ee7af5e7eb17.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-39c10cba453d6441.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dcc75baef0fd16bd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35712024-04-19T20:03:10.701Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fffb45109c024a53 -C extra-filename=-fffb45109c024a53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-c3ce16ecb7ded03f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e793ee7af5e7eb17.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-39c10cba453d6441.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dcc75baef0fd16bd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35722024-04-19T20:03:11.007Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9130ab87f6ac876c -C extra-filename=-9130ab87f6ac876c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d3c176ef90f87889.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-d02c928b84572610.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a008c493e905ac45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-d51c13789a57a5d5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0e106ad929023e71.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-67882586350d5e61.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-277018c61bf8eba9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35732024-04-19T20:03:11.824Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e045a06790b2357d -C extra-filename=-e045a06790b2357d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-b8fdd4d3eeac3c5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8798caa517ad4d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-47d107dc8635540a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35742024-04-19T20:03:14.477Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=be61419cfcd23be1 -C extra-filename=-be61419cfcd23be1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d3c176ef90f87889.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-d02c928b84572610.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-d51c13789a57a5d5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0e106ad929023e71.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-67882586350d5e61.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-277018c61bf8eba9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35752024-04-19T20:03:14.690Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35762024-04-19T20:03:14.739Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=009e6a2d316a1de2 -C extra-filename=-009e6a2d316a1de2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9070888f9e629c6a.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-5d575ec245e99cd2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772024-04-19T20:03:14.833Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4375f7f601c84759 -C extra-filename=-4375f7f601c84759 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e21e490c72b48d83.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d43aa7b9ad3c1e8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35782024-04-19T20:03:14.910Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=76469d000e5a4e2b -C extra-filename=-76469d000e5a4e2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e21e490c72b48d83.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d43aa7b9ad3c1e8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35792024-04-19T20:03:15.785Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a0588355c4b944ed -C extra-filename=-a0588355c4b944ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-b8fdd4d3eeac3c5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8798caa517ad4d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-47d107dc8635540a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35802024-04-19T20:03:15.913Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bdd063ad40bebe06 -C extra-filename=-bdd063ad40bebe06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-b8fdd4d3eeac3c5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8798caa517ad4d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-47d107dc8635540a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35812024-04-19T20:03:16.633Z Compiling polar-core v0.27.3
35822024-04-19T20:03:16.684Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=00e6484c7f7312ed -C extra-filename=-00e6484c7f7312ed --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-00e6484c7f7312ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-4f55eb0703c096d8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ca788ba0079f82ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832024-04-19T20:03:16.852Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5d35a9b26e37378a -C extra-filename=-5d35a9b26e37378a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1d3c89a477f31cc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35842024-04-19T20:03:16.943Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5ccdd4c383ea2c9e -C extra-filename=-5ccdd4c383ea2c9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d3c176ef90f87889.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-d02c928b84572610.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a008c493e905ac45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-d51c13789a57a5d5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0e106ad929023e71.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-67882586350d5e61.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-277018c61bf8eba9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35852024-04-19T20:03:18.238Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-00e6484c7f7312ed/build-script-build`
35862024-04-19T20:03:19.336Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52b60a5f512385e3 -C extra-filename=-52b60a5f512385e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8798caa517ad4d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-47d107dc8635540a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35872024-04-19T20:03:19.949Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=48f326579d1da12b -C extra-filename=-48f326579d1da12b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-b8fdd4d3eeac3c5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8798caa517ad4d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-47d107dc8635540a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35882024-04-19T20:03:19.974Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=675a6848c5724501 -C extra-filename=-675a6848c5724501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-2cd91c7f91fb910d.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-009be6bb2779d57f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892024-04-19T20:03:22.744Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10a8d531a516b78f -C extra-filename=-10a8d531a516b78f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8798caa517ad4d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-47d107dc8635540a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35902024-04-19T20:03:23.019Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1eea618ba33aac3 -C extra-filename=-b1eea618ba33aac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8798caa517ad4d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-47d107dc8635540a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35912024-04-19T20:03:36.031Z Compiling oso v0.27.3
35922024-04-19T20:03:36.053Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=7b34cc044065172b -C extra-filename=-7b34cc044065172b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-8014d676f7601096.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-65e0242ebb131f0c.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-675a6848c5724501.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932024-04-19T20:03:42.121Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=c7a6b9e779214afa -C extra-filename=-c7a6b9e779214afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-22bc716ddf28db8c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0f7375103ec86283.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a3306d9439f2ccce.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d850075d6a742a33.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-329e9c57c97016a7.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e404bdb73aeb2d99.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-f7b3dcfb5877a9a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-7b34cc044065172b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9fb3e268540bbb5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35942024-04-19T20:03:44.394Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a20cc7ace6dc3ea7 -C extra-filename=-a20cc7ace6dc3ea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-b8fdd4d3eeac3c5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8798caa517ad4d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-47d107dc8635540a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35952024-04-19T20:03:46.503Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=600d458b08f53d5d -C extra-filename=-600d458b08f53d5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d3c176ef90f87889.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-d02c928b84572610.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a008c493e905ac45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-d51c13789a57a5d5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0e106ad929023e71.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-67882586350d5e61.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-277018c61bf8eba9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35962024-04-19T20:03:46.591Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d552d46b1cd6d40 -C extra-filename=-5d552d46b1cd6d40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8798caa517ad4d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-47d107dc8635540a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35972024-04-19T20:03:47.771Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=18fce6d2a671453a -C extra-filename=-18fce6d2a671453a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-0b06a56b4e0943ea.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-952a1fcd4d36c594.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-0d3cfb41541b1e88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
35982024-04-19T20:03:48.900Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f164a57322a4c6f2 -C extra-filename=-f164a57322a4c6f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7f1e5a9d0c60f451.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8b632ce478e4cbd7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-0e7310bf4f089297.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4cf7d33720e184f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f82f60050d03ddaf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-bae9e5251e74ad27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
35992024-04-19T20:03:49.854Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=00a038d7118258dd -C extra-filename=-00a038d7118258dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7f1e5a9d0c60f451.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-0e7310bf4f089297.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4cf7d33720e184f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f82f60050d03ddaf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-bae9e5251e74ad27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36002024-04-19T20:03:51.258Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a170facd279d0450 -C extra-filename=-a170facd279d0450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8b632ce478e4cbd7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-0e7310bf4f089297.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ccfd990c75c53324.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ab405e7d43456c80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e21e490c72b48d83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ac9908033330688.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36012024-04-19T20:03:52.165Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=19367ee4e58638e5 -C extra-filename=-19367ee4e58638e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8b632ce478e4cbd7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-0e7310bf4f089297.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ccfd990c75c53324.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ab405e7d43456c80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e21e490c72b48d83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-b9925627bfc4c44a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ac9908033330688.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36022024-04-19T20:03:53.594Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7d087f62e129d23d -C extra-filename=-7d087f62e129d23d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8b632ce478e4cbd7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-0e7310bf4f089297.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ccfd990c75c53324.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ab405e7d43456c80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e21e490c72b48d83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-b9925627bfc4c44a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ac9908033330688.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36032024-04-19T20:03:55.271Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=281376d1061637e8 -C extra-filename=-281376d1061637e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ccfd990c75c53324.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ab405e7d43456c80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-b9925627bfc4c44a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ac9908033330688.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36042024-04-19T20:04:03.926Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4779793eaf213369 -C extra-filename=-4779793eaf213369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-1dfb8b270f712434.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-03bee0bbf1efffdb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8605a284a16ecfcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36052024-04-19T20:04:10.926Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=01bd0b5041a7d180 -C extra-filename=-01bd0b5041a7d180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-1dfb8b270f712434.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-03bee0bbf1efffdb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8605a284a16ecfcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36062024-04-19T20:04:13.216Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=975923b78ad01b32 -C extra-filename=-975923b78ad01b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-1dfb8b270f712434.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-03bee0bbf1efffdb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8605a284a16ecfcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36072024-04-19T20:04:15.320Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6297b81f260fa752 -C extra-filename=-6297b81f260fa752 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-1dfb8b270f712434.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-03bee0bbf1efffdb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8605a284a16ecfcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36082024-04-19T20:04:17.195Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b24e8373cd6a3a8d -C extra-filename=-b24e8373cd6a3a8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-b8fdd4d3eeac3c5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8798caa517ad4d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-47d107dc8635540a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36092024-04-19T20:04:19.498Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36102024-04-19T20:04:19.506Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51347e30934aaad7 -C extra-filename=-51347e30934aaad7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36112024-04-19T20:04:20.999Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c5cb74546a88679 -C extra-filename=-1c5cb74546a88679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-51347e30934aaad7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36122024-04-19T20:04:21.024Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36132024-04-19T20:04:21.054Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ff710cbe86fc993 -C extra-filename=-7ff710cbe86fc993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36142024-04-19T20:04:22.828Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=415eeae69d607644 -C extra-filename=-415eeae69d607644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36152024-04-19T20:04:23.260Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36162024-04-19T20:04:23.265Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=086477261b8ef5b6 -C extra-filename=-086477261b8ef5b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e69b35d100b9dcf9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-054454c58a322eda.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36172024-04-19T20:04:23.297Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=34236c9070c6d1c5 -C extra-filename=-34236c9070c6d1c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2d59b241b55d6d72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-13bac543d4dd193b.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b57eeae86f7393d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e21e490c72b48d83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ac9908033330688.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36182024-04-19T20:04:24.013Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc241e15aac60b5f -C extra-filename=-cc241e15aac60b5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2fbc7e3118d05db6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ffb66af192f61424.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-518653636d64c0b3.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-319abb569ce8dc20.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-415eeae69d607644.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-51347e30934aaad7.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1c5cb74546a88679.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e69b35d100b9dcf9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9fb3e268540bbb5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36192024-04-19T20:04:32.138Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=be9bdf369068fc5c -C extra-filename=-be9bdf369068fc5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e21e490c72b48d83.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36202024-04-19T20:04:33.324Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ad1f771352e1e536 -C extra-filename=-ad1f771352e1e536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-1dfb8b270f712434.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2d59b241b55d6d72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-13bac543d4dd193b.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b57eeae86f7393d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e21e490c72b48d83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ac9908033330688.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36212024-04-19T20:04:34.695Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dffa7a532e715137 -C extra-filename=-dffa7a532e715137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-1dfb8b270f712434.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2d59b241b55d6d72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-13bac543d4dd193b.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b57eeae86f7393d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e21e490c72b48d83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ac9908033330688.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36222024-04-19T20:04:35.630Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=149d932b445480a4 -C extra-filename=-149d932b445480a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ccfd990c75c53324.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36232024-04-19T20:04:36.214Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e543283a213cc5a -C extra-filename=-8e543283a213cc5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ccfd990c75c53324.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36242024-04-19T20:04:37.458Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=31a3a459d49d736b -C extra-filename=-31a3a459d49d736b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ccfd990c75c53324.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36252024-04-19T20:04:38.087Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e3d31b9911c213b6 -C extra-filename=-e3d31b9911c213b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-1dfb8b270f712434.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2d59b241b55d6d72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-13bac543d4dd193b.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b57eeae86f7393d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ac9908033330688.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36262024-04-19T20:04:38.461Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c7cd25867c17330d -C extra-filename=-c7cd25867c17330d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-054454c58a322eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36272024-04-19T20:04:41.335Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b97df555cb859e4c -C extra-filename=-b97df555cb859e4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-054454c58a322eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36282024-04-19T20:04:46.433Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4ecf543b9aa1d06 -C extra-filename=-b4ecf543b9aa1d06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-054454c58a322eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36292024-04-19T20:04:50.618Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=522b2afc2a4ea29c -C extra-filename=-522b2afc2a4ea29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-054454c58a322eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36302024-04-19T20:04:53.120Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3898f0a8b5648295 -C extra-filename=-3898f0a8b5648295 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-054454c58a322eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36312024-04-19T20:04:54.071Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=922ce7fce7cbc087 -C extra-filename=-922ce7fce7cbc087 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36322024-04-19T20:04:54.254Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66d4ed5b5fb06265 -C extra-filename=-66d4ed5b5fb06265 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36332024-04-19T20:04:58.866Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=86af8d49ba910213 -C extra-filename=-86af8d49ba910213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-9576275ddb4962bc.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-16f8701ebfedd7e4.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-4d3a191fb70b45bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36342024-04-19T20:05:05.717Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b698dfee2a2318b8 -C extra-filename=-b698dfee2a2318b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36352024-04-19T20:05:09.972Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=afc05260511da686 -C extra-filename=-afc05260511da686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ed41359b289f0117.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-76a75c4957df355c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-9dfbd126aecbb7c8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1ac7cfe6df08972c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8ae972901db002af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fc158bba336639b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-cc5b5bd1d09aced2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36362024-04-19T20:05:10.534Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e9bdbceeb396347 -C extra-filename=-5e9bdbceeb396347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1c5cb74546a88679.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36372024-04-19T20:05:11.971Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=de03a164082a0e87 -C extra-filename=-de03a164082a0e87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36382024-04-19T20:05:13.054Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-dev"' -C metadata=613cfeaf97a29794 -C extra-filename=-613cfeaf97a29794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e69b35d100b9dcf9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-054454c58a322eda.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36392024-04-19T20:05:14.318Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a4d2e0aa5eb121f6 -C extra-filename=-a4d2e0aa5eb121f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-22bc716ddf28db8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-952a1fcd4d36c594.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2fbc7e3118d05db6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ffb66af192f61424.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-10db9a984765f37b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7269b5262a7b1e44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-518653636d64c0b3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-319abb569ce8dc20.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-415eeae69d607644.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-51347e30934aaad7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1c5cb74546a88679.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e69b35d100b9dcf9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6495cb6d2edc7412.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0e106ad929023e71.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9fb3e268540bbb5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36402024-04-19T20:05:14.420Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0b9c2d3159d31c10 -C extra-filename=-0b9c2d3159d31c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36412024-04-19T20:05:17.383Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a5b3759b2e535c5e -C extra-filename=-a5b3759b2e535c5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-22bc716ddf28db8c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-10db9a984765f37b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36422024-04-19T20:05:18.165Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=94d1223424f2675f -C extra-filename=-94d1223424f2675f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-22bc716ddf28db8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0f7375103ec86283.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a3306d9439f2ccce.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d850075d6a742a33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-329e9c57c97016a7.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e404bdb73aeb2d99.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-f7b3dcfb5877a9a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7269b5262a7b1e44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-7b34cc044065172b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8605a284a16ecfcb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9fb3e268540bbb5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36432024-04-19T20:05:19.537Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a174bb4bce14e102 -C extra-filename=-a174bb4bce14e102 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-22bc716ddf28db8c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-fde4e1e91dc4e7d0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-6d9c80ce51f8d4ca.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2d59b241b55d6d72.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36442024-04-19T20:05:22.148Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c8cce857e1d5a116 -C extra-filename=-c8cce857e1d5a116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36452024-04-19T20:05:40.896Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=532f80492a97ba38 -C extra-filename=-532f80492a97ba38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a3e40752f5f2cf5c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-6e405db2aebfa69d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36462024-04-19T20:05:46.899Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=371f4b24aab24de2 -C extra-filename=-371f4b24aab24de2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1d3c89a477f31cc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36472024-04-19T20:05:53.960Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41f79a0c4264a56f -C extra-filename=-41f79a0c4264a56f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1522341cabdcfb4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4cf7d33720e184f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-72be45972994b9ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b9564dd46bcb909e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c8878c8d45ed677.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36482024-04-19T20:06:07.448Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c3c0c39950892d67 -C extra-filename=-c3c0c39950892d67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1522341cabdcfb4a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4cf7d33720e184f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-72be45972994b9ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b9564dd46bcb909e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c8878c8d45ed677.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36492024-04-19T20:06:10.210Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b8dd45968f47a9e4 -C extra-filename=-b8dd45968f47a9e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-72be45972994b9ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36502024-04-19T20:06:12.449Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=885293fec44cf016 -C extra-filename=-885293fec44cf016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1522341cabdcfb4a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4cf7d33720e184f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-72be45972994b9ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b9564dd46bcb909e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c8878c8d45ed677.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36512024-04-19T20:06:12.943Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=38c368fb47e6b946 -C extra-filename=-38c368fb47e6b946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1522341cabdcfb4a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4cf7d33720e184f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b9564dd46bcb909e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c8878c8d45ed677.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36522024-04-19T20:06:20.331Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f094174b62385a26 -C extra-filename=-f094174b62385a26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-72be45972994b9ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-5a2b18ad8234bc3c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/`
36532024-04-19T20:06:23.144Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0dcf519faa15f50e -C extra-filename=-0dcf519faa15f50e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-72be45972994b9ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-5a2b18ad8234bc3c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/`
36542024-04-19T20:06:23.770Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=02dff4f2f2045838 -C extra-filename=-02dff4f2f2045838 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-37f157b250cb7cb4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-13671f9aededfb44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36552024-04-19T20:06:24.373Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=18434fbc1c3467a3 -C extra-filename=-18434fbc1c3467a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-25b5ef2c5d4ef30a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5f825a2440965813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-151e64cbbdfa907f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b7a55e5f905e4f03.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36562024-04-19T20:06:27.341Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e03d44653e86104e -C extra-filename=-e03d44653e86104e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36572024-04-19T20:06:28.901Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=02eaa460af13284c -C extra-filename=-02eaa460af13284c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-25b5ef2c5d4ef30a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5f825a2440965813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-151e64cbbdfa907f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b7a55e5f905e4f03.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36582024-04-19T20:06:49.110Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=b4d8a9eb9b0093a7 -C extra-filename=-b4d8a9eb9b0093a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-25b5ef2c5d4ef30a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5f825a2440965813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-151e64cbbdfa907f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b7a55e5f905e4f03.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36592024-04-19T20:06:50.465Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=8ab5ad33f8367f3d -C extra-filename=-8ab5ad33f8367f3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ed41359b289f0117.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-76a75c4957df355c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-9dfbd126aecbb7c8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1ac7cfe6df08972c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8ae972901db002af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fc158bba336639b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-cc5b5bd1d09aced2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36602024-04-19T20:06:59.017Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b0f31ae5e78a072a -C extra-filename=-b0f31ae5e78a072a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e404bdb73aeb2d99.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-9576275ddb4962bc.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-319abb569ce8dc20.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ab405e7d43456c80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36612024-04-19T20:06:59.514Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c2e582dd545c608e -C extra-filename=-c2e582dd545c608e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36622024-04-19T20:07:00.228Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ad077fd0903b491c -C extra-filename=-ad077fd0903b491c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36632024-04-19T20:07:02.240Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=75353b786a260a47 -C extra-filename=-75353b786a260a47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36642024-04-19T20:07:03.948Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=13c06c986b7c9007 -C extra-filename=-13c06c986b7c9007 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36652024-04-19T20:07:15.676Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cb54afa7f8392d8c -C extra-filename=-cb54afa7f8392d8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36662024-04-19T20:07:24.813Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e844cd6cc7d7df82 -C extra-filename=-e844cd6cc7d7df82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36672024-04-19T20:07:27.115Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5da53df5e1803e66 -C extra-filename=-5da53df5e1803e66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36682024-04-19T20:07:28.359Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4eed4f64b3d93faa -C extra-filename=-4eed4f64b3d93faa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36692024-04-19T20:07:35.742Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d53c37ecdac961fa -C extra-filename=-d53c37ecdac961fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36702024-04-19T20:07:41.178Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=272ae18e64bcd66b -C extra-filename=-272ae18e64bcd66b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-10814480c3ff86c7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d83cff45f6d36ea5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36712024-04-19T20:07:45.357Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=611509d1f9541391 -C extra-filename=-611509d1f9541391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36722024-04-19T20:07:48.214Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5d66747c08012abb -C extra-filename=-5d66747c08012abb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5589d78d903f53c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2583b58323c3ccda.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-685ce91a95717acb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36732024-04-19T20:07:53.329Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ab35c04150b78a76 -C extra-filename=-ab35c04150b78a76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5589d78d903f53c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2583b58323c3ccda.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-685ce91a95717acb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36742024-04-19T20:07:53.329Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e0c65424f87d012b -C extra-filename=-e0c65424f87d012b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36752024-04-19T20:07:54.131Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=99d6941ff9a03eb0 -C extra-filename=-99d6941ff9a03eb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-bae9e5251e74ad27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36762024-04-19T20:08:01.165Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=00a73547b9b6854b -C extra-filename=-00a73547b9b6854b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36772024-04-19T20:08:02.767Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cd34b1c17ce2d070 -C extra-filename=-cd34b1c17ce2d070 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36782024-04-19T20:08:02.838Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=8405e4dbf37c41a0 -C extra-filename=-8405e4dbf37c41a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-1d25ee63f0f2910b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36792024-04-19T20:08:04.610Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cf99d5c0a989e14 -C extra-filename=-4cf99d5c0a989e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36802024-04-19T20:08:05.217Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=295208d510893912 -C extra-filename=-295208d510893912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36812024-04-19T20:08:08.239Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28fde7f9c06b2581 -C extra-filename=-28fde7f9c06b2581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36822024-04-19T20:08:15.012Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f72e944fb5e04645 -C extra-filename=-f72e944fb5e04645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36832024-04-19T20:08:16.271Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=3e3b316d61323582 -C extra-filename=-3e3b316d61323582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36842024-04-19T20:08:16.611Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=29a2919afae031ee -C extra-filename=-29a2919afae031ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d0c51c968b127ea8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36852024-04-19T20:08:17.599Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9f5563760d862dae -C extra-filename=-9f5563760d862dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-590aea9cf8c09aaa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-02ed216e3ddec934.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-22717f2228b1464f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
36862024-04-19T20:08:18.574Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
36872024-04-19T20:08:18.579Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone_networking --edition=2021 zone-network-setup/src/bin/zone-networking.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=75a5ee42cedde37b -C extra-filename=-75a5ee42cedde37b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36882024-04-19T20:08:19.915Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0b86d20d979539a1 -C extra-filename=-0b86d20d979539a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36892024-04-19T20:08:20.742Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=771af3b8f11fdb80 -C extra-filename=-771af3b8f11fdb80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36902024-04-19T20:08:23.957Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7e1bedbb0f34e863 -C extra-filename=-7e1bedbb0f34e863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-bae9e5251e74ad27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36912024-04-19T20:08:24.529Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a66b838512710c4f -C extra-filename=-a66b838512710c4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36922024-04-19T20:08:29.684Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
36932024-04-19T20:08:29.888Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a0b752cc74fc9798 -C extra-filename=-a0b752cc74fc9798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64`
36942024-04-19T20:08:29.955Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1215443e322ef901 -C extra-filename=-1215443e322ef901 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2c4b95f80957d22.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-37f157b250cb7cb4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36952024-04-19T20:08:29.956Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=57943a4527ee9321 -C extra-filename=-57943a4527ee9321 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5f825a2440965813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-151e64cbbdfa907f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36962024-04-19T20:08:29.956Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=e1385f0ca1a0aa8b -C extra-filename=-e1385f0ca1a0aa8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-e2dc1de25ab321cf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-c0c5d4513a3a2ff0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36972024-04-19T20:08:32.106Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=44b3086d960b87ab -C extra-filename=-44b3086d960b87ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-e2dc1de25ab321cf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-c0c5d4513a3a2ff0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36982024-04-19T20:08:33.277Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=4696ba17c0616728 -C extra-filename=-4696ba17c0616728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-e2dc1de25ab321cf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-c0c5d4513a3a2ff0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
36992024-04-19T20:08:33.991Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
37002024-04-19T20:08:33.995Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4c2cd92d666449ea -C extra-filename=-4c2cd92d666449ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37012024-04-19T20:08:36.087Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=59b3c6da5d369419 -C extra-filename=-59b3c6da5d369419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-3c0f05dcbba7bb7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37022024-04-19T20:08:37.314Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37032024-04-19T20:08:37.314Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8423ae4d2e6471a7 -C extra-filename=-8423ae4d2e6471a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37042024-04-19T20:08:37.705Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=dca7abc983b6d01b -C extra-filename=-dca7abc983b6d01b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-73c9a944ce509d8f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-05ffbf7a349a8e0b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-f8d555753ab79aa2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2608e0f8610bc6c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e9056723c0069545.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-b66b943a52f19dc5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37052024-04-19T20:08:39.675Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=52b40f73edd26126 -C extra-filename=-52b40f73edd26126 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37062024-04-19T20:08:45.054Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3fa0b53ea46ccbf5 -C extra-filename=-3fa0b53ea46ccbf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37072024-04-19T20:08:47.421Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=82a62d3570986a08 -C extra-filename=-82a62d3570986a08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37082024-04-19T20:08:47.449Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5ff2606bbe57f07f -C extra-filename=-5ff2606bbe57f07f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37092024-04-19T20:08:50.021Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d2e887ce166436af -C extra-filename=-d2e887ce166436af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37102024-04-19T20:08:50.553Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=4030e601548032c4 -C extra-filename=-4030e601548032c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2c4b95f80957d22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-43157153cd152465.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-bae9e5251e74ad27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37112024-04-19T20:08:53.686Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e4299ec940d1b2d7 -C extra-filename=-e4299ec940d1b2d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37122024-04-19T20:08:56.311Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=20dfbad9141218bf -C extra-filename=-20dfbad9141218bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37132024-04-19T20:09:00.880Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3bbeda11451f99b9 -C extra-filename=-3bbeda11451f99b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37142024-04-19T20:09:01.664Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4bb0439c2c486323 -C extra-filename=-4bb0439c2c486323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e9056723c0069545.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-9392bef3d0f2215b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37152024-04-19T20:09:02.733Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f8f2972ac790d657 -C extra-filename=-f8f2972ac790d657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37162024-04-19T20:09:03.127Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=50f457750d5f676c -C extra-filename=-50f457750d5f676c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37172024-04-19T20:09:03.717Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=71aa94a1f86af5b9 -C extra-filename=-71aa94a1f86af5b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37182024-04-19T20:09:03.969Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b0553001da18e991 -C extra-filename=-b0553001da18e991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37192024-04-19T20:09:04.767Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3e98f5053ffbf3ed -C extra-filename=-3e98f5053ffbf3ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-9392bef3d0f2215b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37202024-04-19T20:09:05.064Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=839b160c9bf083f4 -C extra-filename=-839b160c9bf083f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37212024-04-19T20:09:05.581Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a28385dcf3e5a51e -C extra-filename=-a28385dcf3e5a51e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1c26e3969febf8d9.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e6492b28b6244c5c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-68acca32a1755a7f.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c945bd74a1eeadc5.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3e6b17611e5bd6fe.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a49c56be5e82e285.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-50c08ae0c2a764b7.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ba93369a602aefa2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7bcaa18223f5701d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5b5dc0d777decf0f.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-299cf69c1e3f7a87.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6be4fe7019085ba4.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1e831a0fa03a56e2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-06aeec7ef719afba.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2e538df0b21ca457.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-931c4a747af81eab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-54c1dc08b08abe24.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3b9eb7b640dd51a1.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-de119afeab1f4eaa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-62b870644306af02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-2733ae3d7b11b5c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-de96fd06cf0e5bf5.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0a594af42e6488db.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-8f6ebf3a73b53cd2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8605a284a16ecfcb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-70a43a866470a38d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cfae793fe8be2a6a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-71f9f09b51d2a543.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e6355c2f588db0a0.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-77e84f599d80acb8.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8c32c59dd13d4539.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-13bac543d4dd193b.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e5210ba6244f459e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-85f7a9f8fbd2037d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9f41274f3a609cb7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6e9d848bec5b0ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib`
37222024-04-19T20:09:06.076Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=69e578b566b22898 -C extra-filename=-69e578b566b22898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-37f157b250cb7cb4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232024-04-19T20:10:57.860Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6829822c01f1d973 -C extra-filename=-6829822c01f1d973 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-22bc716ddf28db8c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-fde4e1e91dc4e7d0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-6d9c80ce51f8d4ca.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6495cb6d2edc7412.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2d59b241b55d6d72.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37242024-04-19T20:10:57.893Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1acac31158b84950 -C extra-filename=-1acac31158b84950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-22bc716ddf28db8c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-fde4e1e91dc4e7d0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-6d9c80ce51f8d4ca.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6495cb6d2edc7412.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2d59b241b55d6d72.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37252024-04-19T20:10:57.893Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ba62dd64c927fed -C extra-filename=-5ba62dd64c927fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2fbc7e3118d05db6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ffb66af192f61424.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-518653636d64c0b3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-319abb569ce8dc20.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-415eeae69d607644.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-51347e30934aaad7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1c5cb74546a88679.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e69b35d100b9dcf9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9fb3e268540bbb5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37262024-04-19T20:10:57.893Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=55fc31c1a89fd7c4 -C extra-filename=-55fc31c1a89fd7c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e69b35d100b9dcf9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0e106ad929023e71.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b9564dd46bcb909e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37272024-04-19T20:10:57.907Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=da88487c0952bd1a -C extra-filename=-da88487c0952bd1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-22bc716ddf28db8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-952a1fcd4d36c594.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2fbc7e3118d05db6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ffb66af192f61424.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-10db9a984765f37b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7269b5262a7b1e44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-518653636d64c0b3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-319abb569ce8dc20.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-415eeae69d607644.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-51347e30934aaad7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1c5cb74546a88679.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e69b35d100b9dcf9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6495cb6d2edc7412.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0e106ad929023e71.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9fb3e268540bbb5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37282024-04-19T20:11:03.191Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd51f004ac693ee0 -C extra-filename=-bd51f004ac693ee0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e69b35d100b9dcf9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b9564dd46bcb909e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37292024-04-19T20:11:06.961Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a035c508ab688f15 -C extra-filename=-a035c508ab688f15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-22bc716ddf28db8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-952a1fcd4d36c594.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2fbc7e3118d05db6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ffb66af192f61424.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-10db9a984765f37b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7269b5262a7b1e44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-518653636d64c0b3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-319abb569ce8dc20.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-415eeae69d607644.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-51347e30934aaad7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1c5cb74546a88679.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e69b35d100b9dcf9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6495cb6d2edc7412.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0e106ad929023e71.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9fb3e268540bbb5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37302024-04-19T20:11:09.851Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cd4f3dadb7c57603 -C extra-filename=-cd4f3dadb7c57603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e69b35d100b9dcf9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0e106ad929023e71.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b9564dd46bcb909e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37312024-04-19T20:11:14.048Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7475f94b33641b4c -C extra-filename=-7475f94b33641b4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-22bc716ddf28db8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-952a1fcd4d36c594.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2fbc7e3118d05db6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ffb66af192f61424.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-10db9a984765f37b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7269b5262a7b1e44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-518653636d64c0b3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-319abb569ce8dc20.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-415eeae69d607644.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-51347e30934aaad7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1c5cb74546a88679.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e69b35d100b9dcf9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6495cb6d2edc7412.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0e106ad929023e71.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9fb3e268540bbb5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37322024-04-19T20:11:15.602Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=65a69a8f55e512b4 -C extra-filename=-65a69a8f55e512b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-10db9a984765f37b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-51347e30934aaad7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6495cb6d2edc7412.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37332024-04-19T20:11:18.368Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a891aba568d9830 -C extra-filename=-3a891aba568d9830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2fbc7e3118d05db6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ffb66af192f61424.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-518653636d64c0b3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-319abb569ce8dc20.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-415eeae69d607644.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-51347e30934aaad7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1c5cb74546a88679.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e69b35d100b9dcf9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9fb3e268540bbb5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37342024-04-19T20:11:18.373Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8c875b6932dfd396 -C extra-filename=-8c875b6932dfd396 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1c5cb74546a88679.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6495cb6d2edc7412.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37352024-04-19T20:11:21.122Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b48191ab77c6b304 -C extra-filename=-b48191ab77c6b304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1c5cb74546a88679.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6495cb6d2edc7412.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out`
37362024-04-19T20:19:29.868Z Finished dev [unoptimized + debuginfo] target(s) in 22m 16s
37372024-04-19T20:19:41.876Z
37382024-04-19T20:19:41.898Zreal 22:28.523538604
37392024-04-19T20:19:41.899Zuser 1:38:58.998116755
37402024-04-19T20:19:41.899Zsys 18:40.350121945
37412024-04-19T20:19:41.899Ztrap 9.121591325
37422024-04-19T20:19:41.899Ztflt 8.894703782
37432024-04-19T20:19:41.899Zdflt 25:04.103460635
37442024-04-19T20:19:41.899Zkflt 0.464165351
37452024-04-19T20:19:41.899Zlock 4:15:43.121549062
37462024-04-19T20:19:41.899Zslp 8:09:04.405020288
37472024-04-19T20:19:41.900Zlat 6:09.981007324
37482024-04-19T20:19:41.900Zstop 6:37.586297878
37492024-04-19T20:19:43.868Z
37502024-04-19T20:19:43.886Z # # ###### ##### # ###### # # # # #####
37512024-04-19T20:19:43.886Z # # # # # # # # # # # # #
37522024-04-19T20:19:43.886Z # # ##### # # # ##### # ##### # # #####
37532024-04-19T20:19:43.886Z # # # ##### # # # # # # #
37542024-04-19T20:19:43.886Z # # # # # # # # # # # #
37552024-04-19T20:19:43.887Z ## ###### # # # # # ###### # #####
37562024-04-19T20:19:43.887Z
37572024-04-19T20:19:44.878Z Compiling serde v1.0.198
37582024-04-19T20:19:44.878Z Compiling libc v0.2.153
37592024-04-19T20:19:44.878Z Compiling rustix v0.38.31
37602024-04-19T20:19:44.899Z Compiling bitflags v2.4.2
37612024-04-19T20:19:44.900Z Compiling hashbrown v0.14.3
37622024-04-19T20:19:44.900Z Compiling syn v2.0.59
37632024-04-19T20:19:45.355Z Compiling serde_json v1.0.116
37642024-04-19T20:19:45.356Z Compiling anyhow v1.0.82
37652024-04-19T20:19:46.603Z Compiling indexmap v2.2.6
37662024-04-19T20:19:47.327Z Compiling errno v0.3.8
37672024-04-19T20:19:48.196Z Compiling terminal_size v0.3.0
37682024-04-19T20:19:48.292Z Compiling clap_builder v4.5.2
37692024-04-19T20:19:50.609Z Compiling serde_derive v1.0.198
37702024-04-19T20:19:50.609Z Compiling thiserror-impl v1.0.58
37712024-04-19T20:19:50.623Z Compiling clap_derive v4.5.4
37722024-04-19T20:19:53.317Z Compiling thiserror v1.0.58
37732024-04-19T20:19:53.877Z Compiling clap v4.5.4
37742024-04-19T20:19:59.066Z Compiling serde_spanned v0.6.5
37752024-04-19T20:19:59.066Z Compiling toml_datetime v0.6.5
37762024-04-19T20:19:59.070Z Compiling camino v1.1.6
37772024-04-19T20:19:59.070Z Compiling semver v1.0.22
37782024-04-19T20:19:59.071Z Compiling cargo-platform v0.1.3
37792024-04-19T20:19:59.071Z Compiling macaddr v1.0.1
37802024-04-19T20:19:59.325Z Compiling toml_edit v0.22.9
37812024-04-19T20:20:00.381Z Compiling cargo_metadata v0.18.1
37822024-04-19T20:20:01.431Z Compiling toml v0.8.12
37832024-04-19T20:20:02.187Z Compiling cargo_toml v0.19.2
37842024-04-19T20:20:05.652Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37852024-04-19T20:20:08.498Z Finished dev [unoptimized + debuginfo] target(s) in 25.35s
37862024-04-19T20:20:08.525Z Running `target/debug/xtask verify-libraries`
37872024-04-19T20:20:14.687Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
37882024-04-19T20:20:14.837Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37892024-04-19T20:20:14.838Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
37902024-04-19T20:20:14.838Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37912024-04-19T20:20:22.050Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
37922024-04-19T20:20:22.068Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37932024-04-19T20:20:22.068Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37942024-04-19T20:20:22.069Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
37952024-04-19T20:20:22.069Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
37962024-04-19T20:20:22.069Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37972024-04-19T20:20:22.069Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
37982024-04-19T20:20:22.969Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37992024-04-19T20:20:24.313Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38002024-04-19T20:20:24.698Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38012024-04-19T20:20:25.214Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38022024-04-19T20:20:25.218Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38032024-04-19T20:20:25.514Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38042024-04-19T20:20:27.426Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38052024-04-19T20:20:27.530Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
38062024-04-19T20:20:27.789Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38072024-04-19T20:20:27.891Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38082024-04-19T20:20:28.493Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38092024-04-19T20:20:30.052Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38102024-04-19T20:20:30.074Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38112024-04-19T20:20:31.880Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38122024-04-19T20:20:32.248Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38132024-04-19T20:20:32.864Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38142024-04-19T20:20:33.224Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38152024-04-19T20:20:34.412Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38162024-04-19T20:20:36.219Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38172024-04-19T20:20:36.361Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38182024-04-19T20:20:36.770Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
38192024-04-19T20:20:43.716Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38202024-04-19T20:20:44.804Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38212024-04-19T20:20:48.420Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38222024-04-19T20:20:50.700Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
38232024-04-19T20:20:52.494Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
38242024-04-19T20:20:53.997Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
38252024-04-19T20:20:57.662Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38262024-04-19T20:20:57.821Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38272024-04-19T20:20:58.334Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38282024-04-19T20:20:59.229Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38292024-04-19T20:21:01.316Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38302024-04-19T20:21:04.066Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38312024-04-19T20:21:05.008Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38322024-04-19T20:21:06.074Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38332024-04-19T20:21:06.897Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38342024-04-19T20:21:26.004Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38352024-04-19T20:21:57.499Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38362024-04-19T20:22:01.775Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
38372024-04-19T20:22:03.218Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
38382024-04-19T20:22:05.012Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38392024-04-19T20:22:32.531Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38402024-04-19T20:22:32.531Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38412024-04-19T20:22:32.542Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38422024-04-19T20:22:32.543Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38432024-04-19T20:22:33.738Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38442024-04-19T20:22:35.012Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38452024-04-19T20:22:42.613Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38462024-04-19T20:22:42.984Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38472024-04-19T20:25:49.850Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38482024-04-19T20:26:52.209Z Finished dev [unoptimized + debuginfo] target(s) in 6m 36s
38492024-04-19T20:26:52.209Z
38502024-04-19T20:26:52.209Zreal 7:07.789937768
38512024-04-19T20:26:52.209Zuser 26:18.425115110
38522024-04-19T20:26:52.209Zsys 5:02.550981906
38532024-04-19T20:26:52.209Ztrap 0.683741728
38542024-04-19T20:26:52.209Ztflt 4.545992207
38552024-04-19T20:26:52.210Zdflt 16.335319514
38562024-04-19T20:26:52.210Zkflt 0.071858087
38572024-04-19T20:26:52.210Zlock 1:01:58.873668415
38582024-04-19T20:26:52.210Zslp 1:32:16.637405863
38592024-04-19T20:26:52.210Zlat 46.745438905
38602024-04-19T20:26:52.210Zstop 25.350869257
38612024-04-19T20:26:52.210Z
38622024-04-19T20:26:52.210Z ##### ###### #### #####
38632024-04-19T20:26:52.210Z # # # #
38642024-04-19T20:26:52.210Z # ##### #### #
38652024-04-19T20:26:52.210Z # # # #
38662024-04-19T20:26:52.210Z # # # # #
38672024-04-19T20:26:52.210Z # ###### #### #
38682024-04-19T20:26:52.210Z
38692024-04-19T20:26:52.540Zinfo: experimental features enabled: setup-scripts
38702024-04-19T20:26:53.679Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38712024-04-19T20:26:53.779Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38722024-04-19T20:26:54.231Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38732024-04-19T20:27:04.103Z Finished test [unoptimized + debuginfo] target(s) in 11.50s
38742024-04-19T20:27:08.219Z Starting 1210 tests across 117 binaries (3 skipped)
38752024-04-19T20:27:08.233Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
38762024-04-19T20:27:08.930Z Finished test [unoptimized + debuginfo] target(s) in 0.64s
38772024-04-19T20:27:08.954Z Running `target/debug/crdb-seed`
38782024-04-19T20:27:08.989ZApr 19 20:27:08.379 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpkzXzMf
38792024-04-19T20:27:09.010ZApr 19 20:27:08.379 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpzK31hZ,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpkzXzMf/listen-url
38802024-04-19T20:27:09.011ZApr 19 20:27:08.381 INFO cockroach environment: BUILDOMAT_JOB_ID=01HVVYNDHNQZZK858QP4EZ7V3J BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=dependabot/cargo/rustls-0.22.4 GITHUB_REF=refs/heads/dependabot/cargo/rustls-0.22.4 GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=974dce95eecd199e03c9e960ca4e7a705bb3f1d1 GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out:/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out:/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out:/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envwuYgdb NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out:/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out:/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=cefd62fe-c478-4b47-af2a-0934abd25b0b 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 PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.77.2-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
38812024-04-19T20:27:10.132ZApr 19 20:27:09.525 INFO cockroach pid: 4572
38822024-04-19T20:27:10.133ZApr 19 20:27:09.525 INFO cockroach listen URL: postgresql://root@[::1]:36674/omicron?sslmode=disable
38832024-04-19T20:27:10.133ZApr 19 20:27:09.525 INFO cockroach: populating
38842024-04-19T20:27:12.389ZApr 19 20:27:11.782 INFO cockroach: populated
38852024-04-19T20:27:14.800ZApr 19 20:27:14.191 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/74cc6d70b31cafcda1cf353c1fefce9abede61629c7c83cbe46fe1f2242b49dc.tar`
38862024-04-19T20:27:14.804Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
38872024-04-19T20:27:14.857Z PASS [ 0.035s] bootstore schemes::tests::hello_roundtrip
38882024-04-19T20:27:14.877Z PASS [ 0.049s] authz-macros tests::test_authz_snapshots
38892024-04-19T20:27:14.888Z PASS [ 0.032s] bootstore schemes::v0::share_pkg::tests::create_packages
38902024-04-19T20:27:14.888Z PASS [ 0.026s] bootstore trust_quorum::rack_secret::tests::create_and_verify
38912024-04-19T20:27:14.888Z PASS [ 0.021s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
38922024-04-19T20:27:14.896Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_fails_for_enums
38932024-04-19T20:27:14.903Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
38942024-04-19T20:27:14.903Z PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
38952024-04-19T20:27:14.914Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
38962024-04-19T20:27:14.922Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
38972024-04-19T20:27:14.931Z PASS [ 0.017s] db-macros tests::test_derive_with_unknown_field
38982024-04-19T20:27:14.938Z PASS [ 0.030s] db-macros tests::test_derive_snapshots
38992024-04-19T20:27:14.938Z PASS [ 0.108s] bootstore schemes::v0::peer::tests::network_config
39002024-04-19T20:27:14.948Z PASS [ 0.083s] db-macros lookup::test::test_lookup_snapshots
39012024-04-19T20:27:15.166Z PASS [ 0.235s] dns-server storage::test::test_update_in_progress
39022024-04-19T20:27:15.178Z PASS [ 0.242s] dns-server storage::test::test_update_interrupted
39032024-04-19T20:27:15.188Z PASS [ 0.267s] dns-server storage::test::test_update_basic
39042024-04-19T20:27:15.419Z PASS [ 0.476s] dns-server::basic_test a_crud
39052024-04-19T20:27:15.467Z PASS [ 0.248s] dns-server::basic_test multi_record_crud
39062024-04-19T20:27:15.467Z PASS [ 0.240s] dns-server::basic_test name_contains_zone
39072024-04-19T20:27:15.467Z PASS [ 0.261s] dns-server::basic_test empty_record
39082024-04-19T20:27:15.486Z PASS [ 0.479s] dns-server::basic_test aaaa_crud
39092024-04-19T20:27:15.675Z PASS [ 0.239s] dns-server::basic_test srv_crud
39102024-04-19T20:27:15.719Z PASS [ 0.263s] dns-server::basic_test nxdomain
39112024-04-19T20:27:15.719Z PASS [ 0.263s] dns-server::basic_test servfail
39122024-04-19T20:27:15.728Z PASS [ 0.272s] dns-server::openapi_test test_dns_server_openapi
39132024-04-19T20:27:15.729Z PASS [ 0.033s] dns-service-client diff::test::diff_invalid
39142024-04-19T20:27:15.751Z PASS [ 0.058s] dns-service-client diff::test::diff_different
39152024-04-19T20:27:15.751Z PASS [ 0.049s] dns-service-client diff::test::diff_equivalent
39162024-04-19T20:27:15.777Z PASS [ 0.035s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
39172024-04-19T20:27:15.778Z PASS [ 0.057s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
39182024-04-19T20:27:15.802Z PASS [ 0.028s] illumos-utils link::test::test_allocate
39192024-04-19T20:27:15.824Z PASS [ 0.056s] illumos-utils destructor::test::test_destructor_bad_close
39202024-04-19T20:27:15.824Z PASS [ 0.085s] illumos-utils destructor::test::test_delayed_delete
39212024-04-19T20:27:15.837Z PASS [ 0.030s] illumos-utils link::test::test_allocate_within_scopes
39222024-04-19T20:27:15.879Z PASS [ 0.025s] illumos-utils running_zone::tests::test_is_oxide_smf_service
39232024-04-19T20:27:15.879Z PASS [ 0.024s] illumos-utils zone::tests::test_parse_ip_network
39242024-04-19T20:27:15.886Z PASS [ 0.021s] illumos-utils zpool::test::test_parse_external_zpool_name
39252024-04-19T20:27:15.886Z PASS [ 0.022s] illumos-utils zpool::test::test_parse_internal_zpool_name
39262024-04-19T20:27:15.886Z PASS [ 0.039s] illumos-utils zpool::test::test_parse_bad_zpool_names
39272024-04-19T20:27:15.894Z PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool
39282024-04-19T20:27:15.894Z PASS [ 0.020s] illumos-utils zpool::test::test_parse_zpool_missing_column
39292024-04-19T20:27:15.912Z PASS [ 0.026s] illumos-utils zpool::test::test_parse_zpool_name_json
39302024-04-19T20:27:15.930Z PASS [ 0.040s] illumos-utils zpool::test::test_zpool_name_regex
39312024-04-19T20:27:15.947Z PASS [ 1.122s] bootstore schemes::v0::peer::tests::basic_3_nodes
39322024-04-19T20:27:16.150Z PASS [ 0.204s] installinator-common block_size_writer::tests::proptest_block_writer
39332024-04-19T20:27:16.192Z PASS [ 0.036s] internal-dns config::test::display_hosts
39342024-04-19T20:27:16.220Z PASS [ 0.023s] internal-dns config::test::display_srv_service
39352024-04-19T20:27:16.260Z PASS [ 0.049s] internal-dns config::test::test_builder_errors
39362024-04-19T20:27:16.366Z PASS [ 0.089s] internal-dns config::test::test_builder_output
39372024-04-19T20:27:16.530Z PASS [ 0.602s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
39382024-04-19T20:27:16.537Z PASS [ 0.803s] illumos-utils destructor::test::test_delayed_delete_with_error
39392024-04-19T20:27:16.789Z PASS [ 0.240s] internal-dns resolver::test::lookup_nonexistent_record_fails
39402024-04-19T20:27:16.801Z PASS [ 0.257s] internal-dns resolver::test::insert_and_lookup_one_record
39412024-04-19T20:27:16.866Z PASS [ 0.503s] internal-dns resolver::test::insert_and_lookup_multiple_records
39422024-04-19T20:27:17.146Z PASS [ 0.359s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
39432024-04-19T20:27:17.259Z PASS [ 0.392s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
39442024-04-19T20:27:17.269Z PASS [ 0.474s] internal-dns resolver::test::resolver_can_access_backup_dns_server
39452024-04-19T20:27:17.285Z PASS [ 0.039s] ipcc tests::deserialize_fixed_value
39462024-04-19T20:27:17.305Z PASS [ 0.051s] ipcc tests::installinator_image_id_round_trip
39472024-04-19T20:27:17.317Z PASS [ 0.036s] ipcc tests::serialized_size
39482024-04-19T20:27:17.384Z PASS [ 0.071s] key-manager tests::different_disks_produce_different_keys
39492024-04-19T20:27:17.384Z PASS [ 0.056s] key-manager tests::different_ikm_produces_different_keys
39502024-04-19T20:27:17.404Z PASS [ 0.026s] key-manager tests::disk_encryption_key_epoch_0
39512024-04-19T20:27:17.411Z PASS [ 0.027s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
39522024-04-19T20:27:17.425Z PASS [ 0.271s] internal-dns resolver::test::update_record
39532024-04-19T20:27:17.901Z PASS [ 0.068s] nexus-config nexus_config::test::test_config_bad_toml
39542024-04-19T20:27:17.901Z PASS [ 0.061s] nexus-config nexus_config::test::test_config_empty
39552024-04-19T20:27:18.450Z PASS [ 0.026s] nexus-config nexus_config::test::test_config_nonexistent
39562024-04-19T20:27:18.450Z PASS [ 0.111s] nexus-config nexus_config::test::test_bad_authn_schemes
39572024-04-19T20:27:18.450Z PASS [ 0.028s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
39582024-04-19T20:27:18.451Z PASS [ 0.056s] nexus-config nexus_config::test::test_deployment_config_schema
39592024-04-19T20:27:18.451Z PASS [ 0.048s] nexus-config nexus_config::test::test_repo_configs_are_valid
39602024-04-19T20:27:18.451Z PASS [ 0.036s] nexus-config nexus_config::test::test_valid
39612024-04-19T20:27:18.451Z PASS [ 0.026s] nexus-config postgres_config::test::test_bad_url
39622024-04-19T20:27:18.451Z PASS [ 0.023s] nexus-config postgres_config::test::test_example_url
39632024-04-19T20:27:18.451Z PASS [ 0.028s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
39642024-04-19T20:27:18.452Z PASS [ 0.056s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
39652024-04-19T20:27:18.452Z PASS [ 0.045s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
39662024-04-19T20:27:18.452Z PASS [ 0.030s] nexus-db-model schema_versions::test::test_known_versions
39672024-04-19T20:27:18.452Z PASS [ 0.090s] nexus-db-model device_auth::test::test_generate_user_code
39682024-04-19T20:27:18.452Z PASS [ 0.057s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
39692024-04-19T20:27:18.452Z PASS [ 0.031s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
39702024-04-19T20:27:18.452Z PASS [ 0.030s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
39712024-04-19T20:27:18.452Z PASS [ 0.029s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
39722024-04-19T20:27:18.452Z PASS [ 0.025s] nexus-db-model schema_versions::test::test_verify
39732024-04-19T20:27:18.452Z PASS [ 0.025s] nexus-db-model tests::test_ip_subnet_check_requestable_address
39742024-04-19T20:27:18.452Z PASS [ 0.027s] nexus-db-model tests::test_ipv6_net_random_subnet
39752024-04-19T20:27:18.452Z PASS [ 0.050s] nexus-db-model semver_version::test::test_to_from_sortable_string
39762024-04-19T20:27:18.453Z PASS [ 0.031s] nexus-db-model tests::test_roles_database_strings
39772024-04-19T20:27:18.453Z PASS [ 0.027s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
39782024-04-19T20:27:18.453Z PASS [ 0.130s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
39792024-04-19T20:27:18.875Z PASS [ 0.141s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
39802024-04-19T20:27:18.875Z PASS [ 0.148s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
39812024-04-19T20:27:18.875Z PASS [ 0.047s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
39822024-04-19T20:27:18.875Z PASS [ 0.036s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
39832024-04-19T20:27:18.875Z PASS [ 0.035s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
39842024-04-19T20:27:18.875Z PASS [ 2.641s] dns-server::commands_test test_dnsadm
39852024-04-19T20:27:18.875Z PASS [ 0.120s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
39862024-04-19T20:27:18.875Z PASS [ 0.035s] nexus-db-queries authn::external::session_cookie::test::test_get_token
39872024-04-19T20:27:18.876Z PASS [ 0.034s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
39882024-04-19T20:27:18.876Z PASS [ 0.182s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
39892024-04-19T20:27:18.876Z PASS [ 0.036s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
39902024-04-19T20:27:18.876Z PASS [ 0.210s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
39912024-04-19T20:27:18.876Z PASS [ 0.040s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
39922024-04-19T20:27:18.876Z PASS [ 0.033s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
39932024-04-19T20:27:18.876Z PASS [ 0.033s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
39942024-04-19T20:27:18.876Z PASS [ 0.037s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
39952024-04-19T20:27:18.876Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
39962024-04-19T20:27:18.876Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_make_header_value
39972024-04-19T20:27:18.876Z PASS [ 0.049s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
39982024-04-19T20:27:18.876Z PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
39992024-04-19T20:27:18.876Z PASS [ 0.039s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
40002024-04-19T20:27:18.876Z PASS [ 0.035s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
40012024-04-19T20:27:18.876Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
40022024-04-19T20:27:18.876Z PASS [ 0.031s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
40032024-04-19T20:27:18.876Z PASS [ 0.037s] nexus-db-queries authn::external::token::test::test_make_header_value
40042024-04-19T20:27:18.876Z PASS [ 0.056s] nexus-db-queries authn::external::test::test_authn_sequence
40052024-04-19T20:27:18.876Z PASS [ 0.036s] nexus-db-queries authn::external::token::test::test_token_header_missing
40062024-04-19T20:27:18.876Z PASS [ 0.034s] nexus-db-queries authn::external::token::test::test_token_header_valid
40072024-04-19T20:27:18.877Z PASS [ 0.062s] nexus-db-queries authn::test::test_internal_users
40082024-04-19T20:27:18.877Z PASS [ 0.059s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
40092024-04-19T20:27:20.203Z PASS [ 4.293s] installinator write::tests::proptest_write_artifact
40102024-04-19T20:27:20.658Z PASS [ 4.755s] installinator mock_peers::tests::proptest_fetch_artifact
40112024-04-19T20:27:24.981Z PASS [ 6.591s] nexus-db-queries context::test::test_background_context
40122024-04-19T20:27:25.162Z PASS [ 6.845s] nexus-db-queries authz::context::test::test_unregistered_resource
40132024-04-19T20:27:26.918Z PASS [ 6.698s] nexus-db-queries context::test::test_child_context
40142024-04-19T20:27:27.599Z PASS [ 6.925s] nexus-db-queries context::test::test_test_context
40152024-04-19T20:27:30.948Z PASS [ 12.604s] nexus-db-queries authz::policy_test::test_conferred_roles
40162024-04-19T20:27:31.572Z PASS [ 6.584s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
40172024-04-19T20:27:31.853Z PASS [ 6.683s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
40182024-04-19T20:27:33.740Z PASS [ 6.808s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
40192024-04-19T20:27:33.812Z PASS [ 6.199s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
40202024-04-19T20:27:37.259Z PASS [ 6.301s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
40212024-04-19T20:27:37.985Z PASS [ 6.399s] nexus-db-queries db::collection_attach::test::test_attach_once
40222024-04-19T20:27:38.038Z PASS [ 0.049s] nexus-db-queries db::collection_attach::test::test_verify_query
40232024-04-19T20:27:38.363Z PASS [ 6.494s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
40242024-04-19T20:27:40.849Z PASS [ 6.972s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
40252024-04-19T20:27:40.864Z PASS [ 7.046s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
40262024-04-19T20:27:43.779Z PASS [ 6.496s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
40272024-04-19T20:27:44.640Z PASS [ 6.190s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
40282024-04-19T20:27:44.645Z PASS [ 6.168s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
40292024-04-19T20:27:44.645Z PASS [ 0.047s] nexus-db-queries db::collection_detach::test::test_verify_query
40302024-04-19T20:27:47.381Z PASS [ 6.579s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
40312024-04-19T20:27:47.465Z PASS [ 6.657s] nexus-db-queries db::collection_detach::test::test_detach_once
40322024-04-19T20:27:48.482Z PASS [ 33.579s] bootstore::v0-fsm-proptest-learner run
40332024-04-19T20:27:50.426Z PASS [ 6.183s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
40342024-04-19T20:27:50.550Z PASS [ 5.955s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
40352024-04-19T20:27:50.592Z PASS [ 6.803s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
40362024-04-19T20:27:50.794Z PASS [ 32.383s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
40372024-04-19T20:27:52.237Z PASS [ 4.851s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
40382024-04-19T20:27:52.291Z PASS [ 0.039s] nexus-db-queries db::collection_detach_many::test::test_verify_query
40392024-04-19T20:27:52.299Z PASS [ 37.380s] bootstore::v0-fsm-proptest-rack-coordinator run
40402024-04-19T20:27:52.345Z PASS [ 4.860s] nexus-db-queries db::collection_detach_many::test::test_detach_many
40412024-04-19T20:27:52.376Z PASS [ 0.042s] nexus-db-queries db::collection_insert::test::test_verify_query
40422024-04-19T20:27:52.420Z PASS [ 0.041s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
40432024-04-19T20:27:52.456Z PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_walk_columns
40442024-04-19T20:27:52.495Z PASS [ 0.039s] nexus-db-queries db::column_walker::test::test_walk_table
40452024-04-19T20:27:53.322Z PASS [ 4.835s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
40462024-04-19T20:27:58.887Z PASS [ 4.997s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
40472024-04-19T20:27:59.007Z PASS [ 5.003s] nexus-db-queries db::collection_detach_many::test::test_detach_once
40482024-04-19T20:27:59.007Z PASS [ 4.992s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
40492024-04-19T20:27:59.007Z PASS [ 4.829s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
40502024-04-19T20:27:59.007Z PASS [ 4.780s] nexus-db-queries db::collection_insert::test::test_collection_not_present
40512024-04-19T20:27:59.007Z PASS [ 4.871s] nexus-db-queries db::collection_insert::test::test_collection_present
40522024-04-19T20:27:59.007Z PASS [ 4.887s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
40532024-04-19T20:27:59.007Z PASS [ 5.821s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
40542024-04-19T20:27:59.007Z PASS [ 0.039s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
40552024-04-19T20:27:59.972Z PASS [ 4.527s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
40562024-04-19T20:28:00.182Z PASS [ 4.612s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
40572024-04-19T20:28:01.197Z PASS [ 5.597s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
40582024-04-19T20:28:01.795Z PASS [ 6.147s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
40592024-04-19T20:28:02.886Z PASS [ 5.809s] nexus-db-queries db::datastore::deployment::tests::test_set_target
40602024-04-19T20:28:03.301Z PASS [ 6.106s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
40612024-04-19T20:28:03.875Z PASS [ 5.636s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
40622024-04-19T20:28:03.919Z PASS [ 5.536s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
40632024-04-19T20:28:06.386Z PASS [ 5.836s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
40642024-04-19T20:28:06.836Z PASS [ 6.650s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
40652024-04-19T20:28:06.979Z PASS [ 5.783s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
40662024-04-19T20:28:07.728Z PASS [ 5.934s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
40672024-04-19T20:28:08.659Z PASS [ 5.767s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
40682024-04-19T20:28:09.411Z PASS [ 5.522s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
40692024-04-19T20:28:09.739Z PASS [ 6.421s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
40702024-04-19T20:28:15.559Z PASS [ 7.655s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
40712024-04-19T20:28:15.560Z PASS [ 5.851s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
40722024-04-19T20:28:15.560Z PASS [ 5.484s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
40732024-04-19T20:28:15.560Z PASS [ 5.843s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
40742024-04-19T20:28:15.560Z PASS [ 5.457s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
40752024-04-19T20:28:15.561Z PASS [ 5.510s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
40762024-04-19T20:28:15.561Z PASS [ 7.245s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
40772024-04-19T20:28:15.561Z PASS [ 5.511s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
40782024-04-19T20:28:17.164Z PASS [ 5.472s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
40792024-04-19T20:28:17.820Z PASS [ 6.226s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
40802024-04-19T20:28:17.998Z PASS [ 5.647s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
40812024-04-19T20:28:18.703Z PASS [ 5.853s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
40822024-04-19T20:28:19.931Z PASS [ 5.770s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
40832024-04-19T20:28:20.853Z PASS [ 5.849s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
40842024-04-19T20:28:20.907Z PASS [ 5.978s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
40852024-04-19T20:28:21.664Z PASS [ 6.407s] nexus-db-queries db::datastore::physical_disk::test::test_physical_disk_uninitialized_list
40862024-04-19T20:28:21.694Z PASS [ 0.029s] nexus-db-queries db::datastore::region::test::test_extent_count
40872024-04-19T20:28:22.580Z PASS [ 5.410s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
40882024-04-19T20:28:23.969Z PASS [ 5.956s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
40892024-04-19T20:28:24.036Z PASS [ 6.201s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
40902024-04-19T20:28:24.674Z PASS [ 5.964s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
40912024-04-19T20:28:26.348Z PASS [ 6.422s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
40922024-04-19T20:28:26.525Z PASS [ 5.593s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
40932024-04-19T20:28:27.311Z PASS [ 6.447s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
40942024-04-19T20:28:28.611Z PASS [ 6.901s] nexus-db-queries db::datastore::sled::test::sled_list_batch
40952024-04-19T20:28:29.114Z PASS [ 6.528s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
40962024-04-19T20:28:30.010Z PASS [ 6.040s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
40972024-04-19T20:28:30.252Z PASS [ 5.566s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
40982024-04-19T20:28:31.985Z PASS [ 5.619s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
40992024-04-19T20:28:32.019Z PASS [ 7.976s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
41002024-04-19T20:28:32.513Z PASS [ 5.588s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
41012024-04-19T20:28:33.429Z PASS [ 5.606s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
41022024-04-19T20:28:34.107Z PASS [ 5.490s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
41032024-04-19T20:28:34.540Z PASS [ 5.419s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
41042024-04-19T20:28:35.635Z PASS [ 5.379s] nexus-db-queries db::datastore::test::test_project_creation
41052024-04-19T20:28:35.850Z PASS [ 5.834s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
41062024-04-19T20:28:36.684Z PASS [ 4.709s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
41072024-04-19T20:28:37.994Z PASS [ 5.966s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
41082024-04-19T20:28:38.926Z PASS [ 5.998s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
41092024-04-19T20:28:40.858Z PASS [ 6.294s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
41102024-04-19T20:28:40.885Z PASS [ 6.773s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
41112024-04-19T20:28:42.384Z PASS [ 10.252s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
41122024-04-19T20:28:44.821Z PASS [ 5.885s] nexus-db-queries db::datastore::test::test_session_methods
41132024-04-19T20:28:45.766Z PASS [ 9.901s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
41142024-04-19T20:28:45.863Z PASS [ 5.008s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
41152024-04-19T20:28:46.430Z PASS [ 10.779s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
41162024-04-19T20:28:46.721Z PASS [ 5.823s] nexus-db-queries db::datastore::test::test_ssh_keys
41172024-04-19T20:28:47.632Z PASS [ 10.931s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
41182024-04-19T20:28:48.271Z PASS [ 5.466s] nexus-db-queries db::datastore::test::test_table_scan
41192024-04-19T20:28:48.277Z PASS [ 0.041s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
41202024-04-19T20:28:48.278Z PASS [ 0.047s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
41212024-04-19T20:28:48.278Z PASS [ 0.045s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
41222024-04-19T20:28:48.278Z PASS [ 0.095s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
41232024-04-19T20:28:48.278Z PASS [ 10.094s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
41242024-04-19T20:28:50.148Z PASS [ 5.308s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
41252024-04-19T20:28:51.599Z PASS [ 5.821s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
41262024-04-19T20:28:51.632Z PASS [ 4.902s] nexus-db-queries db::explain::test::test_explain_async
41272024-04-19T20:28:51.648Z PASS [ 5.772s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
41282024-04-19T20:28:51.683Z PASS [ 0.034s] nexus-db-queries db::pagination::test::test_paginator
41292024-04-19T20:28:52.364Z PASS [ 4.719s] nexus-db-queries db::explain::test::test_explain_full_table_scan
41302024-04-19T20:28:52.861Z PASS [ 4.749s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
41312024-04-19T20:28:57.847Z PASS [ 5.465s] nexus-db-queries db::lookup::test::test_lookup
41322024-04-19T20:28:58.062Z PASS [ 7.160s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
41332024-04-19T20:28:58.062Z PASS [ 4.535s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
41342024-04-19T20:28:58.147Z PASS [ 4.693s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
41352024-04-19T20:28:58.147Z PASS [ 4.768s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
41362024-04-19T20:28:58.147Z PASS [ 6.366s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
41372024-04-19T20:28:58.577Z PASS [ 6.178s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
41382024-04-19T20:28:59.203Z PASS [ 6.333s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
41392024-04-19T20:28:59.245Z PASS [ 0.036s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
41402024-04-19T20:28:59.338Z PASS [ 5.778s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
41412024-04-19T20:28:59.690Z PASS [ 6.071s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
41422024-04-19T20:29:00.662Z PASS [ 5.972s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
41432024-04-19T20:29:02.369Z PASS [ 6.062s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
41442024-04-19T20:29:02.490Z PASS [ 6.073s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
41452024-04-19T20:29:04.052Z PASS [ 5.993s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
41462024-04-19T20:29:05.425Z PASS [ 5.727s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
41472024-04-19T20:29:05.496Z PASS [ 6.239s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
41482024-04-19T20:29:05.579Z PASS [ 6.223s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
41492024-04-19T20:29:06.371Z PASS [ 5.699s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
41502024-04-19T20:29:07.807Z PASS [ 5.416s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
41512024-04-19T20:29:08.690Z PASS [ 6.188s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
41522024-04-19T20:29:09.392Z PASS [ 10.826s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
41532024-04-19T20:29:09.451Z PASS [ 5.391s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
41542024-04-19T20:29:09.483Z PASS [ 0.028s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
41552024-04-19T20:29:11.110Z PASS [ 5.679s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
41562024-04-19T20:29:11.147Z PASS [ 0.035s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
41572024-04-19T20:29:11.584Z PASS [ 0.032s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
41582024-04-19T20:29:11.999Z PASS [ 5.710s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
41592024-04-19T20:29:11.999Z PASS [ 0.035s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
41602024-04-19T20:29:11.999Z PASS [ 5.778s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
41612024-04-19T20:29:12.015Z PASS [ 0.576s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
41622024-04-19T20:29:12.343Z PASS [ 5.964s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
41632024-04-19T20:29:12.444Z PASS [ 0.100s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
41642024-04-19T20:29:12.495Z PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
41652024-04-19T20:29:12.524Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
41662024-04-19T20:29:12.556Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
41672024-04-19T20:29:12.590Z PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
41682024-04-19T20:29:13.782Z PASS [ 5.977s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
41692024-04-19T20:29:14.883Z PASS [ 6.184s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
41702024-04-19T20:29:15.576Z PASS [ 6.166s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
41712024-04-19T20:29:17.246Z PASS [ 4.897s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
41722024-04-19T20:29:17.246Z PASS [ 4.973s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
41732024-04-19T20:29:17.246Z PASS [ 0.035s] nexus-defaults tests::test_random_vpc_ipv6_prefix
41742024-04-19T20:29:17.246Z PASS [ 0.332s] nexus-inventory builder::test::test_basic
41752024-04-19T20:29:17.246Z PASS [ 0.022s] nexus-inventory builder::test::test_empty
41762024-04-19T20:29:17.247Z PASS [ 0.031s] nexus-inventory builder::test::test_problems
41772024-04-19T20:29:17.247Z PASS [ 4.726s] nexus-db-queries db::queries::region_allocation::test::explainable
41782024-04-19T20:29:17.333Z PASS [ 4.624s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
41792024-04-19T20:29:17.748Z PASS [ 0.483s] nexus-inventory collector::test::test_multi_mgs_failure
41802024-04-19T20:29:17.785Z PASS [ 1.138s] nexus-inventory collector::test::test_basic
41812024-04-19T20:29:17.824Z PASS [ 1.091s] nexus-inventory collector::test::test_multi_mgs
41822024-04-19T20:29:18.275Z PASS [ 0.560s] nexus-inventory collector::test::test_sled_agent_failure
41832024-04-19T20:29:18.372Z PASS [ 4.570s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
41842024-04-19T20:29:18.413Z PASS [ 8.870s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
41852024-04-19T20:29:18.586Z PASS [ 0.201s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
41862024-04-19T20:29:18.605Z PASS [ 0.219s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
41872024-04-19T20:29:18.605Z PASS [ 0.030s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
41882024-04-19T20:29:18.623Z PASS [ 0.047s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
41892024-04-19T20:29:19.496Z PASS [ 4.589s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
41902024-04-19T20:29:32.941Z PASS [ 5.516s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
41912024-04-19T20:29:32.941Z PASS [ 5.233s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
41922024-04-19T20:29:33.121Z PASS [ 0.213s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_error_cases
41932024-04-19T20:29:33.121Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_with_no_existing_nexus_zones
41942024-04-19T20:29:33.121Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::test::test_add_physical_disks
41952024-04-19T20:29:33.121Z PASS [ 0.092s] nexus-reconfigurator-planning blueprint_builder::test::test_basic
41962024-04-19T20:29:33.121Z PASS [ 0.058s] nexus-reconfigurator-planning blueprint_builder::test::test_initial
41972024-04-19T20:29:33.121Z PASS [ 0.052s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
41982024-04-19T20:29:33.121Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
41992024-04-19T20:29:33.121Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
42002024-04-19T20:29:33.121Z PASS [ 0.022s] nexus-reconfigurator-planning ip_allocator::test::test_basic
42012024-04-19T20:29:33.121Z PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
42022024-04-19T20:29:33.121Z PASS [ 0.157s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
42032024-04-19T20:29:33.122Z PASS [ 0.216s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
42042024-04-19T20:29:33.122Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
42052024-04-19T20:29:33.122Z PASS [ 0.049s] nexus-types external_api::shared::test::test_policy_parsing
42062024-04-19T20:29:33.122Z PASS [ 0.161s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
42072024-04-19T20:29:33.122Z PASS [ 0.042s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
42082024-04-19T20:29:33.122Z PASS [ 0.107s] omicron-certificates tests::test_cert_extended_key_usage
42092024-04-19T20:29:33.122Z PASS [ 0.145s] omicron-certificates tests::test_common_name_is_validated
42102024-04-19T20:29:33.122Z PASS [ 0.121s] omicron-certificates tests::test_subject_alternate_names_are_validated
42112024-04-19T20:29:33.122Z PASS [ 0.042s] omicron-common address::test::test_dns_subnets
42122024-04-19T20:29:33.122Z PASS [ 0.027s] omicron-common address::test::test_ip_range_checks_non_decreasing
42132024-04-19T20:29:33.122Z PASS [ 0.044s] omicron-common address::test::test_ip_range_enum_deserialization
42142024-04-19T20:29:33.122Z PASS [ 0.027s] omicron-common address::test::test_ip_range_iter
42152024-04-19T20:29:33.122Z PASS [ 0.028s] omicron-common address::test::test_ip_range_length
42162024-04-19T20:29:33.122Z PASS [ 0.029s] omicron-common address::test::test_ip_range_try_from
42172024-04-19T20:29:33.122Z PASS [ 0.035s] omicron-common address::test::test_ipv6_subnet_deserialize
42182024-04-19T20:29:33.122Z PASS [ 0.039s] omicron-common address::test::test_sled_address
42192024-04-19T20:29:33.122Z PASS [ 0.027s] omicron-common api::external::error::test::test_bail_unless
42202024-04-19T20:29:33.122Z PASS [ 0.020s] omicron-common api::external::error::test::test_context
42212024-04-19T20:29:33.122Z PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_pagination_examples
42222024-04-19T20:29:33.123Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_pagination_schemas
42232024-04-19T20:29:33.123Z PASS [ 0.036s] omicron-common api::external::http_pagination::test::test_scan_by_id
42242024-04-19T20:29:33.123Z PASS [ 0.022s] omicron-common api::external::http_pagination::test::test_scan_by_name
42252024-04-19T20:29:33.123Z PASS [ 0.017s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
42262024-04-19T20:29:33.123Z PASS [ 0.020s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
42272024-04-19T20:29:33.123Z PASS [ 0.016s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
42282024-04-19T20:29:33.123Z PASS [ 0.016s] omicron-common api::external::test::test_bytecount
42292024-04-19T20:29:33.123Z PASS [ 0.016s] omicron-common api::external::test::test_bytecount_display
42302024-04-19T20:29:33.123Z PASS [ 0.039s] omicron-common api::external::test::test_digest
42312024-04-19T20:29:33.123Z PASS [ 0.019s] omicron-common api::external::test::test_firewall_deserialization
42322024-04-19T20:29:33.123Z PASS [ 0.050s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
42332024-04-19T20:29:33.123Z PASS [ 0.026s] omicron-common api::external::test::test_firewall_rule_target_parse
42342024-04-19T20:29:33.123Z PASS [ 6.087s] nexus-metrics-producer-gc tests::test_prune_expired_producers
42352024-04-19T20:29:33.123Z PASS [ 6.041s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
42362024-04-19T20:29:33.123Z PASS [ 0.046s] omicron-common api::external::test::test_hostname_from_str
42372024-04-19T20:29:33.123Z PASS [ 0.021s] omicron-common api::external::test::test_ip_port_range_into_str
42382024-04-19T20:29:33.123Z PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_from_str
42392024-04-19T20:29:33.123Z PASS [ 0.020s] omicron-common api::external::test::test_ipnet_first_last_address
42402024-04-19T20:29:33.123Z PASS [ 0.017s] omicron-common api::external::test::test_ipnet_serde
42412024-04-19T20:29:33.124Z PASS [ 0.018s] omicron-common api::external::test::test_ipv4_net_operations
42422024-04-19T20:29:33.124Z PASS [ 0.018s] omicron-common api::external::test::test_ipv6_net_operations
42432024-04-19T20:29:33.124Z PASS [ 0.022s] omicron-common api::external::test::test_mac_system_iterator
42442024-04-19T20:29:33.124Z PASS [ 0.023s] omicron-common api::external::test::test_mac_to_int_conversions
42452024-04-19T20:29:33.124Z PASS [ 0.026s] omicron-common api::external::test::test_macaddr
42462024-04-19T20:29:33.124Z PASS [ 0.024s] omicron-common api::external::test::test_name_parse
42472024-04-19T20:29:33.124Z PASS [ 0.025s] omicron-common api::external::test::test_name_parse_from_param
42482024-04-19T20:29:33.124Z PASS [ 0.030s] omicron-common api::external::test::test_resource_name_parse
42492024-04-19T20:29:33.124Z PASS [ 0.031s] omicron-common api::external::test::test_role_name_parse
42502024-04-19T20:29:33.124Z PASS [ 0.033s] omicron-common api::external::test::test_route_destination_parse
42512024-04-19T20:29:33.124Z PASS [ 0.027s] omicron-common api::external::test::test_route_target_parse
42522024-04-19T20:29:33.124Z PASS [ 0.024s] omicron-common api::external::test::test_semver_serialize
42532024-04-19T20:29:33.124Z PASS [ 0.021s] omicron-common api::external::test::test_semver_validation
42542024-04-19T20:29:33.124Z PASS [ 0.020s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
42552024-04-19T20:29:33.124Z PASS [ 0.036s] omicron-common ledger::test::test_create_default_ledger
42562024-04-19T20:29:33.124Z PASS [ 0.050s] omicron-common ledger::test::test_commit_handles_write_failures
42572024-04-19T20:29:33.124Z PASS [ 0.036s] omicron-common ledger::test::test_create_ledger_reads_from_storage
42582024-04-19T20:29:33.124Z PASS [ 0.026s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
42592024-04-19T20:29:33.125Z PASS [ 0.025s] omicron-common update::tests::serde_artifact_kind
42602024-04-19T20:29:33.125Z PASS [ 1.044s] omicron-dev::test_omicron_dev test_cert_create
42612024-04-19T20:29:33.125Z PASS [ 0.111s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
42622024-04-19T20:29:33.125Z PASS [ 0.101s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
42632024-04-19T20:29:33.125Z PASS [ 0.100s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
42642024-04-19T20:29:33.125Z PASS [ 0.105s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
42652024-04-19T20:29:33.296Z PASS [ 9.216s] omicron-dev::test_omicron_dev test_db_killed
42662024-04-19T20:29:33.381Z PASS [ 0.088s] omicron-gateway management_switch::location_map::tests::test_config_validation
42672024-04-19T20:29:33.543Z PASS [ 0.096s] omicron-gateway management_switch::location_map::tests::test_resolve_location
42682024-04-19T20:29:34.469Z PASS [ 1.022s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
42692024-04-19T20:29:34.849Z PASS [ 0.371s] omicron-gateway::test_all integration_tests::component_list::component_list
42702024-04-19T20:29:35.296Z PASS [ 0.447s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
42712024-04-19T20:29:35.512Z PASS [ 0.218s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
42722024-04-19T20:29:35.744Z PASS [ 0.236s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
42732024-04-19T20:29:39.559Z PASS [ 18.424s] nexus-reconfigurator-execution resource_allocation::tests::test_allocate_external_networking
42742024-04-19T20:29:39.559Z PASS [ 21.245s] nexus-reconfigurator-execution datasets::tests::test_ensure_crucible_dataset_records_exist
42752024-04-19T20:29:40.626Z PASS [ 21.103s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
42762024-04-19T20:29:40.638Z PASS [ 15.120s] omicron-dev::test_omicron_dev test_run_all
42772024-04-19T20:29:40.676Z PASS [ 22.004s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
42782024-04-19T20:29:43.168Z PASS [ 19.094s] omicron-dev::test_omicron_dev test_db_run
42792024-04-19T20:29:47.661Z PASS [ 28.988s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
42802024-04-19T20:29:53.928Z PASS [ 18.139s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones
42812024-04-19T20:29:58.973Z PASS [ 15.410s] omicron-nexus app::background::common::test::test_saga_request_flow
42822024-04-19T20:29:58.974Z PASS [ 16.568s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints
42832024-04-19T20:29:58.974Z PASS [ 15.588s] omicron-nexus app::background::common::test::test_driver_basic
42842024-04-19T20:29:58.974Z PASS [ 15.705s] omicron-nexus app::background::dns_config::test::test_basic
42852024-04-19T20:29:58.974Z PASS [ 0.803s] omicron-nexus app::external_endpoints::test::test_authority
42862024-04-19T20:29:58.974Z PASS [ 0.088s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
42872024-04-19T20:29:58.974Z PASS [ 18.154s] omicron-nexus app::background::common::test::test_activation_in_progress
42882024-04-19T20:29:58.974Z PASS [ 0.104s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
42892024-04-19T20:29:58.974Z PASS [ 0.061s] omicron-nexus app::external_endpoints::test::test_no_endpoint
42902024-04-19T20:29:58.974Z PASS [ 0.075s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
42912024-04-19T20:29:58.974Z PASS [ 14.870s] omicron-nexus app::background::dns_propagation::test::test_basic
42922024-04-19T20:29:58.974Z PASS [ 1.203s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
42932024-04-19T20:30:01.819Z PASS [ 14.150s] omicron-nexus app::background::external_endpoints::test::test_basic
42942024-04-19T20:30:10.386Z PASS [ 16.445s] omicron-nexus app::background::init::test::test_dns_propagation_basic
42952024-04-19T20:30:13.154Z PASS [ 16.893s] omicron-nexus app::background::metrics_producer_gc::tests::test_pruning
42962024-04-19T20:30:15.009Z PASS [ 18.827s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
42972024-04-19T20:30:21.875Z PASS [ 22.930s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
42982024-04-19T20:30:23.220Z PASS [ 25.093s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
42992024-04-19T20:30:23.220Z PASS [ 21.274s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
43002024-04-19T20:30:23.655Z PASS [ 25.554s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
43012024-04-19T20:30:30.496Z PASS [ 32.140s] omicron-nexus app::background::inventory_collection::test::test_basic
43022024-04-19T20:30:34.139Z PASS [ 21.740s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
43032024-04-19T20:30:34.818Z PASS [ 21.632s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
43042024-04-19T20:30:49.598Z PASS [ 26.423s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
43052024-04-19T20:30:51.746Z PASS [ 28.044s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
43062024-04-19T20:30:52.570Z PASS [ 29.400s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
43072024-04-19T20:30:56.907Z PASS [ 27.659s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
43082024-04-19T20:31:01.009Z PASS [ 28.794s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
43092024-04-19T20:31:03.907Z PASS [ 29.036s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
43102024-04-19T20:31:15.114Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43112024-04-19T20:31:15.337Z PASS [ 25.688s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
43122024-04-19T20:31:16.353Z PASS [ 24.550s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
43132024-04-19T20:31:21.844Z PASS [ 28.327s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
43142024-04-19T20:31:21.881Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43152024-04-19T20:31:25.421Z PASS [ 29.405s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
43162024-04-19T20:31:27.126Z PASS [ 26.072s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
43172024-04-19T20:31:29.913Z PASS [ 25.954s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
43182024-04-19T20:31:40.665Z PASS [ 24.289s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
43192024-04-19T20:31:48.346Z PASS [ 22.892s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
43202024-04-19T20:31:48.947Z PASS [ 27.960s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
43212024-04-19T20:31:49.029Z PASS [ 21.867s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
43222024-04-19T20:31:51.019Z PASS [ 20.657s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
43232024-04-19T20:31:51.043Z PASS [ 0.056s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
43242024-04-19T20:32:01.664Z PASS [ 46.249s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
43252024-04-19T20:32:02.645Z PASS [ 21.939s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
43262024-04-19T20:32:04.968Z PASS [ 16.596s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
43272024-04-19T20:32:13.886Z PASS [ 23.177s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
43282024-04-19T20:32:15.205Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43292024-04-19T20:32:20.437Z PASS [ 15.438s] omicron-nexus app::sagas::test_saga::test_saga_stuck
43302024-04-19T20:32:21.674Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43312024-04-19T20:32:32.137Z PASS [ 30.429s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
43322024-04-19T20:32:32.230Z PASS [ 29.536s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
43332024-04-19T20:32:32.274Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
43342024-04-19T20:32:32.324Z PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
43352024-04-19T20:32:32.377Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
43362024-04-19T20:32:32.419Z PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
43372024-04-19T20:32:32.493Z PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
43382024-04-19T20:32:32.545Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
43392024-04-19T20:32:32.609Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_relative_uri
43402024-04-19T20:32:32.736Z PASS [ 0.118s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
43412024-04-19T20:32:34.235Z PASS [ 20.331s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
43422024-04-19T20:32:36.377Z PASS [ 4.227s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
43432024-04-19T20:32:37.165Z PASS [ 16.703s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
43442024-04-19T20:32:40.817Z PASS [ 3.636s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
43452024-04-19T20:32:41.721Z PASS [ 0.906s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
43462024-04-19T20:32:42.390Z PASS [ 0.119s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
43472024-04-19T20:32:49.056Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43482024-04-19T20:32:49.123Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
43492024-04-19T20:32:52.304Z PASS [ 14.911s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
43502024-04-19T20:32:52.304Z PASS [ 17.189s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
43512024-04-19T20:32:58.037Z PASS [ 16.171s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
43522024-04-19T20:33:04.990Z PASS [ 75.842s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
43532024-04-19T20:33:08.737Z PASS [ 17.406s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
43542024-04-19T20:33:09.571Z PASS [ 18.090s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
43552024-04-19T20:33:13.893Z PASS [ 15.837s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
43562024-04-19T20:33:15.316Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43572024-04-19T20:33:21.167Z PASS [ 16.149s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
43582024-04-19T20:33:21.775Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43592024-04-19T20:33:24.037Z PASS [ 15.272s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
43602024-04-19T20:33:24.560Z PASS [ 14.955s] omicron-nexus::test_all integration_tests::basic::test_ping
43612024-04-19T20:33:32.820Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
43622024-04-19T20:33:34.913Z PASS [ 20.983s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
43632024-04-19T20:33:39.635Z PASS [ 15.057s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
43642024-04-19T20:33:39.657Z PASS [ 15.595s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
43652024-04-19T20:33:41.447Z PASS [ 68.612s] omicron-nexus populate::test::test_populators
43662024-04-19T20:33:43.667Z PASS [ 22.414s] omicron-nexus::test_all integration_tests::basic::test_projects_list
43672024-04-19T20:33:49.154Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43682024-04-19T20:33:50.221Z PASS [ 15.279s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
43692024-04-19T20:33:55.700Z PASS [ 16.039s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
43702024-04-19T20:33:55.784Z PASS [ 16.101s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
43712024-04-19T20:33:57.795Z PASS [ 2.094s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
43722024-04-19T20:33:57.880Z PASS [ 2.090s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
43732024-04-19T20:33:57.945Z PASS [ 0.139s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
43742024-04-19T20:33:58.617Z PASS [ 0.681s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
43752024-04-19T20:33:58.710Z PASS [ 17.237s] omicron-nexus::test_all integration_tests::certificates::test_crud
43762024-04-19T20:33:58.996Z PASS [ 1.116s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
43772024-04-19T20:33:59.697Z PASS [ 16.051s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
43782024-04-19T20:34:11.482Z PASS [ 21.227s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
43792024-04-19T20:34:15.053Z PASS [ 16.401s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
43802024-04-19T20:34:15.053Z PASS [ 16.023s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
43812024-04-19T20:34:15.208Z PASS [ 16.466s] omicron-nexus::test_all integration_tests::console_api::test_assets
43822024-04-19T20:34:15.414Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43832024-04-19T20:34:22.641Z PASS [ 18.918s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
43842024-04-19T20:34:24.704Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43852024-04-19T20:34:32.033Z PASS [ 16.946s] omicron-nexus::test_all integration_tests::console_api::test_session_me
43862024-04-19T20:34:32.103Z PASS [ 17.027s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
43872024-04-19T20:34:32.220Z PASS [ 20.707s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
43882024-04-19T20:34:32.237Z PASS [ 16.998s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
43892024-04-19T20:34:37.540Z PASS [ 18.864s] omicron-nexus::test_all integration_tests::console_api::test_sessions
43902024-04-19T20:34:49.219Z PASS [ 17.074s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
43912024-04-19T20:34:49.300Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43922024-04-19T20:34:49.316Z PASS [ 17.226s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
43932024-04-19T20:34:57.765Z PASS [ 25.105s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
43942024-04-19T20:35:01.123Z PASS [ 23.533s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
43952024-04-19T20:35:01.244Z PASS [ 191.949s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43962024-04-19T20:35:04.901Z PASS [ 32.607s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
43972024-04-19T20:35:12.974Z PASS [ 23.677s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
43982024-04-19T20:35:13.090Z PASS [ 23.623s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
43992024-04-19T20:35:15.754Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44002024-04-19T20:35:20.045Z PASS [ 21.511s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
44012024-04-19T20:35:21.973Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44022024-04-19T20:35:41.392Z PASS [ 31.055s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
44032024-04-19T20:35:41.392Z PASS [ 21.583s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
44042024-04-19T20:35:41.392Z PASS [ 22.673s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
44052024-04-19T20:35:41.392Z PASS [ 16.748s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
44062024-04-19T20:35:41.392Z PASS [ 34.605s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
44072024-04-19T20:35:42.366Z PASS [ 37.411s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
44082024-04-19T20:35:47.994Z PASS [ 15.741s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
44092024-04-19T20:35:52.625Z PASS [ 16.918s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
44102024-04-19T20:35:56.137Z PASS [ 21.553s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
44112024-04-19T20:35:59.174Z PASS [ 23.426s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
44122024-04-19T20:36:03.649Z PASS [ 21.227s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
44132024-04-19T20:36:09.240Z PASS [ 33.301s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
44142024-04-19T20:36:11.326Z PASS [ 23.299s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
44152024-04-19T20:36:15.619Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44162024-04-19T20:36:15.787Z PASS [ 23.145s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
44172024-04-19T20:36:20.995Z PASS [ 24.815s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
44182024-04-19T20:36:22.079Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44192024-04-19T20:36:23.093Z PASS [ 23.886s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
44202024-04-19T20:36:25.278Z PASS [ 21.423s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
44212024-04-19T20:36:32.913Z PASS [ 21.080s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
44222024-04-19T20:36:33.858Z PASS [ 22.314s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
44232024-04-19T20:36:35.080Z PASS [ 19.206s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
44242024-04-19T20:36:47.496Z PASS [ 19.888s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
44252024-04-19T20:36:48.334Z PASS [ 22.814s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
44262024-04-19T20:36:48.334Z PASS [ 21.514s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
44272024-04-19T20:36:55.384Z PASS [ 24.986s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
44282024-04-19T20:37:03.696Z PASS [ 17.728s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
44292024-04-19T20:37:03.772Z PASS [ 30.042s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
44302024-04-19T20:37:11.319Z PASS [ 36.234s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
44312024-04-19T20:37:12.985Z PASS [ 26.297s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
44322024-04-19T20:37:14.500Z PASS [ 19.063s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
44332024-04-19T20:37:15.718Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44342024-04-19T20:37:16.061Z PASS [ 35.097s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
44352024-04-19T20:37:21.652Z PASS [ 17.151s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
44362024-04-19T20:37:21.809Z PASS [ 0.521s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
44372024-04-19T20:37:22.073Z PASS [ 0.590s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
44382024-04-19T20:37:22.707Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44392024-04-19T20:37:22.882Z PASS [ 0.515s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
44402024-04-19T20:37:23.329Z PASS [ 0.501s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
44412024-04-19T20:37:27.969Z PASS [ 16.621s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
44422024-04-19T20:37:28.602Z PASS [ 24.864s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
44432024-04-19T20:37:29.507Z PASS [ 16.500s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
44442024-04-19T20:37:32.501Z PASS [ 17.586s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
44452024-04-19T20:37:32.971Z PASS [ 16.878s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
44462024-04-19T20:37:43.575Z PASS [ 20.460s] omicron-nexus::test_all integration_tests::images::test_image_create
44472024-04-19T20:37:50.436Z PASS [ 22.430s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
44482024-04-19T20:37:51.577Z PASS [ 22.017s] omicron-nexus::test_all integration_tests::images::test_image_promotion
44492024-04-19T20:37:53.673Z PASS [ 24.936s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
44502024-04-19T20:37:53.810Z PASS [ 20.806s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
44512024-04-19T20:37:54.383Z PASS [ 22.254s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
44522024-04-19T20:37:59.210Z PASS [ 7.637s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
44532024-04-19T20:38:01.307Z PASS [ 7.718s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
44542024-04-19T20:38:01.388Z PASS [ 7.559s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
44552024-04-19T20:38:03.551Z PASS [ 19.942s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
44562024-04-19T20:38:03.809Z PASS [ 9.409s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
44572024-04-19T20:38:08.686Z PASS [ 18.219s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
44582024-04-19T20:38:18.399Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44592024-04-19T20:38:22.856Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44602024-04-19T20:38:22.933Z PASS [ 23.122s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
44612024-04-19T20:38:24.380Z PASS [ 488.562s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44622024-04-19T20:38:26.187Z PASS [ 16.244s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
44632024-04-19T20:38:27.951Z PASS [ 26.527s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
44642024-04-19T20:38:29.517Z PASS [ 25.659s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
44652024-04-19T20:38:35.772Z PASS [ 493.477s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44662024-04-19T20:38:37.313Z PASS [ 35.941s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
44672024-04-19T20:38:38.483Z PASS [ 34.873s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
44682024-04-19T20:38:39.497Z PASS [ 17.068s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
44692024-04-19T20:38:41.351Z PASS [ 16.338s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
44702024-04-19T20:38:56.557Z PASS [ 17.424s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
44712024-04-19T20:38:57.973Z PASS [ 33.531s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
44722024-04-19T20:38:58.785Z PASS [ 22.978s] omicron-nexus::test_all integration_tests::instances::test_instance_access
44732024-04-19T20:39:01.798Z PASS [ 33.292s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
44742024-04-19T20:39:05.439Z PASS [ 26.913s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
44752024-04-19T20:39:09.326Z PASS [ 29.808s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
44762024-04-19T20:39:13.295Z PASS [ 31.920s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
44772024-04-19T20:39:24.421Z PASS [ 29.602s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
44782024-04-19T20:39:25.954Z PASS [ 27.925s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
44792024-04-19T20:39:26.432Z PASS [ 56.824s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
44802024-04-19T20:39:28.034Z PASS [ 29.184s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
44812024-04-19T20:39:33.003Z PASS [ 23.635s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
44822024-04-19T20:39:34.226Z PASS [ 32.865s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
44832024-04-19T20:39:34.815Z PASS [ 21.471s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
44842024-04-19T20:39:47.500Z PASS [ 41.565s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
44852024-04-19T20:39:53.137Z PASS [ 28.661s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
44862024-04-19T20:39:53.924Z PASS [ 27.441s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
44872024-04-19T20:39:54.005Z PASS [ 25.941s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
44882024-04-19T20:39:58.421Z PASS [ 32.423s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
44892024-04-19T20:39:59.944Z PASS [ 26.898s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
44902024-04-19T20:40:02.660Z PASS [ 27.809s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
44912024-04-19T20:40:09.686Z PASS [ 35.405s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
44922024-04-19T20:40:09.884Z PASS [ 16.731s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
44932024-04-19T20:40:11.932Z PASS [ 17.904s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
44942024-04-19T20:40:16.048Z PASS [ 28.923s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
44952024-04-19T20:40:19.426Z PASS [ 16.736s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
44962024-04-19T20:40:19.706Z PASS [ 25.748s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
44972024-04-19T20:40:21.141Z PASS [ 21.152s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
44982024-04-19T20:40:22.077Z PASS [ 23.611s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
44992024-04-19T20:40:31.326Z PASS [ 15.256s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
45002024-04-19T20:40:32.550Z PASS [ 22.633s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
45012024-04-19T20:40:35.709Z PASS [ 16.262s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
45022024-04-19T20:40:36.387Z PASS [ 16.648s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
45032024-04-19T20:40:36.752Z PASS [ 24.775s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
45042024-04-19T20:40:37.228Z PASS [ 16.060s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
45052024-04-19T20:40:37.475Z PASS [ 15.377s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
45062024-04-19T20:40:38.576Z PASS [ 28.838s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
45072024-04-19T20:40:49.831Z PASS [ 17.236s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
45082024-04-19T20:40:50.180Z PASS [ 18.827s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
45092024-04-19T20:40:51.757Z PASS [ 16.014s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
45102024-04-19T20:40:52.711Z PASS [ 16.286s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
45112024-04-19T20:40:52.972Z PASS [ 15.727s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
45122024-04-19T20:40:53.223Z PASS [ 16.436s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
45132024-04-19T20:40:53.462Z PASS [ 15.960s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
45142024-04-19T20:40:54.288Z PASS [ 15.687s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
45152024-04-19T20:41:07.561Z PASS [ 17.337s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
45162024-04-19T20:41:08.262Z PASS [ 18.396s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
45172024-04-19T20:41:09.310Z PASS [ 16.583s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
45182024-04-19T20:41:09.704Z PASS [ 15.388s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
45192024-04-19T20:41:10.084Z PASS [ 16.592s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
45202024-04-19T20:41:10.924Z PASS [ 19.135s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
45212024-04-19T20:41:19.816Z PASS [ 24.224s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
45222024-04-19T20:41:28.257Z PASS [ 20.664s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
45232024-04-19T20:41:31.815Z PASS [ 22.068s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
45242024-04-19T20:41:35.300Z PASS [ 22.214s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
45252024-04-19T20:41:35.301Z PASS [ 22.490s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
45262024-04-19T20:41:36.511Z PASS [ 28.210s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
45272024-04-19T20:41:44.289Z PASS [ 50.459s] omicron-nexus::test_all integration_tests::metrics::test_metrics
45282024-04-19T20:41:50.765Z PASS [ 41.383s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
45292024-04-19T20:41:53.737Z PASS [ 21.883s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
45302024-04-19T20:41:56.504Z PASS [ 39.191s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
45312024-04-19T20:42:05.763Z PASS [ 29.214s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
45322024-04-19T20:42:06.797Z PASS [ 32.863s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
45332024-04-19T20:42:07.333Z PASS [ 39.015s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
45342024-04-19T20:42:12.839Z PASS [ 28.462s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
45352024-04-19T20:42:12.839Z PASS [ 39.895s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
45362024-04-19T20:42:12.839Z PASS [ 21.504s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
45372024-04-19T20:42:24.853Z PASS [ 17.472s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
45382024-04-19T20:42:25.890Z PASS [ 19.488s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
45392024-04-19T20:42:29.716Z PASS [ 17.388s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
45402024-04-19T20:42:33.638Z PASS [ 39.843s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
45412024-04-19T20:42:33.717Z PASS [ 21.390s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
45422024-04-19T20:42:34.526Z PASS [ 22.220s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
45432024-04-19T20:42:37.807Z PASS [ 41.246s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
45442024-04-19T20:42:45.921Z PASS [ 21.055s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
45452024-04-19T20:42:47.737Z PASS [ 17.944s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
45462024-04-19T20:42:51.965Z PASS [ 14.760s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
45472024-04-19T20:42:52.043Z PASS [ 24.612s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
45482024-04-19T20:42:52.043Z PASS [ 17.252s] omicron-nexus::test_all integration_tests::projects::test_projects
45492024-04-19T20:42:52.577Z PASS [ 14.731s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
45502024-04-19T20:42:53.246Z PASS [ 47.275s] omicron-nexus::test_all integration_tests::password_login::test_local_users
45512024-04-19T20:43:02.863Z PASS [ 16.911s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
45522024-04-19T20:43:04.164Z PASS [ 16.412s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
45532024-04-19T20:43:05.280Z PASS [ 15.944s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
45542024-04-19T20:43:05.624Z PASS [ 0.338s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
45552024-04-19T20:43:06.322Z PASS [ 3.453s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
45562024-04-19T20:43:06.375Z PASS [ 15.432s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
45572024-04-19T20:43:07.580Z PASS [ 3.435s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
45582024-04-19T20:43:07.606Z PASS [ 17.031s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
45592024-04-19T20:43:07.730Z PASS [ 0.144s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
45602024-04-19T20:43:07.730Z PASS [ 0.118s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
45612024-04-19T20:43:07.809Z PASS [ 0.093s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
45622024-04-19T20:43:07.823Z PASS [ 0.096s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
45632024-04-19T20:43:07.875Z PASS [ 15.287s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
45642024-04-19T20:43:07.905Z PASS [ 0.096s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
45652024-04-19T20:43:08.422Z PASS [ 15.251s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
45662024-04-19T20:43:08.959Z PASS [ 3.325s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
45672024-04-19T20:43:09.727Z PASS [ 3.397s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
45682024-04-19T20:43:13.200Z PASS [ 39.322s] omicron-nexus::test_all integration_tests::quotas::test_quotas
45692024-04-19T20:43:13.370Z PASS [ 0.263s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
45702024-04-19T20:43:24.660Z PASS [ 16.668s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
45712024-04-19T20:43:24.818Z PASS [ 16.916s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
45722024-04-19T20:43:24.876Z PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
45732024-04-19T20:43:24.902Z PASS [ 16.980s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
45742024-04-19T20:43:24.985Z PASS [ 0.099s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
45752024-04-19T20:43:25.000Z PASS [ 16.560s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
45762024-04-19T20:43:25.191Z PASS [ 18.783s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
45772024-04-19T20:43:25.627Z PASS [ 16.655s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
45782024-04-19T20:43:26.078Z PASS [ 16.336s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
45792024-04-19T20:43:29.023Z PASS [ 15.633s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
45802024-04-19T20:43:37.782Z PASS [ 12.776s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
45812024-04-19T20:43:37.892Z PASS [ 12.899s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
45822024-04-19T20:43:38.313Z PASS [ 13.010s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
45832024-04-19T20:43:38.313Z PASS [ 13.362s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
45842024-04-19T20:43:38.313Z PASS [ 12.891s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
45852024-04-19T20:43:44.964Z PASS [ 7.176s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
45862024-04-19T20:43:45.982Z PASS [ 7.871s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
45872024-04-19T20:43:52.522Z PASS [ 7.540s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
45882024-04-19T20:43:53.833Z PASS [ 7.835s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
45892024-04-19T20:44:00.342Z PASS [ 7.806s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
45902024-04-19T20:44:01.567Z PASS [ 7.722s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
45912024-04-19T20:44:06.043Z PASS [ 4.463s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
45922024-04-19T20:44:30.741Z PASS [ 24.667s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
45932024-04-19T20:44:34.438Z PASS [ 34.026s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
45942024-04-19T20:44:49.422Z PASS [ 18.223s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
45952024-04-19T20:44:54.356Z PASS [ 19.880s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
45962024-04-19T20:45:06.573Z PASS [ 12.207s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
45972024-04-19T20:45:06.769Z PASS [ 12.417s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
45982024-04-19T20:45:07.103Z PASS [ 12.743s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
45992024-04-19T20:45:07.541Z PASS [ 13.169s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
46002024-04-19T20:45:14.852Z PASS [ 25.788s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
46012024-04-19T20:45:19.920Z PASS [ 13.325s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
46022024-04-19T20:45:20.530Z PASS [ 13.727s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
46032024-04-19T20:45:21.187Z PASS [ 13.652s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
46042024-04-19T20:45:21.709Z PASS [ 13.726s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
46052024-04-19T20:45:30.788Z PASS [ 15.925s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
46062024-04-19T20:45:31.224Z PASS [ 16.350s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
46072024-04-19T20:45:31.373Z PASS [ 16.487s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
46082024-04-19T20:45:32.165Z PASS [ 17.292s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
46092024-04-19T20:45:36.036Z PASS [ 16.082s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
46102024-04-19T20:45:37.048Z PASS [ 16.499s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
46112024-04-19T20:45:37.421Z PASS [ 16.094s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
46122024-04-19T20:45:42.739Z PASS [ 21.909s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
46132024-04-19T20:45:47.494Z PASS [ 16.224s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
46142024-04-19T20:45:47.854Z PASS [ 16.452s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
46152024-04-19T20:45:48.382Z PASS [ 16.200s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
46162024-04-19T20:45:48.731Z PASS [ 17.899s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
46172024-04-19T20:45:52.455Z PASS [ 16.357s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
46182024-04-19T20:45:52.715Z PASS [ 15.632s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
46192024-04-19T20:45:56.449Z PASS [ 19.000s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
46202024-04-19T20:46:03.990Z PASS [ 21.224s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
46212024-04-19T20:46:04.352Z PASS [ 15.941s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
46222024-04-19T20:46:04.750Z PASS [ 17.228s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
46232024-04-19T20:46:08.039Z PASS [ 20.100s] omicron-nexus::test_all integration_tests::silos::test_silos
46242024-04-19T20:46:08.585Z PASS [ 16.137s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
46252024-04-19T20:46:09.966Z PASS [ 21.204s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
46262024-04-19T20:46:13.359Z PASS [ 16.885s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
46272024-04-19T20:46:13.839Z PASS [ 21.095s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
46282024-04-19T20:46:20.190Z PASS [ 15.137s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
46292024-04-19T20:46:30.532Z PASS [ 17.496s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
46302024-04-19T20:46:30.789Z PASS [ 18.356s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
46312024-04-19T20:46:30.789Z PASS [ 17.591s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
46322024-04-19T20:46:31.219Z PASS [ 26.596s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
46332024-04-19T20:46:31.326Z PASS [ 26.932s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
46342024-04-19T20:46:31.447Z PASS [ 4.462s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
46352024-04-19T20:46:32.028Z PASS [ 1.394s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
46362024-04-19T20:46:32.049Z PASS [ 4.447s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
46372024-04-19T20:46:36.005Z PASS [ 4.405s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
46382024-04-19T20:46:36.101Z PASS [ 4.431s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
46392024-04-19T20:46:36.587Z PASS [ 0.674s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
46402024-04-19T20:46:37.831Z PASS [ 23.546s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
46412024-04-19T20:46:39.540Z PASS [ 26.120s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
46422024-04-19T20:46:42.047Z PASS [ 22.117s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
46432024-04-19T20:46:46.900Z PASS [ 14.850s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
46442024-04-19T20:46:46.921Z PASS [ 21.373s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
46452024-04-19T20:46:52.113Z PASS [ 15.536s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
46462024-04-19T20:46:55.106Z PASS [ 15.546s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
46472024-04-19T20:46:56.779Z PASS [ 19.323s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
46482024-04-19T20:46:57.308Z PASS [ 15.225s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
46492024-04-19T20:46:59.130Z PASS [ 27.049s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
46502024-04-19T20:47:11.388Z PASS [ 24.423s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
46512024-04-19T20:47:14.952Z PASS [ 27.964s] omicron-nexus::test_all integration_tests::utilization::test_utilization
46522024-04-19T20:47:19.683Z PASS [ 27.250s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
46532024-04-19T20:47:21.488Z PASS [ 26.352s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
46542024-04-19T20:47:23.608Z PASS [ 26.262s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
46552024-04-19T20:47:24.198Z PASS [ 27.371s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
46562024-04-19T20:47:25.240Z PASS [ 26.070s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
46572024-04-19T20:47:35.836Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
46582024-04-19T20:47:37.219Z PASS [ 25.778s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
46592024-04-19T20:47:41.303Z PASS [ 26.344s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
46602024-04-19T20:47:44.456Z PASS [ 20.808s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
46612024-04-19T20:47:45.094Z PASS [ 23.560s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
46622024-04-19T20:47:46.132Z PASS [ 26.676s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
46632024-04-19T20:47:49.721Z PASS [ 73.855s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
46642024-04-19T20:47:55.405Z PASS [ 31.157s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
46652024-04-19T20:47:56.230Z PASS [ 30.931s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
46662024-04-19T20:48:10.902Z PASS [ 24.711s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
46672024-04-19T20:48:11.716Z PASS [ 15.461s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
46682024-04-19T20:48:13.274Z PASS [ 36.005s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
46692024-04-19T20:48:17.329Z PASS [ 26.983s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
46702024-04-19T20:48:17.504Z PASS [ 36.130s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
46712024-04-19T20:48:20.126Z PASS [ 33.752s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
46722024-04-19T20:48:20.126Z PASS [ 24.063s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
46732024-04-19T20:48:20.126Z PASS [ 35.214s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
46742024-04-19T20:48:25.431Z PASS [ 14.528s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
46752024-04-19T20:48:26.975Z PASS [ 15.233s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
46762024-04-19T20:48:28.255Z PASS [ 14.964s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
46772024-04-19T20:48:32.534Z PASS [ 15.766s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
46782024-04-19T20:48:33.798Z PASS [ 16.272s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
46792024-04-19T20:48:34.190Z PASS [ 15.269s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
46802024-04-19T20:48:34.534Z PASS [ 14.972s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
46812024-04-19T20:48:35.366Z PASS [ 15.521s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
46822024-04-19T20:48:45.497Z PASS [ 14.902s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
46832024-04-19T20:48:45.497Z PASS [ 15.030s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
46842024-04-19T20:48:46.573Z PASS [ 17.867s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
46852024-04-19T20:48:48.273Z PASS [ 15.714s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
46862024-04-19T20:48:48.783Z PASS [ 14.956s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
46872024-04-19T20:48:49.162Z PASS [ 14.936s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
46882024-04-19T20:48:49.174Z PASS [ 14.631s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
46892024-04-19T20:48:50.064Z PASS [ 14.765s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
46902024-04-19T20:48:56.274Z PASS [ 14.355s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
46912024-04-19T20:48:58.381Z PASS [ 15.037s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
46922024-04-19T20:48:58.454Z PASS [ 15.095s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
46932024-04-19T20:49:03.747Z PASS [ 15.441s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
46942024-04-19T20:49:03.993Z PASS [ 15.193s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
46952024-04-19T20:49:04.442Z PASS [ 15.261s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
46962024-04-19T20:49:04.763Z PASS [ 15.571s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
46972024-04-19T20:49:05.751Z PASS [ 15.659s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
46982024-04-19T20:49:12.018Z PASS [ 15.297s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
46992024-04-19T20:49:13.207Z PASS [ 14.806s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
47002024-04-19T20:49:15.811Z PASS [ 17.333s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
47012024-04-19T20:49:15.922Z PASS [ 0.102s] omicron-package dot::test::test_bad_dependency
47022024-04-19T20:49:15.950Z PASS [ 0.036s] omicron-package dot::test::test_dot_output
47032024-04-19T20:49:17.038Z PASS [ 3.825s] omicron-omdb::test_all_output test_omdb_usage_errors
47042024-04-19T20:49:17.074Z PASS [ 0.030s] omicron-passwords test::test_password_constraints
47052024-04-19T20:49:19.718Z PASS [ 2.649s] omicron-passwords test::test_reproducible
47062024-04-19T20:49:22.164Z PASS [ 6.169s] omicron-passwords test::test_compatible
47072024-04-19T20:49:22.202Z PASS [ 0.044s] omicron-passwords test::test_stable
47082024-04-19T20:49:22.218Z PASS [ 0.026s] omicron-passwords test::test_weak_hashes
47092024-04-19T20:49:22.234Z PASS [ 0.024s] omicron-rpaths internal::tests::test_configure_from_path
47102024-04-19T20:49:22.286Z PASS [ 0.052s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
47112024-04-19T20:49:22.306Z PASS [ 0.023s] omicron-rpaths internal::tests::test_emit_rpath
47122024-04-19T20:49:22.596Z PASS [ 0.286s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
47132024-04-19T20:49:23.210Z PASS [ 0.606s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
47142024-04-19T20:49:23.306Z PASS [ 0.100s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
47152024-04-19T20:49:23.343Z PASS [ 19.566s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
47162024-04-19T20:49:23.793Z PASS [ 18.955s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
47172024-04-19T20:49:23.793Z PASS [ 0.096s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
47182024-04-19T20:49:23.793Z PASS [ 0.151s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
47192024-04-19T20:49:23.793Z PASS [ 0.053s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
47202024-04-19T20:49:23.793Z PASS [ 0.087s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
47212024-04-19T20:49:23.793Z PASS [ 0.057s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
47222024-04-19T20:49:23.793Z PASS [ 0.091s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
47232024-04-19T20:49:23.794Z PASS [ 0.032s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
47242024-04-19T20:49:23.794Z PASS [ 0.062s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
47252024-04-19T20:49:23.794Z PASS [ 0.046s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
47262024-04-19T20:49:23.794Z PASS [ 0.026s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
47272024-04-19T20:49:23.794Z PASS [ 0.042s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
47282024-04-19T20:49:23.794Z PASS [ 0.026s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
47292024-04-19T20:49:23.794Z PASS [ 0.027s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
47302024-04-19T20:49:23.794Z PASS [ 0.027s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
47312024-04-19T20:49:23.794Z PASS [ 0.027s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
47322024-04-19T20:49:23.804Z PASS [ 0.030s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
47332024-04-19T20:49:23.805Z PASS [ 0.037s] omicron-sled-agent config::test::test_smf_configs
47342024-04-19T20:49:23.828Z PASS [ 0.033s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
47352024-04-19T20:49:23.829Z PASS [ 0.050s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
47362024-04-19T20:49:23.895Z PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
47372024-04-19T20:49:23.904Z PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
47382024-04-19T20:49:23.909Z PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
47392024-04-19T20:49:23.928Z PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
47402024-04-19T20:49:23.973Z PASS [ 0.545s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
47412024-04-19T20:49:24.934Z PASS [ 20.144s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
47422024-04-19T20:49:25.665Z PASS [ 19.881s] omicron-omdb::test_all_output test_omdb_env_settings
47432024-04-19T20:49:27.009Z PASS [ 22.989s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
47442024-04-19T20:49:27.037Z PASS [ 0.026s] omicron-sled-agent probe_manager::test::probe_state_set_ops
47452024-04-19T20:49:27.069Z PASS [ 0.032s] omicron-sled-agent profile::tests::empty_profile
47462024-04-19T20:49:27.113Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_disabled_instance
47472024-04-19T20:49:27.138Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_instance
47482024-04-19T20:49:27.166Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_multiple
47492024-04-19T20:49:27.193Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_property
47502024-04-19T20:49:27.232Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_property_group
47512024-04-19T20:49:27.242Z PASS [ 3.328s] omicron-sled-agent instance::tests::test_instance_create_events_normal
47522024-04-19T20:49:27.256Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_service
47532024-04-19T20:49:27.263Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_service_property_group
47542024-04-19T20:49:27.304Z PASS [ 0.029s] omicron-sled-agent rack_setup::config::test::test_subnets
47552024-04-19T20:49:27.325Z PASS [ 0.064s] omicron-sled-agent rack_setup::config::test::test_extra_certs
47562024-04-19T20:49:27.333Z PASS [ 0.035s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
47572024-04-19T20:49:27.361Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
47582024-04-19T20:49:27.391Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
47592024-04-19T20:49:27.405Z PASS [ 0.043s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema
47602024-04-19T20:49:27.405Z PASS [ 0.042s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
47612024-04-19T20:49:27.436Z PASS [ 0.043s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
47622024-04-19T20:49:27.444Z PASS [ 2.508s] omicron-sled-agent instance::tests::test_instance_manager_creation
47632024-04-19T20:49:27.453Z PASS [ 0.049s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
47642024-04-19T20:49:27.476Z PASS [ 0.036s] omicron-sled-agent services::test::test_all_zones_requests_schema
47652024-04-19T20:49:27.487Z PASS [ 0.035s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
47662024-04-19T20:49:28.005Z PASS [ 4.076s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
47672024-04-19T20:49:28.015Z PASS [ 4.019s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
47682024-04-19T20:49:30.057Z PASS [ 2.572s] omicron-sled-agent services::test::test_ensure_service
47692024-04-19T20:49:30.143Z PASS [ 2.684s] omicron-sled-agent services::test::test_bad_generations
47702024-04-19T20:49:30.228Z PASS [ 2.723s] omicron-sled-agent services::test::test_ensure_service_before_timesync
47712024-04-19T20:49:32.619Z PASS [ 10.946s] omicron-passwords test::test_smoke
47722024-04-19T20:49:32.668Z PASS [ 2.681s] omicron-sled-agent services::test::test_old_ledger_migration
47732024-04-19T20:49:32.669Z PASS [ 0.027s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
47742024-04-19T20:49:32.669Z PASS [ 0.031s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
47752024-04-19T20:49:32.669Z PASS [ 0.031s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
47762024-04-19T20:49:32.669Z PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
47772024-04-19T20:49:32.669Z PASS [ 0.028s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
47782024-04-19T20:49:32.669Z PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
47792024-04-19T20:49:32.669Z PASS [ 0.142s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
47802024-04-19T20:49:32.669Z PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
47812024-04-19T20:49:32.669Z PASS [ 0.031s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
47822024-04-19T20:49:32.670Z PASS [ 0.028s] omicron-sled-agent updates::test::test_query_no_components
47832024-04-19T20:49:32.670Z PASS [ 2.934s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
47842024-04-19T20:49:32.670Z PASS [ 0.031s] omicron-sled-agent updates::test::test_query_sled_agent_version
47852024-04-19T20:49:32.670Z PASS [ 0.041s] omicron-sled-agent updates::test::test_query_zone_version
47862024-04-19T20:49:32.670Z PASS [ 0.030s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
47872024-04-19T20:49:32.670Z PASS [ 0.156s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
47882024-04-19T20:49:32.670Z PASS [ 19.965s] omicron-omdb::test_all_output test_omdb_success_cases
47892024-04-19T20:49:32.670Z PASS [ 0.036s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
47902024-04-19T20:49:32.670Z PASS [ 2.324s] omicron-sled-agent services::test::test_old_ledger_migration_bad
47912024-04-19T20:49:33.125Z PASS [ 2.821s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
47922024-04-19T20:49:33.192Z PASS [ 2.964s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
47932024-04-19T20:49:33.342Z PASS [ 0.064s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
47942024-04-19T20:49:33.390Z PASS [ 0.028s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
47952024-04-19T20:49:33.390Z PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_disk_usage
47962024-04-19T20:49:33.421Z PASS [ 0.031s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
47972024-04-19T20:49:33.421Z PASS [ 0.028s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
47982024-04-19T20:49:33.422Z PASS [ 2.510s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
47992024-04-19T20:49:33.441Z PASS [ 0.023s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
48002024-04-19T20:49:33.509Z PASS [ 2.382s] omicron-sled-agent zone_bundle::illumos_tests::test_context
48012024-04-19T20:49:33.589Z PASS [ 2.574s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
48022024-04-19T20:49:34.016Z PASS [ 0.605s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
48032024-04-19T20:49:34.062Z PASS [ 0.467s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
48042024-04-19T20:49:34.122Z PASS [ 0.054s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
48052024-04-19T20:49:34.235Z PASS [ 0.213s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
48062024-04-19T20:49:34.264Z PASS [ 0.023s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
48072024-04-19T20:49:35.133Z PASS [ 0.031s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
48082024-04-19T20:49:35.133Z PASS [ 0.090s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
48092024-04-19T20:49:35.133Z PASS [ 0.023s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
48102024-04-19T20:49:35.133Z PASS [ 1.055s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
48112024-04-19T20:49:35.133Z PASS [ 0.974s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
48122024-04-19T20:49:35.133Z PASS [ 2.906s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
48132024-04-19T20:49:35.133Z PASS [ 0.225s] omicron-test-utils dev::db::test::test_bad_cmd
48142024-04-19T20:49:35.133Z PASS [ 0.082s] omicron-test-utils dev::db::test::test_make_pg_config_fail
48152024-04-19T20:49:35.133Z PASS [ 0.026s] omicron-test-utils dev::db::test::test_make_pg_config_ok
48162024-04-19T20:49:35.134Z PASS [ 0.031s] omicron-test-utils dev::db::test::test_process_exit_abnormal
48172024-04-19T20:49:35.134Z PASS [ 0.241s] omicron-test-utils dev::db::test::test_database_start_hang
48182024-04-19T20:49:35.134Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_normal
48192024-04-19T20:49:35.134Z PASS [ 2.458s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
48202024-04-19T20:49:35.134Z PASS [ 0.425s] omicron-test-utils dev::db::test::test_cmd_fails
48212024-04-19T20:49:35.134Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_starter_tmpdir
48222024-04-19T20:49:35.134Z PASS [ 0.060s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
48232024-04-19T20:49:35.134Z PASS [ 0.031s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
48242024-04-19T20:49:35.134Z PASS [ 0.050s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
48252024-04-19T20:49:35.134Z PASS [ 0.032s] oximeter histogram::tests::test_bin_range
48262024-04-19T20:49:35.134Z PASS [ 0.024s] oximeter histogram::tests::test_bin_range_from
48272024-04-19T20:49:35.134Z PASS [ 0.024s] oximeter histogram::tests::test_bin_range_to
48282024-04-19T20:49:35.551Z PASS [ 1.029s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
48292024-04-19T20:49:35.551Z PASS [ 0.031s] oximeter histogram::tests::test_empty_bins_not_supported
48302024-04-19T20:49:35.551Z PASS [ 0.028s] oximeter histogram::tests::test_ensure_finite
48312024-04-19T20:49:35.551Z PASS [ 0.030s] oximeter histogram::tests::test_histogram
48322024-04-19T20:49:35.551Z PASS [ 0.031s] oximeter histogram::tests::test_histogram_extreme_bins
48332024-04-19T20:49:35.551Z PASS [ 0.026s] oximeter histogram::tests::test_histogram_extreme_samples
48342024-04-19T20:49:35.551Z PASS [ 0.025s] oximeter histogram::tests::test_histogram_float_bins
48352024-04-19T20:49:35.551Z PASS [ 0.024s] oximeter histogram::tests::test_histogram_to_arrays
48362024-04-19T20:49:35.551Z PASS [ 0.025s] oximeter histogram::tests::test_histogram_unbounded_samples
48372024-04-19T20:49:35.551Z PASS [ 0.027s] oximeter histogram::tests::test_histogram_unsorted_bins
48382024-04-19T20:49:35.551Z PASS [ 0.027s] oximeter histogram::tests::test_histogram_with_bins
48392024-04-19T20:49:35.552Z PASS [ 0.024s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
48402024-04-19T20:49:35.552Z PASS [ 0.025s] oximeter histogram::tests::test_histogram_with_overlapping_bins
48412024-04-19T20:49:35.552Z PASS [ 0.029s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
48422024-04-19T20:49:35.552Z PASS [ 0.022s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
48432024-04-19T20:49:35.552Z PASS [ 0.025s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
48442024-04-19T20:49:35.552Z PASS [ 0.099s] oximeter histogram::tests::test_log_linear_bins_all_representable
48452024-04-19T20:49:35.552Z PASS [ 0.027s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
48462024-04-19T20:49:35.552Z PASS [ 0.027s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
48472024-04-19T20:49:35.552Z PASS [ 0.022s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
48482024-04-19T20:49:35.552Z PASS [ 0.022s] oximeter histogram::tests::test_span_decades
48492024-04-19T20:49:35.552Z PASS [ 0.021s] oximeter histogram::tests::test_span_decades_other_counts_f64
48502024-04-19T20:49:35.552Z PASS [ 0.023s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
48512024-04-19T20:49:35.552Z PASS [ 0.025s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
48522024-04-19T20:49:35.553Z PASS [ 0.028s] oximeter schema::tests::test_field_schema_ordering
48532024-04-19T20:49:35.553Z PASS [ 2.531s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
48542024-04-19T20:49:35.553Z PASS [ 0.035s] oximeter schema::tests::test_timeseries_name
48552024-04-19T20:49:35.553Z PASS [ 0.064s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
48562024-04-19T20:49:35.553Z PASS [ 0.046s] oximeter schema::tests::test_timeseries_name_from_str
48572024-04-19T20:49:35.553Z PASS [ 0.029s] oximeter schema::tests::test_timeseries_schema_from_parts
48582024-04-19T20:49:35.564Z PASS [ 0.027s] oximeter schema::tests::test_timeseries_schema_from_sample
48592024-04-19T20:49:35.572Z PASS [ 0.028s] oximeter test_util::tests::test_gen_test_samples
48602024-04-19T20:49:35.581Z PASS [ 0.031s] oximeter traits::tests::test_metric_trait
48612024-04-19T20:49:35.651Z PASS [ 0.029s] oximeter traits::tests::test_producer_trait
48622024-04-19T20:49:35.651Z PASS [ 0.026s] oximeter types::tests::test_cumulative_f64
48632024-04-19T20:49:35.665Z PASS [ 0.038s] oximeter traits::tests::test_target_trait
48642024-04-19T20:49:35.666Z PASS [ 0.037s] oximeter types::tests::test_cumulative_i64
48652024-04-19T20:49:35.666Z PASS [ 0.028s] oximeter types::tests::test_datum
48662024-04-19T20:49:35.684Z PASS [ 0.028s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
48672024-04-19T20:49:35.684Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
48682024-04-19T20:49:35.684Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
48692024-04-19T20:49:35.685Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
48702024-04-19T20:49:35.694Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
48712024-04-19T20:49:35.705Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
48722024-04-19T20:49:35.799Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
48732024-04-19T20:49:35.799Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
48742024-04-19T20:49:35.813Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
48752024-04-19T20:49:35.813Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
48762024-04-19T20:49:35.813Z PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
48772024-04-19T20:49:35.813Z PASS [ 0.030s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
48782024-04-19T20:49:35.813Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
48792024-04-19T20:49:35.813Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
48802024-04-19T20:49:35.813Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
48812024-04-19T20:49:35.841Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
48822024-04-19T20:49:35.865Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
48832024-04-19T20:49:35.865Z PASS [ 0.028s] oximeter types::tests::test_measurement
48842024-04-19T20:49:35.865Z PASS [ 0.027s] oximeter types::tests::test_sample_struct
48852024-04-19T20:49:35.885Z PASS [ 0.029s] oximeter types::tests::test_verify_field_names
48862024-04-19T20:49:35.969Z LEAK [ 1.181s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
48872024-04-19T20:49:36.044Z PASS [ 0.197s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
48882024-04-19T20:49:36.068Z PASS [ 0.038s] oximeter-collector self_stats::tests::test_failure_reason_serialization
48892024-04-19T20:49:36.180Z PASS [ 0.113s] oximeter-collector self_stats::tests::test_no_schema_changes
48902024-04-19T20:49:36.213Z PASS [ 0.359s] oximeter-collector agent::tests::test_self_stat_error_counter
48912024-04-19T20:49:36.222Z PASS [ 0.382s] oximeter-collector agent::tests::test_self_stat_collection_count
48922024-04-19T20:49:36.228Z PASS [ 0.265s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
48932024-04-19T20:49:36.292Z PASS [ 0.065s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
48942024-04-19T20:49:36.293Z PASS [ 0.057s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
48952024-04-19T20:49:36.341Z PASS [ 0.026s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
48962024-04-19T20:49:36.580Z PASS [ 0.397s] oximeter-collector::test_commands test_oximeter_no_args
48972024-04-19T20:49:37.017Z PASS [ 0.545s] oximeter-collector::test_commands test_oximeter_openapi
48982024-04-19T20:49:37.570Z PASS [ 1.272s] oximeter-db client::oxql::tests::test_get_entire_table
48992024-04-19T20:49:37.614Z PASS [ 1.296s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
49002024-04-19T20:49:37.663Z PASS [ 1.080s] oximeter-db client::oxql::tests::test_get_one_timeseries
49012024-04-19T20:49:37.875Z PASS [ 1.112s] oximeter-db client::oxql::tests::test_limit_operations
49022024-04-19T20:49:38.306Z PASS [ 0.689s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
49032024-04-19T20:49:39.437Z PASS [ 0.937s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
49042024-04-19T20:49:39.457Z PASS [ 0.035s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
49052024-04-19T20:49:39.457Z PASS [ 1.090s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
49062024-04-19T20:49:39.457Z PASS [ 4.735s] omicron-test-utils dev::db::test::test_database_concurrent
49072024-04-19T20:49:39.457Z PASS [ 4.418s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
49082024-04-19T20:49:39.457Z PASS [ 0.030s] oximeter-db client::tests::test_unravel_index
49092024-04-19T20:49:39.457Z PASS [ 0.039s] oximeter-db client::tests::test_verify_schema_upgrades
49102024-04-19T20:49:39.457Z PASS [ 0.029s] oximeter-db model::tests::test_db_bool
49112024-04-19T20:49:39.458Z PASS [ 1.072s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
49122024-04-19T20:49:39.458Z PASS [ 0.027s] oximeter-db model::tests::test_db_datum_type_conversion
49132024-04-19T20:49:39.458Z PASS [ 0.034s] oximeter-db model::tests::test_db_field_list_conversion
49142024-04-19T20:49:39.465Z PASS [ 0.028s] oximeter-db model::tests::test_db_field_type_conversion
49152024-04-19T20:49:39.499Z PASS [ 0.033s] oximeter-db model::tests::test_db_histogram
49162024-04-19T20:49:39.523Z PASS [ 0.027s] oximeter-db model::tests::test_histogram_to_arrays
49172024-04-19T20:49:39.715Z PASS [ 1.077s] oximeter-db client::tests::test_select_all_field_types
49182024-04-19T20:49:39.742Z PASS [ 0.030s] oximeter-db model::tests::test_parse_bytes_measurement
49192024-04-19T20:49:39.771Z PASS [ 0.028s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
49202024-04-19T20:49:39.803Z PASS [ 0.030s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
49212024-04-19T20:49:39.844Z PASS [ 0.033s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
49222024-04-19T20:49:39.873Z PASS [ 0.035s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
49232024-04-19T20:49:39.931Z PASS [ 0.039s] oximeter-db model::tests::test_unroll_from_source
49242024-04-19T20:49:39.946Z PASS [ 0.036s] oximeter-db model::tests::test_unroll_measurement_row
49252024-04-19T20:49:39.977Z PASS [ 0.032s] oximeter-db model::tests::test_unroll_missing_measurement_row
49262024-04-19T20:49:40.010Z PASS [ 0.476s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
49272024-04-19T20:49:40.010Z PASS [ 0.637s] oximeter-db model::tests::test_db_bool_bad
49282024-04-19T20:49:40.017Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
49292024-04-19T20:49:40.030Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
49302024-04-19T20:49:40.036Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_comparison
49312024-04-19T20:49:40.042Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
49322024-04-19T20:49:40.058Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_double_literal
49332024-04-19T20:49:40.064Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
49342024-04-19T20:49:40.076Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
49352024-04-19T20:49:40.082Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
49362024-04-19T20:49:40.089Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
49372024-04-19T20:49:40.104Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
49382024-04-19T20:49:40.110Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
49392024-04-19T20:49:40.118Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
49402024-04-19T20:49:40.132Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
49412024-04-19T20:49:40.144Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
49422024-04-19T20:49:40.152Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_group_by
49432024-04-19T20:49:40.158Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_ident
49442024-04-19T20:49:40.172Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
49452024-04-19T20:49:40.596Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
49462024-04-19T20:49:40.626Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
49472024-04-19T20:49:40.627Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
49482024-04-19T20:49:40.627Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
49492024-04-19T20:49:40.627Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
49502024-04-19T20:49:40.627Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
49512024-04-19T20:49:40.627Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
49522024-04-19T20:49:40.627Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_query
49532024-04-19T20:49:40.627Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
49542024-04-19T20:49:40.627Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
49552024-04-19T20:49:40.627Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
49562024-04-19T20:49:40.628Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
49572024-04-19T20:49:40.628Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_reducer
49582024-04-19T20:49:40.628Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
49592024-04-19T20:49:40.628Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
49602024-04-19T20:49:40.628Z PASS [ 0.026s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
49612024-04-19T20:49:40.628Z PASS [ 0.025s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
49622024-04-19T20:49:40.628Z PASS [ 0.030s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
49632024-04-19T20:49:40.628Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
49642024-04-19T20:49:40.628Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
49652024-04-19T20:49:40.628Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
49662024-04-19T20:49:40.628Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
49672024-04-19T20:49:40.628Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
49682024-04-19T20:49:40.629Z PASS [ 2.873s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
49692024-04-19T20:49:40.629Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
49702024-04-19T20:49:40.629Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
49712024-04-19T20:49:40.629Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
49722024-04-19T20:49:40.629Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
49732024-04-19T20:49:40.629Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
49742024-04-19T20:49:40.629Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
49752024-04-19T20:49:40.629Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
49762024-04-19T20:49:40.629Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
49772024-04-19T20:49:40.629Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
49782024-04-19T20:49:40.629Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
49792024-04-19T20:49:40.635Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays
49802024-04-19T20:49:40.635Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values
49812024-04-19T20:49:40.639Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
49822024-04-19T20:49:40.649Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
49832024-04-19T20:49:40.681Z PASS [ 0.032s] oximeter-db oxql::point::tests::test_cast_points_from_bool
49842024-04-19T20:49:40.750Z PASS [ 0.039s] oximeter-db oxql::point::tests::test_cast_points_from_double
49852024-04-19T20:49:40.750Z PASS [ 0.053s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution
49862024-04-19T20:49:40.759Z PASS [ 0.057s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution
49872024-04-19T20:49:40.809Z PASS [ 0.030s] oximeter-db oxql::point::tests::test_cast_points_from_string
49882024-04-19T20:49:40.810Z PASS [ 0.050s] oximeter-db oxql::point::tests::test_cast_points_from_integer
49892024-04-19T20:49:40.853Z PASS [ 0.027s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges
49902024-04-19T20:49:40.853Z PASS [ 1.606s] oximeter-db client::tests::test_sql_query_output
49912024-04-19T20:49:40.860Z PASS [ 0.069s] oximeter-db oxql::point::tests::test_point_delta_between
49922024-04-19T20:49:40.880Z PASS [ 0.054s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch
49932024-04-19T20:49:41.401Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_coalesce_limits
49942024-04-19T20:49:41.402Z PASS [ 0.048s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
49952024-04-19T20:49:41.402Z PASS [ 0.073s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
49962024-04-19T20:49:41.402Z PASS [ 0.056s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
49972024-04-19T20:49:41.402Z PASS [ 0.082s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
49982024-04-19T20:49:41.402Z PASS [ 0.049s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
49992024-04-19T20:49:41.402Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
50002024-04-19T20:49:41.402Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
50012024-04-19T20:49:41.402Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_predicates
50022024-04-19T20:49:41.403Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
50032024-04-19T20:49:41.403Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
50042024-04-19T20:49:41.403Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
50052024-04-19T20:49:41.403Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_query_end_time
50062024-04-19T20:49:41.403Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
50072024-04-19T20:49:41.403Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
50082024-04-19T20:49:41.403Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
50092024-04-19T20:49:41.403Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
50102024-04-19T20:49:41.404Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_split_query
50112024-04-19T20:49:41.404Z PASS [ 0.025s] oximeter-db query::tests::test_field_cmp
50122024-04-19T20:49:41.404Z PASS [ 0.030s] oximeter-db query::tests::test_field_selector_as_query
50132024-04-19T20:49:41.404Z PASS [ 0.024s] oximeter-db query::tests::test_field_value_as_db_str
50142024-04-19T20:49:41.404Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_field_selectors
50152024-04-19T20:49:41.404Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_filter_raw
50162024-04-19T20:49:41.404Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_from_parts
50172024-04-19T20:49:41.404Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_full
50182024-04-19T20:49:41.405Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_no_fields
50192024-04-19T20:49:41.405Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_limit_offset
50202024-04-19T20:49:41.405Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_no_selectors
50212024-04-19T20:49:41.405Z PASS [ 0.025s] oximeter-db query::tests::test_time_range
50222024-04-19T20:49:41.405Z PASS [ 0.040s] oximeter-db query::tests::test_string_field_selector
50232024-04-19T20:49:41.405Z PASS [ 0.033s] oximeter-db sql::tests::test_allow_limit_offset
50242024-04-19T20:49:41.416Z PASS [ 0.057s] oximeter-db sql::tests::test_allow_subqueries
50252024-04-19T20:49:41.416Z PASS [ 0.077s] oximeter-db sql::tests::test_cannot_name_database
50262024-04-19T20:49:41.416Z PASS [ 0.086s] oximeter-db sql::tests::test_ctes_are_not_supported
50272024-04-19T20:49:41.416Z PASS [ 0.058s] oximeter-db sql::tests::test_function_allow_list
50282024-04-19T20:49:41.416Z PASS [ 0.031s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
50292024-04-19T20:49:41.416Z PASS [ 0.045s] oximeter-db sql::tests::test_query_must_be_select_statement
50302024-04-19T20:49:41.417Z PASS [ 0.077s] oximeter-db sql::tests::test_join_must_be_inner
50312024-04-19T20:49:41.435Z PASS [ 0.043s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
50322024-04-19T20:49:41.444Z PASS [ 0.039s] oximeter-db sql::tests::test_require_table_is_timeseries_name
50332024-04-19T20:49:44.485Z PASS [ 0.043s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
50342024-04-19T20:49:44.485Z PASS [ 0.042s] oximeter-db sql::tests::test_with_comma_join_fails
50352024-04-19T20:49:44.485Z PASS [ 0.034s] oximeter-db tests::test_timeseries_key_field_stability
50362024-04-19T20:49:44.485Z PASS [ 0.028s] oximeter-db tests::test_timeseries_key_sample_stability
50372024-04-19T20:49:44.485Z PASS [ 0.032s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
50382024-04-19T20:49:44.486Z PASS [ 0.083s] oximeter-instruments http::tests::test_normalize_uri_path
50392024-04-19T20:49:44.486Z PASS [ 0.099s] oximeter-instruments http::tests::test_latency_tracker
50402024-04-19T20:49:44.486Z PASS [ 0.107s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
50412024-04-19T20:49:44.486Z PASS [ 0.185s] oximeter-instruments kstat::link::tests::test_kstat_sampler
50422024-04-19T20:49:44.486Z PASS [ 1.462s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
50432024-04-19T20:49:44.486Z PASS [ 0.136s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
50442024-04-19T20:49:44.486Z PASS [ 0.055s] oximeter-instruments kstat::link::tests::test_physical_datalink
50452024-04-19T20:49:44.486Z PASS [ 0.077s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
50462024-04-19T20:49:44.486Z PASS [ 0.066s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
50472024-04-19T20:49:44.487Z PASS [ 0.064s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
50482024-04-19T20:49:44.487Z PASS [ 0.039s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
50492024-04-19T20:49:44.487Z PASS [ 0.029s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
50502024-04-19T20:49:44.487Z PASS [ 0.030s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
50512024-04-19T20:49:44.487Z PASS [ 0.038s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
50522024-04-19T20:49:44.487Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
50532024-04-19T20:49:44.487Z PASS [ 0.025s] oximeter-macro-impl tests::test_metric_annotated_field
50542024-04-19T20:49:44.488Z PASS [ 0.030s] oximeter-macro-impl tests::test_metric_datum_field
50552024-04-19T20:49:44.488Z PASS [ 0.022s] oximeter-macro-impl tests::test_metric_enum
50562024-04-19T20:49:44.488Z PASS [ 0.029s] oximeter-macro-impl tests::test_metric_without_datum_field
50572024-04-19T20:49:44.488Z PASS [ 0.022s] oximeter-macro-impl tests::test_target
50582024-04-19T20:49:44.488Z PASS [ 0.029s] oximeter-macro-impl tests::test_target_empty_struct
50592024-04-19T20:49:44.488Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_enum
50602024-04-19T20:49:44.992Z PASS [ 0.030s] oximeter-macro-impl tests::test_target_unit_struct
50612024-04-19T20:49:44.992Z PASS [ 0.023s] oximeter-macro-impl tests::test_target_with_datum_field
50622024-04-19T20:49:44.992Z PASS [ 0.018s] oxlog tests::test_sort_logs
50632024-04-19T20:49:44.992Z PASS [ 0.034s] oxlog tests::test_is_oxide_smf_log_file
50642024-04-19T20:49:44.992Z PASS [ 0.026s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
50652024-04-19T20:49:44.992Z PASS [ 0.039s] sled-hardware disk::test::test_disk_paths
50662024-04-19T20:49:44.992Z PASS [ 0.031s] sled-hardware disk::test::test_partition_device_paths
50672024-04-19T20:49:44.992Z PASS [ 0.058s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
50682024-04-19T20:49:44.992Z PASS [ 0.070s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
50692024-04-19T20:49:44.993Z PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
50702024-04-19T20:49:44.993Z PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
50712024-04-19T20:49:44.993Z PASS [ 0.035s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
50722024-04-19T20:49:44.993Z PASS [ 0.054s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
50732024-04-19T20:49:44.993Z PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
50742024-04-19T20:49:44.993Z PASS [ 0.032s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
50752024-04-19T20:49:44.993Z PASS [ 0.063s] sled-storage dataset::test::serialize_dataset_name
50762024-04-19T20:49:44.993Z PASS [ 0.087s] sled-storage manager::test::test_omicron_physical_disks_schema
50772024-04-19T20:49:44.993Z PASS [ 0.905s] reconfigurator-cli::test_basic test_basic
50782024-04-19T20:49:44.993Z PASS [ 0.065s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
50792024-04-19T20:49:51.938Z PASS [ 0.989s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
50802024-04-19T20:49:51.938Z PASS [ 0.043s] sled-storage manager::tests::ensure_using_exactly_these_disks
50812024-04-19T20:49:51.938Z PASS [ 2.007s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
50822024-04-19T20:49:52.243Z PASS [ 10.280s] omicron-test-utils dev::db::test::test_setup_database_default_dir
50832024-04-19T20:49:52.243Z PASS [ 1.859s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
50842024-04-19T20:49:52.243Z PASS [ 2.741s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
50852024-04-19T20:49:52.243Z PASS [ 1.010s] sled-storage manager::tests::wait_for_boot_disk
50862024-04-19T20:49:52.243Z PASS [ 2.273s] sled-storage manager::tests::upsert_filesystem
50872024-04-19T20:49:52.243Z PASS [ 2.400s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
50882024-04-19T20:49:52.384Z PASS [ 0.591s] tufaceous::integration-tests command_tests::test_init_and_add
50892024-04-19T20:49:52.384Z PASS [ 1.377s] tufaceous::integration-tests command_tests::test_assemble_fake
50902024-04-19T20:49:52.384Z PASS [ 0.053s] tufaceous-lib archive::tests::test_validate_path
50912024-04-19T20:49:52.384Z PASS [ 0.043s] tufaceous-lib key::tests::test_from_str
50922024-04-19T20:49:52.384Z PASS [ 0.102s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
50932024-04-19T20:49:52.384Z PASS [ 3.921s] sled-storage manager::tests::ledgerless_to_ledgered_migration
50942024-04-19T20:49:52.384Z PASS [ 0.191s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
50952024-04-19T20:49:52.385Z PASS [ 0.787s] tufaceous::manifest-tests check_manifest::fake.toml
50962024-04-19T20:49:52.385Z PASS [ 0.112s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
50972024-04-19T20:49:52.385Z PASS [ 0.113s] update-engine display::group_display::tests::test_stats
50982024-04-19T20:49:52.385Z PASS [ 0.025s] update-engine display::line_display_shared::tests::test_format_progress_counter
50992024-04-19T20:49:52.385Z PASS [ 0.032s] update-engine engine::tests::error_exits_early
51002024-04-19T20:49:52.385Z PASS [ 0.032s] update-engine events::tests::progress_event_parse_unknown
51012024-04-19T20:49:52.385Z PASS [ 0.030s] update-engine events::tests::step_event_parse_unknown
51022024-04-19T20:49:52.385Z PASS [ 0.358s] update-engine buffer::tests::test_buffer
51032024-04-19T20:49:52.385Z PASS [ 0.034s] wicket state::inventory::tests::component_id_display
51042024-04-19T20:49:52.386Z PASS [ 0.125s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
51052024-04-19T20:49:52.386Z PASS [ 0.133s] wicketd installinator_progress::tests::test_states
51062024-04-19T20:49:52.386Z PASS [ 0.472s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
51072024-04-19T20:49:52.386Z PASS [ 1.062s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
51082024-04-19T20:49:52.386Z PASS [ 0.797s] wicketd::mod integration_tests::commands::test_wicketd_openapi
51092024-04-19T20:49:52.386Z PASS [ 1.226s] wicketd::mod integration_tests::inventory::test_inventory
51102024-04-19T20:49:52.386Z PASS [ 1.830s] wicketd::mod integration_tests::updates::test_update_races
51112024-04-19T20:49:52.386Z PASS [ 12.612s] oximeter-db client::tests::test_single_node
51122024-04-19T20:49:52.386Z PASS [ 3.901s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
51132024-04-19T20:49:52.386Z PASS [ 11.557s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
51142024-04-19T20:49:53.725Z PASS [ 2.743s] wicketd::mod integration_tests::updates::test_updates
51152024-04-19T20:49:53.725Z PASS [ 4.142s] wicketd::mod integration_tests::updates::test_installinator_fetch
51162024-04-19T20:49:56.142Z PASS [ 14.223s] reconfigurator-cli::test_basic test_blueprint_edit
51172024-04-19T20:49:57.859Z PASS [ 32.150s] omicron-sled-agent nexus::test::nexus_self_notification_test
51182024-04-19T20:51:01.275Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
51192024-04-19T20:51:52.238Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
51202024-04-19T20:52:52.336Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
51212024-04-19T20:53:47.781Z PASS [ 235.365s] oximeter-db client::tests::test_replicated
51222024-04-19T20:53:47.785Z------------
51232024-04-19T20:53:47.785Z Summary [1596.900s] 1210 tests run: 1210 passed (7 slow, 1 leaky), 3 skipped
51242024-04-19T20:53:48.201Z
51252024-04-19T20:53:48.201Zreal 26:53.665949844
51262024-04-19T20:53:48.201Zuser 2:10:25.936339331
51272024-04-19T20:53:48.202Zsys 26:56.329829099
51282024-04-19T20:53:48.202Ztrap 1:46.141894186
51292024-04-19T20:53:48.202Ztflt 27.127863652
51302024-04-19T20:53:48.202Zdflt 1:27.134115154
51312024-04-19T20:53:48.202Zkflt 0.478950716
51322024-04-19T20:53:48.202Zlock 749:54:26.713334276
51332024-04-19T20:53:48.202Zslp 30:12:56.103216212
51342024-04-19T20:53:48.202Zlat 2:03:07.584464941
51352024-04-19T20:53:48.202Zstop 34:11.488011459
51362024-04-19T20:53:48.202Z
51372024-04-19T20:53:48.203Z ##### #### #### ##### ###### #### #####
51382024-04-19T20:53:48.203Z # # # # # # # # # #
51392024-04-19T20:53:48.203Z # # # # # # ##### #### #
51402024-04-19T20:53:48.203Z # # # # # # # # #
51412024-04-19T20:53:48.203Z # # # # # # # # # # #
51422024-04-19T20:53:48.203Z ##### #### #### # ###### #### #
51432024-04-19T20:53:48.203Z
51442024-04-19T20:53:49.230Z Fresh unicode-ident v1.0.12
51452024-04-19T20:53:49.238Z Fresh cfg-if v1.0.0
51462024-04-19T20:53:49.238Z Fresh version_check v0.9.4
51472024-04-19T20:53:49.239Z Fresh autocfg v1.1.0
51482024-04-19T20:53:49.239Z Fresh memchr v2.7.1
51492024-04-19T20:53:49.239Z Fresh byteorder v1.5.0
51502024-04-19T20:53:49.239Z Fresh log v0.4.21
51512024-04-19T20:53:49.239Z Fresh once_cell v1.19.0
51522024-04-19T20:53:49.239Z Fresh itoa v1.0.9
51532024-04-19T20:53:49.239Z Fresh proc-macro2 v1.0.81
51542024-04-19T20:53:49.240Z Fresh libc v0.2.153
51552024-04-19T20:53:49.240Z Fresh scopeguard v1.2.0
51562024-04-19T20:53:49.240Z Fresh smallvec v1.13.1
51572024-04-19T20:53:49.240Z Fresh quote v1.0.36
51582024-04-19T20:53:49.240Z Fresh getrandom v0.2.12
51592024-04-19T20:53:49.240Z Fresh lock_api v0.4.10
51602024-04-19T20:53:49.240Z Fresh cc v1.0.83
51612024-04-19T20:53:49.266Z Fresh syn v2.0.59
51622024-04-19T20:53:49.266Z Fresh syn v1.0.109
51632024-04-19T20:53:49.266Z Fresh parking_lot_core v0.9.8
51642024-04-19T20:53:49.267Z Fresh ryu v1.0.15
51652024-04-19T20:53:49.267Z Fresh pin-project-lite v0.2.13
51662024-04-19T20:53:49.267Z Fresh serde_derive v1.0.198
51672024-04-19T20:53:49.267Z Fresh zerocopy-derive v0.7.32
51682024-04-19T20:53:49.268Z Fresh parking_lot v0.12.1
51692024-04-19T20:53:49.268Z Fresh thiserror-impl v1.0.58
51702024-04-19T20:53:49.268Z Fresh libm v0.2.7
51712024-04-19T20:53:49.268Z Fresh signal-hook-registry v1.4.1
51722024-04-19T20:53:49.269Z Fresh serde v1.0.198
51732024-04-19T20:53:49.269Z Fresh zerocopy v0.7.32
51742024-04-19T20:53:49.269Z Fresh thiserror v1.0.58
51752024-04-19T20:53:49.269Z Fresh num-traits v0.2.18
51762024-04-19T20:53:49.269Z Fresh mio v0.8.11
51772024-04-19T20:53:49.270Z Fresh allocator-api2 v0.2.16
51782024-04-19T20:53:49.270Z Fresh num_cpus v1.16.0
51792024-04-19T20:53:49.270Z Fresh bytes v1.6.0
51802024-04-19T20:53:49.270Z Fresh bitflags v2.4.2
51812024-04-19T20:53:49.271Z Fresh ahash v0.8.8
51822024-04-19T20:53:49.271Z Fresh serde_json v1.0.116
51832024-04-19T20:53:49.271Z Fresh futures-core v0.3.30
51842024-04-19T20:53:49.271Z Fresh rand_core v0.6.4
51852024-04-19T20:53:49.271Z Fresh tokio-macros v2.2.0
51862024-04-19T20:53:49.271Z Fresh socket2 v0.5.6
51872024-04-19T20:53:49.271Z Fresh hashbrown v0.14.3
51882024-04-19T20:53:49.271Z Fresh spin v0.5.2
51892024-04-19T20:53:49.272Z Fresh tokio v1.37.0
51902024-04-19T20:53:49.272Z Fresh zeroize_derive v1.4.2
51912024-04-19T20:53:49.272Z Fresh fnv v1.0.7
51922024-04-19T20:53:49.272Z Fresh equivalent v1.0.1
51932024-04-19T20:53:49.272Z Fresh futures-sink v0.3.30
51942024-04-19T20:53:49.272Z Fresh zeroize v1.7.0
51952024-04-19T20:53:49.273Z Fresh indexmap v2.2.6
51962024-04-19T20:53:49.273Z Fresh pin-utils v0.1.0
51972024-04-19T20:53:49.273Z Fresh futures-channel v0.3.30
51982024-04-19T20:53:49.273Z Fresh futures-macro v0.3.30
51992024-04-19T20:53:49.273Z Fresh futures-io v0.3.30
52002024-04-19T20:53:49.273Z Fresh futures-task v0.3.30
52012024-04-19T20:53:49.273Z Fresh slab v0.4.9
52022024-04-19T20:53:49.274Z Fresh heck v0.4.1
52032024-04-19T20:53:49.274Z Fresh regex-syntax v0.8.2
52042024-04-19T20:53:49.274Z Fresh aho-corasick v1.1.2
52052024-04-19T20:53:49.274Z Fresh iana-time-zone v0.1.57
52062024-04-19T20:53:49.274Z Fresh subtle v2.5.0
52072024-04-19T20:53:49.275Z Fresh futures-util v0.3.30
52082024-04-19T20:53:49.275Z Fresh regex-automata v0.4.5
52092024-04-19T20:53:49.275Z Fresh chrono v0.4.38
52102024-04-19T20:53:49.275Z Fresh uuid v1.8.0
52112024-04-19T20:53:49.275Z Fresh lazy_static v1.4.0
52122024-04-19T20:53:49.275Z Fresh tinyvec_macros v0.1.1
52132024-04-19T20:53:49.275Z Fresh regex v1.10.4
52142024-04-19T20:53:49.275Z Fresh typenum v1.16.0
52152024-04-19T20:53:49.276Z Fresh tinyvec v1.6.0
52162024-04-19T20:53:49.276Z Fresh errno v0.3.8
52172024-04-19T20:53:49.276Z Fresh pkg-config v0.3.27
52182024-04-19T20:53:49.276Z Fresh tracing-attributes v0.1.27
52192024-04-19T20:53:49.276Z Fresh serde_derive_internals v0.26.0
52202024-04-19T20:53:49.276Z Fresh generic-array v0.14.7
52212024-04-19T20:53:49.276Z Fresh unicode-normalization v0.1.22
52222024-04-19T20:53:49.276Z Fresh tracing-core v0.1.32
52232024-04-19T20:53:49.277Z Fresh const-oid v0.9.6
52242024-04-19T20:53:49.277Z Fresh dyn-clone v1.0.17
52252024-04-19T20:53:49.277Z Fresh schemars_derive v0.8.16
52262024-04-19T20:53:49.277Z Fresh rustix v0.38.31
52272024-04-19T20:53:49.277Z Fresh crypto-common v0.1.6
52282024-04-19T20:53:49.277Z Fresh tracing v0.1.40
52292024-04-19T20:53:49.277Z Fresh unicode-bidi v0.3.15
52302024-04-19T20:53:49.277Z Fresh uuid v0.8.2
52312024-04-19T20:53:49.277Z Fresh percent-encoding v2.3.1
52322024-04-19T20:53:49.277Z Fresh ppv-lite86 v0.2.17
52332024-04-19T20:53:49.278Z Fresh schemars v0.8.16
52342024-04-19T20:53:49.278Z Fresh unicode-width v0.1.11
52352024-04-19T20:53:49.278Z Fresh rand_chacha v0.3.1
52362024-04-19T20:53:49.278Z Fresh spin v0.9.8
52372024-04-19T20:53:49.278Z Fresh form_urlencoded v1.2.1
52382024-04-19T20:53:49.278Z Fresh block-buffer v0.10.4
52392024-04-19T20:53:49.278Z Fresh http v0.2.12
52402024-04-19T20:53:49.279Z Fresh rand v0.8.5
52412024-04-19T20:53:49.279Z Fresh digest v0.10.7
52422024-04-19T20:53:49.279Z Fresh num-conv v0.1.0
52432024-04-19T20:53:49.279Z Fresh powerfmt v0.2.0
52442024-04-19T20:53:49.279Z Fresh time-core v0.1.2
52452024-04-19T20:53:49.279Z Fresh num_threads v0.1.6
52462024-04-19T20:53:49.279Z Fresh httparse v1.8.0
52472024-04-19T20:53:49.279Z Fresh time-macros v0.2.17
52482024-04-19T20:53:49.280Z Fresh deranged v0.3.11
52492024-04-19T20:53:49.280Z Fresh either v1.11.0
52502024-04-19T20:53:49.280Z Fresh idna v0.5.0
52512024-04-19T20:53:49.280Z Fresh time v0.3.34
52522024-04-19T20:53:49.280Z Fresh url v2.5.0
52532024-04-19T20:53:49.280Z Fresh vcpkg v0.2.15
52542024-04-19T20:53:49.280Z Fresh untrusted v0.9.0
52552024-04-19T20:53:49.280Z Fresh base64 v0.21.7
52562024-04-19T20:53:49.280Z Fresh serde_spanned v0.6.5
52572024-04-19T20:53:49.280Z Fresh ring v0.17.8
52582024-04-19T20:53:49.280Z Fresh rustversion v1.0.14
52592024-04-19T20:53:49.281Z Fresh toml_datetime v0.6.5
52602024-04-19T20:53:49.281Z Fresh adler v1.0.2
52612024-04-19T20:53:49.289Z Fresh try-lock v0.2.4
52622024-04-19T20:53:49.289Z Fresh cpufeatures v0.2.12
52632024-04-19T20:53:49.290Z Fresh slog v2.7.0
52642024-04-19T20:53:49.290Z Fresh miniz_oxide v0.7.1
52652024-04-19T20:53:49.290Z Fresh want v0.3.1
52662024-04-19T20:53:49.290Z Fresh tower-service v0.3.2
52672024-04-19T20:53:49.291Z Fresh tokio-util v0.7.10
52682024-04-19T20:53:49.291Z Fresh ucd-trie v0.1.6
52692024-04-19T20:53:49.291Z Fresh async-trait v0.1.80
52702024-04-19T20:53:49.291Z Fresh pest v2.7.6
52712024-04-19T20:53:49.291Z Fresh httpdate v1.0.3
52722024-04-19T20:53:49.291Z Fresh h2 v0.3.26
52732024-04-19T20:53:49.292Z Fresh http-body v0.4.5
52742024-04-19T20:53:49.292Z Fresh futures-executor v0.3.30
52752024-04-19T20:53:49.292Z Fresh foreign-types-shared v0.1.1
52762024-04-19T20:53:49.292Z Fresh semver v1.0.22
52772024-04-19T20:53:49.292Z Fresh pest_meta v2.7.6
52782024-04-19T20:53:49.293Z Fresh openssl-probe v0.1.5
52792024-04-19T20:53:49.293Z Fresh foreign-types v0.3.2
52802024-04-19T20:53:49.293Z Fresh hyper v0.14.28
52812024-04-19T20:53:49.293Z Fresh openssl-sys v0.9.102
52822024-04-19T20:53:49.293Z Fresh pest_generator v2.7.6
52832024-04-19T20:53:49.293Z Fresh openssl-macros v0.1.1
52842024-04-19T20:53:49.293Z Fresh gimli v0.28.0
52852024-04-19T20:53:49.294Z Fresh untrusted v0.7.1
52862024-04-19T20:53:49.294Z Fresh mime v0.3.17
52872024-04-19T20:53:49.294Z Fresh ring v0.16.20
52882024-04-19T20:53:49.294Z Fresh addr2line v0.21.0
52892024-04-19T20:53:49.294Z Fresh pest_derive v2.7.6
52902024-04-19T20:53:49.294Z Fresh openssl v0.10.64
52912024-04-19T20:53:49.295Z Fresh futures v0.3.30
52922024-04-19T20:53:49.295Z Fresh object v0.32.1
52932024-04-19T20:53:49.295Z Fresh winnow v0.5.15
52942024-04-19T20:53:49.295Z Fresh bitflags v1.3.2
52952024-04-19T20:53:49.296Z Fresh ipnet v2.9.0
52962024-04-19T20:53:49.296Z Fresh rustc-demangle v0.1.23
52972024-04-19T20:53:49.296Z Fresh sct v0.7.0
52982024-04-19T20:53:49.296Z Fresh backtrace v0.3.69
52992024-04-19T20:53:49.296Z Fresh toml_edit v0.19.15
53002024-04-19T20:53:49.297Z Fresh crossbeam-utils v0.8.19
53012024-04-19T20:53:49.297Z Fresh rustls-webpki v0.101.7
53022024-04-19T20:53:49.297Z Fresh unicode-xid v0.2.4
53032024-04-19T20:53:49.297Z Fresh anyhow v1.0.82
53042024-04-19T20:53:49.297Z Fresh rustls v0.21.9
53052024-04-19T20:53:49.298Z Fresh native-tls v0.2.11
53062024-04-19T20:53:49.298Z Fresh serde_urlencoded v0.7.1
53072024-04-19T20:53:49.299Z Fresh idna v0.3.0
53082024-04-19T20:53:49.299Z Fresh thread-id v4.2.0
53092024-04-19T20:53:49.299Z Fresh encoding_rs v0.8.33
53102024-04-19T20:53:49.299Z Fresh utf8parse v0.2.1
53112024-04-19T20:53:49.300Z Fresh psl-types v2.0.11
53122024-04-19T20:53:49.300Z Fresh tokio-native-tls v0.3.1
53132024-04-19T20:53:49.300Z Fresh cookie v0.17.0
53142024-04-19T20:53:49.300Z Fresh tokio-rustls v0.24.1
53152024-04-19T20:53:49.300Z Fresh rustls-pemfile v1.0.3
53162024-04-19T20:53:49.301Z Fresh openapiv3 v2.0.0
53172024-04-19T20:53:49.301Z Fresh publicsuffix v2.2.3
53182024-04-19T20:53:49.301Z Fresh hyper-rustls v0.24.2
53192024-04-19T20:53:49.301Z Fresh hyper-tls v0.5.0
53202024-04-19T20:53:49.302Z Fresh sync_wrapper v0.1.2
53212024-04-19T20:53:49.302Z Fresh webpki-roots v0.25.2
53222024-04-19T20:53:49.302Z Fresh anstyle v1.0.6
53232024-04-19T20:53:49.302Z Fresh base64ct v1.6.0
53242024-04-19T20:53:49.302Z Fresh unicode-segmentation v1.10.1
53252024-04-19T20:53:49.302Z Fresh cookie_store v0.20.0
53262024-04-19T20:53:49.303Z Fresh rustc_version v0.4.0
53272024-04-19T20:53:49.303Z Fresh scroll_derive v0.12.0
53282024-04-19T20:53:49.304Z Fresh data-encoding v2.4.0
53292024-04-19T20:53:49.304Z Fresh plain v0.2.3
53302024-04-19T20:53:49.304Z Fresh pem-rfc7468 v0.7.0
53312024-04-19T20:53:49.305Z Fresh anstyle-parse v0.2.1
53322024-04-19T20:53:49.305Z Fresh der_derive v0.7.2
53332024-04-19T20:53:49.305Z Fresh reqwest v0.11.24
53342024-04-19T20:53:49.305Z Fresh scroll v0.12.0
53352024-04-19T20:53:49.306Z Fresh pretty-hex v0.4.1
53362024-04-19T20:53:49.306Z Fresh colorchoice v1.0.0
53372024-04-19T20:53:49.306Z Fresh anstyle-query v1.0.0
53382024-04-19T20:53:49.306Z Fresh flagset v0.4.3
53392024-04-19T20:53:49.306Z Fresh goblin v0.8.0
53402024-04-19T20:53:49.307Z Fresh anstream v0.6.11
53412024-04-19T20:53:49.307Z Fresh der v0.7.8
53422024-04-19T20:53:49.307Z Fresh dtrace-parser v0.2.0
53432024-04-19T20:53:49.308Z Fresh terminal_size v0.3.0
53442024-04-19T20:53:49.308Z Fresh num-integer v0.1.46
53452024-04-19T20:53:49.308Z Fresh dof v0.3.0
53462024-04-19T20:53:49.309Z Fresh siphasher v0.3.11
53472024-04-19T20:53:49.309Z Fresh strsim v0.11.0
53482024-04-19T20:53:49.309Z Fresh heck v0.5.0
53492024-04-19T20:53:49.310Z Fresh clap_lex v0.7.0
53502024-04-19T20:53:49.310Z Fresh crc32fast v1.3.2
53512024-04-19T20:53:49.310Z Fresh spki v0.7.2
53522024-04-19T20:53:49.310Z Fresh synstructure v0.12.6
53532024-04-19T20:53:49.310Z Fresh usdt-impl v0.5.0
53542024-04-19T20:53:49.311Z Fresh clap_derive v4.5.4
53552024-04-19T20:53:49.311Z Fresh clap_builder v4.5.2
53562024-04-19T20:53:49.311Z Fresh crossbeam-epoch v0.9.18
53572024-04-19T20:53:49.312Z Fresh itertools v0.10.5
53582024-04-19T20:53:49.312Z Fresh bit-vec v0.6.3
53592024-04-19T20:53:49.312Z Fresh stable_deref_trait v1.2.0
53602024-04-19T20:53:49.312Z Fresh zerocopy-derive v0.2.0
53612024-04-19T20:53:49.328Z Fresh clap v4.5.4
53622024-04-19T20:53:49.329Z Fresh hex v0.4.3
53632024-04-19T20:53:49.329Z Fresh base64 v0.22.0
53642024-04-19T20:53:49.330Z Fresh zerocopy v0.3.0
53652024-04-19T20:53:49.330Z Fresh pkcs8 v0.10.2
53662024-04-19T20:53:49.330Z Fresh toml v0.7.8
53672024-04-19T20:53:49.330Z Fresh zerocopy-derive v0.6.6
53682024-04-19T20:53:49.330Z Fresh fixedbitset v0.4.2
53692024-04-19T20:53:49.331Z Fresh winnow v0.6.1
53702024-04-19T20:53:49.331Z Fresh managed v0.8.0
53712024-04-19T20:53:49.331Z Fresh dof v0.1.5
53722024-04-19T20:53:49.331Z Fresh zerocopy v0.6.6
53732024-04-19T20:53:49.331Z Fresh bit-set v0.5.3
53742024-04-19T20:53:49.332Z Fresh petgraph v0.6.4
53752024-04-19T20:53:49.332Z Fresh toml_edit v0.22.9
53762024-04-19T20:53:49.332Z Fresh phf_shared v0.10.0
53772024-04-19T20:53:49.332Z Fresh flate2 v1.0.28
53782024-04-19T20:53:49.332Z Fresh dtrace-parser v0.1.14
53792024-04-19T20:53:49.332Z Fresh sha2 v0.10.8
53802024-04-19T20:53:49.333Z Fresh ipnetwork v0.20.0
53812024-04-19T20:53:49.333Z Fresh new_debug_unreachable v1.0.4
53822024-04-19T20:53:49.333Z Fresh static_assertions v1.1.0
53832024-04-19T20:53:49.333Z Fresh precomputed-hash v0.1.1
53842024-04-19T20:53:49.333Z Fresh minimal-lexical v0.2.1
53852024-04-19T20:53:49.334Z Fresh signal-hook v0.3.17
53862024-04-19T20:53:49.334Z Fresh usdt-impl v0.3.5
53872024-04-19T20:53:49.334Z Fresh num-iter v0.1.44
53882024-04-19T20:53:49.334Z Fresh hmac v0.12.1
53892024-04-19T20:53:49.334Z Fresh string_cache v0.8.7
53902024-04-19T20:53:49.334Z Fresh nom v7.1.3
53912024-04-19T20:53:49.335Z Fresh serde_tokenstream v0.1.7
53922024-04-19T20:53:49.335Z Fresh matches v0.1.10
53932024-04-19T20:53:49.335Z Fresh regex-automata v0.1.10
53942024-04-19T20:53:49.335Z Fresh lalrpop-util v0.19.12
53952024-04-19T20:53:49.335Z Fresh bstr v0.2.17
53962024-04-19T20:53:49.335Z Fresh usdt-attr-macro v0.3.5
53972024-04-19T20:53:49.335Z Fresh idna v0.2.3
53982024-04-19T20:53:49.335Z Fresh usdt-macro v0.3.5
53992024-04-19T20:53:49.336Z Fresh signal-hook-mio v0.2.3
54002024-04-19T20:53:49.336Z Fresh bzip2-sys v0.1.11+1.0.8
54012024-04-19T20:53:49.336Z Fresh block-padding v0.3.3
54022024-04-19T20:53:49.336Z Fresh enum-as-inner v0.5.1
54032024-04-19T20:53:49.336Z Fresh scheduled-thread-pool v0.2.7
54042024-04-19T20:53:49.337Z Fresh diesel_table_macro_syntax v0.1.0
54052024-04-19T20:53:49.337Z Fresh hash32 v0.2.1
54062024-04-19T20:53:49.337Z Fresh predicates-core v1.0.6
54072024-04-19T20:53:49.337Z Fresh trust-dns-proto v0.22.0
54082024-04-19T20:53:49.337Z Fresh r2d2 v0.8.10
54092024-04-19T20:53:49.337Z Fresh inout v0.1.3
54102024-04-19T20:53:49.337Z Fresh diesel_derives v2.1.2
54112024-04-19T20:53:49.337Z Fresh heapless v0.7.16
54122024-04-19T20:53:49.338Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
54132024-04-19T20:53:49.338Z Fresh bzip2 v0.4.4
54142024-04-19T20:53:49.338Z Fresh usdt v0.3.5
54152024-04-19T20:53:49.338Z Fresh crossterm v0.27.0
54162024-04-19T20:53:49.339Z Fresh md-5 v0.10.5
54172024-04-19T20:53:49.339Z Fresh console v0.15.8
54182024-04-19T20:53:49.339Z Fresh stringprep v0.1.3
54192024-04-19T20:53:49.339Z Fresh bstr v1.9.0
54202024-04-19T20:53:49.339Z Fresh ff v0.13.0
54212024-04-19T20:53:49.339Z Fresh float-cmp v0.9.0
54222024-04-19T20:53:49.339Z Fresh hubpack_derive v0.1.1
54232024-04-19T20:53:49.339Z Fresh base16ct v0.2.0
54242024-04-19T20:53:49.340Z Fresh difflib v0.4.0
54252024-04-19T20:53:49.340Z Fresh fallible-iterator v0.2.0
54262024-04-19T20:53:49.340Z Fresh normalize-line-endings v0.3.0
54272024-04-19T20:53:49.340Z Fresh predicates v3.1.0
54282024-04-19T20:53:49.340Z Fresh hubpack v0.1.2
54292024-04-19T20:53:49.341Z Fresh postgres-protocol v0.6.6
54302024-04-19T20:53:49.341Z Fresh sec1 v0.7.3
54312024-04-19T20:53:49.341Z Fresh group v0.13.0
54322024-04-19T20:53:49.341Z Fresh smoltcp v0.9.1
54332024-04-19T20:53:49.341Z Fresh diesel v2.1.5
54342024-04-19T20:53:49.341Z Fresh zip v0.6.6
54352024-04-19T20:53:49.342Z Fresh cipher v0.4.4
54362024-04-19T20:53:49.342Z Fresh num-bigint v0.4.4
54372024-04-19T20:53:49.342Z Fresh similar v2.4.0
54382024-04-19T20:53:49.342Z Fresh hkdf v0.12.4
54392024-04-19T20:53:49.342Z Fresh phf_shared v0.11.2
54402024-04-19T20:53:49.342Z Fresh strum_macros v0.25.2
54412024-04-19T20:53:49.342Z Fresh crypto-bigint v0.5.2
54422024-04-19T20:53:49.343Z Fresh serde_repr v0.1.16
54432024-04-19T20:53:49.343Z Fresh peg-runtime v0.8.2
54442024-04-19T20:53:49.343Z Fresh elliptic-curve v0.13.8
54452024-04-19T20:53:49.343Z Fresh yasna v0.5.2
54462024-04-19T20:53:49.343Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
54472024-04-19T20:53:49.343Z Fresh phf v0.11.2
54482024-04-19T20:53:49.344Z Fresh postgres-types v0.2.6
54492024-04-19T20:53:49.344Z Fresh whoami v1.5.1
54502024-04-19T20:53:49.344Z Fresh tokio-stream v0.1.15
54512024-04-19T20:53:49.344Z Fresh tokio-postgres v0.7.10
54522024-04-19T20:53:49.344Z Fresh serde_tokenstream v0.2.0
54532024-04-19T20:53:49.344Z Fresh regress v0.9.1
54542024-04-19T20:53:49.344Z Fresh getopts v0.2.21
54552024-04-19T20:53:49.344Z Fresh unsafe-libyaml v0.2.10
54562024-04-19T20:53:49.344Z Fresh progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54572024-04-19T20:53:49.344Z Fresh is-terminal v0.4.9
54582024-04-19T20:53:49.344Z Fresh typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54592024-04-19T20:53:49.344Z Fresh serde_yaml v0.9.25
54602024-04-19T20:53:49.344Z Fresh strsim v0.10.0
54612024-04-19T20:53:49.367Z Fresh ident_case v1.0.1
54622024-04-19T20:53:49.367Z Fresh dirs-sys-next v0.1.2
54632024-04-19T20:53:49.367Z Fresh fastrand v2.0.1
54642024-04-19T20:53:49.367Z Fresh typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54652024-04-19T20:53:49.368Z Fresh camino v1.1.6
54662024-04-19T20:53:49.368Z Fresh darling_core v0.20.8
54672024-04-19T20:53:49.368Z Fresh dirs-next v2.0.0
54682024-04-19T20:53:49.368Z Fresh tempfile v3.10.1
54692024-04-19T20:53:49.368Z Fresh strum_macros v0.26.1
54702024-04-19T20:53:49.368Z Fresh sha1 v0.10.6
54712024-04-19T20:53:49.369Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
54722024-04-19T20:53:49.369Z Fresh typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54732024-04-19T20:53:49.369Z Fresh darling_macro v0.20.8
54742024-04-19T20:53:49.369Z Fresh strum v0.26.2
54752024-04-19T20:53:49.369Z Fresh term v0.7.0
54762024-04-19T20:53:49.369Z Fresh http v1.0.0
54772024-04-19T20:53:49.369Z Fresh toml v0.8.12
54782024-04-19T20:53:49.369Z Fresh progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54792024-04-19T20:53:49.370Z Fresh darling v0.20.8
54802024-04-19T20:53:49.370Z Fresh rustls-pki-types v1.3.0
54812024-04-19T20:53:49.370Z Fresh match_cfg v0.1.0
54822024-04-19T20:53:49.370Z Fresh quick-error v1.2.3
54832024-04-19T20:53:49.370Z Fresh crossbeam-channel v0.5.8
54842024-04-19T20:53:49.371Z Fresh thread_local v1.1.7
54852024-04-19T20:53:49.371Z Fresh progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54862024-04-19T20:53:49.371Z Fresh hostname v0.3.1
54872024-04-19T20:53:49.371Z Fresh paste v1.0.14
54882024-04-19T20:53:49.371Z Fresh rustls-webpki v0.102.1
54892024-04-19T20:53:49.371Z Fresh instant v0.1.12
54902024-04-19T20:53:49.371Z Fresh take_mut v0.2.2
54912024-04-19T20:53:49.372Z Fresh progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54922024-04-19T20:53:49.372Z Fresh rustls-pemfile v2.1.2
54932024-04-19T20:53:49.372Z Fresh slog-term v2.9.1
54942024-04-19T20:53:49.372Z Fresh debug-ignore v1.0.5
54952024-04-19T20:53:49.372Z Fresh serde_with_macros v3.7.0
54962024-04-19T20:53:49.372Z Fresh slog-async v2.8.0
54972024-04-19T20:53:49.373Z Fresh rustls v0.22.4
54982024-04-19T20:53:49.373Z Fresh slog-json v2.6.1
54992024-04-19T20:53:49.373Z Fresh newtype-uuid v1.1.0
55002024-04-19T20:53:49.373Z Fresh async-stream-impl v0.3.5
55012024-04-19T20:53:49.373Z Fresh wait-timeout v0.2.0
55022024-04-19T20:53:49.374Z Fresh tokio-rustls v0.25.0
55032024-04-19T20:53:49.374Z Fresh atomic-waker v1.1.1
55042024-04-19T20:53:49.374Z Fresh async-stream v0.3.5
55052024-04-19T20:53:49.374Z Fresh multer v3.0.0
55062024-04-19T20:53:49.374Z Fresh slog-bunyan v2.5.0
55072024-04-19T20:53:49.374Z Fresh serde_with v3.7.0
55082024-04-19T20:53:49.374Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
55092024-04-19T20:53:49.375Z Fresh waitgroup v0.1.2
55102024-04-19T20:53:49.375Z Fresh serde_path_to_error v0.1.16
55112024-04-19T20:53:49.375Z Fresh structmeta-derive v0.3.0
55122024-04-19T20:53:49.375Z Fresh rusty-fork v0.3.0
55132024-04-19T20:53:49.375Z Fresh rand_xorshift v0.3.0
55142024-04-19T20:53:49.375Z Fresh structmeta-derive v0.2.0
55152024-04-19T20:53:49.376Z Fresh unarray v0.1.4
55162024-04-19T20:53:49.376Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
55172024-04-19T20:53:49.376Z Fresh structmeta v0.3.0
55182024-04-19T20:53:49.376Z Fresh proptest v1.4.0
55192024-04-19T20:53:49.376Z Fresh structmeta v0.2.0
55202024-04-19T20:53:49.376Z Fresh backoff v0.4.0
55212024-04-19T20:53:49.376Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55222024-04-19T20:53:49.377Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
55232024-04-19T20:53:49.377Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
55242024-04-19T20:53:49.377Z Fresh parse-display-derive v0.9.0
55252024-04-19T20:53:49.377Z Fresh test-strategy v0.3.1
55262024-04-19T20:53:49.377Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55272024-04-19T20:53:49.378Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
55282024-04-19T20:53:49.378Z Fresh macaddr v1.0.1
55292024-04-19T20:53:49.378Z Fresh camino-tempfile v1.1.1
55302024-04-19T20:53:49.378Z Fresh parse-display v0.9.0
55312024-04-19T20:53:49.378Z Fresh proc-macro-crate v1.3.1
55322024-04-19T20:53:49.378Z Fresh foreign-types-macros v0.2.3
55332024-04-19T20:53:49.378Z Fresh foreign-types-shared v0.3.1
55342024-04-19T20:53:49.378Z Fresh proc-macro-error-attr v1.0.4
55352024-04-19T20:53:49.379Z Fresh num_enum_derive v0.5.11
55362024-04-19T20:53:49.379Z Fresh foreign-types v0.5.0
55372024-04-19T20:53:49.379Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
55382024-04-19T20:53:49.379Z Fresh proc-macro-error v1.0.4
55392024-04-19T20:53:49.379Z Fresh num_enum v0.5.11
55402024-04-19T20:53:49.379Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55412024-04-19T20:53:49.379Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55422024-04-19T20:53:49.380Z Fresh cstr-argument v0.1.2
55432024-04-19T20:53:49.380Z Fresh pretty-hex v0.2.1
55442024-04-19T20:53:49.380Z Fresh tabwriter v1.4.0
55452024-04-19T20:53:49.380Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
55462024-04-19T20:53:49.381Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55472024-04-19T20:53:49.381Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55482024-04-19T20:53:49.381Z Fresh colored v2.1.0
55492024-04-19T20:53:49.381Z Fresh socket2 v0.4.9
55502024-04-19T20:53:49.381Z Fresh smf v0.2.3
55512024-04-19T20:53:49.381Z Fresh humantime v2.1.0
55522024-04-19T20:53:49.381Z Fresh hash32 v0.3.1
55532024-04-19T20:53:49.381Z Fresh termcolor v1.2.0
55542024-04-19T20:53:49.382Z Fresh cobs v0.2.3
55552024-04-19T20:53:49.382Z Fresh embedded-io v0.4.0
55562024-04-19T20:53:49.382Z Fresh heapless v0.8.0
55572024-04-19T20:53:49.382Z Fresh postcard v1.0.8
55582024-04-19T20:53:49.382Z Fresh termtree v0.4.1
55592024-04-19T20:53:49.382Z Fresh same-file v1.0.6
55602024-04-19T20:53:49.383Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55612024-04-19T20:53:49.810Z Fresh smoltcp v0.11.0
55622024-04-19T20:53:49.811Z Fresh walkdir v2.5.0
55632024-04-19T20:53:49.811Z Fresh predicates-tree v1.0.9
55642024-04-19T20:53:49.811Z Fresh crucible-workspace-hack v0.1.0
55652024-04-19T20:53:49.811Z Fresh derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55662024-04-19T20:53:49.811Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55672024-04-19T20:53:49.811Z Fresh sigpipe v0.1.3
55682024-04-19T20:53:49.811Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55692024-04-19T20:53:49.811Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
55702024-04-19T20:53:49.812Z Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
55712024-04-19T20:53:49.812Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
55722024-04-19T20:53:49.812Z Fresh usdt-attr-macro v0.5.0
55732024-04-19T20:53:49.812Z Fresh usdt-macro v0.5.0
55742024-04-19T20:53:49.812Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55752024-04-19T20:53:49.812Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
55762024-04-19T20:53:49.812Z Fresh num-derive v0.4.0
55772024-04-19T20:53:49.813Z Fresh mockall_derive v0.12.1
55782024-04-19T20:53:49.813Z Fresh memmap v0.7.0
55792024-04-19T20:53:49.813Z Fresh downcast v0.11.0
55802024-04-19T20:53:49.813Z Fresh fragile v2.0.0
55812024-04-19T20:53:49.813Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
55822024-04-19T20:53:49.813Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55832024-04-19T20:53:49.813Z Fresh usdt v0.5.0
55842024-04-19T20:53:49.813Z Fresh mockall v0.12.1
55852024-04-19T20:53:49.814Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
55862024-04-19T20:53:49.814Z Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
55872024-04-19T20:53:49.814Z Fresh atty v0.2.14
55882024-04-19T20:53:49.814Z Fresh xattr v1.0.1
55892024-04-19T20:53:49.814Z Fresh filetime v0.2.23
55902024-04-19T20:53:49.814Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55912024-04-19T20:53:49.814Z Fresh tar v0.4.40
55922024-04-19T20:53:49.815Z Fresh newline-converter v0.3.0
55932024-04-19T20:53:49.815Z Fresh heck v0.3.3
55942024-04-19T20:53:49.815Z Fresh utf-8 v0.7.6
55952024-04-19T20:53:49.815Z Fresh arc-swap v1.6.0
55962024-04-19T20:53:49.815Z Fresh pem v3.0.4
55972024-04-19T20:53:49.815Z Fresh expectorate v1.1.0
55982024-04-19T20:53:49.816Z Fresh slog-scope v4.4.0
55992024-04-19T20:53:49.816Z Fresh tungstenite v0.20.1
56002024-04-19T20:53:49.816Z Fresh env_logger v0.9.3
56012024-04-19T20:53:49.816Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56022024-04-19T20:53:49.816Z Fresh bitstruct_derive v0.1.0
56032024-04-19T20:53:49.816Z Fresh slog-stdlog v4.1.1
56042024-04-19T20:53:49.816Z Fresh tokio-tungstenite v0.20.1
56052024-04-19T20:53:49.816Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56062024-04-19T20:53:49.816Z Fresh ascii v1.1.0
56072024-04-19T20:53:49.817Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56082024-04-19T20:53:49.817Z Fresh bitstruct v0.1.1
56092024-04-19T20:53:49.817Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56102024-04-19T20:53:49.817Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56112024-04-19T20:53:49.817Z Fresh slog-envlogger v2.2.0
56122024-04-19T20:53:49.818Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56132024-04-19T20:53:49.818Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
56142024-04-19T20:53:49.818Z Fresh erased-serde v0.3.31
56152024-04-19T20:53:49.818Z Fresh serde_arrays v0.1.0
56162024-04-19T20:53:49.818Z Fresh password-hash v0.5.0
56172024-04-19T20:53:49.818Z Fresh blake2 v0.10.6
56182024-04-19T20:53:49.818Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56192024-04-19T20:53:49.818Z Fresh argon2 v0.5.3
56202024-04-19T20:53:49.818Z Fresh zone_cfg_derive v0.1.2
56212024-04-19T20:53:49.819Z Fresh tungstenite v0.21.0
56222024-04-19T20:53:49.819Z Fresh derive-where v1.2.7
56232024-04-19T20:53:49.819Z Fresh swrite v0.1.0
56242024-04-19T20:53:49.819Z Fresh base64 v0.13.1
56252024-04-19T20:53:49.820Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56262024-04-19T20:53:49.820Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
56272024-04-19T20:53:49.820Z Fresh ron v0.7.1
56282024-04-19T20:53:49.820Z Fresh zone v0.1.8
56292024-04-19T20:53:49.820Z Fresh tokio-tungstenite v0.21.0
56302024-04-19T20:53:49.820Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56312024-04-19T20:53:49.821Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56322024-04-19T20:53:49.821Z Fresh portpicker v0.1.1
56332024-04-19T20:53:49.821Z Fresh headers-core v0.2.0
56342024-04-19T20:53:49.821Z Fresh rcgen v0.12.1
56352024-04-19T20:53:49.821Z Fresh atomicwrites v0.4.3
56362024-04-19T20:53:49.822Z Fresh subprocess v0.2.9
56372024-04-19T20:53:49.822Z Fresh semver v0.1.20
56382024-04-19T20:53:49.822Z Fresh bytecount v0.6.3
56392024-04-19T20:53:49.822Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
56402024-04-19T20:53:49.822Z Fresh headers v0.3.9
56412024-04-19T20:53:49.823Z Fresh rustc_version v0.1.7
56422024-04-19T20:53:49.823Z Fresh papergrid v0.11.0
56432024-04-19T20:53:49.823Z Fresh tabled_derive v0.7.0
56442024-04-19T20:53:49.823Z Fresh glob v0.3.1
56452024-04-19T20:53:49.823Z Fresh itertools v0.12.1
56462024-04-19T20:53:49.824Z Fresh tabled v0.15.0
56472024-04-19T20:53:49.824Z Fresh linked-hash-map v0.5.6
56482024-04-19T20:53:49.824Z Fresh lru-cache v0.1.2
56492024-04-19T20:53:49.824Z Fresh tap v1.0.1
56502024-04-19T20:53:49.825Z Fresh crossbeam-deque v0.8.3
56512024-04-19T20:53:49.825Z Fresh newtype_derive v0.1.6
56522024-04-19T20:53:49.825Z Fresh wyz v0.5.1
56532024-04-19T20:53:49.825Z Fresh cancel-safe-futures v0.1.5
56542024-04-19T20:53:49.825Z Fresh radium v0.7.0
56552024-04-19T20:53:49.825Z Fresh half v2.3.1
56562024-04-19T20:53:49.826Z Fresh funty v2.0.0
56572024-04-19T20:53:49.826Z Fresh steno v0.4.0
56582024-04-19T20:53:49.826Z Fresh crc-catalog v2.2.0
56592024-04-19T20:53:49.826Z Fresh ciborium-io v0.2.2
56602024-04-19T20:53:49.826Z Fresh bitvec v1.0.1
56612024-04-19T20:53:49.857Z Fresh maybe-uninit v2.0.0
56622024-04-19T20:53:49.857Z Fresh crc v3.0.1
56632024-04-19T20:53:49.857Z Fresh ciborium-ll v0.2.2
56642024-04-19T20:53:49.857Z Fresh rayon-core v1.12.1
56652024-04-19T20:53:49.857Z Fresh libsw v3.3.1
56662024-04-19T20:53:49.857Z Fresh packed_struct_codegen v0.10.1
56672024-04-19T20:53:49.857Z Fresh nodrop v0.1.14
56682024-04-19T20:53:49.857Z Fresh owo-colors v4.0.0
56692024-04-19T20:53:49.857Z Fresh linear-map v1.2.0
56702024-04-19T20:53:49.857Z Fresh packed_struct v0.10.1
56712024-04-19T20:53:49.858Z Fresh rayon v1.10.0
56722024-04-19T20:53:49.858Z Fresh num-bigint-dig v0.8.4
56732024-04-19T20:53:49.858Z Fresh ciborium v0.2.2
56742024-04-19T20:53:49.858Z Fresh array-init v0.0.4
56752024-04-19T20:53:49.858Z Fresh num-rational v0.4.1
56762024-04-19T20:53:49.858Z Fresh smallvec v0.6.14
56772024-04-19T20:53:49.858Z Fresh pkcs1 v0.7.5
56782024-04-19T20:53:49.858Z Fresh signature v2.1.0
56792024-04-19T20:53:49.858Z Fresh num-complex v0.4.5
56802024-04-19T20:53:49.858Z Fresh hashbrown v0.12.3
56812024-04-19T20:53:49.858Z Fresh bitfield v0.14.0
56822024-04-19T20:53:49.858Z Fresh serde-hex v0.1.0
56832024-04-19T20:53:49.858Z Fresh rsa v0.9.2
56842024-04-19T20:53:49.859Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
56852024-04-19T20:53:49.859Z Fresh env_logger v0.10.0
56862024-04-19T20:53:49.859Z Fresh x509-cert v0.2.4
56872024-04-19T20:53:49.859Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
56882024-04-19T20:53:49.859Z Fresh indexmap v1.9.3
56892024-04-19T20:53:49.859Z Fresh num v0.4.2
56902024-04-19T20:53:49.859Z Fresh ron v0.8.1
56912024-04-19T20:53:49.859Z Fresh hashbrown v0.13.2
56922024-04-19T20:53:49.859Z Fresh crc-any v2.4.3
56932024-04-19T20:53:49.859Z Fresh display-error-chain v0.2.0
56942024-04-19T20:53:49.859Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
56952024-04-19T20:53:49.860Z Fresh object v0.30.4
56962024-04-19T20:53:49.860Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
56972024-04-19T20:53:49.860Z Fresh path-slash v0.1.5
56982024-04-19T20:53:49.860Z Fresh slog-dtrace v0.3.0
56992024-04-19T20:53:49.860Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
57002024-04-19T20:53:49.860Z Fresh resolv-conf v0.7.0
57012024-04-19T20:53:49.860Z Fresh convert_case v0.4.0
57022024-04-19T20:53:49.860Z Fresh arrayvec v0.7.4
57032024-04-19T20:53:49.860Z Fresh home v0.5.5
57042024-04-19T20:53:49.861Z Fresh arrayref v0.3.7
57052024-04-19T20:53:49.861Z Fresh derive_more v0.99.17
57062024-04-19T20:53:49.861Z Fresh trust-dns-resolver v0.22.0
57072024-04-19T20:53:49.861Z Fresh async-recursion v1.1.0
57082024-04-19T20:53:49.861Z Fresh pin-project-internal v1.1.3
57092024-04-19T20:53:49.861Z Fresh constant_time_eq v0.3.0
57102024-04-19T20:53:49.861Z Fresh pin-project v1.1.3
57112024-04-19T20:53:49.861Z Fresh textwrap v0.11.0
57122024-04-19T20:53:49.861Z Fresh nibble_vec v0.1.0
57132024-04-19T20:53:49.861Z Fresh fxhash v0.2.1
57142024-04-19T20:53:49.861Z Fresh ansi_term v0.12.1
57152024-04-19T20:53:49.861Z Fresh vec_map v0.8.2
57162024-04-19T20:53:49.861Z Fresh strsim v0.8.0
57172024-04-19T20:53:49.861Z Fresh endian-type v0.1.2
57182024-04-19T20:53:49.861Z Fresh diff v0.1.13
57192024-04-19T20:53:49.861Z Fresh clap v2.34.0
57202024-04-19T20:53:49.861Z Fresh radix_trie v0.2.1
57212024-04-19T20:53:49.862Z Fresh crunchy v0.2.2
57222024-04-19T20:53:49.862Z Fresh prettyplease v0.2.19
57232024-04-19T20:53:49.862Z Fresh structopt-derive v0.4.18
57242024-04-19T20:53:49.862Z Fresh memmap2 v0.7.1
57252024-04-19T20:53:49.862Z Fresh buf-list v1.0.3
57262024-04-19T20:53:49.862Z Fresh tiny-keccak v2.0.2
57272024-04-19T20:53:49.862Z Fresh libefi-sys v0.1.0
57282024-04-19T20:53:49.862Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
57292024-04-19T20:53:49.862Z Fresh blake3 v1.5.0
57302024-04-19T20:53:49.862Z Fresh structopt v0.3.26
57312024-04-19T20:53:49.862Z Fresh ascii-canvas v3.0.0
57322024-04-19T20:53:49.862Z Fresh gethostname v0.4.3
57332024-04-19T20:53:49.862Z Fresh ena v0.14.2
57342024-04-19T20:53:49.862Z Fresh libloading v0.7.4
57352024-04-19T20:53:49.862Z Fresh keccak v0.1.4
57362024-04-19T20:53:49.862Z Fresh topological-sort v0.2.2
57372024-04-19T20:53:49.863Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
57382024-04-19T20:53:49.863Z Fresh regex-syntax v0.6.29
57392024-04-19T20:53:49.863Z Fresh sha3 v0.10.8
57402024-04-19T20:53:49.863Z Fresh clang-sys v1.6.1
57412024-04-19T20:53:49.863Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
57422024-04-19T20:53:49.863Z Fresh omicron-zone-package v0.11.0
57432024-04-19T20:53:49.863Z Fresh libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
57442024-04-19T20:53:49.863Z Fresh lalrpop v0.19.12
57452024-04-19T20:53:49.863Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
57462024-04-19T20:53:49.863Z Fresh cexpr v0.6.0
57472024-04-19T20:53:49.863Z Fresh which v4.4.0
57482024-04-19T20:53:49.863Z Fresh secrecy v0.8.0
57492024-04-19T20:53:49.864Z Fresh rustc-hash v1.1.0
57502024-04-19T20:53:49.864Z Fresh shlex v1.3.0
57512024-04-19T20:53:49.864Z Fresh lazycell v1.3.0
57522024-04-19T20:53:49.864Z Fresh peeking_take_while v0.1.2
57532024-04-19T20:53:49.864Z Fresh bindgen v0.69.2
57542024-04-19T20:53:49.864Z Fresh toolchain_find v0.4.0
57552024-04-19T20:53:49.864Z Fresh derive_builder_core v0.20.0
57562024-04-19T20:53:49.864Z Fresh ref-cast-impl v1.0.22
57572024-04-19T20:53:49.864Z Fresh signature v1.6.4
57582024-04-19T20:53:49.864Z Fresh ref-cast v1.0.22
57592024-04-19T20:53:49.864Z Fresh derive_builder_macro v0.20.0
57602024-04-19T20:53:49.865Z Fresh ed25519 v1.5.3
57612024-04-19T20:53:49.883Z Fresh rustfmt-wrapper v0.2.1
57622024-04-19T20:53:49.883Z Fresh memoffset v0.7.1
57632024-04-19T20:53:49.883Z Fresh strum_macros v0.24.3
57642024-04-19T20:53:49.884Z Fresh snafu-derive v0.8.2
57652024-04-19T20:53:49.884Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
57662024-04-19T20:53:49.884Z Fresh vte_generate_state_changes v0.1.1
57672024-04-19T20:53:49.884Z Fresh indoc v1.0.9
57682024-04-19T20:53:49.884Z Fresh maplit v1.0.2
57692024-04-19T20:53:49.884Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
57702024-04-19T20:53:49.885Z Fresh polar-core v0.27.3
57712024-04-19T20:53:49.885Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
57722024-04-19T20:53:49.885Z Fresh vte v0.11.1
57732024-04-19T20:53:49.885Z Fresh snafu v0.8.2
57742024-04-19T20:53:49.885Z Fresh platforms v3.0.2
57752024-04-19T20:53:49.885Z Fresh derive_builder v0.20.0
57762024-04-19T20:53:49.885Z Fresh salty v0.2.0
57772024-04-19T20:53:49.886Z Fresh libxml v0.3.3
57782024-04-19T20:53:49.886Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
57792024-04-19T20:53:49.886Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
57802024-04-19T20:53:49.886Z Fresh globset v0.4.13
57812024-04-19T20:53:49.886Z Fresh const_format_proc_macros v0.2.32
57822024-04-19T20:53:49.886Z Fresh bb8 v0.8.3
57832024-04-19T20:53:49.886Z Fresh fd-lock v4.0.2
57842024-04-19T20:53:49.886Z Fresh olpc-cjson v0.1.3
57852024-04-19T20:53:49.886Z Fresh serde-big-array v0.5.1
57862024-04-19T20:53:49.886Z Fresh quick-xml v0.31.0
57872024-04-19T20:53:49.887Z Fresh serde-big-array v0.4.1
57882024-04-19T20:53:49.887Z Fresh serde_plain v1.0.2
57892024-04-19T20:53:49.887Z Fresh impl-trait-for-tuples v0.2.2
57902024-04-19T20:53:49.887Z Fresh oso-derive v0.27.3
57912024-04-19T20:53:49.887Z Fresh typed-path v0.7.0
57922024-04-19T20:53:49.887Z Fresh cfg_aliases v0.1.1
57932024-04-19T20:53:49.888Z Fresh samael v0.0.15
57942024-04-19T20:53:49.888Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
57952024-04-19T20:53:49.888Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
57962024-04-19T20:53:49.888Z Fresh const_format v0.2.32
57972024-04-19T20:53:49.888Z Fresh tough v0.17.1
57982024-04-19T20:53:49.888Z Fresh oso v0.27.3
57992024-04-19T20:53:49.889Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
58002024-04-19T20:53:49.889Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
58012024-04-19T20:53:49.889Z Fresh cookie v0.18.1
58022024-04-19T20:53:49.889Z Fresh unicase v2.7.0
58032024-04-19T20:53:49.889Z Fresh parking_lot_core v0.8.6
58042024-04-19T20:53:49.889Z Fresh fs-err v2.11.0
58052024-04-19T20:53:49.889Z Fresh strip-ansi-escapes v0.2.0
58062024-04-19T20:53:49.889Z Fresh signal-hook-tokio v0.3.1
58072024-04-19T20:53:49.889Z Fresh parse-size v1.0.0
58082024-04-19T20:53:49.889Z Fresh corncobs v0.1.3
58092024-04-19T20:53:49.889Z Fresh nu-ansi-term v0.50.0
58102024-04-19T20:53:49.889Z Fresh parking_lot v0.11.2
58112024-04-19T20:53:49.890Z Fresh reedline v0.31.0
58122024-04-19T20:53:49.890Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
58132024-04-19T20:53:49.890Z Fresh trust-dns-client v0.22.0
58142024-04-19T20:53:49.890Z Fresh universal-hash v0.5.1
58152024-04-19T20:53:49.890Z Fresh toml v0.5.11
58162024-04-19T20:53:49.890Z Fresh thiserror-impl-no-std v2.0.2
58172024-04-19T20:53:49.890Z Fresh curve25519-dalek-derive v0.1.0
58182024-04-19T20:53:49.890Z Fresh opaque-debug v0.3.0
58192024-04-19T20:53:49.891Z Fresh nix v0.28.0
58202024-04-19T20:53:49.891Z Fresh trust-dns-server v0.22.1
58212024-04-19T20:53:49.891Z Fresh sled v0.34.7
58222024-04-19T20:53:49.891Z Fresh poly1305 v0.8.0
58232024-04-19T20:53:49.891Z Fresh curve25519-dalek v4.1.2
58242024-04-19T20:53:49.891Z Fresh thiserror-no-std v2.0.2
58252024-04-19T20:53:49.891Z Fresh peg-macros v0.8.2
58262024-04-19T20:53:49.891Z Fresh chacha20 v0.9.1
58272024-04-19T20:53:49.891Z Fresh aead v0.5.2
58282024-04-19T20:53:49.891Z Fresh kstat-rs v0.2.3
58292024-04-19T20:53:49.891Z Fresh sqlparser_derive v0.2.2
58302024-04-19T20:53:49.892Z Fresh nanorand v0.7.0
58312024-04-19T20:53:49.892Z Fresh unicode_categories v0.1.1
58322024-04-19T20:53:49.892Z Fresh peg v0.8.2
58332024-04-19T20:53:49.892Z Fresh vsss-rs v3.3.4
58342024-04-19T20:53:49.892Z Fresh sqlformat v0.2.3
58352024-04-19T20:53:49.892Z Fresh sqlparser v0.45.0
58362024-04-19T20:53:49.892Z Fresh flume v0.11.0
58372024-04-19T20:53:49.892Z Fresh chacha20poly1305 v0.10.1
58382024-04-19T20:53:49.892Z Fresh mime_guess v2.0.4
58392024-04-19T20:53:49.892Z Fresh rustyline v14.0.0
58402024-04-19T20:53:49.892Z Fresh rand_seeder v0.2.3
58412024-04-19T20:53:49.892Z Fresh bcs v0.1.6
58422024-04-19T20:53:49.892Z Fresh highway v1.1.0
58432024-04-19T20:53:49.893Z Fresh portable-atomic v1.4.3
58442024-04-19T20:53:49.893Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
58452024-04-19T20:53:49.893Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
58462024-04-19T20:53:49.893Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
58472024-04-19T20:53:49.893Z Fresh http-range v0.1.5
58482024-04-19T20:53:49.893Z Fresh number_prefix v0.4.0
58492024-04-19T20:53:49.893Z Fresh hyper-staticfile v0.9.5
58502024-04-19T20:53:49.893Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
58512024-04-19T20:53:49.894Z Fresh castaway v0.2.2
58522024-04-19T20:53:49.894Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
58532024-04-19T20:53:49.894Z Fresh lru v0.12.1
58542024-04-19T20:53:49.894Z Fresh indicatif v0.17.8
58552024-04-19T20:53:49.894Z Fresh compact_str v0.7.1
58562024-04-19T20:53:49.894Z Fresh stability v0.2.0
58572024-04-19T20:53:49.894Z Fresh cassowary v0.3.0
58582024-04-19T20:53:49.894Z Fresh assert_matches v1.5.0
58592024-04-19T20:53:49.894Z Fresh is_ci v1.2.0
58602024-04-19T20:53:49.894Z Fresh indoc v2.0.3
58612024-04-19T20:53:49.950Z Fresh ratatui v0.26.2
58622024-04-19T20:53:49.951Z Fresh supports-color v3.0.0
58632024-04-19T20:53:49.951Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
58642024-04-19T20:53:49.976Z Fresh rtoolbox v0.0.1
58652024-04-19T20:53:49.977Z Fresh unicode-linebreak v0.1.5
58662024-04-19T20:53:49.977Z Fresh smawk v0.3.1
58672024-04-19T20:53:49.977Z Fresh rpassword v7.3.1
58682024-04-19T20:53:49.977Z Fresh tui-tree-widget v0.19.0
58692024-04-19T20:53:49.977Z Fresh textwrap v0.16.1
58702024-04-19T20:53:49.977Z Fresh http-body v1.0.0
58712024-04-19T20:53:49.977Z Fresh tower-layer v0.3.2
58722024-04-19T20:53:49.978Z Fresh plotters-backend v0.3.5
58732024-04-19T20:53:49.978Z Fresh shell-words v1.1.0
58742024-04-19T20:53:49.978Z Fresh plotters-svg v0.3.5
58752024-04-19T20:53:49.978Z Fresh target-lexicon v0.12.13
58762024-04-19T20:53:49.978Z Fresh tower v0.4.13
58772024-04-19T20:53:49.978Z Fresh hyper v1.1.0
58782024-04-19T20:53:49.978Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
58792024-04-19T20:53:49.978Z Fresh yansi v0.5.1
58802024-04-19T20:53:49.979Z Fresh cast v0.3.0
58812024-04-19T20:53:49.979Z Fresh hyper-util v0.1.2
58822024-04-19T20:53:49.979Z Fresh plotters v0.3.5
58832024-04-19T20:53:49.979Z Fresh criterion-plot v0.5.0
58842024-04-19T20:53:49.979Z Fresh pretty_assertions v1.4.0
58852024-04-19T20:53:49.979Z Fresh cfg-expr v0.15.6
58862024-04-19T20:53:49.980Z Fresh doc-comment v0.3.3
58872024-04-19T20:53:49.980Z Fresh guppy-workspace-hack v0.1.0
58882024-04-19T20:53:49.980Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
58892024-04-19T20:53:49.980Z Fresh rustls-native-certs v0.7.0
58902024-04-19T20:53:49.980Z Fresh httptest v0.15.5
58912024-04-19T20:53:49.980Z Fresh fatfs v0.3.6
58922024-04-19T20:53:49.980Z Fresh escape8259 v0.5.2
58932024-04-19T20:53:49.980Z Fresh tinytemplate v1.2.1
58942024-04-19T20:53:49.981Z Fresh threadpool v1.8.1
58952024-04-19T20:53:49.981Z Fresh cargo-platform v0.1.3
58962024-04-19T20:53:49.981Z Fresh anes v0.1.6
58972024-04-19T20:53:49.981Z Fresh oorandom v11.1.3
58982024-04-19T20:53:49.981Z Fresh constant_time_eq v0.2.6
58992024-04-19T20:53:49.981Z Fresh relative-path v1.9.0
59002024-04-19T20:53:49.981Z Fresh libtest-mimic v0.7.2
59012024-04-19T20:53:49.982Z Fresh cargo_metadata v0.18.1
59022024-04-19T20:53:49.982Z Fresh blake2b_simd v1.0.1
59032024-04-19T20:53:49.982Z Fresh criterion v0.5.1
59042024-04-19T20:53:49.982Z Fresh rstest_macros v0.19.0
59052024-04-19T20:53:49.982Z Fresh hyper-rustls v0.26.0
59062024-04-19T20:53:49.982Z Fresh target-spec v3.1.0
59072024-04-19T20:53:49.982Z Fresh assert_cmd v2.0.14
59082024-04-19T20:53:49.982Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
59092024-04-19T20:53:49.983Z Fresh pathdiff v0.2.1
59102024-04-19T20:53:49.983Z Fresh nested v0.1.1
59112024-04-19T20:53:49.983Z Fresh futures-timer v3.0.2
59122024-04-19T20:53:49.983Z Fresh trybuild v1.0.91
59132024-04-19T20:53:49.983Z Fresh rust-argon2 v2.1.0
59142024-04-19T20:53:49.983Z Fresh datatest-stable v0.2.6
59152024-04-19T20:53:49.983Z Fresh rstest v0.19.0
59162024-04-19T20:53:49.983Z Fresh guppy v0.17.5
59172024-04-19T20:53:49.984Z Fresh partial-io v0.5.4
59182024-04-19T20:53:49.984Z Fresh similar-asserts v1.5.0
59192024-04-19T20:53:49.984Z Fresh approx v0.5.1
59202024-04-19T20:53:49.984Z Fresh hex-literal v0.4.1
59212024-04-19T20:53:49.984Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
59222024-04-19T20:53:49.985Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
59232024-04-19T20:53:49.985Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
59242024-04-19T20:53:49.985Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
59252024-04-19T20:53:49.985Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
59262024-04-19T20:53:49.985Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
59272024-04-19T20:53:49.985Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
59282024-04-19T20:53:49.985Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
59292024-04-19T20:53:49.985Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
59302024-04-19T20:53:49.986Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
59312024-04-19T20:53:49.986Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
59322024-04-19T20:53:49.986Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59332024-04-19T20:53:49.986Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
59342024-04-19T20:53:49.986Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
59352024-04-19T20:53:49.986Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
59362024-04-19T20:53:49.986Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
59372024-04-19T20:53:49.986Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
59382024-04-19T20:53:49.987Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
59392024-04-19T20:53:49.987Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
59402024-04-19T20:53:49.987Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
59412024-04-19T20:53:49.987Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
59422024-04-19T20:53:49.987Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
59432024-04-19T20:53:49.987Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
59442024-04-19T20:53:49.987Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
59452024-04-19T20:53:49.987Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
59462024-04-19T20:53:49.988Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
59472024-04-19T20:53:49.988Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
59482024-04-19T20:53:49.988Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
59492024-04-19T20:53:49.988Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
59502024-04-19T20:53:49.988Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
59512024-04-19T20:53:49.988Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
59522024-04-19T20:53:49.988Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
59532024-04-19T20:53:49.988Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
59542024-04-19T20:53:49.988Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
59552024-04-19T20:53:49.989Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
59562024-04-19T20:53:49.989Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
59572024-04-19T20:53:49.989Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
59582024-04-19T20:53:49.989Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
59592024-04-19T20:53:49.989Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
59602024-04-19T20:53:49.989Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
59612024-04-19T20:53:50.039Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
59622024-04-19T20:53:50.039Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
59632024-04-19T20:53:50.039Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
59642024-04-19T20:53:50.039Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
59652024-04-19T20:53:50.040Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
59662024-04-19T20:53:50.040Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
59672024-04-19T20:53:50.040Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
59682024-04-19T20:53:50.040Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
59692024-04-19T20:53:50.040Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
59702024-04-19T20:53:50.040Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59712024-04-19T20:53:50.040Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
59722024-04-19T20:53:50.040Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
59732024-04-19T20:53:50.040Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
59742024-04-19T20:53:50.041Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
59752024-04-19T20:53:50.041Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
59762024-04-19T20:53:50.041Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
59772024-04-19T20:53:50.041Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
59782024-04-19T20:53:50.041Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
59792024-04-19T20:53:50.041Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
59802024-04-19T20:53:50.041Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
59812024-04-19T20:53:50.042Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
59822024-04-19T20:53:50.042Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59832024-04-19T20:53:50.042Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
59842024-04-19T20:53:50.042Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
59852024-04-19T20:53:50.042Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
59862024-04-19T20:53:50.042Z Finished test [unoptimized + debuginfo] target(s) in 1.45s
59872024-04-19T20:53:50.043Z Doc-tests authz-macros
59882024-04-19T20:53:50.043Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0f7375103ec86283.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5589d78d903f53c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2583b58323c3ccda.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-685ce91a95717acb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
59892024-04-19T20:53:50.043Z
59902024-04-19T20:53:50.043Zrunning 7 tests
59912024-04-19T20:53:50.043Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
59922024-04-19T20:53:50.043Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
59932024-04-19T20:53:50.043Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
59942024-04-19T20:53:50.043Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
59952024-04-19T20:53:50.044Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
59962024-04-19T20:53:50.044Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
59972024-04-19T20:53:50.044Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
59982024-04-19T20:53:50.044Z
59992024-04-19T20:53:50.044Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.01s
60002024-04-19T20:53:50.044Z
60012024-04-19T20:53:50.044Z Doc-tests bootstore
60022024-04-19T20:53:50.045Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-25b5ef2c5d4ef30a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5f825a2440965813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-151e64cbbdfa907f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b7a55e5f905e4f03.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
60032024-04-19T20:53:50.301Z
60042024-04-19T20:53:50.301Zrunning 0 tests
60052024-04-19T20:53:50.302Z
60062024-04-19T20:53:50.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60072024-04-19T20:53:50.311Z
60082024-04-19T20:53:50.332Z Doc-tests bootstrap-agent-client
60092024-04-19T20:53:50.755Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
60102024-04-19T20:53:50.987Z
60112024-04-19T20:53:50.987Zrunning 0 tests
60122024-04-19T20:53:50.987Z
60132024-04-19T20:53:50.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60142024-04-19T20:53:50.987Z
60152024-04-19T20:53:51.029Z Doc-tests db-macros
60162024-04-19T20:53:51.042Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e404bdb73aeb2d99.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5589d78d903f53c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2583b58323c3ccda.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-685ce91a95717acb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
60172024-04-19T20:53:51.276Z
60182024-04-19T20:53:51.276Zrunning 4 tests
60192024-04-19T20:53:51.284Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 32) ... ignored
60202024-04-19T20:53:51.284Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 52) ... ignored
60212024-04-19T20:53:51.284Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 77) ... ignored
60222024-04-19T20:53:51.284Ztest nexus/db-macros/src/lib.rs - subquery_target (line 150) ... ignored
60232024-04-19T20:53:51.284Z
60242024-04-19T20:53:51.285Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
60252024-04-19T20:53:51.285Z
60262024-04-19T20:53:51.310Z Doc-tests dns-server
60272024-04-19T20:53:51.310Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-67e2f99a18cbd825.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-33918a41a71156bf.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-c4ad4aee40826760.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
60282024-04-19T20:53:51.614Z
60292024-04-19T20:53:51.614Zrunning 0 tests
60302024-04-19T20:53:51.614Z
60312024-04-19T20:53:51.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60322024-04-19T20:53:51.614Z
60332024-04-19T20:53:51.643Z Doc-tests dns-service-client
60342024-04-19T20:53:51.648Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib -C embed-bitcode=no -D warnings --error-format human`
60352024-04-19T20:53:51.901Z
60362024-04-19T20:53:51.901Zrunning 0 tests
60372024-04-19T20:53:51.901Z
60382024-04-19T20:53:51.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60392024-04-19T20:53:51.901Z
60402024-04-19T20:53:51.926Z Doc-tests dpd-client
60412024-04-19T20:53:51.933Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
60422024-04-19T20:53:53.173Z
60432024-04-19T20:53:53.174Zrunning 0 tests
60442024-04-19T20:53:53.174Z
60452024-04-19T20:53:53.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60462024-04-19T20:53:53.174Z
60472024-04-19T20:53:53.207Z Doc-tests gateway-client
60482024-04-19T20:53:53.207Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
60492024-04-19T20:53:54.162Z
60502024-04-19T20:53:54.163Zrunning 0 tests
60512024-04-19T20:53:54.163Z
60522024-04-19T20:53:54.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60532024-04-19T20:53:54.163Z
60542024-04-19T20:53:54.192Z Doc-tests gateway-test-utils
60552024-04-19T20:53:54.204Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-72be45972994b9ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
60562024-04-19T20:53:54.536Z
60572024-04-19T20:53:54.536Zrunning 0 tests
60582024-04-19T20:53:54.537Z
60592024-04-19T20:53:54.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60602024-04-19T20:53:54.537Z
60612024-04-19T20:53:54.548Z Doc-tests illumos-utils
60622024-04-19T20:53:54.552Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-73c9a944ce509d8f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-05ffbf7a349a8e0b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-f8d555753ab79aa2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2608e0f8610bc6c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e9056723c0069545.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-b66b943a52f19dc5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
60632024-04-19T20:53:56.348Z
60642024-04-19T20:53:56.348Zrunning 0 tests
60652024-04-19T20:53:56.349Z
60662024-04-19T20:53:56.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60672024-04-19T20:53:56.349Z
60682024-04-19T20:53:56.401Z Doc-tests installinator
60692024-04-19T20:53:56.826Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7f1e5a9d0c60f451.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8b632ce478e4cbd7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-0e7310bf4f089297.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4cf7d33720e184f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f82f60050d03ddaf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-bae9e5251e74ad27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
60702024-04-19T20:53:56.933Z
60712024-04-19T20:53:56.933Zrunning 0 tests
60722024-04-19T20:53:56.934Z
60732024-04-19T20:53:56.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60742024-04-19T20:53:56.934Z
60752024-04-19T20:53:56.963Z Doc-tests installinator-artifact-client
60762024-04-19T20:53:56.974Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-0e7310bf4f089297.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
60772024-04-19T20:53:57.834Z
60782024-04-19T20:53:57.835Zrunning 0 tests
60792024-04-19T20:53:57.835Z
60802024-04-19T20:53:57.835Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60812024-04-19T20:53:57.835Z
60822024-04-19T20:53:57.867Z Doc-tests installinator-artifactd
60832024-04-19T20:53:57.875Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ccfd990c75c53324.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
60842024-04-19T20:53:58.133Z
60852024-04-19T20:53:58.133Zrunning 0 tests
60862024-04-19T20:53:58.133Z
60872024-04-19T20:53:58.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60882024-04-19T20:53:58.133Z
60892024-04-19T20:53:58.156Z Doc-tests installinator-common
60902024-04-19T20:53:58.159Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-bae9e5251e74ad27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib -C embed-bitcode=no -D warnings --error-format human`
60912024-04-19T20:53:58.560Z
60922024-04-19T20:53:58.560Zrunning 0 tests
60932024-04-19T20:53:58.560Z
60942024-04-19T20:53:58.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60952024-04-19T20:53:58.560Z
60962024-04-19T20:53:58.585Z Doc-tests internal-dns
60972024-04-19T20:53:58.589Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
60982024-04-19T20:53:58.837Z
60992024-04-19T20:53:58.838Zrunning 0 tests
61002024-04-19T20:53:58.838Z
61012024-04-19T20:53:58.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61022024-04-19T20:53:58.838Z
61032024-04-19T20:53:58.865Z Doc-tests ipcc
61042024-04-19T20:53:58.878Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4cf7d33720e184f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-bae9e5251e74ad27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human`
61052024-04-19T20:53:59.100Z
61062024-04-19T20:53:59.100Zrunning 0 tests
61072024-04-19T20:53:59.100Z
61082024-04-19T20:53:59.100Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61092024-04-19T20:53:59.101Z
61102024-04-19T20:53:59.118Z Doc-tests key-manager
61112024-04-19T20:53:59.118Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5f825a2440965813.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-151e64cbbdfa907f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib -C embed-bitcode=no -D warnings --error-format human`
61122024-04-19T20:53:59.340Z
61132024-04-19T20:53:59.341Zrunning 0 tests
61142024-04-19T20:53:59.341Z
61152024-04-19T20:53:59.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61162024-04-19T20:53:59.341Z
61172024-04-19T20:53:59.356Z Doc-tests nexus-client
61182024-04-19T20:53:59.357Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
61192024-04-19T20:54:02.076Z
61202024-04-19T20:54:02.077Zrunning 0 tests
61212024-04-19T20:54:02.077Z
61222024-04-19T20:54:02.077Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61232024-04-19T20:54:02.077Z
61242024-04-19T20:54:02.133Z Doc-tests nexus-config
61252024-04-19T20:54:02.138Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
61262024-04-19T20:54:02.593Z
61272024-04-19T20:54:02.593Zrunning 0 tests
61282024-04-19T20:54:02.593Z
61292024-04-19T20:54:02.593Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61302024-04-19T20:54:02.593Z
61312024-04-19T20:54:02.618Z Doc-tests nexus-db-model
61322024-04-19T20:54:02.631Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e404bdb73aeb2d99.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-9576275ddb4962bc.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-319abb569ce8dc20.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ab405e7d43456c80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61332024-04-19T20:54:12.572Z
61342024-04-19T20:54:12.572Zrunning 2 tests
61352024-04-19T20:54:14.825Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
61362024-04-19T20:54:14.828Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
61372024-04-19T20:54:14.828Z
61382024-04-19T20:54:14.828Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.26s
61392024-04-19T20:54:14.828Z
61402024-04-19T20:54:15.009Z Doc-tests nexus-db-queries
61412024-04-19T20:54:15.028Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-22bc716ddf28db8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0f7375103ec86283.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a3306d9439f2ccce.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d850075d6a742a33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-329e9c57c97016a7.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e404bdb73aeb2d99.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-f7b3dcfb5877a9a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7269b5262a7b1e44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-7b34cc044065172b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8605a284a16ecfcb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9fb3e268540bbb5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61422024-04-19T20:54:17.094Z
61432024-04-19T20:54:17.095Zrunning 2 tests
61442024-04-19T20:54:17.113Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
61452024-04-19T20:54:19.639Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
61462024-04-19T20:54:19.640Z
61472024-04-19T20:54:19.644Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.56s
61482024-04-19T20:54:19.644Z
61492024-04-19T20:54:19.720Z Doc-tests nexus-defaults
61502024-04-19T20:54:19.726Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-319abb569ce8dc20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib -C embed-bitcode=no -D warnings --error-format human`
61512024-04-19T20:54:20.113Z
61522024-04-19T20:54:20.113Zrunning 0 tests
61532024-04-19T20:54:20.113Z
61542024-04-19T20:54:20.113Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552024-04-19T20:54:20.113Z
61562024-04-19T20:54:20.122Z Doc-tests nexus-inventory
61572024-04-19T20:54:20.122Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1d3c89a477f31cc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
61582024-04-19T20:54:20.197Z
61592024-04-19T20:54:20.197Zrunning 0 tests
61602024-04-19T20:54:20.198Z
61612024-04-19T20:54:20.198Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61622024-04-19T20:54:20.198Z
61632024-04-19T20:54:20.224Z Doc-tests nexus-macros-common
61642024-04-19T20:54:20.235Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-5589d78d903f53c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib -C embed-bitcode=no -D warnings --error-format human`
61652024-04-19T20:54:20.297Z
61662024-04-19T20:54:20.297Zrunning 0 tests
61672024-04-19T20:54:20.298Z
61682024-04-19T20:54:20.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61692024-04-19T20:54:20.298Z
61702024-04-19T20:54:20.723Z Doc-tests nexus-metrics-producer-gc
61712024-04-19T20:54:20.723Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-22bc716ddf28db8c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-10db9a984765f37b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-415eeae69d607644.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61722024-04-19T20:54:20.729Z
61732024-04-19T20:54:20.730Zrunning 0 tests
61742024-04-19T20:54:20.730Z
61752024-04-19T20:54:20.730Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61762024-04-19T20:54:20.731Z
61772024-04-19T20:54:20.731Z Doc-tests nexus-networking
61782024-04-19T20:54:20.731Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-51347e30934aaad7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
61792024-04-19T20:54:21.075Z
61802024-04-19T20:54:21.075Zrunning 0 tests
61812024-04-19T20:54:21.075Z
61822024-04-19T20:54:21.080Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61832024-04-19T20:54:21.081Z
61842024-04-19T20:54:21.100Z Doc-tests nexus-reconfigurator-execution
61852024-04-19T20:54:21.105Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-10db9a984765f37b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-51347e30934aaad7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1c5cb74546a88679.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6495cb6d2edc7412.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61862024-04-19T20:54:21.525Z
61872024-04-19T20:54:21.525Zrunning 0 tests
61882024-04-19T20:54:21.525Z
61892024-04-19T20:54:21.525Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61902024-04-19T20:54:21.525Z
61912024-04-19T20:54:21.548Z Doc-tests nexus-reconfigurator-planning
61922024-04-19T20:54:21.549Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1d3c89a477f31cc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
61932024-04-19T20:54:22.006Z
61942024-04-19T20:54:22.007Zrunning 0 tests
61952024-04-19T20:54:22.007Z
61962024-04-19T20:54:22.007Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61972024-04-19T20:54:22.007Z
61982024-04-19T20:54:22.007Z Doc-tests nexus-reconfigurator-preparation
61992024-04-19T20:54:22.007Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib -C embed-bitcode=no -D warnings --error-format human`
62002024-04-19T20:54:22.211Z
62012024-04-19T20:54:22.211Zrunning 0 tests
62022024-04-19T20:54:22.211Z
62032024-04-19T20:54:22.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62042024-04-19T20:54:22.211Z
62052024-04-19T20:54:22.243Z Doc-tests nexus-types
62062024-04-19T20:54:22.261Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2c4b95f80957d22.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-37f157b250cb7cb4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
62072024-04-19T20:54:24.934Z
62082024-04-19T20:54:24.934Zrunning 0 tests
62092024-04-19T20:54:24.935Z
62102024-04-19T20:54:24.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62112024-04-19T20:54:24.935Z
62122024-04-19T20:54:27.465Z Doc-tests omicron-certificates
62132024-04-19T20:54:27.563Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-3c0f05dcbba7bb7a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ab405e7d43456c80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib -C embed-bitcode=no -D warnings --error-format human`
62142024-04-19T20:54:27.563Z
62152024-04-19T20:54:27.563Zrunning 0 tests
62162024-04-19T20:54:27.563Z
62172024-04-19T20:54:27.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62182024-04-19T20:54:27.563Z
62192024-04-19T20:54:27.563Z Doc-tests omicron-common
62202024-04-19T20:54:27.564Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2c4b95f80957d22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-43157153cd152465.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-bae9e5251e74ad27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
62212024-04-19T20:54:27.564Z
62222024-04-19T20:54:27.564Zrunning 2 tests
62232024-04-19T20:54:27.564Ztest common/src/lib.rs - FileKv (line 57) ... ignored
62242024-04-19T20:54:31.523Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 601) ... ok
62252024-04-19T20:54:31.523Z
62262024-04-19T20:54:31.523Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.69s
62272024-04-19T20:54:31.523Z
62282024-04-19T20:54:31.581Z Doc-tests omicron-ddm-admin-client
62292024-04-19T20:54:31.592Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d0c51c968b127ea8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
62302024-04-19T20:54:31.820Z
62312024-04-19T20:54:31.820Zrunning 0 tests
62322024-04-19T20:54:31.820Z
62332024-04-19T20:54:31.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62342024-04-19T20:54:31.820Z
62352024-04-19T20:54:31.833Z Doc-tests omicron-gateway
62362024-04-19T20:54:31.839Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1522341cabdcfb4a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4cf7d33720e184f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-72be45972994b9ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b9564dd46bcb909e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c8878c8d45ed677.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
62372024-04-19T20:54:32.862Z
62382024-04-19T20:54:32.862Zrunning 0 tests
62392024-04-19T20:54:32.862Z
62402024-04-19T20:54:32.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62412024-04-19T20:54:32.862Z
62422024-04-19T20:54:32.905Z Doc-tests omicron-nexus
62432024-04-19T20:54:32.927Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-22bc716ddf28db8c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-952a1fcd4d36c594.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-2fbc7e3118d05db6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-88877fcbfa036474.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ffb66af192f61424.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-10db9a984765f37b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7269b5262a7b1e44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-518653636d64c0b3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-08e2ae3712bd2a2d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c7a6b9e779214afa.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-319abb569ce8dc20.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d8dc0348c778ebba.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-415eeae69d607644.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-51347e30934aaad7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1c5cb74546a88679.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-812dd105a9249a75.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7ff710cbe86fc993.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e69b35d100b9dcf9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-086477261b8ef5b6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6495cb6d2edc7412.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cc241e15aac60b5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e05024a0a6675778.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0e106ad929023e71.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-949175a5d76c2892.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-86cf9db45ac7a036.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f49f4afbdb722504.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9fb3e268540bbb5d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ccc13f6ad08c5cba.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6785f4bc54e05a2c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62442024-04-19T20:54:35.771Z
62452024-04-19T20:54:35.771Zrunning 5 tests
62462024-04-19T20:54:35.918Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 219) ... ignored
62472024-04-19T20:54:39.253Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 692) ... ok
62482024-04-19T20:54:39.258Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 756) ... ok
62492024-04-19T20:54:39.258Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 714) ... ok
62502024-04-19T20:54:39.262Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 786) ... ok
62512024-04-19T20:54:39.262Z
62522024-04-19T20:54:39.262Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.48s
62532024-04-19T20:54:39.262Z
62542024-04-19T20:54:39.337Z Doc-tests omicron-package
62552024-04-19T20:54:39.342Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-a712784811a907f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a3e40752f5f2cf5c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-6e405db2aebfa69d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -C embed-bitcode=no -D warnings --error-format human`
62562024-04-19T20:54:39.551Z
62572024-04-19T20:54:39.551Zrunning 0 tests
62582024-04-19T20:54:39.551Z
62592024-04-19T20:54:39.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62602024-04-19T20:54:39.551Z
62612024-04-19T20:54:39.564Z Doc-tests omicron-passwords
62622024-04-19T20:54:39.564Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-0b06a56b4e0943ea.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-952a1fcd4d36c594.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-0d3cfb41541b1e88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib -C embed-bitcode=no -D warnings --error-format human`
62632024-04-19T20:54:39.648Z
62642024-04-19T20:54:39.648Zrunning 0 tests
62652024-04-19T20:54:39.649Z
62662024-04-19T20:54:39.649Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62672024-04-19T20:54:39.649Z
62682024-04-19T20:54:39.675Z Doc-tests omicron-rpaths
62692024-04-19T20:54:39.682Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8f2c5f72cb9d1c67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib -C embed-bitcode=no -D warnings --error-format human`
62702024-04-19T20:54:39.724Z
62712024-04-19T20:54:39.724Zrunning 0 tests
62722024-04-19T20:54:39.724Z
62732024-04-19T20:54:39.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62742024-04-19T20:54:39.724Z
62752024-04-19T20:54:39.732Z Doc-tests omicron-sled-agent
62762024-04-19T20:54:39.738Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f01e922cb3503ef9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-168e09b1e9a5e03e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-84d4e40f43a5bbf6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e3bceb193985d6e9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-b8fdd4d3eeac3c5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8798caa517ad4d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d005f2d46a478126.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4e0a9f7b941e2193.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-31150e4cff1de476.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f9bf9def5f7af427.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-47d107dc8635540a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-138cdd3f85483d22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-0e16f5f94c26ec8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-797e45f145bbdb3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a26aaa5f7613998f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e4af02ef5575ab97.rlib -C embed-bitcode=no -D warnings --error-format human`
62772024-04-19T20:54:42.950Z
62782024-04-19T20:54:42.950Zrunning 0 tests
62792024-04-19T20:54:42.950Z
62802024-04-19T20:54:42.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62812024-04-19T20:54:42.951Z
62822024-04-19T20:54:42.983Z Doc-tests omicron-test-utils
62832024-04-19T20:54:42.983Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-e2dc1de25ab321cf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-40940d04e25af846.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-c0c5d4513a3a2ff0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-0a678353c1104046.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfab0854ee59302b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7d7927a0db71fdbc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
62842024-04-19T20:54:42.983Z
62852024-04-19T20:54:42.983Zrunning 0 tests
62862024-04-19T20:54:42.984Z
62872024-04-19T20:54:42.984Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62882024-04-19T20:54:42.984Z
62892024-04-19T20:54:42.984Z Doc-tests omicron-uuid-kinds
62902024-04-19T20:54:42.984Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-37f157b250cb7cb4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -D warnings --error-format human`
62912024-04-19T20:54:43.426Z
62922024-04-19T20:54:43.426Zrunning 0 tests
62932024-04-19T20:54:43.426Z
62942024-04-19T20:54:43.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62952024-04-19T20:54:43.426Z
62962024-04-19T20:54:43.426Z Doc-tests oxide-client
62972024-04-19T20:54:43.426Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0e106ad929023e71.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
62982024-04-19T20:54:48.022Z
62992024-04-19T20:54:48.022Zrunning 183 tests
63002024-04-19T20:54:48.029Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
63012024-04-19T20:54:48.033Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
63022024-04-19T20:54:48.033Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
63032024-04-19T20:54:48.033Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
63042024-04-19T20:54:48.036Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
63052024-04-19T20:54:48.036Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
63062024-04-19T20:54:48.037Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
63072024-04-19T20:54:48.037Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
63082024-04-19T20:54:48.040Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
63092024-04-19T20:54:48.040Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
63102024-04-19T20:54:48.040Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
63112024-04-19T20:54:48.044Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
63122024-04-19T20:54:48.044Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
63132024-04-19T20:54:48.044Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
63142024-04-19T20:54:48.044Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
63152024-04-19T20:54:48.049Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
63162024-04-19T20:54:48.049Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
63172024-04-19T20:54:48.049Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
63182024-04-19T20:54:48.049Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
63192024-04-19T20:54:48.049Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
63202024-04-19T20:54:48.054Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
63212024-04-19T20:54:48.054Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
63222024-04-19T20:54:48.054Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
63232024-04-19T20:54:48.054Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
63242024-04-19T20:54:48.058Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
63252024-04-19T20:54:48.058Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
63262024-04-19T20:54:48.059Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
63272024-04-19T20:54:48.059Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
63282024-04-19T20:54:48.059Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
63292024-04-19T20:54:48.078Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
63302024-04-19T20:54:48.078Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
63312024-04-19T20:54:48.078Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
63322024-04-19T20:54:48.079Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
63332024-04-19T20:54:48.079Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
63342024-04-19T20:54:48.079Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
63352024-04-19T20:54:48.079Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
63362024-04-19T20:54:48.079Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
63372024-04-19T20:54:48.079Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
63382024-04-19T20:54:48.102Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
63392024-04-19T20:54:48.102Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
63402024-04-19T20:54:48.103Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
63412024-04-19T20:54:48.103Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
63422024-04-19T20:54:48.104Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
63432024-04-19T20:54:48.104Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
63442024-04-19T20:54:48.115Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
63452024-04-19T20:54:48.115Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
63462024-04-19T20:54:48.116Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
63472024-04-19T20:54:48.116Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
63482024-04-19T20:54:48.116Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
63492024-04-19T20:54:48.117Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
63502024-04-19T20:54:48.117Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
63512024-04-19T20:54:48.117Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
63522024-04-19T20:54:48.117Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
63532024-04-19T20:54:48.118Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
63542024-04-19T20:54:48.118Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
63552024-04-19T20:54:48.118Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
63562024-04-19T20:54:48.118Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
63572024-04-19T20:54:48.119Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
63582024-04-19T20:54:48.119Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
63592024-04-19T20:54:48.119Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
63602024-04-19T20:54:48.119Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
63612024-04-19T20:54:48.127Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
63622024-04-19T20:54:48.127Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
63632024-04-19T20:54:48.128Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
63642024-04-19T20:54:48.128Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
63652024-04-19T20:54:48.128Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
63662024-04-19T20:54:48.128Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
63672024-04-19T20:54:48.128Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
63682024-04-19T20:54:48.128Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
63692024-04-19T20:54:48.129Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
63702024-04-19T20:54:48.129Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
63712024-04-19T20:54:48.129Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
63722024-04-19T20:54:48.129Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
63732024-04-19T20:54:48.129Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
63742024-04-19T20:54:48.129Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
63752024-04-19T20:54:48.130Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
63762024-04-19T20:54:48.130Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
63772024-04-19T20:54:48.130Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
63782024-04-19T20:54:48.130Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
63792024-04-19T20:54:48.130Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
63802024-04-19T20:54:48.130Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
63812024-04-19T20:54:48.131Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
63822024-04-19T20:54:48.131Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
63832024-04-19T20:54:48.131Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
63842024-04-19T20:54:48.131Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
63852024-04-19T20:54:48.131Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
63862024-04-19T20:54:48.131Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
63872024-04-19T20:54:48.132Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
63882024-04-19T20:54:48.132Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
63892024-04-19T20:54:48.132Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
63902024-04-19T20:54:48.132Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
63912024-04-19T20:54:48.132Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
63922024-04-19T20:54:48.132Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
63932024-04-19T20:54:48.133Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
63942024-04-19T20:54:48.133Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
63952024-04-19T20:54:48.133Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
63962024-04-19T20:54:48.133Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
63972024-04-19T20:54:48.133Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
63982024-04-19T20:54:48.133Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
63992024-04-19T20:54:48.134Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
64002024-04-19T20:54:48.134Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
64012024-04-19T20:54:48.134Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
64022024-04-19T20:54:48.147Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
64032024-04-19T20:54:48.147Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
64042024-04-19T20:54:48.147Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
64052024-04-19T20:54:48.147Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
64062024-04-19T20:54:48.147Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
64072024-04-19T20:54:48.148Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
64082024-04-19T20:54:48.148Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
64092024-04-19T20:54:48.148Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
64102024-04-19T20:54:48.148Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored
64112024-04-19T20:54:48.148Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
64122024-04-19T20:54:48.148Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
64132024-04-19T20:54:48.148Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored
64142024-04-19T20:54:48.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
64152024-04-19T20:54:48.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
64162024-04-19T20:54:48.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
64172024-04-19T20:54:48.149Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
64182024-04-19T20:54:48.150Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
64192024-04-19T20:54:48.150Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
64202024-04-19T20:54:48.164Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
64212024-04-19T20:54:48.164Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
64222024-04-19T20:54:48.164Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored
64232024-04-19T20:54:48.164Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
64242024-04-19T20:54:48.164Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
64252024-04-19T20:54:48.164Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
64262024-04-19T20:54:48.165Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
64272024-04-19T20:54:48.165Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
64282024-04-19T20:54:48.165Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
64292024-04-19T20:54:48.165Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
64302024-04-19T20:54:48.165Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
64312024-04-19T20:54:48.166Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
64322024-04-19T20:54:48.166Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
64332024-04-19T20:54:48.166Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
64342024-04-19T20:54:48.166Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
64352024-04-19T20:54:48.166Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
64362024-04-19T20:54:48.167Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
64372024-04-19T20:54:48.167Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
64382024-04-19T20:54:48.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
64392024-04-19T20:54:48.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
64402024-04-19T20:54:48.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
64412024-04-19T20:54:48.183Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
64422024-04-19T20:54:48.184Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
64432024-04-19T20:54:48.184Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
64442024-04-19T20:54:48.184Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
64452024-04-19T20:54:48.184Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
64462024-04-19T20:54:48.184Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
64472024-04-19T20:54:48.184Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
64482024-04-19T20:54:48.184Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
64492024-04-19T20:54:48.185Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
64502024-04-19T20:54:48.185Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
64512024-04-19T20:54:48.185Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
64522024-04-19T20:54:48.185Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
64532024-04-19T20:54:48.185Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
64542024-04-19T20:54:48.185Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
64552024-04-19T20:54:48.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
64562024-04-19T20:54:48.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
64572024-04-19T20:54:48.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
64582024-04-19T20:54:48.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
64592024-04-19T20:54:48.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
64602024-04-19T20:54:48.211Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
64612024-04-19T20:54:48.212Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
64622024-04-19T20:54:48.212Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
64632024-04-19T20:54:48.212Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
64642024-04-19T20:54:48.212Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
64652024-04-19T20:54:48.212Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
64662024-04-19T20:54:48.212Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
64672024-04-19T20:54:48.212Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
64682024-04-19T20:54:48.212Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
64692024-04-19T20:54:48.212Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
64702024-04-19T20:54:48.212Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
64712024-04-19T20:54:48.213Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
64722024-04-19T20:54:48.213Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
64732024-04-19T20:54:48.213Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
64742024-04-19T20:54:48.213Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
64752024-04-19T20:54:48.213Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
64762024-04-19T20:54:48.213Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
64772024-04-19T20:54:48.213Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
64782024-04-19T20:54:48.213Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
64792024-04-19T20:54:48.214Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
64802024-04-19T20:54:48.214Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
64812024-04-19T20:54:48.214Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
64822024-04-19T20:54:48.214Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
64832024-04-19T20:54:48.214Z
64842024-04-19T20:54:48.214Ztest result: ok. 0 passed; 0 failed; 183 ignored; 0 measured; 0 filtered out; finished in 0.16s
64852024-04-19T20:54:48.214Z
64862024-04-19T20:54:48.324Z Doc-tests oximeter
64872024-04-19T20:54:48.338Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-c3ce16ecb7ded03f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e793ee7af5e7eb17.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-39c10cba453d6441.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dcc75baef0fd16bd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
64882024-04-19T20:54:48.886Z
64892024-04-19T20:54:48.886Zrunning 8 tests
64902024-04-19T20:54:49.513Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
64912024-04-19T20:54:49.584Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
64922024-04-19T20:54:50.353Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
64932024-04-19T20:54:54.817Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
64942024-04-19T20:54:54.879Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
64952024-04-19T20:54:55.303Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
64962024-04-19T20:54:55.724Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 602) ... ok
64972024-04-19T20:54:55.763Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
64982024-04-19T20:54:55.764Z
64992024-04-19T20:54:55.768Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.87s
65002024-04-19T20:54:55.768Z
65012024-04-19T20:54:55.796Z Doc-tests oximeter-client
65022024-04-19T20:54:55.801Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
65032024-04-19T20:54:56.105Z
65042024-04-19T20:54:56.105Zrunning 0 tests
65052024-04-19T20:54:56.105Z
65062024-04-19T20:54:56.105Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65072024-04-19T20:54:56.106Z
65082024-04-19T20:54:56.535Z Doc-tests oximeter-collector
65092024-04-19T20:54:56.547Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-037b84d72efbb824.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-09ff3c011307dcb5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-054454c58a322eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
65102024-04-19T20:54:56.558Z
65112024-04-19T20:54:56.559Zrunning 0 tests
65122024-04-19T20:54:56.559Z
65132024-04-19T20:54:56.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65142024-04-19T20:54:56.559Z
65152024-04-19T20:54:56.577Z Doc-tests oximeter-db
65162024-04-19T20:54:56.587Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ed41359b289f0117.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-76a75c4957df355c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-9dfbd126aecbb7c8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fdf912a3d26849d8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1ac7cfe6df08972c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-91d49774043430e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8ae972901db002af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fc158bba336639b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-cc5b5bd1d09aced2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-ffc6ce25fd2af4b3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-e237143ed1c0520a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -D warnings --error-format human`
65172024-04-19T20:54:57.852Z
65182024-04-19T20:54:57.852Zrunning 3 tests
65192024-04-19T20:54:57.863Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 260) ... ignored
65202024-04-19T20:54:57.863Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 274) ... ignored
65212024-04-19T20:54:57.864Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
65222024-04-19T20:54:57.864Z
65232024-04-19T20:54:57.864Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
65242024-04-19T20:54:57.864Z
65252024-04-19T20:54:58.305Z Doc-tests oximeter-instruments
65262024-04-19T20:54:59.431Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-1d25ee63f0f2910b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ee68a93e6c437a7b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -D warnings --error-format human`
65272024-04-19T20:54:59.431Z
65282024-04-19T20:54:59.431Zrunning 0 tests
65292024-04-19T20:54:59.431Z
65302024-04-19T20:54:59.432Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65312024-04-19T20:54:59.432Z
65322024-04-19T20:54:59.432Z Doc-tests oximeter-macro-impl
65332024-04-19T20:54:59.432Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e793ee7af5e7eb17.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e41dbb47b133fbec.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
65342024-04-19T20:54:59.433Z
65352024-04-19T20:54:59.433Zrunning 0 tests
65362024-04-19T20:54:59.433Z
65372024-04-19T20:54:59.433Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65382024-04-19T20:54:59.434Z
65392024-04-19T20:54:59.434Z Doc-tests oximeter-producer
65402024-04-19T20:54:59.434Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ad63ceea519d243f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-8e01dce5cff1bc28.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b7898e822d49aeb8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
65412024-04-19T20:54:59.434Z
65422024-04-19T20:54:59.434Zrunning 0 tests
65432024-04-19T20:54:59.434Z
65442024-04-19T20:54:59.435Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65452024-04-19T20:54:59.435Z
65462024-04-19T20:54:59.435Z Doc-tests oxlog
65472024-04-19T20:54:59.436Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e9056723c0069545.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-9392bef3d0f2215b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
65482024-04-19T20:54:59.436Z
65492024-04-19T20:54:59.436Zrunning 0 tests
65502024-04-19T20:54:59.437Z
65512024-04-19T20:54:59.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65522024-04-19T20:54:59.437Z
65532024-04-19T20:54:59.437Z Doc-tests sled-agent-client
65542024-04-19T20:54:59.438Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e030c4886cbf8f75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
65552024-04-19T20:55:01.423Z
65562024-04-19T20:55:01.424Zrunning 0 tests
65572024-04-19T20:55:01.424Z
65582024-04-19T20:55:01.424Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65592024-04-19T20:55:01.424Z
65602024-04-19T20:55:01.476Z Doc-tests sled-hardware
65612024-04-19T20:55:01.482Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-590aea9cf8c09aaa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-02ed216e3ddec934.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-22717f2228b1464f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d7b02942c7f8842b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-94087d24400833c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
65622024-04-19T20:55:01.806Z
65632024-04-19T20:55:01.806Zrunning 0 tests
65642024-04-19T20:55:01.806Z
65652024-04-19T20:55:01.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65662024-04-19T20:55:01.806Z
65672024-04-19T20:55:01.834Z Doc-tests sled-hardware-types
65682024-04-19T20:55:01.851Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-0f2b906822599557.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib -C embed-bitcode=no -D warnings --error-format human`
65692024-04-19T20:55:02.085Z
65702024-04-19T20:55:02.085Zrunning 0 tests
65712024-04-19T20:55:02.085Z
65722024-04-19T20:55:02.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65732024-04-19T20:55:02.085Z
65742024-04-19T20:55:02.107Z Doc-tests sled-storage
65752024-04-19T20:55:02.115Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1a5d52c7336d4e68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-79167295c15ff603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-72f21c78a7de07a5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ec54ee0e51305057.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
65762024-04-19T20:55:02.581Z
65772024-04-19T20:55:02.581Zrunning 0 tests
65782024-04-19T20:55:02.582Z
65792024-04-19T20:55:02.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65802024-04-19T20:55:02.582Z
65812024-04-19T20:55:02.603Z Doc-tests sp-sim
65822024-04-19T20:55:02.603Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-72be45972994b9ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82bfd9cadafc3dec.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-5a2b18ad8234bc3c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib -C embed-bitcode=no -D warnings --error-format human`
65832024-04-19T20:55:03.053Z
65842024-04-19T20:55:03.053Zrunning 0 tests
65852024-04-19T20:55:03.053Z
65862024-04-19T20:55:03.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65872024-04-19T20:55:03.053Z
65882024-04-19T20:55:03.080Z Doc-tests tufaceous
65892024-04-19T20:55:03.084Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-1dfb8b270f712434.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-03bee0bbf1efffdb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8605a284a16ecfcb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib -C embed-bitcode=no -D warnings --error-format human`
65902024-04-19T20:55:03.770Z
65912024-04-19T20:55:03.770Zrunning 0 tests
65922024-04-19T20:55:03.770Z
65932024-04-19T20:55:03.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65942024-04-19T20:55:03.770Z
65952024-04-19T20:55:03.782Z Doc-tests tufaceous-lib
65962024-04-19T20:55:03.782Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-10814480c3ff86c7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d83cff45f6d36ea5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.rlib -C embed-bitcode=no -D warnings --error-format human`
65972024-04-19T20:55:03.783Z
65982024-04-19T20:55:03.783Zrunning 0 tests
65992024-04-19T20:55:03.783Z
66002024-04-19T20:55:03.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66012024-04-19T20:55:03.783Z
66022024-04-19T20:55:03.801Z Doc-tests typed-rng
66032024-04-19T20:55:04.269Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-37f157b250cb7cb4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-13671f9aededfb44.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-1d3c89a477f31cc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
66042024-04-19T20:55:04.270Z
66052024-04-19T20:55:04.270Zrunning 0 tests
66062024-04-19T20:55:04.270Z
66072024-04-19T20:55:04.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66082024-04-19T20:55:04.271Z
66092024-04-19T20:55:04.271Z Doc-tests update-common
66102024-04-19T20:55:04.271Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rlib -C embed-bitcode=no -D warnings --error-format human`
66112024-04-19T20:55:04.271Z
66122024-04-19T20:55:04.271Zrunning 0 tests
66132024-04-19T20:55:04.271Z
66142024-04-19T20:55:04.272Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66152024-04-19T20:55:04.272Z
66162024-04-19T20:55:04.272Z Doc-tests update-engine
66172024-04-19T20:55:04.272Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-64b7b07509f37c9b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-9576275ddb4962bc.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-16f8701ebfedd7e4.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-4d3a191fb70b45bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-56be7a52df6b62c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c3fed2b9533c19f8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib -C embed-bitcode=no -D warnings --error-format human`
66182024-04-19T20:55:04.695Z
66192024-04-19T20:55:04.695Zrunning 3 tests
66202024-04-19T20:55:05.124Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
66212024-04-19T20:55:05.125Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
66222024-04-19T20:55:05.125Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
66232024-04-19T20:55:05.125Z
66242024-04-19T20:55:05.125Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
66252024-04-19T20:55:05.125Z
66262024-04-19T20:55:05.699Z Doc-tests wicket
66272024-04-19T20:55:05.699Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-1dfb8b270f712434.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e268cae57cab2e75.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-eef7255db4a97f55.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2d59b241b55d6d72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e54932c73798c291.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-13bac543d4dd193b.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b57eeae86f7393d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e21e490c72b48d83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ac9908033330688.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-df9277a141f8e980.rlib -C embed-bitcode=no -D warnings --error-format human`
66282024-04-19T20:55:05.711Z
66292024-04-19T20:55:05.711Zrunning 0 tests
66302024-04-19T20:55:05.711Z
66312024-04-19T20:55:05.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66322024-04-19T20:55:05.712Z
66332024-04-19T20:55:05.712Z Doc-tests wicket-common
66342024-04-19T20:55:05.712Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rlib -C embed-bitcode=no -D warnings --error-format human`
66352024-04-19T20:55:05.839Z
66362024-04-19T20:55:05.840Zrunning 0 tests
66372024-04-19T20:55:05.840Z
66382024-04-19T20:55:05.840Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66392024-04-19T20:55:05.840Z
66402024-04-19T20:55:05.875Z Doc-tests wicket-dbg
66412024-04-19T20:55:05.881Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d584c1afadd81c27.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-473b8c44241e0429.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b94389f78ddd847.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-930c3815597dc0df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-66800302a3f8178d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e21e490c72b48d83.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d43aa7b9ad3c1e8b.rlib -C embed-bitcode=no -D warnings --error-format human`
66422024-04-19T20:55:06.198Z
66432024-04-19T20:55:06.198Zrunning 0 tests
66442024-04-19T20:55:06.198Z
66452024-04-19T20:55:06.198Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66462024-04-19T20:55:06.199Z
66472024-04-19T20:55:06.208Z Doc-tests wicketd
66482024-04-19T20:55:06.209Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-d02099a651fdfd59.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-266990838cceebde.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b69b53a71745bbb9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b882b7bf4695004.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4eaec0480c273c56.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f4df055e745f94f6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b0b0e0f7ebc78a22.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-948c3cd144766a83.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b96dae900084467e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-db2bc646edc08c4a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a79c29bb6f7661a8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-5307744998b52eb0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-27e6d15a25b294ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d2070ac76f37bb65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-cb2cf23d23bba5d8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-929b81f243f0d85a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f802f7fcab8f6ebb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-89329b491dd0bb55.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8b632ce478e4cbd7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-0e7310bf4f089297.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ccfd990c75c53324.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e9d3d018731328b3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ab405e7d43456c80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b005cbb5769e0318.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-3ad34a21bdefaaf6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9fae0a70efa4ed4f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ac15f3abf8fb9acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c245910f3bba442e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e62ff658aff044e9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8bd5aa707e0b3b3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9928d7223f5f7c25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0d33dd6886c0e5e5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7290cec6c4f16b85.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f4afabbb909a6287.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-16efd3981eab8033.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4978040e562be56e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d2c9c8f57f9a5468.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a1ebc474b77929d8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0cf943d56c675007.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-34ae691b54b0d111.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3998010939f874e1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6455990a39724653.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e21e490c72b48d83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-b9925627bfc4c44a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ac9908033330688.rlib -C embed-bitcode=no -D warnings --error-format human`
66492024-04-19T20:55:07.057Z
66502024-04-19T20:55:07.058Zrunning 0 tests
66512024-04-19T20:55:07.058Z
66522024-04-19T20:55:07.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66532024-04-19T20:55:07.058Z
66542024-04-19T20:55:07.176Z Doc-tests wicketd-client
66552024-04-19T20:55:07.235Z Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c531b0c9816536dd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0c338e8f6730481c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-db542009f2dee016.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f844881dc2dc34a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7e7da91cb4010048.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-0c4774cebab5bfec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e79e4430245db9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-fff494fee43e5a75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b10b9d466ae65d7e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c35c630f4cc4271.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2a198e3319e42ebe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8ecb615a143714d4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-cdd13e76044ba081.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ac9908033330688.rlib -C embed-bitcode=no -D warnings --error-format human`
66562024-04-19T20:55:08.914Z
66572024-04-19T20:55:08.914Zrunning 0 tests
66582024-04-19T20:55:08.914Z
66592024-04-19T20:55:08.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66602024-04-19T20:55:08.914Z
66612024-04-19T20:55:08.914Z
66622024-04-19T20:55:08.914Zreal 1:20.900447377
66632024-04-19T20:55:08.914Zuser 1:15.087067743
66642024-04-19T20:55:08.914Zsys 37.402336560
66652024-04-19T20:55:08.914Ztrap 0.010513632
66662024-04-19T20:55:08.914Ztflt 0.653255006
66672024-04-19T20:55:08.914Zdflt 3.076158137
66682024-04-19T20:55:08.914Zkflt 0.001989360
66692024-04-19T20:55:08.914Zlock 1:06.656333195
66702024-04-19T20:55:08.914Zslp 7:32.094031416
66712024-04-19T20:55:08.915Zlat 0.671423795
66722024-04-19T20:55:08.915Zstop 5.585406417
66732024-04-19T20:55:08.915Zfiles in /var/tmp/omicron_tmp (none expected on success):
66742024-04-19T20:55:08.915Z164694 11 drwxr-xr-x 2 build build 2 Apr 19 20:55 /var/tmp/omicron_tmp
66752024-04-19T20:55:09.401Zprocess exited: duration 3604916 ms, exit code 0
 
66762024-04-19T20:55:09.428Zfound 1 output files
66772024-04-19T20:55:09.428Zuploading: /work/crate-build-timings.json (508462 bytes)
66782024-04-19T20:55:11.094Zuploaded: /work/crate-build-timings.json