01HKD907WKWA7RRJHX0HVX6W84: build-and-test (helios)

BasicConfig {
    output_rules: [
        "/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: 01HKD90GX73QGTNR8Z5SMYVVRC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-05T17:00:11.070Zjob assigned to worker 01HKD90T9R7Y5JBTHPNCFK057C (queued for 1 m 14 s)
 
22024-01-05T17:00:11.250Zstarting task 0: "setup"
32024-01-05T17:00:11.321Z++ uname -s
42024-01-05T17:00:11.329Z+ kern=SunOS
52024-01-05T17:00:11.329Z+ case "$kern" in
62024-01-05T17:00:11.329Z+ groupadd -g 12345 build
72024-01-05T17:00:11.329Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-05T17:00:13.335Z+ zfs create -o mountpoint=/work rpool/work
92024-01-05T17:00:13.464Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-05T17:00:13.467Z+ home_fs=zfs
112024-01-05T17:00:13.468Z+ [[ zfs == autofs ]]
122024-01-05T17:00:13.468Z+ mkdir -p /home/build
132024-01-05T17:00:13.471Z+ chown build:build /home/build /work
142024-01-05T17:00:15.473Z+ chmod 0700 /home/build /work
152024-01-05T17:00:15.476Zprocess exited: duration 4226 ms, exit code 0
 
162024-01-05T17:00:15.485Zstarting task 1: "rust-toolchain"
172024-01-05T17:00:15.493Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-05T17:00:15.497Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-05T17:00:15.677Zinfo: downloading installer
202024-01-05T17:00:17.469Zwarning: it looks like you have an existing installation of Rust at:
212024-01-05T17:00:17.469Zwarning: /opt/ooce/bin
222024-01-05T17:00:17.469Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-05T17:00:17.469Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-05T17:00:17.469Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-05T17:00:17.469Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-05T17:00:17.469Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-05T17:00:17.469Zerror: cannot install while Rust is installed
282024-01-05T17:00:17.473Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-05T17:00:17.620Zinfo: profile set to 'default'
302024-01-05T17:00:17.620Zinfo: default host triple is x86_64-unknown-illumos
312024-01-05T17:00:17.623Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-05T17:00:17.795Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-05T17:00:17.795Zinfo: downloading component 'cargo'
342024-01-05T17:00:18.462Zinfo: downloading component 'clippy'
352024-01-05T17:00:18.696Zinfo: downloading component 'rust-docs'
362024-01-05T17:00:19.530Zinfo: downloading component 'rust-std'
372024-01-05T17:00:21.045Zinfo: downloading component 'rustc'
382024-01-05T17:00:24.714Zinfo: downloading component 'rustfmt'
392024-01-05T17:00:24.967Zinfo: installing component 'cargo'
402024-01-05T17:00:26.378Zinfo: installing component 'clippy'
412024-01-05T17:00:26.972Zinfo: installing component 'rust-docs'
422024-01-05T17:00:29.687Zinfo: installing component 'rust-std'
432024-01-05T17:00:32.905Zinfo: installing component 'rustc'
442024-01-05T17:00:42.301Zinfo: installing component 'rustfmt'
452024-01-05T17:00:43.016Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-05T17:00:43.016Z
472024-01-05T17:00:43.153Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-05T17:00:43.153Z
492024-01-05T17:00:43.156Z
502024-01-05T17:00:43.156ZRust is installed now. Great!
512024-01-05T17:00:43.156Z
522024-01-05T17:00:43.156ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-05T17:00:43.156Zenvironment variable. This has not been done automatically.
542024-01-05T17:00:43.156Z
552024-01-05T17:00:43.157ZTo configure your current shell, run:
562024-01-05T17:00:43.157Zsource "$HOME/.cargo/env"
572024-01-05T17:00:43.226Z+ rustc --version
582024-01-05T17:00:43.337Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-05T17:00:43.343Zprocess exited: duration 27858 ms, exit code 0
 
602024-01-05T17:00:43.350Zstarting task 2: "authentication"
612024-01-05T17:00:43.382Zprocess exited: duration 32 ms, exit code 0
 
622024-01-05T17:00:43.399Zstarting task 3: "clone repository"
632024-01-05T17:00:43.409Z+ mkdir -p /work/oxidecomputer/omicron
642024-01-05T17:00:43.409Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-01-05T17:00:43.482ZCloning into '/work/oxidecomputer/omicron'...
662024-01-05T17:00:51.501Z+ cd /work/oxidecomputer/omicron
672024-01-05T17:00:51.504Z+ [[ -n ip-pools-rework ]]
682024-01-05T17:00:51.504Z+ git fetch origin ip-pools-rework
692024-01-05T17:00:51.849ZFrom https://github.com/oxidecomputer/omicron
702024-01-05T17:00:51.849Z * branch ip-pools-rework -> FETCH_HEAD
712024-01-05T17:00:51.861Z+ git checkout -B ip-pools-rework remotes/origin/ip-pools-rework
722024-01-05T17:00:51.983ZSwitched to a new branch 'ip-pools-rework'
732024-01-05T17:00:51.998Zbranch 'ip-pools-rework' set up to track 'origin/ip-pools-rework'.
742024-01-05T17:00:51.999Z+ git reset --hard 16cbd29e9d579728a4d6e98cafdca07f0aee60d1
752024-01-05T17:00:52.022ZHEAD is now at 16cbd29e9 Merge branch 'main' into ip-pools-rework
762024-01-05T17:00:52.029Zprocess exited: duration 8627 ms, exit code 0
 
772024-01-05T17:00:52.509Zstarting task 4: "build"
782024-01-05T17:00:52.537Z+ NEXTEST_VERSION=0.9.64
792024-01-05T17:00:52.537Z+ cargo --version
802024-01-05T17:00:52.537Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
812024-01-05T17:00:52.699Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
822024-01-05T17:00:52.702Zinfo: downloading component 'cargo'
832024-01-05T17:00:53.716Zinfo: downloading component 'clippy'
842024-01-05T17:00:54.037Zinfo: downloading component 'rust-docs'
852024-01-05T17:00:55.274Zinfo: downloading component 'rust-std'
862024-01-05T17:00:57.127Zinfo: downloading component 'rustc'
872024-01-05T17:01:02.979Zinfo: downloading component 'rustfmt'
882024-01-05T17:01:03.032Zinfo: installing component 'cargo'
892024-01-05T17:01:04.410Zinfo: installing component 'clippy'
902024-01-05T17:01:04.911Zinfo: installing component 'rust-docs'
912024-01-05T17:01:07.684Zinfo: installing component 'rust-std'
922024-01-05T17:01:10.140Zinfo: installing component 'rustc'
932024-01-05T17:01:16.126Zinfo: installing component 'rustfmt'
942024-01-05T17:01:16.667Zcargo 1.74.1 (ecb9851af 2023-10-18)
952024-01-05T17:01:16.681Z+ rustc --version
962024-01-05T17:01:16.789Zrustc 1.74.1 (a28077b28 2023-12-04)
972024-01-05T17:01:16.797Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.64/illumos
982024-01-05T17:01:16.800Z+ gunzip
992024-01-05T17:01:16.800Z+ tar -xvf - -C /home/build/.cargo/bin
1002024-01-05T17:01:18.326Zx cargo-nextest, 10985408 bytes, 21456 tape blocks
1012024-01-05T17:01:18.379Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1022024-01-05T17:01:18.380Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
1032024-01-05T17:01:18.380Ztests will store output in /var/tmp/omicron_tmp
1042024-01-05T17:01:18.381Z+ mkdir /var/tmp/omicron_tmp
1052024-01-05T17:01:18.381Z+ source ./env.sh
1062024-01-05T17:01:18.381Z++ set -o xtrace
1072024-01-05T17:01:18.381Z++++ dirname ./env.sh
1082024-01-05T17:01:18.381Z+++ cd .
1092024-01-05T17:01:18.381Z+++ echo /work/oxidecomputer/omicron
1102024-01-05T17:01:18.381Z++ OMICRON_WS=/work/oxidecomputer/omicron
1112024-01-05T17:01:18.381Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122024-01-05T17:01:18.381Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132024-01-05T17:01:18.381Z++ 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
1142024-01-05T17:01:18.381Z++ 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
1152024-01-05T17:01:18.381Z++ 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
1162024-01-05T17:01:18.381Z++ 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
1172024-01-05T17:01:18.381Z++ 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
1182024-01-05T17:01:18.381Z++ 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
1192024-01-05T17:01:18.381Z++ unset OMICRON_WS
1202024-01-05T17:01:18.383Z++ set +o xtrace
1212024-01-05T17:01:18.430Z
1222024-01-05T17:01:18.430Z ##### ##### ###### ##### ###### #### # # # #### #
1232024-01-05T17:01:18.430Z # # # # # # # # # # # # # # #
1242024-01-05T17:01:18.430Z # # # # ##### # # ##### # # # # # #### #
1252024-01-05T17:01:18.430Z ##### ##### # ##### # # # # # # # # #
1262024-01-05T17:01:18.430Z # # # # # # # # # # # # # # #
1272024-01-05T17:01:18.430Z # # # ###### # # ###### ### # #### # #### #
1282024-01-05T17:01:18.431Z
1292024-01-05T17:01:30.635Z Startup: Refreshing catalog 'helios-dev' ... Done
1302024-01-05T17:01:32.091Z Startup: Caching catalogs ... Done
1312024-01-05T17:01:40.248ZPlanning: Solver setup ... Done (7.700s)
1322024-01-05T17:01:40.409ZPlanning: Running solver ... Done (0.171s)
1332024-01-05T17:01:40.491ZPlanning: Finding local manifests ... Done (0.004s)
1342024-01-05T17:01:40.505ZPlanning: Fetching manifests: 0/6 0% complete
1352024-01-05T17:01:40.777ZPlanning: Fetching manifests: 6/6 100% complete
1362024-01-05T17:01:40.865ZPlanning: Package planning ... Done (0.089s)
1372024-01-05T17:01:40.952ZPlanning: Merging actions ... Done (0.087s)
1382024-01-05T17:01:41.799ZPlanning: Checking for conflicting actions ... Done (0.846s)
1392024-01-05T17:01:41.817ZPlanning: Consolidating action changes ... Done (0.018s)
1402024-01-05T17:01:47.154ZPlanning: Evaluating mediators ... Done (5.337s)
1412024-01-05T17:01:47.264ZPlanning: Planning completed in 15.11 seconds
1422024-01-05T17:01:50.515Z Packages to install: 4
1432024-01-05T17:01:50.515Z Packages to update: 2
1442024-01-05T17:01:50.515Z Mediators to change: 2
1452024-01-05T17:01:50.518Z Services to change: 1
1462024-01-05T17:01:50.519Z Estimated space available: 148.87 GB
1472024-01-05T17:01:50.519ZEstimated space to be consumed: 1.44 GB
1482024-01-05T17:01:50.519Z Create boot environment: No
1492024-01-05T17:01:50.519ZCreate backup boot environment: Yes
1502024-01-05T17:01:50.519Z Rebuild boot archive: No
1512024-01-05T17:01:50.519Z
1522024-01-05T17:01:50.519ZChanged mediators:
1532024-01-05T17:01:50.519Z mediator clang:
1542024-01-05T17:01:50.519Z version: None -> 15 (system default)
1552024-01-05T17:01:50.519Z
1562024-01-05T17:01:50.519Z mediator llvm:
1572024-01-05T17:01:50.519Z version: 14 (system default) -> 15 (system default)
1582024-01-05T17:01:50.519Z
1592024-01-05T17:01:50.519ZChanged packages:
1602024-01-05T17:01:50.519Zhelios-dev
1612024-01-05T17:01:50.519Z developer/build-essential
1622024-01-05T17:01:50.519Z None -> 11-2.0
1632024-01-05T17:01:50.519Z library/libxmlsec1
1642024-01-05T17:01:50.519Z None -> 1.2.35-2.0
1652024-01-05T17:01:50.519Z ooce/developer/clang-15
1662024-01-05T17:01:50.519Z None -> 15.0.7-2.0
1672024-01-05T17:01:50.519Z ooce/developer/llvm-15
1682024-01-05T17:01:50.519Z None -> 15.0.7-2.0
1692024-01-05T17:01:50.519Z system/library/g++-runtime
1702024-01-05T17:01:50.520Z 12-2.0 -> 13-2.0
1712024-01-05T17:01:50.520Z system/library/gcc-runtime
1722024-01-05T17:01:50.520Z 12-2.0 -> 13-2.0
1732024-01-05T17:01:50.520Z
1742024-01-05T17:01:50.520ZServices:
1752024-01-05T17:01:50.520Z restart_fmri:
1762024-01-05T17:01:50.520Z svc:/system/update-man-index:default
1772024-01-05T17:01:50.735Z
1782024-01-05T17:01:50.735ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1792024-01-05T17:01:55.739ZDownload: 1196/3330 items 66.1/221.1MB 29% complete (13.2M/s)
1802024-01-05T17:02:00.740ZDownload: 1893/3330 items 115.7/221.1MB 52% complete (11.7M/s)
1812024-01-05T17:02:06.336ZDownload: 2224/3330 items 119.2/221.1MB 53% complete (10.5M/s)
1822024-01-05T17:02:11.336ZDownload: 3120/3330 items 128.6/221.1MB 58% complete (1.0M/s)
1832024-01-05T17:02:17.503ZDownload: 3287/3330 items 212.6/221.1MB 96% complete (9.6M/s)
1842024-01-05T17:02:21.332ZDownload: Completed 221.11 MB in 30.60 seconds (7.2M/s)
1852024-01-05T17:02:23.433Z Actions: 1/3766 actions (Removing old actions)
1862024-01-05T17:02:23.433Z Actions: 5/3766 actions (Installing new actions)
1872024-01-05T17:02:28.530Z Actions: 2883/3766 actions (Installing new actions)
1882024-01-05T17:02:31.480Z Actions: 3729/3766 actions (Updating modified actions)
1892024-01-05T17:02:32.041Z Actions: Completed 3766 actions in 8.61 seconds.
1902024-01-05T17:02:32.161Z Done (0.115s)
1912024-01-05T17:02:32.165Z Done (0.000s)
1922024-01-05T17:02:32.571Z Done (0.300s)
1932024-01-05T17:02:39.937Z Done (7.238s)
1942024-01-05T17:02:40.189Z Done (0.155s)
1952024-01-05T17:02:40.192Z Done (0.000s)
1962024-01-05T17:02:40.442Z Done (0.000s)
1972024-01-05T17:02:41.148ZPlanning: Evaluating mediator changes ... Done
1982024-01-05T17:02:41.431ZPlanning: Checking for conflicting actions ... Done
1992024-01-05T17:02:41.437ZPlanning: Consolidating action changes ... Done
2002024-01-05T17:02:41.876ZPlanning: Evaluating mediators ... Done
2012024-01-05T17:02:41.880ZPlanning: Planning completed in 0.73 seconds
2022024-01-05T17:02:41.940Z Mediators to change: 2
2032024-01-05T17:02:41.947Z Create boot environment: No
2042024-01-05T17:02:41.947ZCreate backup boot environment: No
2052024-01-05T17:02:42.038Z Done
2062024-01-05T17:02:42.038Z Done
2072024-01-05T17:02:42.234Z Done
2082024-01-05T17:02:47.904Z Done
2092024-01-05T17:02:48.030Z Done
2102024-01-05T17:02:48.044Z Done
2112024-01-05T17:02:48.128Z Done
2122024-01-05T17:02:49.113ZPlanning: Evaluating mediator changes ... Done
2132024-01-05T17:02:49.116ZPlanning: Merging actions ... Done
2142024-01-05T17:02:49.469ZPlanning: Checking for conflicting actions ... Done
2152024-01-05T17:02:49.472ZPlanning: Consolidating action changes ... Done
2162024-01-05T17:02:49.863ZPlanning: Evaluating mediators ... Done
2172024-01-05T17:02:49.952ZPlanning: Planning completed in 1.26 seconds
2182024-01-05T17:02:50.016Z Packages to change: 1
2192024-01-05T17:02:50.020Z Mediators to change: 1
2202024-01-05T17:02:50.020Z Services to change: 1
2212024-01-05T17:02:50.020Z Create boot environment: No
2222024-01-05T17:02:50.020ZCreate backup boot environment: Yes
2232024-01-05T17:02:52.138Z Actions: 1/6 actions (Updating modified actions)
2242024-01-05T17:02:52.144Z Actions: Completed 6 actions in 0.00 seconds.
2252024-01-05T17:02:52.144Z Done
2262024-01-05T17:02:52.144Z Done
2272024-01-05T17:02:52.210Z Done
2282024-01-05T17:02:58.183Z Done
2292024-01-05T17:02:58.309Z Done
2302024-01-05T17:02:58.312Z Done
2312024-01-05T17:02:58.430Z Done
2322024-01-05T17:02:59.085ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332024-01-05T17:02:59.085Zclang system 15 system
2342024-01-05T17:02:59.085Zcsh system system illumos
2352024-01-05T17:02:59.085Zctags system system illumos
2362024-01-05T17:02:59.085Zgcc vendor 12 vendor
2372024-01-05T17:02:59.085Zgcc system 10 system
2382024-01-05T17:02:59.085Zgcc system 7 system
2392024-01-05T17:02:59.085Zgo system 1.20 system
2402024-01-05T17:02:59.085Zgo system 1.19 system
2412024-01-05T17:02:59.086Zllvm system 15 system
2422024-01-05T17:02:59.086Zllvm system 14 system
2432024-01-05T17:02:59.086Zmariadb system 10.6 system
2442024-01-05T17:02:59.086Zmta vendor vendor dma
2452024-01-05T17:02:59.086Zopenjdk system 17 system
2462024-01-05T17:02:59.086Zopenjdk system 11 system
2472024-01-05T17:02:59.086Zopenjdk system 1.8 system
2482024-01-05T17:02:59.086Zopenssl vendor 3 vendor
2492024-01-05T17:02:59.089Zperl system 5.36 system
2502024-01-05T17:02:59.089Zpostgresql system 15 system
2512024-01-05T17:02:59.089Zpostgresql system 13 system
2522024-01-05T17:02:59.089Zpython vendor 3 vendor
2532024-01-05T17:02:59.089Zpython system 2 system
2542024-01-05T17:02:59.089Zpython3 system 3.11 system
2552024-01-05T17:02:59.089Zruby system 3.0 system
2562024-01-05T17:02:59.090Zwords vendor vendor american-english
2572024-01-05T17:02:59.090Zwords system system australian-english
2582024-01-05T17:02:59.090Zwords system system british-english
2592024-01-05T17:02:59.090Zwords system system canadian-english
2602024-01-05T17:02:59.090Zwords system system french
2612024-01-05T17:02:59.090Zwords system system italian
2622024-01-05T17:02:59.090Zwords system system ngerman
2632024-01-05T17:02:59.090Zwords system system ogerman
2642024-01-05T17:02:59.090Zwords system system spanish
2652024-01-05T17:02:59.603ZFMRI IFO
2662024-01-05T17:02:59.603Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672024-01-05T17:02:59.603Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682024-01-05T17:02:59.603Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692024-01-05T17:02:59.604Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2702024-01-05T17:02:59.604Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712024-01-05T17:02:59.604Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2722024-01-05T17:02:59.604Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2732024-01-05T17:02:59.604Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2742024-01-05T17:02:59.675Z+ set -o errexit
2752024-01-05T17:02:59.678Z+++ dirname ./tools/ci_download_cockroachdb
2762024-01-05T17:02:59.681Z++ cd ./tools
2772024-01-05T17:02:59.681Z++ pwd
2782024-01-05T17:02:59.681Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2792024-01-05T17:02:59.684Z++ basename ./tools/ci_download_cockroachdb
2802024-01-05T17:02:59.684Z+ ARG0=ci_download_cockroachdb
2812024-01-05T17:02:59.684Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2822024-01-05T17:02:59.688Z+ CIDL_VERSION=v22.1.9
2832024-01-05T17:02:59.688Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2842024-01-05T17:02:59.688Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2852024-01-05T17:02:59.688Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2862024-01-05T17:02:59.688Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2872024-01-05T17:02:59.688Z+ TARGET_DIR=out
2882024-01-05T17:02:59.688Z+ DOWNLOAD_DIR=out/downloads
2892024-01-05T17:02:59.688Z+ DEST_DIR=./out/cockroachdb
2902024-01-05T17:02:59.688Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2912024-01-05T17:02:59.688Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2922024-01-05T17:02:59.688Z+ main
2932024-01-05T17:02:59.688Z+ [[ 0 != 0 ]]
2942024-01-05T17:02:59.688Z+ CIDL_OS=solaris2.11
2952024-01-05T17:02:59.689Z+ [[ 0 != 0 ]]
2962024-01-05T17:02:59.689Z+ configure_os solaris2.11
2972024-01-05T17:02:59.689Z+ echo 'current directory: /work/oxidecomputer/omicron'
2982024-01-05T17:02:59.689Zcurrent directory: /work/oxidecomputer/omicron
2992024-01-05T17:02:59.689Zconfiguring based on OS: "solaris2.11"
3002024-01-05T17:02:59.689Z+ echo 'configuring based on OS: "solaris2.11"'
3012024-01-05T17:02:59.689Z+ case "$1" in
3022024-01-05T17:02:59.689Z+ CIDL_BUILD=illumos
3032024-01-05T17:02:59.689Z+ CIDL_SUFFIX=tar.gz
3042024-01-05T17:02:59.690Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
3052024-01-05T17:02:59.690Z+ CIDL_MD5FUNC=do_md5sum
3062024-01-05T17:02:59.690Z+ CIDL_URL_BASE=https://illumos.org/downloads
3072024-01-05T17:02:59.690Z+ CIDL_ASSEMBLE=do_assemble_illumos
3082024-01-05T17:02:59.690Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3092024-01-05T17:02:59.690Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3102024-01-05T17:02:59.690Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-01-05T17:02:59.690Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3122024-01-05T17:02:59.690Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-01-05T17:02:59.690Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3142024-01-05T17:02:59.690ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-01-05T17:02:59.690Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3162024-01-05T17:02:59.690Z+ mkdir -p out/downloads
3172024-01-05T17:02:59.690ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3182024-01-05T17:02:59.693Z+ mkdir -p ./out/cockroachdb
3192024-01-05T17:02:59.693Z+ local DO_DOWNLOAD=true
3202024-01-05T17:02:59.693Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3212024-01-05T17:02:59.693Z+ '[' true == true ']'
3222024-01-05T17:02:59.694Z+ echo Downloading...
3232024-01-05T17:02:59.694ZDownloading...
3242024-01-05T17:02:59.694Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3252024-01-05T17:02:59.694Z+ 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
3262024-01-05T17:03:02.246Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3272024-01-05T17:03:02.251Z++ md5sum
3282024-01-05T17:03:02.251Z++ awk '{print $1}'
3292024-01-05T17:03:02.431Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3302024-01-05T17:03:02.431Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3312024-01-05T17:03:02.431Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3322024-01-05T17:03:02.434Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3332024-01-05T17:03:05.810Z+ do_assemble_illumos
3342024-01-05T17:03:05.810Z+ rm -r ./out/cockroachdb
3352024-01-05T17:03:05.813Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3362024-01-05T17:03:06.439Z+ ./out/cockroachdb/bin/cockroach version
3372024-01-05T17:03:06.649ZBuild Tag: v22.1.9-dirty
3382024-01-05T17:03:06.650ZBuild Time: 2022/10/26 21:17:46
3392024-01-05T17:03:06.650ZDistribution: OSS
3402024-01-05T17:03:06.650ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3412024-01-05T17:03:06.650ZGo Version: go1.17.13
3422024-01-05T17:03:06.650ZC Compiler: gcc 10.3.0
3432024-01-05T17:03:06.651ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3442024-01-05T17:03:06.651ZBuild Type: release
3452024-01-05T17:03:06.675Z+ set -o errexit
3462024-01-05T17:03:06.678Z+++ dirname ./tools/ci_download_clickhouse
3472024-01-05T17:03:06.681Z++ cd ./tools
3482024-01-05T17:03:06.681Z++ pwd
3492024-01-05T17:03:06.681Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3502024-01-05T17:03:06.684Z++ basename ./tools/ci_download_clickhouse
3512024-01-05T17:03:06.684Z+ ARG0=ci_download_clickhouse
3522024-01-05T17:03:06.684Z+ TARGET_DIR=out
3532024-01-05T17:03:06.684Z+ DOWNLOAD_DIR=out/downloads
3542024-01-05T17:03:06.685Z+ DEST_DIR=./out/clickhouse
3552024-01-05T17:03:06.685Z+ CIDL_VERSION=v22.8.9.24
3562024-01-05T17:03:06.685Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3572024-01-05T17:03:06.685Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3582024-01-05T17:03:06.685Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3592024-01-05T17:03:06.685Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3602024-01-05T17:03:06.685Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3612024-01-05T17:03:06.685Z+ main
3622024-01-05T17:03:06.685Z+ [[ 0 != 0 ]]
3632024-01-05T17:03:06.685Z+ CIDL_OS=solaris2.11
3642024-01-05T17:03:06.685Z+ [[ 0 != 0 ]]
3652024-01-05T17:03:06.685Z+ configure_os solaris2.11
3662024-01-05T17:03:06.685Z+ echo 'current directory: /work/oxidecomputer/omicron'
3672024-01-05T17:03:06.685Zcurrent directory: /work/oxidecomputer/omicron
3682024-01-05T17:03:06.685Z+ echo 'configuring based on OS: "solaris2.11"'
3692024-01-05T17:03:06.685Z+ CIDL_DASHREV=
3702024-01-05T17:03:06.685Z+ case "$1" in
3712024-01-05T17:03:06.686Zconfiguring based on OS: "solaris2.11"
3722024-01-05T17:03:06.686Z+ CIDL_PLATFORM=illumos
3732024-01-05T17:03:06.686Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3742024-01-05T17:03:06.686Z+ CIDL_MD5FUNC=do_md5sum
3752024-01-05T17:03:06.686Z+ CIDL_DASHREV=-1
3762024-01-05T17:03:06.686Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3772024-01-05T17:03:06.686Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3782024-01-05T17:03:06.686Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3792024-01-05T17:03:06.686Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3802024-01-05T17:03:06.686Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3812024-01-05T17:03:06.686ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3822024-01-05T17:03:06.686Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3832024-01-05T17:03:06.686ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3842024-01-05T17:03:06.686Z+ mkdir -p out/downloads
3852024-01-05T17:03:06.692Z+ mkdir -p ./out/clickhouse
3862024-01-05T17:03:06.693Z+ local DO_DOWNLOAD=true
3872024-01-05T17:03:06.693Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3882024-01-05T17:03:06.693Z+ '[' true == true ']'
3892024-01-05T17:03:06.693Z+ echo Downloading...
3902024-01-05T17:03:06.693ZDownloading...
3912024-01-05T17:03:06.693Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3922024-01-05T17:03:06.693Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3932024-01-05T17:03:08.371Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3942024-01-05T17:03:08.374Z++ md5sum
3952024-01-05T17:03:08.374Z++ awk '{print $1}'
3962024-01-05T17:03:08.634Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3972024-01-05T17:03:08.634Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3982024-01-05T17:03:08.634Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3992024-01-05T17:03:08.637Z+ mkdir -p ./out/clickhouse
4002024-01-05T17:03:08.637Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
4012024-01-05T17:03:13.454Z+ ./out/clickhouse/clickhouse server --version
4022024-01-05T17:03:13.489ZClickHouse server version 22.8.9.1.
4032024-01-05T17:03:13.512Z+ set -o errexit
4042024-01-05T17:03:13.519Z+++ dirname ./tools/ci_download_console
4052024-01-05T17:03:13.520Z++ cd ./tools
4062024-01-05T17:03:13.520Z++ pwd
4072024-01-05T17:03:13.520Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4082024-01-05T17:03:13.520Z++ basename ./tools/ci_download_console
4092024-01-05T17:03:13.530Z+ ARG0=ci_download_console
4102024-01-05T17:03:13.531Z+ TARGET_DIR=out
4112024-01-05T17:03:13.531Z+ DOWNLOAD_DIR=out/downloads
4122024-01-05T17:03:13.531Z+ DEST_DIR=./out/console-assets
4132024-01-05T17:03:13.532Z+ source /work/oxidecomputer/omicron/tools/console_version
4142024-01-05T17:03:13.532Z++ COMMIT=02c6ce747fd5dd05e9d454ecb1bf70392c9d954e
4152024-01-05T17:03:13.532Z++ SHA2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0
4162024-01-05T17:03:13.534Z+ URL=https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz
4172024-01-05T17:03:13.534Z+ TARBALL_FILE=out/downloads/console.tar.gz
4182024-01-05T17:03:13.534Z+ main
4192024-01-05T17:03:13.535Z+ [[ 0 != 0 ]]
4202024-01-05T17:03:13.535Z+ echo 'URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz'
4212024-01-05T17:03:13.535ZURL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz
4222024-01-05T17:03:13.535Z+ echo 'Local file: out/downloads/console.tar.gz'
4232024-01-05T17:03:13.535ZLocal file: out/downloads/console.tar.gz
4242024-01-05T17:03:13.536Z+ local DO_DOWNLOAD=true
4252024-01-05T17:03:13.536Z+ [[ -f out/downloads/console.tar.gz ]]
4262024-01-05T17:03:13.536Z+ mkdir -p out/downloads
4272024-01-05T17:03:13.536Z+ '[' true == true ']'
4282024-01-05T17:03:13.536Z+ echo Downloading...
4292024-01-05T17:03:13.536ZDownloading...
4302024-01-05T17:03:13.536Z+ do_download_curl https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz out/downloads/console.tar.gz
4312024-01-05T17:03:13.536Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz
4322024-01-05T17:03:14.189Z++ do_sha256sum out/downloads/console.tar.gz
4332024-01-05T17:03:14.192Z++ case "$OSTYPE" in
4342024-01-05T17:03:14.192Z++ SHA=sha256sum
4352024-01-05T17:03:14.192Z++ sha256sum
4362024-01-05T17:03:14.192Z++ awk '{print $1}'
4372024-01-05T17:03:14.216Z+ calculated_sha2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0
4382024-01-05T17:03:14.216Z+ [[ 39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 != \3\9\f\d\1\9\1\9\9\3\e\1\4\7\a\5\6\9\e\2\8\d\f\8\6\4\1\4\e\3\d\0\f\3\3\9\6\3\b\7\6\7\5\4\7\4\d\7\c\5\2\2\c\3\f\6\8\5\d\4\d\4\f\0 ]]
4392024-01-05T17:03:14.219Z+ rm -rf ./out/console-assets
4402024-01-05T17:03:14.219Z+ mkdir -p ./out/console-assets
4412024-01-05T17:03:14.221Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4422024-01-05T17:03:14.222Z+ mkdir -p ./out/console-assets
4432024-01-05T17:03:14.222Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4442024-01-05T17:03:14.354Z+ set -o errexit
4452024-01-05T17:03:14.357Z+++ dirname ./tools/ci_download_maghemite_openapi
4462024-01-05T17:03:14.360Z++ cd ./tools
4472024-01-05T17:03:14.361Z++ pwd
4482024-01-05T17:03:14.361Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4492024-01-05T17:03:14.365Z++ basename ./tools/ci_download_maghemite_openapi
4502024-01-05T17:03:14.365Z+ ARG0=ci_download_maghemite_openapi
4512024-01-05T17:03:14.365Z+ TARGET_DIR=out
4522024-01-05T17:03:14.365Z+ DOWNLOAD_DIR=out/downloads
4532024-01-05T17:03:14.365Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4542024-01-05T17:03:14.365Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4552024-01-05T17:03:14.365Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4562024-01-05T17:03:14.365Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4572024-01-05T17:03:14.365Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4582024-01-05T17:03:14.365Z+ main
4592024-01-05T17:03:14.365Z+ [[ 0 != 0 ]]
4602024-01-05T17:03:14.365Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4612024-01-05T17:03:14.365ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4622024-01-05T17:03:14.365Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4632024-01-05T17:03:14.366Z+ local DO_DOWNLOAD=true
4642024-01-05T17:03:14.366ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4652024-01-05T17:03:14.366Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4662024-01-05T17:03:14.366Z+ mkdir -p out/downloads
4672024-01-05T17:03:14.369Z+ '[' true == true ']'
4682024-01-05T17:03:14.369Z+ echo Downloading...
4692024-01-05T17:03:14.369ZDownloading...
4702024-01-05T17:03:14.369Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4712024-01-05T17:03:14.369Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4722024-01-05T17:03:14.647Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4732024-01-05T17:03:14.651Z++ case "$OSTYPE" in
4742024-01-05T17:03:14.651Z++ SHA=sha256sum
4752024-01-05T17:03:14.651Z++ sha256sum
4762024-01-05T17:03:14.651Z++ awk '{print $1}'
4772024-01-05T17:03:14.654Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4782024-01-05T17:03:14.658Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4792024-01-05T17:03:14.658Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4802024-01-05T17:03:14.658Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4812024-01-05T17:03:14.658Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4822024-01-05T17:03:14.658Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4832024-01-05T17:03:14.659Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4842024-01-05T17:03:14.659Z+ main
4852024-01-05T17:03:14.659Z+ [[ 0 != 0 ]]
4862024-01-05T17:03:14.659Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4872024-01-05T17:03:14.660ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4882024-01-05T17:03:14.660Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4892024-01-05T17:03:14.660ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4902024-01-05T17:03:14.660Z+ local DO_DOWNLOAD=true
4912024-01-05T17:03:14.660Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4922024-01-05T17:03:14.660Z+ mkdir -p out/downloads
4932024-01-05T17:03:14.660Z+ '[' true == true ']'
4942024-01-05T17:03:14.660Z+ echo Downloading...
4952024-01-05T17:03:14.660ZDownloading...
4962024-01-05T17:03:14.660Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4972024-01-05T17:03:14.660Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4982024-01-05T17:03:14.823Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4992024-01-05T17:03:14.827Z++ case "$OSTYPE" in
5002024-01-05T17:03:14.827Z++ SHA=sha256sum
5012024-01-05T17:03:14.827Z++ sha256sum
5022024-01-05T17:03:14.827Z++ awk '{print $1}'
5032024-01-05T17:03:14.831Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5042024-01-05T17:03:14.831Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
5052024-01-05T17:03:14.838Z+ set -o errexit
5062024-01-05T17:03:14.842Z+++ dirname ./tools/ci_download_dendrite_openapi
5072024-01-05T17:03:14.848Z++ cd ./tools
5082024-01-05T17:03:14.848Z++ pwd
5092024-01-05T17:03:14.849Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5102024-01-05T17:03:14.849Z++ basename ./tools/ci_download_dendrite_openapi
5112024-01-05T17:03:14.849Z+ ARG0=ci_download_dendrite_openapi
5122024-01-05T17:03:14.849Z+ TARGET_DIR=out
5132024-01-05T17:03:14.849Z+ DOWNLOAD_DIR=out/downloads
5142024-01-05T17:03:14.849Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5152024-01-05T17:03:14.850Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5162024-01-05T17:03:14.850Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5172024-01-05T17:03:14.850Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5182024-01-05T17:03:14.850Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5192024-01-05T17:03:14.850Z+ main
5202024-01-05T17:03:14.850Z+ [[ 0 != 0 ]]
5212024-01-05T17:03:14.850Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
5222024-01-05T17:03:14.850ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5232024-01-05T17:03:14.850Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
5242024-01-05T17:03:14.850ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5252024-01-05T17:03:14.850Z+ local DO_DOWNLOAD=true
5262024-01-05T17:03:14.850Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
5272024-01-05T17:03:14.850Z+ mkdir -p out/downloads
5282024-01-05T17:03:14.854Z+ '[' true == true ']'
5292024-01-05T17:03:14.854ZDownloading...
5302024-01-05T17:03:14.854Z+ echo Downloading...
5312024-01-05T17:03:14.854Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5322024-01-05T17:03:14.855Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5332024-01-05T17:03:15.009Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5342024-01-05T17:03:15.030Z++ case "$OSTYPE" in
5352024-01-05T17:03:15.030Z++ SHA=sha256sum
5362024-01-05T17:03:15.030Z++ sha256sum
5372024-01-05T17:03:15.030Z++ awk '{print $1}'
5382024-01-05T17:03:15.030Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5392024-01-05T17:03:15.030Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5402024-01-05T17:03:15.034Z+ set -o errexit
5412024-01-05T17:03:15.034Z+++ dirname ./tools/ci_download_dendrite_stub
5422024-01-05T17:03:15.034Z++ cd ./tools
5432024-01-05T17:03:15.034Z++ pwd
5442024-01-05T17:03:15.034Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5452024-01-05T17:03:15.034Z++ basename ./tools/ci_download_dendrite_stub
5462024-01-05T17:03:15.034Z+ ARG0=ci_download_dendrite_stub
5472024-01-05T17:03:15.034Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5482024-01-05T17:03:15.034Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5492024-01-05T17:03:15.034Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5502024-01-05T17:03:15.034Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5512024-01-05T17:03:15.036Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5522024-01-05T17:03:15.036Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5532024-01-05T17:03:15.036Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5542024-01-05T17:03:15.040Z+ TARGET_DIR=out
5552024-01-05T17:03:15.040Z+ DOWNLOAD_DIR=out/downloads
5562024-01-05T17:03:15.040Z+ DEST_DIR=./out/dendrite-stub
5572024-01-05T17:03:15.040Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5582024-01-05T17:03:15.040Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5592024-01-05T17:03:15.040Z+ REPO=oxidecomputer/dendrite
5602024-01-05T17:03:15.040Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5612024-01-05T17:03:15.040Z+ main
5622024-01-05T17:03:15.040Z+ [[ 0 != 0 ]]
5632024-01-05T17:03:15.041Z+ CIDL_OS=solaris2.11
5642024-01-05T17:03:15.041Z+ [[ 0 != 0 ]]
5652024-01-05T17:03:15.041Z+ configure_os solaris2.11
5662024-01-05T17:03:15.041Z+ echo 'current directory: /work/oxidecomputer/omicron'
5672024-01-05T17:03:15.041Zcurrent directory: /work/oxidecomputer/omicron
5682024-01-05T17:03:15.041Z+ echo 'configuring based on OS: "solaris2.11"'
5692024-01-05T17:03:15.041Zconfiguring based on OS: "solaris2.11"
5702024-01-05T17:03:15.041Z+ case "$1" in
5712024-01-05T17:03:15.041Z+ SET_BINARIES=
5722024-01-05T17:03:15.041Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5732024-01-05T17:03:15.041Z+ CIDL_SHA256FUNC=do_sha256sum
5742024-01-05T17:03:15.041Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5752024-01-05T17:03:15.041Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5762024-01-05T17:03:15.043ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5772024-01-05T17:03:15.043ZLocal file: out/downloads/dendrite-stub.tar.gz
5782024-01-05T17:03:15.043Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5792024-01-05T17:03:15.043Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5802024-01-05T17:03:15.043Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5812024-01-05T17:03:15.043Z+ mkdir -p out/downloads
5822024-01-05T17:03:15.043Z+ mkdir -p ./out/dendrite-stub
5832024-01-05T17:03:15.043Z+ fetch_and_verify
5842024-01-05T17:03:15.043Z+ local DO_DOWNLOAD=true
5852024-01-05T17:03:15.043Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5862024-01-05T17:03:15.043Z+ '[' true == true ']'
5872024-01-05T17:03:15.044Z+ echo Downloading...
5882024-01-05T17:03:15.044ZDownloading...
5892024-01-05T17:03:15.044Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5902024-01-05T17:03:15.044Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5912024-01-05T17:03:22.270Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5922024-01-05T17:03:22.278Z++ sha256sum
5932024-01-05T17:03:22.278Z++ awk '{print $1}'
5942024-01-05T17:03:22.307Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5952024-01-05T17:03:22.307Z+ [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]]
5962024-01-05T17:03:22.312Z+ do_untar out/downloads/dendrite-stub.tar.gz
5972024-01-05T17:03:22.312Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5982024-01-05T17:03:23.418Z+ do_assemble
5992024-01-05T17:03:23.418Z+ rm -r ./out/dendrite-stub
6002024-01-05T17:03:23.422Z+ mkdir ./out/dendrite-stub
6012024-01-05T17:03:23.425Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6022024-01-05T17:03:23.600Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6032024-01-05T17:03:23.613Z+ set -o errexit
6042024-01-05T17:03:23.616Z+++ dirname ./tools/ci_download_maghemite_mgd
6052024-01-05T17:03:23.619Z++ cd ./tools
6062024-01-05T17:03:23.619Z++ pwd
6072024-01-05T17:03:23.619Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6082024-01-05T17:03:23.622Z++ basename ./tools/ci_download_maghemite_mgd
6092024-01-05T17:03:23.623Z+ ARG0=ci_download_maghemite_mgd
6102024-01-05T17:03:23.623Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6112024-01-05T17:03:23.623Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6122024-01-05T17:03:23.623Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
6132024-01-05T17:03:23.623Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6142024-01-05T17:03:23.623Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
6152024-01-05T17:03:23.623Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
6162024-01-05T17:03:23.623Z+ TARGET_DIR=out
6172024-01-05T17:03:23.623Z+ DOWNLOAD_DIR=out/downloads
6182024-01-05T17:03:23.623Z+ DEST_DIR=./out/mgd
6192024-01-05T17:03:23.623Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6202024-01-05T17:03:23.623Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6212024-01-05T17:03:23.623Z+ REPO=oxidecomputer/maghemite
6222024-01-05T17:03:23.623Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
6232024-01-05T17:03:23.623Z+ main
6242024-01-05T17:03:23.623Z+ [[ 0 != 0 ]]
6252024-01-05T17:03:23.623Z+ CIDL_OS=solaris2.11
6262024-01-05T17:03:23.623Z+ [[ 0 != 0 ]]
6272024-01-05T17:03:23.623Z+ configure_os solaris2.11
6282024-01-05T17:03:23.623Z+ echo 'current directory: /work/oxidecomputer/omicron'
6292024-01-05T17:03:23.623Zcurrent directory: /work/oxidecomputer/omicron
6302024-01-05T17:03:23.623Zconfiguring based on OS: "solaris2.11"
6312024-01-05T17:03:23.623Z+ echo 'configuring based on OS: "solaris2.11"'
6322024-01-05T17:03:23.623Z+ case "$1" in
6332024-01-05T17:03:23.624Z+ SET_BINARIES=
6342024-01-05T17:03:23.624Z+ CIDL_SHA256FUNC=do_sha256sum
6352024-01-05T17:03:23.624Z+ TARBALL_FILENAME=mgd.tar.gz
6362024-01-05T17:03:23.624Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6372024-01-05T17:03:23.624Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6382024-01-05T17:03:23.624Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6392024-01-05T17:03:23.624ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6402024-01-05T17:03:23.624Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6412024-01-05T17:03:23.624ZLocal file: out/downloads/mgd.tar.gz
6422024-01-05T17:03:23.624Z+ mkdir -p out/downloads
6432024-01-05T17:03:23.628Z+ mkdir -p ./out/mgd
6442024-01-05T17:03:23.628Z+ fetch_and_verify
6452024-01-05T17:03:23.628Z+ local DO_DOWNLOAD=true
6462024-01-05T17:03:23.628Z+ [[ -f out/downloads/mgd.tar.gz ]]
6472024-01-05T17:03:23.628Z+ '[' true == true ']'
6482024-01-05T17:03:23.628Z+ echo Downloading...
6492024-01-05T17:03:23.628ZDownloading...
6502024-01-05T17:03:23.628Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6512024-01-05T17:03:23.628Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6522024-01-05T17:03:29.859Z++ do_sha256sum out/downloads/mgd.tar.gz
6532024-01-05T17:03:29.863Z++ sha256sum
6542024-01-05T17:03:29.863Z++ awk '{print $1}'
6552024-01-05T17:03:29.990Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6562024-01-05T17:03:29.991Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6572024-01-05T17:03:30.009Z+ do_untar out/downloads/mgd.tar.gz
6582024-01-05T17:03:30.010Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6592024-01-05T17:03:30.591Z+ do_assemble
6602024-01-05T17:03:30.591Z+ rm -r ./out/mgd
6612024-01-05T17:03:30.597Z+ mkdir ./out/mgd
6622024-01-05T17:03:30.597Z+ cp -r out/downloads/root ./out/mgd/root
6632024-01-05T17:03:30.820Z+ set -o errexit
6642024-01-05T17:03:30.836Z+++ dirname ./tools/ci_download_transceiver_control
6652024-01-05T17:03:30.836Z++ cd ./tools
6662024-01-05T17:03:30.836Z++ pwd
6672024-01-05T17:03:30.836Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6682024-01-05T17:03:30.836Z++ basename ./tools/ci_download_transceiver_control
6692024-01-05T17:03:30.836Z+ ARG0=ci_download_transceiver_control
6702024-01-05T17:03:30.837Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6712024-01-05T17:03:30.837Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6722024-01-05T17:03:30.837Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6732024-01-05T17:03:30.837Z+ TARGET_DIR=out
6742024-01-05T17:03:30.837Z+ DOWNLOAD_DIR=out/downloads
6752024-01-05T17:03:30.837Z+ DEST_DIR=./out/transceiver-control
6762024-01-05T17:03:30.837Z+ BIN_DIR=/opt/oxide/bin
6772024-01-05T17:03:30.837Z+ BINARY=xcvradm
6782024-01-05T17:03:30.837Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6792024-01-05T17:03:30.837Z+ REPO=oxidecomputer/transceiver-control
6802024-01-05T17:03:30.837Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6812024-01-05T17:03:30.846Z+ main
6822024-01-05T17:03:30.846Z+ [[ 0 != 0 ]]
6832024-01-05T17:03:30.846Z+ CIDL_OS=solaris2.11
6842024-01-05T17:03:30.847Z+ [[ 0 != 0 ]]
6852024-01-05T17:03:30.847Z+ configure_os solaris2.11
6862024-01-05T17:03:30.847Z+ echo 'current directory: /work/oxidecomputer/omicron'
6872024-01-05T17:03:30.847Zcurrent directory: /work/oxidecomputer/omicron
6882024-01-05T17:03:30.847Z+ echo 'configuring based on OS: "solaris2.11"'
6892024-01-05T17:03:30.847Zconfiguring based on OS: "solaris2.11"
6902024-01-05T17:03:30.847Z+ case "$1" in
6912024-01-05T17:03:30.847Z+ SET_BINARIES=
6922024-01-05T17:03:30.847Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6932024-01-05T17:03:30.847Z+ CIDL_SHA256FUNC=do_sha256sum
6942024-01-05T17:03:30.848Z+ ARCHIVE_FILENAME=xcvradm.gz
6952024-01-05T17:03:30.848Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6962024-01-05T17:03:30.848Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6972024-01-05T17:03:30.848Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6982024-01-05T17:03:30.848ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6992024-01-05T17:03:30.848ZLocal file: out/downloads/xcvradm.gz
7002024-01-05T17:03:30.848Z+ echo 'Local file: out/downloads/xcvradm.gz'
7012024-01-05T17:03:30.848Z+ mkdir -p out/downloads
7022024-01-05T17:03:30.848Z+ mkdir -p ./out/transceiver-control
7032024-01-05T17:03:30.848Z+ fetch_and_verify
7042024-01-05T17:03:30.849Z+ local DO_DOWNLOAD=true
7052024-01-05T17:03:30.849Z+ [[ -f out/downloads/xcvradm.gz ]]
7062024-01-05T17:03:30.849Z+ '[' true == true ']'
7072024-01-05T17:03:30.849Z+ echo Downloading...
7082024-01-05T17:03:30.849ZDownloading...
7092024-01-05T17:03:30.849Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7102024-01-05T17:03:30.849Z+ 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
7112024-01-05T17:03:33.223Z++ do_sha256sum out/downloads/xcvradm.gz
7122024-01-05T17:03:33.226Z++ sha256sum
7132024-01-05T17:03:33.226Z++ awk '{print $1}'
7142024-01-05T17:03:33.248Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7152024-01-05T17:03:33.251Z+ [[ 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 ]]
7162024-01-05T17:03:33.251Z+ do_unpack out/downloads/xcvradm.gz
7172024-01-05T17:03:33.251Z+ mkdir -p out/downloads/root//opt/oxide/bin
7182024-01-05T17:03:33.251Z+ gzip -dc out/downloads/xcvradm.gz
7192024-01-05T17:03:33.423Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7202024-01-05T17:03:33.426Z+ do_assemble
7212024-01-05T17:03:33.426Z+ rm -r ./out/transceiver-control
7222024-01-05T17:03:33.429Z+ mkdir ./out/transceiver-control
7232024-01-05T17:03:33.432Z+ cp -r out/downloads/root ./out/transceiver-control/root
7242024-01-05T17:03:33.652ZAll builder prerequisites installed successfully, and PATH looks valid
7252024-01-05T17:03:33.655Z
7262024-01-05T17:03:33.655Zreal 2:15.223667061
7272024-01-05T17:03:33.655Zuser 57.046402371
7282024-01-05T17:03:33.655Zsys 10.336396187
7292024-01-05T17:03:33.656Ztrap 0.018484974
7302024-01-05T17:03:33.656Ztflt 0.230807757
7312024-01-05T17:03:33.656Zdflt 1.008612413
7322024-01-05T17:03:33.656Zkflt 0.199997907
7332024-01-05T17:03:33.656Zlock 1.685156763
7342024-01-05T17:03:33.656Zslp 4:04.542900034
7352024-01-05T17:03:33.656Zlat 3.364897852
7362024-01-05T17:03:33.656Zstop 0.070239496
7372024-01-05T17:03:33.659Z
7382024-01-05T17:03:33.659Z ##### # # # # #####
7392024-01-05T17:03:33.659Z # # # # # # # #
7402024-01-05T17:03:33.659Z ##### # # # # # #
7412024-01-05T17:03:33.659Z # # # # # # # #
7422024-01-05T17:03:33.659Z # # # # # # # #
7432024-01-05T17:03:33.659Z ##### #### # ###### #####
7442024-01-05T17:03:33.659Z
7452024-01-05T17:03:33.994Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7462024-01-05T17:03:34.446Z Updating crates.io index
7472024-01-05T17:03:34.450Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7482024-01-05T17:03:35.295Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7492024-01-05T17:03:37.401Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7502024-01-05T17:03:37.673Z Updating git repository `http://github.com/oxidecomputer/tofino`
7512024-01-05T17:03:38.047Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7522024-01-05T17:03:38.363Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7532024-01-05T17:03:38.746Z Updating git repository `https://github.com/oxidecomputer/propolis`
7542024-01-05T17:03:39.674Z Updating git repository `https://github.com/oxidecomputer/crucible`
7552024-01-05T17:03:41.368Z Updating git repository `https://github.com/oxidecomputer/opte`
7562024-01-05T17:03:42.440Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7572024-01-05T17:03:42.830Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7582024-01-05T17:03:43.467Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7592024-01-05T17:03:43.819Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7602024-01-05T17:03:44.190Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7612024-01-05T17:03:44.521Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7622024-01-05T17:03:44.919Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7632024-01-05T17:03:45.231Z Updating git repository `https://github.com/njaremko/samael`
7642024-01-05T17:03:46.134Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7652024-01-05T17:03:46.655Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7662024-01-05T17:03:46.715Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7672024-01-05T17:03:47.147Z Updating git repository `https://github.com/jgallagher/nix`
7682024-01-05T17:03:48.493Z Updating git repository `https://github.com/cbiffle/hubpack`
7692024-01-05T17:03:48.919Z Updating git repository `https://github.com/oxidecomputer/typify`
7702024-01-05T17:03:50.866Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7712024-01-05T17:03:51.293Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7722024-01-05T17:03:51.580Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7732024-01-05T17:03:53.319Z Downloading crates ...
7742024-01-05T17:03:53.559Z Downloaded anstyle v1.0.2
7752024-01-05T17:03:53.563Z Downloaded block-buffer v0.10.4
7762024-01-05T17:03:53.579Z Downloaded indexmap v1.9.3
7772024-01-05T17:03:53.590Z Downloaded is_ci v1.1.1
7782024-01-05T17:03:53.594Z Downloaded criterion-plot v0.5.0
7792024-01-05T17:03:53.601Z Downloaded iana-time-zone v0.1.57
7802024-01-05T17:03:53.607Z Downloaded async-stream-impl v0.3.5
7812024-01-05T17:03:53.613Z Downloaded hyper-staticfile v0.9.5
7822024-01-05T17:03:53.616Z Downloaded httparse v1.8.0
7832024-01-05T17:03:53.622Z Downloaded hubpack_derive v0.1.1
7842024-01-05T17:03:53.625Z Downloaded aead v0.5.2
7852024-01-05T17:03:53.629Z Downloaded constant_time_eq v0.3.0
7862024-01-05T17:03:53.636Z Downloaded atty v0.2.14
7872024-01-05T17:03:53.641Z Downloaded crc v3.0.1
7882024-01-05T17:03:53.646Z Downloaded hex-literal v0.4.1
7892024-01-05T17:03:53.651Z Downloaded async-stream v0.3.5
7902024-01-05T17:03:53.656Z Downloaded bitflags v1.3.2
7912024-01-05T17:03:53.664Z Downloaded match_cfg v0.1.0
7922024-01-05T17:03:53.668Z Downloaded console v0.15.7
7932024-01-05T17:03:53.676Z Downloaded arrayvec v0.5.2
7942024-01-05T17:03:53.684Z Downloaded ident_case v1.0.1
7952024-01-05T17:03:53.687Z Downloaded http-range v0.1.5
7962024-01-05T17:03:53.691Z Downloaded maybe-uninit v2.0.0
7972024-01-05T17:03:53.697Z Downloaded heck v0.4.1
7982024-01-05T17:03:53.701Z Downloaded newtype_derive v0.1.6
7992024-01-05T17:03:53.701Z Downloaded new_debug_unreachable v1.0.4
8002024-01-05T17:03:53.705Z Downloaded const-oid v0.9.5
8012024-01-05T17:03:53.710Z Downloaded cobs v0.2.3
8022024-01-05T17:03:53.713Z Downloaded cargo-platform v0.1.3
8032024-01-05T17:03:53.716Z Downloaded bitfield v0.14.0
8042024-01-05T17:03:53.723Z Downloaded maplit v1.0.2
8052024-01-05T17:03:53.726Z Downloaded mime v0.3.17
8062024-01-05T17:03:53.729Z Downloaded normalize-line-endings v0.3.0
8072024-01-05T17:03:53.732Z Downloaded block-padding v0.3.3
8082024-01-05T17:03:53.735Z Downloaded lock_api v0.4.10
8092024-01-05T17:03:53.739Z Downloaded highway v1.1.0
8102024-01-05T17:03:53.744Z Downloaded hostname v0.3.1
8112024-01-05T17:03:53.750Z Downloaded nanorand v0.7.0
8122024-01-05T17:03:53.753Z Downloaded mockall v0.12.0
8132024-01-05T17:03:53.756Z Downloaded linear-map v1.2.0
8142024-01-05T17:03:53.759Z Downloaded tinyvec_macros v0.1.1
8152024-01-05T17:03:53.762Z Downloaded chacha20poly1305 v0.10.1
8162024-01-05T17:03:53.766Z Downloaded want v0.3.1
8172024-01-05T17:03:53.768Z Downloaded multer v2.1.0
8182024-01-05T17:03:53.774Z Downloaded termios v0.3.3
8192024-01-05T17:03:53.778Z Downloaded clap_derive v4.4.2
8202024-01-05T17:03:53.784Z Downloaded opaque-debug v0.3.0
8212024-01-05T17:03:53.787Z Downloaded openssl-probe v0.1.5
8222024-01-05T17:03:53.790Z Downloaded foreign-types v0.5.0
8232024-01-05T17:03:53.794Z Downloaded same-file v1.0.6
8242024-01-05T17:03:53.796Z Downloaded mime_guess v2.0.4
8252024-01-05T17:03:53.799Z Downloaded target-spec v3.0.1
8262024-01-05T17:03:53.806Z Downloaded nibble_vec v0.1.0
8272024-01-05T17:03:53.809Z Downloaded openssl-macros v0.1.1
8282024-01-05T17:03:53.809Z Downloaded slog-dtrace v0.2.3
8292024-01-05T17:03:53.812Z Downloaded terminal_size v0.2.6
8302024-01-05T17:03:53.815Z Downloaded termcolor v1.2.0
8312024-01-05T17:03:53.819Z Downloaded which v4.4.0
8322024-01-05T17:03:53.822Z Downloaded walkdir v2.4.0
8332024-01-05T17:03:53.825Z Downloaded spki v0.7.2
8342024-01-05T17:03:53.828Z Downloaded clang-sys v1.6.1
8352024-01-05T17:03:53.833Z Downloaded cookie v0.18.0
8362024-01-05T17:03:53.838Z Downloaded blake2 v0.10.6
8372024-01-05T17:03:53.843Z Downloaded pem-rfc7468 v0.7.0
8382024-01-05T17:03:53.847Z Downloaded scheduled-thread-pool v0.2.7
8392024-01-05T17:03:53.850Z Downloaded percent-encoding v2.3.1
8402024-01-05T17:03:53.853Z Downloaded guppy-workspace-hack v0.1.0
8412024-01-05T17:03:53.853Z Downloaded sqlparser_derive v0.1.1
8422024-01-05T17:03:53.858Z Downloaded mockall_derive v0.12.0
8432024-01-05T17:03:53.861Z Downloaded deranged v0.3.8
8442024-01-05T17:03:53.861Z Downloaded term v0.7.0
8452024-01-05T17:03:53.875Z Downloaded stringprep v0.1.3
8462024-01-05T17:03:53.885Z Downloaded glob v0.3.1
8472024-01-05T17:03:53.885Z Downloaded usdt-macro v0.3.5
8482024-01-05T17:03:53.885Z Downloaded siphasher v0.3.11
8492024-01-05T17:03:53.885Z Downloaded number_prefix v0.4.0
8502024-01-05T17:03:53.885Z Downloaded num_threads v0.1.6
8512024-01-05T17:03:53.885Z Downloaded serde_derive_internals v0.26.0
8522024-01-05T17:03:53.885Z Downloaded fxhash v0.2.1
8532024-01-05T17:03:53.891Z Downloaded structopt v0.3.26
8542024-01-05T17:03:53.900Z Downloaded filetime v0.2.23
8552024-01-05T17:03:53.902Z Downloaded fastrand v2.0.0
8562024-01-05T17:03:53.906Z Downloaded signature v2.1.0
8572024-01-05T17:03:53.908Z Downloaded proc-macro-error-attr v1.0.4
8582024-01-05T17:03:53.911Z Downloaded oorandom v11.1.3
8592024-01-05T17:03:53.914Z Downloaded strsim v0.8.0
8602024-01-05T17:03:53.917Z Downloaded slog-async v2.8.0
8612024-01-05T17:03:53.953Z Downloaded futures-task v0.3.30
8622024-01-05T17:03:53.953Z Downloaded futures-core v0.3.30
8632024-01-05T17:03:53.956Z Downloaded time-macros v0.2.13
8642024-01-05T17:03:53.956Z Downloaded waitgroup v0.1.2
8652024-01-05T17:03:53.956Z Downloaded schemars_derive v0.8.16
8662024-01-05T17:03:53.956Z Downloaded strip-ansi-escapes v0.1.1
8672024-01-05T17:03:53.956Z Downloaded thread_local v1.1.7
8682024-01-05T17:03:53.956Z Downloaded static_assertions v1.1.0
8692024-01-05T17:03:53.956Z Downloaded thiserror v1.0.49
8702024-01-05T17:03:53.957Z Downloaded path-slash v0.1.5
8712024-01-05T17:03:53.957Z Downloaded doc-comment v0.3.3
8722024-01-05T17:03:53.957Z Downloaded data-encoding v2.4.0
8732024-01-05T17:03:53.957Z Downloaded thiserror-impl-no-std v2.0.2
8742024-01-05T17:03:53.962Z Downloaded heapless v0.7.16
8752024-01-05T17:03:53.971Z Downloaded take_mut v0.2.2
8762024-01-05T17:03:53.971Z Downloaded paste v1.0.14
8772024-01-05T17:03:53.974Z Downloaded usdt-impl v0.3.5
8782024-01-05T17:03:53.977Z Downloaded universal-hash v0.5.1
8792024-01-05T17:03:53.977Z Downloaded unicode-linebreak v0.1.5
8802024-01-05T17:03:53.981Z Downloaded papergrid v0.10.0
8812024-01-05T17:03:53.987Z Downloaded tabled_derive v0.6.0
8822024-01-05T17:03:53.990Z Downloaded foreign-types-shared v0.1.1
8832024-01-05T17:03:53.993Z Downloaded plotters-backend v0.3.5
8842024-01-05T17:03:53.996Z Downloaded precomputed-hash v0.1.1
8852024-01-05T17:03:53.996Z Downloaded derive-where v1.2.7
8862024-01-05T17:03:54.002Z Downloaded diesel_table_macro_syntax v0.1.0
8872024-01-05T17:03:54.005Z Downloaded foreign-types-macros v0.2.3
8882024-01-05T17:03:54.008Z Downloaded partial-io v0.5.4
8892024-01-05T17:03:54.011Z Downloaded peeking_take_while v0.1.2
8902024-01-05T17:03:54.014Z Downloaded trust-dns-server v0.22.1
8912024-01-05T17:03:54.023Z Downloaded platforms v3.0.2
8922024-01-05T17:03:54.027Z Downloaded once_cell v1.19.0
8932024-01-05T17:03:54.031Z Downloaded diesel_derives v2.1.2
8942024-01-05T17:03:54.038Z Downloaded predicates v3.0.4
8952024-01-05T17:03:54.046Z Downloaded mio v0.8.9
8962024-01-05T17:03:54.054Z Downloaded fd-lock v3.0.13
8972024-01-05T17:03:54.059Z Downloaded serde_spanned v0.6.4
8982024-01-05T17:03:54.062Z Downloaded embedded-io v0.4.0
8992024-01-05T17:03:54.064Z Downloaded unicode-bidi v0.3.13
9002024-01-05T17:03:54.069Z Downloaded unicode-xid v0.2.4
9012024-01-05T17:03:54.072Z Downloaded num-bigint v0.4.4
9022024-01-05T17:03:54.081Z Downloaded termtree v0.4.1
9032024-01-05T17:03:54.084Z Downloaded textwrap v0.11.0
9042024-01-05T17:03:54.087Z Downloaded usdt v0.3.5
9052024-01-05T17:03:54.090Z Downloaded phf v0.11.2
9062024-01-05T17:03:54.093Z Downloaded password-hash v0.5.0
9072024-01-05T17:03:54.097Z Downloaded predicates-core v1.0.6
9082024-01-05T17:03:54.100Z Downloaded serde-big-array v0.4.1
9092024-01-05T17:03:54.103Z Downloaded wait-timeout v0.2.0
9102024-01-05T17:03:54.109Z Downloaded yasna v0.5.2
9112024-01-05T17:03:54.112Z Downloaded rpassword v7.3.1
9122024-01-05T17:03:54.112Z Downloaded try-lock v0.2.4
9132024-01-05T17:03:54.112Z Downloaded salty v0.2.0
9142024-01-05T17:03:54.122Z Downloaded defmt-macros v0.3.6
9152024-01-05T17:03:54.127Z Downloaded rand_chacha v0.3.1
9162024-01-05T17:03:54.130Z Downloaded oso-derive v0.27.0
9172024-01-05T17:03:54.133Z Downloaded slog-json v2.6.1
9182024-01-05T17:03:54.135Z Downloaded strum_macros v0.24.3
9192024-01-05T17:03:54.139Z Downloaded futures-macro v0.3.30
9202024-01-05T17:03:54.142Z Downloaded time-core v0.1.1
9212024-01-05T17:03:54.145Z Downloaded stable_deref_trait v1.2.0
9222024-01-05T17:03:54.148Z Downloaded zeroize v1.7.0
9232024-01-05T17:03:54.151Z Downloaded darling v0.14.4
9242024-01-05T17:03:54.155Z Downloaded xattr v1.0.1
9252024-01-05T17:03:54.158Z Downloaded toml_edit v0.19.15
9262024-01-05T17:03:54.188Z Downloaded dtrace-parser v0.1.14
9272024-01-05T17:03:54.191Z Downloaded form_urlencoded v1.2.1
9282024-01-05T17:03:54.191Z Downloaded tui-tree-widget v0.13.0
9292024-01-05T17:03:54.196Z Downloaded untrusted v0.7.1
9302024-01-05T17:03:54.200Z Downloaded der_derive v0.7.2
9312024-01-05T17:03:54.200Z Downloaded downcast v0.11.0
9322024-01-05T17:03:54.203Z Downloaded snafu-derive v0.7.5
9332024-01-05T17:03:54.206Z Downloaded usdt-attr-macro v0.3.5
9342024-01-05T17:03:54.206Z Downloaded strum v0.25.0
9352024-01-05T17:03:54.210Z Downloaded crucible-workspace-hack v0.1.0
9362024-01-05T17:03:54.210Z Downloaded futures-sink v0.3.30
9372024-01-05T17:03:54.213Z Downloaded packed_struct v0.10.1
9382024-01-05T17:03:54.216Z Downloaded dof v0.1.5
9392024-01-05T17:03:54.216Z Downloaded difflib v0.4.0
9402024-01-05T17:03:54.218Z Downloaded pin-utils v0.1.0
9412024-01-05T17:03:54.221Z Downloaded packed_struct_codegen v0.10.1
9422024-01-05T17:03:54.224Z Downloaded tokio-stream v0.1.14
9432024-01-05T17:03:54.232Z Downloaded num_enum_derive v0.5.11
9442024-01-05T17:03:54.235Z Downloaded serde_path_to_error v0.1.14
9452024-01-05T17:03:54.238Z Downloaded parking_lot_core v0.8.6
9462024-01-05T17:03:54.244Z Downloaded dyn-clone v1.0.13
9472024-01-05T17:03:54.247Z Downloaded rustls-pemfile v1.0.3
9482024-01-05T17:03:54.247Z Downloaded defmt-parser v0.3.3
9492024-01-05T17:03:54.250Z Downloaded parse-display v0.8.2
9502024-01-05T17:03:54.250Z Downloaded tiny-keccak v2.0.2
9512024-01-05T17:03:54.255Z Downloaded dirs-sys-next v0.1.2
9522024-01-05T17:03:54.257Z Downloaded dirs-next v2.0.0
9532024-01-05T17:03:54.260Z Downloaded ref-cast-impl v1.0.20
9542024-01-05T17:03:54.260Z Downloaded ref-cast v1.0.20
9552024-01-05T17:03:54.265Z Downloaded yansi v0.5.1
9562024-01-05T17:03:54.268Z Downloaded relative-path v1.9.0
9572024-01-05T17:03:54.271Z Downloaded expectorate v1.1.0
9582024-01-05T17:03:54.274Z Downloaded structmeta v0.2.0
9592024-01-05T17:03:54.277Z Downloaded num-integer v0.1.45
9602024-01-05T17:03:54.280Z Downloaded shlex v1.1.0
9612024-01-05T17:03:54.283Z Downloaded ena v0.14.2
9622024-01-05T17:03:54.286Z Downloaded fatfs v0.3.6
9632024-01-05T17:03:54.289Z Downloaded display-error-chain v0.2.0
9642024-01-05T17:03:54.292Z Downloaded digest v0.10.7
9652024-01-05T17:03:54.295Z Downloaded unicase v2.7.0
9662024-01-05T17:03:54.298Z Downloaded darling_macro v0.20.3
9672024-01-05T17:03:54.301Z Downloaded pretty-hex v0.4.0
9682024-01-05T17:03:54.301Z Downloaded parking_lot v0.11.2
9692024-01-05T17:03:54.307Z Downloaded vte_generate_state_changes v0.1.1
9702024-01-05T17:03:54.310Z Downloaded hashbrown v0.14.2
9712024-01-05T17:03:54.315Z Downloaded shell-words v1.1.0
9722024-01-05T17:03:54.319Z Downloaded defmt v0.3.5
9732024-01-05T17:03:54.323Z Downloaded oso v0.27.0
9742024-01-05T17:03:54.329Z Downloaded unsafe-libyaml v0.2.10
9752024-01-05T17:03:54.335Z Downloaded serde-big-array v0.5.1
9762024-01-05T17:03:54.338Z Downloaded crossbeam-deque v0.8.3
9772024-01-05T17:03:54.341Z Downloaded serde_plain v1.0.2
9782024-01-05T17:03:54.344Z Downloaded serde-hex v0.1.0
9792024-01-05T17:03:54.348Z Downloaded slab v0.4.9
9802024-01-05T17:03:54.351Z Downloaded tokio-macros v2.2.0
9812024-01-05T17:03:54.351Z Downloaded rustc_version v0.4.0
9822024-01-05T17:03:54.353Z Downloaded untrusted v0.9.0
9832024-01-05T17:03:54.356Z Downloaded strsim v0.10.0
9842024-01-05T17:03:54.360Z Downloaded serde_repr v0.1.16
9852024-01-05T17:03:54.366Z Downloaded poly1305 v0.8.0
9862024-01-05T17:03:54.369Z Downloaded pest_meta v2.7.2
9872024-01-05T17:03:54.372Z Downloaded either v1.9.0
9882024-01-05T17:03:54.372Z Downloaded num-iter v0.1.43
9892024-01-05T17:03:54.374Z Downloaded proc-macro-crate v1.3.1
9902024-01-05T17:03:54.377Z Downloaded serde_with v3.4.0
9912024-01-05T17:03:54.386Z Downloaded sqlformat v0.2.3
9922024-01-05T17:03:54.389Z Downloaded darling v0.20.3
9932024-01-05T17:03:54.395Z Downloaded flate2 v1.0.28
9942024-01-05T17:03:54.404Z Downloaded num-complex v0.4.4
9952024-01-05T17:03:54.406Z Downloaded num-derive v0.4.0
9962024-01-05T17:03:54.409Z Downloaded darling_core v0.20.3
9972024-01-05T17:03:54.418Z Downloaded proc-macro2 v1.0.74
9982024-01-05T17:03:54.423Z Downloaded rsa v0.9.2
9992024-01-05T17:03:54.431Z Downloaded ryu v1.0.15
10002024-01-05T17:03:54.436Z Downloaded tungstenite v0.20.1
10012024-01-05T17:03:54.442Z Downloaded steno v0.4.0
10022024-01-05T17:03:54.452Z Downloaded crossbeam-epoch v0.9.15
10032024-01-05T17:03:54.455Z Downloaded darling_core v0.14.4
10042024-01-05T17:03:54.462Z Downloaded postcard v1.0.8
10052024-01-05T17:03:54.468Z Downloaded clap_builder v4.4.2
10062024-01-05T17:03:54.481Z Downloaded socket2 v0.4.9
10072024-01-05T17:03:54.484Z Downloaded pin-project v1.1.3
10082024-01-05T17:03:54.505Z Downloaded serde v1.0.193
10092024-01-05T17:03:54.510Z Downloaded trust-dns-client v0.22.0
10102024-01-05T17:03:54.523Z Downloaded x509-cert v0.2.4
10112024-01-05T17:03:54.531Z Downloaded env_logger v0.10.0
10122024-01-05T17:03:54.536Z Downloaded crossterm v0.26.1
10132024-01-05T17:03:54.547Z Downloaded portable-atomic v1.4.3
10142024-01-05T17:03:54.556Z Downloaded ron v0.8.1
10152024-01-05T17:03:54.570Z Downloaded sqlparser v0.36.1
10162024-01-05T17:03:54.574Z Downloaded zerocopy v0.7.31
10172024-01-05T17:03:54.606Z Downloaded reqwest v0.11.22
10182024-01-05T17:03:54.616Z Downloaded futures-util v0.3.30
10192024-01-05T17:03:54.650Z Downloaded plotters v0.3.5
10202024-01-05T17:03:54.653Z Downloaded winnow v0.5.15
10212024-01-05T17:03:54.665Z Downloaded gimli v0.28.0
10222024-01-05T17:03:54.680Z Downloaded unicode-normalization v0.1.22
10232024-01-05T17:03:54.687Z Downloaded time v0.3.27
10242024-01-05T17:03:54.698Z Downloaded rayon v1.8.0
10252024-01-05T17:03:54.713Z Downloaded regress v0.7.1
10262024-01-05T17:03:54.727Z Downloaded h2 v0.3.21
10272024-01-05T17:03:54.739Z Downloaded diesel v2.1.4
10282024-01-05T17:03:54.770Z Downloaded serde_json v1.0.108
10292024-01-05T17:03:54.783Z Downloaded idna v0.5.0
10302024-01-05T17:03:54.797Z Downloaded radix_trie v0.2.1
10312024-01-05T17:03:54.804Z Downloaded openapiv3 v2.0.0
10322024-01-05T17:03:54.825Z Downloaded zerocopy-derive v0.7.31
10332024-01-05T17:03:54.845Z Downloaded zerocopy-derive v0.2.0
10342024-01-05T17:03:54.867Z Downloaded libc v0.2.151
10352024-01-05T17:03:54.924Z Downloaded openssl v0.10.60
10362024-01-05T17:03:54.942Z Downloaded syn v2.0.46
10372024-01-05T17:03:54.981Z Downloaded trust-dns-proto v0.22.0
10382024-01-05T17:03:54.984Z Downloaded rustls v0.21.9
10392024-01-05T17:03:55.006Z Downloaded encoding_rs v0.8.33
10402024-01-05T17:03:55.050Z Downloaded ratatui v0.23.0
10412024-01-05T17:03:55.071Z Downloaded regex-syntax v0.8.2
10422024-01-05T17:03:55.087Z Downloaded bstr v1.6.0
10432024-01-05T17:03:55.108Z Downloaded bzip2-sys v0.1.11+1.0.8
10442024-01-05T17:03:55.132Z Downloaded sled v0.34.7
10452024-01-05T17:03:55.155Z Downloaded zerocopy-derive v0.6.4
10462024-01-05T17:03:55.176Z Downloaded regex-automata v0.3.8
10472024-01-05T17:03:55.208Z Downloaded tokio v1.35.0
10482024-01-05T17:03:55.274Z Downloaded sha3 v0.10.8
10492024-01-05T17:03:55.287Z Downloaded regex-automata v0.4.3
10502024-01-05T17:03:55.319Z Downloaded ring v0.17.7
10512024-01-05T17:03:55.453Z Downloaded polar-core v0.27.0
10522024-01-05T17:03:55.471Z Downloaded bstr v0.2.17
10532024-01-05T17:03:55.486Z Downloaded smoltcp v0.10.0
10542024-01-05T17:03:55.507Z Downloaded curve25519-dalek v4.1.1
10552024-01-05T17:03:55.523Z Downloaded vcpkg v0.2.15
10562024-01-05T17:03:55.595Z Downloaded syn v1.0.109
10572024-01-05T17:03:55.613Z Downloaded webpki-roots v0.25.2
10582024-01-05T17:03:55.621Z Downloaded regex-syntax v0.6.29
10592024-01-05T17:03:55.637Z Downloaded object v0.32.1
10602024-01-05T17:03:55.653Z Downloaded regex-syntax v0.7.5
10612024-01-05T17:03:55.668Z Downloaded bindgen v0.65.1
10622024-01-05T17:03:55.680Z Downloaded rustix v0.38.25
10632024-01-05T17:03:55.720Z Downloaded smoltcp v0.9.1
10642024-01-05T17:03:55.739Z Downloaded bitvec v1.0.1
10652024-01-05T17:03:55.765Z Downloaded nix v0.26.4
10662024-01-05T17:03:55.784Z Downloaded rustix v0.37.23
10672024-01-05T17:03:55.818Z Downloaded regex v1.10.2
10682024-01-05T17:03:55.843Z Downloaded object v0.30.4
10692024-01-05T17:03:55.859Z Downloaded ring v0.16.20
10702024-01-05T17:03:56.018Z Downloaded lalrpop v0.19.12
10712024-01-05T17:03:56.037Z Downloaded rustls-webpki v0.101.7
10722024-01-05T17:03:56.062Z Downloaded pest v2.7.2
10732024-01-05T17:03:56.070Z Downloaded reedline v0.22.0
10742024-01-05T17:03:56.081Z Downloaded quick-xml v0.23.1
10752024-01-05T17:03:56.093Z Downloaded tracing v0.1.37
10762024-01-05T17:03:56.100Z Downloaded petgraph v0.6.4
10772024-01-05T17:03:56.123Z Downloaded clap v2.34.0
10782024-01-05T17:03:56.138Z Downloaded crossterm v0.27.0
10792024-01-05T17:03:56.146Z Downloaded proptest v1.4.0
10802024-01-05T17:03:56.163Z Downloaded slog v2.7.0
10812024-01-05T17:03:56.166Z Downloaded num-bigint-dig v0.8.4
10822024-01-05T17:03:56.174Z Downloaded chrono v0.4.31
10832024-01-05T17:03:56.188Z Downloaded idna v0.2.3
10842024-01-05T17:03:56.200Z Downloaded tabled v0.14.0
10852024-01-05T17:03:56.229Z Downloaded num-rational v0.4.1
10862024-01-05T17:03:56.232Z Downloaded rustls-native-certs v0.6.3
10872024-01-05T17:03:56.232Z Downloaded quote v1.0.35
10882024-01-05T17:03:56.242Z Downloaded ed25519 v1.5.3
10892024-01-05T17:03:56.250Z Downloaded flume v0.11.0
10902024-01-05T17:03:56.253Z Downloaded tokio-util v0.7.10
10912024-01-05T17:03:56.256Z Downloaded rustc-demangle v0.1.23
10922024-01-05T17:03:56.259Z Downloaded derive_more v0.99.17
10932024-01-05T17:03:56.266Z Downloaded tracing-core v0.1.31
10942024-01-05T17:03:56.270Z Downloaded guppy v0.17.4
10952024-01-05T17:03:56.280Z Downloaded aho-corasick v1.0.4
10962024-01-05T17:03:56.290Z Downloaded zeroize_derive v1.4.2
10972024-01-05T17:03:56.294Z Downloaded zone v0.3.0
10982024-01-05T17:03:56.294Z Downloaded rustc-hash v1.1.0
10992024-01-05T17:03:56.294Z Downloaded rand_xorshift v0.3.0
11002024-01-05T17:03:56.297Z Downloaded zerocopy v0.6.4
11012024-01-05T17:03:56.300Z Downloaded typed-path v0.7.0
11022024-01-05T17:03:56.309Z Downloaded toml_edit v0.21.0
11032024-01-05T17:03:56.346Z Downloaded socket2 v0.5.5
11042024-01-05T17:03:56.350Z Downloaded test-strategy v0.3.1
11052024-01-05T17:03:56.356Z Downloaded unicode-width v0.1.11
11062024-01-05T17:03:56.359Z Downloaded elliptic-curve v0.13.8
11072024-01-05T17:03:56.363Z Downloaded unicode_categories v0.1.1
11082024-01-05T17:03:56.367Z Downloaded unicode-segmentation v1.10.1
11092024-01-05T17:03:56.372Z Downloaded rand_core v0.6.4
11102024-01-05T17:03:56.376Z Downloaded vte v0.10.1
11112024-01-05T17:03:56.383Z Downloaded rust-argon2 v1.0.1
11122024-01-05T17:03:56.387Z Downloaded semver v0.1.20
11132024-01-05T17:03:56.387Z Downloaded errno v0.3.2
11142024-01-05T17:03:56.387Z Downloaded parking_lot_core v0.9.8
11152024-01-05T17:03:56.390Z Downloaded regex-automata v0.1.10
11162024-01-05T17:03:56.396Z Downloaded rayon-core v1.12.0
11172024-01-05T17:03:56.402Z Downloaded pretty_assertions v1.4.0
11182024-01-05T17:03:56.405Z Downloaded parse-display-derive v0.8.2
11192024-01-05T17:03:56.410Z Downloaded rtoolbox v0.0.1
11202024-01-05T17:03:56.423Z Downloaded semver v0.11.0
11212024-01-05T17:03:56.424Z Downloaded trybuild v1.0.85
11222024-01-05T17:03:56.427Z Downloaded tempfile v3.8.1
11232024-01-05T17:03:56.431Z Downloaded signal-hook v0.3.17
11242024-01-05T17:03:56.431Z Downloaded unarray v0.1.4
11252024-01-05T17:03:56.435Z Downloaded sec1 v0.7.3
11262024-01-05T17:03:56.435Z Downloaded pkcs1 v0.7.5
11272024-01-05T17:03:56.438Z Downloaded smallvec v1.11.2
11282024-01-05T17:03:56.441Z Downloaded strum_macros v0.25.2
11292024-01-05T17:03:56.441Z Downloaded diff v0.1.13
11302024-01-05T17:03:56.446Z Downloaded der v0.7.8
11312024-01-05T17:03:56.455Z Downloaded futures-executor v0.3.30
11322024-01-05T17:03:56.458Z Downloaded fnv v1.0.7
11332024-01-05T17:03:56.461Z Downloaded tokio-rustls v0.24.1
11342024-01-05T17:03:56.466Z Downloaded libxml v0.3.3
11352024-01-05T17:03:56.472Z Downloaded serde_urlencoded v0.7.1
11362024-01-05T17:03:56.476Z Downloaded foreign-types v0.3.2
11372024-01-05T17:03:56.476Z Downloaded hyper v0.14.27
11382024-01-05T17:03:56.490Z Downloaded nom v7.1.3
11392024-01-05T17:03:56.499Z Downloaded owo-colors v3.5.0
11402024-01-05T17:03:56.502Z Downloaded tracing-attributes v0.1.26
11412024-01-05T17:03:56.506Z Downloaded vec_map v0.8.2
11422024-01-05T17:03:56.509Z Downloaded smawk v0.3.1
11432024-01-05T17:03:56.512Z Downloaded slog-scope v4.4.0
11442024-01-05T17:03:56.512Z Downloaded whoami v1.4.1
11452024-01-05T17:03:56.515Z Downloaded thiserror-no-std v2.0.2
11462024-01-05T17:03:56.523Z Downloaded zone_cfg_derive v0.3.0
11472024-01-05T17:03:56.526Z Downloaded proc-macro-error v1.0.4
11482024-01-05T17:03:56.529Z Downloaded zip v0.6.6
11492024-01-05T17:03:56.533Z Downloaded prettyplease v0.2.16
11502024-01-05T17:03:56.538Z Downloaded tough v0.16.0
11512024-01-05T17:03:56.551Z Downloaded subprocess v0.2.9
11522024-01-05T17:03:56.555Z Downloaded smf v0.2.2
11532024-01-05T17:03:56.559Z Downloaded snafu v0.7.5
11542024-01-05T17:03:56.567Z Downloaded hkdf v0.12.4
11552024-01-05T17:03:56.571Z Downloaded rand v0.8.5
11562024-01-05T17:03:56.578Z Downloaded phf_shared v0.11.2
11572024-01-05T17:03:56.581Z Downloaded structmeta-derive v0.2.0
11582024-01-05T17:03:56.581Z Downloaded string_cache v0.8.7
11592024-01-05T17:03:56.584Z Downloaded pkg-config v0.3.27
11602024-01-05T17:03:56.588Z Downloaded fixedbitset v0.4.2
11612024-01-05T17:03:56.588Z Downloaded vsss-rs v3.3.2
11622024-01-05T17:03:56.591Z Downloaded wyz v0.5.1
11632024-01-05T17:03:56.597Z Downloaded ucd-trie v0.1.6
11642024-01-05T17:03:56.600Z Downloaded slog-envlogger v2.2.0
11652024-01-05T17:03:56.600Z Downloaded tokio-native-tls v0.3.1
11662024-01-05T17:03:56.603Z Downloaded endian-type v0.1.2
11672024-01-05T17:03:56.603Z Downloaded pest_generator v2.7.2
11682024-01-05T17:03:56.605Z Downloaded pest_derive v2.7.2
11692024-01-05T17:03:56.608Z Downloaded tokio-tungstenite v0.20.1
11702024-01-05T17:03:56.611Z Downloaded rcgen v0.11.3
11712024-01-05T17:03:56.616Z Downloaded url v2.5.0
11722024-01-05T17:03:56.621Z Downloaded foreign-types-shared v0.3.1
11732024-01-05T17:03:56.627Z Downloaded slog-bunyan v2.4.0
11742024-01-05T17:03:56.630Z Downloaded generic-array v0.14.7
11752024-01-05T17:03:56.630Z Downloaded unicode-ident v1.0.12
11762024-01-05T17:03:56.635Z Downloaded rustyline v12.0.0
11772024-01-05T17:03:56.639Z Downloaded pretty-hex v0.2.1
11782024-01-05T17:03:56.642Z Downloaded getrandom v0.2.10
11792024-01-05T17:03:56.645Z Downloaded tokio-postgres v0.7.10
11802024-01-05T17:03:56.653Z Downloaded rand v0.4.6
11812024-01-05T17:03:56.659Z Downloaded textwrap v0.16.0
11822024-01-05T17:03:56.662Z Downloaded tar v0.4.40
11832024-01-05T17:03:56.670Z Downloaded crossbeam-utils v0.8.16
11842024-01-05T17:03:56.673Z Downloaded parking_lot v0.12.1
11852024-01-05T17:03:56.676Z Downloaded tap v1.0.1
11862024-01-05T17:03:56.678Z Downloaded threadpool v1.8.1
11872024-01-05T17:03:56.678Z Downloaded zerocopy v0.3.0
11882024-01-05T17:03:56.681Z Downloaded tower-service v0.3.2
11892024-01-05T17:03:56.682Z Downloaded enum-as-inner v0.5.1
11902024-01-05T17:03:56.684Z Downloaded home v0.5.5
11912024-01-05T17:03:56.684Z Downloaded futures-timer v3.0.2
11922024-01-05T17:03:56.687Z Downloaded group v0.13.0
11932024-01-05T17:03:56.690Z Downloaded crypto-common v0.1.6
11942024-01-05T17:03:56.693Z Downloaded version_check v0.9.4
11952024-01-05T17:03:56.693Z Downloaded datatest-stable v0.2.3
11962024-01-05T17:03:56.696Z Downloaded subtle v2.5.0
11972024-01-05T17:03:56.699Z Downloaded hashbrown v0.12.3
11982024-01-05T17:03:56.704Z Downloaded serde_tokenstream v0.2.0
11992024-01-05T17:03:56.709Z Downloaded pin-project-internal v1.1.3
12002024-01-05T17:03:56.711Z Downloaded num-traits v0.2.16
12012024-01-05T17:03:56.715Z Downloaded criterion v0.5.1
12022024-01-05T17:03:56.727Z Downloaded similar v2.3.0
12032024-01-05T17:03:56.738Z Downloaded derive_builder v0.12.0
12042024-01-05T17:03:56.742Z Downloaded toml_datetime v0.6.5
12052024-01-05T17:03:56.745Z Downloaded secrecy v0.8.0
12062024-01-05T17:03:56.748Z Downloaded pin-project-lite v0.2.13
12072024-01-05T17:03:56.753Z Downloaded base64 v0.21.5
12082024-01-05T17:03:56.759Z Downloaded minimal-lexical v0.2.1
12092024-01-05T17:03:56.767Z Downloaded hashbrown v0.13.2
12102024-01-05T17:03:56.774Z Downloaded resolv-conf v0.7.0
12112024-01-05T17:03:56.777Z Downloaded hash32 v0.2.1
12122024-01-05T17:03:56.780Z Downloaded openssl-sys v0.9.96
12132024-01-05T17:03:56.787Z Downloaded pkcs8 v0.10.2
12142024-01-05T17:03:56.792Z Downloaded serde_with_macros v3.4.0
12152024-01-05T17:03:56.794Z Downloaded omicron-zone-package v0.9.1
12162024-01-05T17:03:56.798Z Downloaded crypto-bigint v0.5.2
12172024-01-05T17:03:56.808Z Downloaded futures v0.3.30
12182024-01-05T17:03:56.819Z Downloaded memchr v2.6.3
12192024-01-05T17:03:56.825Z Downloaded http v0.2.11
12202024-01-05T17:03:56.832Z Downloaded indicatif v0.17.7
12212024-01-05T17:03:56.838Z Downloaded trust-dns-resolver v0.22.0
12222024-01-05T17:03:56.844Z Downloaded plotters-svg v0.3.5
12232024-01-05T17:03:56.847Z Downloaded darling_macro v0.14.4
12242024-01-05T17:03:56.847Z Downloaded equivalent v1.0.1
12252024-01-05T17:03:56.850Z Downloaded pathdiff v0.2.1
12262024-01-05T17:03:56.850Z Downloaded postgres-protocol v0.6.6
12272024-01-05T17:03:56.853Z Downloaded futures-io v0.3.30
12282024-01-05T17:03:56.853Z Downloaded uuid v1.6.1
12292024-01-05T17:03:56.860Z Downloaded derive_builder_macro v0.12.0
12302024-01-05T17:03:56.863Z Downloaded curve25519-dalek-derive v0.1.0
12312024-01-05T17:03:56.863Z Downloaded cstr-argument v0.1.2
12322024-01-05T17:03:56.866Z Downloaded crunchy v0.2.2
12332024-01-05T17:03:56.866Z Downloaded remove_dir_all v0.5.3
12342024-01-05T17:03:56.866Z Downloaded rstest_macros v0.18.2
12352024-01-05T17:03:56.870Z Downloaded libm v0.2.7
12362024-01-05T17:03:56.886Z Downloaded itertools v0.12.0
12372024-01-05T17:03:56.897Z Downloaded itertools v0.11.0
12382024-01-05T17:03:56.909Z Downloaded itertools v0.10.5
12392024-01-05T17:03:56.919Z Downloaded thread-id v4.2.0
12402024-01-05T17:03:56.922Z Downloaded crossbeam-channel v0.5.8
12412024-01-05T17:03:56.941Z Downloaded crossbeam-queue v0.3.8
12422024-01-05T17:03:56.945Z Downloaded typenum v1.16.0
12432024-01-05T17:03:56.945Z Downloaded schemars v0.8.16
12442024-01-05T17:03:56.954Z Downloaded cc v1.0.83
12452024-01-05T17:03:56.959Z Downloaded backtrace v0.3.69
12462024-01-05T17:03:56.966Z Downloaded serde_yaml v0.9.25
12472024-01-05T17:03:56.972Z Downloaded num_cpus v1.16.0
12482024-01-05T17:03:56.977Z Downloaded postgres-types v0.2.6
12492024-01-05T17:03:56.981Z Downloaded toml v0.7.8
12502024-01-05T17:03:56.985Z Downloaded phf_shared v0.10.0
12512024-01-05T17:03:56.989Z Downloaded slog-term v2.9.0
12522024-01-05T17:03:56.992Z Downloaded debug-ignore v1.0.5
12532024-01-05T17:03:56.999Z Downloaded thiserror-impl v1.0.49
12542024-01-05T17:03:57.004Z Downloaded olpc-cjson v0.1.3
12552024-01-05T17:03:57.004Z Downloaded num_enum v0.5.11
12562024-01-05T17:03:57.004Z Downloaded futures-channel v0.3.30
12572024-01-05T17:03:57.009Z Downloaded ppv-lite86 v0.2.17
12582024-01-05T17:03:57.012Z Downloaded globset v0.4.13
12592024-01-05T17:03:57.012Z Downloaded derive_builder_core v0.12.0
12602024-01-05T17:03:57.015Z Downloaded tinyvec v1.6.0
12612024-01-05T17:03:57.066Z Downloaded headers v0.3.9
12622024-01-05T17:03:57.069Z Downloaded toml v0.5.11
12632024-01-05T17:03:57.070Z Downloaded utf8parse v0.2.1
12642024-01-05T17:03:57.070Z Downloaded utf-8 v0.7.6
12652024-01-05T17:03:57.070Z Downloaded tinytemplate v1.2.1
12662024-01-05T17:03:57.070Z Downloaded half v1.8.2
12672024-01-05T17:03:57.070Z Downloaded ciborium v0.2.1
12682024-01-05T17:03:57.070Z Downloaded signal-hook-mio v0.2.3
12692024-01-05T17:03:57.070Z Downloaded quick-error v1.2.3
12702024-01-05T17:03:57.070Z Downloaded spin v0.9.8
12712024-01-05T17:03:57.070Z Downloaded fallible-iterator v0.2.0
12722024-01-05T17:03:57.070Z Downloaded float-cmp v0.9.0
12732024-01-05T17:03:57.070Z Downloaded predicates-tree v1.0.9
12742024-01-05T17:03:57.070Z Downloaded fs-err v2.11.0
12752024-01-05T17:03:57.070Z Downloaded similar-asserts v1.5.0
12762024-01-05T17:03:57.070Z Downloaded signal-hook-registry v1.4.1
12772024-01-05T17:03:57.070Z Downloaded r2d2 v0.8.10
12782024-01-05T17:03:57.070Z Downloaded bytes v1.5.0
12792024-01-05T17:03:57.076Z Downloaded async-trait v0.1.77
12802024-01-05T17:03:57.080Z Downloaded toml v0.8.8
12812024-01-05T17:03:57.085Z Downloaded serde_derive v1.0.193
12822024-01-05T17:03:57.090Z Downloaded radium v0.7.0
12832024-01-05T17:03:57.100Z Downloaded basic-toml v0.1.4
12842024-01-05T17:03:57.107Z Downloaded funty v2.0.0
12852024-01-05T17:03:57.110Z Downloaded pem v3.0.2
12862024-01-05T17:03:57.113Z Downloaded rustfmt-wrapper v0.2.0
12872024-01-05T17:03:57.113Z Downloaded fragile v2.0.0
12882024-01-05T17:03:57.119Z Downloaded flagset v0.4.3
12892024-01-05T17:03:57.119Z Downloaded miniz_oxide v0.7.1
12902024-01-05T17:03:57.122Z Downloaded target-lexicon v0.12.12
12912024-01-05T17:03:57.125Z Downloaded clap v4.4.3
12922024-01-05T17:03:57.138Z Downloaded hmac v0.12.1
12932024-01-05T17:03:57.142Z Downloaded smallvec v0.6.14
12942024-01-05T17:03:57.145Z Downloaded native-tls v0.2.11
12952024-01-05T17:03:57.148Z Downloaded semver v1.0.20
12962024-01-05T17:03:57.151Z Downloaded libtest-mimic v0.6.1
12972024-01-05T17:03:57.158Z Downloaded libloading v0.7.4
12982024-01-05T17:03:57.161Z Downloaded hyper-rustls v0.24.2
12992024-01-05T17:03:57.161Z Downloaded structopt-derive v0.4.18
13002024-01-05T17:03:57.164Z Downloaded spin v0.5.2
13012024-01-05T17:03:57.164Z Downloaded nodrop v0.1.14
13022024-01-05T17:03:57.167Z Downloaded arc-swap v1.6.0
13032024-01-05T17:03:57.171Z Downloaded getopts v0.2.21
13042024-01-05T17:03:57.183Z Downloaded topological-sort v0.2.2
13052024-01-05T17:03:57.187Z Downloaded ff v0.13.0
13062024-01-05T17:03:57.187Z Downloaded cast v0.3.0
13072024-01-05T17:03:57.187Z Downloaded camino-tempfile v1.1.1
13082024-01-05T17:03:57.187Z Downloaded cancel-safe-futures v0.1.5
13092024-01-05T17:03:57.187Z Downloaded assert_cmd v2.0.12
13102024-01-05T17:03:57.192Z Downloaded libefi-sys v0.1.0
13112024-01-05T17:03:57.196Z Downloaded ipnet v2.8.0
13122024-01-05T17:03:57.196Z Downloaded log v0.4.20
13132024-01-05T17:03:57.199Z Downloaded blake2b_simd v1.0.1
13142024-01-05T17:03:57.203Z Downloaded bcs v0.1.6
13152024-01-05T17:03:57.206Z Downloaded addr2line v0.21.0
13162024-01-05T17:03:57.209Z Downloaded serde_tokenstream v0.1.7
13172024-01-05T17:03:57.212Z Downloaded argon2 v0.5.2
13182024-01-05T17:03:57.216Z Downloaded swrite v0.1.0
13192024-01-05T17:03:57.219Z Downloaded supports-color v2.1.0
13202024-01-05T17:03:57.219Z Downloaded base64ct v1.6.0
13212024-01-05T17:03:57.222Z Downloaded indexmap v2.1.0
13222024-01-05T17:03:57.229Z Downloaded toolchain_find v0.2.0
13232024-01-05T17:03:57.232Z Downloaded tempdir v0.3.7
13242024-01-05T17:03:57.232Z Downloaded synstructure v0.12.6
13252024-01-05T17:03:57.235Z Downloaded cipher v0.4.4
13262024-01-05T17:03:57.275Z Downloaded managed v0.8.0
13272024-01-05T17:03:57.275Z Downloaded camino v1.1.6
13282024-01-05T17:03:57.286Z Downloaded cassowary v0.3.0
13292024-01-05T17:03:57.290Z Downloaded bytecount v0.6.3
13302024-01-05T17:03:57.294Z Downloaded num v0.4.1
13312024-01-05T17:03:57.299Z Downloaded clap_lex v0.5.1
13322024-01-05T17:03:57.305Z Downloaded chacha20 v0.9.1
13332024-01-05T17:03:57.309Z Downloaded anyhow v1.0.75
13342024-01-05T17:03:57.312Z Downloaded ahash v0.8.6
13352024-01-05T17:03:57.318Z Downloaded lazycell v1.3.0
13362024-01-05T17:03:57.322Z Downloaded lalrpop-util v0.19.12
13372024-01-05T17:03:57.325Z Downloaded md-5 v0.10.5
13382024-01-05T17:03:57.328Z Downloaded http-body v0.4.5
13392024-01-05T17:03:57.329Z Downloaded cexpr v0.6.0
13402024-01-05T17:03:57.333Z Downloaded bytesize v1.3.0
13412024-01-05T17:03:57.336Z Downloaded memoffset v0.7.1
13422024-01-05T17:03:57.340Z Downloaded httpdate v1.0.3
13432024-01-05T17:03:57.344Z Downloaded buf-list v1.0.3
13442024-01-05T17:03:57.348Z Downloaded headers-core v0.2.0
13452024-01-05T17:03:57.348Z Downloaded lru-cache v0.1.2
13462024-01-05T17:03:57.351Z Downloaded lazy_static v1.4.0
13472024-01-05T17:03:57.354Z Downloaded memoffset v0.9.0
13482024-01-05T17:03:57.362Z Downloaded linked-hash-map v0.5.6
13492024-01-05T17:03:57.362Z Downloaded byteorder v1.5.0
13502024-01-05T17:03:57.377Z Downloaded atomic-waker v1.1.1
13512024-01-05T17:03:57.377Z Downloaded hex v0.4.3
13522024-01-05T17:03:57.381Z Downloaded indoc v2.0.3
13532024-01-05T17:03:57.381Z Downloaded bit-set v0.5.3
13542024-01-05T17:03:57.382Z Downloaded itoa v1.0.9
13552024-01-05T17:03:57.382Z Downloaded inout v0.1.3
13562024-01-05T17:03:57.385Z Downloaded autocfg v1.1.0
13572024-01-05T17:03:57.385Z Downloaded ipnetwork v0.20.0
13582024-01-05T17:03:57.388Z Downloaded anstyle-parse v0.2.1
13592024-01-05T17:03:57.394Z Downloaded backoff v0.4.0
13602024-01-05T17:03:57.399Z Downloaded arrayvec v0.7.4
13612024-01-05T17:03:57.402Z Downloaded crc32fast v1.3.2
13622024-01-05T17:03:57.408Z Downloaded nested v0.1.1
13632024-01-05T17:03:57.408Z Downloaded signal-hook-tokio v0.3.1
13642024-01-05T17:03:57.412Z Downloaded bit-vec v0.6.3
13652024-01-05T17:03:57.412Z Downloaded kstat-rs v0.2.3
13662024-01-05T17:03:57.412Z Downloaded matches v0.1.10
13672024-01-05T17:03:57.416Z Downloaded cfg-if v1.0.0
13682024-01-05T17:03:57.416Z Downloaded anes v0.1.6
13692024-01-05T17:03:57.419Z Downloaded async-recursion v1.0.5
13702024-01-05T17:03:57.422Z Downloaded assert_matches v1.5.0
13712024-01-05T17:03:57.425Z Downloaded signature v1.6.4
13722024-01-05T17:03:57.426Z Downloaded ciborium-io v0.2.1
13732024-01-05T17:03:57.429Z Downloaded base16ct v0.2.0
13742024-01-05T17:03:57.429Z Downloaded approx v0.5.1
13752024-01-05T17:03:57.433Z Downloaded crc-any v2.4.3
13762024-01-05T17:03:57.437Z Downloaded bzip2 v0.4.4
13772024-01-05T17:03:57.440Z Downloaded ansi_term v0.12.1
13782024-01-05T17:03:57.443Z Downloaded sha2 v0.10.8
13792024-01-05T17:03:57.446Z Downloaded rstest v0.18.2
13802024-01-05T17:03:57.455Z Downloaded nu-ansi-term v0.49.0
13812024-01-05T17:03:57.458Z Downloaded sha1 v0.10.6
13822024-01-05T17:03:57.473Z Downloaded httptest v0.15.5
13832024-01-05T17:03:57.476Z Downloaded slog-stdlog v4.1.1
13842024-01-05T17:03:57.476Z Downloaded sct v0.7.0
13852024-01-05T17:03:57.476Z Downloaded scopeguard v1.2.0
13862024-01-05T17:03:57.477Z Downloaded rustc_version v0.1.7
13872024-01-05T17:03:57.477Z Downloaded rustversion v1.0.14
13882024-01-05T17:03:57.480Z Downloaded libsw v3.3.1
13892024-01-05T17:03:57.480Z Downloaded cpufeatures v0.2.9
13902024-01-05T17:03:57.483Z Downloaded convert_case v0.4.0
13912024-01-05T17:03:57.483Z Downloaded constant_time_eq v0.2.6
13922024-01-05T17:03:57.486Z Downloaded hubpack v0.1.2
13932024-01-05T17:03:57.487Z Downloaded heck v0.3.3
13942024-01-05T17:03:57.491Z Downloaded arrayref v0.3.7
13952024-01-05T17:03:57.491Z Downloaded ascii-canvas v3.0.0
13962024-01-05T17:03:57.494Z Downloaded adler v1.0.2
13972024-01-05T17:03:57.494Z Downloaded array-init v0.0.4
13982024-01-05T17:03:57.497Z Downloaded semver-parser v0.10.2
13992024-01-05T17:03:57.500Z Downloaded rusty-fork v0.3.0
14002024-01-05T17:03:57.500Z Downloaded macaddr v1.0.1
14012024-01-05T17:03:57.504Z Downloaded hyper-tls v0.5.0
14022024-01-05T17:03:57.507Z Downloaded colored v2.0.4
14032024-01-05T17:03:57.510Z Downloaded humantime v2.1.0
14042024-01-05T17:03:57.510Z Downloaded atomicwrites v0.4.3
14052024-01-05T17:03:57.513Z Downloaded bb8 v0.8.1
14062024-01-05T17:03:57.514Z Downloaded bitflags v2.4.0
14072024-01-05T17:03:57.518Z Downloaded io-lifetimes v1.0.11
14082024-01-05T17:03:57.525Z Downloaded newline-converter v0.3.0
14092024-01-05T17:03:57.530Z Downloaded keccak v0.1.4
14102024-01-05T17:03:57.530Z Downloaded is-terminal v0.4.9
14112024-01-05T17:03:57.530Z Downloaded impl-trait-for-tuples v0.2.2
14122024-01-05T17:03:57.533Z Downloaded corncobs v0.1.3
14132024-01-05T17:03:57.534Z Downloaded anstream v0.5.0
14142024-01-05T17:03:57.537Z Downloaded anstyle-query v1.0.0
14152024-01-05T17:03:57.540Z Downloaded indoc v1.0.9
14162024-01-05T17:03:57.543Z Downloaded cargo_metadata v0.18.1
14172024-01-05T17:03:57.547Z Downloaded cfg-expr v0.15.5
14182024-01-05T17:03:57.550Z Downloaded crc-catalog v2.2.0
14192024-01-05T17:03:57.554Z Downloaded ciborium-ll v0.2.1
14202024-01-05T17:03:57.554Z Downloaded instant v0.1.12
14212024-01-05T17:03:57.558Z Downloaded crossbeam v0.8.2
14222024-01-05T17:03:57.559Z Downloaded colorchoice v1.0.0
14232024-01-05T17:03:58.245Z Compiling proc-macro2 v1.0.74
14242024-01-05T17:03:58.248Z Compiling unicode-ident v1.0.12
14252024-01-05T17:03:58.248Z Compiling libc v0.2.151
14262024-01-05T17:03:58.248Z Compiling cfg-if v1.0.0
14272024-01-05T17:03:58.248Z Compiling serde v1.0.193
14282024-01-05T17:03:58.271Z Compiling autocfg v1.1.0
14292024-01-05T17:03:58.274Z Compiling version_check v0.9.4
14302024-01-05T17:03:58.274Z Compiling syn v1.0.109
14312024-01-05T17:03:58.286Z Running `/home/build/.rustup/toolchains/1.74.1-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.74/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=deb0da5fb078c51d -C extra-filename=-deb0da5fb078c51d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-deb0da5fb078c51d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14322024-01-05T17:03:58.289Z Running `/home/build/.rustup/toolchains/1.74.1-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=caebfb5394c94cd8 -C extra-filename=-caebfb5394c94cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14332024-01-05T17:03:58.289Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.151/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=93e7db0ec0027e07 -C extra-filename=-93e7db0ec0027e07 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-93e7db0ec0027e07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14342024-01-05T17:03:58.289Z Running `/home/build/.rustup/toolchains/1.74.1-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.193/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=c09ecaab86a9b27b -C extra-filename=-c09ecaab86a9b27b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-c09ecaab86a9b27b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14352024-01-05T17:03:58.289Z Running `/home/build/.rustup/toolchains/1.74.1-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=6efcfb0956144885 -C extra-filename=-6efcfb0956144885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14362024-01-05T17:03:58.289Z Running `/home/build/.rustup/toolchains/1.74.1-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=eede919deb9ba8a1 -C extra-filename=-eede919deb9ba8a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14372024-01-05T17:03:58.289Z Running `/home/build/.rustup/toolchains/1.74.1-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=e17594c523c95a14 -C extra-filename=-e17594c523c95a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14382024-01-05T17:03:58.304Z Running `/home/build/.rustup/toolchains/1.74.1-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=8df69afcf782d78c -C extra-filename=-8df69afcf782d78c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14392024-01-05T17:03:58.501Z Compiling memchr v2.6.3
14402024-01-05T17:03:58.558Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=19c64e24300af82f -C extra-filename=-19c64e24300af82f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14412024-01-05T17:03:58.638Z Compiling log v0.4.20
14422024-01-05T17:03:58.693Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="std"' -C metadata=a8da004f5204fad5 -C extra-filename=-a8da004f5204fad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14432024-01-05T17:03:59.307Z Compiling scopeguard v1.2.0
14442024-01-05T17:03:59.311Z Running `/home/build/.rustup/toolchains/1.74.1-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=9e6bfb0ad023803f -C extra-filename=-9e6bfb0ad023803f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14452024-01-05T17:03:59.445Z Compiling once_cell v1.19.0
14462024-01-05T17:03:59.448Z Running `/home/build/.rustup/toolchains/1.74.1-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"' --cfg 'feature="unstable"' -C metadata=78575848a39b5a91 -C extra-filename=-78575848a39b5a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14472024-01-05T17:03:59.471Z Compiling smallvec v1.11.2
14482024-01-05T17:03:59.474Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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 -C metadata=b9214902439ca54b -C extra-filename=-b9214902439ca54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14492024-01-05T17:03:59.602Z Compiling lock_api v0.4.10
14502024-01-05T17:03:59.608Z Running `/home/build/.rustup/toolchains/1.74.1-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=930de80e07cc1109 -C extra-filename=-930de80e07cc1109 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
14512024-01-05T17:03:59.955Z Compiling itoa v1.0.9
14522024-01-05T17:03:59.958Z Running `/home/build/.rustup/toolchains/1.74.1-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=7ee2097a83409d11 -C extra-filename=-7ee2097a83409d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14532024-01-05T17:03:59.976Z Compiling parking_lot_core v0.9.8
14542024-01-05T17:03:59.980Z Running `/home/build/.rustup/toolchains/1.74.1-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=709ca5d77954dcd4 -C extra-filename=-709ca5d77954dcd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14552024-01-05T17:04:00.268Z Compiling libm v0.2.7
14562024-01-05T17:04:00.273Z Running `/home/build/.rustup/toolchains/1.74.1-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=2c46ab2349a5c1a0 -C extra-filename=-2c46ab2349a5c1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14572024-01-05T17:04:00.523Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c/build-script-build`
14582024-01-05T17:04:00.523Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-deb0da5fb078c51d/build-script-build`
14592024-01-05T17:04:00.523Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-93e7db0ec0027e07/build-script-build`
14602024-01-05T17:04:00.523Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109/build-script-build`
14612024-01-05T17:04:00.526Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-c09ecaab86a9b27b/build-script-build`
14622024-01-05T17:04:00.622Z Compiling num-traits v0.2.16
14632024-01-05T17:04:00.644Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=8f15fc63f883a6bf -C extra-filename=-8f15fc63f883a6bf --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
14642024-01-05T17:04:00.645Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.151/src/lib.rs --error-format=json --json=diagnostic-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=dc3967e2ac4e7655 -C extra-filename=-dc3967e2ac4e7655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --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`
14652024-01-05T17:04:00.681Z Compiling byteorder v1.5.0
14662024-01-05T17:04:00.684Z Running `/home/build/.rustup/toolchains/1.74.1-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=4ff908e223b9ba35 -C extra-filename=-4ff908e223b9ba35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14672024-01-05T17:04:00.708Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4/build-script-build`
14682024-01-05T17:04:00.748Z Compiling thiserror v1.0.49
14692024-01-05T17:04:00.754Z Running `/home/build/.rustup/toolchains/1.74.1-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.49/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=eb787b185170f0b2 -C extra-filename=-eb787b185170f0b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-eb787b185170f0b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14702024-01-05T17:04:00.823Z Running `/home/build/.rustup/toolchains/1.74.1-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=cd1bdf41f320219b -C extra-filename=-cd1bdf41f320219b --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-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
14712024-01-05T17:04:00.823Z Running `/home/build/.rustup/toolchains/1.74.1-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.74/src/lib.rs --error-format=json --json=diagnostic-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=71ee4d0da25619ef -C extra-filename=-71ee4d0da25619ef --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-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
14722024-01-05T17:04:00.828Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0/build-script-build`
14732024-01-05T17:04:00.912Z Running `/home/build/.rustup/toolchains/1.74.1-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=38b670a70a83d088 -C extra-filename=-38b670a70a83d088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14742024-01-05T17:04:01.023Z Compiling spin v0.5.2
14752024-01-05T17:04:01.028Z Running `/home/build/.rustup/toolchains/1.74.1-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=69cdfe202d22f709 -C extra-filename=-69cdfe202d22f709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14762024-01-05T17:04:01.198Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf/build-script-build`
14772024-01-05T17:04:01.358Z Compiling pin-project-lite v0.2.13
14782024-01-05T17:04:01.361Z Running `/home/build/.rustup/toolchains/1.74.1-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=63f53d9f4b155bc9 -C extra-filename=-63f53d9f4b155bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14792024-01-05T17:04:01.384Z Compiling ryu v1.0.15
14802024-01-05T17:04:01.388Z Running `/home/build/.rustup/toolchains/1.74.1-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=ef556ccf273fb97d -C extra-filename=-ef556ccf273fb97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14812024-01-05T17:04:01.480Z Compiling serde_json v1.0.108
14822024-01-05T17:04:01.489Z Running `/home/build/.rustup/toolchains/1.74.1-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.108/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=80928bc11013eea7 -C extra-filename=-80928bc11013eea7 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-80928bc11013eea7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14832024-01-05T17:04:01.524Z Compiling futures-core v0.3.30
14842024-01-05T17:04:01.528Z Running `/home/build/.rustup/toolchains/1.74.1-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=df288950ad332dec -C extra-filename=-df288950ad332dec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14852024-01-05T17:04:01.652Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-eb787b185170f0b2/build-script-build`
14862024-01-05T17:04:01.830Z Compiling heck v0.4.1
14872024-01-05T17:04:01.837Z Running `/home/build/.rustup/toolchains/1.74.1-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=22616ea412428ac4 -C extra-filename=-22616ea412428ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14882024-01-05T17:04:01.880Z Compiling fnv v1.0.7
14892024-01-05T17:04:01.884Z Running `/home/build/.rustup/toolchains/1.74.1-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=6cf1b0ed1ebc9dce -C extra-filename=-6cf1b0ed1ebc9dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14902024-01-05T17:04:01.908Z Compiling futures-sink v0.3.30
14912024-01-05T17:04:01.917Z Running `/home/build/.rustup/toolchains/1.74.1-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=0c1a4084db1a40ab -C extra-filename=-0c1a4084db1a40ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14922024-01-05T17:04:02.059Z Compiling quote v1.0.35
14932024-01-05T17:04:02.065Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --json=diagnostic-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=146df160e3d540a3 -C extra-filename=-146df160e3d540a3 --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-71ee4d0da25619ef.rmeta --cap-lints allow -D warnings`
14942024-01-05T17:04:02.086Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-80928bc11013eea7/build-script-build`
14952024-01-05T17:04:02.120Z Compiling lazy_static v1.4.0
14962024-01-05T17:04:02.145Z Running `/home/build/.rustup/toolchains/1.74.1-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=1e7ab31398eb494a -C extra-filename=-1e7ab31398eb494a --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-69cdfe202d22f709.rmeta --cap-lints allow -D warnings`
14972024-01-05T17:04:02.149Z Compiling slab v0.4.9
14982024-01-05T17:04:02.152Z Running `/home/build/.rustup/toolchains/1.74.1-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=c3dded7865e933fe -C extra-filename=-c3dded7865e933fe --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
14992024-01-05T17:04:02.347Z Compiling regex-syntax v0.8.2
15002024-01-05T17:04:02.354Z Running `/home/build/.rustup/toolchains/1.74.1-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=90162e117f0fa024 -C extra-filename=-90162e117f0fa024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15012024-01-05T17:04:02.369Z Compiling pin-utils v0.1.0
15022024-01-05T17:04:02.374Z Running `/home/build/.rustup/toolchains/1.74.1-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=5b69abb51cddee7d -C extra-filename=-5b69abb51cddee7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15032024-01-05T17:04:02.536Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=cc34ce3dd45ecec2 -C extra-filename=-cc34ce3dd45ecec2 --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-38b670a70a83d088.rmeta --cap-lints allow -D warnings --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_int_to_from_bytes --cfg has_float_to_from_bytes`
15042024-01-05T17:04:02.601Z Compiling getrandom v0.2.10
15052024-01-05T17:04:02.605Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 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=7defc2e9733c79ab -C extra-filename=-7defc2e9733c79ab --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-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
15062024-01-05T17:04:02.873Z Compiling syn v2.0.46
15072024-01-05T17:04:02.876Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.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="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"' --cfg 'feature="visit-mut"' -C metadata=62de4e73251d5b39 -C extra-filename=-62de4e73251d5b39 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings`
15082024-01-05T17:04:03.262Z Running `/home/build/.rustup/toolchains/1.74.1-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=dcbbb9b7f306ce44 -C extra-filename=-dcbbb9b7f306ce44 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
15092024-01-05T17:04:03.306Z Compiling cc v1.0.83
15102024-01-05T17:04:03.310Z Running `/home/build/.rustup/toolchains/1.74.1-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=aaf8c5e397ca7635 -C extra-filename=-aaf8c5e397ca7635 --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-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings`
15112024-01-05T17:04:03.310Z Running `/home/build/.rustup/toolchains/1.74.1-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=e07eb99e53dfdc9c -C extra-filename=-e07eb99e53dfdc9c --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
15122024-01-05T17:04:03.362Z Compiling signal-hook-registry v1.4.1
15132024-01-05T17:04:03.366Z Running `/home/build/.rustup/toolchains/1.74.1-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=a45d52795e3caba7 -C extra-filename=-a45d52795e3caba7 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
15142024-01-05T17:04:03.500Z Compiling rand_core v0.6.4
15152024-01-05T17:04:03.505Z Running `/home/build/.rustup/toolchains/1.74.1-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=d6a1aea7375010bd -C extra-filename=-d6a1aea7375010bd --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-7defc2e9733c79ab.rmeta --cap-lints allow -D warnings`
15162024-01-05T17:04:04.296Z Compiling parking_lot v0.12.1
15172024-01-05T17:04:04.301Z Running `/home/build/.rustup/toolchains/1.74.1-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=a83af483cd943d6f -C extra-filename=-a83af483cd943d6f --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-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-aaf8c5e397ca7635.rmeta --cap-lints allow -D warnings`
15182024-01-05T17:04:04.326Z Compiling mio v0.8.9
15192024-01-05T17:04:04.329Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=55ccbb6e3cb276b0 -C extra-filename=-55ccbb6e3cb276b0 --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-dc3967e2ac4e7655.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings`
15202024-01-05T17:04:04.707Z Compiling num_cpus v1.16.0
15212024-01-05T17:04:04.729Z Running `/home/build/.rustup/toolchains/1.74.1-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=46d4bea4d320c912 -C extra-filename=-46d4bea4d320c912 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
15222024-01-05T17:04:04.881Z Compiling socket2 v0.5.5
15232024-01-05T17:04:04.884Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 --cfg 'feature="all"' -C metadata=1883b6e44d740cc2 -C extra-filename=-1883b6e44d740cc2 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
15242024-01-05T17:04:05.869Z Compiling errno v0.3.2
15252024-01-05T17:04:05.872Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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 --cfg 'feature="std"' -C metadata=077c7c2d8ef378ab -C extra-filename=-077c7c2d8ef378ab --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
15262024-01-05T17:04:05.908Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe/build-script-build`
15272024-01-05T17:04:06.102Z Compiling typenum v1.16.0
15282024-01-05T17:04:06.105Z Running `/home/build/.rustup/toolchains/1.74.1-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=42fc72f5c5ab202d -C extra-filename=-42fc72f5c5ab202d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15292024-01-05T17:04:06.209Z Compiling equivalent v1.0.1
15302024-01-05T17:04:06.213Z Running `/home/build/.rustup/toolchains/1.74.1-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=53c175ade642ea34 -C extra-filename=-53c175ade642ea34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15312024-01-05T17:04:06.358Z Compiling hashbrown v0.14.2
15322024-01-05T17:04:06.364Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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 --cfg 'feature="raw"' -C metadata=f0335255f70f2164 -C extra-filename=-f0335255f70f2164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15332024-01-05T17:04:06.372Z Running `/home/build/.rustup/toolchains/1.74.1-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=0836b13490fe26db -C extra-filename=-0836b13490fe26db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15342024-01-05T17:04:06.393Z Compiling futures-channel v0.3.30
15352024-01-05T17:04:06.397Z Running `/home/build/.rustup/toolchains/1.74.1-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=f881803d4674264d -C extra-filename=-f881803d4674264d --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --cap-lints allow -D warnings`
15362024-01-05T17:04:06.793Z Compiling aho-corasick v1.0.4
15372024-01-05T17:04:06.796Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-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="perf-literal"' --cfg 'feature="std"' -C metadata=e39b65394af31ca3 -C extra-filename=-e39b65394af31ca3 --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings`
15382024-01-05T17:04:07.038Z Compiling generic-array v0.14.7
15392024-01-05T17:04:07.041Z Running `/home/build/.rustup/toolchains/1.74.1-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=0154d194379fbce5 -C extra-filename=-0154d194379fbce5 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
15402024-01-05T17:04:07.618Z Compiling futures-task v0.3.30
15412024-01-05T17:04:07.654Z Running `/home/build/.rustup/toolchains/1.74.1-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=730a65a2a998e17d -C extra-filename=-730a65a2a998e17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15422024-01-05T17:04:07.905Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d/build-script-main`
15432024-01-05T17:04:08.067Z Compiling futures-io v0.3.30
15442024-01-05T17:04:08.070Z Running `/home/build/.rustup/toolchains/1.74.1-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=902bf6e0c20c75b3 -C extra-filename=-902bf6e0c20c75b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15452024-01-05T17:04:08.224Z Running `/home/build/.rustup/toolchains/1.74.1-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=b0e5892a8dc8abc6 -C extra-filename=-b0e5892a8dc8abc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15462024-01-05T17:04:08.298Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5/build-script-build`
15472024-01-05T17:04:08.354Z Compiling iana-time-zone v0.1.57
15482024-01-05T17:04:08.360Z Compiling pkg-config v0.3.27
15492024-01-05T17:04:08.360Z Running `/home/build/.rustup/toolchains/1.74.1-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=42f31a2f50589a64 -C extra-filename=-42f31a2f50589a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15502024-01-05T17:04:08.379Z Running `/home/build/.rustup/toolchains/1.74.1-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=d5e8df27f8d820e4 -C extra-filename=-d5e8df27f8d820e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15512024-01-05T17:04:08.524Z Compiling subtle v2.5.0
15522024-01-05T17:04:08.527Z Running `/home/build/.rustup/toolchains/1.74.1-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=dc7510ddc3d6c88c -C extra-filename=-dc7510ddc3d6c88c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15532024-01-05T17:04:09.047Z Compiling rustix v0.38.25
15542024-01-05T17:04:09.050Z Compiling tinyvec_macros v0.1.1
15552024-01-05T17:04:09.070Z Running `/home/build/.rustup/toolchains/1.74.1-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.25/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=fb37ea431b869094 -C extra-filename=-fb37ea431b869094 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-fb37ea431b869094 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15562024-01-05T17:04:09.073Z Running `/home/build/.rustup/toolchains/1.74.1-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=af03a12be910dcc2 -C extra-filename=-af03a12be910dcc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15572024-01-05T17:04:09.191Z Compiling tinyvec v1.6.0
15582024-01-05T17:04:09.194Z Running `/home/build/.rustup/toolchains/1.74.1-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=2f59d5358814a968 -C extra-filename=-2f59d5358814a968 --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-af03a12be910dcc2.rmeta --cap-lints allow -D warnings`
15592024-01-05T17:04:10.274Z Compiling regex-automata v0.4.3
15602024-01-05T17:04:10.278Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="dfa-onepass"' --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=83edf1a3a1698551 -C extra-filename=-83edf1a3a1698551 --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings`
15612024-01-05T17:04:10.514Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-fb37ea431b869094/build-script-build`
15622024-01-05T17:04:10.571Z Compiling spin v0.9.8
15632024-01-05T17:04:10.574Z Running `/home/build/.rustup/toolchains/1.74.1-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=466f997862055ffa -C extra-filename=-466f997862055ffa --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-cd1bdf41f320219b.rmeta --cap-lints allow -D warnings`
15642024-01-05T17:04:10.683Z Compiling tracing-core v0.1.31
15652024-01-05T17:04:10.686Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="once_cell"' --cfg 'feature="std"' -C metadata=6a2fd1b3fb75be06 -C extra-filename=-6a2fd1b3fb75be06 --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-78575848a39b5a91.rmeta --cap-lints allow -D warnings`
15662024-01-05T17:04:11.143Z Compiling const-oid v0.9.5
15672024-01-05T17:04:11.146Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="db"' --cfg 'feature="std"' -C metadata=66455a9b00682027 -C extra-filename=-66455a9b00682027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15682024-01-05T17:04:11.712Z Compiling bitflags v1.3.2
15692024-01-05T17:04:11.718Z Running `/home/build/.rustup/toolchains/1.74.1-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=8861c4fe0bf9ac1d -C extra-filename=-8861c4fe0bf9ac1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15702024-01-05T17:04:11.856Z Compiling unicode-normalization v0.1.22
15712024-01-05T17:04:11.879Z Running `/home/build/.rustup/toolchains/1.74.1-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=e1664521da542a92 -C extra-filename=-e1664521da542a92 --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-2f59d5358814a968.rmeta --cap-lints allow -D warnings`
15722024-01-05T17:04:13.104Z Compiling semver v1.0.20
15732024-01-05T17:04:13.109Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=5fc834f180b3e462 -C extra-filename=-5fc834f180b3e462 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-5fc834f180b3e462 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15742024-01-05T17:04:13.723Z Compiling base64 v0.21.5
15752024-01-05T17:04:13.753Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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="std"' -C metadata=2142c24215a1cbad -C extra-filename=-2142c24215a1cbad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15762024-01-05T17:04:13.930Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-5fc834f180b3e462/build-script-build`
15772024-01-05T17:04:14.021Z Compiling unicode-bidi v0.3.13
15782024-01-05T17:04:14.025Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="hardcoded-data"' --cfg 'feature="std"' -C metadata=ea6d88cd11b1cdcf -C extra-filename=-ea6d88cd11b1cdcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15792024-01-05T17:04:14.089Z Compiling percent-encoding v2.3.1
15802024-01-05T17:04:14.093Z Running `/home/build/.rustup/toolchains/1.74.1-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=b363a80fbad56cd8 -C extra-filename=-b363a80fbad56cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15812024-01-05T17:04:14.377Z Compiling unicode-width v0.1.11
15822024-01-05T17:04:14.380Z Compiling dyn-clone v1.0.13
15832024-01-05T17:04:14.382Z Running `/home/build/.rustup/toolchains/1.74.1-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=218243c8d3571b57 -C extra-filename=-218243c8d3571b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15842024-01-05T17:04:14.382Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=fdf79af5d0119df4 -C extra-filename=-fdf79af5d0119df4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15852024-01-05T17:04:14.631Z Compiling schemars v0.8.16
15862024-01-05T17:04:14.636Z Running `/home/build/.rustup/toolchains/1.74.1-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="uuid1"' -C metadata=ada846bd06499c36 -C extra-filename=-ada846bd06499c36 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15872024-01-05T17:04:14.646Z Compiling ppv-lite86 v0.2.17
15882024-01-05T17:04:14.649Z Running `/home/build/.rustup/toolchains/1.74.1-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=ee6cdf9a9cd99e2d -C extra-filename=-ee6cdf9a9cd99e2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15892024-01-05T17:04:14.696Z Compiling form_urlencoded v1.2.1
15902024-01-05T17:04:14.724Z Running `/home/build/.rustup/toolchains/1.74.1-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=f43b5444f1071237 -C extra-filename=-f43b5444f1071237 --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-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings`
15912024-01-05T17:04:14.927Z Compiling serde_derive_internals v0.26.0
15922024-01-05T17:04:14.930Z Running `/home/build/.rustup/toolchains/1.74.1-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=8581a22c705d466d -C extra-filename=-8581a22c705d466d --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings`
15932024-01-05T17:04:15.172Z Compiling indexmap v1.9.3
15942024-01-05T17:04:15.175Z Running `/home/build/.rustup/toolchains/1.74.1-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=7196777581f31a33 -C extra-filename=-7196777581f31a33 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
15952024-01-05T17:04:15.239Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36/build-script-build`
15962024-01-05T17:04:15.246Z Compiling hashbrown v0.12.3
15972024-01-05T17:04:15.249Z Running `/home/build/.rustup/toolchains/1.74.1-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=cb3bc798c96b03ca -C extra-filename=-cb3bc798c96b03ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15982024-01-05T17:04:15.727Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33/build-script-build`
15992024-01-05T17:04:15.767Z Compiling either v1.9.0
16002024-01-05T17:04:15.773Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-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"' --cfg 'feature="use_std"' -C metadata=88da6cc752eb5faf -C extra-filename=-88da6cc752eb5faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16012024-01-05T17:04:15.879Z Compiling rand_chacha v0.3.1
16022024-01-05T17:04:15.883Z Running `/home/build/.rustup/toolchains/1.74.1-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=46f2b94666a4edae -C extra-filename=-46f2b94666a4edae --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-ee6cdf9a9cd99e2d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --cap-lints allow -D warnings`
16032024-01-05T17:04:16.273Z Compiling httparse v1.8.0
16042024-01-05T17:04:16.273Z Running `/home/build/.rustup/toolchains/1.74.1-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=1e8e8e3ea3c5a3a0 -C extra-filename=-1e8e8e3ea3c5a3a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16052024-01-05T17:04:16.498Z Compiling rand v0.8.5
16062024-01-05T17:04:16.505Z Running `/home/build/.rustup/toolchains/1.74.1-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=b20c1928535be511 -C extra-filename=-b20c1928535be511 --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-dc3967e2ac4e7655.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --cap-lints allow -D warnings`
16072024-01-05T17:04:16.977Z Compiling regex v1.10.2
16082024-01-05T17:04:16.980Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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="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=0391852763f12a6f -C extra-filename=-0391852763f12a6f --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings`
16092024-01-05T17:04:17.018Z Compiling vcpkg v0.2.15
16102024-01-05T17:04:17.062Z Running `/home/build/.rustup/toolchains/1.74.1-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=a8f4727560f7ed95 -C extra-filename=-a8f4727560f7ed95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16112024-01-05T17:04:18.861Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0/build-script-build`
16122024-01-05T17:04:18.882Z Running `/home/build/.rustup/toolchains/1.74.1-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=30180bc88c646d38 -C extra-filename=-30180bc88c646d38 --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-cb3bc798c96b03ca.rmeta --cap-lints allow -D warnings --cfg has_std`
16132024-01-05T17:04:18.951Z Running `/home/build/.rustup/toolchains/1.74.1-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=5165d982a445385a -C extra-filename=-5165d982a445385a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
16142024-01-05T17:04:19.647Z Compiling idna v0.5.0
16152024-01-05T17:04:19.652Z Running `/home/build/.rustup/toolchains/1.74.1-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=e0b4a4ef1ede901e -C extra-filename=-e0b4a4ef1ede901e --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings`
16162024-01-05T17:04:20.023Z Compiling ahash v0.8.6
16172024-01-05T17:04:20.027Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=56c3c66e8aeef8f5 -C extra-filename=-56c3c66e8aeef8f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
16182024-01-05T17:04:20.163Z Compiling ucd-trie v0.1.6
16192024-01-05T17:04:20.213Z Running `/home/build/.rustup/toolchains/1.74.1-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=3f965a27b72c64f6 -C extra-filename=-3f965a27b72c64f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16202024-01-05T17:04:20.262Z Compiling ring v0.16.20
16212024-01-05T17:04:20.265Z Running `/home/build/.rustup/toolchains/1.74.1-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=77480f629758957f -C extra-filename=-77480f629758957f --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-77480f629758957f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --cap-lints allow -D warnings`
16222024-01-05T17:04:20.633Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5/build-script-build`
16232024-01-05T17:04:20.736Z Compiling openssl-sys v0.9.96
16242024-01-05T17:04:20.740Z Running `/home/build/.rustup/toolchains/1.74.1-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.96/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=2565434c71c72f9f -C extra-filename=-2565434c71c72f9f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-2565434c71c72f9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a8f4727560f7ed95.rlib --cap-lints allow -D warnings`
16252024-01-05T17:04:20.782Z Compiling ring v0.17.7
16262024-01-05T17:04:20.785Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=afa4120c1e59caff -C extra-filename=-afa4120c1e59caff --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-afa4120c1e59caff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --cap-lints allow -D warnings`
16272024-01-05T17:04:21.096Z Compiling url v2.5.0
16282024-01-05T17:04:21.099Z Running `/home/build/.rustup/toolchains/1.74.1-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=35c43be3b6960243 -C extra-filename=-35c43be3b6960243 --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-f43b5444f1071237.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e0b4a4ef1ede901e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings`
16292024-01-05T17:04:22.174Z Compiling socket2 v0.4.9
16302024-01-05T17:04:22.177Z Running `/home/build/.rustup/toolchains/1.74.1-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=4e488eaa3affc45b -C extra-filename=-4e488eaa3affc45b --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
16312024-01-05T17:04:22.341Z Compiling adler v1.0.2
16322024-01-05T17:04:22.344Z Running `/home/build/.rustup/toolchains/1.74.1-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=3bfee8ea008388b0 -C extra-filename=-3bfee8ea008388b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16332024-01-05T17:04:22.445Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-2565434c71c72f9f/build-script-main`
16342024-01-05T17:04:22.682Z Compiling winnow v0.5.15
16352024-01-05T17:04:22.686Z Running `/home/build/.rustup/toolchains/1.74.1-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=bb48f977d0538890 -C extra-filename=-bb48f977d0538890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16362024-01-05T17:04:22.752Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-afa4120c1e59caff/build-script-build`
16372024-01-05T17:04:23.493Z Compiling miniz_oxide v0.7.1
16382024-01-05T17:04:23.497Z Running `/home/build/.rustup/toolchains/1.74.1-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=4f9e4bdaef8c0393 -C extra-filename=-4f9e4bdaef8c0393 --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-3bfee8ea008388b0.rmeta --cap-lints allow -D warnings`
16392024-01-05T17:04:24.086Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-77480f629758957f/build-script-build`
16402024-01-05T17:04:24.686Z Compiling try-lock v0.2.4
16412024-01-05T17:04:24.690Z Running `/home/build/.rustup/toolchains/1.74.1-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=dd164f28291d1568 -C extra-filename=-dd164f28291d1568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16422024-01-05T17:04:24.844Z Compiling async-trait v0.1.77
16432024-01-05T17:04:24.847Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.77/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=3a4dd4ea08bc0e7b -C extra-filename=-3a4dd4ea08bc0e7b --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-3a4dd4ea08bc0e7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16442024-01-05T17:04:25.643Z Compiling strsim v0.10.0
16452024-01-05T17:04:25.648Z Running `/home/build/.rustup/toolchains/1.74.1-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=9615ee8240108c1a -C extra-filename=-9615ee8240108c1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16462024-01-05T17:04:25.790Z Compiling httpdate v1.0.3
16472024-01-05T17:04:25.793Z Compiling untrusted v0.7.1
16482024-01-05T17:04:25.794Z Running `/home/build/.rustup/toolchains/1.74.1-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=17048ad0d39f59d3 -C extra-filename=-17048ad0d39f59d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16492024-01-05T17:04:25.794Z Running `/home/build/.rustup/toolchains/1.74.1-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=2093d66368e033e3 -C extra-filename=-2093d66368e033e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16502024-01-05T17:04:26.092Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-3a4dd4ea08bc0e7b/build-script-build`
16512024-01-05T17:04:26.184Z Compiling want v0.3.1
16522024-01-05T17:04:26.188Z Running `/home/build/.rustup/toolchains/1.74.1-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=620d2e79a9eb893f -C extra-filename=-620d2e79a9eb893f --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-dd164f28291d1568.rmeta --cap-lints allow -D warnings`
16532024-01-05T17:04:26.292Z Compiling serde_derive v1.0.193
16542024-01-05T17:04:26.296Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.193/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=a563ecaccb9206d4 -C extra-filename=-a563ecaccb9206d4 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
16552024-01-05T17:04:26.480Z Compiling thiserror-impl v1.0.49
16562024-01-05T17:04:26.484Z Running `/home/build/.rustup/toolchains/1.74.1-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.49/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=80c86ac611ca954e -C extra-filename=-80c86ac611ca954e --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
16572024-01-05T17:04:26.611Z Compiling zeroize_derive v1.4.2
16582024-01-05T17:04:26.615Z Running `/home/build/.rustup/toolchains/1.74.1-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=d1088fb5459dcbf0 -C extra-filename=-d1088fb5459dcbf0 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
16592024-01-05T17:04:26.909Z Compiling tokio-macros v2.2.0
16602024-01-05T17:04:26.913Z Running `/home/build/.rustup/toolchains/1.74.1-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=d9e8afe8c017ead0 -C extra-filename=-d9e8afe8c017ead0 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
16612024-01-05T17:04:27.605Z Compiling futures-macro v0.3.30
16622024-01-05T17:04:27.608Z Running `/home/build/.rustup/toolchains/1.74.1-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=74392c77a27fd3b1 -C extra-filename=-74392c77a27fd3b1 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
16632024-01-05T17:04:27.888Z Compiling tracing-attributes v0.1.26
16642024-01-05T17:04:27.891Z Running `/home/build/.rustup/toolchains/1.74.1-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.26/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=e023848bb38c7bd7 -C extra-filename=-e023848bb38c7bd7 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
16652024-01-05T17:04:28.349Z Compiling schemars_derive v0.8.16
16662024-01-05T17:04:28.352Z Running `/home/build/.rustup/toolchains/1.74.1-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=6428cf4d60dbb493 -C extra-filename=-6428cf4d60dbb493 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-8581a22c705d466d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
16672024-01-05T17:04:29.613Z Compiling zeroize v1.7.0
16682024-01-05T17:04:29.617Z Running `/home/build/.rustup/toolchains/1.74.1-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=68651fb2271832c6 -C extra-filename=-68651fb2271832c6 --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-d1088fb5459dcbf0.so --cap-lints allow -D warnings`
16692024-01-05T17:04:29.983Z Compiling zerocopy-derive v0.7.31
16702024-01-05T17:04:30.028Z Running `/home/build/.rustup/toolchains/1.74.1-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.31/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=9c8196c3a66b19db -C extra-filename=-9c8196c3a66b19db --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
16712024-01-05T17:04:30.081Z Running `/home/build/.rustup/toolchains/1.74.1-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=293859237790d0c2 -C extra-filename=-293859237790d0c2 --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-b0e5892a8dc8abc6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
16722024-01-05T17:04:30.167Z Running `/home/build/.rustup/toolchains/1.74.1-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=b3586cc9ea932d09 -C extra-filename=-b3586cc9ea932d09 --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-78575848a39b5a91.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-69cdfe202d22f709.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -l static=ring-core -l static=ring-test`
16732024-01-05T17:04:31.382Z Compiling futures-util v0.3.30
16742024-01-05T17:04:31.395Z Running `/home/build/.rustup/toolchains/1.74.1-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=cae882ec07323c8e -C extra-filename=-cae882ec07323c8e --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-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-74392c77a27fd3b1.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --cap-lints allow -D warnings`
16752024-01-05T17:04:32.409Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39f1521536167e1a -C extra-filename=-39f1521536167e1a --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-80c86ac611ca954e.so --cap-lints allow -D warnings`
16762024-01-05T17:04:32.608Z Compiling crypto-common v0.1.6
16772024-01-05T17:04:32.612Z Running `/home/build/.rustup/toolchains/1.74.1-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=29dae3b72849ee3b -C extra-filename=-29dae3b72849ee3b --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-293859237790d0c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b0e5892a8dc8abc6.rmeta --cap-lints allow -D warnings`
16782024-01-05T17:04:32.636Z Compiling block-buffer v0.10.4
16792024-01-05T17:04:32.642Z Running `/home/build/.rustup/toolchains/1.74.1-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=7c8e9a3c9984392e -C extra-filename=-7c8e9a3c9984392e --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-293859237790d0c2.rmeta --cap-lints allow -D warnings`
16802024-01-05T17:04:32.924Z Compiling pest v2.7.2
16812024-01-05T17:04:32.927Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.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="default"' --cfg 'feature="std"' -C metadata=776261007e47061b -C extra-filename=-776261007e47061b --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-39f1521536167e1a.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-3f965a27b72c64f6.rmeta --cap-lints allow -D warnings`
16822024-01-05T17:04:33.032Z Compiling digest v0.10.7
16832024-01-05T17:04:33.035Z Running `/home/build/.rustup/toolchains/1.74.1-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=798cb828ba43eb0a -C extra-filename=-798cb828ba43eb0a --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-7c8e9a3c9984392e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-29dae3b72849ee3b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings`
16842024-01-05T17:04:33.773Z Compiling openssl-probe v0.1.5
16852024-01-05T17:04:33.777Z Running `/home/build/.rustup/toolchains/1.74.1-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=52fc005630b42931 -C extra-filename=-52fc005630b42931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16862024-01-05T17:04:34.146Z Compiling zerocopy v0.7.31
16872024-01-05T17:04:34.151Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=8c2553462cff5f47 -C extra-filename=-8c2553462cff5f47 --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-9c8196c3a66b19db.so --cap-lints allow -D warnings`
16882024-01-05T17:04:34.306Z Compiling foreign-types-shared v0.1.1
16892024-01-05T17:04:34.309Z Running `/home/build/.rustup/toolchains/1.74.1-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=3851156061296a01 -C extra-filename=-3851156061296a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16902024-01-05T17:04:34.456Z Compiling untrusted v0.9.0
16912024-01-05T17:04:34.508Z Running `/home/build/.rustup/toolchains/1.74.1-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=018c813ad0174d69 -C extra-filename=-018c813ad0174d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16922024-01-05T17:04:34.512Z Compiling cpufeatures v0.2.9
16932024-01-05T17:04:34.540Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=161a8fd22ed990c1 -C extra-filename=-161a8fd22ed990c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16942024-01-05T17:04:34.654Z Compiling openssl v0.10.60
16952024-01-05T17:04:34.657Z Running `/home/build/.rustup/toolchains/1.74.1-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.60/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=73cabd87409db80e -C extra-filename=-73cabd87409db80e --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16962024-01-05T17:04:34.715Z Compiling tower-service v0.3.2
16972024-01-05T17:04:34.719Z Running `/home/build/.rustup/toolchains/1.74.1-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=977e35ace01a1844 -C extra-filename=-977e35ace01a1844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16982024-01-05T17:04:34.742Z Compiling tracing v0.1.37
16992024-01-05T17:04:34.745Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-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=bce6351cf9e30709 -C extra-filename=-bce6351cf9e30709 --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-6efcfb0956144885.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-e023848bb38c7bd7.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-6a2fd1b3fb75be06.rmeta --cap-lints allow -D warnings`
17002024-01-05T17:04:34.890Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=94addb4cbd5e3320 -C extra-filename=-94addb4cbd5e3320 --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-7defc2e9733c79ab.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
17012024-01-05T17:04:35.349Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e/build-script-build`
17022024-01-05T17:04:35.388Z Compiling foreign-types v0.3.2
17032024-01-05T17:04:35.395Z Running `/home/build/.rustup/toolchains/1.74.1-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=1e6848bdbd9674f1 -C extra-filename=-1e6848bdbd9674f1 --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-3851156061296a01.rmeta --cap-lints allow -D warnings`
17042024-01-05T17:04:35.504Z Running `/home/build/.rustup/toolchains/1.74.1-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.77/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=2ef3d8409111332a -C extra-filename=-2ef3d8409111332a --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
17052024-01-05T17:04:35.530Z Compiling openssl-macros v0.1.1
17062024-01-05T17:04:35.530Z Running `/home/build/.rustup/toolchains/1.74.1-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=a99055ae0b1dbc14 -C extra-filename=-a99055ae0b1dbc14 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
17072024-01-05T17:04:36.343Z Running `/home/build/.rustup/toolchains/1.74.1-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.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6c20295bde35daf -C extra-filename=-c6c20295bde35daf --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings -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`
17082024-01-05T17:04:36.747Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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 --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=d96b32e05eb9e3f3 -C extra-filename=-d96b32e05eb9e3f3 --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-6efcfb0956144885.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7defc2e9733c79ab.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8c2553462cff5f47.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
17092024-01-05T17:04:36.963Z Compiling mime v0.3.17
17102024-01-05T17:04:36.966Z Running `/home/build/.rustup/toolchains/1.74.1-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=6a7bea3b3edc87ca -C extra-filename=-6a7bea3b3edc87ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17112024-01-05T17:04:37.679Z Compiling rustls v0.21.9
17122024-01-05T17:04:37.682Z Running `/home/build/.rustup/toolchains/1.74.1-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=20d61740ec4b8aa7 -C extra-filename=-20d61740ec4b8aa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17132024-01-05T17:04:37.843Z Compiling hashbrown v0.13.2
17142024-01-05T17:04:37.885Z Running `/home/build/.rustup/toolchains/1.74.1-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"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=71fe15356f78911d -C extra-filename=-71fe15356f78911d --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-d96b32e05eb9e3f3.rmeta --cap-lints allow -D warnings`
17152024-01-05T17:04:38.014Z Compiling sct v0.7.0
17162024-01-05T17:04:38.017Z Running `/home/build/.rustup/toolchains/1.74.1-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=7cf5d67bd27f607a -C extra-filename=-7cf5d67bd27f607a --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-b3586cc9ea932d09.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out`
17172024-01-05T17:04:38.235Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7/build-script-build`
17182024-01-05T17:04:38.244Z Compiling rustls-webpki v0.101.7
17192024-01-05T17:04:38.247Z Running `/home/build/.rustup/toolchains/1.74.1-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=79bfc7d34aa7fc4f -C extra-filename=-79bfc7d34aa7fc4f --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-94addb4cbd5e3320.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out`
17202024-01-05T17:04:38.493Z Compiling native-tls v0.2.11
17212024-01-05T17:04:38.496Z Running `/home/build/.rustup/toolchains/1.74.1-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=c476d253bc75cf03 -C extra-filename=-c476d253bc75cf03 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17222024-01-05T17:04:38.685Z Compiling ipnet v2.8.0
17232024-01-05T17:04:38.689Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.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=a2c535568e1f8609 -C extra-filename=-a2c535568e1f8609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17242024-01-05T17:04:39.082Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03/build-script-build`
17252024-01-05T17:04:39.125Z Compiling rustls-pemfile v1.0.3
17262024-01-05T17:04:39.128Z Running `/home/build/.rustup/toolchains/1.74.1-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=70cdd3080355303d -C extra-filename=-70cdd3080355303d --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-2142c24215a1cbad.rmeta --cap-lints allow -D warnings`
17272024-01-05T17:04:39.679Z Running `/home/build/.rustup/toolchains/1.74.1-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=e6e9ac35ff5d0474 -C extra-filename=-e6e9ac35ff5d0474 --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-a8da004f5204fad5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-79bfc7d34aa7fc4f.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-7cf5d67bd27f607a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out`
17282024-01-05T17:04:39.705Z Compiling backtrace v0.3.69
17292024-01-05T17:04:39.735Z Running `/home/build/.rustup/toolchains/1.74.1-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=8ab992b2e43b02ce -C extra-filename=-8ab992b2e43b02ce --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-8ab992b2e43b02ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --cap-lints allow -D warnings`
17302024-01-05T17:04:40.491Z Compiling crossbeam-utils v0.8.16
17312024-01-05T17:04:40.494Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-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="default"' --cfg 'feature="std"' -C metadata=1e3dca98d29440eb -C extra-filename=-1e3dca98d29440eb --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17322024-01-05T17:04:40.515Z Compiling unicode-xid v0.2.4
17332024-01-05T17:04:40.580Z Running `/home/build/.rustup/toolchains/1.74.1-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=bcfe243e41aa4734 -C extra-filename=-bcfe243e41aa4734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17342024-01-05T17:04:40.715Z Compiling gimli v0.28.0
17352024-01-05T17:04:40.746Z Running `/home/build/.rustup/toolchains/1.74.1-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=5da496e35dfcf224 -C extra-filename=-5da496e35dfcf224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17362024-01-05T17:04:40.773Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-8ab992b2e43b02ce/build-script-build`
17372024-01-05T17:04:40.816Z Compiling object v0.32.1
17382024-01-05T17:04:40.825Z Running `/home/build/.rustup/toolchains/1.74.1-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=af5fb22b71ac833d -C extra-filename=-af5fb22b71ac833d --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings`
17392024-01-05T17:04:40.986Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.193/src/lib.rs --error-format=json --json=diagnostic-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=cf038da05bbc4b90 -C extra-filename=-cf038da05bbc4b90 --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-a563ecaccb9206d4.so --cap-lints allow -D warnings`
17402024-01-05T17:04:41.298Z Compiling encoding_rs v0.8.33
17412024-01-05T17:04:41.301Z Running `/home/build/.rustup/toolchains/1.74.1-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=28791e7cdcc2db15 -C extra-filename=-28791e7cdcc2db15 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings`
17422024-01-05T17:04:41.325Z Compiling rustc-demangle v0.1.23
17432024-01-05T17:04:41.361Z Running `/home/build/.rustup/toolchains/1.74.1-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=70aed849af95af3b -C extra-filename=-70aed849af95af3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17442024-01-05T17:04:41.364Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb/build-script-build`
17452024-01-05T17:04:41.391Z Compiling anyhow v1.0.75
17462024-01-05T17:04:41.394Z Running `/home/build/.rustup/toolchains/1.74.1-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.75/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=2609063c4951926a -C extra-filename=-2609063c4951926a --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17472024-01-05T17:04:41.426Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-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="default"' --cfg 'feature="std"' -C metadata=479d9e8cd719f4b6 -C extra-filename=-479d9e8cd719f4b6 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings`
17482024-01-05T17:04:42.355Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a/build-script-build`
17492024-01-05T17:04:42.614Z Compiling rustls-native-certs v0.6.3
17502024-01-05T17:04:42.623Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=b75ce79c970d398b -C extra-filename=-b75ce79c970d398b --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-52fc005630b42931.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-70cdd3080355303d.rmeta --cap-lints allow -D warnings`
17512024-01-05T17:04:43.008Z Compiling slog v2.7.0
17522024-01-05T17:04:43.012Z Running `/home/build/.rustup/toolchains/1.74.1-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=0e6c76921b9dd799 -C extra-filename=-0e6c76921b9dd799 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17532024-01-05T17:04:43.263Z Compiling utf8parse v0.2.1
17542024-01-05T17:04:43.266Z Running `/home/build/.rustup/toolchains/1.74.1-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=23480799e7d77cab -C extra-filename=-23480799e7d77cab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17552024-01-05T17:04:43.400Z Compiling crc32fast v1.3.2
17562024-01-05T17:04:43.404Z Running `/home/build/.rustup/toolchains/1.74.1-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=4fe74826f206961b -C extra-filename=-4fe74826f206961b --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17572024-01-05T17:04:43.505Z Compiling webpki-roots v0.25.2
17582024-01-05T17:04:43.508Z Running `/home/build/.rustup/toolchains/1.74.1-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=f0b1a41367742ca3 -C extra-filename=-f0b1a41367742ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17592024-01-05T17:04:43.739Z Compiling base64ct v1.6.0
17602024-01-05T17:04:43.742Z Running `/home/build/.rustup/toolchains/1.74.1-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=db2759387f67ed24 -C extra-filename=-db2759387f67ed24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17612024-01-05T17:04:43.912Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799/build-script-build`
17622024-01-05T17:04:43.977Z Running `/home/build/.rustup/toolchains/1.74.1-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=e4b1c162c07fec80 -C extra-filename=-e4b1c162c07fec80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
17632024-01-05T17:04:44.262Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b/build-script-build`
17642024-01-05T17:04:44.386Z Running `/home/build/.rustup/toolchains/1.74.1-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=ddd6b783a064eb7e -C extra-filename=-ddd6b783a064eb7e --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
17652024-01-05T17:04:44.738Z Compiling io-lifetimes v1.0.11
17662024-01-05T17:04:44.741Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.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 --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=7f0bb9cfe37845eb -C extra-filename=-7f0bb9cfe37845eb --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17672024-01-05T17:04:44.860Z Compiling rustversion v1.0.14
17682024-01-05T17:04:44.863Z Running `/home/build/.rustup/toolchains/1.74.1-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=765d7dbc8dd28acc -C extra-filename=-765d7dbc8dd28acc --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17692024-01-05T17:04:45.308Z Compiling anstyle v1.0.2
17702024-01-05T17:04:45.314Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ae5ed257b591d4e2 -C extra-filename=-ae5ed257b591d4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17712024-01-05T17:04:45.743Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb/build-script-build`
17722024-01-05T17:04:45.997Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc/build-script-build`
17732024-01-05T17:04:46.019Z Compiling num-integer v0.1.45
17742024-01-05T17:04:46.055Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/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="std"' -C metadata=a16d29494631f63a -C extra-filename=-a16d29494631f63a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
17752024-01-05T17:04:46.093Z Compiling time-core v0.1.1
17762024-01-05T17:04:46.096Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=96cfe055a2065dfc -C extra-filename=-96cfe055a2065dfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17772024-01-05T17:04:46.122Z Compiling rustix v0.37.23
17782024-01-05T17:04:46.147Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/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="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=ffe698edf9936ad4 -C extra-filename=-ffe698edf9936ad4 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17792024-01-05T17:04:46.366Z Compiling time-macros v0.2.13
17802024-01-05T17:04:46.371Z Running `/home/build/.rustup/toolchains/1.74.1-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.13/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="formatting"' --cfg 'feature="parsing"' -C metadata=7b759573e934a70a -C extra-filename=-7b759573e934a70a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-96cfe055a2065dfc.rlib --extern proc_macro --cap-lints allow -D warnings`
17812024-01-05T17:04:46.626Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a/build-script-build`
17822024-01-05T17:04:46.629Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.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 --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=00720f98abf64e48 -C extra-filename=-00720f98abf64e48 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
17832024-01-05T17:04:46.997Z Running `/home/build/.rustup/toolchains/1.74.1-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=aa4a5c579286af9a -C extra-filename=-aa4a5c579286af9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
17842024-01-05T17:04:47.167Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4/build-script-build`
17852024-01-05T17:04:47.371Z Compiling pem-rfc7468 v0.7.0
17862024-01-05T17:04:47.396Z Running `/home/build/.rustup/toolchains/1.74.1-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=477fdaa156d56e80 -C extra-filename=-477fdaa156d56e80 --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-db2759387f67ed24.rmeta --cap-lints allow -D warnings`
17872024-01-05T17:04:48.603Z Compiling addr2line v0.21.0
17882024-01-05T17:04:48.606Z Running `/home/build/.rustup/toolchains/1.74.1-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=6052e16ec89be577 -C extra-filename=-6052e16ec89be577 --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-5da496e35dfcf224.rmeta --cap-lints allow -D warnings`
17892024-01-05T17:04:48.994Z Compiling synstructure v0.12.6
17902024-01-05T17:04:48.998Z Running `/home/build/.rustup/toolchains/1.74.1-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=a4bc9f6eb9eb2574 -C extra-filename=-a4bc9f6eb9eb2574 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings`
17912024-01-05T17:04:49.288Z Compiling futures-executor v0.3.30
17922024-01-05T17:04:49.291Z Running `/home/build/.rustup/toolchains/1.74.1-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=2e5a29c29805e28f -C extra-filename=-2e5a29c29805e28f --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-df288950ad332dec.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --cap-lints allow -D warnings`
17932024-01-05T17:04:49.594Z Compiling pest_meta v2.7.2
17942024-01-05T17:04:49.602Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=301df22dc94cdb86 -C extra-filename=-301df22dc94cdb86 --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-78575848a39b5a91.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-776261007e47061b.rmeta --cap-lints allow -D warnings`
17952024-01-05T17:04:49.622Z Compiling der_derive v0.7.2
17962024-01-05T17:04:49.645Z Running `/home/build/.rustup/toolchains/1.74.1-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=2487c37a4d7b0fa2 -C extra-filename=-2487c37a4d7b0fa2 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
17972024-01-05T17:04:50.216Z Compiling deranged v0.3.8
17982024-01-05T17:04:50.220Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-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="alloc"' --cfg 'feature="std"' -C metadata=f1e8d29b640f424e -C extra-filename=-f1e8d29b640f424e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17992024-01-05T17:04:51.200Z Compiling bytes v1.5.0
18002024-01-05T17:04:51.204Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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="serde"' --cfg 'feature="std"' -C metadata=b146123347a3f7ba -C extra-filename=-b146123347a3f7ba --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
18012024-01-05T17:04:51.833Z Compiling bitflags v2.4.0
18022024-01-05T17:04:51.837Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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="serde"' --cfg 'feature="std"' -C metadata=275fa7b68fe444be -C extra-filename=-275fa7b68fe444be --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
18032024-01-05T17:04:52.022Z Running `/home/build/.rustup/toolchains/1.74.1-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.108/src/lib.rs --error-format=json --json=diagnostic-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=43dd107af3c1800f -C extra-filename=-43dd107af3c1800f --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-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
18042024-01-05T17:04:52.086Z Compiling indexmap v2.1.0
18052024-01-05T17:04:52.089Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=e798a3f319647c37 -C extra-filename=-e798a3f319647c37 --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-53c175ade642ea34.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f0335255f70f2164.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
18062024-01-05T17:04:52.518Z Compiling chrono v0.4.31
18072024-01-05T17:04:52.522Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --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=66742d6b3ce39b4c -C extra-filename=-66742d6b3ce39b4c --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-42f31a2f50589a64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
18082024-01-05T17:04:53.250Z Compiling tokio v1.35.0
18092024-01-05T17:04:53.253Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.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=a28dabe10b354d2e -C extra-filename=-a28dabe10b354d2e --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-b146123347a3f7ba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-46d4bea4d320c912.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a45d52795e3caba7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1883b6e44d740cc2.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-d9e8afe8c017ead0.so --cap-lints allow -D warnings`
18102024-01-05T17:04:53.310Z Compiling uuid v1.6.1
18112024-01-05T17:04:53.314Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=37147c95997734b5 -C extra-filename=-37147c95997734b5 --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-7defc2e9733c79ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
18122024-01-05T17:04:54.170Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=b9f18efdb99a22ff -C extra-filename=-b9f18efdb99a22ff --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-275fa7b68fe444be.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-077c7c2d8ef378ab.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18132024-01-05T17:04:54.237Z Compiling http v0.2.11
18142024-01-05T17:04:54.240Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=d4559c61566a4718 -C extra-filename=-d4559c61566a4718 --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-b146123347a3f7ba.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --cap-lints allow -D warnings`
18152024-01-05T17:04:54.628Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=3bd9b63337813540 -C extra-filename=-3bd9b63337813540 --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
18162024-01-05T17:04:55.858Z Compiling serde_spanned v0.6.4
18172024-01-05T17:04:55.861Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="serde"' -C metadata=9fdbfa45a2400976 -C extra-filename=-9fdbfa45a2400976 --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
18182024-01-05T17:04:55.884Z Compiling toml_datetime v0.6.5
18192024-01-05T17:04:55.888Z Running `/home/build/.rustup/toolchains/1.74.1-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=765c72f994e1a509 -C extra-filename=-765c72f994e1a509 --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
18202024-01-05T17:04:56.210Z Compiling rustc_version v0.4.0
18212024-01-05T17:04:56.213Z Running `/home/build/.rustup/toolchains/1.74.1-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=437f71eea345913b -C extra-filename=-437f71eea345913b --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-3bd9b63337813540.rmeta --cap-lints allow -D warnings`
18222024-01-05T17:04:56.608Z Running `/home/build/.rustup/toolchains/1.74.1-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="uuid1"' -C metadata=7ccec3a17c8530fe -C extra-filename=-7ccec3a17c8530fe --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-b146123347a3f7ba.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-6428cf4d60dbb493.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
18232024-01-05T17:04:57.009Z Compiling http-body v0.4.5
18242024-01-05T17:04:57.016Z Running `/home/build/.rustup/toolchains/1.74.1-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=c5cbe6b6118fc3f4 -C extra-filename=-c5cbe6b6118fc3f4 --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-b146123347a3f7ba.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings`
18252024-01-05T17:04:57.502Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/src/lib.rs --error-format=json --json=diagnostic-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=d918464ac566fa89 -C extra-filename=-d918464ac566fa89 --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-275fa7b68fe444be.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-a99055ae0b1dbc14.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rmeta --cap-lints allow -D warnings -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`
18262024-01-05T17:04:57.680Z Compiling toml_edit v0.19.15
18272024-01-05T17:04:57.686Z Running `/home/build/.rustup/toolchains/1.74.1-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=17582d59827ea7fa -C extra-filename=-17582d59827ea7fa --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-e798a3f319647c37.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-9fdbfa45a2400976.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-765c72f994e1a509.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings`
18282024-01-05T17:04:58.206Z Compiling serde_urlencoded v0.7.1
18292024-01-05T17:04:58.212Z Running `/home/build/.rustup/toolchains/1.74.1-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=1fc3a9fbe12b3df8 -C extra-filename=-1fc3a9fbe12b3df8 --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-f43b5444f1071237.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
18302024-01-05T17:04:58.268Z Running `/home/build/.rustup/toolchains/1.74.1-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=f78015f3f4b4e7cf -C extra-filename=-f78015f3f4b4e7cf --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-6052e16ec89be577.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-af5fb22b71ac833d.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-70aed849af95af3b.rmeta --cap-lints allow -D warnings`
18312024-01-05T17:04:58.946Z Compiling openapiv3 v2.0.0
18322024-01-05T17:04:58.989Z Running `/home/build/.rustup/toolchains/1.74.1-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=42fba63484155e8a -C extra-filename=-42fba63484155e8a --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-e798a3f319647c37.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --cap-lints allow -D warnings`
18332024-01-05T17:04:58.996Z Compiling hex v0.4.3
18342024-01-05T17:04:59.062Z Running `/home/build/.rustup/toolchains/1.74.1-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=a65b4acf4daaeaec -C extra-filename=-a65b4acf4daaeaec --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
18352024-01-05T17:04:59.066Z Compiling flagset v0.4.3
18362024-01-05T17:04:59.066Z Running `/home/build/.rustup/toolchains/1.74.1-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=74ed7ba095b83344 -C extra-filename=-74ed7ba095b83344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18372024-01-05T17:04:59.366Z Compiling num_threads v0.1.6
18382024-01-05T17:04:59.369Z Running `/home/build/.rustup/toolchains/1.74.1-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=eec35d3b26bec874 -C extra-filename=-eec35d3b26bec874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18392024-01-05T17:04:59.545Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-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=e30e64f4bfa38f26 -C extra-filename=-e30e64f4bfa38f26 --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-f78015f3f4b4e7cf.rmeta --cap-lints allow -D warnings`
18402024-01-05T17:04:59.959Z Compiling unicode-segmentation v1.10.1
18412024-01-05T17:04:59.966Z Running `/home/build/.rustup/toolchains/1.74.1-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=3db9a7183557834f -C extra-filename=-3db9a7183557834f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18422024-01-05T17:05:01.148Z Compiling time v0.3.27
18432024-01-05T17:05:01.155Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=d1ff6e7bab6b096b -C extra-filename=-d1ff6e7bab6b096b --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-f1e8d29b640f424e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-eec35d3b26bec874.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-96cfe055a2065dfc.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --cap-lints allow -D warnings`
18442024-01-05T17:05:01.369Z Compiling der v0.7.8
18452024-01-05T17:05:01.373Z Running `/home/build/.rustup/toolchains/1.74.1-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=bf493eafd3b323b0 -C extra-filename=-bf493eafd3b323b0 --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-66455a9b00682027.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-2487c37a4d7b0fa2.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-74ed7ba095b83344.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings`
18462024-01-05T17:05:03.212Z Compiling zerocopy-derive v0.2.0
18472024-01-05T17:05:03.237Z Running `/home/build/.rustup/toolchains/1.74.1-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=6e2b1fefe622db34 -C extra-filename=-6e2b1fefe622db34 --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-71ee4d0da25619ef.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-a4bc9f6eb9eb2574.rlib --extern proc_macro --cap-lints allow -D warnings`
18482024-01-05T17:05:04.323Z Compiling pest_generator v2.7.2
18492024-01-05T17:05:04.329Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=df84062e8cb7dccd -C extra-filename=-df84062e8cb7dccd --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-776261007e47061b.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-301df22dc94cdb86.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings`
18502024-01-05T17:05:06.823Z Compiling tokio-util v0.7.10
18512024-01-05T17:05:06.826Z Running `/home/build/.rustup/toolchains/1.74.1-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=57a0deae130ce1f7 -C extra-filename=-57a0deae130ce1f7 --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-b146123347a3f7ba.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --cap-lints allow -D warnings`
18522024-01-05T17:05:06.944Z Compiling tokio-rustls v0.24.1
18532024-01-05T17:05:06.948Z Running `/home/build/.rustup/toolchains/1.74.1-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=054e37907b9331e9 -C extra-filename=-054e37907b9331e9 --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-e6e9ac35ff5d0474.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out`
18542024-01-05T17:05:07.339Z Running `/home/build/.rustup/toolchains/1.74.1-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=aa2860cd2500b367 -C extra-filename=-aa2860cd2500b367 --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-a8da004f5204fad5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
18552024-01-05T17:05:07.615Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.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 --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=c1ccf61937009c6b -C extra-filename=-c1ccf61937009c6b --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-8861c4fe0bf9ac1d.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-077c7c2d8ef378ab.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-00720f98abf64e48.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18562024-01-05T17:05:07.643Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-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=b22e93c0eb8e8193 -C extra-filename=-b22e93c0eb8e8193 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings --cfg has_i128`
18572024-01-05T17:05:08.258Z Compiling tokio-native-tls v0.3.1
18582024-01-05T17:05:08.262Z Running `/home/build/.rustup/toolchains/1.74.1-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=cc1b968768b44428 -C extra-filename=-cc1b968768b44428 --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-aa2860cd2500b367.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
18592024-01-05T17:05:08.646Z Compiling h2 v0.3.21
18602024-01-05T17:05:08.649Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.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=c6189ed820185bb6 -C extra-filename=-c6189ed820185bb6 --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-b146123347a3f7ba.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-30180bc88c646d38.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --cap-lints allow -D warnings`
18612024-01-05T17:05:08.966Z Compiling flate2 v1.0.28
18622024-01-05T17:05:08.969Z Running `/home/build/.rustup/toolchains/1.74.1-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=5973d0184683efce -C extra-filename=-5973d0184683efce --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-ddd6b783a064eb7e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --cap-lints allow -D warnings`
18632024-01-05T17:05:09.363Z Compiling anstyle-parse v0.2.1
18642024-01-05T17:05:09.404Z Running `/home/build/.rustup/toolchains/1.74.1-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=ce5764de1bab163e -C extra-filename=-ce5764de1bab163e --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-23480799e7d77cab.rmeta --cap-lints allow -D warnings`
18652024-01-05T17:05:09.890Z Compiling colorchoice v1.0.0
18662024-01-05T17:05:09.894Z Running `/home/build/.rustup/toolchains/1.74.1-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=dd65179b4ecaff10 -C extra-filename=-dd65179b4ecaff10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18672024-01-05T17:05:09.959Z Compiling anstyle-query v1.0.0
18682024-01-05T17:05:09.983Z Running `/home/build/.rustup/toolchains/1.74.1-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=ac94e4cd994c263f -C extra-filename=-ac94e4cd994c263f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18692024-01-05T17:05:10.062Z Compiling siphasher v0.3.11
18702024-01-05T17:05:10.066Z Running `/home/build/.rustup/toolchains/1.74.1-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=1135da77659c2954 -C extra-filename=-1135da77659c2954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18712024-01-05T17:05:10.131Z Compiling anstream v0.5.0
18722024-01-05T17:05:10.156Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=1234f0275edc234f -C extra-filename=-1234f0275edc234f --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-ae5ed257b591d4e2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ce5764de1bab163e.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-ac94e4cd994c263f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-dd65179b4ecaff10.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings`
18732024-01-05T17:05:10.159Z Compiling terminal_size v0.2.6
18742024-01-05T17:05:10.228Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-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=874c7af5b27a9115 -C extra-filename=-874c7af5b27a9115 --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-c1ccf61937009c6b.rmeta --cap-lints allow -D warnings`
18752024-01-05T17:05:10.433Z Compiling pest_derive v2.7.2
18762024-01-05T17:05:10.437Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="default"' --cfg 'feature="std"' -C metadata=70ad31cedd436bfd -C extra-filename=-70ad31cedd436bfd --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-776261007e47061b.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-df84062e8cb7dccd.rlib --extern proc_macro --cap-lints allow -D warnings`
18772024-01-05T17:05:10.558Z Compiling zerocopy v0.3.0
18782024-01-05T17:05:10.564Z Running `/home/build/.rustup/toolchains/1.74.1-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=b712261f2627302b -C extra-filename=-b712261f2627302b --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6e2b1fefe622db34.so --cap-lints allow -D warnings`
18792024-01-05T17:05:10.693Z Compiling spki v0.7.2
18802024-01-05T17:05:10.697Z Running `/home/build/.rustup/toolchains/1.74.1-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=737465ad39d0a1ed -C extra-filename=-737465ad39d0a1ed --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-bf493eafd3b323b0.rmeta --cap-lints allow -D warnings`
18812024-01-05T17:05:10.964Z Compiling heapless v0.7.16
18822024-01-05T17:05:10.967Z Running `/home/build/.rustup/toolchains/1.74.1-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=aa2e644d300706d9 -C extra-filename=-aa2e644d300706d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-aa2e644d300706d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-437f71eea345913b.rlib --cap-lints allow -D warnings`
18832024-01-05T17:05:11.195Z Compiling futures v0.3.30
18842024-01-05T17:05:11.198Z Running `/home/build/.rustup/toolchains/1.74.1-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=c21ecd57664edbf3 -C extra-filename=-c21ecd57664edbf3 --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-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-2e5a29c29805e28f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --cap-lints allow -D warnings`
18852024-01-05T17:05:11.256Z Compiling memoffset v0.9.0
18862024-01-05T17:05:11.281Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.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=04a1f2539d27e3f8 -C extra-filename=-04a1f2539d27e3f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
18872024-01-05T17:05:11.358Z Compiling usdt-impl v0.3.5
18882024-01-05T17:05:11.362Z Running `/home/build/.rustup/toolchains/1.74.1-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=07613bffa45ac679 -C extra-filename=-07613bffa45ac679 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
18892024-01-05T17:05:11.718Z Compiling clap_lex v0.5.1
18902024-01-05T17:05:11.721Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-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=a4396c6f259c7728 -C extra-filename=-a4396c6f259c7728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18912024-01-05T17:05:11.794Z Compiling bit-vec v0.6.3
18922024-01-05T17:05:11.798Z Running `/home/build/.rustup/toolchains/1.74.1-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=a55d8fa36e94059e -C extra-filename=-a55d8fa36e94059e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18932024-01-05T17:05:11.798Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-aa2e644d300706d9/build-script-build`
18942024-01-05T17:05:11.883Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8/build-script-build`
18952024-01-05T17:05:11.922Z Compiling dof v0.1.5
18962024-01-05T17:05:11.925Z Running `/home/build/.rustup/toolchains/1.74.1-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=855fe812e99a4112 -C extra-filename=-855fe812e99a4112 --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-39f1521536167e1a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b712261f2627302b.rmeta --cap-lints allow -D warnings`
18972024-01-05T17:05:12.001Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679/build-script-build`
18982024-01-05T17:05:12.008Z Compiling dtrace-parser v0.1.14
18992024-01-05T17:05:12.011Z Running `/home/build/.rustup/toolchains/1.74.1-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=1491bd1ec14f821e -C extra-filename=-1491bd1ec14f821e --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-776261007e47061b.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-70ad31cedd436bfd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings`
19002024-01-05T17:05:12.048Z Compiling toml v0.7.8
19012024-01-05T17:05:12.055Z Running `/home/build/.rustup/toolchains/1.74.1-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=74876be1c8ce478a -C extra-filename=-74876be1c8ce478a --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-cf038da05bbc4b90.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-9fdbfa45a2400976.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-765c72f994e1a509.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17582d59827ea7fa.rmeta --cap-lints allow -D warnings`
19022024-01-05T17:05:12.162Z Compiling clap_builder v4.4.2
19032024-01-05T17:05:12.165Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.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="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=5719f59f113c47d6 -C extra-filename=-5719f59f113c47d6 --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-1234f0275edc234f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ae5ed257b591d4e2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-a4396c6f259c7728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-874c7af5b27a9115.rmeta --cap-lints allow -D warnings`
19042024-01-05T17:05:12.522Z Compiling toml_edit v0.21.0
19052024-01-05T17:05:12.527Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=28fa5d15d5e091cb -C extra-filename=-28fa5d15d5e091cb --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-e798a3f319647c37.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-9fdbfa45a2400976.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-765c72f994e1a509.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings`
19062024-01-05T17:05:12.553Z Compiling clap_derive v4.4.2
19072024-01-05T17:05:12.579Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.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 --cfg 'feature="default"' -C metadata=c0bbbe9f3d756ad1 -C extra-filename=-c0bbbe9f3d756ad1 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
19082024-01-05T17:05:13.535Z Compiling itertools v0.10.5
19092024-01-05T17:05:13.538Z Running `/home/build/.rustup/toolchains/1.74.1-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=015c0fad4a8ed83f -C extra-filename=-015c0fad4a8ed83f --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings`
19102024-01-05T17:05:14.985Z Compiling thread-id v4.2.0
19112024-01-05T17:05:14.988Z Running `/home/build/.rustup/toolchains/1.74.1-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=9e8738552796bbb4 -C extra-filename=-9e8738552796bbb4 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
19122024-01-05T17:05:15.147Z Compiling hash32 v0.2.1
19132024-01-05T17:05:15.170Z Running `/home/build/.rustup/toolchains/1.74.1-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=8ca0bcbf99a0bf82 -C extra-filename=-8ca0bcbf99a0bf82 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings`
19142024-01-05T17:05:15.410Z Compiling crossbeam-epoch v0.9.15
19152024-01-05T17:05:15.437Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/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="std"' -C metadata=3262f2565d2545f8 -C extra-filename=-3262f2565d2545f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
19162024-01-05T17:05:15.718Z Compiling stable_deref_trait v1.2.0
19172024-01-05T17:05:15.722Z Running `/home/build/.rustup/toolchains/1.74.1-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=f91a802ad56db795 -C extra-filename=-f91a802ad56db795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19182024-01-05T17:05:15.868Z Compiling data-encoding v2.4.0
19192024-01-05T17:05:15.872Z Running `/home/build/.rustup/toolchains/1.74.1-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=e5f44abe68a68320 -C extra-filename=-e5f44abe68a68320 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19202024-01-05T17:05:16.230Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8/build-script-build`
19212024-01-05T17:05:16.395Z Running `/home/build/.rustup/toolchains/1.74.1-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=ae7be88562f82fba -C extra-filename=-ae7be88562f82fba --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-8ca0bcbf99a0bf82.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f91a802ad56db795.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
19222024-01-05T17:05:18.130Z Running `/home/build/.rustup/toolchains/1.74.1-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=0d182ec6b0c95fb3 -C extra-filename=-0d182ec6b0c95fb3 --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-4ff908e223b9ba35.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-855fe812e99a4112.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1491bd1ec14f821e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-9e8738552796bbb4.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
19232024-01-05T17:05:18.255Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-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"' -C metadata=b6ff563025951da1 -C extra-filename=-b6ff563025951da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
19242024-01-05T17:05:18.343Z Compiling pkcs8 v0.10.2
19252024-01-05T17:05:18.346Z Running `/home/build/.rustup/toolchains/1.74.1-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=3c7a0b1f20625620 -C extra-filename=-3c7a0b1f20625620 --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-bf493eafd3b323b0.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-737465ad39d0a1ed.rmeta --cap-lints allow -D warnings`
19262024-01-05T17:05:18.413Z Compiling serde_tokenstream v0.1.7
19272024-01-05T17:05:18.417Z Running `/home/build/.rustup/toolchains/1.74.1-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=383604b560f9db67 -C extra-filename=-383604b560f9db67 --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-71ee4d0da25619ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings`
19282024-01-05T17:05:19.234Z Compiling strum_macros v0.25.2
19292024-01-05T17:05:19.238Z Running `/home/build/.rustup/toolchains/1.74.1-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=a42bd8afcc69c082 -C extra-filename=-a42bd8afcc69c082 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
19302024-01-05T17:05:19.271Z Compiling zerocopy-derive v0.6.4
19312024-01-05T17:05:19.330Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=2565838f41f9ca3f -C extra-filename=-2565838f41f9ca3f --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
19322024-01-05T17:05:19.752Z Compiling hyper v0.14.27
19332024-01-05T17:05:19.756Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.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 --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=84500c6ea340ff0f -C extra-filename=-84500c6ea340ff0f --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-b146123347a3f7ba.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c6189ed820185bb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c5cbe6b6118fc3f4.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4e488eaa3affc45b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-620d2e79a9eb893f.rmeta --cap-lints allow -D warnings`
19342024-01-05T17:05:21.027Z Compiling num-iter v0.1.43
19352024-01-05T17:05:21.031Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/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="i128"' -C metadata=cfdee6315037ba62 -C extra-filename=-cfdee6315037ba62 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
19362024-01-05T17:05:21.374Z Compiling clap v4.4.3
19372024-01-05T17:05:21.397Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="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=61333eea1623296f -C extra-filename=-61333eea1623296f --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-5719f59f113c47d6.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-c0bbbe9f3d756ad1.so --cap-lints allow -D warnings`
19382024-01-05T17:05:21.530Z Compiling fixedbitset v0.4.2
19392024-01-05T17:05:21.530Z Running `/home/build/.rustup/toolchains/1.74.1-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=df657a3bdf785ff2 -C extra-filename=-df657a3bdf785ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19402024-01-05T17:05:21.590Z Compiling managed v0.8.0
19412024-01-05T17:05:21.593Z Running `/home/build/.rustup/toolchains/1.74.1-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=f3363b8ae905f1e2 -C extra-filename=-f3363b8ae905f1e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19422024-01-05T17:05:22.240Z Compiling petgraph v0.6.4
19432024-01-05T17:05:22.294Z Running `/home/build/.rustup/toolchains/1.74.1-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=d481c20a3401aa40 -C extra-filename=-d481c20a3401aa40 --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-df657a3bdf785ff2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a563ecaccb9206d4.so --cap-lints allow -D warnings`
19442024-01-05T17:05:22.368Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62/build-script-build`
19452024-01-05T17:05:22.575Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.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=f0fa698477c03a85 -C extra-filename=-f0fa698477c03a85 --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-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b6ff563025951da1.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings`
19462024-01-05T17:05:23.291Z Compiling zerocopy v0.6.4
19472024-01-05T17:05:23.295Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 -C metadata=93b428b3b632602f -C extra-filename=-93b428b3b632602f --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2565838f41f9ca3f.so --cap-lints allow -D warnings`
19482024-01-05T17:05:23.878Z Compiling bit-set v0.5.3
19492024-01-05T17:05:23.911Z Running `/home/build/.rustup/toolchains/1.74.1-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=1273314ddbc76afe -C extra-filename=-1273314ddbc76afe --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-a55d8fa36e94059e.rmeta --cap-lints allow -D warnings`
19502024-01-05T17:05:24.304Z Compiling phf_shared v0.10.0
19512024-01-05T17:05:24.341Z Running `/home/build/.rustup/toolchains/1.74.1-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=b2e47393eb942112 -C extra-filename=-b2e47393eb942112 --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-1135da77659c2954.rmeta --cap-lints allow -D warnings`
19522024-01-05T17:05:24.627Z Compiling ipnetwork v0.20.0
19532024-01-05T17:05:24.663Z Running `/home/build/.rustup/toolchains/1.74.1-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=484302de7c55414d -C extra-filename=-484302de7c55414d --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-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
19542024-01-05T17:05:24.908Z Compiling sha2 v0.10.8
19552024-01-05T17:05:24.911Z Running `/home/build/.rustup/toolchains/1.74.1-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=a0d5c13ea4c79a93 -C extra-filename=-a0d5c13ea4c79a93 --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-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-798cb828ba43eb0a.rmeta --cap-lints allow -D warnings`
19562024-01-05T17:05:25.957Z Compiling minimal-lexical v0.2.1
19572024-01-05T17:05:25.960Z Running `/home/build/.rustup/toolchains/1.74.1-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=5bf297f54c1c9b96 -C extra-filename=-5bf297f54c1c9b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19582024-01-05T17:05:25.986Z Compiling precomputed-hash v0.1.1
19592024-01-05T17:05:26.016Z Running `/home/build/.rustup/toolchains/1.74.1-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=be16b96cd7defe0a -C extra-filename=-be16b96cd7defe0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19602024-01-05T17:05:26.021Z Compiling new_debug_unreachable v1.0.4
19612024-01-05T17:05:26.024Z Running `/home/build/.rustup/toolchains/1.74.1-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=08a7a2cf8d163ca8 -C extra-filename=-08a7a2cf8d163ca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19622024-01-05T17:05:26.145Z Compiling string_cache v0.8.7
19632024-01-05T17:05:26.149Z Running `/home/build/.rustup/toolchains/1.74.1-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=ad6ee130ab7f1546 -C extra-filename=-ad6ee130ab7f1546 --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-08a7a2cf8d163ca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-b2e47393eb942112.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-be16b96cd7defe0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
19642024-01-05T17:05:26.196Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-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=d8cd4b690e287255 -C extra-filename=-d8cd4b690e287255 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
19652024-01-05T17:05:26.431Z Compiling usdt-macro v0.3.5
19662024-01-05T17:05:26.455Z Running `/home/build/.rustup/toolchains/1.74.1-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=dacbadc9974cb6ec -C extra-filename=-dacbadc9974cb6ec --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-1491bd1ec14f821e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-383604b560f9db67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0d182ec6b0c95fb3.rlib --extern proc_macro --cap-lints allow -D warnings`
19672024-01-05T17:05:26.459Z Compiling usdt-attr-macro v0.3.5
19682024-01-05T17:05:26.493Z Running `/home/build/.rustup/toolchains/1.74.1-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=8a806ec865faf24f -C extra-filename=-8a806ec865faf24f --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-1491bd1ec14f821e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-383604b560f9db67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0d182ec6b0c95fb3.rlib --extern proc_macro --cap-lints allow -D warnings`
19692024-01-05T17:05:26.777Z Compiling nom v7.1.3
19702024-01-05T17:05:26.801Z Running `/home/build/.rustup/toolchains/1.74.1-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=24dc8bd775458b21 -C extra-filename=-24dc8bd775458b21 --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-19c64e24300af82f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-5bf297f54c1c9b96.rmeta --cap-lints allow -D warnings`
19712024-01-05T17:05:26.872Z Compiling hmac v0.12.1
19722024-01-05T17:05:26.875Z Running `/home/build/.rustup/toolchains/1.74.1-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=ef371d78f014d3f1 -C extra-filename=-ef371d78f014d3f1 --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-798cb828ba43eb0a.rmeta --cap-lints allow -D warnings`
19732024-01-05T17:05:27.239Z Compiling bzip2-sys v0.1.11+1.0.8
19742024-01-05T17:05:27.242Z Running `/home/build/.rustup/toolchains/1.74.1-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=b6d4a8519447d0ad -C extra-filename=-b6d4a8519447d0ad --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b6d4a8519447d0ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings`
19752024-01-05T17:05:28.141Z Compiling doc-comment v0.3.3
19762024-01-05T17:05:28.144Z Running `/home/build/.rustup/toolchains/1.74.1-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=ca2ad0e50b7a2d32 -C extra-filename=-ca2ad0e50b7a2d32 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19772024-01-05T17:05:28.173Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b6d4a8519447d0ad/build-script-build`
19782024-01-05T17:05:28.890Z Compiling pin-project-internal v1.1.3
19792024-01-05T17:05:28.894Z Running `/home/build/.rustup/toolchains/1.74.1-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=a4dee13c559955d3 -C extra-filename=-a4dee13c559955d3 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
19802024-01-05T17:05:28.961Z Compiling itertools v0.11.0
19812024-01-05T17:05:28.965Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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="use_alloc"' --cfg 'feature="use_std"' -C metadata=89a889cf9a6c2547 -C extra-filename=-89a889cf9a6c2547 --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings`
19822024-01-05T17:05:29.280Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32/build-script-build`
19832024-01-05T17:05:29.334Z Compiling usdt v0.3.5
19842024-01-05T17:05:29.349Z Running `/home/build/.rustup/toolchains/1.74.1-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=cd01aa940c6f5ae3 -C extra-filename=-cd01aa940c6f5ae3 --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-1491bd1ec14f821e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-8a806ec865faf24f.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0d182ec6b0c95fb3.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-dacbadc9974cb6ec.so --cap-lints allow -D warnings`
19852024-01-05T17:05:29.362Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19862024-01-05T17:05:29.365Z Running `/home/build/.rustup/toolchains/1.74.1-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=2520cd927eeb8c43 -C extra-filename=-2520cd927eeb8c43 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19872024-01-05T17:05:29.472Z Compiling regex-automata v0.1.10
19882024-01-05T17:05:29.476Z Running `/home/build/.rustup/toolchains/1.74.1-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=996bc283328738f3 -C extra-filename=-996bc283328738f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19892024-01-05T17:05:29.736Z Compiling lalrpop-util v0.19.12
19902024-01-05T17:05:29.739Z Running `/home/build/.rustup/toolchains/1.74.1-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=5f0c5f1a0483f4f9 -C extra-filename=-5f0c5f1a0483f4f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19912024-01-05T17:05:30.236Z Compiling matches v0.1.10
19922024-01-05T17:05:30.239Z Running `/home/build/.rustup/toolchains/1.74.1-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=df44d0fe1ef96816 -C extra-filename=-df44d0fe1ef96816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19932024-01-05T17:05:30.269Z Compiling bstr v0.2.17
19942024-01-05T17:05:30.272Z Running `/home/build/.rustup/toolchains/1.74.1-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=b8e8dc310f6d46a3 -C extra-filename=-b8e8dc310f6d46a3 --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-1e7ab31398eb494a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-996bc283328738f3.rmeta --cap-lints allow -D warnings`
19952024-01-05T17:05:30.369Z Compiling idna v0.2.3
19962024-01-05T17:05:30.372Z Running `/home/build/.rustup/toolchains/1.74.1-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=6852aa9ad09af8fd -C extra-filename=-6852aa9ad09af8fd --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-df44d0fe1ef96816.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings`
19972024-01-05T17:05:30.733Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43/build-script-build`
19982024-01-05T17:05:31.012Z Compiling hyper-tls v0.5.0
19992024-01-05T17:05:31.016Z Running `/home/build/.rustup/toolchains/1.74.1-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=f9a7ec03884a6dc1 -C extra-filename=-f9a7ec03884a6dc1 --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-b146123347a3f7ba.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-aa2860cd2500b367.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-cc1b968768b44428.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
20002024-01-05T17:05:31.302Z Compiling hyper-rustls v0.24.2
20012024-01-05T17:05:31.306Z Running `/home/build/.rustup/toolchains/1.74.1-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 --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=6b754da398b51adb -C extra-filename=-6b754da398b51adb --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-cae882ec07323c8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-b75ce79c970d398b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-054e37907b9331e9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out`
20022024-01-05T17:05:31.520Z Running `/home/build/.rustup/toolchains/1.74.1-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=07fc207f0825dc23 -C extra-filename=-07fc207f0825dc23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20032024-01-05T17:05:31.656Z Running `/home/build/.rustup/toolchains/1.74.1-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=76daf4d3322729a2 -C extra-filename=-76daf4d3322729a2 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -l static=bz2`
20042024-01-05T17:05:31.862Z Compiling reqwest v0.11.22
20052024-01-05T17:05:31.865Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --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-pemfile"' --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=2bbc382d0da31625 -C extra-filename=-2bbc382d0da31625 --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-2142c24215a1cbad.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c6189ed820185bb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c5cbe6b6118fc3f4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6b754da398b51adb.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-f9a7ec03884a6dc1.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2c535568e1f8609.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-aa2860cd2500b367.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-70cdd3080355303d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-cc1b968768b44428.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-054e37907b9331e9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f0b1a41367742ca3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
20062024-01-05T17:05:32.147Z Compiling block-padding v0.3.3
20072024-01-05T17:05:32.151Z Running `/home/build/.rustup/toolchains/1.74.1-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=c9c5c61376f9f115 -C extra-filename=-c9c5c61376f9f115 --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-293859237790d0c2.rmeta --cap-lints allow -D warnings`
20082024-01-05T17:05:32.661Z Compiling enum-as-inner v0.5.1
20092024-01-05T17:05:32.665Z Running `/home/build/.rustup/toolchains/1.74.1-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=00ef148ed3c98d15 -C extra-filename=-00ef148ed3c98d15 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
20102024-01-05T17:05:32.665Z Compiling diesel_table_macro_syntax v0.1.0
20112024-01-05T17:05:32.665Z Running `/home/build/.rustup/toolchains/1.74.1-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=6e4762b391953155 -C extra-filename=-6e4762b391953155 --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-62de4e73251d5b39.rmeta --cap-lints allow -D warnings`
20122024-01-05T17:05:32.849Z Compiling scheduled-thread-pool v0.2.7
20132024-01-05T17:05:32.876Z Running `/home/build/.rustup/toolchains/1.74.1-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=281b12225fe72a61 -C extra-filename=-281b12225fe72a61 --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-a83af483cd943d6f.rmeta --cap-lints allow -D warnings`
20142024-01-05T17:05:33.059Z Compiling num-bigint v0.4.4
20152024-01-05T17:05:33.062Z Running `/home/build/.rustup/toolchains/1.74.1-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=8bc1e19ddb5ababb -C extra-filename=-8bc1e19ddb5ababb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
20162024-01-05T17:05:33.278Z Compiling smoltcp v0.9.1
20172024-01-05T17:05:33.281Z Running `/home/build/.rustup/toolchains/1.74.1-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=3f19b69e0ee2b199 -C extra-filename=-3f19b69e0ee2b199 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20182024-01-05T17:05:33.780Z Compiling regex-automata v0.3.8
20192024-01-05T17:05:33.783Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-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="dfa-search"' -C metadata=557357d191a468a1 -C extra-filename=-557357d191a468a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20202024-01-05T17:05:33.812Z Compiling predicates-core v1.0.6
20212024-01-05T17:05:33.816Z Running `/home/build/.rustup/toolchains/1.74.1-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=7d111e89a58c4d20 -C extra-filename=-7d111e89a58c4d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20222024-01-05T17:05:34.361Z Compiling static_assertions v1.1.0
20232024-01-05T17:05:34.388Z Running `/home/build/.rustup/toolchains/1.74.1-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=37fff62241e99816 -C extra-filename=-37fff62241e99816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20242024-01-05T17:05:34.454Z Compiling pin-project v1.1.3
20252024-01-05T17:05:34.481Z Running `/home/build/.rustup/toolchains/1.74.1-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=eb1e71e977cb5743 -C extra-filename=-eb1e71e977cb5743 --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-a4dee13c559955d3.so --cap-lints allow -D warnings`
20262024-01-05T17:05:34.504Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb/build-script-build`
20272024-01-05T17:05:34.513Z Compiling diesel_derives v2.1.2
20282024-01-05T17:05:34.517Z Compiling trust-dns-proto v0.22.0
20292024-01-05T17:05:34.517Z Running `/home/build/.rustup/toolchains/1.74.1-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=ab0b1138fb77991a -C extra-filename=-ab0b1138fb77991a --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-6e4762b391953155.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
20302024-01-05T17:05:34.517Z Running `/home/build/.rustup/toolchains/1.74.1-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=3476403fa97ca780 -C extra-filename=-3476403fa97ca780 --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-2ef3d8409111332a.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-00ef148ed3c98d15.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6852aa9ad09af8fd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2c535568e1f8609.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings`
20312024-01-05T17:05:34.518Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199/build-script-build`
20322024-01-05T17:05:34.592Z Compiling r2d2 v0.8.10
20332024-01-05T17:05:34.596Z Running `/home/build/.rustup/toolchains/1.74.1-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=d2e38acedf28ac48 -C extra-filename=-d2e38acedf28ac48 --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-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-281b12225fe72a61.rmeta --cap-lints allow -D warnings`
20342024-01-05T17:05:34.628Z Compiling inout v0.1.3
20352024-01-05T17:05:34.666Z Running `/home/build/.rustup/toolchains/1.74.1-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=ffae7e649762a29d -C extra-filename=-ffae7e649762a29d --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-c9c5c61376f9f115.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --cap-lints allow -D warnings`
20362024-01-05T17:05:35.003Z Compiling bzip2 v0.4.4
20372024-01-05T17:05:35.006Z Running `/home/build/.rustup/toolchains/1.74.1-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=8b9631db66df3aca -C extra-filename=-8b9631db66df3aca --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-76daf4d3322729a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
20382024-01-05T17:05:35.053Z Running `/home/build/.rustup/toolchains/1.74.1-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=8243418c18ba90fb -C extra-filename=-8243418c18ba90fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
20392024-01-05T17:05:35.131Z Compiling md-5 v0.10.5
20402024-01-05T17:05:35.134Z Running `/home/build/.rustup/toolchains/1.74.1-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=62c1d3bd1e2b7fad -C extra-filename=-62c1d3bd1e2b7fad --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-798cb828ba43eb0a.rmeta --cap-lints allow -D warnings`
20412024-01-05T17:05:35.511Z Compiling snafu-derive v0.7.5
20422024-01-05T17:05:35.514Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.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="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=5195312e4cc5703c -C extra-filename=-5195312e4cc5703c --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
20432024-01-05T17:05:35.571Z Compiling hubpack_derive v0.1.1
20442024-01-05T17:05:35.574Z Running `/home/build/.rustup/toolchains/1.74.1-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=0563dee018a3bc68 -C extra-filename=-0563dee018a3bc68 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
20452024-01-05T17:05:35.599Z Compiling stringprep v0.1.3
20462024-01-05T17:05:35.622Z Running `/home/build/.rustup/toolchains/1.74.1-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=c73b32aa8e3e453a -C extra-filename=-c73b32aa8e3e453a --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings`
20472024-01-05T17:05:36.258Z Compiling console v0.15.7
20482024-01-05T17:05:36.269Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=33a5928f2ec0ac9f -C extra-filename=-33a5928f2ec0ac9f --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-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
20492024-01-05T17:05:37.209Z Compiling bstr v1.6.0
20502024-01-05T17:05:37.215Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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="std"' --cfg 'feature="unicode"' -C metadata=ce6aeddc0b5d8d62 -C extra-filename=-ce6aeddc0b5d8d62 --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-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-557357d191a468a1.rmeta --cap-lints allow -D warnings`
20512024-01-05T17:05:37.247Z Compiling ff v0.13.0
20522024-01-05T17:05:37.298Z Running `/home/build/.rustup/toolchains/1.74.1-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=0fbfb3da863b7ff5 -C extra-filename=-0fbfb3da863b7ff5 --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-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings`
20532024-01-05T17:05:37.660Z Compiling float-cmp v0.9.0
20542024-01-05T17:05:37.664Z Running `/home/build/.rustup/toolchains/1.74.1-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=d2052c460f19a2f0 -C extra-filename=-d2052c460f19a2f0 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings`
20552024-01-05T17:05:37.781Z Compiling base16ct v0.2.0
20562024-01-05T17:05:37.784Z Running `/home/build/.rustup/toolchains/1.74.1-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=7fa1f6396052bdb1 -C extra-filename=-7fa1f6396052bdb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20572024-01-05T17:05:38.017Z Compiling fallible-iterator v0.2.0
20582024-01-05T17:05:38.020Z Running `/home/build/.rustup/toolchains/1.74.1-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=7fe9b24bd1de73c0 -C extra-filename=-7fe9b24bd1de73c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20592024-01-05T17:05:38.274Z Compiling normalize-line-endings v0.3.0
20602024-01-05T17:05:38.277Z Running `/home/build/.rustup/toolchains/1.74.1-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=86b0188f6686b0fa -C extra-filename=-86b0188f6686b0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20612024-01-05T17:05:38.455Z Compiling difflib v0.4.0
20622024-01-05T17:05:38.549Z Running `/home/build/.rustup/toolchains/1.74.1-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=976322e8de8781b1 -C extra-filename=-976322e8de8781b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20632024-01-05T17:05:38.794Z Compiling sec1 v0.7.3
20642024-01-05T17:05:38.797Z Running `/home/build/.rustup/toolchains/1.74.1-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=0d969a25ba0b1c7e -C extra-filename=-0d969a25ba0b1c7e --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-7fa1f6396052bdb1.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3c7a0b1f20625620.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings`
20652024-01-05T17:05:39.143Z Compiling predicates v3.0.4
20662024-01-05T17:05:39.146Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=9b09d7118d86b34c -C extra-filename=-9b09d7118d86b34c --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-ae5ed257b591d4e2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-976322e8de8781b1.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-d2052c460f19a2f0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-89a889cf9a6c2547.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-86b0188f6686b0fa.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings`
20672024-01-05T17:05:39.736Z Compiling postgres-protocol v0.6.6
20682024-01-05T17:05:39.741Z Running `/home/build/.rustup/toolchains/1.74.1-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=3c3003bdea8d02ad -C extra-filename=-3c3003bdea8d02ad --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-2142c24215a1cbad.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ef371d78f014d3f1.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-62c1d3bd1e2b7fad.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c73b32aa8e3e453a.rmeta --cap-lints allow -D warnings`
20692024-01-05T17:05:39.795Z Compiling group v0.13.0
20702024-01-05T17:05:39.802Z Running `/home/build/.rustup/toolchains/1.74.1-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=484458b429b76554 -C extra-filename=-484458b429b76554 --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-0fbfb3da863b7ff5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings`
20712024-01-05T17:05:40.268Z Compiling hubpack v0.1.2
20722024-01-05T17:05:40.271Z Running `/home/build/.rustup/toolchains/1.74.1-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=72338606a3b7be90 -C extra-filename=-72338606a3b7be90 --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-0563dee018a3bc68.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
20732024-01-05T17:05:40.975Z Compiling zip v0.6.6
20742024-01-05T17:05:40.982Z Running `/home/build/.rustup/toolchains/1.74.1-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=76dc1c2985d9a15a -C extra-filename=-76dc1c2985d9a15a --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-4ff908e223b9ba35.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-8b9631db66df3aca.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-ddd6b783a064eb7e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
20752024-01-05T17:05:41.117Z Running `/home/build/.rustup/toolchains/1.74.1-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=e999d9c2c3b1bdc7 -C extra-filename=-e999d9c2c3b1bdc7 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
20762024-01-05T17:05:41.864Z Compiling cipher v0.4.4
20772024-01-05T17:05:41.868Z Running `/home/build/.rustup/toolchains/1.74.1-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=6d5c7eee71bf8282 -C extra-filename=-6d5c7eee71bf8282 --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-29dae3b72849ee3b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ffae7e649762a29d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings`
20782024-01-05T17:05:41.914Z Running `/home/build/.rustup/toolchains/1.74.1-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=63680402d5e07d05 -C extra-filename=-63680402d5e07d05 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ae7be88562f82fba.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings`
20792024-01-05T17:05:42.681Z Compiling similar v2.3.0
20802024-01-05T17:05:42.684Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.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="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=4a7b84e25ebd2235 -C extra-filename=-4a7b84e25ebd2235 --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-b8e8dc310f6d46a3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --cap-lints allow -D warnings`
20812024-01-05T17:05:43.320Z Compiling hkdf v0.12.4
20822024-01-05T17:05:43.323Z Running `/home/build/.rustup/toolchains/1.74.1-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=c9a4000fa488603b -C extra-filename=-c9a4000fa488603b --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-ef371d78f014d3f1.rmeta --cap-lints allow -D warnings`
20832024-01-05T17:05:43.701Z Compiling phf_shared v0.11.2
20842024-01-05T17:05:43.705Z Running `/home/build/.rustup/toolchains/1.74.1-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=99682a769b4285fe -C extra-filename=-99682a769b4285fe --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-1135da77659c2954.rmeta --cap-lints allow -D warnings`
20852024-01-05T17:05:44.278Z Compiling crypto-bigint v0.5.2
20862024-01-05T17:05:44.283Z Running `/home/build/.rustup/toolchains/1.74.1-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=4ed877f878739be1 -C extra-filename=-4ed877f878739be1 --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-293859237790d0c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings`
20872024-01-05T17:05:45.486Z Compiling serde_repr v0.1.16
20882024-01-05T17:05:45.492Z Running `/home/build/.rustup/toolchains/1.74.1-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=b973d1b1aef5a8a5 -C extra-filename=-b973d1b1aef5a8a5 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
20892024-01-05T17:05:45.562Z Compiling snafu v0.7.5
20902024-01-05T17:05:45.593Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-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="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=464c3b73e7236c93 -C extra-filename=-464c3b73e7236c93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-07fc207f0825dc23.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-eb1e71e977cb5743.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-5195312e4cc5703c.so --cap-lints allow -D warnings`
20912024-01-05T17:05:46.803Z Compiling yasna v0.5.2
20922024-01-05T17:05:46.806Z Running `/home/build/.rustup/toolchains/1.74.1-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=4d82b57d4e7e0298 -C extra-filename=-4d82b57d4e7e0298 --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-a55d8fa36e94059e.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e999d9c2c3b1bdc7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings`
20932024-01-05T17:05:46.949Z Compiling phf v0.11.2
20942024-01-05T17:05:46.953Z Running `/home/build/.rustup/toolchains/1.74.1-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=1b99faa62037c9e8 -C extra-filename=-1b99faa62037c9e8 --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-99682a769b4285fe.rmeta --cap-lints allow -D warnings`
20952024-01-05T17:05:47.420Z Compiling elliptic-curve v0.13.8
20962024-01-05T17:05:47.424Z Running `/home/build/.rustup/toolchains/1.74.1-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=b526605e196956da -C extra-filename=-b526605e196956da --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-7fa1f6396052bdb1.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-4ed877f878739be1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-798cb828ba43eb0a.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-0fbfb3da863b7ff5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-484458b429b76554.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c9a4000fa488603b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3c7a0b1f20625620.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0d969a25ba0b1c7e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings`
20972024-01-05T17:05:47.656Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20982024-01-05T17:05:47.659Z Running `/home/build/.rustup/toolchains/1.74.1-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=b8bf9e026a5f3263 -C extra-filename=-b8bf9e026a5f3263 --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-8861c4fe0bf9ac1d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-72338606a3b7be90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-b973d1b1aef5a8a5.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-63680402d5e07d05.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-a42bd8afcc69c082.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings`
20992024-01-05T17:05:48.670Z Compiling postgres-types v0.2.6
21002024-01-05T17:05:48.674Z Running `/home/build/.rustup/toolchains/1.74.1-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=ac33e59becc4202a -C extra-filename=-ac33e59becc4202a --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-b146123347a3f7ba.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-3c3003bdea8d02ad.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --cap-lints allow -D warnings`
21012024-01-05T17:05:48.781Z Compiling whoami v1.4.1
21022024-01-05T17:05:48.806Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-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 --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=bebeedfb8f542523 -C extra-filename=-bebeedfb8f542523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21032024-01-05T17:05:49.785Z Compiling tokio-stream v0.1.14
21042024-01-05T17:05:49.788Z Running `/home/build/.rustup/toolchains/1.74.1-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.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 --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=a5fee117f57da310 -C extra-filename=-a5fee117f57da310 --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-df288950ad332dec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --cap-lints allow -D warnings`
21052024-01-05T17:05:50.051Z Compiling tokio-postgres v0.7.10
21062024-01-05T17:05:50.054Z Running `/home/build/.rustup/toolchains/1.74.1-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=c472ad424f0bc923 -C extra-filename=-c472ad424f0bc923 --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-2ef3d8409111332a.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1b99faa62037c9e8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-3c3003bdea8d02ad.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ac33e59becc4202a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1883b6e44d740cc2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-bebeedfb8f542523.rmeta --cap-lints allow -D warnings`
21072024-01-05T17:05:50.079Z Compiling serde_tokenstream v0.2.0
21082024-01-05T17:05:50.082Z Running `/home/build/.rustup/toolchains/1.74.1-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=18564ed0ba8c6898 -C extra-filename=-18564ed0ba8c6898 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings`
21092024-01-05T17:05:50.919Z Compiling regress v0.7.1
21102024-01-05T17:05:50.923Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d835d7f7345ea5fa -C extra-filename=-d835d7f7345ea5fa --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-71fe15356f78911d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings`
21112024-01-05T17:05:51.228Z Compiling getopts v0.2.21
21122024-01-05T17:05:51.231Z Running `/home/build/.rustup/toolchains/1.74.1-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=baeed00c4892b615 -C extra-filename=-baeed00c4892b615 --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
21132024-01-05T17:05:51.342Z Compiling unsafe-libyaml v0.2.10
21142024-01-05T17:05:51.385Z Running `/home/build/.rustup/toolchains/1.74.1-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=3e0eb814995768c3 -C extra-filename=-3e0eb814995768c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21152024-01-05T17:05:52.884Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
21162024-01-05T17:05:52.887Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/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=287d13610b493cdd -C extra-filename=-287d13610b493cdd --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-b146123347a3f7ba.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
21172024-01-05T17:05:53.496Z Compiling fastrand v2.0.0
21182024-01-05T17:05:53.499Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=093a2b7dc323b192 -C extra-filename=-093a2b7dc323b192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21192024-01-05T17:05:54.352Z Compiling serde_yaml v0.9.25
21202024-01-05T17:05:54.356Z Running `/home/build/.rustup/toolchains/1.74.1-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=2cf80b79e27bd057 -C extra-filename=-2cf80b79e27bd057 --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-e798a3f319647c37.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-3e0eb814995768c3.rmeta --cap-lints allow -D warnings`
21212024-01-05T17:05:54.658Z Compiling tempfile v3.8.1
21222024-01-05T17:05:54.664Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=42facc85d6e5ea7b -C extra-filename=-42facc85d6e5ea7b --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-6efcfb0956144885.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-093a2b7dc323b192.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b9f18efdb99a22ff.rmeta --cap-lints allow -D warnings`
21232024-01-05T17:05:55.977Z Compiling dirs-sys-next v0.1.2
21242024-01-05T17:05:55.981Z Running `/home/build/.rustup/toolchains/1.74.1-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=c988e2efb6ed1325 -C extra-filename=-c988e2efb6ed1325 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
21252024-01-05T17:05:56.268Z Compiling toml v0.8.8
21262024-01-05T17:05:56.271Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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="display"' --cfg 'feature="parse"' -C metadata=682da308f1708b9d -C extra-filename=-682da308f1708b9d --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-cf038da05bbc4b90.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-9fdbfa45a2400976.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-765c72f994e1a509.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-28fa5d15d5e091cb.rmeta --cap-lints allow -D warnings`
21272024-01-05T17:05:56.998Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
21282024-01-05T17:05:57.004Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/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=9f7c42431a98368d -C extra-filename=-9f7c42431a98368d --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-22616ea412428ac4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings`
21292024-01-05T17:05:57.528Z Compiling dirs-next v2.0.0
21302024-01-05T17:05:57.555Z Running `/home/build/.rustup/toolchains/1.74.1-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=36e261b894f61460 -C extra-filename=-36e261b894f61460 --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-6efcfb0956144885.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-c988e2efb6ed1325.rmeta --cap-lints allow -D warnings`
21312024-01-05T17:05:57.792Z Compiling ident_case v1.0.1
21322024-01-05T17:05:57.799Z Running `/home/build/.rustup/toolchains/1.74.1-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=8299fe9430dc73f9 -C extra-filename=-8299fe9430dc73f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21332024-01-05T17:05:58.066Z Compiling term v0.7.0
21342024-01-05T17:05:58.092Z Running `/home/build/.rustup/toolchains/1.74.1-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=b835c3722defd562 -C extra-filename=-b835c3722defd562 --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-36e261b894f61460.rmeta --cap-lints allow -D warnings`
21352024-01-05T17:05:58.381Z Compiling camino v1.1.6
21362024-01-05T17:05:58.384Z Running `/home/build/.rustup/toolchains/1.74.1-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=86b1f5d4e5750d0f -C extra-filename=-86b1f5d4e5750d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21372024-01-05T17:05:58.840Z Compiling match_cfg v0.1.0
21382024-01-05T17:05:58.847Z Running `/home/build/.rustup/toolchains/1.74.1-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=8d6f796531e71837 -C extra-filename=-8d6f796531e71837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21392024-01-05T17:05:59.000Z Compiling hostname v0.3.1
21402024-01-05T17:05:59.003Z Running `/home/build/.rustup/toolchains/1.74.1-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=0d2de37fe3a9db95 -C extra-filename=-0d2de37fe3a9db95 --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-dc3967e2ac4e7655.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8d6f796531e71837.rmeta --cap-lints allow -D warnings`
21412024-01-05T17:05:59.101Z Compiling quick-error v1.2.3
21422024-01-05T17:05:59.105Z Running `/home/build/.rustup/toolchains/1.74.1-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=f4ece63d59b921ed -C extra-filename=-f4ece63d59b921ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21432024-01-05T17:05:59.309Z Compiling atty v0.2.14
21442024-01-05T17:05:59.313Z Running `/home/build/.rustup/toolchains/1.74.1-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=e0f38db7acb90eea -C extra-filename=-e0f38db7acb90eea --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
21452024-01-05T17:05:59.337Z Compiling paste v1.0.14
21462024-01-05T17:05:59.375Z Running `/home/build/.rustup/toolchains/1.74.1-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=17f860821eb44ff2 -C extra-filename=-17f860821eb44ff2 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21472024-01-05T17:05:59.442Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f/build-script-build`
21482024-01-05T17:05:59.504Z Compiling crossbeam-channel v0.5.8
21492024-01-05T17:05:59.507Z Running `/home/build/.rustup/toolchains/1.74.1-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=32a85d5b9d9472a5 -C extra-filename=-32a85d5b9d9472a5 --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-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings`
21502024-01-05T17:05:59.577Z Running `/home/build/.rustup/toolchains/1.74.1-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=9f2692c8ed9c48e4 -C extra-filename=-9f2692c8ed9c48e4 --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
21512024-01-05T17:06:00.067Z Compiling sha1 v0.10.6
21522024-01-05T17:06:00.070Z Running `/home/build/.rustup/toolchains/1.74.1-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=0694f2796fb850ab -C extra-filename=-0694f2796fb850ab --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-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-798cb828ba43eb0a.rmeta --cap-lints allow -D warnings`
21532024-01-05T17:06:00.207Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2/build-script-build`
21542024-01-05T17:06:00.305Z Running `/home/build/.rustup/toolchains/1.74.1-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=60fab0b6ed22a15f -C extra-filename=-60fab0b6ed22a15f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
21552024-01-05T17:06:00.539Z Compiling thread_local v1.1.7
21562024-01-05T17:06:00.543Z Running `/home/build/.rustup/toolchains/1.74.1-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=a956bb67073eaaaf -C extra-filename=-a956bb67073eaaaf --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-6efcfb0956144885.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --cap-lints allow -D warnings`
21572024-01-05T17:06:00.718Z Compiling instant v0.1.12
21582024-01-05T17:06:00.722Z Running `/home/build/.rustup/toolchains/1.74.1-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=a3b9195715d78840 -C extra-filename=-a3b9195715d78840 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings`
21592024-01-05T17:06:00.921Z Compiling slog-async v2.8.0
21602024-01-05T17:06:00.924Z Running `/home/build/.rustup/toolchains/1.74.1-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=2d7c77191a0e5009 -C extra-filename=-2d7c77191a0e5009 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21612024-01-05T17:06:01.235Z Compiling multer v2.1.0
21622024-01-05T17:06:01.240Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.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 --cfg 'feature="default"' -C metadata=d10933d0ad4733ee -C extra-filename=-d10933d0ad4733ee --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-d10933d0ad4733ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
21632024-01-05T17:06:01.274Z Compiling take_mut v0.2.2
21642024-01-05T17:06:01.277Z Running `/home/build/.rustup/toolchains/1.74.1-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=02738aa85a18abf3 -C extra-filename=-02738aa85a18abf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21652024-01-05T17:06:01.309Z Compiling debug-ignore v1.0.5
21662024-01-05T17:06:01.312Z Running `/home/build/.rustup/toolchains/1.74.1-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=c316abf7f0096b7b -C extra-filename=-c316abf7f0096b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21672024-01-05T17:06:01.436Z Compiling slog-term v2.9.0
21682024-01-05T17:06:01.472Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=0a8cfe55481cfc2e -C extra-filename=-0a8cfe55481cfc2e --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-e0f38db7acb90eea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings`
21692024-01-05T17:06:01.504Z Compiling darling_core v0.20.3
21702024-01-05T17:06:01.507Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="strsim"' --cfg 'feature="suggestions"' -C metadata=7e547cd6a77cbc9d -C extra-filename=-7e547cd6a77cbc9d --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings`
21712024-01-05T17:06:01.530Z Compiling slog-json v2.6.1
21722024-01-05T17:06:01.535Z Running `/home/build/.rustup/toolchains/1.74.1-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=676299a088f29e27 -C extra-filename=-676299a088f29e27 --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-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings`
21732024-01-05T17:06:01.799Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-d10933d0ad4733ee/build-script-build`
21742024-01-05T17:06:01.825Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009/build-script-build`
21752024-01-05T17:06:01.891Z Compiling async-stream-impl v0.3.5
21762024-01-05T17:06:01.918Z Running `/home/build/.rustup/toolchains/1.74.1-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=bb0201a2e5e40974 -C extra-filename=-bb0201a2e5e40974 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
21772024-01-05T17:06:01.925Z Compiling diesel v2.1.4
21782024-01-05T17:06:01.925Z Running `/home/build/.rustup/toolchains/1.74.1-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=265466263196d585 -C extra-filename=-265466263196d585 --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-32a85d5b9d9472a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-02738aa85a18abf3.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --cap-lints allow -D warnings --cfg integer128`
21792024-01-05T17:06:01.938Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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 --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=09968771c6160b65 -C extra-filename=-09968771c6160b65 --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-275fa7b68fe444be.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-ab0b1138fb77991a.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d2e38acedf28ac48.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
21802024-01-05T17:06:02.105Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
21812024-01-05T17:06:02.109Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/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=bb63725e5877f0fc -C extra-filename=-bb63725e5877f0fc --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
21822024-01-05T17:06:02.491Z Compiling atomic-waker v1.1.1
21832024-01-05T17:06:02.496Z Running `/home/build/.rustup/toolchains/1.74.1-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=a50df26b514b845d -C extra-filename=-a50df26b514b845d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21842024-01-05T17:06:02.701Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc/build-script-build`
21852024-01-05T17:06:02.774Z Compiling waitgroup v0.1.2
21862024-01-05T17:06:02.800Z Running `/home/build/.rustup/toolchains/1.74.1-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=7ddf078f473b7f9e -C extra-filename=-7ddf078f473b7f9e --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-a50df26b514b845d.rmeta --cap-lints allow -D warnings`
21872024-01-05T17:06:02.806Z Compiling slog-bunyan v2.4.0
21882024-01-05T17:06:02.824Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.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=4d890909347d6bec -C extra-filename=-4d890909347d6bec --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-0d2de37fe3a9db95.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-676299a088f29e27.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings`
21892024-01-05T17:06:03.091Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-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 --cfg 'feature="default"' -C metadata=b723fe5273273363 -C extra-filename=-b723fe5273273363 --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-b146123347a3f7ba.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings`
21902024-01-05T17:06:03.144Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
21912024-01-05T17:06:03.149Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/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=36d1b66ac1469bb0 -C extra-filename=-36d1b66ac1469bb0 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18564ed0ba8c6898.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
21922024-01-05T17:06:03.541Z Compiling serde_path_to_error v0.1.14
21932024-01-05T17:06:03.546Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=4b605bb5db8574c1 -C extra-filename=-4b605bb5db8574c1 --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-7ee2097a83409d11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
21942024-01-05T17:06:04.014Z Compiling strum v0.25.0
21952024-01-05T17:06:04.021Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-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="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=1109241962057dec -C extra-filename=-1109241962057dec --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-a42bd8afcc69c082.so --cap-lints allow -D warnings`
21962024-01-05T17:06:04.258Z Compiling structmeta-derive v0.2.0
21972024-01-05T17:06:04.262Z Running `/home/build/.rustup/toolchains/1.74.1-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=69c9d94723588349 -C extra-filename=-69c9d94723588349 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
21982024-01-05T17:06:04.456Z Compiling async-stream v0.3.5
21992024-01-05T17:06:04.460Z Running `/home/build/.rustup/toolchains/1.74.1-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=ead50cdd7e2ae7f3 -C extra-filename=-ead50cdd7e2ae7f3 --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-bb0201a2e5e40974.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings`
22002024-01-05T17:06:04.774Z Compiling wait-timeout v0.2.0
22012024-01-05T17:06:04.778Z Running `/home/build/.rustup/toolchains/1.74.1-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=e5f61cb843a6521e -C extra-filename=-e5f61cb843a6521e --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
22022024-01-05T17:06:04.904Z Compiling rand_xorshift v0.3.0
22032024-01-05T17:06:04.907Z Running `/home/build/.rustup/toolchains/1.74.1-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=2697a98ede26a6ea -C extra-filename=-2697a98ede26a6ea --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-d6a1aea7375010bd.rmeta --cap-lints allow -D warnings`
22042024-01-05T17:06:04.930Z Compiling regex-syntax v0.7.5
22052024-01-05T17:06:04.934Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-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="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=0e1d4132dc5c5639 -C extra-filename=-0e1d4132dc5c5639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22062024-01-05T17:06:05.351Z Compiling rusty-fork v0.3.0
22072024-01-05T17:06:05.359Z Running `/home/build/.rustup/toolchains/1.74.1-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=71c4cc6c832c6c37 -C extra-filename=-71c4cc6c832c6c37 --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-6cf1b0ed1ebc9dce.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e5f61cb843a6521e.rmeta --cap-lints allow -D warnings`
22082024-01-05T17:06:05.613Z Compiling unarray v0.1.4
22092024-01-05T17:06:05.617Z Running `/home/build/.rustup/toolchains/1.74.1-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=8ef4c22b4a35dc11 -C extra-filename=-8ef4c22b4a35dc11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22102024-01-05T17:06:05.850Z Compiling proptest v1.4.0
22112024-01-05T17:06:05.853Z Running `/home/build/.rustup/toolchains/1.74.1-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=edfddc23db9cd6ad -C extra-filename=-edfddc23db9cd6ad --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-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-275fa7b68fe444be.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-2697a98ede26a6ea.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-71c4cc6c832c6c37.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-8ef4c22b4a35dc11.rmeta --cap-lints allow -D warnings`
22122024-01-05T17:06:06.567Z Compiling backoff v0.4.0
22132024-01-05T17:06:06.570Z Running `/home/build/.rustup/toolchains/1.74.1-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=a3732bf1a4ab3611 -C extra-filename=-a3732bf1a4ab3611 --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-df288950ad332dec.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7defc2e9733c79ab.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --cap-lints allow -D warnings`
22142024-01-05T17:06:07.053Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/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=829518176010ab89 -C extra-filename=-829518176010ab89 --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-ead50cdd7e2ae7f3.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-36d1b66ac1469bb0.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0d2de37fe3a9db95.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-b723fe5273273363.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-70cdd3080355303d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4b605bb5db8574c1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0694f2796fb850ab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4d890909347d6bec.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-676299a088f29e27.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-054e37907b9331e9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7ddf078f473b7f9e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out`
22152024-01-05T17:06:07.088Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22162024-01-05T17:06:07.091Z Running `/home/build/.rustup/toolchains/1.74.1-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=6d41b02ab6b1f523 -C extra-filename=-6d41b02ab6b1f523 --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-a65b4acf4daaeaec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
22172024-01-05T17:06:07.354Z Compiling macaddr v1.0.1
22182024-01-05T17:06:07.357Z Running `/home/build/.rustup/toolchains/1.74.1-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=a258332056a27a50 -C extra-filename=-a258332056a27a50 --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
22192024-01-05T17:06:08.123Z Compiling camino-tempfile v1.1.1
22202024-01-05T17:06:08.127Z Running `/home/build/.rustup/toolchains/1.74.1-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=4fcbbe1be4b140cd -C extra-filename=-4fcbbe1be4b140cd --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-9f2692c8ed9c48e4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rmeta --cap-lints allow -D warnings`
22212024-01-05T17:06:08.752Z Compiling is-terminal v0.4.9
22222024-01-05T17:06:08.756Z Running `/home/build/.rustup/toolchains/1.74.1-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=ba3d589594c37a03 -C extra-filename=-ba3d589594c37a03 --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-b9f18efdb99a22ff.rmeta --cap-lints allow -D warnings`
22232024-01-05T17:06:08.942Z Compiling proc-macro-error-attr v1.0.4
22242024-01-05T17:06:08.946Z Running `/home/build/.rustup/toolchains/1.74.1-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=a92b53c06bbbcb17 -C extra-filename=-a92b53c06bbbcb17 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
22252024-01-05T17:06:09.510Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17/build-script-build`
22262024-01-05T17:06:09.537Z Compiling structmeta v0.2.0
22272024-01-05T17:06:09.540Z Running `/home/build/.rustup/toolchains/1.74.1-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=3827815eeb2eb351 -C extra-filename=-3827815eeb2eb351 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-69c9d94723588349.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings`
22282024-01-05T17:06:09.606Z Compiling proc-macro-error v1.0.4
22292024-01-05T17:06:09.609Z Running `/home/build/.rustup/toolchains/1.74.1-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=4fc757a082fb008a -C extra-filename=-4fc757a082fb008a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
22302024-01-05T17:06:10.186Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a/build-script-build`
22312024-01-05T17:06:10.217Z Compiling test-strategy v0.3.1
22322024-01-05T17:06:10.244Z Running `/home/build/.rustup/toolchains/1.74.1-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=942493d6afb74a22 -C extra-filename=-942493d6afb74a22 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-3827815eeb2eb351.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
22332024-01-05T17:06:10.383Z Running `/home/build/.rustup/toolchains/1.74.1-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=a65fac4fe6d7e0a5 -C extra-filename=-a65fac4fe6d7e0a5 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern proc_macro --cap-lints allow -D warnings`
22342024-01-05T17:06:11.707Z Compiling darling_macro v0.20.3
22352024-01-05T17:06:11.710Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=1afde420bd5ff068 -C extra-filename=-1afde420bd5ff068 --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-7e547cd6a77cbc9d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
22362024-01-05T17:06:11.859Z Running `/home/build/.rustup/toolchains/1.74.1-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=4aee7789a7204eaf -C extra-filename=-4aee7789a7204eaf --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-a65fac4fe6d7e0a5.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings --cfg use_fallback`
22372024-01-05T17:06:13.075Z Compiling termtree v0.4.1
22382024-01-05T17:06:13.078Z Running `/home/build/.rustup/toolchains/1.74.1-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=4f8a505025bd240a -C extra-filename=-4f8a505025bd240a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22392024-01-05T17:06:13.415Z Compiling predicates-tree v1.0.9
22402024-01-05T17:06:13.419Z Running `/home/build/.rustup/toolchains/1.74.1-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=a10b956f74bf4c45 -C extra-filename=-a10b956f74bf4c45 --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-7d111e89a58c4d20.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-4f8a505025bd240a.rmeta --cap-lints allow -D warnings`
22412024-01-05T17:06:13.714Z Compiling darling v0.20.3
22422024-01-05T17:06:13.719Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="suggestions"' -C metadata=f1365d9b5e9fea6c -C extra-filename=-f1365d9b5e9fea6c --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-7e547cd6a77cbc9d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-1afde420bd5ff068.so --cap-lints allow -D warnings`
22432024-01-05T17:06:13.878Z Compiling serde_with_macros v3.4.0
22442024-01-05T17:06:13.881Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=e9d06907e9c79f5b -C extra-filename=-e9d06907e9c79f5b --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-f1365d9b5e9fea6c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
22452024-01-05T17:06:14.202Z Compiling proc-macro-crate v1.3.1
22462024-01-05T17:06:14.206Z Running `/home/build/.rustup/toolchains/1.74.1-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=0244a039c9558e47 -C extra-filename=-0244a039c9558e47 --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-78575848a39b5a91.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17582d59827ea7fa.rmeta --cap-lints allow -D warnings`
22472024-01-05T17:06:15.935Z Compiling num_enum_derive v0.5.11
22482024-01-05T17:06:15.938Z Running `/home/build/.rustup/toolchains/1.74.1-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=e819cdba048126c1 -C extra-filename=-e819cdba048126c1 --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-0244a039c9558e47.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
22492024-01-05T17:06:16.311Z Compiling parse-display-derive v0.8.2
22502024-01-05T17:06:16.315Z Running `/home/build/.rustup/toolchains/1.74.1-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.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 -C metadata=f4ba71be4b43a06c -C extra-filename=-f4ba71be4b43a06c --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-78575848a39b5a91.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0e1d4132dc5c5639.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-3827815eeb2eb351.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
22512024-01-05T17:06:17.293Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22522024-01-05T17:06:17.296Z Running `/home/build/.rustup/toolchains/1.74.1-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=fc6877d46a24d6b7 -C extra-filename=-fc6877d46a24d6b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22532024-01-05T17:06:17.925Z Compiling smoltcp v0.10.0
22542024-01-05T17:06:17.930Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.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=8d9546c1fd34a54d -C extra-filename=-8d9546c1fd34a54d --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8d9546c1fd34a54d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22552024-01-05T17:06:18.675Z Compiling serde_with v3.4.0
22562024-01-05T17:06:18.678Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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="macros"' --cfg 'feature="std"' -C metadata=c6405c9da19cff36 -C extra-filename=-c6405c9da19cff36 --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-cf038da05bbc4b90.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-e9d06907e9c79f5b.so --cap-lints allow -D warnings`
22572024-01-05T17:06:19.174Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8d9546c1fd34a54d/build-script-build`
22582024-01-05T17:06:19.193Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7/build-script-build`
22592024-01-05T17:06:19.230Z Compiling embedded-io v0.4.0
22602024-01-05T17:06:19.236Z Running `/home/build/.rustup/toolchains/1.74.1-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=03213792b7ecc648 -C extra-filename=-03213792b7ecc648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22612024-01-05T17:06:19.593Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22622024-01-05T17:06:19.596Z Running `/home/build/.rustup/toolchains/1.74.1-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=f81b0c2ad61a74a1 -C extra-filename=-f81b0c2ad61a74a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22632024-01-05T17:06:20.136Z Compiling crucible-workspace-hack v0.1.0
22642024-01-05T17:06:20.140Z Running `/home/build/.rustup/toolchains/1.74.1-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=dc1d1786538742c9 -C extra-filename=-dc1d1786538742c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22652024-01-05T17:06:20.492Z Compiling cobs v0.2.3
22662024-01-05T17:06:20.495Z Running `/home/build/.rustup/toolchains/1.74.1-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=5a3d97eb568d3803 -C extra-filename=-5a3d97eb568d3803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22672024-01-05T17:06:20.659Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9/build-script-build`
22682024-01-05T17:06:20.729Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1/build-script-build`
22692024-01-05T17:06:20.738Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-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="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=ea5e9b8a6e6ab59c -C extra-filename=-ea5e9b8a6e6ab59c --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ae7be88562f82fba.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings`
22702024-01-05T17:06:20.901Z Compiling num_enum v0.5.11
22712024-01-05T17:06:20.904Z Running `/home/build/.rustup/toolchains/1.74.1-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=67796538518162b7 -C extra-filename=-67796538518162b7 --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-e819cdba048126c1.so --cap-lints allow -D warnings`
22722024-01-05T17:06:20.969Z Compiling postcard v1.0.8
22732024-01-05T17:06:20.972Z Running `/home/build/.rustup/toolchains/1.74.1-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=be421d7015663a1f -C extra-filename=-be421d7015663a1f --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-5a3d97eb568d3803.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-03213792b7ecc648.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
22742024-01-05T17:06:21.125Z Compiling foreign-types-macros v0.2.3
22752024-01-05T17:06:21.131Z Running `/home/build/.rustup/toolchains/1.74.1-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=5f926005d691e74c -C extra-filename=-5f926005d691e74c --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
22762024-01-05T17:06:22.453Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
22772024-01-05T17:06:22.456Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=c394f03e3bbbf9e2 -C extra-filename=-c394f03e3bbbf9e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-c394f03e3bbbf9e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
22782024-01-05T17:06:23.019Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22792024-01-05T17:06:23.022Z Running `/home/build/.rustup/toolchains/1.74.1-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=dd4e5d325a4cdc6a -C extra-filename=-dd4e5d325a4cdc6a --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22802024-01-05T17:06:23.582Z Compiling foreign-types-shared v0.3.1
22812024-01-05T17:06:23.585Z Running `/home/build/.rustup/toolchains/1.74.1-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=1aad55c56eb66317 -C extra-filename=-1aad55c56eb66317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22822024-01-05T17:06:23.619Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
22832024-01-05T17:06:23.643Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=003edb70aaa7a778 -C extra-filename=-003edb70aaa7a778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22842024-01-05T17:06:23.755Z Compiling foreign-types v0.5.0
22852024-01-05T17:06:23.758Z Running `/home/build/.rustup/toolchains/1.74.1-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=9d290d22cc64a862 -C extra-filename=-9d290d22cc64a862 --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-5f926005d691e74c.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-1aad55c56eb66317.rmeta --cap-lints allow -D warnings`
22862024-01-05T17:06:23.884Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a/build-script-build`
22872024-01-05T17:06:23.921Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-c394f03e3bbbf9e2/build-script-build`
22882024-01-05T17:06:23.940Z Running `/home/build/.rustup/toolchains/1.74.1-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=1cd0cf5301ed57db -C extra-filename=-1cd0cf5301ed57db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
22892024-01-05T17:06:24.010Z Running `/home/build/.rustup/toolchains/1.74.1-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=84ecd44a98e3688b -C extra-filename=-84ecd44a98e3688b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22902024-01-05T17:06:24.155Z Running `/home/build/.rustup/toolchains/1.74.1-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=53e50daadc4ec088 -C extra-filename=-53e50daadc4ec088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l nvpair -l zfs`
22912024-01-05T17:06:24.182Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22922024-01-05T17:06:24.182Z Running `/home/build/.rustup/toolchains/1.74.1-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=a5464232b0fb28d3 -C extra-filename=-a5464232b0fb28d3 --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-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
22932024-01-05T17:06:24.432Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
22942024-01-05T17:06:24.435Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=7b72872db50e7719 -C extra-filename=-7b72872db50e7719 --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-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
22952024-01-05T17:06:24.477Z Compiling parse-display v0.8.2
22962024-01-05T17:06:24.479Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-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="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=9c951f70953cf1ef -C extra-filename=-9c951f70953cf1ef --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-78575848a39b5a91.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-f4ba71be4b43a06c.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings`
22972024-01-05T17:06:24.748Z Compiling cstr-argument v0.1.2
22982024-01-05T17:06:24.751Z Running `/home/build/.rustup/toolchains/1.74.1-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=aa8cf6bc33f5e695 -C extra-filename=-aa8cf6bc33f5e695 --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-6efcfb0956144885.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings`
22992024-01-05T17:06:25.113Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
23002024-01-05T17:06:25.153Z Running `/home/build/.rustup/toolchains/1.74.1-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=9f73abf30ced9bbb -C extra-filename=-9f73abf30ced9bbb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23012024-01-05T17:06:25.398Z Compiling pretty-hex v0.2.1
23022024-01-05T17:06:25.402Z Running `/home/build/.rustup/toolchains/1.74.1-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=8bedb3b668532990 -C extra-filename=-8bedb3b668532990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23032024-01-05T17:06:25.651Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb/build-script-build`
23042024-01-05T17:06:25.679Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23052024-01-05T17:06:25.697Z Running `/home/build/.rustup/toolchains/1.74.1-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=870afd63d40e1adf -C extra-filename=-870afd63d40e1adf --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-dc3967e2ac4e7655.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-1cd0cf5301ed57db.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-67796538518162b7.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8bedb3b668532990.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --cap-lints allow -D warnings`
23062024-01-05T17:06:25.707Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23072024-01-05T17:06:25.743Z Running `/home/build/.rustup/toolchains/1.74.1-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=82070b8565defc0e -C extra-filename=-82070b8565defc0e --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-aa8cf6bc33f5e695.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-9d290d22cc64a862.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --cap-lints allow -D warnings`
23082024-01-05T17:06:25.746Z Running `/home/build/.rustup/toolchains/1.74.1-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=181518bd2a15f2a4 -C extra-filename=-181518bd2a15f2a4 --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-dc3967e2ac4e7655.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-a5464232b0fb28d3.so --cap-lints allow -D warnings -l door`
23092024-01-05T17:06:25.991Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
23102024-01-05T17:06:25.994Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=a170144e4d50d4f1 -C extra-filename=-a170144e4d50d4f1 --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-003edb70aaa7a778.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-be421d7015663a1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ea5e9b8a6e6ab59c.rmeta --cap-lints allow -D warnings`
23112024-01-05T17:06:26.156Z Compiling colored v2.0.4
23122024-01-05T17:06:26.180Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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 -C metadata=eb7e1025b283350f -C extra-filename=-eb7e1025b283350f --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-ba3d589594c37a03.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --cap-lints allow -D warnings`
23132024-01-05T17:06:26.184Z Compiling zone_cfg_derive v0.3.0
23142024-01-05T17:06:26.213Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=6c27379c05eff07e -C extra-filename=-6c27379c05eff07e --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4aee7789a7204eaf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
23152024-01-05T17:06:26.556Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
23162024-01-05T17:06:26.560Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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=345805380bad4a64 -C extra-filename=-345805380bad4a64 --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-dc3967e2ac4e7655.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --cap-lints allow -D warnings`
23172024-01-05T17:06:27.235Z Running `/home/build/.rustup/toolchains/1.74.1-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=b1921ea95b91b449 -C extra-filename=-b1921ea95b91b449 --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-e30e64f4bfa38f26.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-eb7e1025b283350f.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-870afd63d40e1adf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-67796538518162b7.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-82070b8565defc0e.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-181518bd2a15f2a4.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4e488eaa3affc45b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --cap-lints allow -D warnings -l kstat`
23182024-01-05T17:06:27.382Z Compiling mockall_derive v0.12.0
23192024-01-05T17:06:27.386Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=0a901d1431ff5367 -C extra-filename=-0a901d1431ff5367 --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-6efcfb0956144885.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
23202024-01-05T17:06:27.739Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23212024-01-05T17:06:27.743Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/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=a4fcfdb641e25430 -C extra-filename=-a4fcfdb641e25430 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18564ed0ba8c6898.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-9f7c42431a98368d.rlib --extern proc_macro --cap-lints allow -D warnings`
23222024-01-05T17:06:28.928Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=64abd90bde151d95 -C extra-filename=-64abd90bde151d95 --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-6efcfb0956144885.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-003edb70aaa7a778.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-7b72872db50e7719.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-a170144e4d50d4f1.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-be421d7015663a1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ea5e9b8a6e6ab59c.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
23232024-01-05T17:06:28.949Z Compiling num-derive v0.4.0
23242024-01-05T17:06:28.952Z Running `/home/build/.rustup/toolchains/1.74.1-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=7621227bb2a4d8b5 -C extra-filename=-7621227bb2a4d8b5 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
23252024-01-05T17:06:29.223Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
23262024-01-05T17:06:29.223Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=d21af1bc1b8858ba -C extra-filename=-d21af1bc1b8858ba --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-003edb70aaa7a778.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-64abd90bde151d95.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ea5e9b8a6e6ab59c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8c2553462cff5f47.rmeta --cap-lints allow -D warnings`
23272024-01-05T17:06:29.516Z Compiling fragile v2.0.0
23282024-01-05T17:06:29.540Z Running `/home/build/.rustup/toolchains/1.74.1-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=d150d6fb6809f524 -C extra-filename=-d150d6fb6809f524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23292024-01-05T17:06:30.502Z Compiling downcast v0.11.0
23302024-01-05T17:06:30.508Z Running `/home/build/.rustup/toolchains/1.74.1-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=6a8716df6a5de07c -C extra-filename=-6a8716df6a5de07c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23312024-01-05T17:06:30.868Z Compiling zone v0.3.0
23322024-01-05T17:06:30.872Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-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="async"' -C metadata=0bae087839ce8ca9 -C extra-filename=-0bae087839ce8ca9 --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-015c0fad4a8ed83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-6c27379c05eff07e.so --cap-lints allow -D warnings`
23332024-01-05T17:06:32.207Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
23342024-01-05T17:06:32.211Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=1ba7c2e9534c2d70 -C extra-filename=-1ba7c2e9534c2d70 --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-dc3967e2ac4e7655.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-b1921ea95b91b449.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-64abd90bde151d95.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d21af1bc1b8858ba.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-be421d7015663a1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings`
23352024-01-05T17:06:33.065Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
23362024-01-05T17:06:33.068Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/fab2799/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=8bf5b2351367fddb -C extra-filename=-8bf5b2351367fddb --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-84ecd44a98e3688b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-7621227bb2a4d8b5.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings`
23372024-01-05T17:06:33.563Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
23382024-01-05T17:06:33.566Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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=42d288ee9a79d69c -C extra-filename=-42d288ee9a79d69c --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-345805380bad4a64.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --cap-lints allow -D warnings`
23392024-01-05T17:06:33.707Z Compiling smf v0.2.2
23402024-01-05T17:06:33.710Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-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=e72cac7db9a599f9 -C extra-filename=-e72cac7db9a599f9 --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-39f1521536167e1a.rmeta --cap-lints allow -D warnings`
23412024-01-05T17:06:33.806Z Compiling filetime v0.2.23
23422024-01-05T17:06:33.809Z Running `/home/build/.rustup/toolchains/1.74.1-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=bcfd1808f1799595 -C extra-filename=-bcfd1808f1799595 --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-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
23432024-01-05T17:06:34.220Z Compiling xattr v1.0.1
23442024-01-05T17:06:34.223Z Running `/home/build/.rustup/toolchains/1.74.1-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=9de7b81bffd63df2 -C extra-filename=-9de7b81bffd63df2 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
23452024-01-05T17:06:34.312Z Compiling pem v3.0.2
23462024-01-05T17:06:34.316Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-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=16b20d8a12bc98eb -C extra-filename=-16b20d8a12bc98eb --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-2142c24215a1cbad.rmeta --cap-lints allow -D warnings`
23472024-01-05T17:06:34.601Z Compiling tar v0.4.40
23482024-01-05T17:06:34.624Z Running `/home/build/.rustup/toolchains/1.74.1-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=1e8b77a19c02341a -C extra-filename=-1e8b77a19c02341a --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-bcfd1808f1799595.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-9de7b81bffd63df2.rmeta --cap-lints allow -D warnings`
23492024-01-05T17:06:34.627Z Compiling headers-core v0.2.0
23502024-01-05T17:06:34.627Z Running `/home/build/.rustup/toolchains/1.74.1-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=9cd4720754a74823 -C extra-filename=-9cd4720754a74823 --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-d4559c61566a4718.rmeta --cap-lints allow -D warnings`
23512024-01-05T17:06:34.856Z Compiling headers v0.3.9
23522024-01-05T17:06:34.859Z Running `/home/build/.rustup/toolchains/1.74.1-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=408d213e273fcadb -C extra-filename=-408d213e273fcadb --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-2142c24215a1cbad.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-9cd4720754a74823.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0694f2796fb850ab.rmeta --cap-lints allow -D warnings`
23532024-01-05T17:06:35.539Z Compiling heck v0.3.3
23542024-01-05T17:06:35.542Z Running `/home/build/.rustup/toolchains/1.74.1-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=1b2f45e4af363357 -C extra-filename=-1b2f45e4af363357 --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings`
23552024-01-05T17:06:35.980Z Compiling textwrap v0.11.0
23562024-01-05T17:06:35.984Z Running `/home/build/.rustup/toolchains/1.74.1-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=72a969bd0a1f56fe -C extra-filename=-72a969bd0a1f56fe --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
23572024-01-05T17:06:36.162Z Compiling strsim v0.8.0
23582024-01-05T17:06:36.165Z Running `/home/build/.rustup/toolchains/1.74.1-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=f51e80585c7d7b9c -C extra-filename=-f51e80585c7d7b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23592024-01-05T17:06:36.815Z Compiling libefi-sys v0.1.0
23602024-01-05T17:06:36.818Z Running `/home/build/.rustup/toolchains/1.74.1-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=02c3bc0f71beca8d -C extra-filename=-02c3bc0f71beca8d --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23612024-01-05T17:06:36.939Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23622024-01-05T17:06:36.942Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/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=c0cf1320689b51b8 -C extra-filename=-c0cf1320689b51b8 --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-9f7c42431a98368d.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-a4fcfdb641e25430.so --cap-lints allow -D warnings`
23632024-01-05T17:06:37.148Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23642024-01-05T17:06:37.148Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/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=c56242a89533f22d -C extra-filename=-c56242a89533f22d --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-baeed00c4892b615.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-c0cf1320689b51b8.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings`
23652024-01-05T17:06:38.184Z Compiling vec_map v0.8.2
23662024-01-05T17:06:38.188Z Running `/home/build/.rustup/toolchains/1.74.1-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=f39fc3d29d6b2404 -C extra-filename=-f39fc3d29d6b2404 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23672024-01-05T17:06:38.188Z Compiling ansi_term v0.12.1
23682024-01-05T17:06:38.188Z Running `/home/build/.rustup/toolchains/1.74.1-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=0cdc0de0e97e67e1 -C extra-filename=-0cdc0de0e97e67e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23692024-01-05T17:06:38.190Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d/build-script-build`
23702024-01-05T17:06:38.190Z Compiling structopt-derive v0.4.18
23712024-01-05T17:06:38.190Z Running `/home/build/.rustup/toolchains/1.74.1-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=97ad6bddeb15414b -C extra-filename=-97ad6bddeb15414b --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-1b2f45e4af363357.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4aee7789a7204eaf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
23722024-01-05T17:06:38.190Z Compiling clap v2.34.0
23732024-01-05T17:06:38.190Z Running `/home/build/.rustup/toolchains/1.74.1-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=80ec1b66276b6e63 -C extra-filename=-80ec1b66276b6e63 --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-0cdc0de0e97e67e1.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-e0f38db7acb90eea.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51e80585c7d7b9c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-72a969bd0a1f56fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-f39fc3d29d6b2404.rmeta --cap-lints allow -D warnings`
23742024-01-05T17:06:38.302Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
23752024-01-05T17:06:38.309Z Running `/home/build/.rustup/toolchains/1.74.1-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=ffe8b21243cc7efc -C extra-filename=-ffe8b21243cc7efc --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-ffe8b21243cc7efc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --cap-lints allow -D warnings`
23762024-01-05T17:06:38.309Z Running `/home/build/.rustup/toolchains/1.74.1-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=795cf1b109b7acc0 -C extra-filename=-795cf1b109b7acc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
23772024-01-05T17:06:38.975Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-ffe8b21243cc7efc/build-script-build`
23782024-01-05T17:06:39.197Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23792024-01-05T17:06:39.200Z Running `/home/build/.rustup/toolchains/1.74.1-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=33e1922254ad4349 -C extra-filename=-33e1922254ad4349 --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-e30e64f4bfa38f26.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-67796538518162b7.rmeta --cap-lints allow -D warnings`
23802024-01-05T17:06:39.245Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812024-01-05T17:06:39.249Z Running `/home/build/.rustup/toolchains/1.74.1-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=cab4f5114e3dce55 -C extra-filename=-cab4f5114e3dce55 --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-dc3967e2ac4e7655.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-795cf1b109b7acc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --cap-lints allow -D warnings`
23822024-01-05T17:06:39.783Z Compiling rcgen v0.11.3
23832024-01-05T17:06:39.789Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.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="pem"' -C metadata=d8bd82ee49c27158 -C extra-filename=-d8bd82ee49c27158 --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-16b20d8a12bc98eb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b3586cc9ea932d09.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4d82b57d4e7e0298.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out`
23842024-01-05T17:06:40.272Z Compiling atomicwrites v0.4.3
23852024-01-05T17:06:40.275Z Running `/home/build/.rustup/toolchains/1.74.1-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=f54598bb8d73456c -C extra-filename=-f54598bb8d73456c --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-b9f18efdb99a22ff.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rmeta --cap-lints allow -D warnings`
23862024-01-05T17:06:40.799Z Compiling subprocess v0.2.9
23872024-01-05T17:06:40.802Z Running `/home/build/.rustup/toolchains/1.74.1-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=3b2aae481ff4a5ae -C extra-filename=-3b2aae481ff4a5ae --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
23882024-01-05T17:06:41.491Z Compiling mockall v0.12.0
23892024-01-05T17:06:41.494Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 -C metadata=7ff576ca943b7776 -C extra-filename=-7ff576ca943b7776 --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-6efcfb0956144885.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-6a8716df6a5de07c.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d150d6fb6809f524.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-0a901d1431ff5367.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --cap-lints allow -D warnings`
23902024-01-05T17:06:41.997Z Compiling same-file v1.0.6
23912024-01-05T17:06:42.001Z Running `/home/build/.rustup/toolchains/1.74.1-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=cd802ac22f1c09f0 -C extra-filename=-cd802ac22f1c09f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23922024-01-05T17:06:42.432Z Compiling walkdir v2.4.0
23932024-01-05T17:06:42.438Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-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 -C metadata=ad6f0ce566ab5d25 -C extra-filename=-ad6f0ce566ab5d25 --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-cd802ac22f1c09f0.rmeta --cap-lints allow -D warnings`
23942024-01-05T17:06:42.993Z Compiling linked-hash-map v0.5.6
23952024-01-05T17:06:42.996Z Running `/home/build/.rustup/toolchains/1.74.1-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=b6fdc8cd52f47df2 -C extra-filename=-b6fdc8cd52f47df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23962024-01-05T17:06:43.535Z Compiling lru-cache v0.1.2
23972024-01-05T17:06:43.539Z Running `/home/build/.rustup/toolchains/1.74.1-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=ac6e649b210698f7 -C extra-filename=-ac6e649b210698f7 --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-b6fdc8cd52f47df2.rmeta --cap-lints allow -D warnings`
23982024-01-05T17:06:43.693Z Compiling structopt v0.3.26
23992024-01-05T17:06:43.706Z Running `/home/build/.rustup/toolchains/1.74.1-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=ad396e7969341081 -C extra-filename=-ad396e7969341081 --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-80ec1b66276b6e63.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-97ad6bddeb15414b.so --cap-lints allow -D warnings`
24002024-01-05T17:06:43.829Z Compiling convert_case v0.4.0
24012024-01-05T17:06:43.832Z Running `/home/build/.rustup/toolchains/1.74.1-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=39d193f1dce25c95 -C extra-filename=-39d193f1dce25c95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24022024-01-05T17:06:43.921Z Running `/home/build/.rustup/toolchains/1.74.1-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=a8f4327aefc28c42 -C extra-filename=-a8f4327aefc28c42 --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-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-33e1922254ad4349.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-ad396e7969341081.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -l static=pci`
24032024-01-05T17:06:44.012Z Compiling itertools v0.12.0
24042024-01-05T17:06:44.015Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=41c284b060b44704 -C extra-filename=-41c284b060b44704 --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings`
24052024-01-05T17:06:44.139Z Compiling password-hash v0.5.0
24062024-01-05T17:06:44.202Z Running `/home/build/.rustup/toolchains/1.74.1-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=9dbb814661c71d32 -C extra-filename=-9dbb814661c71d32 --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-db2759387f67ed24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings`
24072024-01-05T17:06:44.696Z Compiling blake2 v0.10.6
24082024-01-05T17:06:44.699Z Running `/home/build/.rustup/toolchains/1.74.1-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=ac24a0ec7c18ad17 -C extra-filename=-ac24a0ec7c18ad17 --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-798cb828ba43eb0a.rmeta --cap-lints allow -D warnings`
24092024-01-05T17:06:45.378Z Compiling derive_more v0.99.17
24102024-01-05T17:06:45.381Z Running `/home/build/.rustup/toolchains/1.74.1-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=5c89d35aa6685bfa -C extra-filename=-5c89d35aa6685bfa --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-39d193f1dce25c95.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
24112024-01-05T17:06:45.843Z Compiling swrite v0.1.0
24122024-01-05T17:06:45.846Z Running `/home/build/.rustup/toolchains/1.74.1-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=e54f14917505fd4b -C extra-filename=-e54f14917505fd4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24132024-01-05T17:06:46.019Z Compiling cancel-safe-futures v0.1.5
24142024-01-05T17:06:46.022Z Running `/home/build/.rustup/toolchains/1.74.1-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=8f4a6794809c5c94 -C extra-filename=-8f4a6794809c5c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24152024-01-05T17:06:46.645Z Compiling glob v0.3.1
24162024-01-05T17:06:46.648Z Running `/home/build/.rustup/toolchains/1.74.1-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=219023a8387da708 -C extra-filename=-219023a8387da708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24172024-01-05T17:06:47.175Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94/build-script-build`
24182024-01-05T17:06:47.213Z Compiling argon2 v0.5.2
24192024-01-05T17:06:47.228Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-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="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=9a1186de1c324652 -C extra-filename=-9a1186de1c324652 --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-db2759387f67ed24.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-ac24a0ec7c18ad17.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-9dbb814661c71d32.rmeta --cap-lints allow -D warnings`
24202024-01-05T17:06:48.323Z Compiling arc-swap v1.6.0
24212024-01-05T17:06:48.327Z Running `/home/build/.rustup/toolchains/1.74.1-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=3c1f1da5460a196e -C extra-filename=-3c1f1da5460a196e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24222024-01-05T17:06:48.968Z Running `/home/build/.rustup/toolchains/1.74.1-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=8e1ba940a46b4a3f -C extra-filename=-8e1ba940a46b4a3f --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --cap-lints allow -D warnings`
24232024-01-05T17:06:49.350Z Compiling slog-scope v4.4.0
24242024-01-05T17:06:49.388Z Running `/home/build/.rustup/toolchains/1.74.1-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=133fd07da514051c -C extra-filename=-133fd07da514051c --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-3c1f1da5460a196e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --cap-lints allow -D warnings`
24252024-01-05T17:06:49.857Z Compiling toml v0.5.11
24262024-01-05T17:06:49.861Z Running `/home/build/.rustup/toolchains/1.74.1-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=f9c876da03fb5f53 -C extra-filename=-f9c876da03fb5f53 --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
24272024-01-05T17:06:50.052Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
24282024-01-05T17:06:50.056Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/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=23ab370a05b0caba -C extra-filename=-23ab370a05b0caba --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-42fba63484155e8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c56242a89533f22d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18564ed0ba8c6898.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-2cf80b79e27bd057.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
24292024-01-05T17:06:50.173Z Compiling slog-stdlog v4.1.1
24302024-01-05T17:06:50.208Z Running `/home/build/.rustup/toolchains/1.74.1-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=447b5b91d58a9534 -C extra-filename=-447b5b91d58a9534 --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-a8da004f5204fad5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --cap-lints allow -D warnings`
24312024-01-05T17:06:50.768Z Compiling ciborium-io v0.2.1
24322024-01-05T17:06:50.771Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="std"' -C metadata=d49eee1efaa6b1db -C extra-filename=-d49eee1efaa6b1db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24332024-01-05T17:06:50.947Z Compiling half v1.8.2
24342024-01-05T17:06:50.951Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.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=7359904ad2efc1d4 -C extra-filename=-7359904ad2efc1d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24352024-01-05T17:06:51.931Z Compiling ciborium-ll v0.2.1
24362024-01-05T17:06:51.935Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=68e1dd17bbdf709c -C extra-filename=-68e1dd17bbdf709c --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-d49eee1efaa6b1db.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-7359904ad2efc1d4.rmeta --cap-lints allow -D warnings`
24372024-01-05T17:06:52.374Z Compiling slog-envlogger v2.2.0
24382024-01-05T17:06:52.377Z Running `/home/build/.rustup/toolchains/1.74.1-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=3f63c5426433dc4a -C extra-filename=-3f63c5426433dc4a --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-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-447b5b91d58a9534.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --cap-lints allow -D warnings`
24392024-01-05T17:06:52.642Z Compiling ciborium v0.2.1
24402024-01-05T17:06:52.645Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-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="std"' -C metadata=c01f78a2be59e08f -C extra-filename=-c01f78a2be59e08f --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-d49eee1efaa6b1db.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-68e1dd17bbdf709c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
24412024-01-05T17:06:53.005Z Compiling libsw v3.3.1
24422024-01-05T17:06:53.009Z Running `/home/build/.rustup/toolchains/1.74.1-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=bbf172c3a488656e -C extra-filename=-bbf172c3a488656e --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-a28dabe10b354d2e.rmeta --cap-lints allow -D warnings`
24432024-01-05T17:06:53.342Z Compiling derive-where v1.2.7
24442024-01-05T17:06:53.346Z Running `/home/build/.rustup/toolchains/1.74.1-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=ee305a31aaa4c98d -C extra-filename=-ee305a31aaa4c98d --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
24452024-01-05T17:06:53.473Z Compiling home v0.5.5
24462024-01-05T17:06:53.477Z Running `/home/build/.rustup/toolchains/1.74.1-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=814cad4654b5349a -C extra-filename=-814cad4654b5349a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24472024-01-05T17:06:53.505Z Compiling linear-map v1.2.0
24482024-01-05T17:06:53.546Z Running `/home/build/.rustup/toolchains/1.74.1-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=abfded384cdfb682 -C extra-filename=-abfded384cdfb682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24492024-01-05T17:06:53.870Z Compiling owo-colors v3.5.0
24502024-01-05T17:06:53.876Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.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=a0c0181394299090 -C extra-filename=-a0c0181394299090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24512024-01-05T17:06:54.047Z Compiling keccak v0.1.4
24522024-01-05T17:06:54.051Z Running `/home/build/.rustup/toolchains/1.74.1-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=af737db1943fc8a2 -C extra-filename=-af737db1943fc8a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24532024-01-05T17:06:55.025Z Compiling sha3 v0.10.8
24542024-01-05T17:06:55.029Z Running `/home/build/.rustup/toolchains/1.74.1-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=551d923401cf5119 -C extra-filename=-551d923401cf5119 --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-798cb828ba43eb0a.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-af737db1943fc8a2.rmeta --cap-lints allow -D warnings`
24552024-01-05T17:06:55.733Z Compiling secrecy v0.8.0
24562024-01-05T17:06:55.736Z Running `/home/build/.rustup/toolchains/1.74.1-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=1959fc6623356475 -C extra-filename=-1959fc6623356475 --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-68651fb2271832c6.rmeta --cap-lints allow -D warnings`
24572024-01-05T17:06:56.088Z Compiling slog-dtrace v0.2.3
24582024-01-05T17:06:56.091Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.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=5b014a69ed7c98d0 -C extra-filename=-5b014a69ed7c98d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-5b014a69ed7c98d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
24592024-01-05T17:06:56.147Z Compiling signal-hook v0.3.17
24602024-01-05T17:06:56.173Z Running `/home/build/.rustup/toolchains/1.74.1-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=1874e4089e62e760 -C extra-filename=-1874e4089e62e760 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24612024-01-05T17:06:56.548Z Compiling resolv-conf v0.7.0
24622024-01-05T17:06:56.552Z Running `/home/build/.rustup/toolchains/1.74.1-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=3d868be3ff0ec649 -C extra-filename=-3d868be3ff0ec649 --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-0d2de37fe3a9db95.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --cap-lints allow -D warnings`
24632024-01-05T17:06:56.683Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-5b014a69ed7c98d0/build-script-build`
24642024-01-05T17:06:56.686Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760/build-script-build`
24652024-01-05T17:06:56.722Z Running `/home/build/.rustup/toolchains/1.74.1-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=43e6fcaa4f231457 -C extra-filename=-43e6fcaa4f231457 --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-dc3967e2ac4e7655.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a45d52795e3caba7.rmeta --cap-lints allow -D warnings`
24662024-01-05T17:06:56.758Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-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=a8c95c8f48303eb4 -C extra-filename=-a8c95c8f48303eb4 --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-66742d6b3ce39b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rmeta --cap-lints allow -D warnings`
24672024-01-05T17:06:57.655Z Compiling trust-dns-resolver v0.22.0
24682024-01-05T17:06:57.658Z Running `/home/build/.rustup/toolchains/1.74.1-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=44893e8feac548c5 -C extra-filename=-44893e8feac548c5 --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-6efcfb0956144885.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3d868be3ff0ec649.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rmeta --cap-lints allow -D warnings`
24692024-01-05T17:06:57.867Z Compiling fxhash v0.2.1
24702024-01-05T17:06:57.931Z Running `/home/build/.rustup/toolchains/1.74.1-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=ff88d5c2e7048037 -C extra-filename=-ff88d5c2e7048037 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings`
24712024-01-05T17:06:57.945Z Compiling nibble_vec v0.1.0
24722024-01-05T17:06:57.980Z Running `/home/build/.rustup/toolchains/1.74.1-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=acff101e6eaca729 -C extra-filename=-acff101e6eaca729 --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-b9214902439ca54b.rmeta --cap-lints allow -D warnings`
24732024-01-05T17:06:58.156Z Compiling endian-type v0.1.2
24742024-01-05T17:06:58.180Z Running `/home/build/.rustup/toolchains/1.74.1-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=70dff33bfd749910 -C extra-filename=-70dff33bfd749910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24752024-01-05T17:06:58.237Z Compiling termcolor v1.2.0
24762024-01-05T17:06:58.240Z Running `/home/build/.rustup/toolchains/1.74.1-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=2e558ad2340e05ad -C extra-filename=-2e558ad2340e05ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24772024-01-05T17:06:58.388Z Compiling newline-converter v0.3.0
24782024-01-05T17:06:58.392Z Running `/home/build/.rustup/toolchains/1.74.1-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=27d283bedd3ab80d -C extra-filename=-27d283bedd3ab80d --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings`
24792024-01-05T17:06:58.485Z Compiling radix_trie v0.2.1
24802024-01-05T17:06:58.489Z Running `/home/build/.rustup/toolchains/1.74.1-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=a8d026b080a5f1c0 -C extra-filename=-a8d026b080a5f1c0 --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-70dff33bfd749910.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-acff101e6eaca729.rmeta --cap-lints allow -D warnings`
24812024-01-05T17:06:58.623Z Compiling expectorate v1.1.0
24822024-01-05T17:06:58.626Z Running `/home/build/.rustup/toolchains/1.74.1-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=903961a7ef9374aa -C extra-filename=-903961a7ef9374aa --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-33a5928f2ec0ac9f.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-27d283bedd3ab80d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings`
24832024-01-05T17:06:58.859Z Compiling omicron-zone-package v0.9.1
24842024-01-05T17:06:58.869Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-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 -C metadata=58689e169eaa8d6b -C extra-filename=-58689e169eaa8d6b --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-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bcfd1808f1799595.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b3586cc9ea932d09.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a563ecaccb9206d4.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-74876be1c8ce478a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
24852024-01-05T17:06:59.629Z Compiling radium v0.7.0
24862024-01-05T17:06:59.633Z Running `/home/build/.rustup/toolchains/1.74.1-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=fba5e3f37040d9d7 -C extra-filename=-fba5e3f37040d9d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24872024-01-05T17:06:59.666Z Compiling maybe-uninit v2.0.0
24882024-01-05T17:06:59.671Z Running `/home/build/.rustup/toolchains/1.74.1-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=bf78889f24b0c2b0 -C extra-filename=-bf78889f24b0c2b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24892024-01-05T17:06:59.693Z Compiling tap v1.0.1
24902024-01-05T17:06:59.716Z Running `/home/build/.rustup/toolchains/1.74.1-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=08cb45dba0ef4142 -C extra-filename=-08cb45dba0ef4142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24912024-01-05T17:06:59.997Z Compiling wyz v0.5.1
24922024-01-05T17:06:59.997Z Running `/home/build/.rustup/toolchains/1.74.1-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=424abcbb0c8bbf00 -C extra-filename=-424abcbb0c8bbf00 --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-08cb45dba0ef4142.rmeta --cap-lints allow -D warnings`
24932024-01-05T17:07:00.139Z Compiling semver-parser v0.10.2
24942024-01-05T17:07:00.144Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-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 -C metadata=2cf3eb0af6b68ace -C extra-filename=-2cf3eb0af6b68ace --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-776261007e47061b.rmeta --cap-lints allow -D warnings`
24952024-01-05T17:07:00.406Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7/build-script-build`
24962024-01-05T17:07:00.445Z Running `/home/build/.rustup/toolchains/1.74.1-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=27d5047e80e91a90 -C extra-filename=-27d5047e80e91a90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
24972024-01-05T17:07:00.538Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0/build-script-build`
24982024-01-05T17:07:00.632Z Compiling crc-catalog v2.2.0
24992024-01-05T17:07:00.638Z Running `/home/build/.rustup/toolchains/1.74.1-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=44635128b63b72f6 -C extra-filename=-44635128b63b72f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25002024-01-05T17:07:00.658Z Compiling packed_struct v0.10.1
25012024-01-05T17:07:00.662Z Running `/home/build/.rustup/toolchains/1.74.1-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=1187ed4801970867 -C extra-filename=-1187ed4801970867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25022024-01-05T17:07:00.844Z Compiling funty v2.0.0
25032024-01-05T17:07:00.848Z Running `/home/build/.rustup/toolchains/1.74.1-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=e082b742fe21b22b -C extra-filename=-e082b742fe21b22b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25042024-01-05T17:07:01.169Z Compiling num-bigint-dig v0.8.4
25052024-01-05T17:07:01.173Z Running `/home/build/.rustup/toolchains/1.74.1-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=5a6cfc0aceccdd2d -C extra-filename=-5a6cfc0aceccdd2d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25062024-01-05T17:07:01.429Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867/build-script-build`
25072024-01-05T17:07:01.473Z Compiling semver v0.11.0
25082024-01-05T17:07:01.498Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-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=2122a575961c9000 -C extra-filename=-2122a575961c9000 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-2cf3eb0af6b68ace.rmeta --cap-lints allow -D warnings`
25092024-01-05T17:07:01.748Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d/build-script-build`
25102024-01-05T17:07:01.791Z Compiling crc v3.0.1
25112024-01-05T17:07:01.795Z Running `/home/build/.rustup/toolchains/1.74.1-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=3d7308d675906fc6 -C extra-filename=-3d7308d675906fc6 --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-44635128b63b72f6.rmeta --cap-lints allow -D warnings`
25122024-01-05T17:07:02.295Z Running `/home/build/.rustup/toolchains/1.74.1-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=f1e1e2d2e6ac882d -C extra-filename=-f1e1e2d2e6ac882d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
25132024-01-05T17:07:02.453Z Compiling packed_struct_codegen v0.10.1
25142024-01-05T17:07:02.456Z Running `/home/build/.rustup/toolchains/1.74.1-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=dacfb473efe83672 -C extra-filename=-dacfb473efe83672 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
25152024-01-05T17:07:02.798Z Compiling bitvec v1.0.1
25162024-01-05T17:07:02.814Z Running `/home/build/.rustup/toolchains/1.74.1-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=2daf68ad4baccc37 -C extra-filename=-2daf68ad4baccc37 --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-e082b742fe21b22b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-27d5047e80e91a90.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-08cb45dba0ef4142.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-424abcbb0c8bbf00.rmeta --cap-lints allow -D warnings`
25172024-01-05T17:07:03.824Z Compiling num-rational v0.4.1
25182024-01-05T17:07:03.827Z Running `/home/build/.rustup/toolchains/1.74.1-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=2f37d431f14d093d -C extra-filename=-2f37d431f14d093d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
25192024-01-05T17:07:04.150Z Compiling nodrop v0.1.14
25202024-01-05T17:07:04.157Z Running `/home/build/.rustup/toolchains/1.74.1-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=a0c77fb985e48085 -C extra-filename=-a0c77fb985e48085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25212024-01-05T17:07:04.308Z Compiling array-init v0.0.4
25222024-01-05T17:07:04.313Z Running `/home/build/.rustup/toolchains/1.74.1-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=eb1fd4f2490a020f -C extra-filename=-eb1fd4f2490a020f --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-a0c77fb985e48085.rmeta --cap-lints allow -D warnings`
25232024-01-05T17:07:04.386Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d/build-script-build`
25242024-01-05T17:07:04.760Z Compiling smallvec v0.6.14
25252024-01-05T17:07:04.766Z Running `/home/build/.rustup/toolchains/1.74.1-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=e606479ac2e80ec3 -C extra-filename=-e606479ac2e80ec3 --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-f1e1e2d2e6ac882d.rmeta --cap-lints allow -D warnings`
25262024-01-05T17:07:05.434Z Compiling toolchain_find v0.2.0
25272024-01-05T17:07:05.441Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-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=2539e5851c4e5994 -C extra-filename=-2539e5851c4e5994 --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-814cad4654b5349a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2122a575961c9000.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings`
25282024-01-05T17:07:05.656Z Running `/home/build/.rustup/toolchains/1.74.1-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=9762b8868dfc2e31 -C extra-filename=-9762b8868dfc2e31 --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-4ff908e223b9ba35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-38b670a70a83d088.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings --cfg has_i128`
25292024-01-05T17:07:06.313Z Compiling pkcs1 v0.7.5
25302024-01-05T17:07:06.316Z Running `/home/build/.rustup/toolchains/1.74.1-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=9e07138b996871f3 -C extra-filename=-9e07138b996871f3 --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-bf493eafd3b323b0.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3c7a0b1f20625620.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-737465ad39d0a1ed.rmeta --cap-lints allow -D warnings`
25312024-01-05T17:07:06.379Z Compiling signature v2.1.0
25322024-01-05T17:07:06.382Z Running `/home/build/.rustup/toolchains/1.74.1-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=e214a91df6ab8df3 -C extra-filename=-e214a91df6ab8df3 --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-798cb828ba43eb0a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --cap-lints allow -D warnings`
25332024-01-05T17:07:06.738Z Compiling bitfield v0.14.0
25342024-01-05T17:07:06.742Z Running `/home/build/.rustup/toolchains/1.74.1-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=8b564f5b2dba98c8 -C extra-filename=-8b564f5b2dba98c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25352024-01-05T17:07:07.249Z Compiling serde-hex v0.1.0
25362024-01-05T17:07:07.253Z Running `/home/build/.rustup/toolchains/1.74.1-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=ae5456f11e7b6429 -C extra-filename=-ae5456f11e7b6429 --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-eb1fd4f2490a020f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e606479ac2e80ec3.rmeta --cap-lints allow -D warnings`
25372024-01-05T17:07:07.712Z Compiling rustfmt-wrapper v0.2.0
25382024-01-05T17:07:07.720Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=8307113099927731 -C extra-filename=-8307113099927731 --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-cf038da05bbc4b90.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f9c876da03fb5f53.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-2539e5851c4e5994.rmeta --cap-lints allow -D warnings`
25392024-01-05T17:07:07.972Z Running `/home/build/.rustup/toolchains/1.74.1-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=0426d3570874e650 -C extra-filename=-0426d3570874e650 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
25402024-01-05T17:07:07.979Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25412024-01-05T17:07:07.982Z Running `/home/build/.rustup/toolchains/1.74.1-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=c1993d354b18caee -C extra-filename=-c1993d354b18caee --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings`
25422024-01-05T17:07:08.456Z Compiling env_logger v0.10.0
25432024-01-05T17:07:08.459Z Running `/home/build/.rustup/toolchains/1.74.1-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=362c132dc58c7249 -C extra-filename=-362c132dc58c7249 --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-ba3d589594c37a03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings`
25442024-01-05T17:07:08.688Z Compiling x509-cert v0.2.4
25452024-01-05T17:07:08.692Z Running `/home/build/.rustup/toolchains/1.74.1-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=6d111b59e919d350 -C extra-filename=-6d111b59e919d350 --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-66455a9b00682027.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-737465ad39d0a1ed.rmeta --cap-lints allow -D warnings`
25462024-01-05T17:07:09.028Z Running `/home/build/.rustup/toolchains/1.74.1-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=3de686b56b47bb5f -C extra-filename=-3de686b56b47bb5f --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-2daf68ad4baccc37.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-dacfb473efe83672.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
25472024-01-05T17:07:10.521Z Compiling rsa v0.9.2
25482024-01-05T17:07:10.525Z Running `/home/build/.rustup/toolchains/1.74.1-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=b9a8ea6783e5d1b7 -C extra-filename=-b9a8ea6783e5d1b7 --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-798cb828ba43eb0a.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-9762b8868dfc2e31.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-9e07138b996871f3.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3c7a0b1f20625620.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-e214a91df6ab8df3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-737465ad39d0a1ed.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings`
25492024-01-05T17:07:10.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25502024-01-05T17:07:10.560Z Running `/home/build/.rustup/toolchains/1.74.1-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=5a269e3d9226e0cd -C extra-filename=-5a269e3d9226e0cd --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-5a269e3d9226e0cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-d96b32e05eb9e3f3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-275fa7b68fe444be.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6d5c7eee71bf8282.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5719f59f113c47d6.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-29dae3b72849ee3b.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-798cb828ba43eb0a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b526605e196956da.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-077c7c2d8ef378ab.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-0fbfb3da863b7ff5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7defc2e9733c79ab.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-484458b429b76554.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-71fe15356f78911d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ef371d78f014d3f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6b754da398b51adb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ffae7e649762a29d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e999d9c2c3b1bdc7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ac33e59becc4202a.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b9f18efdb99a22ff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ad6ee130ab7f1546.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-74876be1c8ce478a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-765c72f994e1a509.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17582d59827ea7fa.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-28fa5d15d5e091cb.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4d82b57d4e7e0298.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8c2553462cff5f47.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25512024-01-05T17:07:10.824Z Compiling ron v0.8.1
25522024-01-05T17:07:10.827Z Running `/home/build/.rustup/toolchains/1.74.1-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=dfe13328142a57c1 -C extra-filename=-dfe13328142a57c1 --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-2142c24215a1cbad.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-275fa7b68fe444be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a563ecaccb9206d4.so --cap-lints allow -D warnings`
25532024-01-05T17:07:11.074Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-5a269e3d9226e0cd/build-script-build`
25542024-01-05T17:07:11.116Z Running `/home/build/.rustup/toolchains/1.74.1-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=681f6188b7df21a8 -C extra-filename=-681f6188b7df21a8 --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-d96b32e05eb9e3f3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-275fa7b68fe444be.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6d5c7eee71bf8282.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5719f59f113c47d6.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-29dae3b72849ee3b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-798cb828ba43eb0a.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b526605e196956da.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-077c7c2d8ef378ab.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-0fbfb3da863b7ff5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7defc2e9733c79ab.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-484458b429b76554.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-71fe15356f78911d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-ef371d78f014d3f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6b754da398b51adb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ffae7e649762a29d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e999d9c2c3b1bdc7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ac33e59becc4202a.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b9f18efdb99a22ff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ad6ee130ab7f1546.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-74876be1c8ce478a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-765c72f994e1a509.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-17582d59827ea7fa.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-28fa5d15d5e091cb.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4d82b57d4e7e0298.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8c2553462cff5f47.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25552024-01-05T17:07:11.268Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25562024-01-05T17:07:11.271Z Running `/home/build/.rustup/toolchains/1.74.1-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=6046e43df96d55bc -C extra-filename=-6046e43df96d55bc --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-681f6188b7df21a8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25572024-01-05T17:07:12.791Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25582024-01-05T17:07:12.794Z Running `/home/build/.rustup/toolchains/1.74.1-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=88389916d61e245b -C extra-filename=-88389916d61e245b --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-9a1186de1c324652.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25592024-01-05T17:07:14.010Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25602024-01-05T17:07:14.010Z Running `/home/build/.rustup/toolchains/1.74.1-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=3931522486918913 -C extra-filename=-3931522486918913 --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-e30e64f4bfa38f26.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ee305a31aaa4c98d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-bbf172c3a488656e.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25612024-01-05T17:07:15.278Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25622024-01-05T17:07:15.283Z Running `/home/build/.rustup/toolchains/1.74.1-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=b1cec9014fbf0ed9 -C extra-filename=-b1cec9014fbf0ed9 --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-8b564f5b2dba98c8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-3de686b56b47bb5f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
25632024-01-05T17:07:15.304Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25642024-01-05T17:07:15.345Z Running `/home/build/.rustup/toolchains/1.74.1-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=28aa16fedd85eb22 -C extra-filename=-28aa16fedd85eb22 --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-681f6188b7df21a8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25652024-01-05T17:07:15.679Z Compiling num-complex v0.4.4
25662024-01-05T17:07:15.682Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="libm"' -C metadata=63889bed41e78e89 -C extra-filename=-63889bed41e78e89 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings`
25672024-01-05T17:07:17.019Z Compiling crc-any v2.4.3
25682024-01-05T17:07:17.023Z Running `/home/build/.rustup/toolchains/1.74.1-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=3c86b9368e38f611 -C extra-filename=-3c86b9368e38f611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25692024-01-05T17:07:17.468Z Compiling num v0.4.1
25702024-01-05T17:07:17.471Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-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="libm"' -C metadata=aa56a7303df8436e -C extra-filename=-aa56a7303df8436e --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-63889bed41e78e89.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-0426d3570874e650.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings`
25712024-01-05T17:07:17.492Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25722024-01-05T17:07:17.495Z Running `/home/build/.rustup/toolchains/1.74.1-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=f4ca0e277ea1648f -C extra-filename=-f4ca0e277ea1648f --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-dfe13328142a57c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-c1993d354b18caee.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings`
25732024-01-05T17:07:17.619Z Compiling object v0.30.4
25742024-01-05T17:07:17.626Z Running `/home/build/.rustup/toolchains/1.74.1-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=3011fa29bc1e33c5 -C extra-filename=-3011fa29bc1e33c5 --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-ddd6b783a064eb7e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-71fe15356f78911d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-30180bc88c646d38.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings`
25752024-01-05T17:07:17.885Z Compiling path-slash v0.1.5
25762024-01-05T17:07:17.889Z Running `/home/build/.rustup/toolchains/1.74.1-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=67c53f1d8bdbada0 -C extra-filename=-67c53f1d8bdbada0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25772024-01-05T17:07:18.185Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25782024-01-05T17:07:18.188Z Running `/home/build/.rustup/toolchains/1.74.1-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=5da72c6c71284407 -C extra-filename=-5da72c6c71284407 --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-681f6188b7df21a8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
25792024-01-05T17:07:18.653Z Compiling utf-8 v0.7.6
25802024-01-05T17:07:18.686Z Running `/home/build/.rustup/toolchains/1.74.1-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=2531f524387a9a1f -C extra-filename=-2531f524387a9a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25812024-01-05T17:07:18.703Z Compiling buf-list v1.0.3
25822024-01-05T17:07:18.706Z Running `/home/build/.rustup/toolchains/1.74.1-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=8893d74600b806d8 -C extra-filename=-8893d74600b806d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25832024-01-05T17:07:19.157Z Compiling tungstenite v0.20.1
25842024-01-05T17:07:19.163Z Running `/home/build/.rustup/toolchains/1.74.1-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=c4b32070854b6362 -C extra-filename=-c4b32070854b6362 --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-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0694f2796fb850ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-2531f524387a9a1f.rmeta --cap-lints allow -D warnings`
25852024-01-05T17:07:19.786Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8/build-script-build`
25862024-01-05T17:07:19.866Z Compiling display-error-chain v0.2.0
25872024-01-05T17:07:19.890Z Running `/home/build/.rustup/toolchains/1.74.1-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=aaa19c355036061d -C extra-filename=-aaa19c355036061d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25882024-01-05T17:07:20.115Z Running `/home/build/.rustup/toolchains/1.74.1-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=bb0a34c5cee1883a -C extra-filename=-bb0a34c5cee1883a --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-b146123347a3f7ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
25892024-01-05T17:07:20.693Z Compiling signal-hook-mio v0.2.3
25902024-01-05T17:07:20.713Z Running `/home/build/.rustup/toolchains/1.74.1-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=060225c871bf0cdf -C extra-filename=-060225c871bf0cdf --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-dc3967e2ac4e7655.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --cap-lints allow -D warnings`
25912024-01-05T17:07:20.892Z Compiling tokio-tungstenite v0.20.1
25922024-01-05T17:07:20.896Z Running `/home/build/.rustup/toolchains/1.74.1-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=2f09cdd141ca562e -C extra-filename=-2f09cdd141ca562e --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-cae882ec07323c8e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-c4b32070854b6362.rmeta --cap-lints allow -D warnings`
25932024-01-05T17:07:21.064Z Compiling parking_lot_core v0.8.6
25942024-01-05T17:07:21.070Z Running `/home/build/.rustup/toolchains/1.74.1-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=48826031f0281653 -C extra-filename=-48826031f0281653 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25952024-01-05T17:07:21.572Z Compiling trust-dns-client v0.22.0
25962024-01-05T17:07:21.597Z Running `/home/build/.rustup/toolchains/1.74.1-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=16f40f942467e829 -C extra-filename=-16f40f942467e829 --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-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rmeta --cap-lints allow -D warnings`
25972024-01-05T17:07:21.657Z Compiling pretty-hex v0.4.0
25982024-01-05T17:07:21.661Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-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"' --cfg 'feature="default"' -C metadata=d51455f5c7618491 -C extra-filename=-d51455f5c7618491 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25992024-01-05T17:07:21.871Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653/build-script-build`
26002024-01-05T17:07:21.879Z Running `/home/build/.rustup/toolchains/1.74.1-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=7b466060c01f9cb9 -C extra-filename=-7b466060c01f9cb9 --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-6efcfb0956144885.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings`
26012024-01-05T17:07:21.985Z Compiling semver v0.1.20
26022024-01-05T17:07:22.000Z Running `/home/build/.rustup/toolchains/1.74.1-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=9fecfb734d7157b3 -C extra-filename=-9fecfb734d7157b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26032024-01-05T17:07:22.228Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
26042024-01-05T17:07:22.251Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/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=c3a43c4d0c6a971e -C extra-filename=-c3a43c4d0c6a971e --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-287d13610b493cdd.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c56242a89533f22d.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-23ab370a05b0caba.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
26052024-01-05T17:07:22.594Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26062024-01-05T17:07:22.646Z Running `/home/build/.rustup/toolchains/1.74.1-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=8f6c907c32488b22 -C extra-filename=-8f6c907c32488b22 --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-e30e64f4bfa38f26.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6046e43df96d55bc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a3732bf1a4ab3611.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26072024-01-05T17:07:22.860Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26082024-01-05T17:07:22.866Z Running `/home/build/.rustup/toolchains/1.74.1-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=9b1118e93018610a -C extra-filename=-9b1118e93018610a --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-66742d6b3ce39b4c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26092024-01-05T17:07:23.060Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26102024-01-05T17:07:23.064Z Compiling parking_lot v0.11.2
26112024-01-05T17:07:23.064Z Running `/home/build/.rustup/toolchains/1.74.1-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=4a1932d6657c840e -C extra-filename=-4a1932d6657c840e --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-2142c24215a1cbad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26122024-01-05T17:07:23.085Z Running `/home/build/.rustup/toolchains/1.74.1-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=c174bba757594cdf -C extra-filename=-c174bba757594cdf --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-a3b9195715d78840.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-7b466060c01f9cb9.rmeta --cap-lints allow -D warnings`
26132024-01-05T17:07:24.715Z Compiling trust-dns-server v0.22.1
26142024-01-05T17:07:24.721Z Running `/home/build/.rustup/toolchains/1.74.1-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=e68871cf11d894a9 -C extra-filename=-e68871cf11d894a9 --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-2ef3d8409111332a.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-00ef148ed3c98d15.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-2e5a29c29805e28f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f9c876da03fb5f53.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rmeta --cap-lints allow -D warnings`
26152024-01-05T17:07:25.178Z Compiling sled v0.34.7
26162024-01-05T17:07:25.182Z Running `/home/build/.rustup/toolchains/1.74.1-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=534cbf6d318e0767 -C extra-filename=-534cbf6d318e0767 --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-ddd6b783a064eb7e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-c174bba757594cdf.rmeta --cap-lints allow -D warnings`
26172024-01-05T17:07:26.608Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26182024-01-05T17:07:26.611Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-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=1d6315df131b6f41 -C extra-filename=-1d6315df131b6f41 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-1d6315df131b6f41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-58689e169eaa8d6b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-8307113099927731.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
26192024-01-05T17:07:29.185Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26202024-01-05T17:07:29.198Z Running `/home/build/.rustup/toolchains/1.74.1-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=c905e14bc0285561 -C extra-filename=-c905e14bc0285561 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-c905e14bc0285561 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-58689e169eaa8d6b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-8307113099927731.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
26212024-01-05T17:07:33.352Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26222024-01-05T17:07:33.395Z Running `/home/build/.rustup/toolchains/1.74.1-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=102ed3f49893a7cf -C extra-filename=-102ed3f49893a7cf --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-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26232024-01-05T17:07:34.055Z Compiling rustc_version v0.1.7
26242024-01-05T17:07:34.058Z Running `/home/build/.rustup/toolchains/1.74.1-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=6367f93d5bcb467d -C extra-filename=-6367f93d5bcb467d --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-9fecfb734d7157b3.rmeta --cap-lints allow -D warnings`
26252024-01-05T17:07:34.805Z Compiling newtype_derive v0.1.6
26262024-01-05T17:07:34.809Z Running `/home/build/.rustup/toolchains/1.74.1-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=1c6c0c01e1dcc86e -C extra-filename=-1c6c0c01e1dcc86e --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6367f93d5bcb467d.rlib --cap-lints allow -D warnings`
26272024-01-05T17:07:35.415Z Compiling platforms v3.0.2
26282024-01-05T17:07:35.421Z Running `/home/build/.rustup/toolchains/1.74.1-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=86233e944617d37a -C extra-filename=-86233e944617d37a --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26292024-01-05T17:07:35.987Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26302024-01-05T17:07:36.011Z Running `/home/build/.rustup/toolchains/1.74.1-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=0caef21695837f38 -C extra-filename=-0caef21695837f38 --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-3c86b9368e38f611.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-362c132dc58c7249.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-b1cec9014fbf0ed9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-3de686b56b47bb5f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b9a8ea6783e5d1b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-ae5456f11e7b6429.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d111b59e919d350.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings`
26312024-01-05T17:07:36.385Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a/build-script-build`
26322024-01-05T17:07:36.446Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e/build-script-build`
26332024-01-05T17:07:36.519Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
26342024-01-05T17:07:36.522Z Running `/home/build/.rustup/toolchains/1.74.1-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=95606fdfd165c3f4 -C extra-filename=-95606fdfd165c3f4 --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-22616ea412428ac4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings`
26352024-01-05T17:07:39.571Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26362024-01-05T17:07:39.579Z Running `/home/build/.rustup/toolchains/1.74.1-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"' --cfg 'feature="tmp_keypath"' -C metadata=67d3acc93648a623 -C extra-filename=-67d3acc93648a623 --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-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-42d288ee9a79d69c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-8bf5b2351367fddb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7ff576ca943b7776.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d21af1bc1b8858ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26372024-01-05T17:07:43.800Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26382024-01-05T17:07:43.806Z Running `/home/build/.rustup/toolchains/1.74.1-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=3087896d514784c3 -C extra-filename=-3087896d514784c3 --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-e30e64f4bfa38f26.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f54598bb8d73456c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bcfd1808f1799595.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26392024-01-05T17:07:44.239Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26402024-01-05T17:07:44.247Z Running `/home/build/.rustup/toolchains/1.74.1-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=6a2a64c7a0c06535 -C extra-filename=-6a2a64c7a0c06535 --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-2ef3d8409111332a.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c9a4000fa488603b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26412024-01-05T17:07:44.638Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
26422024-01-05T17:07:44.644Z Running `/home/build/.rustup/toolchains/1.74.1-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=f47884ba786380fc -C extra-filename=-f47884ba786380fc --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-b1cec9014fbf0ed9.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-0caef21695837f38.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-3011fa29bc1e33c5.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-67c53f1d8bdbada0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b9a8ea6783e5d1b7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-c1993d354b18caee.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-f4ca0e277ea1648f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-74876be1c8ce478a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d111b59e919d350.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26432024-01-05T17:07:45.402Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26442024-01-05T17:07:45.405Z Running `/home/build/.rustup/toolchains/1.74.1-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=b156d3139a671296 -C extra-filename=-b156d3139a671296 --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-b146123347a3f7ba.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-28aa16fedd85eb22.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26452024-01-05T17:07:46.560Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26462024-01-05T17:07:46.564Z Running `/home/build/.rustup/toolchains/1.74.1-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=ebca6b35d2af64dc -C extra-filename=-ebca6b35d2af64dc --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-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26472024-01-05T17:07:47.549Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26482024-01-05T17:07:47.552Z Running `/home/build/.rustup/toolchains/1.74.1-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=bfc11c8366ea57c1 -C extra-filename=-bfc11c8366ea57c1 --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-66742d6b3ce39b4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26492024-01-05T17:07:49.843Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
26502024-01-05T17:07:49.847Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ba0c02d8d38bbc15 -C extra-filename=-ba0c02d8d38bbc15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26512024-01-05T17:07:51.752Z Running `/home/build/.rustup/toolchains/1.74.1-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=a702442b7c13e95a -C extra-filename=-a702442b7c13e95a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
26522024-01-05T17:07:51.918Z Running `/home/build/.rustup/toolchains/1.74.1-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=5b59cb338043d9cb -C extra-filename=-5b59cb338043d9cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26532024-01-05T17:07:52.028Z Compiling globset v0.4.13
26542024-01-05T17:07:52.032Z Running `/home/build/.rustup/toolchains/1.74.1-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=369954cc625f5aa3 -C extra-filename=-369954cc625f5aa3 --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-e39b65394af31ca3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings`
26552024-01-05T17:07:52.922Z Compiling olpc-cjson v0.1.3
26562024-01-05T17:07:52.930Z Running `/home/build/.rustup/toolchains/1.74.1-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=5ad9d7c05947312f -C extra-filename=-5ad9d7c05947312f --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-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings`
26572024-01-05T17:07:53.457Z Compiling serde_plain v1.0.2
26582024-01-05T17:07:53.461Z Running `/home/build/.rustup/toolchains/1.74.1-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=b6551d20ed02098b -C extra-filename=-b6551d20ed02098b --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
26592024-01-05T17:07:54.073Z Compiling async-recursion v1.0.5
26602024-01-05T17:07:54.076Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.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=c6dfad0a1f2aeabc -C extra-filename=-c6dfad0a1f2aeabc --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
26612024-01-05T17:07:54.856Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-1d6315df131b6f41/build-script-build`
26622024-01-05T17:07:56.313Z Compiling vte_generate_state_changes v0.1.1
26632024-01-05T17:07:56.432Z Running `/home/build/.rustup/toolchains/1.74.1-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=fa025ddce7394ad1 -C extra-filename=-fa025ddce7394ad1 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern proc_macro --cap-lints allow -D warnings`
26642024-01-05T17:07:56.432Z Compiling memoffset v0.7.1
26652024-01-05T17:07:56.432Z Running `/home/build/.rustup/toolchains/1.74.1-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=90d0c2331e6d1154 -C extra-filename=-90d0c2331e6d1154 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
26662024-01-05T17:07:56.434Z Compiling unicase v2.7.0
26672024-01-05T17:07:56.434Z Running `/home/build/.rustup/toolchains/1.74.1-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=b5361546712bf869 -C extra-filename=-b5361546712bf869 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
26682024-01-05T17:07:56.434Z Compiling typed-path v0.7.0
26692024-01-05T17:07:56.434Z Running `/home/build/.rustup/toolchains/1.74.1-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=37a37c96914ce752 -C extra-filename=-37a37c96914ce752 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26702024-01-05T17:07:56.442Z Compiling arrayvec v0.5.2
26712024-01-05T17:07:56.442Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-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=852fb6b6c9bfb2fa -C extra-filename=-852fb6b6c9bfb2fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26722024-01-05T17:07:56.459Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869/build-script-build`
26732024-01-05T17:07:56.662Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-c905e14bc0285561/build-script-build`
26742024-01-05T17:07:56.710Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154/build-script-build`
26752024-01-05T17:07:56.875Z Compiling curve25519-dalek v4.1.1
26762024-01-05T17:07:56.880Z Running `/home/build/.rustup/toolchains/1.74.1-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.1/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=c7c8f3f4ee4d5457 -C extra-filename=-c7c8f3f4ee4d5457 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-c7c8f3f4ee4d5457 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-5b59cb338043d9cb.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-437f71eea345913b.rlib --cap-lints allow -D warnings`
26772024-01-05T17:07:57.128Z Compiling vte v0.10.1
26782024-01-05T17:07:57.148Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-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="arrayvec"' --cfg 'feature="default"' --cfg 'feature="no_std"' -C metadata=a70d8f52db7c2b94 -C extra-filename=-a70d8f52db7c2b94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-852fb6b6c9bfb2fa.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-fa025ddce7394ad1.so --cap-lints allow -D warnings`
26792024-01-05T17:07:57.630Z Running `/home/build/.rustup/toolchains/1.74.1-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=4445656a9f42387e -C extra-filename=-4445656a9f42387e --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-66742d6b3ce39b4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26802024-01-05T17:07:57.980Z Compiling steno v0.4.0
26812024-01-05T17:07:57.983Z Running `/home/build/.rustup/toolchains/1.74.1-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=b90d347b9823b95f -C extra-filename=-b90d347b9823b95f --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-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --cap-lints allow -D warnings`
26822024-01-05T17:07:59.334Z Compiling fd-lock v3.0.13
26832024-01-05T17:07:59.337Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.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=c2016b3f6ff26820 -C extra-filename=-c2016b3f6ff26820 --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-6efcfb0956144885.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b9f18efdb99a22ff.rmeta --cap-lints allow -D warnings`
26842024-01-05T17:07:59.643Z Compiling tough v0.16.0
26852024-01-05T17:07:59.647Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.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 --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=47a7624b1051783e -C extra-filename=-47a7624b1051783e --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-c6dfad0a1f2aeabc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-369954cc625f5aa3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-5ad9d7c05947312f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-b6551d20ed02098b.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-37a37c96914ce752.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
26862024-01-05T17:08:01.509Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26872024-01-05T17:08:01.512Z Running `/home/build/.rustup/toolchains/1.74.1-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=945e2adc951e4df8 -C extra-filename=-945e2adc951e4df8 --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-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-33e1922254ad4349.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-cab4f5114e3dce55.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
26882024-01-05T17:08:01.924Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26892024-01-05T17:08:01.974Z Running `/home/build/.rustup/toolchains/1.74.1-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=9e43724bce3b3560 -C extra-filename=-9e43724bce3b3560 --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-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
26902024-01-05T17:08:05.648Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26912024-01-05T17:08:05.652Z Running `/home/build/.rustup/toolchains/1.74.1-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=3af32bf17049fbba -C extra-filename=-3af32bf17049fbba --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-2ef3d8409111332a.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
26922024-01-05T17:08:07.009Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name 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=56875aabe80d4c8d -C extra-filename=-56875aabe80d4c8d --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-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
26932024-01-05T17:08:10.357Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26942024-01-05T17:08:10.361Z Running `/home/build/.rustup/toolchains/1.74.1-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=cfd16b445608c70a -C extra-filename=-cfd16b445608c70a --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-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
26952024-01-05T17:08:10.413Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26962024-01-05T17:08:10.434Z Running `/home/build/.rustup/toolchains/1.74.1-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=b05b5d1c95e0f290 -C extra-filename=-b05b5d1c95e0f290 --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-484302de7c55414d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
26972024-01-05T17:08:11.202Z Compiling strip-ansi-escapes v0.1.1
26982024-01-05T17:08:11.205Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-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=75fad58b39bd674c -C extra-filename=-75fad58b39bd674c --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-a70d8f52db7c2b94.rmeta --cap-lints allow -D warnings`
26992024-01-05T17:08:11.441Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-c7c8f3f4ee4d5457/build-script-build`
27002024-01-05T17:08:11.595Z Running `/home/build/.rustup/toolchains/1.74.1-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=8589795a66c6a8b6 -C extra-filename=-8589795a66c6a8b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
27012024-01-05T17:08:11.762Z Running `/home/build/.rustup/toolchains/1.74.1-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=0e102328a0a1d9d3 -C extra-filename=-0e102328a0a1d9d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
27022024-01-05T17:08:11.986Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27032024-01-05T17:08:11.991Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-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=8b71e2527ef37c93 -C extra-filename=-8b71e2527ef37c93 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-8b71e2527ef37c93 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-58689e169eaa8d6b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-8307113099927731.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
27042024-01-05T17:08:12.381Z Compiling crossterm v0.26.1
27052024-01-05T17:08:12.385Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=a90a3bae2faf794b -C extra-filename=-a90a3bae2faf794b --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-8861c4fe0bf9ac1d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-060225c871bf0cdf.rmeta --cap-lints allow -D warnings`
27062024-01-05T17:08:17.256Z Compiling crossbeam-deque v0.8.3
27072024-01-05T17:08:17.271Z Running `/home/build/.rustup/toolchains/1.74.1-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=16d1f389a1cfe257 -C extra-filename=-16d1f389a1cfe257 --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-6efcfb0956144885.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings`
27082024-01-05T17:08:17.793Z Compiling universal-hash v0.5.1
27092024-01-05T17:08:17.797Z Running `/home/build/.rustup/toolchains/1.74.1-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=e38b265b6897fd06 -C extra-filename=-e38b265b6897fd06 --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-29dae3b72849ee3b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings`
27102024-01-05T17:08:17.851Z Compiling thiserror-impl-no-std v2.0.2
27112024-01-05T17:08:17.854Z Running `/home/build/.rustup/toolchains/1.74.1-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=06a9c28d4b62cec2 -C extra-filename=-06a9c28d4b62cec2 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
27122024-01-05T17:08:18.127Z Compiling curve25519-dalek-derive v0.1.0
27132024-01-05T17:08:18.131Z Running `/home/build/.rustup/toolchains/1.74.1-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=171f338dedda6f25 -C extra-filename=-171f338dedda6f25 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
27142024-01-05T17:08:18.228Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27152024-01-05T17:08:18.258Z Running `/home/build/.rustup/toolchains/1.74.1-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=3738544f39015edd -C extra-filename=-3738544f39015edd --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
27162024-01-05T17:08:18.496Z Compiling nu-ansi-term v0.49.0
27172024-01-05T17:08:18.502Z Running `/home/build/.rustup/toolchains/1.74.1-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.49.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=7b035ea1035ca2f0 -C extra-filename=-7b035ea1035ca2f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27182024-01-05T17:08:18.788Z Compiling rayon-core v1.12.0
27192024-01-05T17:08:18.791Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=382a30302ea49031 -C extra-filename=-382a30302ea49031 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27202024-01-05T17:08:19.326Z Compiling opaque-debug v0.3.0
27212024-01-05T17:08:19.359Z Running `/home/build/.rustup/toolchains/1.74.1-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=dabfecc51b8658ae -C extra-filename=-dabfecc51b8658ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27222024-01-05T17:08:19.468Z Compiling signature v1.6.4
27232024-01-05T17:08:19.474Z Running `/home/build/.rustup/toolchains/1.74.1-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=68274637701a506d -C extra-filename=-68274637701a506d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27242024-01-05T17:08:19.667Z Compiling salty v0.2.0
27252024-01-05T17:08:19.709Z Running `/home/build/.rustup/toolchains/1.74.1-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=fc97587430feb76f -C extra-filename=-fc97587430feb76f --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27262024-01-05T17:08:19.712Z Compiling ed25519 v1.5.3
27272024-01-05T17:08:19.712Z Running `/home/build/.rustup/toolchains/1.74.1-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=f055a26e6c4af7ec -C extra-filename=-f055a26e6c4af7ec --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-68274637701a506d.rmeta --cap-lints allow -D warnings`
27282024-01-05T17:08:20.196Z Compiling poly1305 v0.8.0
27292024-01-05T17:08:20.200Z Running `/home/build/.rustup/toolchains/1.74.1-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=e84d9e2cd0c8397a -C extra-filename=-e84d9e2cd0c8397a --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-161a8fd22ed990c1.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-dabfecc51b8658ae.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-e38b265b6897fd06.rmeta --cap-lints allow -D warnings`
27302024-01-05T17:08:20.545Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f/build-script-build`
27312024-01-05T17:08:20.585Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031/build-script-build`
27322024-01-05T17:08:20.624Z Compiling reedline v0.22.0
27332024-01-05T17:08:20.628Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-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=8aa03504ec97a7ee -C extra-filename=-8aa03504ec97a7ee --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-66742d6b3ce39b4c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a90a3bae2faf794b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-c2016b3f6ff26820.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7b035ea1035ca2f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-75fad58b39bd674c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-a42bd8afcc69c082.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
27342024-01-05T17:08:20.934Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=1f376e66b7f96baa -C extra-filename=-1f376e66b7f96baa --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-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-171f338dedda6f25.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-798cb828ba43eb0a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
27352024-01-05T17:08:23.542Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd/build-script-build`
27362024-01-05T17:08:23.545Z Compiling mime_guess v2.0.4
27372024-01-05T17:08:23.545Z Running `/home/build/.rustup/toolchains/1.74.1-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=b193a917dec71cf9 -C extra-filename=-b193a917dec71cf9 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rlib --cap-lints allow -D warnings`
27382024-01-05T17:08:23.545Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
27392024-01-05T17:08:23.571Z Running `/home/build/.rustup/toolchains/1.74.1-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=91c56cc38ae2f2e4 -C extra-filename=-91c56cc38ae2f2e4 --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-8861c4fe0bf9ac1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8589795a66c6a8b6.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --cap-lints allow -D warnings`
27402024-01-05T17:08:23.681Z Compiling thiserror-no-std v2.0.2
27412024-01-05T17:08:23.696Z Running `/home/build/.rustup/toolchains/1.74.1-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=e14725cd8197114a -C extra-filename=-e14725cd8197114a --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-06a9c28d4b62cec2.so --cap-lints allow -D warnings`
27422024-01-05T17:08:23.852Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27432024-01-05T17:08:23.904Z Running `/home/build/.rustup/toolchains/1.74.1-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=c0bf6bedc1f90d51 -C extra-filename=-c0bf6bedc1f90d51 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-c0bf6bedc1f90d51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5da72c6c71284407.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
27442024-01-05T17:08:24.821Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27452024-01-05T17:08:24.825Z Running `/home/build/.rustup/toolchains/1.74.1-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=12c5e538a3addf2c -C extra-filename=-12c5e538a3addf2c --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings`
27462024-01-05T17:08:24.911Z Compiling chacha20 v0.9.1
27472024-01-05T17:08:24.916Z Running `/home/build/.rustup/toolchains/1.74.1-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=3cf7f92127d13dad -C extra-filename=-3cf7f92127d13dad --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-6efcfb0956144885.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6d5c7eee71bf8282.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --cap-lints allow -D warnings`
27482024-01-05T17:08:25.444Z Compiling serde-big-array v0.5.1
27492024-01-05T17:08:25.448Z Running `/home/build/.rustup/toolchains/1.74.1-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=15b47f5cc07a08af -C extra-filename=-15b47f5cc07a08af --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
27502024-01-05T17:08:25.636Z Compiling aead v0.5.2
27512024-01-05T17:08:25.639Z Running `/home/build/.rustup/toolchains/1.74.1-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=2c1e443d9a9126a2 -C extra-filename=-2c1e443d9a9126a2 --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-29dae3b72849ee3b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --cap-lints allow -D warnings`
27522024-01-05T17:08:25.795Z Compiling kstat-rs v0.2.3
27532024-01-05T17:08:25.798Z Running `/home/build/.rustup/toolchains/1.74.1-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=354f1284d97e431a -C extra-filename=-354f1284d97e431a --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-dc3967e2ac4e7655.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings`
27542024-01-05T17:08:26.160Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27552024-01-05T17:08:26.163Z Running `/home/build/.rustup/toolchains/1.74.1-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=eab953c2e747fee1 -C extra-filename=-eab953c2e747fee1 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
27562024-01-05T17:08:26.918Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27572024-01-05T17:08:26.922Z Running `/home/build/.rustup/toolchains/1.74.1-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=f1294c5c104b66b7 -C extra-filename=-f1294c5c104b66b7 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
27582024-01-05T17:08:27.903Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27592024-01-05T17:08:27.930Z Running `/home/build/.rustup/toolchains/1.74.1-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=9b0c3553fc4acca1 -C extra-filename=-9b0c3553fc4acca1 --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-eab953c2e747fee1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
27602024-01-05T17:08:29.192Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27612024-01-05T17:08:29.240Z Running `/home/build/.rustup/toolchains/1.74.1-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=ce3ee4a697e2f601 -C extra-filename=-ce3ee4a697e2f601 --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-e4b1c162c07fec80.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-f1294c5c104b66b7.so --cap-lints allow -D warnings`
27622024-01-05T17:08:29.241Z Compiling chacha20poly1305 v0.10.1
27632024-01-05T17:08:29.241Z Running `/home/build/.rustup/toolchains/1.74.1-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=0dfde3071895c0b1 -C extra-filename=-0dfde3071895c0b1 --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-2c1e443d9a9126a2.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-3cf7f92127d13dad.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6d5c7eee71bf8282.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e84d9e2cd0c8397a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings`
27642024-01-05T17:08:29.241Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9/build-script-build`
27652024-01-05T17:08:29.241Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-c0bf6bedc1f90d51/build-script-build`
27662024-01-05T17:08:29.241Z Compiling vsss-rs v3.3.2
27672024-01-05T17:08:29.241Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=a7a26427798f068d -C extra-filename=-a7a26427798f068d --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-1f376e66b7f96baa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b526605e196956da.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-e14725cd8197114a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings`
27682024-01-05T17:08:29.242Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=4e29700f4020e47d -C extra-filename=-4e29700f4020e47d --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-16d1f389a1cfe257.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings`
27692024-01-05T17:08:30.700Z Running `/home/build/.rustup/toolchains/1.74.1-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=4dd3a7d84337936b -C extra-filename=-4dd3a7d84337936b --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-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a3732bf1a4ab3611.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-72338606a3b7be90.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-91c56cc38ae2f2e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-15b47f5cc07a08af.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1883b6e44d740cc2.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ad6ee130ab7f1546.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-12c5e538a3addf2c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
27702024-01-05T17:08:31.894Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27712024-01-05T17:08:31.933Z Running `/home/build/.rustup/toolchains/1.74.1-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=1c200fe5a92a6395 -C extra-filename=-1c200fe5a92a6395 --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-e30e64f4bfa38f26.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6046e43df96d55bc.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
27722024-01-05T17:08:31.944Z Running `/home/build/.rustup/toolchains/1.74.1-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=de5bb40e293cd965 -C extra-filename=-de5bb40e293cd965 --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-f055a26e6c4af7ec.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
27732024-01-05T17:08:32.688Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27742024-01-05T17:08:32.693Z Running `/home/build/.rustup/toolchains/1.74.1-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=784bb711f9cada01 -C extra-filename=-784bb711f9cada01 --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-66742d6b3ce39b4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
27752024-01-05T17:08:35.581Z Compiling signal-hook-tokio v0.3.1
27762024-01-05T17:08:35.586Z Running `/home/build/.rustup/toolchains/1.74.1-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=8a68f68842e6c808 -C extra-filename=-8a68f68842e6c808 --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-df288950ad332dec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --cap-lints allow -D warnings`
27772024-01-05T17:08:35.849Z Compiling serde-big-array v0.4.1
27782024-01-05T17:08:35.914Z Running `/home/build/.rustup/toolchains/1.74.1-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=d4d721e846ae95ff -C extra-filename=-d4d721e846ae95ff --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
27792024-01-05T17:08:36.093Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
27802024-01-05T17:08:36.096Z Running `/home/build/.rustup/toolchains/1.74.1-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=0287bfdbe3023bbf -C extra-filename=-0287bfdbe3023bbf --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-5c89d35aa6685bfa.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-9b0c3553fc4acca1.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-de5bb40e293cd965.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d4d721e846ae95ff.rmeta --cap-lints allow -D warnings`
27812024-01-05T17:08:36.626Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27822024-01-05T17:08:36.662Z Running `/home/build/.rustup/toolchains/1.74.1-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=faf4f145953ca02e -C extra-filename=-faf4f145953ca02e --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-e30e64f4bfa38f26.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4dd3a7d84337936b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ba0c02d8d38bbc15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8a68f68842e6c808.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2f09cdd141ca562e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27832024-01-05T17:08:36.977Z Compiling rayon v1.8.0
27842024-01-05T17:08:36.980Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-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 -C metadata=cec177c6f58aa418 -C extra-filename=-cec177c6f58aa418 --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-88da6cc752eb5faf.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4e29700f4020e47d.rmeta --cap-lints allow -D warnings`
27852024-01-05T17:08:38.115Z Running `/home/build/.rustup/toolchains/1.74.1-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=cd66ff657cb29e11 -C extra-filename=-cd66ff657cb29e11 --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-6a7bea3b3edc87ca.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rmeta --cap-lints allow -D warnings`
27862024-01-05T17:08:39.583Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-8b71e2527ef37c93/build-script-build`
27872024-01-05T17:08:39.734Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27882024-01-05T17:08:39.737Z Running `/home/build/.rustup/toolchains/1.74.1-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="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=83a20f15d13ab818 -C extra-filename=-83a20f15d13ab818 --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-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-354f1284d97e431a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
27892024-01-05T17:08:39.922Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/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=24ff2ee81fd956d1 -C extra-filename=-24ff2ee81fd956d1 --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-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
27902024-01-05T17:08:41.443Z Compiling corncobs v0.1.3
27912024-01-05T17:08:41.447Z Running `/home/build/.rustup/toolchains/1.74.1-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=a5f02f7056344f34 -C extra-filename=-a5f02f7056344f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27922024-01-05T17:08:41.901Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
27932024-01-05T17:08:41.905Z Running `/home/build/.rustup/toolchains/1.74.1-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=544b731de3804bf7 -C extra-filename=-544b731de3804bf7 --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-a5f02f7056344f34.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-9b0c3553fc4acca1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-de5bb40e293cd965.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-0287bfdbe3023bbf.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --cap-lints allow -D warnings`
27942024-01-05T17:08:42.717Z Running `/home/build/.rustup/toolchains/1.74.1-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=55a9202cde8b840e -C extra-filename=-55a9202cde8b840e --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-b146123347a3f7ba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0dfde3071895c0b1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c9a4000fa488603b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a7a26427798f068d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
27952024-01-05T17:08:43.539Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
27962024-01-05T17:08:43.562Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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=1df50b5ad444e3f4 -C extra-filename=-1df50b5ad444e3f4 --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-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2f09cdd141ca562e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
27972024-01-05T17:08:44.549Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
27982024-01-05T17:08:44.553Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/fab2799/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=5adcb41432f77cfb -C extra-filename=-5adcb41432f77cfb --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-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
27992024-01-05T17:08:45.095Z Compiling diff v0.1.13
28002024-01-05T17:08:45.100Z Running `/home/build/.rustup/toolchains/1.74.1-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=5ba3fbbf1ae2423e -C extra-filename=-5ba3fbbf1ae2423e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28012024-01-05T17:08:46.223Z Compiling bytecount v0.6.3
28022024-01-05T17:08:46.232Z Running `/home/build/.rustup/toolchains/1.74.1-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=1f95f3084ef75bb6 -C extra-filename=-1f95f3084ef75bb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28032024-01-05T17:08:46.548Z Compiling papergrid v0.10.0
28042024-01-05T17:08:46.551Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-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="std"' -C metadata=49e1b680e4bb46be -C extra-filename=-49e1b680e4bb46be --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-1f95f3084ef75bb6.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
28052024-01-05T17:08:47.181Z Compiling tabled_derive v0.6.0
28062024-01-05T17:08:47.184Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.6.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=af5155f7df91650a -C extra-filename=-af5155f7df91650a --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4aee7789a7204eaf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
28072024-01-05T17:08:49.061Z Compiling sqlparser_derive v0.1.1
28082024-01-05T17:08:49.064Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_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=7fbd89cdd67de2aa -C extra-filename=-7fbd89cdd67de2aa --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
28092024-01-05T17:08:50.067Z Compiling nix v0.26.4
28102024-01-05T17:08:50.070Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.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="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=93cdf2342a5c6b92 -C extra-filename=-93cdf2342a5c6b92 --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-8861c4fe0bf9ac1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
28112024-01-05T17:08:51.152Z Compiling unicode_categories v0.1.1
28122024-01-05T17:08:51.159Z Running `/home/build/.rustup/toolchains/1.74.1-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=e0252d069718e29c -C extra-filename=-e0252d069718e29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28132024-01-05T17:08:51.711Z Compiling sqlformat v0.2.3
28142024-01-05T17:08:51.715Z Running `/home/build/.rustup/toolchains/1.74.1-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=1a42679c4f9c9d0c -C extra-filename=-1a42679c4f9c9d0c --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-41c284b060b44704.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-e0252d069718e29c.rmeta --cap-lints allow -D warnings`
28152024-01-05T17:08:51.737Z Compiling tabled v0.14.0
28162024-01-05T17:08:51.742Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-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 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=60fcd491cdfb06e7 -C extra-filename=-60fcd491cdfb06e7 --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-49e1b680e4bb46be.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-af5155f7df91650a.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
28172024-01-05T17:08:53.266Z Compiling sqlparser v0.36.1
28182024-01-05T17:08:53.269Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.36.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="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' -C metadata=850ca1c0f4a95772 -C extra-filename=-850ca1c0f4a95772 --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-a8da004f5204fad5.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-7fbd89cdd67de2aa.so --cap-lints allow -D warnings`
28192024-01-05T17:08:54.619Z Compiling rustyline v12.0.0
28202024-01-05T17:08:54.622Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-12.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=8578f1c395b24609 -C extra-filename=-8578f1c395b24609 --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-275fa7b68fe444be.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-c2016b3f6ff26820.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-814cad4654b5349a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-93cdf2342a5c6b92.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings`
28212024-01-05T17:08:55.140Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28222024-01-05T17:08:55.144Z Running `/home/build/.rustup/toolchains/1.74.1-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=e4687f09009447e9 -C extra-filename=-e4687f09009447e9 --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-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-faf4f145953ca02e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-544b731de3804bf7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
28232024-01-05T17:08:56.872Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
28242024-01-05T17:08:56.875Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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=a4b7ac58b14d6e9a -C extra-filename=-a4b7ac58b14d6e9a --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-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
28252024-01-05T17:08:57.444Z Compiling bcs v0.1.6
28262024-01-05T17:08:57.447Z Running `/home/build/.rustup/toolchains/1.74.1-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=d547aeba5791aaeb -C extra-filename=-d547aeba5791aaeb --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-cf038da05bbc4b90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings`
28272024-01-05T17:08:58.602Z Compiling http-range v0.1.5
28282024-01-05T17:08:58.605Z Running `/home/build/.rustup/toolchains/1.74.1-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=1f91b72b02bed1c7 -C extra-filename=-1f91b72b02bed1c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28292024-01-05T17:08:59.173Z Compiling highway v1.1.0
28302024-01-05T17:08:59.176Z Running `/home/build/.rustup/toolchains/1.74.1-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=a460a3da56e42aa6 -C extra-filename=-a460a3da56e42aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28312024-01-05T17:09:00.404Z Compiling prettyplease v0.2.16
28322024-01-05T17:09:00.415Z Running `/home/build/.rustup/toolchains/1.74.1-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.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 -C metadata=902a41679263d555 -C extra-filename=-902a41679263d555 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-902a41679263d555 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28332024-01-05T17:09:00.977Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-902a41679263d555/build-script-build`
28342024-01-05T17:09:01.017Z Compiling hyper-staticfile v0.9.5
28352024-01-05T17:09:01.021Z Running `/home/build/.rustup/toolchains/1.74.1-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=7dcb1a211ace2ace -C extra-filename=-7dcb1a211ace2ace --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-cae882ec07323c8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1f91b72b02bed1c7.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings`
28362024-01-05T17:09:01.808Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
28372024-01-05T17:09:01.812Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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=43ca89ba4a0339ee -C extra-filename=-43ca89ba4a0339ee --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-e30e64f4bfa38f26.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-e0f38db7acb90eea.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-a4b7ac58b14d6e9a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4d890909347d6bec.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2f09cdd141ca562e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
28382024-01-05T17:09:02.292Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28392024-01-05T17:09:02.296Z Running `/home/build/.rustup/toolchains/1.74.1-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=894d024716bfe9cd -C extra-filename=-894d024716bfe9cd --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-aaa19c355036061d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
28402024-01-05T17:09:02.623Z Compiling assert_matches v1.5.0
28412024-01-05T17:09:02.626Z Running `/home/build/.rustup/toolchains/1.74.1-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=237e8556096248b4 -C extra-filename=-237e8556096248b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28422024-01-05T17:09:02.653Z Compiling humantime v2.1.0
28432024-01-05T17:09:02.663Z Running `/home/build/.rustup/toolchains/1.74.1-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=553bdda45eb6aba6 -C extra-filename=-553bdda45eb6aba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28442024-01-05T17:09:02.770Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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 -C metadata=e806ee555340808f -C extra-filename=-e806ee555340808f --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-71ee4d0da25619ef.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings`
28452024-01-05T17:09:03.436Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28462024-01-05T17:09:03.440Z Running `/home/build/.rustup/toolchains/1.74.1-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=f6b7c69932f8803e -C extra-filename=-f6b7c69932f8803e --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-66742d6b3ce39b4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
28472024-01-05T17:09:03.466Z Compiling portable-atomic v1.4.3
28482024-01-05T17:09:03.470Z Running `/home/build/.rustup/toolchains/1.74.1-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=b10aa26e1864131f -C extra-filename=-b10aa26e1864131f --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28492024-01-05T17:09:04.029Z Compiling crunchy v0.2.2
28502024-01-05T17:09:04.038Z Running `/home/build/.rustup/toolchains/1.74.1-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=276708032ba2aa8e -C extra-filename=-276708032ba2aa8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28512024-01-05T17:09:04.897Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e/build-script-build`
28522024-01-05T17:09:04.948Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28532024-01-05T17:09:04.951Z Running `/home/build/.rustup/toolchains/1.74.1-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=ea6e6de61ef91eeb -C extra-filename=-ea6e6de61ef91eeb --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-9f2692c8ed9c48e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-faf4f145953ca02e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28542024-01-05T17:09:05.193Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f/build-script-build`
28552024-01-05T17:09:05.290Z Compiling clang-sys v1.6.1
28562024-01-05T17:09:05.294Z Running `/home/build/.rustup/toolchains/1.74.1-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=409f2ba701aff8c6 -C extra-filename=-409f2ba701aff8c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --cap-lints allow -D warnings`
28572024-01-05T17:09:06.156Z Compiling fs-err v2.11.0
28582024-01-05T17:09:06.198Z Running `/home/build/.rustup/toolchains/1.74.1-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=d03364d7a6a5341a -C extra-filename=-d03364d7a6a5341a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings`
28592024-01-05T17:09:06.505Z Compiling tiny-keccak v2.0.2
28602024-01-05T17:09:06.508Z Running `/home/build/.rustup/toolchains/1.74.1-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=3ea3e7c285d4b3be -C extra-filename=-3ea3e7c285d4b3be --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28612024-01-05T17:09:06.732Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622024-01-05T17:09:06.736Z Running `/home/build/.rustup/toolchains/1.74.1-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 -C metadata=8b2e270df9c67855 -C extra-filename=-8b2e270df9c67855 --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-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d547aeba5791aaeb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8aa03504ec97a7ee.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8578f1c395b24609.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-850ca1c0f4a95772.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
28632024-01-05T17:09:06.887Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a/build-script-build`
28642024-01-05T17:09:07.082Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be/build-script-build`
28652024-01-05T17:09:07.109Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6/build-script-build`
28662024-01-05T17:09:07.142Z Running `/home/build/.rustup/toolchains/1.74.1-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=26b4efbb12889e47 -C extra-filename=-26b4efbb12889e47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg portable_atomic_llvm_16`
28672024-01-05T17:09:07.198Z Running `/home/build/.rustup/toolchains/1.74.1-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=dc581852091c8239 -C extra-filename=-dc581852091c8239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28682024-01-05T17:09:07.382Z Compiling darling_core v0.14.4
28692024-01-05T17:09:07.386Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.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="strsim"' --cfg 'feature="suggestions"' -C metadata=41574f4f772e646b -C extra-filename=-41574f4f772e646b --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings`
28702024-01-05T17:09:08.179Z Compiling number_prefix v0.4.0
28712024-01-05T17:09:08.182Z Running `/home/build/.rustup/toolchains/1.74.1-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=d6555b50a0192add -C extra-filename=-d6555b50a0192add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28722024-01-05T17:09:08.526Z Running `/home/build/.rustup/toolchains/1.74.1-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=e26093762467b69f -C extra-filename=-e26093762467b69f --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-dc581852091c8239.rmeta --cap-lints allow -D warnings`
28732024-01-05T17:09:09.511Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28742024-01-05T17:09:09.516Z Running `/home/build/.rustup/toolchains/1.74.1-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=1877772e115fa792 -C extra-filename=-1877772e115fa792 --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-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7dcb1a211ace2ace.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-43ca89ba4a0339ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
28752024-01-05T17:09:09.583Z Compiling indicatif v0.17.7
28762024-01-05T17:09:09.587Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="rayon"' --cfg 'feature="unicode-width"' -C metadata=167af10aa8aff9a2 -C extra-filename=-167af10aa8aff9a2 --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-33a5928f2ec0ac9f.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-d6555b50a0192add.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-26b4efbb12889e47.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
28772024-01-05T17:09:13.249Z Running `/home/build/.rustup/toolchains/1.74.1-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=f7f269a573d7ce7a -C extra-filename=-f7f269a573d7ce7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg rustc_1_63`
28782024-01-05T17:09:14.183Z Compiling ascii-canvas v3.0.0
28792024-01-05T17:09:14.187Z Running `/home/build/.rustup/toolchains/1.74.1-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=25d708df3131c530 -C extra-filename=-25d708df3131c530 --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-b835c3722defd562.rmeta --cap-lints allow -D warnings`
28802024-01-05T17:09:15.064Z Compiling bytesize v1.3.0
28812024-01-05T17:09:15.068Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-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="serde"' -C metadata=2f88cdd62fa82264 -C extra-filename=-2f88cdd62fa82264 --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
28822024-01-05T17:09:15.720Z Compiling ena v0.14.2
28832024-01-05T17:09:15.723Z Running `/home/build/.rustup/toolchains/1.74.1-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=e919ddcae1e97f38 -C extra-filename=-e919ddcae1e97f38 --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-a8da004f5204fad5.rmeta --cap-lints allow -D warnings`
28842024-01-05T17:09:16.345Z Compiling libloading v0.7.4
28852024-01-05T17:09:16.348Z Running `/home/build/.rustup/toolchains/1.74.1-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=63bac09e9f2644e0 -C extra-filename=-63bac09e9f2644e0 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings`
28862024-01-05T17:09:16.960Z Compiling regex-syntax v0.6.29
28872024-01-05T17:09:17.014Z Running `/home/build/.rustup/toolchains/1.74.1-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=3c4bae917f8cf355 -C extra-filename=-3c4bae917f8cf355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28882024-01-05T17:09:17.183Z Compiling darling_macro v0.14.4
28892024-01-05T17:09:17.186Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.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=046db699290b2100 -C extra-filename=-046db699290b2100 --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-41574f4f772e646b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
28902024-01-05T17:09:18.339Z Compiling bindgen v0.65.1
28912024-01-05T17:09:18.343Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/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="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=551da9e7f0cc4585 -C extra-filename=-551da9e7f0cc4585 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-551da9e7f0cc4585 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28922024-01-05T17:09:19.236Z Compiling maplit v1.0.2
28932024-01-05T17:09:19.262Z Running `/home/build/.rustup/toolchains/1.74.1-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=83ebfaaf8e08f401 -C extra-filename=-83ebfaaf8e08f401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28942024-01-05T17:09:19.411Z Compiling ref-cast v1.0.20
28952024-01-05T17:09:19.411Z Running `/home/build/.rustup/toolchains/1.74.1-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.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 -C metadata=821b2ffc3e6d43e9 -C extra-filename=-821b2ffc3e6d43e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28962024-01-05T17:09:19.539Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-551da9e7f0cc4585/build-script-build`
28972024-01-05T17:09:19.579Z Compiling darling v0.14.4
28982024-01-05T17:09:19.581Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.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="suggestions"' -C metadata=d34eee12f5336b03 -C extra-filename=-d34eee12f5336b03 --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-41574f4f772e646b.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-046db699290b2100.so --cap-lints allow -D warnings`
28992024-01-05T17:09:19.763Z Running `/home/build/.rustup/toolchains/1.74.1-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=c7ac13b0a6538740 -C extra-filename=-c7ac13b0a6538740 --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-219023a8387da708.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-63bac09e9f2644e0.rmeta --cap-lints allow -D warnings`
29002024-01-05T17:09:19.923Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29012024-01-05T17:09:19.926Z Running `/home/build/.rustup/toolchains/1.74.1-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=6d7a15a26cdc605c -C extra-filename=-6d7a15a26cdc605c --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-484302de7c55414d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
29022024-01-05T17:09:20.350Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9/build-script-build`
29032024-01-05T17:09:20.427Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29042024-01-05T17:09:20.430Z Running `/home/build/.rustup/toolchains/1.74.1-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=1017341e8ff4ebc2 -C extra-filename=-1017341e8ff4ebc2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-1017341e8ff4ebc2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5da72c6c71284407.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
29052024-01-05T17:09:20.967Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29062024-01-05T17:09:20.971Z Running `/home/build/.rustup/toolchains/1.74.1-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=dca4a50145a0be59 -C extra-filename=-dca4a50145a0be59 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18564ed0ba8c6898.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
29072024-01-05T17:09:22.811Z Compiling lalrpop v0.19.12
29082024-01-05T17:09:22.835Z Running `/home/build/.rustup/toolchains/1.74.1-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=3a628af8f9ba29e3 -C extra-filename=-3a628af8f9ba29e3 --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-25d708df3131c530.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5ba3fbbf1ae2423e.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-e919ddcae1e97f38.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ba3d589594c37a03.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-3c4bae917f8cf355.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ad6ee130ab7f1546.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-e26093762467b69f.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings`
29092024-01-05T17:09:24.588Z Compiling cexpr v0.6.0
29102024-01-05T17:09:24.591Z Running `/home/build/.rustup/toolchains/1.74.1-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=e2953340f9db8097 -C extra-filename=-e2953340f9db8097 --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-24dc8bd775458b21.rmeta --cap-lints allow -D warnings`
29112024-01-05T17:09:26.717Z Compiling ref-cast-impl v1.0.20
29122024-01-05T17:09:26.721Z Running `/home/build/.rustup/toolchains/1.74.1-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.20/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=0620e6f75c815219 -C extra-filename=-0620e6f75c815219 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings`
29132024-01-05T17:09:27.324Z Compiling which v4.4.0
29142024-01-05T17:09:27.324Z Running `/home/build/.rustup/toolchains/1.74.1-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=d6647caaeebe4883 -C extra-filename=-d6647caaeebe4883 --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-88da6cc752eb5faf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
29152024-01-05T17:09:27.388Z Compiling shlex v1.1.0
29162024-01-05T17:09:27.413Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-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=81148a4ce92371cd -C extra-filename=-81148a4ce92371cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29172024-01-05T17:09:27.841Z Compiling lazycell v1.3.0
29182024-01-05T17:09:27.858Z Running `/home/build/.rustup/toolchains/1.74.1-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=8779f586eb159602 -C extra-filename=-8779f586eb159602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29192024-01-05T17:09:28.115Z Compiling rustc-hash v1.1.0
29202024-01-05T17:09:28.118Z Running `/home/build/.rustup/toolchains/1.74.1-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=7b7bac8460bb1330 -C extra-filename=-7b7bac8460bb1330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29212024-01-05T17:09:28.335Z Compiling peeking_take_while v0.1.2
29222024-01-05T17:09:28.338Z Running `/home/build/.rustup/toolchains/1.74.1-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=c3d1425bfda4ae47 -C extra-filename=-c3d1425bfda4ae47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29232024-01-05T17:09:28.359Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-1017341e8ff4ebc2/build-script-build`
29242024-01-05T17:09:28.399Z Compiling derive_builder_core v0.12.0
29252024-01-05T17:09:28.402Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-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 -C metadata=7dba1b7c17941c2b -C extra-filename=-7dba1b7c17941c2b --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-d34eee12f5336b03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings`
29262024-01-05T17:09:28.424Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29272024-01-05T17:09:28.427Z Running `/home/build/.rustup/toolchains/1.74.1-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=c04867272c20a8be -C extra-filename=-c04867272c20a8be --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-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f88cdd62fa82264.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4b605bb5db8574c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29282024-01-05T17:09:28.532Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/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="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=5bc15c830b010b09 -C extra-filename=-5bc15c830b010b09 --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-8861c4fe0bf9ac1d.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-e2953340f9db8097.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-c7ac13b0a6538740.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-8779f586eb159602.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-c3d1425bfda4ae47.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7b7bac8460bb1330.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-81148a4ce92371cd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-d6647caaeebe4883.rmeta --cap-lints allow -D warnings`
29292024-01-05T17:09:29.009Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=df3be6fbde8a7cc9 -C extra-filename=-df3be6fbde8a7cc9 --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-0620e6f75c815219.so --cap-lints allow -D warnings`
29302024-01-05T17:09:29.218Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29312024-01-05T17:09:29.224Z Running `/home/build/.rustup/toolchains/1.74.1-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=8bdbbd99b13389f5 -C extra-filename=-8bdbbd99b13389f5 --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-e30e64f4bfa38f26.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
29322024-01-05T17:09:29.284Z Compiling libxml v0.3.3
29332024-01-05T17:09:29.325Z Running `/home/build/.rustup/toolchains/1.74.1-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=11de4411db6ff758 -C extra-filename=-11de4411db6ff758 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings`
29342024-01-05T17:09:29.956Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758/build-script-build`
29352024-01-05T17:09:30.015Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29362024-01-05T17:09:30.018Z Running `/home/build/.rustup/toolchains/1.74.1-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=11c83bb5f758818b -C extra-filename=-11c83bb5f758818b --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-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
29372024-01-05T17:09:32.403Z Compiling derive_builder_macro v0.12.0
29382024-01-05T17:09:32.407Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-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=b0841bb1e771ea34 -C extra-filename=-b0841bb1e771ea34 --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-7dba1b7c17941c2b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
29392024-01-05T17:09:32.657Z Compiling strum_macros v0.24.3
29402024-01-05T17:09:32.681Z Running `/home/build/.rustup/toolchains/1.74.1-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=63355744010351b0 -C extra-filename=-63355744010351b0 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
29412024-01-05T17:09:34.130Z Compiling cookie v0.18.0
29422024-01-05T17:09:34.133Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=0b1b277098cc37eb -C extra-filename=-0b1b277098cc37eb --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
29432024-01-05T17:09:34.716Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
29442024-01-05T17:09:34.720Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/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=bfa9a024476342ec -C extra-filename=-bfa9a024476342ec --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-bfa9a024476342ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings`
29452024-01-05T17:09:35.314Z Compiling indoc v1.0.9
29462024-01-05T17:09:35.317Z Running `/home/build/.rustup/toolchains/1.74.1-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=63b7117dbf8d1e97 -C extra-filename=-63b7117dbf8d1e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
29472024-01-05T17:09:37.145Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-bfa9a024476342ec/build-script-build`
29482024-01-05T17:09:37.293Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb/build-script-build`
29492024-01-05T17:09:37.392Z Compiling derive_builder v0.12.0
29502024-01-05T17:09:37.394Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-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="default"' --cfg 'feature="std"' -C metadata=514c4a70345695a5 -C extra-filename=-514c4a70345695a5 --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-b0841bb1e771ea34.so --cap-lints allow -D warnings`
29512024-01-05T17:09:37.651Z Running `/home/build/.rustup/toolchains/1.74.1-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=e576214942181323 -C extra-filename=-e576214942181323 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
29522024-01-05T17:09:39.703Z Running `/home/build/.rustup/toolchains/1.74.1-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=10da5b5348f727fb -C extra-filename=-10da5b5348f727fb --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-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-dca4a50145a0be59.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6d7a15a26cdc605c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-894d024716bfe9cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
29532024-01-05T17:09:41.657Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29542024-01-05T17:09:41.661Z Running `/home/build/.rustup/toolchains/1.74.1-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 -C metadata=077eb0d84248530f -C extra-filename=-077eb0d84248530f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-077eb0d84248530f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5da72c6c71284407.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
29552024-01-05T17:09:42.154Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29562024-01-05T17:09:42.160Z Running `/home/build/.rustup/toolchains/1.74.1-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=5f7cb7783dbb3b63 -C extra-filename=-5f7cb7783dbb3b63 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18564ed0ba8c6898.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
29572024-01-05T17:09:42.448Z Compiling bb8 v0.8.1
29582024-01-05T17:09:42.452Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-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"' --cfg 'feature="parking_lot"' -C metadata=35c89687a786a03b -C extra-filename=-35c89687a786a03b --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-2ef3d8409111332a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --cap-lints allow -D warnings`
29592024-01-05T17:09:42.903Z Compiling quick-xml v0.23.1
29602024-01-05T17:09:43.128Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.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="serialize"' -C metadata=0c72a6beba1fb495 -C extra-filename=-0c72a6beba1fb495 --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-19c64e24300af82f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
29612024-01-05T17:09:44.890Z Compiling impl-trait-for-tuples v0.2.2
29622024-01-05T17:09:44.891Z Running `/home/build/.rustup/toolchains/1.74.1-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=21c026713829e9b8 -C extra-filename=-21c026713829e9b8 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
29632024-01-05T17:09:44.944Z Compiling oso-derive v0.27.0
29642024-01-05T17:09:44.948Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=b5ea570b0b9e08c6 -C extra-filename=-b5ea570b0b9e08c6 --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-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings`
29652024-01-05T17:09:46.318Z Compiling is_ci v1.1.1
29662024-01-05T17:09:46.351Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-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=f51f43a5767b927b -C extra-filename=-f51f43a5767b927b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29672024-01-05T17:09:46.702Z Compiling smawk v0.3.1
29682024-01-05T17:09:46.706Z Running `/home/build/.rustup/toolchains/1.74.1-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=114b268f418e4796 -C extra-filename=-114b268f418e4796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29692024-01-05T17:09:46.924Z Compiling unicode-linebreak v0.1.5
29702024-01-05T17:09:46.956Z Running `/home/build/.rustup/toolchains/1.74.1-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=dac2249bb67fad46 -C extra-filename=-dac2249bb67fad46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29712024-01-05T17:09:47.015Z Compiling supports-color v2.1.0
29722024-01-05T17:09:47.038Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-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=56b8536ec14c9354 -C extra-filename=-56b8536ec14c9354 --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-ba3d589594c37a03.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-f51f43a5767b927b.rmeta --cap-lints allow -D warnings`
29732024-01-05T17:09:47.687Z Compiling textwrap v0.16.0
29742024-01-05T17:09:47.723Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.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 --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=a9fe9f90ca417355 -C extra-filename=-a9fe9f90ca417355 --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-114b268f418e4796.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-dac2249bb67fad46.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
29752024-01-05T17:09:47.750Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29762024-01-05T17:09:47.754Z Running `/home/build/.rustup/toolchains/1.74.1-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=d45102f703ba12fa -C extra-filename=-d45102f703ba12fa --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-2ef3d8409111332a.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-35c89687a786a03b.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
29772024-01-05T17:09:48.822Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-077eb0d84248530f/build-script-build`
29782024-01-05T17:09:48.863Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.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=d6bffa1fea320d97 -C extra-filename=-d6bffa1fea320d97 --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-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings`
29792024-01-05T17:09:49.882Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2c71f57e8ecabf2 -C extra-filename=-f2c71f57e8ecabf2 --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-09968771c6160b65.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
29802024-01-05T17:09:50.503Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29812024-01-05T17:09:50.506Z Running `/home/build/.rustup/toolchains/1.74.1-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=d1cc85d6b864352e -C extra-filename=-d1cc85d6b864352e --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-66742d6b3ce39b4c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
29822024-01-05T17:09:50.705Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29832024-01-05T17:09:50.709Z Running `/home/build/.rustup/toolchains/1.74.1-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=68015154cff0e6db -C extra-filename=-68015154cff0e6db --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-2ef3d8409111332a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
29842024-01-05T17:09:51.305Z Compiling crossterm v0.27.0
29852024-01-05T17:09:51.312Z Running `/home/build/.rustup/toolchains/1.74.1-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="windows"' -C metadata=0867dfe4ee85840b -C extra-filename=-0867dfe4ee85840b --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-275fa7b68fe444be.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-060225c871bf0cdf.rmeta --cap-lints allow -D warnings`
29862024-01-05T17:09:56.616Z Compiling cassowary v0.3.0
29872024-01-05T17:09:56.620Z Running `/home/build/.rustup/toolchains/1.74.1-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=62d3458e82eb5912 -C extra-filename=-62d3458e82eb5912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29882024-01-05T17:09:58.871Z Compiling indoc v2.0.3
29892024-01-05T17:09:58.875Z Running `/home/build/.rustup/toolchains/1.74.1-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=da4a49defead9c2a -C extra-filename=-da4a49defead9c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
29902024-01-05T17:10:00.802Z Compiling ratatui v0.23.0
29912024-01-05T17:10:00.808Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.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="crossterm"' --cfg 'feature="default"' -C metadata=3d6b4a8ee9cd17bc -C extra-filename=-3d6b4a8ee9cd17bc --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-275fa7b68fe444be.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-62d3458e82eb5912.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0867dfe4ee85840b.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-da4a49defead9c2a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-89a889cf9a6c2547.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
29922024-01-05T17:10:03.067Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29932024-01-05T17:10:03.071Z Running `/home/build/.rustup/toolchains/1.74.1-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=7c125d0f8c714451 -C extra-filename=-7c125d0f8c714451 --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-e30e64f4bfa38f26.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
29942024-01-05T17:10:09.859Z Compiling rtoolbox v0.0.1
29952024-01-05T17:10:09.863Z Running `/home/build/.rustup/toolchains/1.74.1-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=42cecd3c924e2a62 -C extra-filename=-42cecd3c924e2a62 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
29962024-01-05T17:10:10.350Z Compiling rpassword v7.3.1
29972024-01-05T17:10:10.356Z Running `/home/build/.rustup/toolchains/1.74.1-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=3504c52dab44596f -C extra-filename=-3504c52dab44596f --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-dc3967e2ac4e7655.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-42cecd3c924e2a62.rmeta --cap-lints allow -D warnings`
29982024-01-05T17:10:10.510Z Compiling tui-tree-widget v0.13.0
29992024-01-05T17:10:10.513Z Running `/home/build/.rustup/toolchains/1.74.1-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.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 -C metadata=eb1c45377c749704 -C extra-filename=-eb1c45377c749704 --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-3d6b4a8ee9cd17bc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings`
30002024-01-05T17:10:10.844Z Compiling yansi v0.5.1
30012024-01-05T17:10:10.848Z Running `/home/build/.rustup/toolchains/1.74.1-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=ea7e7c397c8cc657 -C extra-filename=-ea7e7c397c8cc657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30022024-01-05T17:10:11.408Z Compiling shell-words v1.1.0
30032024-01-05T17:10:11.411Z Running `/home/build/.rustup/toolchains/1.74.1-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=42243f9dff0c01c7 -C extra-filename=-42243f9dff0c01c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30042024-01-05T17:10:11.568Z Compiling pretty_assertions v1.4.0
30052024-01-05T17:10:11.572Z Running `/home/build/.rustup/toolchains/1.74.1-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=49915d2a1e363f07 -C extra-filename=-49915d2a1e363f07 --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-5ba3fbbf1ae2423e.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-ea7e7c397c8cc657.rmeta --cap-lints allow -D warnings`
30062024-01-05T17:10:11.905Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30072024-01-05T17:10:11.908Z Running `/home/build/.rustup/toolchains/1.74.1-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=b80a0061600bf070 -C extra-filename=-b80a0061600bf070 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b80a0061600bf070 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5da72c6c71284407.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
30082024-01-05T17:10:11.995Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30092024-01-05T17:10:11.999Z Running `/home/build/.rustup/toolchains/1.74.1-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=ad387f694a6a3b6c -C extra-filename=-ad387f694a6a3b6c --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-e30e64f4bfa38f26.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0867dfe4ee85840b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3d6b4a8ee9cd17bc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-56b8536ec14c9354.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-28fa5d15d5e091cb.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-eb1c45377c749704.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d1cc85d6b864352e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
30102024-01-05T17:10:12.146Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
30112024-01-05T17:10:12.152Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/fab2799/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=81f9ed1d3d8d012b -C extra-filename=-81f9ed1d3d8d012b --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-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
30122024-01-05T17:10:12.497Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b80a0061600bf070/build-script-build`
30132024-01-05T17:10:12.538Z Compiling fatfs v0.3.6
30142024-01-05T17:10:12.541Z Running `/home/build/.rustup/toolchains/1.74.1-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=5e02786feba159c6 -C extra-filename=-5e02786feba159c6 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings`
30152024-01-05T17:10:15.546Z Compiling target-lexicon v0.12.12
30162024-01-05T17:10:15.549Z Running `/home/build/.rustup/toolchains/1.74.1-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.12/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=58441bb8d71fd0c2 -C extra-filename=-58441bb8d71fd0c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30172024-01-05T17:10:15.742Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30182024-01-05T17:10:15.745Z Running `/home/build/.rustup/toolchains/1.74.1-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=85141cdbf53006a7 -C extra-filename=-85141cdbf53006a7 --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-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
30192024-01-05T17:10:16.292Z Compiling guppy-workspace-hack v0.1.0
30202024-01-05T17:10:16.299Z Running `/home/build/.rustup/toolchains/1.74.1-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=01fb90101b4967fb -C extra-filename=-01fb90101b4967fb --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30212024-01-05T17:10:16.863Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb/build-script-build`
30222024-01-05T17:10:16.882Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30232024-01-05T17:10:16.886Z Running `/home/build/.rustup/toolchains/1.74.1-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=342f40aca5b1ffb5 -C extra-filename=-342f40aca5b1ffb5 --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-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
30242024-01-05T17:10:17.218Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2/build-script-build`
30252024-01-05T17:10:17.354Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=9650606a6b096b6a -C extra-filename=-9650606a6b096b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg 'feature="rust_1_40"'`
30262024-01-05T17:10:18.581Z Compiling rand v0.4.6
30272024-01-05T17:10:18.584Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.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="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=958266764e028e33 -C extra-filename=-958266764e028e33 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
30282024-01-05T17:10:19.035Z Compiling remove_dir_all v0.5.3
30292024-01-05T17:10:19.039Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-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 -C metadata=661434d0dc50455e -C extra-filename=-661434d0dc50455e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30302024-01-05T17:10:19.199Z Compiling target-spec v3.0.1
30312024-01-05T17:10:19.202Z Running `/home/build/.rustup/toolchains/1.74.1-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.0.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=a061793d02d3ccdb -C extra-filename=-a061793d02d3ccdb --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30322024-01-05T17:10:20.147Z Compiling plotters-backend v0.3.5
30332024-01-05T17:10:20.150Z Running `/home/build/.rustup/toolchains/1.74.1-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=e462c2a67ec472b3 -C extra-filename=-e462c2a67ec472b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30342024-01-05T17:10:21.076Z Compiling plotters-svg v0.3.5
30352024-01-05T17:10:21.080Z Running `/home/build/.rustup/toolchains/1.74.1-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=0f7ec5feb44a5134 -C extra-filename=-0f7ec5feb44a5134 --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-e462c2a67ec472b3.rmeta --cap-lints allow -D warnings`
30362024-01-05T17:10:21.777Z Compiling tempdir v0.3.7
30372024-01-05T17:10:21.781Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-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=f0422b60487fbb5d -C extra-filename=-f0422b60487fbb5d --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-958266764e028e33.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-661434d0dc50455e.rmeta --cap-lints allow -D warnings`
30382024-01-05T17:10:22.380Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb/build-script-build`
30392024-01-05T17:10:22.421Z Compiling cfg-expr v0.15.5
30402024-01-05T17:10:22.424Z Running `/home/build/.rustup/toolchains/1.74.1-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.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="target-lexicon"' --cfg 'feature="targets"' -C metadata=1d24bd8863dd03f6 -C extra-filename=-1d24bd8863dd03f6 --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-b9214902439ca54b.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --cap-lints allow -D warnings`
30412024-01-05T17:10:23.243Z Running `/home/build/.rustup/toolchains/1.74.1-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=15002156b02673e3 -C extra-filename=-15002156b02673e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30422024-01-05T17:10:23.372Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30432024-01-05T17:10:23.376Z Running `/home/build/.rustup/toolchains/1.74.1-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=160fe5ad74b3a167 -C extra-filename=-160fe5ad74b3a167 --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-9e43724bce3b3560.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
30442024-01-05T17:10:24.766Z Compiling assert_cmd v2.0.12
30452024-01-05T17:10:24.769Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=ab3de0844415da3e -C extra-filename=-ab3de0844415da3e --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-ae5ed257b591d4e2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-07fc207f0825dc23.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e5f61cb843a6521e.rmeta --cap-lints allow -D warnings`
30462024-01-05T17:10:26.894Z Compiling cargo-platform v0.1.3
30472024-01-05T17:10:26.897Z Running `/home/build/.rustup/toolchains/1.74.1-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=7c6c446a7edaec55 -C extra-filename=-7c6c446a7edaec55 --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
30482024-01-05T17:10:27.852Z Compiling cast v0.3.0
30492024-01-05T17:10:27.855Z Running `/home/build/.rustup/toolchains/1.74.1-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=2242429bf0d1ca7e -C extra-filename=-2242429bf0d1ca7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30502024-01-05T17:10:28.430Z Compiling criterion-plot v0.5.0
30512024-01-05T17:10:28.436Z Running `/home/build/.rustup/toolchains/1.74.1-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=4c1e8b9104795524 -C extra-filename=-4c1e8b9104795524 --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-2242429bf0d1ca7e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --cap-lints allow -D warnings`
30522024-01-05T17:10:30.148Z Compiling cargo_metadata v0.18.1
30532024-01-05T17:10:30.152Z Running `/home/build/.rustup/toolchains/1.74.1-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=6a8553218e13bbc9 -C extra-filename=-6a8553218e13bbc9 --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-9f2692c8ed9c48e4.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-7c6c446a7edaec55.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings`
30542024-01-05T17:10:34.901Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-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=579ae90924db0ad3 -C extra-filename=-579ae90924db0ad3 --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-1d24bd8863dd03f6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings`
30552024-01-05T17:10:36.605Z Compiling plotters v0.3.5
30562024-01-05T17:10:36.631Z Running `/home/build/.rustup/toolchains/1.74.1-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=e92a635b62a210e4 -C extra-filename=-e92a635b62a210e4 --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-cc34ce3dd45ecec2.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-e462c2a67ec472b3.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-0f7ec5feb44a5134.rmeta --cap-lints allow -D warnings`
30572024-01-05T17:10:36.875Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30582024-01-05T17:10:36.880Z Running `/home/build/.rustup/toolchains/1.74.1-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=5c429e0f0814e49f -C extra-filename=-5c429e0f0814e49f --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-e30e64f4bfa38f26.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
30592024-01-05T17:10:40.604Z Compiling pathdiff v0.2.1
30602024-01-05T17:10:40.669Z Running `/home/build/.rustup/toolchains/1.74.1-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=d8ab46b724367484 -C extra-filename=-d8ab46b724367484 --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-9f2692c8ed9c48e4.rmeta --cap-lints allow -D warnings`
30612024-01-05T17:10:40.845Z Compiling tinytemplate v1.2.1
30622024-01-05T17:10:40.857Z Running `/home/build/.rustup/toolchains/1.74.1-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=862441ab4ddcc305 -C extra-filename=-862441ab4ddcc305 --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-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --cap-lints allow -D warnings`
30632024-01-05T17:10:42.678Z Compiling nested v0.1.1
30642024-01-05T17:10:42.689Z Running `/home/build/.rustup/toolchains/1.74.1-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=1f2a3b2e80653418 -C extra-filename=-1f2a3b2e80653418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30652024-01-05T17:10:43.541Z Compiling anes v0.1.6
30662024-01-05T17:10:43.550Z Running `/home/build/.rustup/toolchains/1.74.1-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=4dc1630ea95817a2 -C extra-filename=-4dc1630ea95817a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30672024-01-05T17:10:43.969Z Compiling oorandom v11.1.3
30682024-01-05T17:10:43.973Z Running `/home/build/.rustup/toolchains/1.74.1-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=e694ec5b9251c269 -C extra-filename=-e694ec5b9251c269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30692024-01-05T17:10:44.273Z Compiling criterion v0.5.1
30702024-01-05T17:10:44.277Z Running `/home/build/.rustup/toolchains/1.74.1-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=941b329ab40f1607 -C extra-filename=-941b329ab40f1607 --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-4dc1630ea95817a2.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-2242429bf0d1ca7e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-4c1e8b9104795524.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ba3d589594c37a03.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-e694ec5b9251c269.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e92a635b62a210e4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a563ecaccb9206d4.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-862441ab4ddcc305.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings`
30712024-01-05T17:10:52.817Z Compiling guppy v0.17.4
30722024-01-05T17:10:52.844Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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=a67a26aa2f5fcd32 -C extra-filename=-a67a26aa2f5fcd32 --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-d96b32e05eb9e3f3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-6a8553218e13bbc9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-df657a3bdf785ff2.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-1f2a3b2e80653418.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-d8ab46b724367484.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-579ae90924db0ad3.rmeta --cap-lints allow -D warnings`
30732024-01-05T17:11:07.786Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30742024-01-05T17:11:07.789Z Running `/home/build/.rustup/toolchains/1.74.1-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=efb12da105eaeae5 -C extra-filename=-efb12da105eaeae5 --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-e30e64f4bfa38f26.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
30752024-01-05T17:11:08.676Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
30762024-01-05T17:11:08.679Z Running `/home/build/.rustup/toolchains/1.74.1-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=8855743e052a7df3 -C extra-filename=-8855743e052a7df3 --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-681f6188b7df21a8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
30772024-01-05T17:11:11.209Z Compiling threadpool v1.8.1
30782024-01-05T17:11:11.216Z Running `/home/build/.rustup/toolchains/1.74.1-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=5075aa10aec27485 -C extra-filename=-5075aa10aec27485 --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-46d4bea4d320c912.rmeta --cap-lints allow -D warnings`
30792024-01-05T17:11:11.407Z Compiling nanorand v0.7.0
30802024-01-05T17:11:11.424Z Running `/home/build/.rustup/toolchains/1.74.1-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=b9898b01c2555898 -C extra-filename=-b9898b01c2555898 --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-7defc2e9733c79ab.rmeta --cap-lints allow -D warnings`
30812024-01-05T17:11:12.383Z Compiling flume v0.11.0
30822024-01-05T17:11:12.389Z Running `/home/build/.rustup/toolchains/1.74.1-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=a14660f59d218817 -C extra-filename=-a14660f59d218817 --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-b9898b01c2555898.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings`
30832024-01-05T17:11:12.658Z Compiling libtest-mimic v0.6.1
30842024-01-05T17:11:12.664Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-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=20938588e0eebcd2 -C extra-filename=-20938588e0eebcd2 --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-61333eea1623296f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-5075aa10aec27485.rmeta --cap-lints allow -D warnings`
30852024-01-05T17:11:13.896Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30862024-01-05T17:11:14.900Z Running `/home/build/.rustup/toolchains/1.74.1-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=60e398886dd21970 -C extra-filename=-60e398886dd21970 --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-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-160fe5ad74b3a167.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ba0c02d8d38bbc15.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
30872024-01-05T17:11:15.572Z Compiling rstest_macros v0.18.2
30882024-01-05T17:11:15.575Z Running `/home/build/.rustup/toolchains/1.74.1-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.18.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="async-timeout"' -C metadata=4a4c376c7a487beb -C extra-filename=-4a4c376c7a487beb --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-4a4c376c7a487beb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-437f71eea345913b.rlib --cap-lints allow -D warnings`
30892024-01-05T17:11:16.034Z Compiling datatest-stable v0.2.3
30902024-01-05T17:11:16.056Z Running `/home/build/.rustup/toolchains/1.74.1-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.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=b96d58797b7b74db -C extra-filename=-b96d58797b7b74db --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-9f2692c8ed9c48e4.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-20938588e0eebcd2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings`
30912024-01-05T17:11:16.943Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-4a4c376c7a487beb/build-script-build`
30922024-01-05T17:11:16.951Z Compiling httptest v0.15.5
30932024-01-05T17:11:16.952Z Running `/home/build/.rustup/toolchains/1.74.1-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=fbb263ab449f446a -C extra-filename=-fbb263ab449f446a --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-b8e8dc310f6d46a3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --cap-lints allow -D warnings`
30942024-01-05T17:11:16.952Z Compiling similar-asserts v1.5.0
30952024-01-05T17:11:16.952Z Running `/home/build/.rustup/toolchains/1.74.1-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=42821009c645f3d6 -C extra-filename=-42821009c645f3d6 --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-33a5928f2ec0ac9f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings`
30962024-01-05T17:11:18.780Z Compiling trybuild v1.0.85
30972024-01-05T17:11:18.791Z Running `/home/build/.rustup/toolchains/1.74.1-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.85/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=365b189f2d87b8e3 -C extra-filename=-365b189f2d87b8e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-365b189f2d87b8e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30982024-01-05T17:11:19.517Z Compiling topological-sort v0.2.2
30992024-01-05T17:11:19.953Z Running `/home/build/.rustup/toolchains/1.74.1-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=2d8a79eafcf012fe -C extra-filename=-2d8a79eafcf012fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31002024-01-05T17:11:19.963Z Compiling relative-path v1.9.0
31012024-01-05T17:11:19.964Z Running `/home/build/.rustup/toolchains/1.74.1-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=3a2ec034d746b546 -C extra-filename=-3a2ec034d746b546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31022024-01-05T17:11:21.033Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.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="async-timeout"' -C metadata=2ca8b8f3df2f560e -C extra-filename=-2ca8b8f3df2f560e --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-6efcfb0956144885.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-3a2ec034d746b546.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rlib --extern proc_macro --cap-lints allow -D warnings`
31032024-01-05T17:11:26.055Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-365b189f2d87b8e3/build-script-build`
31042024-01-05T17:11:26.097Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31052024-01-05T17:11:26.117Z Running `/home/build/.rustup/toolchains/1.74.1-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=5634bbf6fc86518d -C extra-filename=-5634bbf6fc86518d --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-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-a14660f59d218817.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-342f40aca5b1ffb5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-894d024716bfe9cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-efb12da105eaeae5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d1cc85d6b864352e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31062024-01-05T17:11:27.798Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31072024-01-05T17:11:27.801Z Running `/home/build/.rustup/toolchains/1.74.1-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=f006e344ebec4b12 -C extra-filename=-f006e344ebec4b12 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-f006e344ebec4b12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5da72c6c71284407.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31082024-01-05T17:11:28.361Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31092024-01-05T17:11:28.382Z Running `/home/build/.rustup/toolchains/1.74.1-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=8e526d73cb048dec -C extra-filename=-8e526d73cb048dec --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-8e526d73cb048dec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5da72c6c71284407.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31102024-01-05T17:11:28.905Z Compiling basic-toml v0.1.4
31112024-01-05T17:11:28.908Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-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=b58bbafe40736e4b -C extra-filename=-b58bbafe40736e4b --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-cf038da05bbc4b90.rmeta --cap-lints allow -D warnings`
31122024-01-05T17:11:32.684Z Compiling arrayref v0.3.7
31132024-01-05T17:11:32.706Z Running `/home/build/.rustup/toolchains/1.74.1-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=c82937e0539cd78a -C extra-filename=-c82937e0539cd78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31142024-01-05T17:11:32.706Z Compiling arrayvec v0.7.4
31152024-01-05T17:11:32.707Z Running `/home/build/.rustup/toolchains/1.74.1-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=310e9298594bc586 -C extra-filename=-310e9298594bc586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31162024-01-05T17:11:33.048Z Compiling crossbeam-queue v0.3.8
31172024-01-05T17:11:33.069Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.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="std"' -C metadata=bd3cd4be0d1da9fa -C extra-filename=-bd3cd4be0d1da9fa --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31182024-01-05T17:11:33.934Z Compiling constant_time_eq v0.2.6
31192024-01-05T17:11:33.985Z Running `/home/build/.rustup/toolchains/1.74.1-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=5a566bdcef8f3648 -C extra-filename=-5a566bdcef8f3648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31202024-01-05T17:11:34.223Z Compiling futures-timer v3.0.2
31212024-01-05T17:11:34.648Z Running `/home/build/.rustup/toolchains/1.74.1-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=03c4018de16c3e74 -C extra-filename=-03c4018de16c3e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31222024-01-05T17:11:35.648Z Compiling blake2b_simd v1.0.1
31232024-01-05T17:11:35.671Z Running `/home/build/.rustup/toolchains/1.74.1-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=33fc952068f258a4 -C extra-filename=-33fc952068f258a4 --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-c82937e0539cd78a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-310e9298594bc586.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5a566bdcef8f3648.rmeta --cap-lints allow -D warnings`
31242024-01-05T17:11:37.330Z Compiling rstest v0.18.2
31252024-01-05T17:11:37.335Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.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="async-timeout"' --cfg 'feature="default"' -C metadata=1faa892a1ef74915 -C extra-filename=-1faa892a1ef74915 --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-c21ecd57664edbf3.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-03c4018de16c3e74.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-2ca8b8f3df2f560e.so --cap-lints allow -D warnings`
31262024-01-05T17:11:37.676Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa/build-script-build`
31272024-01-05T17:11:37.721Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4e7540f0ff17e9b -C extra-filename=-a4e7540f0ff17e9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern basic_toml=/work/oxidecomputer/omicron/target/debug/deps/libbasic_toml-b58bbafe40736e4b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a563ecaccb9206d4.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings`
31282024-01-05T17:11:45.863Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-8e526d73cb048dec/build-script-build`
31292024-01-05T17:11:45.904Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-f006e344ebec4b12/build-script-build`
31302024-01-05T17:11:45.948Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31312024-01-05T17:11:45.959Z Running `/home/build/.rustup/toolchains/1.74.1-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=c68098bcd1440d8b -C extra-filename=-c68098bcd1440d8b --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-e30e64f4bfa38f26.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-58689e169eaa8d6b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31322024-01-05T17:11:50.398Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31332024-01-05T17:11:50.403Z Running `/home/build/.rustup/toolchains/1.74.1-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=fc35546cf17354c6 -C extra-filename=-fc35546cf17354c6 --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-e30e64f4bfa38f26.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0867dfe4ee85840b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8aa03504ec97a7ee.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ad387f694a6a3b6c.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31342024-01-05T17:11:52.756Z Compiling partial-io v0.5.4
31352024-01-05T17:11:52.777Z Running `/home/build/.rustup/toolchains/1.74.1-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=3b2c98f499cc19d6 -C extra-filename=-3b2c98f499cc19d6 --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-c21ecd57664edbf3.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-eb1e71e977cb5743.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --cap-lints allow -D warnings`
31362024-01-05T17:11:53.530Z Compiling approx v0.5.1
31372024-01-05T17:11:53.541Z Running `/home/build/.rustup/toolchains/1.74.1-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=4f8b84f57001d30c -C extra-filename=-4f8b84f57001d30c --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings`
31382024-01-05T17:11:53.552Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
31392024-01-05T17:11:53.552Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/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=bd6aa165b2b24bc7 -C extra-filename=-bd6aa165b2b24bc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-bd6aa165b2b24bc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-5bc15c830b010b09.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings`
31402024-01-05T17:11:53.947Z Compiling constant_time_eq v0.3.0
31412024-01-05T17:11:53.959Z Running `/home/build/.rustup/toolchains/1.74.1-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=488618ce28bbcd62 -C extra-filename=-488618ce28bbcd62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31422024-01-05T17:11:54.188Z Compiling hex-literal v0.4.1
31432024-01-05T17:11:54.201Z Running `/home/build/.rustup/toolchains/1.74.1-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=085e4acea661f57d -C extra-filename=-085e4acea661f57d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31442024-01-05T17:11:54.819Z Compiling rust-argon2 v1.0.1
31452024-01-05T17:11:54.826Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-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="crossbeam-utils"' --cfg 'feature="default"' -C metadata=1c9e49f2abbae76e -C extra-filename=-1c9e49f2abbae76e --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-2142c24215a1cbad.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-33fc952068f258a4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-488618ce28bbcd62.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings`
31462024-01-05T17:11:57.194Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-bd6aa165b2b24bc7/build-script-bindings`
31472024-01-05T17:11:57.909Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-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="alloc"' --cfg 'feature="std"' -C metadata=59af466b54d38a09 -C extra-filename=-59af466b54d38a09 --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-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings`
31482024-01-05T17:11:58.256Z Compiling crossbeam v0.8.2
31492024-01-05T17:11:58.261Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-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="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d47bdef88776902c -C extra-filename=-d47bdef88776902c --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-6efcfb0956144885.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-16d1f389a1cfe257.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-59af466b54d38a09.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings`
31502024-01-05T17:11:58.423Z Compiling termios v0.3.3
31512024-01-05T17:11:58.426Z Running `/home/build/.rustup/toolchains/1.74.1-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=6b72a30dc15bdbf4 -C extra-filename=-6b72a30dc15bdbf4 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings`
31522024-01-05T17:11:58.804Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31532024-01-05T17:11:58.817Z Running `/home/build/.rustup/toolchains/1.74.1-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=10eefd671cd47dcc -C extra-filename=-10eefd671cd47dcc --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-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-6b72a30dc15bdbf4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2f09cdd141ca562e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31542024-01-05T17:11:59.821Z Running `/home/build/.rustup/toolchains/1.74.1-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=8c18ea1a6ab47316 -C extra-filename=-8c18ea1a6ab47316 --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-9a1186de1c324652.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-941b329ab40f1607.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1c9e49f2abbae76e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31552024-01-05T17:12:01.343Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/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=596714c07f4ec4d9 -C extra-filename=-596714c07f4ec4d9 --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-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-514c4a70345695a5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-e576214942181323.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-0c72a6beba1fb495.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --cap-lints allow -D warnings -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`
31562024-01-05T17:12:01.734Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
31572024-01-05T17:12:01.739Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.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=09b95841e5a92240 -C extra-filename=-09b95841e5a92240 --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-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-d47bdef88776902c.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-c68098bcd1440d8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a563ecaccb9206d4.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31582024-01-05T17:12:03.714Z Running `/home/build/.rustup/toolchains/1.74.1-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=716879c4ebb8958b -C extra-filename=-716879c4ebb8958b --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-60e398886dd21970.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-160fe5ad74b3a167.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ba0c02d8d38bbc15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3b2c98f499cc19d6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31592024-01-05T17:12:06.754Z Running `/home/build/.rustup/toolchains/1.74.1-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=80d5a819b1691826 -C extra-filename=-80d5a819b1691826 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-160fe5ad74b3a167.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ba0c02d8d38bbc15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3b2c98f499cc19d6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31602024-01-05T17:12:10.717Z Running `/home/build/.rustup/toolchains/1.74.1-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=149ba75442b14cab -C extra-filename=-149ba75442b14cab --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-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-28aa16fedd85eb22.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-1faa892a1ef74915.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-a4e7540f0ff17e9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31612024-01-05T17:12:11.332Z Running `/home/build/.rustup/toolchains/1.74.1-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=3538500a15204a75 -C extra-filename=-3538500a15204a75 --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-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0867dfe4ee85840b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8aa03504ec97a7ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ad387f694a6a3b6c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-fc35546cf17354c6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31622024-01-05T17:12:12.100Z Running `/home/build/.rustup/toolchains/1.74.1-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=3959884bf1818b07 -C extra-filename=-3959884bf1818b07 --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-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0867dfe4ee85840b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8aa03504ec97a7ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ad387f694a6a3b6c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-fc35546cf17354c6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31632024-01-05T17:12:14.249Z Running `/home/build/.rustup/toolchains/1.74.1-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=5d334c82d7cb7c21 -C extra-filename=-5d334c82d7cb7c21 --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-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-28aa16fedd85eb22.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-1faa892a1ef74915.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-a4e7540f0ff17e9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31642024-01-05T17:12:14.920Z Running `/home/build/.rustup/toolchains/1.74.1-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=442918d7e1244f08 -C extra-filename=-442918d7e1244f08 --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-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-c68098bcd1440d8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-58689e169eaa8d6b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31652024-01-05T17:12:15.577Z Running `/home/build/.rustup/toolchains/1.74.1-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=4b07a2cb9e5c6bde -C extra-filename=-4b07a2cb9e5c6bde --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-a14660f59d218817.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-60e398886dd21970.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-160fe5ad74b3a167.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-342f40aca5b1ffb5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-894d024716bfe9cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-85141cdbf53006a7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-efb12da105eaeae5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ad387f694a6a3b6c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d1cc85d6b864352e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31662024-01-05T17:12:18.753Z Running `/home/build/.rustup/toolchains/1.74.1-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=02b3e997bcff9076 -C extra-filename=-02b3e997bcff9076 --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-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-58689e169eaa8d6b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31672024-01-05T17:12:21.159Z Running `/home/build/.rustup/toolchains/1.74.1-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=ff649a9eb8aea1e1 -C extra-filename=-ff649a9eb8aea1e1 --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-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31682024-01-05T17:12:25.347Z Running `/home/build/.rustup/toolchains/1.74.1-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=9c653e43f07ebd0a -C extra-filename=-9c653e43f07ebd0a --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7dcb1a211ace2ace.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-43ca89ba4a0339ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31692024-01-05T17:12:28.779Z Running `/home/build/.rustup/toolchains/1.74.1-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=e68913f7e82d55e3 -C extra-filename=-e68913f7e82d55e3 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7dcb1a211ace2ace.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-43ca89ba4a0339ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31702024-01-05T17:12:33.791Z Running `/home/build/.rustup/toolchains/1.74.1-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=bca699aef0d3b8c7 -C extra-filename=-bca699aef0d3b8c7 --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a67a26aa2f5fcd32.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7dcb1a211ace2ace.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-43ca89ba4a0339ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31712024-01-05T17:12:37.239Z Running `/home/build/.rustup/toolchains/1.74.1-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=b36e8b00ab604ffc -C extra-filename=-b36e8b00ab604ffc --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a67a26aa2f5fcd32.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7dcb1a211ace2ace.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-43ca89ba4a0339ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31722024-01-05T17:12:40.815Z Running `/home/build/.rustup/toolchains/1.74.1-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=f44f4b3bb76ab9d4 -C extra-filename=-f44f4b3bb76ab9d4 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7dcb1a211ace2ace.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-43ca89ba4a0339ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31732024-01-05T17:12:53.060Z Running `/home/build/.rustup/toolchains/1.74.1-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=8031e9fcd64e20be -C extra-filename=-8031e9fcd64e20be --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a67a26aa2f5fcd32.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7dcb1a211ace2ace.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-43ca89ba4a0339ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31742024-01-05T17:12:55.447Z Running `/home/build/.rustup/toolchains/1.74.1-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=ce5d181560e1e279 -C extra-filename=-ce5d181560e1e279 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-a14660f59d218817.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-342f40aca5b1ffb5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-894d024716bfe9cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-efb12da105eaeae5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5634bbf6fc86518d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d1cc85d6b864352e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31752024-01-05T17:13:02.693Z Running `/home/build/.rustup/toolchains/1.74.1-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=7c4a5f719434e9fd -C extra-filename=-7c4a5f719434e9fd --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-a14660f59d218817.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-60e398886dd21970.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-160fe5ad74b3a167.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-342f40aca5b1ffb5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-894d024716bfe9cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-85141cdbf53006a7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-efb12da105eaeae5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ad387f694a6a3b6c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5634bbf6fc86518d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d1cc85d6b864352e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31762024-01-05T17:13:19.166Z Compiling polar-core v0.27.0
31772024-01-05T17:13:19.186Z Running `/home/build/.rustup/toolchains/1.74.1-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.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 --cfg 'feature="default"' -C metadata=23c917885eaa88fe -C extra-filename=-23c917885eaa88fe --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-23c917885eaa88fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-3a628af8f9ba29e3.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-a563ecaccb9206d4.so --cap-lints allow -D warnings`
31782024-01-05T17:13:22.252Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-23c917885eaa88fe/build-script-build`
31792024-01-05T17:13:25.876Z Running `/home/build/.rustup/toolchains/1.74.1-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.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"' -C metadata=977d4fcbd258773e -C extra-filename=-977d4fcbd258773e --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-63b7117dbf8d1e97.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-63355744010351b0.so --cap-lints allow -D warnings`
31802024-01-05T17:14:06.081Z Compiling oso v0.27.0
31812024-01-05T17:14:06.084Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-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="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=78896da8828f10b8 -C extra-filename=-78896da8828f10b8 --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-21c026713829e9b8.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-b5ea570b0b9e08c6.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-977d4fcbd258773e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --cap-lints allow -D warnings`
31822024-01-05T17:14:12.533Z Running `/home/build/.rustup/toolchains/1.74.1-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 -C metadata=f57693da220ff859 -C extra-filename=-f57693da220ff859 --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-e30e64f4bfa38f26.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d45102f703ba12fa.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5f7cb7783dbb3b63.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-35c89687a786a03b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d6bffa1fea320d97.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-dca4a50145a0be59.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-f2c71f57e8ecabf2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-78896da8828f10b8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-596714c07f4ec4d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31832024-01-05T17:14:15.093Z Running `/home/build/.rustup/toolchains/1.74.1-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=ea0c5d5e40a959c9 -C extra-filename=-ea0c5d5e40a959c9 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-a14660f59d218817.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-60e398886dd21970.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-160fe5ad74b3a167.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-342f40aca5b1ffb5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-894d024716bfe9cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-85141cdbf53006a7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-efb12da105eaeae5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ad387f694a6a3b6c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5634bbf6fc86518d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d1cc85d6b864352e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31842024-01-05T17:14:18.372Z Running `/home/build/.rustup/toolchains/1.74.1-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=b9711fbf82011133 -C extra-filename=-b9711fbf82011133 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7dcb1a211ace2ace.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-43ca89ba4a0339ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31852024-01-05T17:14:19.041Z Running `/home/build/.rustup/toolchains/1.74.1-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=f7a62b51598e32b2 -C extra-filename=-f7a62b51598e32b2 --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a67a26aa2f5fcd32.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7dcb1a211ace2ace.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-43ca89ba4a0339ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31862024-01-05T17:14:22.806Z Running `/home/build/.rustup/toolchains/1.74.1-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=0196293e55d475c7 -C extra-filename=-0196293e55d475c7 --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a67a26aa2f5fcd32.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7dcb1a211ace2ace.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-43ca89ba4a0339ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31872024-01-05T17:14:27.264Z Running `/home/build/.rustup/toolchains/1.74.1-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=58ada294d9fb3c3b -C extra-filename=-58ada294d9fb3c3b --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-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b96d58797b7b74db.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-85141cdbf53006a7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31882024-01-05T17:14:30.027Z Running `/home/build/.rustup/toolchains/1.74.1-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=e1dd8a5805526779 -C extra-filename=-e1dd8a5805526779 --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-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b96d58797b7b74db.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-85141cdbf53006a7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31892024-01-05T17:14:36.886Z Running `/home/build/.rustup/toolchains/1.74.1-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=7e2be6f5b5470ab4 -C extra-filename=-7e2be6f5b5470ab4 --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-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b96d58797b7b74db.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-85141cdbf53006a7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31902024-01-05T17:14:45.043Z Running `/home/build/.rustup/toolchains/1.74.1-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=9249aa537e292cc7 -C extra-filename=-9249aa537e292cc7 --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-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b96d58797b7b74db.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31912024-01-05T17:14:46.450Z Running `/home/build/.rustup/toolchains/1.74.1-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=0c7a31ae8200b3d9 -C extra-filename=-0c7a31ae8200b3d9 --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-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0867dfe4ee85840b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3d6b4a8ee9cd17bc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-56b8536ec14c9354.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-28fa5d15d5e091cb.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-eb1c45377c749704.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ad387f694a6a3b6c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d1cc85d6b864352e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31922024-01-05T17:14:48.739Z Running `/home/build/.rustup/toolchains/1.74.1-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=49ee5c5be1f30743 -C extra-filename=-49ee5c5be1f30743 --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-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0867dfe4ee85840b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3d6b4a8ee9cd17bc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-56b8536ec14c9354.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-28fa5d15d5e091cb.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-eb1c45377c749704.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ad387f694a6a3b6c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d1cc85d6b864352e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31932024-01-05T17:14:49.316Z Running `/home/build/.rustup/toolchains/1.74.1-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=d790cab8d7add2ef -C extra-filename=-d790cab8d7add2ef --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-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0867dfe4ee85840b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8aa03504ec97a7ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ad387f694a6a3b6c.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31942024-01-05T17:14:50.712Z Running `/home/build/.rustup/toolchains/1.74.1-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=df5f3800795e5107 -C extra-filename=-df5f3800795e5107 --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-e30e64f4bfa38f26.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0867dfe4ee85840b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3d6b4a8ee9cd17bc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-56b8536ec14c9354.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-28fa5d15d5e091cb.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-eb1c45377c749704.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ad387f694a6a3b6c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d1cc85d6b864352e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31952024-01-05T17:14:52.973Z Running `/home/build/.rustup/toolchains/1.74.1-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=8dcef934fecb626f -C extra-filename=-8dcef934fecb626f --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a67a26aa2f5fcd32.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7dcb1a211ace2ace.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-43ca89ba4a0339ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
31962024-01-05T17:14:57.980Z Running `/home/build/.rustup/toolchains/1.74.1-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=c2f890c8f5968103 -C extra-filename=-c2f890c8f5968103 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-342f40aca5b1ffb5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31972024-01-05T17:14:58.369Z Running `/home/build/.rustup/toolchains/1.74.1-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=54adcdc66b96e7c3 -C extra-filename=-54adcdc66b96e7c3 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-342f40aca5b1ffb5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31982024-01-05T17:14:58.786Z Running `/home/build/.rustup/toolchains/1.74.1-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=11ebea88a5726dd7 -C extra-filename=-11ebea88a5726dd7 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-342f40aca5b1ffb5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
31992024-01-05T17:15:01.420Z Running `/home/build/.rustup/toolchains/1.74.1-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=76a79eb356eaeb78 -C extra-filename=-76a79eb356eaeb78 --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-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0867dfe4ee85840b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3d6b4a8ee9cd17bc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-56b8536ec14c9354.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-28fa5d15d5e091cb.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-eb1c45377c749704.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d1cc85d6b864352e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32002024-01-05T17:15:13.012Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32012024-01-05T17:15:13.025Z Running `/home/build/.rustup/toolchains/1.74.1-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=af16d404f1f77bfa -C extra-filename=-af16d404f1f77bfa --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-e30e64f4bfa38f26.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f57693da220ff859.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68015154cff0e6db.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-11c83bb5f758818b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32022024-01-05T17:15:18.054Z Running `/home/build/.rustup/toolchains/1.74.1-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=628317ee6024e91f -C extra-filename=-628317ee6024e91f --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-e30e64f4bfa38f26.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-81f9ed1d3d8d012b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5e02786feba159c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f57693da220ff859.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6d7a15a26cdc605c.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7c125d0f8c714451.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68015154cff0e6db.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-596714c07f4ec4d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32032024-01-05T17:15:20.483Z Running `/home/build/.rustup/toolchains/1.74.1-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=ca2d911abd6cada8 -C extra-filename=-ca2d911abd6cada8 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32042024-01-05T17:15:22.944Z Running `/home/build/.rustup/toolchains/1.74.1-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=4586eb2b7cbe9d33 -C extra-filename=-4586eb2b7cbe9d33 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32052024-01-05T17:15:24.706Z Running `/home/build/.rustup/toolchains/1.74.1-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=42a5d28bb782d48f -C extra-filename=-42a5d28bb782d48f --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32062024-01-05T17:15:25.440Z Running `/home/build/.rustup/toolchains/1.74.1-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=9dc815212c82d02e -C extra-filename=-9dc815212c82d02e --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32072024-01-05T17:15:25.832Z Running `/home/build/.rustup/toolchains/1.74.1-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=be4f49e8c5b43249 -C extra-filename=-be4f49e8c5b43249 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32082024-01-05T17:15:26.381Z Running `/home/build/.rustup/toolchains/1.74.1-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=1dae75e6cf630090 -C extra-filename=-1dae75e6cf630090 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32092024-01-05T17:15:30.547Z Running `/home/build/.rustup/toolchains/1.74.1-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=03c9a9d4fed0d0bc -C extra-filename=-03c9a9d4fed0d0bc --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32102024-01-05T17:15:33.253Z Running `/home/build/.rustup/toolchains/1.74.1-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=481264e18da596e6 -C extra-filename=-481264e18da596e6 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32112024-01-05T17:15:41.008Z Running `/home/build/.rustup/toolchains/1.74.1-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=d3139552bcbda036 -C extra-filename=-d3139552bcbda036 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-85141cdbf53006a7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32122024-01-05T17:15:51.260Z Running `/home/build/.rustup/toolchains/1.74.1-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=de746fe364012383 -C extra-filename=-de746fe364012383 --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-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-85141cdbf53006a7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32132024-01-05T17:15:57.864Z Running `/home/build/.rustup/toolchains/1.74.1-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=6e21f824c5c86e10 -C extra-filename=-6e21f824c5c86e10 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-11c83bb5f758818b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32142024-01-05T17:16:01.061Z Running `/home/build/.rustup/toolchains/1.74.1-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=bf2dd889b73f95a7 -C extra-filename=-bf2dd889b73f95a7 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-11c83bb5f758818b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32152024-01-05T17:16:03.410Z Running `/home/build/.rustup/toolchains/1.74.1-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=bc3de5b54cde1f6d -C extra-filename=-bc3de5b54cde1f6d --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-11c83bb5f758818b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32162024-01-05T17:16:04.450Z Running `/home/build/.rustup/toolchains/1.74.1-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=b55d36a827d56a28 -C extra-filename=-b55d36a827d56a28 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-11c83bb5f758818b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32172024-01-05T17:16:07.509Z Running `/home/build/.rustup/toolchains/1.74.1-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=4c10c3c40e567dc7 -C extra-filename=-4c10c3c40e567dc7 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-11c83bb5f758818b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32182024-01-05T17:16:10.897Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/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=05b7150eaf9bd8f7 -C extra-filename=-05b7150eaf9bd8f7 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ee305a31aaa4c98d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-bbf172c3a488656e.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-56b8536ec14c9354.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32192024-01-05T17:16:18.787Z Running `/home/build/.rustup/toolchains/1.74.1-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=64b830420c687791 -C extra-filename=-64b830420c687791 --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-e30e64f4bfa38f26.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ee305a31aaa4c98d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-bbf172c3a488656e.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-56b8536ec14c9354.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32202024-01-05T17:16:33.456Z Running `/home/build/.rustup/toolchains/1.74.1-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=31fabc4d2d14164d -C extra-filename=-31fabc4d2d14164d --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-66742d6b3ce39b4c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32212024-01-05T17:16:35.254Z Running `/home/build/.rustup/toolchains/1.74.1-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=488faa06eb6459d8 -C extra-filename=-488faa06eb6459d8 --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d45102f703ba12fa.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-941b329ab40f1607.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-81f9ed1d3d8d012b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5e02786feba159c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbb263ab449f446a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6b754da398b51adb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f57693da220ff859.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6d7a15a26cdc605c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7c125d0f8c714451.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68015154cff0e6db.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-af16d404f1f77bfa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8855743e052a7df3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5c429e0f0814e49f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-596714c07f4ec4d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32222024-01-05T17:16:35.770Z Running `/home/build/.rustup/toolchains/1.74.1-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 -C metadata=4eefeb3cf023dee1 -C extra-filename=-4eefeb3cf023dee1 --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d45102f703ba12fa.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5f7cb7783dbb3b63.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-35c89687a786a03b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d6bffa1fea320d97.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-dca4a50145a0be59.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-f2c71f57e8ecabf2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6b754da398b51adb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7c125d0f8c714451.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-af16d404f1f77bfa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-78896da8828f10b8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-596714c07f4ec4d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32232024-01-05T17:16:44.420Z Running `/home/build/.rustup/toolchains/1.74.1-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=ee84cd1e96a5885d -C extra-filename=-ee84cd1e96a5885d --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-e30e64f4bfa38f26.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d45102f703ba12fa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f57693da220ff859.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-af16d404f1f77bfa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32242024-01-05T17:16:47.547Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.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=3d7f71b6ad9d84c5 -C extra-filename=-3d7f71b6ad9d84c5 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d547aeba5791aaeb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8aa03504ec97a7ee.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8578f1c395b24609.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-850ca1c0f4a95772.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32252024-01-05T17:16:48.528Z Running `/home/build/.rustup/toolchains/1.74.1-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=6e9a8a2e59ce4b88 -C extra-filename=-6e9a8a2e59ce4b88 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32262024-01-05T17:16:50.925Z Running `/home/build/.rustup/toolchains/1.74.1-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=7b4fc9b0695d2255 -C extra-filename=-7b4fc9b0695d2255 --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-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-dca4a50145a0be59.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6d7a15a26cdc605c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-894d024716bfe9cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32272024-01-05T17:16:59.584Z Running `/home/build/.rustup/toolchains/1.74.1-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=992106dd07aacda8 -C extra-filename=-992106dd07aacda8 --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-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4dd3a7d84337936b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ba0c02d8d38bbc15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-faf4f145953ca02e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8a68f68842e6c808.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2f09cdd141ca562e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32282024-01-05T17:17:02.862Z Running `/home/build/.rustup/toolchains/1.74.1-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=1c92113009d1d145 -C extra-filename=-1c92113009d1d145 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-faf4f145953ca02e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-544b731de3804bf7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32292024-01-05T17:17:05.767Z Running `/home/build/.rustup/toolchains/1.74.1-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=1545f3ab03608079 -C extra-filename=-1545f3ab03608079 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-faf4f145953ca02e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-544b731de3804bf7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32302024-01-05T17:17:11.140Z Running `/home/build/.rustup/toolchains/1.74.1-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=0423170c6650ef7a -C extra-filename=-0423170c6650ef7a --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-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4dd3a7d84337936b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ba0c02d8d38bbc15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-faf4f145953ca02e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8a68f68842e6c808.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2f09cdd141ca562e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32312024-01-05T17:17:42.635Z Running `/home/build/.rustup/toolchains/1.74.1-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=38430591508748a4 -C extra-filename=-38430591508748a4 --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-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4dd3a7d84337936b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ba0c02d8d38bbc15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8a68f68842e6c808.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2f09cdd141ca562e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32322024-01-05T17:17:44.690Z Running `/home/build/.rustup/toolchains/1.74.1-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=65b318160ea0ae6e -C extra-filename=-65b318160ea0ae6e --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-9f2692c8ed9c48e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-faf4f145953ca02e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32332024-01-05T17:17:47.682Z Running `/home/build/.rustup/toolchains/1.74.1-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=c1dd558800a48b76 -C extra-filename=-c1dd558800a48b76 --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-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4dd3a7d84337936b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ba0c02d8d38bbc15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-faf4f145953ca02e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8a68f68842e6c808.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2f09cdd141ca562e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32342024-01-05T17:17:47.947Z Running `/home/build/.rustup/toolchains/1.74.1-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=045dafae4b5a6262 -C extra-filename=-045dafae4b5a6262 --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-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0dfde3071895c0b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c9a4000fa488603b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a7a26427798f068d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32352024-01-05T17:18:07.889Z Running `/home/build/.rustup/toolchains/1.74.1-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=78367c2a2105cbe2 -C extra-filename=-78367c2a2105cbe2 --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-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0dfde3071895c0b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c9a4000fa488603b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a7a26427798f068d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32362024-01-05T17:18:29.844Z Running `/home/build/.rustup/toolchains/1.74.1-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 -C metadata=d268d90e293da419 -C extra-filename=-d268d90e293da419 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d547aeba5791aaeb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8aa03504ec97a7ee.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8578f1c395b24609.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-850ca1c0f4a95772.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32372024-01-05T17:18:31.628Z Running `/home/build/.rustup/toolchains/1.74.1-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=6b75977de83191e9 -C extra-filename=-6b75977de83191e9 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f88cdd62fa82264.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4b605bb5db8574c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32382024-01-05T17:18:54.489Z Running `/home/build/.rustup/toolchains/1.74.1-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=6cd63e318771cef4 -C extra-filename=-6cd63e318771cef4 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18564ed0ba8c6898.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32392024-01-05T17:18:56.843Z Running `/home/build/.rustup/toolchains/1.74.1-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=e17e0d05b61d6131 -C extra-filename=-e17e0d05b61d6131 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18564ed0ba8c6898.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32402024-01-05T17:18:57.574Z Running `/home/build/.rustup/toolchains/1.74.1-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=ce5b171f46f9308b -C extra-filename=-ce5b171f46f9308b --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32412024-01-05T17:19:02.615Z Running `/home/build/.rustup/toolchains/1.74.1-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=2ea3f9109f221eaa -C extra-filename=-2ea3f9109f221eaa --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-237e8556096248b4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0dfde3071895c0b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c9a4000fa488603b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a7a26427798f068d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32422024-01-05T17:19:05.155Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.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=72fe19640200e92b -C extra-filename=-72fe19640200e92b --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32432024-01-05T17:19:25.458Z Running `/home/build/.rustup/toolchains/1.74.1-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=0fc804b87b63d4ae -C extra-filename=-0fc804b87b63d4ae --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-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6046e43df96d55bc.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32442024-01-05T17:19:30.945Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-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=50bcc62a267c9146 -C extra-filename=-50bcc62a267c9146 --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-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32452024-01-05T17:19:34.799Z Running `/home/build/.rustup/toolchains/1.74.1-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="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=6e41c40eadd2a842 -C extra-filename=-6e41c40eadd2a842 --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-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-354f1284d97e431a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32462024-01-05T17:19:53.125Z Running `/home/build/.rustup/toolchains/1.74.1-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=feb23bf7ee1fd574 -C extra-filename=-feb23bf7ee1fd574 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32472024-01-05T17:19:54.770Z Running `/home/build/.rustup/toolchains/1.74.1-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=e550fd2899a64d3b -C extra-filename=-e550fd2899a64d3b --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32482024-01-05T17:19:56.119Z Running `/home/build/.rustup/toolchains/1.74.1-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=62df4b79cd83d837 -C extra-filename=-62df4b79cd83d837 --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-484302de7c55414d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32492024-01-05T17:20:00.780Z Running `/home/build/.rustup/toolchains/1.74.1-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=345425198e29c76c -C extra-filename=-345425198e29c76c --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-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32502024-01-05T17:20:02.180Z Running `/home/build/.rustup/toolchains/1.74.1-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=afcd3d9f57e2a415 -C extra-filename=-afcd3d9f57e2a415 --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-2ef3d8409111332a.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32512024-01-05T17:20:13.115Z Running `/home/build/.rustup/toolchains/1.74.1-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=9e851c606db31f1b -C extra-filename=-9e851c606db31f1b --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-33e1922254ad4349.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-cab4f5114e3dce55.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32522024-01-05T17:20:16.921Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name 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=f81b0f43a58a01f5 -C extra-filename=-f81b0f43a58a01f5 --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-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out`
32532024-01-05T17:20:20.903Z Running `/home/build/.rustup/toolchains/1.74.1-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=592bf6525efff3b1 -C extra-filename=-592bf6525efff3b1 --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-9e43724bce3b3560.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32542024-01-05T17:20:21.727Z Running `/home/build/.rustup/toolchains/1.74.1-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=97598869adeec931 -C extra-filename=-97598869adeec931 --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-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32552024-01-05T17:20:24.583Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32562024-01-05T17:20:24.587Z Running `/home/build/.rustup/toolchains/1.74.1-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=811b6a745f9e87ba -C extra-filename=-811b6a745f9e87ba --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-e30e64f4bfa38f26.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64`
32572024-01-05T17:20:25.586Z Running `/home/build/.rustup/toolchains/1.74.1-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=ea69b9b9a94b3381 -C extra-filename=-ea69b9b9a94b3381 --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-66742d6b3ce39b4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32582024-01-05T17:20:28.130Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32592024-01-05T17:20:28.135Z Running `/home/build/.rustup/toolchains/1.74.1-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=d15c1cd7a47c16b0 -C extra-filename=-d15c1cd7a47c16b0 --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-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32602024-01-05T17:20:30.942Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32612024-01-05T17:20:30.964Z Running `/home/build/.rustup/toolchains/1.74.1-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=1449970a4dfe0b53 -C extra-filename=-1449970a4dfe0b53 --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-e30e64f4bfa38f26.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32622024-01-05T17:20:32.286Z Running `/home/build/.rustup/toolchains/1.74.1-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=843deb60b49be30f -C extra-filename=-843deb60b49be30f --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-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32632024-01-05T17:20:33.496Z Running `/home/build/.rustup/toolchains/1.74.1-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"' --cfg 'feature="tmp_keypath"' -C metadata=663abdfd63d99f62 -C extra-filename=-663abdfd63d99f62 --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-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-42d288ee9a79d69c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-8bf5b2351367fddb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7ff576ca943b7776.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d21af1bc1b8858ba.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32642024-01-05T17:20:38.166Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/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=95ffa77c7e495138 -C extra-filename=-95ffa77c7e495138 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32652024-01-05T17:20:41.335Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.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="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=847b3fe3cff58414 -C extra-filename=-847b3fe3cff58414 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6046e43df96d55bc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a3732bf1a4ab3611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32662024-01-05T17:20:45.687Z Running `/home/build/.rustup/toolchains/1.74.1-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=d5d779d5ae78cdc4 -C extra-filename=-d5d779d5ae78cdc4 --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-484302de7c55414d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32672024-01-05T17:20:52.808Z Running `/home/build/.rustup/toolchains/1.74.1-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=32480ef98b334428 -C extra-filename=-32480ef98b334428 --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-e30e64f4bfa38f26.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f54598bb8d73456c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bcfd1808f1799595.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32682024-01-05T17:20:52.974Z Running `/home/build/.rustup/toolchains/1.74.1-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=c38094aff7cefa4d -C extra-filename=-c38094aff7cefa4d --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-66742d6b3ce39b4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32692024-01-05T17:21:01.074Z Running `/home/build/.rustup/toolchains/1.74.1-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=f5b417151769aee8 -C extra-filename=-f5b417151769aee8 --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-66742d6b3ce39b4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32702024-01-05T17:21:04.521Z Running `/home/build/.rustup/toolchains/1.74.1-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=25ea544903304e2c -C extra-filename=-25ea544903304e2c --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-e30e64f4bfa38f26.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32712024-01-05T17:21:08.146Z Running `/home/build/.rustup/toolchains/1.74.1-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=dcd3347d6e9f8804 -C extra-filename=-dcd3347d6e9f8804 --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-2ef3d8409111332a.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c9a4000fa488603b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32722024-01-05T17:21:09.516Z Running `/home/build/.rustup/toolchains/1.74.1-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=7770eb0dca47a846 -C extra-filename=-7770eb0dca47a846 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32732024-01-05T17:21:18.161Z Running `/home/build/.rustup/toolchains/1.74.1-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=fb491da290b7ea85 -C extra-filename=-fb491da290b7ea85 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32742024-01-05T17:21:20.645Z Running `/home/build/.rustup/toolchains/1.74.1-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=6b62b9f1018ce5a9 -C extra-filename=-6b62b9f1018ce5a9 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32752024-01-05T17:21:20.886Z Running `/home/build/.rustup/toolchains/1.74.1-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=b5eacfbdaffe4f56 -C extra-filename=-b5eacfbdaffe4f56 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32762024-01-05T17:21:21.303Z Running `/home/build/.rustup/toolchains/1.74.1-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=b83d7a3da7a6969b -C extra-filename=-b83d7a3da7a6969b --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-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32772024-01-05T17:21:28.958Z Running `/home/build/.rustup/toolchains/1.74.1-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=d725ae4c34d2ad12 -C extra-filename=-d725ae4c34d2ad12 --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-66742d6b3ce39b4c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32782024-01-05T17:21:31.060Z Running `/home/build/.rustup/toolchains/1.74.1-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=c5bd4212c03ee4d2 -C extra-filename=-c5bd4212c03ee4d2 --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-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32792024-01-05T17:21:37.305Z Running `/home/build/.rustup/toolchains/1.74.1-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=ad380ebc316a512f -C extra-filename=-ad380ebc316a512f --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-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6046e43df96d55bc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a3732bf1a4ab3611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32802024-01-05T17:21:41.527Z Running `/home/build/.rustup/toolchains/1.74.1-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=c3f196fbd1cb81c9 -C extra-filename=-c3f196fbd1cb81c9 --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-681f6188b7df21a8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32812024-01-05T17:21:42.746Z Running `/home/build/.rustup/toolchains/1.74.1-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=260eccddd8f89f24 -C extra-filename=-260eccddd8f89f24 --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-681f6188b7df21a8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib`
32822024-01-05T17:24:12.310Z Running `/home/build/.rustup/toolchains/1.74.1-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=b39c9fac7ab81164 -C extra-filename=-b39c9fac7ab81164 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68015154cff0e6db.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-af16d404f1f77bfa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-628317ee6024e91f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5c429e0f0814e49f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8a68f68842e6c808.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32832024-01-05T17:24:12.319Z Running `/home/build/.rustup/toolchains/1.74.1-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=5baec79a8bfcb7a1 -C extra-filename=-5baec79a8bfcb7a1 --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-81f9ed1d3d8d012b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5e02786feba159c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f57693da220ff859.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6d7a15a26cdc605c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7c125d0f8c714451.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68015154cff0e6db.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-628317ee6024e91f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-596714c07f4ec4d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32842024-01-05T17:24:12.320Z Running `/home/build/.rustup/toolchains/1.74.1-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=26e69ae5e10c09e7 -C extra-filename=-26e69ae5e10c09e7 --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-81f9ed1d3d8d012b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5e02786feba159c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f57693da220ff859.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6d7a15a26cdc605c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7c125d0f8c714451.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68015154cff0e6db.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-628317ee6024e91f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-596714c07f4ec4d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32852024-01-05T17:24:12.321Z Running `/home/build/.rustup/toolchains/1.74.1-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=d04faaf7ae37d8b1 -C extra-filename=-d04faaf7ae37d8b1 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68015154cff0e6db.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-af16d404f1f77bfa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-628317ee6024e91f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8a68f68842e6c808.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32862024-01-05T17:24:19.034Z Running `/home/build/.rustup/toolchains/1.74.1-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=9d46b2a7fda658c9 -C extra-filename=-9d46b2a7fda658c9 --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-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68015154cff0e6db.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-af16d404f1f77bfa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-628317ee6024e91f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5c429e0f0814e49f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8a68f68842e6c808.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32872024-01-05T17:24:43.793Z Running `/home/build/.rustup/toolchains/1.74.1-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=0091dab5859f17b6 -C extra-filename=-0091dab5859f17b6 --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d45102f703ba12fa.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-941b329ab40f1607.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-81f9ed1d3d8d012b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5e02786feba159c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbb263ab449f446a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6b754da398b51adb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f57693da220ff859.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6d7a15a26cdc605c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7c125d0f8c714451.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68015154cff0e6db.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-af16d404f1f77bfa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8855743e052a7df3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-628317ee6024e91f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5c429e0f0814e49f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-596714c07f4ec4d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32882024-01-05T17:24:47.554Z Running `/home/build/.rustup/toolchains/1.74.1-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=0066586669543265 -C extra-filename=-0066586669543265 --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-e30e64f4bfa38f26.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d45102f703ba12fa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f57693da220ff859.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-af16d404f1f77bfa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8855743e052a7df3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-628317ee6024e91f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32892024-01-05T17:24:50.697Z Running `/home/build/.rustup/toolchains/1.74.1-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=76cfbbf4b75a3a77 -C extra-filename=-76cfbbf4b75a3a77 --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d45102f703ba12fa.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-941b329ab40f1607.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-81f9ed1d3d8d012b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5e02786feba159c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbb263ab449f446a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6b754da398b51adb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f57693da220ff859.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6d7a15a26cdc605c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7c125d0f8c714451.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68015154cff0e6db.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-af16d404f1f77bfa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8855743e052a7df3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-628317ee6024e91f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5c429e0f0814e49f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-596714c07f4ec4d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32902024-01-05T17:25:13.673Z Running `/home/build/.rustup/toolchains/1.74.1-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=2087fd86836da5ca -C extra-filename=-2087fd86836da5ca --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-e30e64f4bfa38f26.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d45102f703ba12fa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f57693da220ff859.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-af16d404f1f77bfa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8855743e052a7df3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-628317ee6024e91f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32912024-01-05T17:25:17.252Z Running `/home/build/.rustup/toolchains/1.74.1-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=cb643045d93279ed -C extra-filename=-cb643045d93279ed --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-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d45102f703ba12fa.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-941b329ab40f1607.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-81f9ed1d3d8d012b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5e02786feba159c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbb263ab449f446a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6b754da398b51adb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f57693da220ff859.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6d7a15a26cdc605c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7c125d0f8c714451.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68015154cff0e6db.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-af16d404f1f77bfa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8855743e052a7df3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-628317ee6024e91f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5c429e0f0814e49f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-596714c07f4ec4d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -D warnings -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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32922024-01-05T17:36:37.000Z Finished test [unoptimized + debuginfo] target(s) in 33m 02s
32932024-01-05T17:36:37.705Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-6cd63e318771cef4`
32942024-01-05T17:36:37.705Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-2ea3f9109f221eaa`
32952024-01-05T17:36:37.705Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-78367c2a2105cbe2`
32962024-01-05T17:36:37.705Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-045dafae4b5a6262`
32972024-01-05T17:36:37.705Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-62df4b79cd83d837`
32982024-01-05T17:36:37.705Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-811b6a745f9e87ba`
32992024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-1449970a4dfe0b53`
33002024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-e17e0d05b61d6131`
33012024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-f81b0f43a58a01f5`
33022024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-481264e18da596e6`
33032024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-ca2d911abd6cada8`
33042024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-9dc815212c82d02e`
33052024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-03c9a9d4fed0d0bc`
33062024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-4586eb2b7cbe9d33`
33072024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-1dae75e6cf630090`
33082024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-be4f49e8c5b43249`
33092024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-42a5d28bb782d48f`
33102024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-d725ae4c34d2ad12`
33112024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-ea69b9b9a94b3381`
33122024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-10eefd671cd47dcc`
33132024-01-05T17:36:37.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-b83d7a3da7a6969b`
33142024-01-05T17:36:37.713Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-65b318160ea0ae6e`
33152024-01-05T17:36:37.713Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-663abdfd63d99f62`
33162024-01-05T17:36:37.713Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-80d5a819b1691826`
33172024-01-05T17:36:37.713Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-716879c4ebb8958b`
33182024-01-05T17:36:37.713Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-592bf6525efff3b1`
33192024-01-05T17:36:37.713Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-feb23bf7ee1fd574`
33202024-01-05T17:36:37.713Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-11ebea88a5726dd7`
33212024-01-05T17:36:37.713Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-54adcdc66b96e7c3`
33222024-01-05T17:36:37.713Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-e550fd2899a64d3b`
33232024-01-05T17:36:37.713Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-ce5b171f46f9308b`
33242024-01-05T17:36:37.714Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-d15c1cd7a47c16b0`
33252024-01-05T17:36:37.714Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-95ffa77c7e495138`
33262024-01-05T17:36:37.714Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-dcd3347d6e9f8804`
33272024-01-05T17:36:37.714Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-50bcc62a267c9146`
33282024-01-05T17:36:37.714Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-c38094aff7cefa4d`
33292024-01-05T17:36:37.714Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-7b4fc9b0695d2255`
33302024-01-05T17:36:37.714Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-4eefeb3cf023dee1`
33312024-01-05T17:36:37.714Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-d5d779d5ae78cdc4`
33322024-01-05T17:36:37.714Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-ff649a9eb8aea1e1`
33332024-01-05T17:36:37.714Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-0fc804b87b63d4ae`
33342024-01-05T17:36:37.714Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-843deb60b49be30f`
33352024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-ad380ebc316a512f`
33362024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-09b95841e5a92240`
33372024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-b39c9fac7ab81164`
33382024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-9d46b2a7fda658c9`
33392024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-38430591508748a4`
33402024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-992106dd07aacda8`
33412024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-c1dd558800a48b76`
33422024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-488faa06eb6459d8`
33432024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-cb643045d93279ed`
33442024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-0091dab5859f17b6`
33452024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-76cfbbf4b75a3a77`
33462024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-2087fd86836da5ca`
33472024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-0066586669543265`
33482024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-02b3e997bcff9076`
33492024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-442918d7e1244f08`
33502024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-8c18ea1a6ab47316`
33512024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-c3f196fbd1cb81c9`
33522024-01-05T17:36:37.715Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-8dcef934fecb626f`
33532024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/services_ledger_check_migrate-bca699aef0d3b8c7`
33542024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-f7a62b51598e32b2`
33552024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-b36e8b00ab604ffc`
33562024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-0196293e55d475c7`
33572024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-8031e9fcd64e20be`
33582024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-32480ef98b334428`
33592024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-c5bd4212c03ee4d2`
33602024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-149ba75442b14cab`
33612024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-5d334c82d7cb7c21`
33622024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-f5b417151769aee8`
33632024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-6e9a8a2e59ce4b88`
33642024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-b55d36a827d56a28`
33652024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-bf2dd889b73f95a7`
33662024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-4c10c3c40e567dc7`
33672024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-d268d90e293da419`
33682024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-3d7f71b6ad9d84c5`
33692024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-6e41c40eadd2a842`
33702024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-260eccddd8f89f24`
33712024-01-05T17:36:37.717Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-97598869adeec931`
33722024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-345425198e29c76c`
33732024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-9e851c606db31f1b`
33742024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-afcd3d9f57e2a415`
33752024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-1545f3ab03608079`
33762024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-1c92113009d1d145`
33772024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-9249aa537e292cc7`
33782024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-58ada294d9fb3c3b`
33792024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-e1dd8a5805526779`
33802024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-7e2be6f5b5470ab4`
33812024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-6b75977de83191e9`
33822024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_common-de746fe364012383`
33832024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-64b830420c687791`
33842024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-76a79eb356eaeb78`
33852024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-0c7a31ae8200b3d9`
33862024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-49ee5c5be1f30743`
33872024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-25ea544903304e2c`
33882024-01-05T17:36:37.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-d790cab8d7add2ef`
33892024-01-05T17:36:37.720Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-3538500a15204a75`
33902024-01-05T17:36:37.720Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-3959884bf1818b07`
33912024-01-05T17:36:37.720Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-4b07a2cb9e5c6bde`
33922024-01-05T17:36:37.722Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-ea0c5d5e40a959c9`
33932024-01-05T17:36:37.722Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-7c4a5f719434e9fd`
33942024-01-05T17:36:37.722Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-31fabc4d2d14164d`
33952024-01-05T17:36:38.004Z
33962024-01-05T17:36:38.007Zreal 33:04.188867162
33972024-01-05T17:36:38.007Zuser 3:09:00.173463592
33982024-01-05T17:36:38.007Zsys 19:31.957319775
33992024-01-05T17:36:38.007Ztrap 7.223737697
34002024-01-05T17:36:38.007Ztflt 4.534902558
34012024-01-05T17:36:38.007Zdflt 36.732253725
34022024-01-05T17:36:38.007Zkflt 0.035934760
34032024-01-05T17:36:38.007Zlock 6:09:07.407211293
34042024-01-05T17:36:38.007Zslp 11:51:52.646328918
34052024-01-05T17:36:38.008Zlat 5:16.470023379
34062024-01-05T17:36:38.008Zstop 5:20.390240042
34072024-01-05T17:36:40.001Z
34082024-01-05T17:36:40.001Z ##### ###### #### #####
34092024-01-05T17:36:40.001Z # # # #
34102024-01-05T17:36:40.001Z # ##### #### #
34112024-01-05T17:36:40.001Z # # # #
34122024-01-05T17:36:40.001Z # # # # #
34132024-01-05T17:36:40.001Z # ###### #### #
34142024-01-05T17:36:40.001Z
34152024-01-05T17:36:40.772Z Downloading crates ...
34162024-01-05T17:36:41.732Z Downloaded fuchsia-cprng v0.1.1
34172024-01-05T17:36:41.735Z Downloaded bcrypt-pbkdf v0.10.0
34182024-01-05T17:36:41.738Z Downloaded polyval v0.6.1
34192024-01-05T17:36:41.741Z Downloaded russh-cryptovec v0.7.0
34202024-01-05T17:36:41.744Z Downloaded russh v0.40.2
34212024-01-05T17:36:41.756Z Downloaded str-buf v1.0.6
34222024-01-05T17:36:41.762Z Downloaded pbkdf2 v0.11.0
34232024-01-05T17:36:41.763Z Downloaded rfc6979 v0.4.0
34242024-01-05T17:36:41.767Z Downloaded redox_users v0.4.3
34252024-01-05T17:36:41.768Z Downloaded blowfish v0.9.1
34262024-01-05T17:36:41.771Z Downloaded iana-time-zone-haiku v0.1.2
34272024-01-05T17:36:41.771Z Downloaded rand_core v0.4.2
34282024-01-05T17:36:41.779Z Downloaded security-framework v2.9.2
34292024-01-05T17:36:41.782Z Downloaded wasm-bindgen-futures v0.4.37
34302024-01-05T17:36:41.786Z Downloaded russh-keys v0.40.1
34312024-01-05T17:36:41.796Z Downloaded wasm-bindgen-macro v0.2.87
34322024-01-05T17:36:41.801Z Downloaded system-configuration-sys v0.5.0
34332024-01-05T17:36:41.802Z Downloaded redox_syscall v0.2.16
34342024-01-05T17:36:41.806Z Downloaded system-configuration v0.5.1
34352024-01-05T17:36:41.806Z Downloaded windows-targets v0.52.0
34362024-01-05T17:36:41.811Z Downloaded android_system_properties v0.1.5
34372024-01-05T17:36:41.811Z Downloaded windows-targets v0.48.5
34382024-01-05T17:36:41.811Z Downloaded wasm-bindgen-shared v0.2.87
34392024-01-05T17:36:41.819Z Downloaded ecdsa v0.16.9
34402024-01-05T17:36:41.819Z Downloaded option-ext v0.2.0
34412024-01-05T17:36:41.819Z Downloaded windows-targets v0.42.2
34422024-01-05T17:36:41.824Z Downloaded critical-section v1.1.2
34432024-01-05T17:36:41.825Z Downloaded ghash v0.5.0
34442024-01-05T17:36:41.825Z Downloaded wasm-bindgen-macro-support v0.2.87
34452024-01-05T17:36:41.825Z Downloaded wasm-bindgen-backend v0.2.87
34462024-01-05T17:36:41.830Z Downloaded error-code v2.3.1
34472024-01-05T17:36:41.830Z Downloaded schannel v0.1.22
34482024-01-05T17:36:41.837Z Downloaded errno-dragonfly v0.1.2
34492024-01-05T17:36:41.837Z Downloaded md5 v0.7.0
34502024-01-05T17:36:41.837Z Downloaded encode_unicode v0.3.6
34512024-01-05T17:36:41.841Z Downloaded primeorder v0.13.6
34522024-01-05T17:36:41.847Z Downloaded security-framework-sys v2.9.1
34532024-01-05T17:36:41.854Z Downloaded anstyle-wincon v2.1.0
34542024-01-05T17:36:41.854Z Downloaded rand_core v0.5.1
34552024-01-05T17:36:41.854Z Downloaded core-foundation-sys v0.8.4
34562024-01-05T17:36:41.860Z Downloaded atomic-polyfill v0.1.11
34572024-01-05T17:36:41.860Z Downloaded rand_hc v0.2.0
34582024-01-05T17:36:41.860Z Downloaded clipboard-win v4.5.0
34592024-01-05T17:36:41.870Z Downloaded hermit-abi v0.3.2
34602024-01-05T17:36:41.870Z Downloaded password-hash v0.4.2
34612024-01-05T17:36:41.887Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
34622024-01-05T17:36:41.887Z Downloaded winapi-util v0.1.5
34632024-01-05T17:36:41.887Z Downloaded core-foundation v0.9.3
34642024-01-05T17:36:41.887Z Downloaded crossterm_winapi v0.9.1
34652024-01-05T17:36:41.887Z Downloaded cbc v0.1.2
34662024-01-05T17:36:41.890Z Downloaded ipconfig v0.3.2
34672024-01-05T17:36:41.890Z Downloaded redox_syscall v0.3.5
34682024-01-05T17:36:41.890Z Downloaded getrandom v0.1.16
34692024-01-05T17:36:41.894Z Downloaded winreg v0.50.0
34702024-01-05T17:36:41.899Z Downloaded redox_syscall v0.4.1
34712024-01-05T17:36:41.903Z Downloaded cargo_toml v0.17.0
34722024-01-05T17:36:41.907Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
34732024-01-05T17:36:41.910Z Downloaded ed25519 v2.2.2
34742024-01-05T17:36:41.913Z Downloaded rand_chacha v0.2.2
34752024-01-05T17:36:41.916Z Downloaded dirs v5.0.1
34762024-01-05T17:36:41.916Z Downloaded pbkdf2 v0.12.2
34772024-01-05T17:36:41.920Z Downloaded ed25519-dalek v2.0.0
34782024-01-05T17:36:41.924Z Downloaded ctr v0.9.2
34792024-01-05T17:36:41.927Z Downloaded rand_core v0.3.1
34802024-01-05T17:36:41.931Z Downloaded dirs-sys v0.4.1
34812024-01-05T17:36:41.934Z Downloaded android-tzdata v0.1.1
34822024-01-05T17:36:41.934Z Downloaded wasm-streams v0.3.0
34832024-01-05T17:36:41.940Z Downloaded hermit-abi v0.1.19
34842024-01-05T17:36:41.943Z Downloaded fs2 v0.4.3
34852024-01-05T17:36:41.946Z Downloaded rdrand v0.4.0
34862024-01-05T17:36:41.949Z Downloaded js-sys v0.3.64
34872024-01-05T17:36:41.975Z Downloaded p256 v0.13.2
34882024-01-05T17:36:41.986Z Downloaded rand v0.7.3
34892024-01-05T17:36:41.996Z Downloaded bumpalo v3.13.0
34902024-01-05T17:36:42.032Z Downloaded widestring v1.0.2
34912024-01-05T17:36:42.058Z Downloaded aes v0.8.3
34922024-01-05T17:36:42.140Z Downloaded wasm-bindgen v0.2.87
34932024-01-05T17:36:42.198Z Downloaded aes-gcm v0.10.3
34942024-01-05T17:36:42.544Z Downloaded windows_aarch64_gnullvm v0.42.2
34952024-01-05T17:36:42.597Z Downloaded windows_x86_64_gnullvm v0.42.2
34962024-01-05T17:36:42.618Z Downloaded windows_x86_64_gnullvm v0.48.5
34972024-01-05T17:36:42.664Z Downloaded windows_x86_64_gnullvm v0.52.0
34982024-01-05T17:36:42.690Z Downloaded windows_aarch64_gnullvm v0.48.5
34992024-01-05T17:36:42.713Z Downloaded windows_aarch64_gnullvm v0.52.0
35002024-01-05T17:36:42.819Z Downloaded fiat-crypto v0.2.1
35012024-01-05T17:36:43.030Z Downloaded windows_x86_64_msvc v0.42.2
35022024-01-05T17:36:43.052Z Downloaded windows_aarch64_msvc v0.42.2
35032024-01-05T17:36:43.075Z Downloaded web-sys v0.3.64
35042024-01-05T17:36:43.308Z Downloaded windows_x86_64_gnu v0.42.2
35052024-01-05T17:36:43.372Z Downloaded windows_i686_gnu v0.42.2
35062024-01-05T17:36:43.453Z Downloaded windows_x86_64_msvc v0.48.5
35072024-01-05T17:36:43.480Z Downloaded windows_i686_msvc v0.42.2
35082024-01-05T17:36:43.505Z Downloaded windows_aarch64_msvc v0.48.5
35092024-01-05T17:36:43.532Z Downloaded windows_x86_64_msvc v0.52.0
35102024-01-05T17:36:43.559Z Downloaded windows_aarch64_msvc v0.52.0
35112024-01-05T17:36:43.587Z Downloaded windows_i686_gnu v0.48.5
35122024-01-05T17:36:43.626Z Downloaded windows_i686_msvc v0.48.5
35132024-01-05T17:36:43.654Z Downloaded windows_x86_64_gnu v0.52.0
35142024-01-05T17:36:43.693Z Downloaded windows_i686_msvc v0.52.0
35152024-01-05T17:36:43.723Z Downloaded windows_i686_gnu v0.52.0
35162024-01-05T17:36:43.763Z Downloaded linux-raw-sys v0.3.8
35172024-01-05T17:36:43.807Z Downloaded windows_x86_64_gnu v0.48.5
35182024-01-05T17:36:43.889Z Downloaded winapi v0.3.9
35192024-01-05T17:36:44.066Z Downloaded linux-raw-sys v0.4.11
35202024-01-05T17:36:44.508Z Downloaded windows-sys v0.45.0
35212024-01-05T17:36:44.658Z Downloaded windows-sys v0.52.0
35222024-01-05T17:36:44.787Z Downloaded windows-sys v0.48.0
35232024-01-05T17:36:44.970Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
35242024-01-05T17:36:45.307Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
35252024-01-05T17:36:46.109Z Downloaded windows v0.48.0
35262024-01-05T17:36:47.088Zinfo: experimental features enabled: setup-scripts
35272024-01-05T17:36:48.473Z Finished test [unoptimized + debuginfo] target(s) in 1.31s
35282024-01-05T17:36:50.180Z Starting 1010 tests across 102 binaries (3 skipped)
35292024-01-05T17:36:50.183Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
35302024-01-05T17:36:51.056Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35312024-01-05T17:37:03.296Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35322024-01-05T17:37:06.315Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35332024-01-05T17:37:17.908Z Finished test [unoptimized + debuginfo] target(s) in 27.61s
35342024-01-05T17:37:17.952Z Running `target/debug/crdb-seed`
35352024-01-05T17:37:17.984ZJan 05 17:37:17.985 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp3UYbzd
35362024-01-05T17:37:17.984ZJan 05 17:37:17.985 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpYx2zPw,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp3UYbzd/listen-url
35372024-01-05T17:37:17.988ZJan 05 17:37:17.985 INFO cockroach environment: BUILDOMAT_JOB_ID=01HKD90GX73QGTNR8Z5SMYVVRC BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.1-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=ip-pools-rework GITHUB_REF=refs/heads/ip-pools-rework GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=16cbd29e9d579728a4d6e98cafdca07f0aee60d1 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-9a9914cf2dc39a59/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out:/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out:/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out:/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envqbTztr NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out:/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out:/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=f14c4e33-4a51-47d6-91de-43419ca8e6f8 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 RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.74.1-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
35382024-01-05T17:37:19.395ZJan 05 17:37:19.395 INFO cockroach pid: 3927
35392024-01-05T17:37:19.395ZJan 05 17:37:19.395 INFO cockroach listen URL: postgresql://root@[::1]:52645/omicron?sslmode=disable
35402024-01-05T17:37:19.395ZJan 05 17:37:19.395 INFO cockroach: populating
35412024-01-05T17:37:21.755ZJan 05 17:37:21.756 INFO cockroach: populated
35422024-01-05T17:37:24.387ZJan 05 17:37:24.388 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/4fb1734afccebe37456afc3fea66def7be4a37a5f06108a1b59ac3f19a312881.tar`
35432024-01-05T17:37:24.394Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
35442024-01-05T17:37:24.477Z PASS [ 0.042s] authz-macros tests::test_authz_dump
35452024-01-05T17:37:24.477Z PASS [ 0.036s] bootstore schemes::tests::hello_roundtrip
35462024-01-05T17:37:24.477Z PASS [ 0.037s] bootstore schemes::v0::share_pkg::tests::create_packages
35472024-01-05T17:37:24.477Z PASS [ 0.032s] bootstore trust_quorum::rack_secret::tests::create_and_verify
35482024-01-05T17:37:24.477Z PASS [ 0.039s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
35492024-01-05T17:37:24.487Z PASS [ 0.029s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
35502024-01-05T17:37:24.500Z PASS [ 0.030s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
35512024-01-05T17:37:24.500Z PASS [ 0.044s] db-macros tests::test_derive_metadata_identity_fails_for_enums
35522024-01-05T17:37:24.508Z PASS [ 0.035s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
35532024-01-05T17:37:24.516Z PASS [ 0.028s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
35542024-01-05T17:37:24.525Z PASS [ 0.109s] bootstore schemes::v0::peer::tests::network_config
35552024-01-05T17:37:24.770Z PASS [ 0.244s] dns-server storage::test::test_update_in_progress
35562024-01-05T17:37:24.774Z PASS [ 0.252s] dns-server storage::test::test_update_interrupted
35572024-01-05T17:37:24.778Z PASS [ 0.279s] dns-server storage::test::test_update_basic
35582024-01-05T17:37:24.978Z PASS [ 0.451s] dns-server::basic_test aaaa_crud
35592024-01-05T17:37:24.985Z PASS [ 0.470s] dns-server::basic_test a_crud
35602024-01-05T17:37:25.158Z PASS [ 0.406s] dns-server::basic_test empty_record
35612024-01-05T17:37:25.158Z PASS [ 0.391s] dns-server::basic_test multi_record_crud
35622024-01-05T17:37:25.163Z PASS [ 0.389s] dns-server::basic_test name_contains_zone
35632024-01-05T17:37:25.363Z PASS [ 0.377s] dns-server::basic_test servfail
35642024-01-05T17:37:25.374Z PASS [ 0.210s] dns-server::openapi_test test_dns_server_openapi
35652024-01-05T17:37:25.402Z PASS [ 0.425s] dns-server::basic_test nxdomain
35662024-01-05T17:37:25.427Z PASS [ 0.053s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
35672024-01-05T17:37:25.444Z PASS [ 0.081s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
35682024-01-05T17:37:25.465Z PASS [ 0.063s] illumos-utils destructor::test::test_delayed_delete
35692024-01-05T17:37:25.476Z PASS [ 0.033s] illumos-utils destructor::test::test_destructor_bad_close
35702024-01-05T17:37:25.495Z PASS [ 0.031s] illumos-utils link::test::test_allocate
35712024-01-05T17:37:25.504Z PASS [ 0.029s] illumos-utils link::test::test_allocate_within_scopes
35722024-01-05T17:37:25.522Z PASS [ 0.027s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
35732024-01-05T17:37:25.529Z PASS [ 0.026s] illumos-utils running_zone::tests::test_is_oxide_smf_service
35742024-01-05T17:37:25.558Z PASS [ 0.030s] illumos-utils zone::tests::test_parse_ip_network
35752024-01-05T17:37:25.568Z PASS [ 0.028s] illumos-utils zpool::test::test_parse_bad_zpool_names
35762024-01-05T17:37:25.568Z PASS [ 1.148s] bootstore schemes::v0::peer::tests::basic_3_nodes
35772024-01-05T17:37:25.580Z PASS [ 0.027s] illumos-utils zpool::test::test_parse_external_zpool_name
35782024-01-05T17:37:25.588Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_internal_zpool_name
35792024-01-05T17:37:25.595Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool
35802024-01-05T17:37:25.609Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column
35812024-01-05T17:37:25.621Z PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool_name_json
35822024-01-05T17:37:25.627Z PASS [ 0.479s] dns-server::basic_test srv_crud
35832024-01-05T17:37:25.633Z PASS [ 0.039s] illumos-utils zpool::test::test_zpool_name_regex
35842024-01-05T17:37:25.802Z PASS [ 0.160s] installinator-common block_size_writer::tests::proptest_block_writer
35852024-01-05T17:37:25.832Z PASS [ 0.037s] internal-dns config::test::display_hosts
35862024-01-05T17:37:25.842Z PASS [ 0.215s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
35872024-01-05T17:37:25.856Z PASS [ 0.024s] internal-dns config::test::display_srv_service
35882024-01-05T17:37:25.886Z PASS [ 0.038s] internal-dns config::test::test_builder_errors
35892024-01-05T17:37:25.904Z PASS [ 0.048s] internal-dns config::test::test_builder_output
35902024-01-05T17:37:26.415Z PASS [ 0.510s] internal-dns resolver::test::insert_and_lookup_one_record
35912024-01-05T17:37:26.490Z PASS [ 1.041s] illumos-utils destructor::test::test_delayed_delete_with_error
35922024-01-05T17:37:26.566Z PASS [ 0.684s] internal-dns resolver::test::insert_and_lookup_multiple_records
35932024-01-05T17:37:26.851Z PASS [ 0.397s] internal-dns resolver::test::lookup_nonexistent_record_fails
35942024-01-05T17:37:27.198Z PASS [ 0.630s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
35952024-01-05T17:37:27.201Z PASS [ 0.733s] internal-dns resolver::test::resolver_can_access_backup_dns_server
35962024-01-05T17:37:27.238Z PASS [ 0.035s] ipcc-key-value tests::deserialize_fixed_value
35972024-01-05T17:37:27.282Z PASS [ 0.045s] ipcc-key-value tests::installinator_image_id_round_trip
35982024-01-05T17:37:27.315Z PASS [ 0.030s] ipcc-key-value tests::serialized_size
35992024-01-05T17:37:27.367Z PASS [ 0.054s] key-manager tests::different_disks_produce_different_keys
36002024-01-05T17:37:27.410Z PASS [ 0.033s] key-manager tests::different_ikm_produces_different_keys
36012024-01-05T17:37:27.430Z PASS [ 0.033s] key-manager tests::disk_encryption_key_epoch_0
36022024-01-05T17:37:27.461Z PASS [ 0.030s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
36032024-01-05T17:37:27.481Z PASS [ 0.671s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
36042024-01-05T17:37:27.508Z PASS [ 0.034s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
36052024-01-05T17:37:27.541Z PASS [ 0.040s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
36062024-01-05T17:37:27.563Z PASS [ 0.033s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
36072024-01-05T17:37:27.594Z PASS [ 0.080s] nexus-db-model device_auth::test::test_generate_user_code
36082024-01-05T17:37:27.600Z PASS [ 0.031s] nexus-db-model semver_version::test::test_to_from_sortable_string
36092024-01-05T17:37:27.656Z PASS [ 0.032s] nexus-db-model tests::test_ip_subnet_check_requestable_address
36102024-01-05T17:37:27.658Z PASS [ 0.038s] nexus-db-model tests::test_ipv6_net_random_subnet
36112024-01-05T17:37:27.658Z PASS [ 0.046s] nexus-db-model tests::test_roles_database_strings
36122024-01-05T17:37:27.669Z PASS [ 0.040s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
36132024-01-05T17:37:27.752Z PASS [ 0.058s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
36142024-01-05T17:37:27.757Z PASS [ 0.060s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
36152024-01-05T17:37:27.757Z PASS [ 0.548s] internal-dns resolver::test::update_record
36162024-01-05T17:37:27.763Z PASS [ 0.047s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
36172024-01-05T17:37:27.777Z PASS [ 0.052s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
36182024-01-05T17:37:27.788Z PASS [ 0.044s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
36192024-01-05T17:37:27.800Z PASS [ 0.043s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
36202024-01-05T17:37:27.883Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
36212024-01-05T17:37:27.886Z PASS [ 0.088s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
36222024-01-05T17:37:27.890Z PASS [ 0.095s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
36232024-01-05T17:37:27.896Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_get_token
36242024-01-05T17:37:27.920Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
36252024-01-05T17:37:27.936Z PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
36262024-01-05T17:37:27.946Z PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
36272024-01-05T17:37:27.960Z PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
36282024-01-05T17:37:27.969Z PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
36292024-01-05T17:37:27.989Z PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
36302024-01-05T17:37:28.026Z PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_make_header_value
36312024-01-05T17:37:28.039Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
36322024-01-05T17:37:28.049Z PASS [ 0.090s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
36332024-01-05T17:37:28.062Z PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
36342024-01-05T17:37:28.077Z PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
36352024-01-05T17:37:28.088Z PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
36362024-01-05T17:37:28.111Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
36372024-01-05T17:37:28.132Z PASS [ 0.052s] nexus-db-queries authn::external::test::test_authn_sequence
36382024-01-05T17:37:28.145Z PASS [ 0.047s] nexus-db-queries authn::external::token::test::test_make_header_value
36392024-01-05T17:37:28.160Z PASS [ 0.048s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
36402024-01-05T17:37:28.168Z PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_token_header_missing
36412024-01-05T17:37:28.176Z PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_token_header_valid
36422024-01-05T17:37:28.202Z PASS [ 0.045s] nexus-db-queries authn::test::test_internal_users
36432024-01-05T17:37:28.246Z PASS [ 0.055s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
36442024-01-05T17:37:29.539Z PASS [ 4.378s] dns-server::commands_test test_dnsadm
36452024-01-05T17:37:36.433Z PASS [ 8.253s] nexus-db-queries authz::context::test::test_unregistered_resource
36462024-01-05T17:37:36.861Z PASS [ 7.325s] nexus-db-queries context::test::test_background_context
36472024-01-05T17:37:40.881Z PASS [ 15.266s] installinator mock_peers::tests::proptest_fetch_artifact
36482024-01-05T17:37:41.558Z PASS [ 15.558s] installinator write::tests::proptest_write_artifact
36492024-01-05T17:37:44.333Z PASS [ 16.125s] nexus-db-queries authz::policy_test::test_conferred_roles
36502024-01-05T17:37:46.333Z PASS [ 9.906s] nexus-db-queries context::test::test_child_context
36512024-01-05T17:37:46.534Z PASS [ 9.671s] nexus-db-queries context::test::test_test_context
36522024-01-05T17:37:50.055Z PASS [ 9.174s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
36532024-01-05T17:37:50.238Z PASS [ 9.057s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
36542024-01-05T17:37:53.791Z PASS [ 9.461s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
36552024-01-05T17:37:55.343Z PASS [ 8.599s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
36562024-01-05T17:37:56.016Z PASS [ 9.486s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
36572024-01-05T17:37:59.207Z PASS [ 8.968s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
36582024-01-05T17:37:59.267Z PASS [ 0.060s] nexus-db-queries db::collection_attach::test::test_verify_query
36592024-01-05T17:37:59.464Z PASS [ 9.411s] nexus-db-queries db::collection_attach::test::test_attach_once
36602024-01-05T17:38:02.901Z PASS [ 9.113s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
36612024-01-05T17:38:04.145Z PASS [ 9.182s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
36622024-01-05T17:38:04.872Z PASS [ 8.855s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
36632024-01-05T17:38:07.914Z PASS [ 8.647s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
36642024-01-05T17:38:08.161Z PASS [ 8.700s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
36652024-01-05T17:38:08.226Z PASS [ 0.064s] nexus-db-queries db::collection_detach::test::test_verify_query
36662024-01-05T17:38:11.752Z PASS [ 8.840s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
36672024-01-05T17:38:13.040Z PASS [ 8.923s] nexus-db-queries db::collection_detach::test::test_detach_once
36682024-01-05T17:38:13.547Z PASS [ 8.677s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
36692024-01-05T17:38:15.773Z PASS [ 47.541s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
36702024-01-05T17:38:15.998Z PASS [ 8.087s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
36712024-01-05T17:38:16.249Z PASS [ 8.022s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
36722024-01-05T17:38:18.189Z PASS [ 6.451s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
36732024-01-05T17:38:19.368Z PASS [ 6.339s] nexus-db-queries db::collection_detach_many::test::test_detach_many
36742024-01-05T17:38:19.410Z PASS [ 0.039s] nexus-db-queries db::collection_detach_many::test::test_verify_query
36752024-01-05T17:38:19.566Z PASS [ 6.019s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
36762024-01-05T17:38:21.929Z PASS [ 6.151s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
36772024-01-05T17:38:21.982Z PASS [ 0.054s] nexus-db-queries db::collection_insert::test::test_verify_query
36782024-01-05T17:38:22.031Z PASS [ 0.053s] nexus-db-queries db::column_walker::test::test_walk_columns
36792024-01-05T17:38:22.075Z PASS [ 0.046s] nexus-db-queries db::column_walker::test::test_walk_table
36802024-01-05T17:38:22.136Z PASS [ 0.061s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections
36812024-01-05T17:38:22.198Z PASS [ 0.053s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections
36822024-01-05T17:38:22.247Z PASS [ 0.057s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names
36832024-01-05T17:38:22.295Z PASS [ 0.049s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files
36842024-01-05T17:38:22.303Z PASS [ 6.306s] nexus-db-queries db::collection_detach_many::test::test_detach_once
36852024-01-05T17:38:22.474Z PASS [ 6.228s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
36862024-01-05T17:38:24.434Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
36872024-01-05T17:38:24.442Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
36882024-01-05T17:38:24.597Z PASS [ 6.401s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
36892024-01-05T17:38:24.647Z PASS [ 0.052s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
36902024-01-05T17:38:25.114Z PASS [ 5.703s] nexus-db-queries db::collection_insert::test::test_collection_not_present
36912024-01-05T17:38:25.536Z PASS [ 5.970s] nexus-db-queries db::collection_insert::test::test_collection_present
36922024-01-05T17:38:27.532Z PASS [ 5.221s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
36932024-01-05T17:38:28.518Z PASS [ 6.221s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
36942024-01-05T17:38:29.485Z PASS [ 7.007s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
36952024-01-05T17:38:30.556Z PASS [ 66.113s] bootstore::v0-fsm-proptest-learner run
36962024-01-05T17:38:31.635Z PASS [ 6.989s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
36972024-01-05T17:38:32.512Z PASS [ 6.963s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
36982024-01-05T17:38:33.478Z PASS [ 8.359s] nexus-db-queries db::datastore::dns::test::test_dns_update
36992024-01-05T17:38:34.918Z PASS [ 7.388s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
37002024-01-05T17:38:35.295Z PASS [ 6.777s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
37012024-01-05T17:38:36.325Z PASS [ 6.844s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
37022024-01-05T17:38:39.187Z PASS [ 7.557s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
37032024-01-05T17:38:39.465Z PASS [ 6.964s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
37042024-01-05T17:38:40.509Z PASS [ 7.040s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
37052024-01-05T17:38:40.708Z PASS [ 76.265s] bootstore::v0-fsm-proptest-rack-coordinator run
37062024-01-05T17:38:40.743Z PASS [ 10.196s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
37072024-01-05T17:38:41.870Z PASS [ 6.957s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
37082024-01-05T17:38:42.285Z PASS [ 6.990s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
37092024-01-05T17:38:43.314Z PASS [ 6.990s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
37102024-01-05T17:38:46.111Z PASS [ 6.924s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
37112024-01-05T17:38:46.468Z PASS [ 7.006s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
37122024-01-05T17:38:47.502Z PASS [ 6.995s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
37132024-01-05T17:38:47.526Z PASS [ 6.816s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
37142024-01-05T17:38:47.573Z PASS [ 0.049s] nexus-db-queries db::datastore::region::test::test_extent_count
37152024-01-05T17:38:48.066Z PASS [ 6.910s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
37162024-01-05T17:38:49.363Z PASS [ 7.079s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
37172024-01-05T17:38:49.415Z PASS [ 7.539s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
37182024-01-05T17:38:50.079Z PASS [ 6.716s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
37192024-01-05T17:38:53.646Z PASS [ 7.534s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
37202024-01-05T17:38:54.159Z PASS [ 7.687s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
37212024-01-05T17:38:54.508Z PASS [ 6.856s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
37222024-01-05T17:38:54.629Z PASS [ 7.126s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
37232024-01-05T17:38:54.785Z PASS [ 7.214s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
37242024-01-05T17:38:56.561Z PASS [ 6.948s] nexus-db-queries db::datastore::test::test_component_update_conflict
37252024-01-05T17:38:56.613Z PASS [ 7.236s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
37262024-01-05T17:38:56.613Z PASS [ 6.568s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
37272024-01-05T17:39:00.356Z PASS [ 5.727s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
37282024-01-05T17:39:00.808Z PASS [ 7.163s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
37292024-01-05T17:39:01.604Z PASS [ 7.092s] nexus-db-queries db::datastore::test::test_project_creation
37302024-01-05T17:39:01.715Z PASS [ 7.560s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
37312024-01-05T17:39:02.237Z PASS [ 7.452s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
37322024-01-05T17:39:03.586Z PASS [ 6.989s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
37332024-01-05T17:39:05.859Z PASS [ 9.504s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
37342024-01-05T17:39:05.897Z PASS [ 9.291s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
37352024-01-05T17:39:08.843Z PASS [ 7.110s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
37362024-01-05T17:39:09.085Z PASS [ 5.498s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
37372024-01-05T17:39:09.466Z PASS [ 7.231s] nexus-db-queries db::datastore::test::test_session_methods
37382024-01-05T17:39:10.182Z PASS [ 9.826s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
37392024-01-05T17:39:11.101Z PASS [ 10.294s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
37402024-01-05T17:39:11.246Z PASS [ 9.645s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
37412024-01-05T17:39:12.530Z PASS [ 6.634s] nexus-db-queries db::datastore::test::test_system_update_conflict
37422024-01-05T17:39:12.537Z PASS [ 6.680s] nexus-db-queries db::datastore::test::test_ssh_keys
37432024-01-05T17:39:12.570Z PASS [ 0.041s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
37442024-01-05T17:39:12.577Z PASS [ 0.039s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
37452024-01-05T17:39:12.609Z PASS [ 0.038s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
37462024-01-05T17:39:12.616Z PASS [ 0.040s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
37472024-01-05T17:39:15.312Z PASS [ 6.487s] nexus-db-queries db::datastore::test::test_table_scan
37482024-01-05T17:39:15.629Z PASS [ 6.544s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
37492024-01-05T17:39:16.402Z PASS [ 6.934s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
37502024-01-05T17:39:16.809Z PASS [ 5.708s] nexus-db-queries db::explain::test::test_explain_async
37512024-01-05T17:39:16.815Z PASS [ 5.571s] nexus-db-queries db::explain::test::test_explain_full_table_scan
37522024-01-05T17:39:16.852Z PASS [ 0.044s] nexus-db-queries db::pagination::test::test_paginator
37532024-01-05T17:39:17.171Z PASS [ 6.991s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
37542024-01-05T17:39:18.679Z PASS [ 6.060s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
37552024-01-05T17:39:18.982Z PASS [ 6.367s] nexus-db-queries db::lookup::test::test_lookup
37562024-01-05T17:39:21.395Z PASS [ 6.084s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
37572024-01-05T17:39:21.795Z PASS [ 6.144s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
37582024-01-05T17:39:22.195Z PASS [ 5.379s] nexus-db-queries db::pool_connection::test::all_enums_in_prepopulate_list
37592024-01-05T17:39:22.642Z PASS [ 6.242s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
37602024-01-05T17:39:24.125Z PASS [ 7.272s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
37612024-01-05T17:39:24.355Z PASS [ 7.183s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
37622024-01-05T17:39:25.848Z PASS [ 6.873s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
37632024-01-05T17:39:25.996Z PASS [ 7.318s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
37642024-01-05T17:39:28.515Z PASS [ 7.119s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
37652024-01-05T17:39:28.915Z PASS [ 7.144s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
37662024-01-05T17:39:28.961Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
37672024-01-05T17:39:29.250Z PASS [ 7.053s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
37682024-01-05T17:39:29.678Z PASS [ 7.037s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
37692024-01-05T17:39:31.571Z PASS [ 7.215s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
37702024-01-05T17:39:31.610Z PASS [ 7.454s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
37712024-01-05T17:39:32.887Z PASS [ 6.891s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
37722024-01-05T17:39:33.002Z PASS [ 7.153s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
37732024-01-05T17:39:35.912Z PASS [ 6.955s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
37742024-01-05T17:39:36.270Z PASS [ 7.022s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
37752024-01-05T17:39:36.329Z PASS [ 6.652s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
37762024-01-05T17:39:36.921Z PASS [ 7.991s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
37772024-01-05T17:39:38.321Z PASS [ 6.742s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
37782024-01-05T17:39:38.506Z PASS [ 6.936s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
37792024-01-05T17:39:38.557Z PASS [ 0.051s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
37802024-01-05T17:39:39.721Z PASS [ 6.835s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
37812024-01-05T17:39:39.727Z PASS [ 6.727s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
37822024-01-05T17:39:39.867Z PASS [ 0.137s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
37832024-01-05T17:39:39.915Z PASS [ 0.048s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
37842024-01-05T17:39:39.953Z PASS [ 0.039s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
37852024-01-05T17:39:40.017Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
37862024-01-05T17:39:40.026Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
37872024-01-05T17:39:42.778Z PASS [ 6.867s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
37882024-01-05T17:39:43.123Z PASS [ 6.844s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
37892024-01-05T17:39:43.128Z PASS [ 6.789s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
37902024-01-05T17:39:43.259Z PASS [ 6.754s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
37912024-01-05T17:39:45.300Z PASS [ 5.269s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
37922024-01-05T17:39:45.336Z PASS [ 0.040s] nexus-defaults tests::test_random_vpc_ipv6_prefix
37932024-01-05T17:39:45.408Z PASS [ 7.088s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
37942024-01-05T17:39:45.454Z PASS [ 0.046s] nexus-inventory builder::test::test_empty
37952024-01-05T17:39:45.478Z PASS [ 0.142s] nexus-inventory builder::test::test_basic
37962024-01-05T17:39:45.492Z PASS [ 0.040s] nexus-inventory builder::test::test_problems
37972024-01-05T17:39:45.634Z PASS [ 5.913s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
37982024-01-05T17:39:45.835Z PASS [ 7.263s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
37992024-01-05T17:39:46.324Z PASS [ 0.690s] nexus-inventory collector::test::test_multi_mgs_failure
38002024-01-05T17:39:46.361Z PASS [ 0.039s] nexus-types external_api::shared::test::test_policy_parsing
38012024-01-05T17:39:46.473Z PASS [ 0.110s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
38022024-01-05T17:39:46.522Z PASS [ 0.051s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
38032024-01-05T17:39:46.579Z PASS [ 0.056s] omicron-certificates tests::test_cert_extended_key_usage
38042024-01-05T17:39:46.630Z PASS [ 0.051s] omicron-certificates tests::test_common_name_is_validated
38052024-01-05T17:39:46.703Z PASS [ 0.072s] omicron-certificates tests::test_subject_alternate_names_are_validated
38062024-01-05T17:39:46.738Z PASS [ 0.036s] omicron-common address::test::test_dns_subnets
38072024-01-05T17:39:46.744Z PASS [ 0.929s] nexus-inventory collector::test::test_sled_agent_failure
38082024-01-05T17:39:46.760Z PASS [ 0.023s] omicron-common address::test::test_ip_range_checks_non_decreasing
38092024-01-05T17:39:46.776Z PASS [ 0.032s] omicron-common address::test::test_ip_range_enum_deserialization
38102024-01-05T17:39:46.781Z PASS [ 0.022s] omicron-common address::test::test_ip_range_iter
38112024-01-05T17:39:46.798Z PASS [ 1.311s] nexus-inventory collector::test::test_basic
38122024-01-05T17:39:46.802Z PASS [ 0.027s] omicron-common address::test::test_ip_range_try_from
38132024-01-05T17:39:46.808Z PASS [ 0.026s] omicron-common address::test::test_ipv6_subnet_deserialize
38142024-01-05T17:39:46.813Z PASS [ 0.026s] omicron-common address::test::test_sled_address
38152024-01-05T17:39:46.831Z PASS [ 0.024s] omicron-common api::external::error::test::test_context
38162024-01-05T17:39:46.837Z PASS [ 0.034s] omicron-common api::external::error::test::test_bail_unless
38172024-01-05T17:39:46.843Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_pagination_examples
38182024-01-05T17:39:46.860Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_pagination_schemas
38192024-01-05T17:39:46.867Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_id
38202024-01-05T17:39:46.882Z PASS [ 0.022s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
38212024-01-05T17:39:46.888Z PASS [ 0.046s] omicron-common api::external::http_pagination::test::test_scan_by_name
38222024-01-05T17:39:46.895Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
38232024-01-05T17:39:46.920Z PASS [ 0.031s] omicron-common api::external::test::test_bytecount
38242024-01-05T17:39:46.929Z PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
38252024-01-05T17:39:46.929Z PASS [ 0.030s] omicron-common api::external::test::test_bytecount_display
38262024-01-05T17:39:46.947Z PASS [ 0.022s] omicron-common api::external::test::test_firewall_deserialization
38272024-01-05T17:39:46.954Z PASS [ 0.033s] omicron-common api::external::test::test_digest
38282024-01-05T17:39:46.962Z PASS [ 1.470s] nexus-inventory collector::test::test_multi_mgs
38292024-01-05T17:39:46.967Z PASS [ 0.038s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
38302024-01-05T17:39:46.977Z PASS [ 0.023s] omicron-common api::external::test::test_ip_port_range_from_str
38312024-01-05T17:39:46.982Z PASS [ 0.035s] omicron-common api::external::test::test_firewall_rule_target_parse
38322024-01-05T17:39:46.995Z PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_into_str
38332024-01-05T17:39:46.998Z PASS [ 0.027s] omicron-common api::external::test::test_ipnet_first_last_address
38342024-01-05T17:39:47.003Z PASS [ 0.025s] omicron-common api::external::test::test_ipnet_serde
38352024-01-05T17:39:47.008Z PASS [ 0.026s] omicron-common api::external::test::test_ipv4_net_operations
38362024-01-05T17:39:47.015Z PASS [ 0.026s] omicron-common api::external::test::test_ipv6_net_operations
38372024-01-05T17:39:47.025Z PASS [ 0.028s] omicron-common api::external::test::test_mac_system_iterator
38382024-01-05T17:39:47.049Z PASS [ 0.028s] omicron-common api::external::test::test_mac_to_int_conversions
38392024-01-05T17:39:47.049Z PASS [ 0.025s] omicron-common api::external::test::test_macaddr
38402024-01-05T17:39:47.054Z PASS [ 0.026s] omicron-common api::external::test::test_name_parse
38412024-01-05T17:39:47.055Z PASS [ 0.024s] omicron-common api::external::test::test_name_parse_from_param
38422024-01-05T17:39:47.055Z PASS [ 0.025s] omicron-common api::external::test::test_resource_name_parse
38432024-01-05T17:39:47.074Z PASS [ 0.028s] omicron-common api::external::test::test_role_name_parse
38442024-01-05T17:39:47.082Z PASS [ 0.031s] omicron-common api::external::test::test_route_destination_parse
38452024-01-05T17:39:47.082Z PASS [ 0.030s] omicron-common api::external::test::test_route_target_parse
38462024-01-05T17:39:47.088Z PASS [ 0.030s] omicron-common api::external::test::test_semver_serialize
38472024-01-05T17:39:47.095Z PASS [ 0.028s] omicron-common api::external::test::test_semver_validation
38482024-01-05T17:39:47.101Z PASS [ 0.025s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
38492024-01-05T17:39:47.119Z PASS [ 0.033s] omicron-common ledger::test::test_create_default_ledger
38502024-01-05T17:39:47.129Z PASS [ 0.045s] omicron-common ledger::test::test_commit_handles_write_failures
38512024-01-05T17:39:47.129Z PASS [ 0.032s] omicron-common ledger::test::test_create_ledger_reads_from_storage
38522024-01-05T17:39:47.133Z PASS [ 0.035s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
38532024-01-05T17:39:47.155Z PASS [ 0.027s] omicron-common nexus_config::test::test_bad_authn_schemes
38542024-01-05T17:39:47.166Z PASS [ 0.028s] omicron-common nexus_config::test::test_config_bad_toml
38552024-01-05T17:39:47.167Z PASS [ 0.025s] omicron-common nexus_config::test::test_config_nonexistent
38562024-01-05T17:39:47.167Z PASS [ 0.030s] omicron-common nexus_config::test::test_config_empty
38572024-01-05T17:39:47.176Z PASS [ 0.026s] omicron-common nexus_config::test::test_deployment_config_schema
38582024-01-05T17:39:47.182Z PASS [ 0.032s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
38592024-01-05T17:39:47.192Z PASS [ 0.031s] omicron-common nexus_config::test::test_valid
38602024-01-05T17:39:47.203Z PASS [ 0.042s] omicron-common nexus_config::test::test_repo_configs_are_valid
38612024-01-05T17:39:47.206Z PASS [ 0.029s] omicron-common postgres_config::test::test_bad_url
38622024-01-05T17:39:47.209Z PASS [ 0.027s] omicron-common postgres_config::test::test_example_url
38632024-01-05T17:39:47.219Z PASS [ 0.026s] omicron-common update::tests::serde_artifact_kind
38642024-01-05T17:39:47.321Z PASS [ 0.100s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
38652024-01-05T17:39:47.421Z PASS [ 0.099s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
38662024-01-05T17:39:47.428Z PASS [ 0.228s] omicron-dev::test_omicron_dev test_cert_create
38672024-01-05T17:39:47.529Z PASS [ 0.100s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
38682024-01-05T17:39:47.533Z PASS [ 0.104s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
38692024-01-05T17:39:47.588Z PASS [ 0.045s] omicron-gateway management_switch::location_map::tests::test_config_validation
38702024-01-05T17:39:47.617Z PASS [ 0.037s] omicron-gateway management_switch::location_map::tests::test_resolve_location
38712024-01-05T17:39:47.970Z PASS [ 0.355s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
38722024-01-05T17:39:47.983Z PASS [ 5.206s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
38732024-01-05T17:39:48.293Z PASS [ 0.323s] omicron-gateway::test_all integration_tests::component_list::component_list
38742024-01-05T17:39:48.452Z PASS [ 5.339s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
38752024-01-05T17:39:48.515Z PASS [ 0.530s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
38762024-01-05T17:39:48.612Z PASS [ 0.308s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
38772024-01-05T17:39:48.770Z PASS [ 0.317s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
38782024-01-05T17:39:49.715Z PASS [ 6.456s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
38792024-01-05T17:39:49.889Z PASS [ 6.769s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
38802024-01-05T17:40:00.422Z PASS [ 13.216s] omicron-dev::test_omicron_dev test_db_killed
38812024-01-05T17:40:07.840Z PASS [ 20.319s] omicron-dev::test_omicron_dev test_run_all
38822024-01-05T17:40:08.077Z PASS [ 20.865s] omicron-dev::test_omicron_dev test_db_run
38832024-01-05T17:40:09.892Z PASS [ 19.330s] omicron-nexus app::background::dns_servers::test::test_basic
38842024-01-05T17:40:09.921Z PASS [ 20.723s] omicron-nexus app::background::dns_config::test::test_basic
38852024-01-05T17:40:10.006Z PASS [ 21.401s] omicron-nexus app::background::common::test::test_driver_basic
38862024-01-05T17:40:10.139Z PASS [ 0.136s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
38872024-01-05T17:40:10.151Z PASS [ 20.432s] omicron-nexus app::background::dns_propagation::test::test_basic
38882024-01-05T17:40:10.307Z PASS [ 0.159s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
38892024-01-05T17:40:10.381Z PASS [ 0.077s] omicron-nexus app::external_endpoints::test::test_no_endpoint
38902024-01-05T17:40:10.452Z PASS [ 0.070s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
38912024-01-05T17:40:11.053Z PASS [ 1.561s] omicron-nexus app::external_endpoints::test::test_authority
38922024-01-05T17:40:11.553Z PASS [ 23.038s] omicron-nexus app::background::common::test::test_activation_in_progress
38932024-01-05T17:40:18.500Z PASS [ 18.079s] omicron-nexus app::background::external_endpoints::test::test_basic
38942024-01-05T17:40:20.818Z PASS [ 10.681s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
38952024-01-05T17:40:26.616Z PASS [ 18.775s] omicron-nexus app::background::init::test::test_dns_propagation_basic
38962024-01-05T17:40:28.870Z PASS [ 19.650s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
38972024-01-05T17:40:33.101Z PASS [ 21.548s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
38982024-01-05T17:40:33.618Z PASS [ 25.542s] omicron-nexus app::background::inventory_collection::test::test_basic
38992024-01-05T17:40:34.268Z PASS [ 23.814s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
39002024-01-05T17:40:35.423Z PASS [ 24.367s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
39012024-01-05T17:40:37.852Z PASS [ 19.353s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
39022024-01-05T17:40:42.049Z PASS [ 21.232s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
39032024-01-05T17:40:47.873Z PASS [ 21.260s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
39042024-01-05T17:40:58.362Z PASS [ 24.098s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
39052024-01-05T17:40:59.726Z PASS [ 26.110s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
39062024-01-05T17:41:01.537Z PASS [ 26.073s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
39072024-01-05T17:41:03.112Z PASS [ 25.261s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
39082024-01-05T17:41:14.285Z PASS [ 26.413s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
39092024-01-05T17:41:24.652Z PASS [ 24.928s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
39102024-01-05T17:41:25.536Z PASS [ 24.047s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
39112024-01-05T17:41:26.990Z PASS [ 23.877s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
39122024-01-05T17:41:28.868Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39132024-01-05T17:41:29.068Z PASS [ 30.705s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
39142024-01-05T17:41:29.125Z PASS [ 0.060s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
39152024-01-05T17:41:33.100Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39162024-01-05T17:41:37.590Z PASS [ 55.544s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
39172024-01-05T17:41:41.959Z PASS [ 27.670s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
39182024-01-05T17:41:44.209Z PASS [ 19.558s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
39192024-01-05T17:41:54.411Z PASS [ 25.287s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
39202024-01-05T17:42:01.681Z PASS [ 17.466s] omicron-nexus app::sagas::test_saga::test_saga_stuck
39212024-01-05T17:42:04.029Z PASS [ 26.165s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
39222024-01-05T17:42:31.106Z PASS [ 31.628s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
39232024-01-05T17:42:31.106Z PASS [ 23.323s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
39242024-01-05T17:42:31.109Z PASS [ 17.642s] omicron-nexus app::update::tests::test_populate_mock_system_updates
39252024-01-05T17:42:31.302Z PASS [ 20.260s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
39262024-01-05T17:42:31.302Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39272024-01-05T17:42:31.302Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
39282024-01-05T17:42:31.302Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39292024-01-05T17:42:32.125Z PASS [ 18.535s] omicron-nexus app::update::tests::test_semver_max
39302024-01-05T17:42:33.097Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39312024-01-05T17:42:40.299Z PASS [ 18.988s] omicron-nexus app::update::tests::test_system_updates
39322024-01-05T17:42:40.299Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
39332024-01-05T17:42:40.299Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
39342024-01-05T17:42:40.299Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
39352024-01-05T17:42:40.299Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
39362024-01-05T17:42:40.299Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
39372024-01-05T17:42:40.299Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
39382024-01-05T17:42:40.299Z PASS [ 0.074s] omicron-nexus external_api::console_api::test::test_relative_uri
39392024-01-05T17:42:40.300Z PASS [ 0.191s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
39402024-01-05T17:42:41.028Z PASS [ 8.914s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
39412024-01-05T17:42:41.143Z PASS [ 19.750s] omicron-nexus app::update::tests::test_update_deployments
39422024-01-05T17:42:41.453Z PASS [ 19.519s] omicron-nexus app::update::tests::test_updateable_components
39432024-01-05T17:42:51.804Z PASS [ 10.353s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
39442024-01-05T17:42:57.368Z PASS [ 16.224s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
39452024-01-05T17:42:57.531Z PASS [ 0.164s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
39462024-01-05T17:42:58.377Z PASS [ 17.348s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
39472024-01-05T17:43:02.396Z PASS [ 10.591s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
39482024-01-05T17:43:14.623Z PASS [ 106.895s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
39492024-01-05T17:43:16.136Z PASS [ 17.757s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
39502024-01-05T17:43:16.537Z PASS [ 19.001s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
39512024-01-05T17:43:21.524Z PASS [ 19.130s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
39522024-01-05T17:43:25.532Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39532024-01-05T17:43:28.865Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39542024-01-05T17:43:32.694Z PASS [ 18.812s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
39552024-01-05T17:43:33.107Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39562024-01-05T17:43:34.197Z PASS [ 17.665s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
39572024-01-05T17:43:35.090Z PASS [ 18.959s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
39582024-01-05T17:43:37.336Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
39592024-01-05T17:43:39.266Z PASS [ 17.742s] omicron-nexus::test_all integration_tests::basic::test_ping
39602024-01-05T17:43:44.489Z PASS [ 67.147s] omicron-nexus populate::test::test_populators
39612024-01-05T17:43:53.409Z PASS [ 18.321s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
39622024-01-05T17:43:56.766Z PASS [ 24.079s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
39632024-01-05T17:43:57.708Z PASS [ 18.444s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
39642024-01-05T17:44:02.626Z PASS [ 28.432s] omicron-nexus::test_all integration_tests::basic::test_projects_list
39652024-01-05T17:44:03.832Z PASS [ 18.941s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
39662024-01-05T17:44:12.473Z PASS [ 19.063s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
39672024-01-05T17:44:15.448Z PASS [ 18.664s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
39682024-01-05T17:44:17.538Z PASS [ 19.829s] omicron-nexus::test_all integration_tests::certificates::test_crud
39692024-01-05T17:44:17.670Z PASS [ 0.135s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
39702024-01-05T17:44:18.643Z PASS [ 0.972s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
39712024-01-05T17:44:19.030Z PASS [ 6.512s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
39722024-01-05T17:44:19.050Z PASS [ 0.407s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
39732024-01-05T17:44:20.334Z PASS [ 17.709s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
39742024-01-05T17:44:21.448Z PASS [ 6.018s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
39752024-01-05T17:44:25.530Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39762024-01-05T17:44:28.619Z PASS [ 25.200s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
39772024-01-05T17:44:28.873Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39782024-01-05T17:44:33.097Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39792024-01-05T17:44:37.425Z PASS [ 18.374s] omicron-nexus::test_all integration_tests::console_api::test_assets
39802024-01-05T17:44:37.449Z PASS [ 18.466s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
39812024-01-05T17:44:38.713Z PASS [ 18.380s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
39822024-01-05T17:44:43.176Z PASS [ 21.729s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
39832024-01-05T17:44:57.330Z PASS [ 24.175s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
39842024-01-05T17:44:57.330Z PASS [ 19.039s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
39852024-01-05T17:44:57.330Z PASS [ 19.423s] omicron-nexus::test_all integration_tests::console_api::test_session_me
39862024-01-05T17:44:57.628Z PASS [ 18.911s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
39872024-01-05T17:45:05.733Z PASS [ 22.558s] omicron-nexus::test_all integration_tests::console_api::test_sessions
39882024-01-05T17:45:11.382Z PASS [ 18.590s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
39892024-01-05T17:45:16.118Z PASS [ 19.654s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
39902024-01-05T17:45:18.427Z PASS [ 21.557s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
39912024-01-05T17:45:25.527Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39922024-01-05T17:45:27.803Z PASS [ 22.071s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
39932024-01-05T17:45:28.860Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39942024-01-05T17:45:29.396Z PASS [ 31.773s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
39952024-01-05T17:45:33.093Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39962024-01-05T17:45:34.111Z PASS [ 22.730s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
39972024-01-05T17:45:38.320Z PASS [ 22.207s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
39982024-01-05T17:45:39.277Z PASS [ 20.852s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
39992024-01-05T17:46:00.024Z PASS [ 21.706s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
40002024-01-05T17:46:01.663Z PASS [ 33.861s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
40012024-01-05T17:46:02.228Z PASS [ 22.951s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
40022024-01-05T17:46:10.105Z PASS [ 284.582s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40032024-01-05T17:46:14.958Z PASS [ 45.563s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
40042024-01-05T17:46:17.147Z PASS [ 43.038s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
40052024-01-05T17:46:22.181Z PASS [ 22.155s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
40062024-01-05T17:46:22.835Z PASS [ 21.174s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
40072024-01-05T17:46:23.324Z PASS [ 21.090s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
40082024-01-05T17:46:28.858Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40092024-01-05T17:46:29.840Z PASS [ 19.736s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
40102024-01-05T17:46:33.090Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40112024-01-05T17:46:37.629Z PASS [ 22.675s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
40122024-01-05T17:46:41.922Z PASS [ 19.746s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
40132024-01-05T17:46:45.505Z PASS [ 22.670s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
40142024-01-05T17:46:45.682Z PASS [ 22.362s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
40152024-01-05T17:46:49.634Z PASS [ 32.485s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
40162024-01-05T17:46:51.384Z PASS [ 21.537s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
40172024-01-05T17:47:01.235Z PASS [ 23.607s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
40182024-01-05T17:47:03.330Z PASS [ 21.400s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
40192024-01-05T17:47:09.697Z PASS [ 19.266s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
40202024-01-05T17:47:10.289Z PASS [ 20.655s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
40212024-01-05T17:47:10.757Z PASS [ 19.384s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
40222024-01-05T17:47:11.624Z PASS [ 0.687s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
40232024-01-05T17:47:12.002Z PASS [ 0.552s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
40242024-01-05T17:47:12.500Z PASS [ 0.502s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
40252024-01-05T17:47:12.934Z PASS [ 27.260s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attachment
40262024-01-05T17:47:13.889Z PASS [ 3.606s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
40272024-01-05T17:47:20.464Z PASS [ 19.214s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
40282024-01-05T17:47:22.403Z PASS [ 19.082s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
40292024-01-05T17:47:24.218Z PASS [ 19.405s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
40302024-01-05T17:47:28.857Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40312024-01-05T17:47:31.467Z PASS [ 18.964s] omicron-nexus::test_all integration_tests::images::test_image_create
40322024-01-05T17:47:32.886Z PASS [ 19.953s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
40332024-01-05T17:47:33.088Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40342024-01-05T17:47:37.622Z PASS [ 23.729s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
40352024-01-05T17:47:41.125Z PASS [ 20.269s] omicron-nexus::test_all integration_tests::images::test_image_promotion
40362024-01-05T17:47:42.217Z PASS [ 19.812s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
40372024-01-05T17:47:42.866Z PASS [ 18.694s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
40382024-01-05T17:47:44.661Z PASS [ 7.044s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
40392024-01-05T17:47:48.030Z PASS [ 7.310s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
40402024-01-05T17:47:50.598Z PASS [ 17.701s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
40412024-01-05T17:47:50.781Z PASS [ 19.289s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
40422024-01-05T17:47:50.847Z PASS [ 8.633s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
40432024-01-05T17:47:52.689Z PASS [ 9.777s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
40442024-01-05T17:48:10.531Z PASS [ 25.868s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
40452024-01-05T17:48:15.576Z PASS [ 24.990s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
40462024-01-05T17:48:18.139Z PASS [ 27.253s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
40472024-01-05T17:48:26.202Z PASS [ 33.559s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
40482024-01-05T17:48:26.797Z PASS [ 36.047s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
40492024-01-05T17:48:28.103Z PASS [ 40.079s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
40502024-01-05T17:48:28.855Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40512024-01-05T17:48:30.223Z PASS [ 19.696s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
40522024-01-05T17:48:33.087Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40532024-01-05T17:48:45.074Z PASS [ 18.278s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
40542024-01-05T17:48:50.359Z PASS [ 24.160s] omicron-nexus::test_all integration_tests::instances::test_instance_access
40552024-01-05T17:48:50.635Z PASS [ 35.060s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
40562024-01-05T17:48:54.928Z PASS [ 26.788s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
40572024-01-05T17:48:58.529Z PASS [ 28.305s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
40582024-01-05T17:49:06.070Z PASS [ 517.229s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40592024-01-05T17:49:10.981Z PASS [ 517.908s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40602024-01-05T17:49:17.690Z PASS [ 32.618s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
40612024-01-05T17:49:18.099Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
40622024-01-05T17:49:19.333Z PASS [ 28.699s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
40632024-01-05T17:49:21.934Z PASS [ 31.570s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
40642024-01-05T17:49:26.440Z PASS [ 31.550s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
40652024-01-05T17:49:28.594Z PASS [ 70.497s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
40662024-01-05T17:49:33.333Z PASS [ 27.242s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
40672024-01-05T17:49:35.272Z PASS [ 24.290s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
40682024-01-05T17:49:41.406Z PASS [ 42.874s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
40692024-01-05T17:49:50.243Z PASS [ 32.547s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
40702024-01-05T17:49:52.232Z PASS [ 30.301s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
40712024-01-05T17:49:54.564Z PASS [ 28.122s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
40722024-01-05T17:49:58.624Z PASS [ 30.030s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
40732024-01-05T17:50:00.089Z PASS [ 26.779s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
40742024-01-05T17:50:00.964Z PASS [ 41.629s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
40752024-01-05T17:50:06.910Z PASS [ 31.636s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
40762024-01-05T17:50:09.688Z PASS [ 19.451s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
40772024-01-05T17:50:14.030Z PASS [ 19.472s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
40782024-01-05T17:50:14.843Z PASS [ 33.440s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
40792024-01-05T17:50:19.462Z PASS [ 18.504s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
40802024-01-05T17:50:21.475Z PASS [ 29.248s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
40812024-01-05T17:50:23.743Z PASS [ 25.123s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
40822024-01-05T17:50:23.866Z PASS [ 23.775s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
40832024-01-05T17:50:32.043Z PASS [ 17.201s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
40842024-01-05T17:50:33.844Z PASS [ 24.160s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
40852024-01-05T17:50:38.265Z PASS [ 18.679s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
40862024-01-05T17:50:42.026Z PASS [ 19.353s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
40872024-01-05T17:50:42.543Z PASS [ 26.997s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
40882024-01-05T17:50:42.543Z PASS [ 34.796s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
40892024-01-05T17:51:02.549Z PASS [ 18.495s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
40902024-01-05T17:51:03.034Z PASS [ 19.215s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
40912024-01-05T17:51:03.034Z PASS [ 19.227s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
40922024-01-05T17:51:03.035Z PASS [ 19.000s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
40932024-01-05T17:51:03.278Z PASS [ 20.419s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
40942024-01-05T17:51:03.279Z PASS [ 18.247s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
40952024-01-05T17:51:03.279Z PASS [ 17.943s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
40962024-01-05T17:51:03.279Z PASS [ 18.863s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
40972024-01-05T17:51:03.279Z PASS [ 19.992s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
40982024-01-05T17:51:03.279Z PASS [ 19.885s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
40992024-01-05T17:51:12.045Z PASS [ 19.195s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
41002024-01-05T17:51:16.690Z PASS [ 25.419s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
41012024-01-05T17:51:17.486Z PASS [ 17.596s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
41022024-01-05T17:51:17.820Z PASS [ 19.253s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
41032024-01-05T17:51:26.466Z PASS [ 24.241s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
41042024-01-05T17:51:31.698Z PASS [ 28.739s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
41052024-01-05T17:51:36.797Z PASS [ 20.112s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
41062024-01-05T17:51:37.641Z PASS [ 20.152s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
41072024-01-05T17:51:37.951Z PASS [ 20.142s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
41082024-01-05T17:51:53.516Z PASS [ 54.447s] omicron-nexus::test_all integration_tests::metrics::test_metrics
41092024-01-05T17:51:54.644Z PASS [ 42.609s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
41102024-01-05T17:51:57.773Z PASS [ 20.979s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
41112024-01-05T17:51:59.638Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
41122024-01-05T17:52:09.778Z PASS [ 43.312s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
41132024-01-05T17:52:13.566Z PASS [ 35.616s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
41142024-01-05T17:52:15.825Z PASS [ 44.128s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
41152024-01-05T17:52:19.948Z PASS [ 22.177s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
41162024-01-05T17:52:21.269Z PASS [ 43.636s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
41172024-01-05T17:52:22.076Z PASS [ 28.561s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
41182024-01-05T17:52:24.555Z PASS [ 29.910s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
41192024-01-05T17:52:38.359Z PASS [ 18.413s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
41202024-01-05T17:52:40.081Z PASS [ 100.445s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
41212024-01-05T17:52:40.602Z PASS [ 18.527s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
41222024-01-05T17:52:42.464Z PASS [ 21.197s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
41232024-01-05T17:52:48.183Z PASS [ 23.631s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
41242024-01-05T17:52:54.094Z PASS [ 44.318s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
41252024-01-05T17:52:59.664Z PASS [ 46.095s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
41262024-01-05T17:53:00.232Z PASS [ 19.628s] omicron-nexus::test_all integration_tests::projects::test_projects
41272024-01-05T17:53:00.769Z PASS [ 20.690s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
41282024-01-05T17:53:05.628Z PASS [ 17.447s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
41292024-01-05T17:53:15.011Z PASS [ 27.653s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
41302024-01-05T17:53:15.190Z PASS [ 17.320s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
41312024-01-05T17:53:15.822Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
41322024-01-05T17:53:17.036Z PASS [ 61.210s] omicron-nexus::test_all integration_tests::password_login::test_local_users
41332024-01-05T17:53:18.271Z PASS [ 18.042s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
41342024-01-05T17:53:18.669Z PASS [ 17.785s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
41352024-01-05T17:53:18.732Z PASS [ 19.073s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
41362024-01-05T17:53:19.405Z PASS [ 0.674s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
41372024-01-05T17:53:21.853Z PASS [ 3.582s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
41382024-01-05T17:53:22.351Z PASS [ 3.793s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
41392024-01-05T17:53:22.400Z PASS [ 39.938s] omicron-nexus::test_all integration_tests::quotas::test_quotas
41402024-01-05T17:53:22.519Z PASS [ 0.118s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
41412024-01-05T17:53:22.626Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
41422024-01-05T17:53:22.721Z PASS [ 16.711s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
41432024-01-05T17:53:22.730Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
41442024-01-05T17:53:22.828Z PASS [ 0.105s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
41452024-01-05T17:53:22.852Z PASS [ 0.122s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
41462024-01-05T17:53:22.868Z PASS [ 3.464s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
41472024-01-05T17:53:23.813Z PASS [ 18.184s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
41482024-01-05T17:53:25.339Z PASS [ 3.486s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
41492024-01-05T17:53:27.904Z PASS [ 16.493s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
41502024-01-05T17:53:34.982Z PASS [ 17.951s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
41512024-01-05T17:53:40.459Z PASS [ 17.591s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
41522024-01-05T17:53:40.820Z PASS [ 17.994s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
41532024-01-05T17:53:40.992Z PASS [ 0.171s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
41542024-01-05T17:53:41.066Z PASS [ 0.070s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
41552024-01-05T17:53:41.116Z PASS [ 18.260s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
41562024-01-05T17:53:41.179Z PASS [ 0.118s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
41572024-01-05T17:53:41.900Z PASS [ 18.089s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
41582024-01-05T17:53:42.522Z PASS [ 20.176s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
41592024-01-05T17:53:43.373Z PASS [ 18.035s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
41602024-01-05T17:53:45.881Z PASS [ 17.976s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
41612024-01-05T17:53:53.660Z PASS [ 10.287s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
41622024-01-05T17:53:54.383Z PASS [ 19.403s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
41632024-01-05T17:53:56.060Z PASS [ 10.176s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
41642024-01-05T17:53:58.286Z PASS [ 17.177s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
41652024-01-05T17:53:58.365Z PASS [ 17.909s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
41662024-01-05T17:53:58.454Z PASS [ 17.275s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
41672024-01-05T17:53:58.964Z PASS [ 17.063s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
41682024-01-05T17:54:00.040Z PASS [ 17.518s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
41692024-01-05T17:54:03.385Z PASS [ 9.725s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
41702024-01-05T17:54:03.924Z PASS [ 5.469s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
41712024-01-05T17:54:04.511Z PASS [ 10.128s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
41722024-01-05T17:54:05.984Z PASS [ 9.930s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
41732024-01-05T17:54:08.419Z PASS [ 10.129s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
41742024-01-05T17:54:22.300Z PASS [ 22.262s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
41752024-01-05T17:54:22.328Z PASS [ 18.400s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
41762024-01-05T17:54:23.221Z PASS [ 18.711s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
41772024-01-05T17:54:24.196Z PASS [ 18.211s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
41782024-01-05T17:54:28.363Z PASS [ 19.948s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
41792024-01-05T17:54:33.056Z PASS [ 34.093s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
41802024-01-05T17:54:35.443Z PASS [ 32.061s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
41812024-01-05T17:54:41.141Z PASS [ 18.842s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
41822024-01-05T17:54:41.463Z PASS [ 19.142s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
41832024-01-05T17:54:41.979Z PASS [ 18.759s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
41842024-01-05T17:54:42.828Z PASS [ 18.630s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
41852024-01-05T17:54:49.117Z PASS [ 20.746s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
41862024-01-05T17:54:51.403Z PASS [ 18.335s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
41872024-01-05T17:54:53.339Z PASS [ 17.896s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
41882024-01-05T17:54:58.399Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
41892024-01-05T17:54:59.669Z PASS [ 18.529s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
41902024-01-05T17:54:59.806Z PASS [ 61.442s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
41912024-01-05T17:55:00.215Z PASS [ 18.752s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
41922024-01-05T17:55:01.148Z PASS [ 19.170s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
41932024-01-05T17:55:08.356Z PASS [ 19.247s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
41942024-01-05T17:55:08.699Z PASS [ 25.876s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
41952024-01-05T17:55:09.717Z PASS [ 18.329s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
41962024-01-05T17:55:11.794Z PASS [ 18.457s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
41972024-01-05T17:55:18.238Z PASS [ 18.430s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
41982024-01-05T17:55:18.412Z PASS [ 18.713s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
41992024-01-05T17:55:18.438Z PASS [ 18.224s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
42002024-01-05T17:55:23.402Z PASS [ 22.255s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
42012024-01-05T17:55:28.275Z PASS [ 19.570s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
42022024-01-05T17:55:29.744Z PASS [ 17.938s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
42032024-01-05T17:55:33.245Z PASS [ 23.527s] omicron-nexus::test_all integration_tests::silos::test_silos
42042024-01-05T17:55:33.802Z PASS [ 25.447s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
42052024-01-05T17:55:37.706Z PASS [ 19.324s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
42062024-01-05T17:55:38.884Z PASS [ 20.448s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
42072024-01-05T17:55:42.182Z PASS [ 18.781s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
42082024-01-05T17:55:42.722Z PASS [ 24.074s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
42092024-01-05T17:55:50.397Z PASS [ 17.149s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
42102024-01-05T17:55:52.244Z PASS [ 18.436s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
42112024-01-05T17:55:56.421Z PASS [ 28.140s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
42122024-01-05T17:55:56.452Z PASS [ 18.750s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
42132024-01-05T17:55:56.860Z PASS [ 4.624s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
42142024-01-05T17:55:57.474Z PASS [ 18.556s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
42152024-01-05T17:55:57.950Z PASS [ 1.498s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
42162024-01-05T17:55:58.301Z PASS [ 28.567s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
42172024-01-05T17:56:01.066Z PASS [ 4.662s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
42182024-01-05T17:56:01.363Z PASS [ 4.503s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
42192024-01-05T17:56:01.942Z PASS [ 4.503s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
42202024-01-05T17:56:08.846Z PASS [ 26.664s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
42212024-01-05T17:56:11.085Z PASS [ 20.692s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
42222024-01-05T17:56:15.010Z PASS [ 17.059s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
42232024-01-05T17:56:16.936Z PASS [ 34.631s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
42242024-01-05T17:56:17.873Z PASS [ 16.508s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
42252024-01-05T17:56:18.085Z PASS [ 17.013s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
42262024-01-05T17:56:18.721Z PASS [ 0.851s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
42272024-01-05T17:56:19.561Z PASS [ 17.621s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
42282024-01-05T17:56:26.711Z PASS [ 17.866s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
42292024-01-05T17:56:26.886Z PASS [ 28.590s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
42302024-01-05T17:56:28.596Z PASS [ 17.481s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
42312024-01-05T17:56:33.133Z PASS [ 18.125s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
42322024-01-05T17:56:35.417Z PASS [ 17.339s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
42332024-01-05T17:56:37.222Z PASS [ 17.604s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
42342024-01-05T17:56:37.707Z PASS [ 18.986s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
42352024-01-05T17:56:50.560Z PASS [ 23.676s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
42362024-01-05T17:56:52.307Z PASS [ 25.578s] omicron-nexus::test_all integration_tests::utilization::test_utilization
42372024-01-05T17:56:55.979Z PASS [ 27.409s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
42382024-01-05T17:56:59.795Z PASS [ 26.663s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
42392024-01-05T17:57:02.550Z PASS [ 27.133s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
42402024-01-05T17:57:03.470Z PASS [ 26.306s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
42412024-01-05T17:57:03.575Z PASS [ 25.870s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
42422024-01-05T17:57:16.935Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
42432024-01-05T17:57:17.780Z PASS [ 27.216s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
42442024-01-05T17:57:19.889Z PASS [ 27.604s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
42452024-01-05T17:57:20.193Z PASS [ 17.635s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
42462024-01-05T17:57:22.503Z PASS [ 26.535s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
42472024-01-05T17:57:31.607Z PASS [ 31.814s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
42482024-01-05T17:57:37.378Z PASS [ 33.904s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
42492024-01-05T17:57:37.379Z PASS [ 33.798s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
42502024-01-05T17:57:48.669Z PASS [ 91.731s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
42512024-01-05T17:58:00.231Z PASS [ 42.454s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
42522024-01-05T17:58:01.672Z PASS [ 41.491s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
42532024-01-05T17:58:02.412Z PASS [ 42.524s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
42542024-01-05T17:58:03.638Z PASS [ 26.259s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
42552024-01-05T17:58:04.832Z PASS [ 33.177s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
42562024-01-05T17:58:04.858Z PASS [ 42.350s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
42572024-01-05T17:58:05.520Z PASS [ 16.858s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
42582024-01-05T17:58:06.687Z PASS [ 29.318s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
42592024-01-05T17:58:17.837Z PASS [ 17.610s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
42602024-01-05T17:58:18.894Z PASS [ 17.222s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
42612024-01-05T17:58:20.379Z PASS [ 17.969s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
42622024-01-05T17:58:21.156Z PASS [ 17.519s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
42632024-01-05T17:58:21.957Z PASS [ 17.101s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
42642024-01-05T17:58:22.062Z PASS [ 17.279s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
42652024-01-05T17:58:22.762Z PASS [ 17.199s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
42662024-01-05T17:58:24.265Z PASS [ 17.578s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
42672024-01-05T17:58:35.769Z PASS [ 17.929s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
42682024-01-05T17:58:36.394Z PASS [ 17.495s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
42692024-01-05T17:58:37.552Z PASS [ 17.172s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
42702024-01-05T17:58:38.348Z PASS [ 17.193s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
42712024-01-05T17:58:39.564Z PASS [ 17.614s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
42722024-01-05T17:58:40.161Z PASS [ 18.100s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
42732024-01-05T17:58:40.658Z PASS [ 17.940s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
42742024-01-05T17:58:42.450Z PASS [ 18.186s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
42752024-01-05T17:58:56.619Z PASS [ 20.855s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
42762024-01-05T17:58:57.407Z PASS [ 17.247s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
42772024-01-05T17:58:57.774Z PASS [ 17.118s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
42782024-01-05T17:58:57.780Z PASS [ 21.396s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
42792024-01-05T17:58:57.880Z PASS [ 0.094s] omicron-package dot::test::test_bad_dependency
42802024-01-05T17:58:57.923Z PASS [ 0.046s] omicron-package dot::test::test_dot_output
42812024-01-05T17:58:59.581Z PASS [ 17.132s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
42822024-01-05T17:58:59.608Z PASS [ 0.027s] omicron-passwords test::test_password_constraints
42832024-01-05T17:59:00.707Z PASS [ 22.360s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
42842024-01-05T17:59:01.745Z PASS [ 22.181s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
42852024-01-05T17:59:01.806Z PASS [ 0.058s] omicron-passwords test::test_stable
42862024-01-05T17:59:01.832Z PASS [ 0.028s] omicron-passwords test::test_weak_hashes
42872024-01-05T17:59:01.861Z PASS [ 0.028s] omicron-rpaths internal::tests::test_configure_from_path
42882024-01-05T17:59:01.937Z PASS [ 0.077s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
42892024-01-05T17:59:01.963Z PASS [ 0.025s] omicron-rpaths internal::tests::test_emit_rpath
42902024-01-05T17:59:02.118Z PASS [ 0.153s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
42912024-01-05T17:59:02.286Z PASS [ 4.512s] omicron-omdb::test_all_output test_omdb_usage_errors
42922024-01-05T17:59:02.391Z PASS [ 0.104s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
42932024-01-05T17:59:02.549Z PASS [ 0.158s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
42942024-01-05T17:59:02.696Z PASS [ 0.146s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
42952024-01-05T17:59:02.767Z PASS [ 0.620s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
42962024-01-05T17:59:02.800Z PASS [ 0.065s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
42972024-01-05T17:59:02.849Z PASS [ 0.044s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
42982024-01-05T17:59:02.916Z PASS [ 0.066s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
42992024-01-05T17:59:02.960Z PASS [ 0.047s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
43002024-01-05T17:59:03.006Z PASS [ 0.044s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
43012024-01-05T17:59:03.034Z PASS [ 3.426s] omicron-passwords test::test_reproducible
43022024-01-05T17:59:03.057Z PASS [ 0.052s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
43032024-01-05T17:59:03.088Z PASS [ 0.053s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
43042024-01-05T17:59:03.099Z PASS [ 0.045s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
43052024-01-05T17:59:03.127Z PASS [ 0.041s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
43062024-01-05T17:59:03.137Z PASS [ 0.036s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
43072024-01-05T17:59:03.168Z PASS [ 0.039s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
43082024-01-05T17:59:03.175Z PASS [ 0.041s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
43092024-01-05T17:59:03.204Z PASS [ 0.036s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
43102024-01-05T17:59:03.254Z PASS [ 0.077s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
43112024-01-05T17:59:03.270Z PASS [ 0.059s] omicron-sled-agent config::test::test_smf_configs
43122024-01-05T17:59:03.270Z PASS [ 0.568s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
43132024-01-05T17:59:03.298Z PASS [ 0.041s] omicron-sled-agent profile::tests::empty_profile
43142024-01-05T17:59:03.305Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_disabled_instance
43152024-01-05T17:59:03.309Z PASS [ 0.044s] omicron-sled-agent profile::tests::test_instance
43162024-01-05T17:59:03.338Z PASS [ 0.043s] omicron-sled-agent profile::tests::test_multiple
43172024-01-05T17:59:03.346Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_property
43182024-01-05T17:59:03.355Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_property_group
43192024-01-05T17:59:03.377Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_service
43202024-01-05T17:59:03.385Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_service_property_group
43212024-01-05T17:59:03.485Z PASS [ 0.055s] omicron-sled-agent rack_setup::config::test::test_extra_certs
43222024-01-05T17:59:03.487Z PASS [ 0.043s] omicron-sled-agent rack_setup::config::test::test_subnets
43232024-01-05T17:59:03.487Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
43242024-01-05T17:59:03.487Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
43252024-01-05T17:59:03.487Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
43262024-01-05T17:59:03.491Z PASS [ 0.052s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema
43272024-01-05T17:59:03.512Z PASS [ 0.053s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
43282024-01-05T17:59:03.543Z PASS [ 0.054s] omicron-sled-agent services::test::test_all_zones_requests_schema
43292024-01-05T17:59:03.565Z PASS [ 0.094s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
43302024-01-05T17:59:03.601Z PASS [ 0.042s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
43312024-01-05T17:59:03.816Z PASS [ 0.247s] omicron-sled-agent services::test::test_ensure_service
43322024-01-05T17:59:03.816Z PASS [ 0.231s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
43332024-01-05T17:59:03.828Z PASS [ 26.275s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
43342024-01-05T17:59:03.871Z PASS [ 0.359s] omicron-sled-agent services::test::test_bad_generations
43352024-01-05T17:59:04.028Z PASS [ 0.218s] omicron-sled-agent services::test::test_old_ledger_migration
43362024-01-05T17:59:04.068Z PASS [ 0.222s] omicron-sled-agent services::test::test_old_ledger_migration_bad
43372024-01-05T17:59:04.114Z PASS [ 0.049s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
43382024-01-05T17:59:04.143Z PASS [ 0.057s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
43392024-01-05T17:59:04.286Z PASS [ 0.261s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
43402024-01-05T17:59:04.323Z PASS [ 0.180s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
43412024-01-05T17:59:04.336Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
43422024-01-05T17:59:04.373Z PASS [ 0.050s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
43432024-01-05T17:59:04.386Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
43442024-01-05T17:59:04.426Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
43452024-01-05T17:59:04.435Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
43462024-01-05T17:59:04.480Z PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
43472024-01-05T17:59:04.529Z PASS [ 0.046s] omicron-sled-agent updates::test::test_query_no_components
43482024-01-05T17:59:04.582Z PASS [ 0.055s] omicron-sled-agent updates::test::test_query_sled_agent_version
43492024-01-05T17:59:04.667Z PASS [ 0.056s] omicron-sled-agent updates::test::test_query_zone_version
43502024-01-05T17:59:04.706Z PASS [ 0.843s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
43512024-01-05T17:59:04.723Z PASS [ 0.895s] omicron-sled-agent services::test::test_old_ledger_migration_continue
43522024-01-05T17:59:04.754Z PASS [ 0.045s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
43532024-01-05T17:59:04.890Z PASS [ 0.252s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
43542024-01-05T17:59:04.947Z PASS [ 0.058s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
43552024-01-05T17:59:05.530Z PASS [ 0.781s] omicron-sled-agent zone_bundle::illumos_tests::test_context
43562024-01-05T17:59:06.171Z PASS [ 1.427s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
43572024-01-05T17:59:06.364Z PASS [ 0.834s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
43582024-01-05T17:59:06.439Z PASS [ 0.074s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
43592024-01-05T17:59:06.483Z PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
43602024-01-05T17:59:06.547Z PASS [ 0.064s] omicron-sled-agent zone_bundle::tests::test_disk_usage
43612024-01-05T17:59:06.595Z PASS [ 0.044s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
43622024-01-05T17:59:06.636Z PASS [ 0.041s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
43632024-01-05T17:59:06.655Z PASS [ 1.710s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
43642024-01-05T17:59:06.670Z PASS [ 0.038s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
43652024-01-05T17:59:06.748Z PASS [ 8.826s] omicron-passwords test::test_compatible
43662024-01-05T17:59:07.208Z PASS [ 0.536s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
43672024-01-05T17:59:07.307Z PASS [ 1.156s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
43682024-01-05T17:59:07.488Z PASS [ 0.186s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
43692024-01-05T17:59:07.503Z PASS [ 0.848s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
43702024-01-05T17:59:07.548Z PASS [ 0.053s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
43712024-01-05T17:59:07.584Z PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
43722024-01-05T17:59:07.597Z PASS [ 3.156s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
43732024-01-05T17:59:07.611Z PASS [ 0.862s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
43742024-01-05T17:59:07.619Z PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
43752024-01-05T17:59:07.644Z PASS [ 0.032s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
43762024-01-05T17:59:07.681Z PASS [ 0.087s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
43772024-01-05T17:59:07.790Z PASS [ 0.582s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
43782024-01-05T17:59:08.026Z PASS [ 0.371s] omicron-test-utils dev::db::test::test_bad_cmd
43792024-01-05T17:59:08.040Z PASS [ 0.050s] omicron-test-utils dev::db::test::test_make_pg_config_fail
43802024-01-05T17:59:08.090Z PASS [ 0.048s] omicron-test-utils dev::db::test::test_make_pg_config_ok
43812024-01-05T17:59:08.139Z PASS [ 0.050s] omicron-test-utils dev::db::test::test_process_exit_abnormal
43822024-01-05T17:59:08.189Z PASS [ 0.053s] omicron-test-utils dev::db::test::test_process_exit_normal
43832024-01-05T17:59:08.221Z PASS [ 0.429s] omicron-test-utils dev::db::test::test_database_start_hang
43842024-01-05T17:59:08.416Z PASS [ 0.773s] omicron-test-utils dev::db::test::test_cmd_fails
43852024-01-05T17:59:08.553Z PASS [ 1.045s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
43862024-01-05T17:59:08.609Z PASS [ 0.055s] omicron-test-utils dev::db::test::test_starter_tmpdir
43872024-01-05T17:59:08.675Z PASS [ 0.062s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
43882024-01-05T17:59:08.729Z PASS [ 0.052s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
43892024-01-05T17:59:08.846Z PASS [ 0.122s] oximeter histogram::tests::test_bin_range
43902024-01-05T17:59:08.887Z PASS [ 0.043s] oximeter histogram::tests::test_bin_range_from
43912024-01-05T17:59:08.931Z PASS [ 0.044s] oximeter histogram::tests::test_bin_range_to
43922024-01-05T17:59:08.979Z PASS [ 0.049s] oximeter histogram::tests::test_empty_bins_not_supported
43932024-01-05T17:59:09.020Z PASS [ 0.043s] oximeter histogram::tests::test_ensure_finite
43942024-01-05T17:59:09.071Z PASS [ 0.047s] oximeter histogram::tests::test_histogram
43952024-01-05T17:59:09.100Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_extreme_bins
43962024-01-05T17:59:09.139Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_extreme_samples
43972024-01-05T17:59:09.192Z PASS [ 0.049s] oximeter histogram::tests::test_histogram_float_bins
43982024-01-05T17:59:09.243Z PASS [ 0.044s] oximeter histogram::tests::test_histogram_to_arrays
43992024-01-05T17:59:09.276Z PASS [ 0.040s] oximeter histogram::tests::test_histogram_unbounded_samples
44002024-01-05T17:59:09.340Z PASS [ 0.057s] oximeter histogram::tests::test_histogram_unsorted_bins
44012024-01-05T17:59:09.378Z PASS [ 0.046s] oximeter histogram::tests::test_histogram_with_bins
44022024-01-05T17:59:09.417Z PASS [ 0.043s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
44032024-01-05T17:59:09.453Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_with_overlapping_bins
44042024-01-05T17:59:09.566Z PASS [ 0.082s] oximeter histogram::tests::test_log_linear_bins_all_representable
44052024-01-05T17:59:09.588Z PASS [ 0.041s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
44062024-01-05T17:59:09.627Z PASS [ 0.052s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
44072024-01-05T17:59:09.662Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
44082024-01-05T17:59:09.707Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
44092024-01-05T17:59:09.758Z PASS [ 0.044s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
44102024-01-05T17:59:09.786Z PASS [ 0.039s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
44112024-01-05T17:59:09.829Z PASS [ 0.042s] oximeter histogram::tests::test_span_decades
44122024-01-05T17:59:09.883Z PASS [ 0.056s] oximeter histogram::tests::test_span_decades_other_counts_f64
44132024-01-05T17:59:09.965Z PASS [ 0.057s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
44142024-01-05T17:59:10.021Z PASS [ 0.059s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
44152024-01-05T17:59:10.092Z PASS [ 0.067s] oximeter schema::tests::test_field_schema_ordering
44162024-01-05T17:59:10.184Z PASS [ 0.120s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
44172024-01-05T17:59:10.241Z PASS [ 0.038s] oximeter schema::tests::test_timeseries_name
44182024-01-05T17:59:10.275Z PASS [ 0.051s] oximeter schema::tests::test_timeseries_name_from_str
44192024-01-05T17:59:10.341Z PASS [ 0.042s] oximeter schema::tests::test_timeseries_schema_from_parts
44202024-01-05T17:59:10.386Z PASS [ 0.061s] oximeter schema::tests::test_timeseries_schema_from_sample
44212024-01-05T17:59:10.423Z PASS [ 0.039s] oximeter test_util::tests::test_gen_test_samples
44222024-01-05T17:59:10.493Z PASS [ 0.073s] oximeter traits::tests::test_metric_trait
44232024-01-05T17:59:10.514Z LEAK [ 2.310s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
44242024-01-05T17:59:10.546Z PASS [ 0.054s] oximeter traits::tests::test_producer_trait
44252024-01-05T17:59:10.560Z PASS [ 0.056s] oximeter traits::tests::test_target_trait
44262024-01-05T17:59:10.615Z PASS [ 0.046s] oximeter types::tests::test_cumulative_i64
44272024-01-05T17:59:10.622Z PASS [ 0.071s] oximeter types::tests::test_cumulative_f64
44282024-01-05T17:59:10.651Z PASS [ 0.046s] oximeter types::tests::test_datum
44292024-01-05T17:59:10.676Z PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
44302024-01-05T17:59:10.692Z PASS [ 0.043s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
44312024-01-05T17:59:10.731Z PASS [ 0.069s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
44322024-01-05T17:59:10.751Z PASS [ 0.049s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
44332024-01-05T17:59:10.772Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
44342024-01-05T17:59:10.798Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
44352024-01-05T17:59:10.822Z PASS [ 0.043s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
44362024-01-05T17:59:10.840Z PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
44372024-01-05T17:59:10.861Z PASS [ 0.048s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
44382024-01-05T17:59:10.879Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
44392024-01-05T17:59:10.892Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
44402024-01-05T17:59:10.929Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
44412024-01-05T17:59:10.949Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
44422024-01-05T17:59:10.961Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
44432024-01-05T17:59:10.967Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
44442024-01-05T17:59:10.994Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
44452024-01-05T17:59:11.056Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
44462024-01-05T17:59:11.060Z PASS [ 0.053s] oximeter types::tests::test_measurement
44472024-01-05T17:59:11.060Z PASS [ 0.047s] oximeter types::tests::test_sample_struct
44482024-01-05T17:59:11.084Z PASS [ 0.041s] oximeter types::tests::test_verify_field_names
44492024-01-05T17:59:11.441Z PASS [ 0.360s] oximeter-collector agent::tests::test_self_stat_error_counter
44502024-01-05T17:59:11.442Z PASS [ 0.382s] oximeter-collector agent::tests::test_self_stat_collection_count
44512024-01-05T17:59:11.479Z PASS [ 0.036s] oximeter-collector self_stats::tests::test_failure_reason_serialization
44522024-01-05T17:59:11.539Z PASS [ 0.062s] oximeter-collector self_stats::tests::test_no_schema_changes
44532024-01-05T17:59:11.618Z PASS [ 0.185s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
44542024-01-05T17:59:11.724Z PASS [ 0.182s] oximeter-collector::test_commands test_oximeter_no_args
44552024-01-05T17:59:12.236Z PASS [ 0.201s] oximeter-collector::test_commands test_oximeter_openapi
44562024-01-05T17:59:13.032Z PASS [ 1.212s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
44572024-01-05T17:59:13.870Z PASS [ 6.189s] omicron-test-utils dev::db::test::test_database_concurrent
44582024-01-05T17:59:13.896Z PASS [ 5.478s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
44592024-01-05T17:59:14.606Z PASS [ 1.575s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
44602024-01-05T17:59:14.659Z PASS [ 0.052s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
44612024-01-05T17:59:15.255Z PASS [ 3.532s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
44622024-01-05T17:59:15.907Z PASS [ 2.006s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
44632024-01-05T17:59:15.907Z PASS [ 2.033s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
44642024-01-05T17:59:16.507Z PASS [ 1.848s] oximeter-db client::tests::test_select_all_field_types
44652024-01-05T17:59:16.545Z PASS [ 0.039s] oximeter-db client::tests::test_unravel_index
44662024-01-05T17:59:16.603Z PASS [ 0.058s] oximeter-db client::tests::test_verify_schema_upgrades
44672024-01-05T17:59:16.661Z PASS [ 0.038s] oximeter-db model::tests::test_db_bool
44682024-01-05T17:59:16.818Z PASS [ 20.184s] omicron-omdb::test_all_output test_omdb_env_settings
44692024-01-05T17:59:16.873Z PASS [ 0.060s] oximeter-db model::tests::test_db_datum_type_conversion
44702024-01-05T17:59:16.936Z PASS [ 0.057s] oximeter-db model::tests::test_db_field_list_conversion
44712024-01-05T17:59:16.974Z PASS [ 0.054s] oximeter-db model::tests::test_db_field_type_conversion
44722024-01-05T17:59:17.023Z PASS [ 0.377s] oximeter-db model::tests::test_db_bool_bad
44732024-01-05T17:59:17.031Z PASS [ 0.059s] oximeter-db model::tests::test_db_histogram
44742024-01-05T17:59:17.070Z PASS [ 0.049s] oximeter-db model::tests::test_histogram_to_arrays
44752024-01-05T17:59:17.115Z PASS [ 0.046s] oximeter-db model::tests::test_parse_bytes_measurement
44762024-01-05T17:59:17.159Z PASS [ 0.046s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
44772024-01-05T17:59:17.202Z PASS [ 0.043s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
44782024-01-05T17:59:17.260Z PASS [ 0.049s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
44792024-01-05T17:59:17.297Z PASS [ 0.046s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
44802024-01-05T17:59:17.354Z PASS [ 0.047s] oximeter-db model::tests::test_unroll_from_source
44812024-01-05T17:59:17.354Z PASS [ 0.312s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
44822024-01-05T17:59:17.387Z PASS [ 0.043s] oximeter-db model::tests::test_unroll_measurement_row
44832024-01-05T17:59:17.400Z PASS [ 0.047s] oximeter-db model::tests::test_unroll_missing_measurement_row
44842024-01-05T17:59:17.423Z PASS [ 0.036s] oximeter-db query::tests::test_field_cmp
44852024-01-05T17:59:17.434Z PASS [ 0.034s] oximeter-db query::tests::test_field_selector_as_query
44862024-01-05T17:59:17.461Z PASS [ 0.038s] oximeter-db query::tests::test_field_value_as_db_str
44872024-01-05T17:59:17.503Z PASS [ 0.065s] oximeter-db query::tests::test_select_query_builder_field_selectors
44882024-01-05T17:59:17.554Z PASS [ 0.050s] oximeter-db query::tests::test_select_query_builder_from_parts
44892024-01-05T17:59:17.561Z PASS [ 0.100s] oximeter-db query::tests::test_select_query_builder_filter_raw
44902024-01-05T17:59:17.608Z PASS [ 0.046s] oximeter-db query::tests::test_select_query_builder_limit_offset
44912024-01-05T17:59:17.622Z PASS [ 0.071s] oximeter-db query::tests::test_select_query_builder_full
44922024-01-05T17:59:17.674Z PASS [ 0.061s] oximeter-db query::tests::test_select_query_builder_no_fields
44932024-01-05T17:59:17.683Z PASS [ 0.062s] oximeter-db query::tests::test_select_query_builder_no_selectors
44942024-01-05T17:59:17.725Z PASS [ 0.038s] oximeter-db query::tests::test_time_range
44952024-01-05T17:59:17.753Z PASS [ 0.085s] oximeter-db query::tests::test_string_field_selector
44962024-01-05T17:59:17.775Z PASS [ 0.053s] oximeter-db sql::tests::test_allow_limit_offset
44972024-01-05T17:59:17.808Z PASS [ 0.053s] oximeter-db sql::tests::test_allow_subqueries
44982024-01-05T17:59:17.826Z PASS [ 0.049s] oximeter-db sql::tests::test_cannot_name_database
44992024-01-05T17:59:17.858Z PASS [ 0.051s] oximeter-db sql::tests::test_ctes_are_not_supported
45002024-01-05T17:59:17.879Z PASS [ 0.056s] oximeter-db sql::tests::test_function_allow_list
45012024-01-05T17:59:17.933Z PASS [ 0.052s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
45022024-01-05T17:59:17.951Z PASS [ 0.094s] oximeter-db sql::tests::test_join_must_be_inner
45032024-01-05T17:59:17.992Z PASS [ 0.062s] oximeter-db sql::tests::test_query_must_be_select_statement
45042024-01-05T17:59:18.008Z PASS [ 0.055s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
45052024-01-05T17:59:18.057Z PASS [ 0.065s] oximeter-db sql::tests::test_require_table_is_timeseries_name
45062024-01-05T17:59:18.067Z PASS [ 0.061s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
45072024-01-05T17:59:18.107Z PASS [ 0.041s] oximeter-db tests::test_timeseries_key_field_stability
45082024-01-05T17:59:18.118Z PASS [ 0.059s] oximeter-db sql::tests::test_with_comma_join_fails
45092024-01-05T17:59:18.144Z PASS [ 0.037s] oximeter-db tests::test_timeseries_key_sample_stability
45102024-01-05T17:59:18.162Z PASS [ 0.046s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
45112024-01-05T17:59:18.291Z PASS [ 0.099s] oximeter-instruments http::tests::test_normalize_uri_path
45122024-01-05T17:59:18.295Z PASS [ 0.127s] oximeter-instruments http::tests::test_latency_tracker
45132024-01-05T17:59:18.371Z PASS [ 0.099s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
45142024-01-05T17:59:18.381Z PASS [ 0.118s] oximeter-instruments kstat::link::tests::test_kstat_sampler
45152024-01-05T17:59:18.457Z PASS [ 0.085s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
45162024-01-05T17:59:18.465Z PASS [ 0.086s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
45172024-01-05T17:59:18.590Z PASS [ 0.128s] oximeter-instruments kstat::link::tests::test_physical_datalink
45182024-01-05T17:59:18.594Z PASS [ 0.131s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
45192024-01-05T17:59:18.646Z PASS [ 0.045s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
45202024-01-05T17:59:18.690Z PASS [ 0.036s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
45212024-01-05T17:59:18.695Z PASS [ 0.105s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
45222024-01-05T17:59:18.716Z PASS [ 0.038s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
45232024-01-05T17:59:18.724Z PASS [ 0.036s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
45242024-01-05T17:59:18.738Z PASS [ 2.830s] oximeter-db client::tests::test_sql_query_output
45252024-01-05T17:59:18.747Z PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
45262024-01-05T17:59:18.759Z PASS [ 0.034s] oximeter-macro-impl tests::test_metric_annotated_field
45272024-01-05T17:59:18.773Z PASS [ 0.036s] oximeter-macro-impl tests::test_metric_datum_field
45282024-01-05T17:59:18.782Z PASS [ 0.034s] oximeter-macro-impl tests::test_metric_enum
45292024-01-05T17:59:18.790Z PASS [ 0.032s] oximeter-macro-impl tests::test_metric_without_datum_field
45302024-01-05T17:59:18.801Z PASS [ 0.028s] oximeter-macro-impl tests::test_target
45312024-01-05T17:59:18.816Z PASS [ 0.033s] oximeter-macro-impl tests::test_target_empty_struct
45322024-01-05T17:59:18.829Z PASS [ 0.035s] oximeter-macro-impl tests::test_target_enum
45332024-01-05T17:59:18.870Z PASS [ 0.038s] oximeter-macro-impl tests::test_target_unit_struct
45342024-01-05T17:59:18.870Z PASS [ 0.053s] oximeter-macro-impl tests::test_target_with_datum_field
45352024-01-05T17:59:18.898Z PASS [ 0.073s] sled-hardware disk::test::test_disk_paths
45362024-01-05T17:59:18.908Z PASS [ 0.067s] sled-hardware disk::test::test_partition_device_paths
45372024-01-05T17:59:18.936Z PASS [ 0.065s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
45382024-01-05T17:59:18.945Z PASS [ 0.048s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
45392024-01-05T17:59:18.961Z PASS [ 0.047s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
45402024-01-05T17:59:19.003Z PASS [ 0.054s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
45412024-01-05T17:59:19.062Z PASS [ 0.074s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
45422024-01-05T17:59:19.063Z PASS [ 0.066s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
45432024-01-05T17:59:19.128Z PASS [ 0.052s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
45442024-01-05T17:59:19.128Z PASS [ 0.085s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
45452024-01-05T17:59:19.132Z PASS [ 0.068s] sled-storage dataset::test::serialize_dataset_name
45462024-01-05T17:59:19.185Z PASS [ 0.114s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued
45472024-01-05T17:59:19.496Z PASS [ 22.090s] omicron-omdb::test_all_output test_omdb_success_cases
45482024-01-05T17:59:20.790Z PASS [ 1.689s] sled-storage manager::tests::ensure_u2_gets_added_to_resources
45492024-01-05T17:59:20.893Z PASS [ 1.805s] sled-storage manager::tests::delete_disk_triggers_notification
45502024-01-05T17:59:21.040Z PASS [ 1.546s] sled-storage manager::tests::queued_disks_get_added_as_resources
45512024-01-05T17:59:21.047Z PASS [ 20.344s] omicron-passwords test::test_smoke
45522024-01-05T17:59:22.311Z PASS [ 1.268s] sled-storage manager::tests::wait_for_bootdisk
45532024-01-05T17:59:22.424Z PASS [ 1.636s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
45542024-01-05T17:59:22.534Z PASS [ 1.639s] sled-storage manager::tests::upsert_filesystem
45552024-01-05T17:59:22.578Z PASS [ 0.045s] tufaceous-lib archive::tests::test_validate_path
45562024-01-05T17:59:22.621Z PASS [ 0.045s] tufaceous-lib key::tests::test_from_str
45572024-01-05T17:59:22.748Z PASS [ 0.127s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
45582024-01-05T17:59:22.951Z PASS [ 0.639s] tufaceous::integration-tests command_tests::test_init_and_add
45592024-01-05T17:59:22.982Z PASS [ 1.933s] tufaceous::integration-tests command_tests::test_assemble_fake
45602024-01-05T17:59:23.097Z PASS [ 0.126s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
45612024-01-05T17:59:23.191Z PASS [ 0.113s] update-engine display::group_display::tests::test_stats
45622024-01-05T17:59:23.221Z PASS [ 0.034s] update-engine display::line_display_shared::tests::test_format_progress_counter
45632024-01-05T17:59:23.261Z PASS [ 0.038s] update-engine engine::tests::error_exits_early
45642024-01-05T17:59:23.306Z PASS [ 0.045s] update-engine events::tests::progress_event_parse_unknown
45652024-01-05T17:59:23.342Z PASS [ 0.037s] update-engine events::tests::step_event_parse_unknown
45662024-01-05T17:59:23.410Z PASS [ 0.065s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
45672024-01-05T17:59:23.415Z PASS [ 0.437s] update-engine buffer::tests::test_buffer
45682024-01-05T17:59:23.452Z PASS [ 0.036s] wicket state::inventory::tests::component_id_display
45692024-01-05T17:59:23.625Z PASS [ 0.180s] wicketd installinator_progress::tests::test_states
45702024-01-05T17:59:23.661Z PASS [ 0.242s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
45712024-01-05T17:59:23.953Z PASS [ 1.527s] tufaceous::manifest-tests check_manifest::fake.toml
45722024-01-05T17:59:24.563Z PASS [ 16.347s] omicron-test-utils dev::db::test::test_setup_database_default_dir
45732024-01-05T17:59:24.587Z PASS [ 1.838s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
45742024-01-05T17:59:24.700Z PASS [ 1.084s] wicketd::mod integration_tests::commands::test_wicketd_openapi
45752024-01-05T17:59:25.196Z PASS [ 1.543s] wicketd::mod integration_tests::inventory::test_inventory
45762024-01-05T17:59:27.097Z PASS [ 2.542s] wicketd::mod integration_tests::updates::test_update_races
45772024-01-05T17:59:28.285Z PASS [ 3.706s] wicketd::mod integration_tests::updates::test_updates
45782024-01-05T17:59:28.519Z PASS [ 4.577s] wicketd::mod integration_tests::updates::test_installinator_fetch
45792024-01-05T17:59:29.831Z PASS [ 10.654s] sled-storage manager::tests::ensure_using_exactly_these_disks
45802024-01-05T17:59:32.487Z PASS [ 16.597s] oximeter-db client::tests::test_single_node
45812024-01-05T17:59:34.547Z PASS [ 19.296s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
45822024-01-05T18:00:34.545Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
45832024-01-05T18:01:34.542Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
45842024-01-05T18:02:34.540Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
45852024-01-05T18:03:34.538Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
45862024-01-05T18:04:34.537Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
45872024-01-05T18:05:34.534Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
45882024-01-05T18:06:34.545Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
45892024-01-05T18:07:00.179Z PASS [ 445.659s] oximeter-db client::tests::test_replicated
45902024-01-05T18:07:00.182Z------------
45912024-01-05T18:07:00.182Z Summary [1810.108s] 1010 tests run: 1010 passed (13 slow, 1 leaky), 3 skipped
45922024-01-05T18:07:00.214Z
45932024-01-05T18:07:00.217Zreal 30:21.265213879
45942024-01-05T18:07:00.217Zuser 2:09:48.201231905
45952024-01-05T18:07:00.217Zsys 38:03.063775729
45962024-01-05T18:07:00.217Ztrap 2:41.520306555
45972024-01-05T18:07:00.217Ztflt 6.381059870
45982024-01-05T18:07:00.217Zdflt 19.763609803
45992024-01-05T18:07:00.217Zkflt 0.219360767
46002024-01-05T18:07:00.217Zlock 606:33:26.943940986
46012024-01-05T18:07:00.218Zslp 33:54:07.166262931
46022024-01-05T18:07:00.218Zlat 1:47:19.232226808
46032024-01-05T18:07:00.218Zstop 21:28.187642774
46042024-01-05T18:07:00.218Z
46052024-01-05T18:07:00.218Z ##### #### #### ##### ###### #### #####
46062024-01-05T18:07:00.218Z # # # # # # # # # #
46072024-01-05T18:07:00.218Z # # # # # # ##### #### #
46082024-01-05T18:07:00.218Z # # # # # # # # #
46092024-01-05T18:07:00.218Z # # # # # # # # # # #
46102024-01-05T18:07:00.219Z ##### #### #### # ###### #### #
46112024-01-05T18:07:00.219Z
46122024-01-05T18:07:01.432Z Fresh unicode-ident v1.0.12
46132024-01-05T18:07:01.437Z Fresh cfg-if v1.0.0
46142024-01-05T18:07:01.437Z Fresh autocfg v1.1.0
46152024-01-05T18:07:01.437Z Fresh version_check v0.9.4
46162024-01-05T18:07:01.437Z Fresh proc-macro2 v1.0.74
46172024-01-05T18:07:01.437Z Fresh memchr v2.6.3
46182024-01-05T18:07:01.437Z Fresh log v0.4.20
46192024-01-05T18:07:01.437Z Fresh scopeguard v1.2.0
46202024-01-05T18:07:01.437Z Fresh once_cell v1.19.0
46212024-01-05T18:07:01.437Z Fresh quote v1.0.35
46222024-01-05T18:07:01.438Z Fresh libc v0.2.151
46232024-01-05T18:07:01.438Z Fresh smallvec v1.11.2
46242024-01-05T18:07:01.438Z Fresh itoa v1.0.9
46252024-01-05T18:07:01.438Z Fresh syn v2.0.46
46262024-01-05T18:07:01.438Z Fresh getrandom v0.2.10
46272024-01-05T18:07:01.438Z Fresh syn v1.0.109
46282024-01-05T18:07:01.438Z Fresh serde_derive v1.0.193
46292024-01-05T18:07:01.438Z Fresh lock_api v0.4.10
46302024-01-05T18:07:01.438Z Fresh parking_lot_core v0.9.8
46312024-01-05T18:07:01.438Z Fresh libm v0.2.7
46322024-01-05T18:07:01.438Z Fresh byteorder v1.5.0
46332024-01-05T18:07:01.438Z Fresh thiserror-impl v1.0.49
46342024-01-05T18:07:01.438Z Fresh spin v0.5.2
46352024-01-05T18:07:01.438Z Fresh serde v1.0.193
46362024-01-05T18:07:01.438Z Fresh parking_lot v0.12.1
46372024-01-05T18:07:01.438Z Fresh num-traits v0.2.16
46382024-01-05T18:07:01.439Z Fresh thiserror v1.0.49
46392024-01-05T18:07:01.439Z Fresh cc v1.0.83
46402024-01-05T18:07:01.439Z Fresh pin-project-lite v0.2.13
46412024-01-05T18:07:01.439Z Fresh signal-hook-registry v1.4.1
46422024-01-05T18:07:01.439Z Fresh rand_core v0.6.4
46432024-01-05T18:07:01.439Z Fresh bytes v1.5.0
46442024-01-05T18:07:01.439Z Fresh bitflags v2.4.0
46452024-01-05T18:07:01.439Z Fresh mio v0.8.9
46462024-01-05T18:07:01.439Z Fresh ryu v1.0.15
46472024-01-05T18:07:01.439Z Fresh futures-core v0.3.30
46482024-01-05T18:07:01.439Z Fresh num_cpus v1.16.0
46492024-01-05T18:07:01.439Z Fresh zeroize_derive v1.4.2
46502024-01-05T18:07:01.439Z Fresh heck v0.4.1
46512024-01-05T18:07:01.439Z Fresh zeroize v1.7.0
46522024-01-05T18:07:01.439Z Fresh fnv v1.0.7
46532024-01-05T18:07:01.439Z Fresh tokio-macros v2.2.0
46542024-01-05T18:07:01.440Z Fresh socket2 v0.5.5
46552024-01-05T18:07:01.440Z Fresh futures-sink v0.3.30
46562024-01-05T18:07:01.440Z Fresh lazy_static v1.4.0
46572024-01-05T18:07:01.440Z Fresh serde_json v1.0.108
46582024-01-05T18:07:01.440Z Fresh tokio v1.35.0
46592024-01-05T18:07:01.440Z Fresh errno v0.3.2
46602024-01-05T18:07:01.440Z Fresh regex-syntax v0.8.2
46612024-01-05T18:07:01.440Z Fresh pin-utils v0.1.0
46622024-01-05T18:07:01.440Z Fresh equivalent v1.0.1
46632024-01-05T18:07:01.440Z Fresh hashbrown v0.14.2
46642024-01-05T18:07:01.440Z Fresh indexmap v2.1.0
46652024-01-05T18:07:01.440Z Fresh futures-channel v0.3.30
46662024-01-05T18:07:01.440Z Fresh futures-macro v0.3.30
46672024-01-05T18:07:01.440Z Fresh aho-corasick v1.0.4
46682024-01-05T18:07:01.440Z Fresh futures-io v0.3.30
46692024-01-05T18:07:01.440Z Fresh slab v0.4.9
46702024-01-05T18:07:01.440Z Fresh futures-task v0.3.30
46712024-01-05T18:07:01.440Z Fresh regex-automata v0.4.3
46722024-01-05T18:07:01.440Z Fresh iana-time-zone v0.1.57
46732024-01-05T18:07:01.440Z Fresh pkg-config v0.3.27
46742024-01-05T18:07:01.441Z Fresh subtle v2.5.0
46752024-01-05T18:07:01.441Z Fresh typenum v1.16.0
46762024-01-05T18:07:01.441Z Fresh futures-util v0.3.30
46772024-01-05T18:07:01.441Z Fresh regex v1.10.2
46782024-01-05T18:07:01.441Z Fresh chrono v0.4.31
46792024-01-05T18:07:01.441Z Fresh uuid v1.6.1
46802024-01-05T18:07:01.441Z Fresh tinyvec_macros v0.1.1
46812024-01-05T18:07:01.441Z Fresh spin v0.9.8
46822024-01-05T18:07:01.441Z Fresh generic-array v0.14.7
46832024-01-05T18:07:01.441Z Fresh tinyvec v1.6.0
46842024-01-05T18:07:01.441Z Fresh tracing-attributes v0.1.26
46852024-01-05T18:07:01.441Z Fresh tracing-core v0.1.31
46862024-01-05T18:07:01.441Z Fresh const-oid v0.9.5
46872024-01-05T18:07:01.441Z Fresh bitflags v1.3.2
46882024-01-05T18:07:01.446Z Fresh rustix v0.38.25
46892024-01-05T18:07:01.446Z Fresh crypto-common v0.1.6
46902024-01-05T18:07:01.447Z Fresh unicode-normalization v0.1.22
46912024-01-05T18:07:01.447Z Fresh tracing v0.1.37
46922024-01-05T18:07:01.447Z Fresh base64 v0.21.5
46932024-01-05T18:07:01.447Z Fresh http v0.2.11
46942024-01-05T18:07:01.448Z Fresh unicode-bidi v0.3.13
46952024-01-05T18:07:01.448Z Fresh semver v1.0.20
46962024-01-05T18:07:01.448Z Fresh serde_derive_internals v0.26.0
46972024-01-05T18:07:01.449Z Fresh unicode-width v0.1.11
46982024-01-05T18:07:01.449Z Fresh percent-encoding v2.3.1
46992024-01-05T18:07:01.449Z Fresh dyn-clone v1.0.13
47002024-01-05T18:07:01.449Z Fresh ppv-lite86 v0.2.17
47012024-01-05T18:07:01.449Z Fresh schemars_derive v0.8.16
47022024-01-05T18:07:01.449Z Fresh form_urlencoded v1.2.1
47032024-01-05T18:07:01.449Z Fresh rand_chacha v0.3.1
47042024-01-05T18:07:01.449Z Fresh block-buffer v0.10.4
47052024-01-05T18:07:01.449Z Fresh zerocopy-derive v0.7.31
47062024-01-05T18:07:01.449Z Fresh schemars v0.8.16
47072024-01-05T18:07:01.449Z Fresh rand v0.8.5
47082024-01-05T18:07:01.449Z Fresh vcpkg v0.2.15
47092024-01-05T18:07:01.449Z Fresh hashbrown v0.12.3
47102024-01-05T18:07:01.450Z Fresh either v1.9.0
47112024-01-05T18:07:01.450Z Fresh zerocopy v0.7.31
47122024-01-05T18:07:01.450Z Fresh digest v0.10.7
47132024-01-05T18:07:01.450Z Fresh indexmap v1.9.3
47142024-01-05T18:07:01.450Z Fresh httparse v1.8.0
47152024-01-05T18:07:01.450Z Fresh idna v0.5.0
47162024-01-05T18:07:01.450Z Fresh ucd-trie v0.1.6
47172024-01-05T18:07:01.450Z Fresh tokio-util v0.7.10
47182024-01-05T18:07:01.450Z Fresh toml_datetime v0.6.5
47192024-01-05T18:07:01.450Z Fresh pest v2.7.2
47202024-01-05T18:07:01.450Z Fresh url v2.5.0
47212024-01-05T18:07:01.451Z Fresh serde_spanned v0.6.4
47222024-01-05T18:07:01.451Z Fresh socket2 v0.4.9
47232024-01-05T18:07:01.452Z Fresh winnow v0.5.15
47242024-01-05T18:07:01.452Z Fresh adler v1.0.2
47252024-01-05T18:07:01.452Z Fresh ahash v0.8.6
47262024-01-05T18:07:01.452Z Fresh try-lock v0.2.4
47272024-01-05T18:07:01.452Z Fresh untrusted v0.7.1
47282024-01-05T18:07:01.452Z Fresh miniz_oxide v0.7.1
47292024-01-05T18:07:01.452Z Fresh httpdate v1.0.3
47302024-01-05T18:07:01.452Z Fresh strsim v0.10.0
47312024-01-05T18:07:01.452Z Fresh ring v0.16.20
47322024-01-05T18:07:01.452Z Fresh want v0.3.1
47332024-01-05T18:07:01.452Z Fresh h2 v0.3.21
47342024-01-05T18:07:01.452Z Fresh http-body v0.4.5
47352024-01-05T18:07:01.453Z Fresh untrusted v0.9.0
47362024-01-05T18:07:01.453Z Fresh cpufeatures v0.2.9
47372024-01-05T18:07:01.453Z Fresh tower-service v0.3.2
47382024-01-05T18:07:01.453Z Fresh foreign-types-shared v0.1.1
47392024-01-05T18:07:01.453Z Fresh openssl-probe v0.1.5
47402024-01-05T18:07:01.453Z Fresh async-trait v0.1.77
47412024-01-05T18:07:01.453Z Fresh hashbrown v0.13.2
47422024-01-05T18:07:01.453Z Fresh ring v0.17.7
47432024-01-05T18:07:01.453Z Fresh hyper v0.14.27
47442024-01-05T18:07:01.453Z Fresh foreign-types v0.3.2
47452024-01-05T18:07:01.453Z Fresh openssl-sys v0.9.96
47462024-01-05T18:07:01.453Z Fresh openssl-macros v0.1.1
47472024-01-05T18:07:01.453Z Fresh mime v0.3.17
47482024-01-05T18:07:01.454Z Fresh rustls-webpki v0.101.7
47492024-01-05T18:07:01.454Z Fresh openssl v0.10.60
47502024-01-05T18:07:01.454Z Fresh sct v0.7.0
47512024-01-05T18:07:01.454Z Fresh rustc_version v0.4.0
47522024-01-05T18:07:01.454Z Fresh ipnet v2.8.0
47532024-01-05T18:07:01.454Z Fresh toml_edit v0.19.15
47542024-01-05T18:07:01.454Z Fresh rustls v0.21.9
47552024-01-05T18:07:01.454Z Fresh rustls-pemfile v1.0.3
47562024-01-05T18:07:01.454Z Fresh gimli v0.28.0
47572024-01-05T18:07:01.454Z Fresh unicode-xid v0.2.4
47582024-01-05T18:07:01.454Z Fresh serde_urlencoded v0.7.1
47592024-01-05T18:07:01.455Z Fresh object v0.32.1
47602024-01-05T18:07:01.455Z Fresh addr2line v0.21.0
47612024-01-05T18:07:01.455Z Fresh native-tls v0.2.11
47622024-01-05T18:07:01.455Z Fresh tokio-rustls v0.24.1
47632024-01-05T18:07:01.455Z Fresh encoding_rs v0.8.33
47642024-01-05T18:07:01.455Z Fresh rustc-demangle v0.1.23
47652024-01-05T18:07:01.455Z Fresh rustls-native-certs v0.6.3
47662024-01-05T18:07:01.455Z Fresh backtrace v0.3.69
47672024-01-05T18:07:01.455Z Fresh tokio-native-tls v0.3.1
47682024-01-05T18:07:01.455Z Fresh utf8parse v0.2.1
47692024-01-05T18:07:01.455Z Fresh hyper-rustls v0.24.2
47702024-01-05T18:07:01.455Z Fresh hyper-tls v0.5.0
47712024-01-05T18:07:01.455Z Fresh anyhow v1.0.75
47722024-01-05T18:07:01.455Z Fresh openapiv3 v2.0.0
47732024-01-05T18:07:01.456Z Fresh base64ct v1.6.0
47742024-01-05T18:07:01.456Z Fresh webpki-roots v0.25.2
47752024-01-05T18:07:01.456Z Fresh crc32fast v1.3.2
47762024-01-05T18:07:01.456Z Fresh reqwest v0.11.22
47772024-01-05T18:07:01.457Z Fresh crossbeam-utils v0.8.16
47782024-01-05T18:07:01.457Z Fresh slog v2.7.0
47792024-01-05T18:07:01.457Z Fresh anstyle v1.0.2
47802024-01-05T18:07:01.457Z Fresh hex v0.4.3
47812024-01-05T18:07:01.457Z Fresh time-core v0.1.1
47822024-01-05T18:07:01.457Z Fresh pem-rfc7468 v0.7.0
47832024-01-05T18:07:01.457Z Fresh synstructure v0.12.6
47842024-01-05T18:07:01.457Z Fresh pest_meta v2.7.2
47852024-01-05T18:07:01.457Z Fresh io-lifetimes v1.0.11
47862024-01-05T18:07:01.457Z Fresh time-macros v0.2.13
47872024-01-05T18:07:01.458Z Fresh rustversion v1.0.14
47882024-01-05T18:07:01.463Z Fresh futures-executor v0.3.30
47892024-01-05T18:07:01.464Z Fresh der_derive v0.7.2
47902024-01-05T18:07:01.464Z Fresh flagset v0.4.3
47912024-01-05T18:07:01.464Z Fresh unicode-segmentation v1.10.1
47922024-01-05T18:07:01.464Z Fresh deranged v0.3.8
47932024-01-05T18:07:01.464Z Fresh num_threads v0.1.6
47942024-01-05T18:07:01.464Z Fresh num-integer v0.1.45
47952024-01-05T18:07:01.464Z Fresh rustix v0.37.23
47962024-01-05T18:07:01.464Z Fresh der v0.7.8
47972024-01-05T18:07:01.464Z Fresh pest_generator v2.7.2
47982024-01-05T18:07:01.464Z Fresh zerocopy-derive v0.2.0
47992024-01-05T18:07:01.464Z Fresh time v0.3.27
48002024-01-05T18:07:01.464Z Fresh flate2 v1.0.28
48012024-01-05T18:07:01.464Z Fresh anstyle-parse v0.2.1
48022024-01-05T18:07:01.465Z Fresh colorchoice v1.0.0
48032024-01-05T18:07:01.465Z Fresh anstyle-query v1.0.0
48042024-01-05T18:07:01.465Z Fresh siphasher v0.3.11
48052024-01-05T18:07:01.465Z Fresh pest_derive v2.7.2
48062024-01-05T18:07:01.465Z Fresh zerocopy v0.3.0
48072024-01-05T18:07:01.465Z Fresh anstream v0.5.0
48082024-01-05T18:07:01.465Z Fresh spki v0.7.2
48092024-01-05T18:07:01.465Z Fresh terminal_size v0.2.6
48102024-01-05T18:07:01.465Z Fresh futures v0.3.30
48112024-01-05T18:07:01.465Z Fresh bit-vec v0.6.3
48122024-01-05T18:07:01.465Z Fresh clap_lex v0.5.1
48132024-01-05T18:07:01.465Z Fresh clap_builder v4.4.2
48142024-01-05T18:07:01.465Z Fresh dtrace-parser v0.1.14
48152024-01-05T18:07:01.465Z Fresh dof v0.1.5
48162024-01-05T18:07:01.466Z Fresh toml v0.7.8
48172024-01-05T18:07:01.466Z Fresh toml_edit v0.21.0
48182024-01-05T18:07:01.466Z Fresh itertools v0.10.5
48192024-01-05T18:07:01.466Z Fresh clap_derive v4.4.2
48202024-01-05T18:07:01.466Z Fresh hash32 v0.2.1
48212024-01-05T18:07:01.466Z Fresh thread-id v4.2.0
48222024-01-05T18:07:01.466Z Fresh stable_deref_trait v1.2.0
48232024-01-05T18:07:01.466Z Fresh data-encoding v2.4.0
48242024-01-05T18:07:01.466Z Fresh pkcs8 v0.10.2
48252024-01-05T18:07:01.466Z Fresh strum_macros v0.25.2
48262024-01-05T18:07:01.466Z Fresh heapless v0.7.16
48272024-01-05T18:07:01.466Z Fresh usdt-impl v0.3.5
48282024-01-05T18:07:01.466Z Fresh clap v4.4.3
48292024-01-05T18:07:01.467Z Fresh serde_tokenstream v0.1.7
48302024-01-05T18:07:01.467Z Fresh zerocopy-derive v0.6.4
48312024-01-05T18:07:01.467Z Fresh fixedbitset v0.4.2
48322024-01-05T18:07:01.467Z Fresh managed v0.8.0
48332024-01-05T18:07:01.468Z Fresh zerocopy v0.6.4
48342024-01-05T18:07:01.468Z Fresh memoffset v0.9.0
48352024-01-05T18:07:01.468Z Fresh bit-set v0.5.3
48362024-01-05T18:07:01.468Z Fresh phf_shared v0.10.0
48372024-01-05T18:07:01.468Z Fresh petgraph v0.6.4
48382024-01-05T18:07:01.468Z Fresh sha2 v0.10.8
48392024-01-05T18:07:01.468Z Fresh ipnetwork v0.20.0
48402024-01-05T18:07:01.468Z Fresh minimal-lexical v0.2.1
48412024-01-05T18:07:01.468Z Fresh precomputed-hash v0.1.1
48422024-01-05T18:07:01.468Z Fresh new_debug_unreachable v1.0.4
48432024-01-05T18:07:01.468Z Fresh num-iter v0.1.43
48442024-01-05T18:07:01.469Z Fresh crossbeam-epoch v0.9.15
48452024-01-05T18:07:01.469Z Fresh nom v7.1.3
48462024-01-05T18:07:01.469Z Fresh string_cache v0.8.7
48472024-01-05T18:07:01.469Z Fresh usdt-macro v0.3.5
48482024-01-05T18:07:01.469Z Fresh usdt-attr-macro v0.3.5
48492024-01-05T18:07:01.469Z Fresh hmac v0.12.1
48502024-01-05T18:07:01.469Z Fresh itertools v0.11.0
48512024-01-05T18:07:01.469Z Fresh usdt v0.3.5
48522024-01-05T18:07:01.469Z Fresh pin-project-internal v1.1.3
48532024-01-05T18:07:01.469Z Fresh regex-automata v0.1.10
48542024-01-05T18:07:01.469Z Fresh lalrpop-util v0.19.12
48552024-01-05T18:07:01.469Z Fresh matches v0.1.10
48562024-01-05T18:07:01.469Z Fresh idna v0.2.3
48572024-01-05T18:07:01.470Z Fresh pin-project v1.1.3
48582024-01-05T18:07:01.470Z Fresh bzip2-sys v0.1.11+1.0.8
48592024-01-05T18:07:01.470Z Fresh bstr v0.2.17
48602024-01-05T18:07:01.470Z Fresh doc-comment v0.3.3
48612024-01-05T18:07:01.471Z Fresh block-padding v0.3.3
48622024-01-05T18:07:01.471Z Fresh enum-as-inner v0.5.1
48632024-01-05T18:07:01.471Z Fresh scheduled-thread-pool v0.2.7
48642024-01-05T18:07:01.471Z Fresh diesel_table_macro_syntax v0.1.0
48652024-01-05T18:07:01.471Z Fresh regex-automata v0.3.8
48662024-01-05T18:07:01.471Z Fresh static_assertions v1.1.0
48672024-01-05T18:07:01.471Z Fresh predicates-core v1.0.6
48682024-01-05T18:07:01.471Z Fresh bzip2 v0.4.4
48692024-01-05T18:07:01.471Z Fresh r2d2 v0.8.10
48702024-01-05T18:07:01.471Z Fresh bstr v1.6.0
48712024-01-05T18:07:01.471Z Fresh diesel_derives v2.1.2
48722024-01-05T18:07:01.472Z Fresh trust-dns-proto v0.22.0
48732024-01-05T18:07:01.472Z Fresh inout v0.1.3
48742024-01-05T18:07:01.472Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
48752024-01-05T18:07:01.472Z Fresh md-5 v0.10.5
48762024-01-05T18:07:01.472Z Fresh console v0.15.7
48772024-01-05T18:07:01.472Z Fresh stringprep v0.1.3
48782024-01-05T18:07:01.472Z Fresh ff v0.13.0
48792024-01-05T18:07:01.472Z Fresh snafu-derive v0.7.5
48802024-01-05T18:07:01.473Z Fresh float-cmp v0.9.0
48812024-01-05T18:07:01.473Z Fresh hubpack_derive v0.1.1
48822024-01-05T18:07:01.473Z Fresh normalize-line-endings v0.3.0
48832024-01-05T18:07:01.473Z Fresh difflib v0.4.0
48842024-01-05T18:07:01.474Z Fresh base16ct v0.2.0
48852024-01-05T18:07:01.474Z Fresh fallible-iterator v0.2.0
48862024-01-05T18:07:01.474Z Fresh group v0.13.0
48872024-01-05T18:07:01.474Z Fresh hubpack v0.1.2
48882024-01-05T18:07:01.479Z Fresh snafu v0.7.5
48892024-01-05T18:07:01.486Z Fresh num-bigint v0.4.4
48902024-01-05T18:07:01.486Z Fresh diesel v2.1.4
48912024-01-05T18:07:01.486Z Fresh postgres-protocol v0.6.6
48922024-01-05T18:07:01.487Z Fresh predicates v3.0.4
48932024-01-05T18:07:01.487Z Fresh sec1 v0.7.3
48942024-01-05T18:07:01.487Z Fresh smoltcp v0.9.1
48952024-01-05T18:07:01.487Z Fresh cipher v0.4.4
48962024-01-05T18:07:01.487Z Fresh zip v0.6.6
48972024-01-05T18:07:01.487Z Fresh similar v2.3.0
48982024-01-05T18:07:01.487Z Fresh hkdf v0.12.4
48992024-01-05T18:07:01.487Z Fresh phf_shared v0.11.2
49002024-01-05T18:07:01.487Z Fresh crypto-bigint v0.5.2
49012024-01-05T18:07:01.487Z Fresh serde_repr v0.1.16
49022024-01-05T18:07:01.487Z Fresh postgres-types v0.2.6
49032024-01-05T18:07:01.487Z Fresh yasna v0.5.2
49042024-01-05T18:07:01.488Z Fresh whoami v1.4.1
49052024-01-05T18:07:01.488Z Fresh tokio-stream v0.1.14
49062024-01-05T18:07:01.488Z Fresh serde_tokenstream v0.2.0
49072024-01-05T18:07:01.488Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
49082024-01-05T18:07:01.488Z Fresh elliptic-curve v0.13.8
49092024-01-05T18:07:01.488Z Fresh phf v0.11.2
49102024-01-05T18:07:01.488Z Fresh regress v0.7.1
49112024-01-05T18:07:01.488Z Fresh getopts v0.2.21
49122024-01-05T18:07:01.488Z Fresh unsafe-libyaml v0.2.10
49132024-01-05T18:07:01.488Z Fresh progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49142024-01-05T18:07:01.488Z Fresh fastrand v2.0.0
49152024-01-05T18:07:01.488Z Fresh tokio-postgres v0.7.10
49162024-01-05T18:07:01.489Z Fresh typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
49172024-01-05T18:07:01.490Z Fresh serde_yaml v0.9.25
49182024-01-05T18:07:01.490Z Fresh tempfile v3.8.1
49192024-01-05T18:07:01.490Z Fresh ident_case v1.0.1
49202024-01-05T18:07:01.490Z Fresh dirs-sys-next v0.1.2
49212024-01-05T18:07:01.490Z Fresh toml v0.8.8
49222024-01-05T18:07:01.490Z Fresh typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
49232024-01-05T18:07:01.490Z Fresh dirs-next v2.0.0
49242024-01-05T18:07:01.490Z Fresh match_cfg v0.1.0
49252024-01-05T18:07:01.490Z Fresh atty v0.2.14
49262024-01-05T18:07:01.490Z Fresh quick-error v1.2.3
49272024-01-05T18:07:01.490Z Fresh typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
49282024-01-05T18:07:01.490Z Fresh term v0.7.0
49292024-01-05T18:07:01.490Z Fresh camino v1.1.6
49302024-01-05T18:07:01.491Z Fresh hostname v0.3.1
49312024-01-05T18:07:01.491Z Fresh darling_core v0.20.3
49322024-01-05T18:07:01.491Z Fresh sha1 v0.10.6
49332024-01-05T18:07:01.491Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
49342024-01-05T18:07:01.491Z Fresh progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49352024-01-05T18:07:01.491Z Fresh paste v1.0.14
49362024-01-05T18:07:01.491Z Fresh darling_macro v0.20.3
49372024-01-05T18:07:01.491Z Fresh crossbeam-channel v0.5.8
49382024-01-05T18:07:01.491Z Fresh thread_local v1.1.7
49392024-01-05T18:07:01.491Z Fresh instant v0.1.12
49402024-01-05T18:07:01.491Z Fresh progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49412024-01-05T18:07:01.491Z Fresh darling v0.20.3
49422024-01-05T18:07:01.492Z Fresh strum v0.25.0
49432024-01-05T18:07:01.492Z Fresh take_mut v0.2.2
49442024-01-05T18:07:01.492Z Fresh debug-ignore v1.0.5
49452024-01-05T18:07:01.492Z Fresh slog-term v2.9.0
49462024-01-05T18:07:01.492Z Fresh progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49472024-01-05T18:07:01.493Z Fresh serde_with_macros v3.4.0
49482024-01-05T18:07:01.493Z Fresh slog-async v2.8.0
49492024-01-05T18:07:01.493Z Fresh slog-json v2.6.1
49502024-01-05T18:07:01.493Z Fresh async-stream-impl v0.3.5
49512024-01-05T18:07:01.493Z Fresh structmeta-derive v0.2.0
49522024-01-05T18:07:01.493Z Fresh wait-timeout v0.2.0
49532024-01-05T18:07:01.493Z Fresh atomic-waker v1.1.1
49542024-01-05T18:07:01.493Z Fresh serde_with v3.4.0
49552024-01-05T18:07:01.493Z Fresh slog-bunyan v2.4.0
49562024-01-05T18:07:01.493Z Fresh multer v2.1.0
49572024-01-05T18:07:01.493Z Fresh structmeta v0.2.0
49582024-01-05T18:07:01.493Z Fresh async-stream v0.3.5
49592024-01-05T18:07:01.493Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
49602024-01-05T18:07:01.494Z Fresh waitgroup v0.1.2
49612024-01-05T18:07:01.494Z Fresh serde_path_to_error v0.1.14
49622024-01-05T18:07:01.494Z Fresh rusty-fork v0.3.0
49632024-01-05T18:07:01.494Z Fresh rand_xorshift v0.3.0
49642024-01-05T18:07:01.494Z Fresh regex-syntax v0.7.5
49652024-01-05T18:07:01.494Z Fresh unarray v0.1.4
49662024-01-05T18:07:01.494Z Fresh backoff v0.4.0
49672024-01-05T18:07:01.494Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
49682024-01-05T18:07:01.494Z Fresh parse-display-derive v0.8.2
49692024-01-05T18:07:01.496Z Fresh proptest v1.4.0
49702024-01-05T18:07:01.496Z Fresh test-strategy v0.3.1
49712024-01-05T18:07:01.496Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
49722024-01-05T18:07:01.496Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
49732024-01-05T18:07:01.496Z Fresh macaddr v1.0.1
49742024-01-05T18:07:01.496Z Fresh is-terminal v0.4.9
49752024-01-05T18:07:01.496Z Fresh parse-display v0.8.2
49762024-01-05T18:07:01.496Z Fresh camino-tempfile v1.1.1
49772024-01-05T18:07:01.496Z Fresh proc-macro-crate v1.3.1
49782024-01-05T18:07:01.496Z Fresh cobs v0.2.3
49792024-01-05T18:07:01.496Z Fresh num_enum_derive v0.5.11
49802024-01-05T18:07:01.496Z Fresh embedded-io v0.4.0
49812024-01-05T18:07:01.497Z Fresh proc-macro-error-attr v1.0.4
49822024-01-05T18:07:01.497Z Fresh num_enum v0.5.11
49832024-01-05T18:07:01.497Z Fresh postcard v1.0.8
49842024-01-05T18:07:01.497Z Fresh smoltcp v0.10.0
49852024-01-05T18:07:01.497Z Fresh foreign-types-macros v0.2.3
49862024-01-05T18:07:01.497Z Fresh proc-macro-error v1.0.4
49872024-01-05T18:07:01.497Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
49882024-01-05T18:07:01.502Z Fresh foreign-types-shared v0.3.1
49892024-01-05T18:07:01.502Z Fresh termtree v0.4.1
49902024-01-05T18:07:01.502Z Fresh crucible-workspace-hack v0.1.0
49912024-01-05T18:07:01.502Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
49922024-01-05T18:07:01.503Z Fresh predicates-tree v1.0.9
49932024-01-05T18:07:01.503Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
49942024-01-05T18:07:01.503Z Fresh foreign-types v0.5.0
49952024-01-05T18:07:01.503Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
49962024-01-05T18:07:01.503Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
49972024-01-05T18:07:01.503Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
49982024-01-05T18:07:01.503Z Fresh cstr-argument v0.1.2
49992024-01-05T18:07:01.503Z Fresh pretty-hex v0.2.1
50002024-01-05T18:07:01.503Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
50012024-01-05T18:07:01.503Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
50022024-01-05T18:07:01.503Z Fresh colored v2.0.4
50032024-01-05T18:07:01.503Z Fresh zone_cfg_derive v0.3.0
50042024-01-05T18:07:01.503Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
50052024-01-05T18:07:01.503Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
50062024-01-05T18:07:01.503Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
50072024-01-05T18:07:01.503Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
50082024-01-05T18:07:01.503Z Fresh mockall_derive v0.12.0
50092024-01-05T18:07:01.503Z Fresh num-derive v0.4.0
50102024-01-05T18:07:01.503Z Fresh downcast v0.11.0
50112024-01-05T18:07:01.503Z Fresh fragile v2.0.0
50122024-01-05T18:07:01.504Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
50132024-01-05T18:07:01.504Z Fresh mockall v0.12.0
50142024-01-05T18:07:01.504Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
50152024-01-05T18:07:01.504Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
50162024-01-05T18:07:01.504Z Fresh zone v0.3.0
50172024-01-05T18:07:01.504Z Fresh smf v0.2.2
50182024-01-05T18:07:01.504Z Fresh filetime v0.2.23
50192024-01-05T18:07:01.505Z Fresh xattr v1.0.1
50202024-01-05T18:07:01.505Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
50212024-01-05T18:07:01.505Z Fresh tar v0.4.40
50222024-01-05T18:07:01.505Z Fresh heck v0.3.3
50232024-01-05T18:07:01.505Z Fresh textwrap v0.11.0
50242024-01-05T18:07:01.505Z Fresh same-file v1.0.6
50252024-01-05T18:07:01.505Z Fresh ansi_term v0.12.1
50262024-01-05T18:07:01.505Z Fresh strsim v0.8.0
50272024-01-05T18:07:01.505Z Fresh vec_map v0.8.2
50282024-01-05T18:07:01.505Z Fresh walkdir v2.4.0
50292024-01-05T18:07:01.505Z Fresh structopt-derive v0.4.18
50302024-01-05T18:07:01.505Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
50312024-01-05T18:07:01.505Z Fresh glob v0.3.1
50322024-01-05T18:07:01.505Z Fresh clap v2.34.0
50332024-01-05T18:07:01.505Z Fresh libefi-sys v0.1.0
50342024-01-05T18:07:01.505Z Fresh pem v3.0.2
50352024-01-05T18:07:01.505Z Fresh convert_case v0.4.0
50362024-01-05T18:07:01.505Z Fresh home v0.5.5
50372024-01-05T18:07:01.505Z Fresh password-hash v0.5.0
50382024-01-05T18:07:01.505Z Fresh blake2 v0.10.6
50392024-01-05T18:07:01.505Z Fresh structopt v0.3.26
50402024-01-05T18:07:01.505Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
50412024-01-05T18:07:01.505Z Fresh derive_more v0.99.17
50422024-01-05T18:07:01.505Z Fresh argon2 v0.5.2
50432024-01-05T18:07:01.505Z Fresh headers-core v0.2.0
50442024-01-05T18:07:01.506Z Fresh toml v0.5.11
50452024-01-05T18:07:01.506Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
50462024-01-05T18:07:01.506Z Fresh keccak v0.1.4
50472024-01-05T18:07:01.506Z Fresh swrite v0.1.0
50482024-01-05T18:07:01.506Z Fresh termcolor v1.2.0
50492024-01-05T18:07:01.506Z Fresh headers v0.3.9
50502024-01-05T18:07:01.506Z Fresh cancel-safe-futures v0.1.5
50512024-01-05T18:07:01.506Z Fresh sha3 v0.10.8
50522024-01-05T18:07:01.506Z Fresh signal-hook v0.3.17
50532024-01-05T18:07:01.506Z Fresh itertools v0.12.0
50542024-01-05T18:07:01.506Z Fresh secrecy v0.8.0
50552024-01-05T18:07:01.506Z Fresh ciborium-io v0.2.1
50562024-01-05T18:07:01.506Z Fresh half v1.8.2
50572024-01-05T18:07:01.506Z Fresh tap v1.0.1
50582024-01-05T18:07:01.506Z Fresh radium v0.7.0
50592024-01-05T18:07:01.506Z Fresh semver-parser v0.10.2
50602024-01-05T18:07:01.506Z Fresh libsw v3.3.1
50612024-01-05T18:07:01.506Z Fresh wyz v0.5.1
50622024-01-05T18:07:01.506Z Fresh ciborium-ll v0.2.1
50632024-01-05T18:07:01.506Z Fresh derive-where v1.2.7
50642024-01-05T18:07:01.506Z Fresh crc-catalog v2.2.0
50652024-01-05T18:07:01.506Z Fresh owo-colors v3.5.0
50662024-01-05T18:07:01.507Z Fresh funty v2.0.0
50672024-01-05T18:07:01.507Z Fresh linked-hash-map v0.5.6
50682024-01-05T18:07:01.507Z Fresh linear-map v1.2.0
50692024-01-05T18:07:01.507Z Fresh maybe-uninit v2.0.0
50702024-01-05T18:07:01.508Z Fresh ciborium v0.2.1
50712024-01-05T18:07:01.508Z Fresh crc v3.0.1
50722024-01-05T18:07:01.508Z Fresh lru-cache v0.1.2
50732024-01-05T18:07:01.508Z Fresh bitvec v1.0.1
50742024-01-05T18:07:01.508Z Fresh semver v0.11.0
50752024-01-05T18:07:01.508Z Fresh rcgen v0.11.3
50762024-01-05T18:07:01.508Z Fresh omicron-zone-package v0.9.1
50772024-01-05T18:07:01.508Z Fresh atomicwrites v0.4.3
50782024-01-05T18:07:01.508Z Fresh packed_struct_codegen v0.10.1
50792024-01-05T18:07:01.508Z Fresh subprocess v0.2.9
50802024-01-05T18:07:01.508Z Fresh nodrop v0.1.14
50812024-01-05T18:07:01.508Z Fresh packed_struct v0.10.1
50822024-01-05T18:07:01.508Z Fresh toolchain_find v0.2.0
50832024-01-05T18:07:01.509Z Fresh num-bigint-dig v0.8.4
50842024-01-05T18:07:01.509Z Fresh smallvec v0.6.14
50852024-01-05T18:07:01.509Z Fresh pkcs1 v0.7.5
50862024-01-05T18:07:01.509Z Fresh array-init v0.0.4
50872024-01-05T18:07:01.509Z Fresh signature v2.1.0
50882024-01-05T18:07:01.514Z Fresh bitfield v0.14.0
50892024-01-05T18:07:01.514Z Fresh rustfmt-wrapper v0.2.0
50902024-01-05T18:07:01.514Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
50912024-01-05T18:07:01.514Z Fresh env_logger v0.10.0
50922024-01-05T18:07:01.514Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
50932024-01-05T18:07:01.514Z Fresh serde-hex v0.1.0
50942024-01-05T18:07:01.514Z Fresh rsa v0.9.2
50952024-01-05T18:07:01.514Z Fresh x509-cert v0.2.4
50962024-01-05T18:07:01.514Z Fresh ron v0.8.1
50972024-01-05T18:07:01.515Z Fresh crc-any v2.4.3
50982024-01-05T18:07:01.516Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
50992024-01-05T18:07:01.516Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
51002024-01-05T18:07:01.516Z Fresh object v0.30.4
51012024-01-05T18:07:01.516Z Fresh arc-swap v1.6.0
51022024-01-05T18:07:01.516Z Fresh path-slash v0.1.5
51032024-01-05T18:07:01.516Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
51042024-01-05T18:07:01.516Z Fresh slog-scope v4.4.0
51052024-01-05T18:07:01.516Z Fresh slog-dtrace v0.2.3
51062024-01-05T18:07:01.516Z Fresh num-complex v0.4.4
51072024-01-05T18:07:01.516Z Fresh semver v0.1.20
51082024-01-05T18:07:01.516Z Fresh slog-stdlog v4.1.1
51092024-01-05T18:07:01.516Z Fresh rustc_version v0.1.7
51102024-01-05T18:07:01.516Z Fresh signal-hook-mio v0.2.3
51112024-01-05T18:07:01.516Z Fresh resolv-conf v0.7.0
51122024-01-05T18:07:01.516Z Fresh fxhash v0.2.1
51132024-01-05T18:07:01.517Z Fresh nibble_vec v0.1.0
51142024-01-05T18:07:01.517Z Fresh num-rational v0.4.1
51152024-01-05T18:07:01.517Z Fresh slog-envlogger v2.2.0
51162024-01-05T18:07:01.517Z Fresh display-error-chain v0.2.0
51172024-01-05T18:07:01.517Z Fresh endian-type v0.1.2
51182024-01-05T18:07:01.517Z Fresh utf-8 v0.7.6
51192024-01-05T18:07:01.517Z Fresh buf-list v1.0.3
51202024-01-05T18:07:01.517Z Fresh trust-dns-resolver v0.22.0
51212024-01-05T18:07:01.517Z Fresh num v0.4.1
51222024-01-05T18:07:01.517Z Fresh tungstenite v0.20.1
51232024-01-05T18:07:01.517Z Fresh radix_trie v0.2.1
51242024-01-05T18:07:01.517Z Fresh newline-converter v0.3.0
51252024-01-05T18:07:01.519Z Fresh tokio-tungstenite v0.20.1
51262024-01-05T18:07:01.519Z Fresh newtype_derive v0.1.6
51272024-01-05T18:07:01.519Z Fresh expectorate v1.1.0
51282024-01-05T18:07:01.519Z Fresh crossbeam-deque v0.8.3
51292024-01-05T18:07:01.519Z Fresh steno v0.4.0
51302024-01-05T18:07:01.519Z Fresh signature v1.6.4
51312024-01-05T18:07:01.519Z Fresh rayon-core v1.12.0
51322024-01-05T18:07:01.519Z Fresh memoffset v0.7.1
51332024-01-05T18:07:01.519Z Fresh ed25519 v1.5.3
51342024-01-05T18:07:01.519Z Fresh globset v0.4.13
51352024-01-05T18:07:01.519Z Fresh olpc-cjson v0.1.3
51362024-01-05T18:07:01.519Z Fresh serde_plain v1.0.2
51372024-01-05T18:07:01.519Z Fresh async-recursion v1.0.5
51382024-01-05T18:07:01.519Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
51392024-01-05T18:07:01.519Z Fresh vte_generate_state_changes v0.1.1
51402024-01-05T18:07:01.519Z Fresh typed-path v0.7.0
51412024-01-05T18:07:01.519Z Fresh arrayvec v0.5.2
51422024-01-05T18:07:01.519Z Fresh vte v0.10.1
51432024-01-05T18:07:01.520Z Fresh tough v0.16.0
51442024-01-05T18:07:01.520Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
51452024-01-05T18:07:01.520Z Fresh platforms v3.0.2
51462024-01-05T18:07:01.520Z Fresh salty v0.2.0
51472024-01-05T18:07:01.520Z Fresh rayon v1.8.0
51482024-01-05T18:07:01.520Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
51492024-01-05T18:07:01.520Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
51502024-01-05T18:07:01.520Z Fresh fd-lock v3.0.13
51512024-01-05T18:07:01.520Z Fresh serde-big-array v0.5.1
51522024-01-05T18:07:01.521Z Fresh serde-big-array v0.4.1
51532024-01-05T18:07:01.521Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
51542024-01-05T18:07:01.521Z Fresh diff v0.1.13
51552024-01-05T18:07:01.521Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
51562024-01-05T18:07:01.521Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
51572024-01-05T18:07:01.521Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
51582024-01-05T18:07:01.521Z Fresh parking_lot_core v0.8.6
51592024-01-05T18:07:01.521Z Fresh crunchy v0.2.2
51602024-01-05T18:07:01.522Z Fresh unicase v2.7.0
51612024-01-05T18:07:01.522Z Fresh strip-ansi-escapes v0.1.1
51622024-01-05T18:07:01.522Z Fresh prettyplease v0.2.16
51632024-01-05T18:07:01.522Z Fresh crossterm v0.26.1
51642024-01-05T18:07:01.522Z Fresh signal-hook-tokio v0.3.1
51652024-01-05T18:07:01.522Z Fresh darling_core v0.14.4
51662024-01-05T18:07:01.522Z Fresh corncobs v0.1.3
51672024-01-05T18:07:01.522Z Fresh nu-ansi-term v0.49.0
51682024-01-05T18:07:01.522Z Fresh tiny-keccak v2.0.2
51692024-01-05T18:07:01.522Z Fresh darling_macro v0.14.4
51702024-01-05T18:07:01.522Z Fresh reedline v0.22.0
51712024-01-05T18:07:01.522Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
51722024-01-05T18:07:01.522Z Fresh parking_lot v0.11.2
51732024-01-05T18:07:01.522Z Fresh fs-err v2.11.0
51742024-01-05T18:07:01.522Z Fresh trust-dns-client v0.22.0
51752024-01-05T18:07:01.522Z Fresh ascii-canvas v3.0.0
51762024-01-05T18:07:01.522Z Fresh universal-hash v0.5.1
51772024-01-05T18:07:01.522Z Fresh bytesize v1.3.0
51782024-01-05T18:07:01.522Z Fresh curve25519-dalek-derive v0.1.0
51792024-01-05T18:07:01.522Z Fresh thiserror-impl-no-std v2.0.2
51802024-01-05T18:07:01.522Z Fresh ena v0.14.2
51812024-01-05T18:07:01.522Z Fresh libloading v0.7.4
51822024-01-05T18:07:01.522Z Fresh bytecount v0.6.3
51832024-01-05T18:07:01.522Z Fresh regex-syntax v0.6.29
51842024-01-05T18:07:01.522Z Fresh opaque-debug v0.3.0
51852024-01-05T18:07:01.523Z Fresh trust-dns-server v0.22.1
51862024-01-05T18:07:01.523Z Fresh clang-sys v1.6.1
51872024-01-05T18:07:01.523Z Fresh lalrpop v0.19.12
51882024-01-05T18:07:01.528Z Fresh papergrid v0.10.0
51892024-01-05T18:07:01.529Z Fresh poly1305 v0.8.0
51902024-01-05T18:07:01.529Z Fresh curve25519-dalek v4.1.1
51912024-01-05T18:07:01.529Z Fresh thiserror-no-std v2.0.2
51922024-01-05T18:07:01.529Z Fresh darling v0.14.4
51932024-01-05T18:07:01.529Z Fresh portable-atomic v1.4.3
51942024-01-05T18:07:01.529Z Fresh sled v0.34.7
51952024-01-05T18:07:01.529Z Fresh tabled_derive v0.6.0
51962024-01-05T18:07:01.529Z Fresh chacha20 v0.9.1
51972024-01-05T18:07:01.529Z Fresh cexpr v0.6.0
51982024-01-05T18:07:01.529Z Fresh which v4.4.0
51992024-01-05T18:07:01.529Z Fresh aead v0.5.2
52002024-01-05T18:07:01.529Z Fresh nix v0.26.4
52012024-01-05T18:07:01.529Z Fresh kstat-rs v0.2.3
52022024-01-05T18:07:01.529Z Fresh sqlparser_derive v0.1.1
52032024-01-05T18:07:01.529Z Fresh number_prefix v0.4.0
52042024-01-05T18:07:01.530Z Fresh shlex v1.1.0
52052024-01-05T18:07:01.530Z Fresh lazycell v1.3.0
52062024-01-05T18:07:01.530Z Fresh pretty-hex v0.4.0
52072024-01-05T18:07:01.530Z Fresh unicode_categories v0.1.1
52082024-01-05T18:07:01.530Z Fresh rustc-hash v1.1.0
52092024-01-05T18:07:01.530Z Fresh peeking_take_while v0.1.2
52102024-01-05T18:07:01.530Z Fresh bindgen v0.65.1
52112024-01-05T18:07:01.531Z Fresh indicatif v0.17.7
52122024-01-05T18:07:01.531Z Fresh sqlformat v0.2.3
52132024-01-05T18:07:01.531Z Fresh tabled v0.14.0
52142024-01-05T18:07:01.531Z Fresh chacha20poly1305 v0.10.1
52152024-01-05T18:07:01.531Z Fresh sqlparser v0.36.1
52162024-01-05T18:07:01.531Z Fresh rustyline v12.0.0
52172024-01-05T18:07:01.531Z Fresh mime_guess v2.0.4
52182024-01-05T18:07:01.531Z Fresh derive_builder_core v0.12.0
52192024-01-05T18:07:01.531Z Fresh vsss-rs v3.3.2
52202024-01-05T18:07:01.531Z Fresh bcs v0.1.6
52212024-01-05T18:07:01.531Z Fresh ref-cast-impl v1.0.20
52222024-01-05T18:07:01.531Z Fresh humantime v2.1.0
52232024-01-05T18:07:01.531Z Fresh highway v1.1.0
52242024-01-05T18:07:01.531Z Fresh ref-cast v1.0.20
52252024-01-05T18:07:01.531Z Fresh derive_builder_macro v0.12.0
52262024-01-05T18:07:01.531Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
52272024-01-05T18:07:01.531Z Fresh crossterm v0.27.0
52282024-01-05T18:07:01.531Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
52292024-01-05T18:07:01.531Z Fresh strum_macros v0.24.3
52302024-01-05T18:07:01.531Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
52312024-01-05T18:07:01.531Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
52322024-01-05T18:07:01.531Z Fresh indoc v1.0.9
52332024-01-05T18:07:01.531Z Fresh indoc v2.0.3
52342024-01-05T18:07:01.531Z Fresh cassowary v0.3.0
52352024-01-05T18:07:01.531Z Fresh is_ci v1.1.1
52362024-01-05T18:07:01.532Z Fresh maplit v1.0.2
52372024-01-05T18:07:01.532Z Fresh http-range v0.1.5
52382024-01-05T18:07:01.532Z Fresh polar-core v0.27.0
52392024-01-05T18:07:01.532Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
52402024-01-05T18:07:01.532Z Fresh supports-color v2.1.0
52412024-01-05T18:07:01.532Z Fresh ratatui v0.23.0
52422024-01-05T18:07:01.532Z Fresh hyper-staticfile v0.9.5
52432024-01-05T18:07:01.532Z Fresh derive_builder v0.12.0
52442024-01-05T18:07:01.532Z Fresh libxml v0.3.3
52452024-01-05T18:07:01.532Z Fresh bb8 v0.8.1
52462024-01-05T18:07:01.532Z Fresh quick-xml v0.23.1
52472024-01-05T18:07:01.532Z Fresh oso-derive v0.27.0
52482024-01-05T18:07:01.532Z Fresh impl-trait-for-tuples v0.2.2
52492024-01-05T18:07:01.532Z Fresh rtoolbox v0.0.1
52502024-01-05T18:07:01.532Z Fresh smawk v0.3.1
52512024-01-05T18:07:01.532Z Fresh assert_matches v1.5.0
52522024-01-05T18:07:01.534Z Fresh unicode-linebreak v0.1.5
52532024-01-05T18:07:01.534Z Fresh textwrap v0.16.0
52542024-01-05T18:07:01.534Z Fresh oso v0.27.0
52552024-01-05T18:07:01.534Z Fresh rpassword v7.3.1
52562024-01-05T18:07:01.534Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
52572024-01-05T18:07:01.535Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
52582024-01-05T18:07:01.535Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
52592024-01-05T18:07:01.535Z Fresh cookie v0.18.0
52602024-01-05T18:07:01.535Z Fresh tui-tree-widget v0.13.0
52612024-01-05T18:07:01.535Z Fresh plotters-backend v0.3.5
52622024-01-05T18:07:01.535Z Fresh shell-words v1.1.0
52632024-01-05T18:07:01.535Z Fresh target-lexicon v0.12.12
52642024-01-05T18:07:01.535Z Fresh plotters-svg v0.3.5
52652024-01-05T18:07:01.535Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52662024-01-05T18:07:01.535Z Fresh cast v0.3.0
52672024-01-05T18:07:01.535Z Fresh yansi v0.5.1
52682024-01-05T18:07:01.535Z Fresh guppy-workspace-hack v0.1.0
52692024-01-05T18:07:01.535Z Fresh plotters v0.3.5
52702024-01-05T18:07:01.535Z Fresh cfg-expr v0.15.5
52712024-01-05T18:07:01.535Z Fresh criterion-plot v0.5.0
52722024-01-05T18:07:01.535Z Fresh pretty_assertions v1.4.0
52732024-01-05T18:07:01.535Z Fresh tinytemplate v1.2.1
52742024-01-05T18:07:01.535Z Fresh threadpool v1.8.1
52752024-01-05T18:07:01.535Z Fresh cargo-platform v0.1.3
52762024-01-05T18:07:01.535Z Fresh nanorand v0.7.0
52772024-01-05T18:07:01.535Z Fresh oorandom v11.1.3
52782024-01-05T18:07:01.535Z Fresh arrayvec v0.7.4
52792024-01-05T18:07:01.535Z Fresh arrayref v0.3.7
52802024-01-05T18:07:01.536Z Fresh relative-path v1.9.0
52812024-01-05T18:07:01.536Z Fresh anes v0.1.6
52822024-01-05T18:07:01.536Z Fresh constant_time_eq v0.2.6
52832024-01-05T18:07:01.537Z Fresh cargo_metadata v0.18.1
52842024-01-05T18:07:01.538Z Fresh flume v0.11.0
52852024-01-05T18:07:01.538Z Fresh criterion v0.5.1
52862024-01-05T18:07:01.538Z Fresh rstest_macros v0.18.2
52872024-01-05T18:07:01.538Z Fresh target-spec v3.0.1
52882024-01-05T18:07:01.543Z Fresh libtest-mimic v0.6.1
52892024-01-05T18:07:01.543Z Fresh blake2b_simd v1.0.1
52902024-01-05T18:07:01.543Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
52912024-01-05T18:07:01.543Z Fresh assert_cmd v2.0.12
52922024-01-05T18:07:01.543Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
52932024-01-05T18:07:01.543Z Fresh pathdiff v0.2.1
52942024-01-05T18:07:01.543Z Fresh fatfs v0.3.6
52952024-01-05T18:07:01.543Z Fresh basic-toml v0.1.4
52962024-01-05T18:07:01.543Z Fresh rand v0.4.6
52972024-01-05T18:07:01.543Z Fresh constant_time_eq v0.3.0
52982024-01-05T18:07:01.543Z Fresh remove_dir_all v0.5.3
52992024-01-05T18:07:01.543Z Fresh futures-timer v3.0.2
53002024-01-05T18:07:01.543Z Fresh nested v0.1.1
53012024-01-05T18:07:01.543Z Fresh topological-sort v0.2.2
53022024-01-05T18:07:01.543Z Fresh rust-argon2 v1.0.1
53032024-01-05T18:07:01.543Z Fresh rstest v0.18.2
53042024-01-05T18:07:01.544Z Fresh guppy v0.17.4
53052024-01-05T18:07:01.544Z Fresh trybuild v1.0.85
53062024-01-05T18:07:01.544Z Fresh tempdir v0.3.7
53072024-01-05T18:07:01.544Z Fresh datatest-stable v0.2.3
53082024-01-05T18:07:01.544Z Fresh partial-io v0.5.4
53092024-01-05T18:07:01.544Z Fresh httptest v0.15.5
53102024-01-05T18:07:01.545Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
53112024-01-05T18:07:01.545Z Fresh similar-asserts v1.5.0
53122024-01-05T18:07:01.545Z Fresh approx v0.5.1
53132024-01-05T18:07:01.545Z Fresh hex-literal v0.4.1
53142024-01-05T18:07:01.545Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
53152024-01-05T18:07:01.545Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
53162024-01-05T18:07:01.545Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
53172024-01-05T18:07:01.545Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53182024-01-05T18:07:01.545Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
53192024-01-05T18:07:01.546Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53202024-01-05T18:07:01.546Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
53212024-01-05T18:07:01.546Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53222024-01-05T18:07:01.546Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
53232024-01-05T18:07:01.546Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
53242024-01-05T18:07:01.546Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
53252024-01-05T18:07:01.546Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
53262024-01-05T18:07:01.546Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53272024-01-05T18:07:01.546Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
53282024-01-05T18:07:01.546Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
53292024-01-05T18:07:01.546Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
53302024-01-05T18:07:01.546Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53312024-01-05T18:07:01.546Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
53322024-01-05T18:07:01.548Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
53332024-01-05T18:07:01.548Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
53342024-01-05T18:07:01.548Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
53352024-01-05T18:07:01.548Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
53362024-01-05T18:07:01.548Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
53372024-01-05T18:07:01.548Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53382024-01-05T18:07:01.548Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53392024-01-05T18:07:01.548Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
53402024-01-05T18:07:01.548Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
53412024-01-05T18:07:01.548Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
53422024-01-05T18:07:01.548Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53432024-01-05T18:07:01.548Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
53442024-01-05T18:07:01.548Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
53452024-01-05T18:07:01.548Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
53462024-01-05T18:07:01.548Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
53472024-01-05T18:07:01.548Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
53482024-01-05T18:07:01.548Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
53492024-01-05T18:07:01.548Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53502024-01-05T18:07:01.548Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
53512024-01-05T18:07:01.548Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
53522024-01-05T18:07:01.548Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
53532024-01-05T18:07:01.549Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
53542024-01-05T18:07:01.549Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53552024-01-05T18:07:01.549Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53562024-01-05T18:07:01.549Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
53572024-01-05T18:07:01.549Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
53582024-01-05T18:07:01.549Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53592024-01-05T18:07:01.549Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53602024-01-05T18:07:01.549Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
53612024-01-05T18:07:01.549Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
53622024-01-05T18:07:01.550Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
53632024-01-05T18:07:01.550Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53642024-01-05T18:07:01.550Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53652024-01-05T18:07:01.550Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
53662024-01-05T18:07:01.550Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53672024-01-05T18:07:01.550Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
53682024-01-05T18:07:01.550Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53692024-01-05T18:07:01.550Z Finished test [unoptimized + debuginfo] target(s) in 1.16s
53702024-01-05T18:07:01.550Z Doc-tests authz-macros
53712024-01-05T18:07:01.550Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5f7cb7783dbb3b63.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18564ed0ba8c6898.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
53722024-01-05T18:07:01.768Z
53732024-01-05T18:07:01.768Zrunning 6 tests
53742024-01-05T18:07:01.772Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 102) ... ignored
53752024-01-05T18:07:01.772Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
53762024-01-05T18:07:01.772Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
53772024-01-05T18:07:01.772Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
53782024-01-05T18:07:01.772Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
53792024-01-05T18:07:01.772Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
53802024-01-05T18:07:01.772Z
53812024-01-05T18:07:01.778Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.01s
53822024-01-05T18:07:01.778Z
53832024-01-05T18:07:01.787Z Doc-tests bootstore
53842024-01-05T18:07:01.790Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0dfde3071895c0b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c9a4000fa488603b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a7a26427798f068d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
53852024-01-05T18:07:03.261Z
53862024-01-05T18:07:03.263Zrunning 0 tests
53872024-01-05T18:07:03.263Z
53882024-01-05T18:07:03.263Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53892024-01-05T18:07:03.263Z
53902024-01-05T18:07:03.291Z Doc-tests bootstrap-agent-client
53912024-01-05T18:07:03.295Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
53922024-01-05T18:07:04.306Z
53932024-01-05T18:07:04.306Zrunning 0 tests
53942024-01-05T18:07:04.306Z
53952024-01-05T18:07:04.306Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53962024-01-05T18:07:04.306Z
53972024-01-05T18:07:04.340Z Doc-tests db-macros
53982024-01-05T18:07:04.345Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-dca4a50145a0be59.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18564ed0ba8c6898.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
53992024-01-05T18:07:04.773Z
54002024-01-05T18:07:04.773Zrunning 3 tests
54012024-01-05T18:07:04.776Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
54022024-01-05T18:07:04.776Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
54032024-01-05T18:07:04.776Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
54042024-01-05T18:07:04.776Z
54052024-01-05T18:07:04.776Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
54062024-01-05T18:07:04.777Z
54072024-01-05T18:07:04.792Z Doc-tests ddm-admin-client
54082024-01-05T18:07:04.795Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name 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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib -C embed-bitcode=no -D warnings --error-format human`
54092024-01-05T18:07:05.248Z
54102024-01-05T18:07:05.248Zrunning 0 tests
54112024-01-05T18:07:05.248Z
54122024-01-05T18:07:05.249Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54132024-01-05T18:07:05.249Z
54142024-01-05T18:07:05.278Z Doc-tests dns-server
54152024-01-05T18:07:05.293Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-16f40f942467e829.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-3476403fa97ca780.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e68871cf11d894a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
54162024-01-05T18:07:05.949Z
54172024-01-05T18:07:05.950Zrunning 0 tests
54182024-01-05T18:07:05.950Z
54192024-01-05T18:07:05.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54202024-01-05T18:07:05.951Z
54212024-01-05T18:07:05.957Z Doc-tests dns-service-client
54222024-01-05T18:07:05.958Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -C embed-bitcode=no -D warnings --error-format human`
54232024-01-05T18:07:06.621Z
54242024-01-05T18:07:06.622Zrunning 0 tests
54252024-01-05T18:07:06.622Z
54262024-01-05T18:07:06.622Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54272024-01-05T18:07:06.622Z
54282024-01-05T18:07:06.622Z Doc-tests dpd-client
54292024-01-05T18:07:06.622Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
54302024-01-05T18:07:08.060Z
54312024-01-05T18:07:08.060Zrunning 0 tests
54322024-01-05T18:07:08.061Z
54332024-01-05T18:07:08.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54342024-01-05T18:07:08.061Z
54352024-01-05T18:07:08.068Z Doc-tests gateway-client
54362024-01-05T18:07:08.069Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
54372024-01-05T18:07:09.456Z
54382024-01-05T18:07:09.457Zrunning 0 tests
54392024-01-05T18:07:09.457Z
54402024-01-05T18:07:09.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54412024-01-05T18:07:09.457Z
54422024-01-05T18:07:09.490Z Doc-tests gateway-test-utils
54432024-01-05T18:07:09.496Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-faf4f145953ca02e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
54442024-01-05T18:07:10.220Z
54452024-01-05T18:07:10.220Zrunning 0 tests
54462024-01-05T18:07:10.220Z
54472024-01-05T18:07:10.220Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54482024-01-05T18:07:10.220Z
54492024-01-05T18:07:10.248Z Doc-tests illumos-utils
54502024-01-05T18:07:10.259Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-42d288ee9a79d69c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-8bf5b2351367fddb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7ff576ca943b7776.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d21af1bc1b8858ba.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human`
54512024-01-05T18:07:13.000Z
54522024-01-05T18:07:13.000Zrunning 0 tests
54532024-01-05T18:07:13.000Z
54542024-01-05T18:07:13.000Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54552024-01-05T18:07:13.000Z
54562024-01-05T18:07:13.064Z Doc-tests installinator
54572024-01-05T18:07:13.069Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-60e398886dd21970.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-160fe5ad74b3a167.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ba0c02d8d38bbc15.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3b2c98f499cc19d6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
54582024-01-05T18:07:14.080Z
54592024-01-05T18:07:14.080Zrunning 0 tests
54602024-01-05T18:07:14.080Z
54612024-01-05T18:07:14.083Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54622024-01-05T18:07:14.083Z
54632024-01-05T18:07:14.115Z Doc-tests installinator-artifact-client
54642024-01-05T18:07:14.122Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-160fe5ad74b3a167.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
54652024-01-05T18:07:15.372Z
54662024-01-05T18:07:15.372Zrunning 0 tests
54672024-01-05T18:07:15.372Z
54682024-01-05T18:07:15.372Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54692024-01-05T18:07:15.372Z
54702024-01-05T18:07:15.393Z Doc-tests installinator-artifactd
54712024-01-05T18:07:15.396Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-342f40aca5b1ffb5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
54722024-01-05T18:07:15.791Z
54732024-01-05T18:07:15.791Zrunning 0 tests
54742024-01-05T18:07:15.791Z
54752024-01-05T18:07:15.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54762024-01-05T18:07:15.791Z
54772024-01-05T18:07:15.816Z Doc-tests installinator-common
54782024-01-05T18:07:15.820Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib -C embed-bitcode=no -D warnings --error-format human`
54792024-01-05T18:07:16.426Z
54802024-01-05T18:07:16.426Zrunning 0 tests
54812024-01-05T18:07:16.426Z
54822024-01-05T18:07:16.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54832024-01-05T18:07:16.426Z
54842024-01-05T18:07:16.445Z Doc-tests internal-dns
54852024-01-05T18:07:16.449Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
54862024-01-05T18:07:16.839Z
54872024-01-05T18:07:16.839Zrunning 0 tests
54882024-01-05T18:07:16.839Z
54892024-01-05T18:07:16.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54902024-01-05T18:07:16.840Z
54912024-01-05T18:07:16.849Z Doc-tests ipcc-key-value
54922024-01-05T18:07:16.853Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ba0c02d8d38bbc15.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
54932024-01-05T18:07:17.249Z
54942024-01-05T18:07:17.249Zrunning 0 tests
54952024-01-05T18:07:17.249Z
54962024-01-05T18:07:17.249Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54972024-01-05T18:07:17.250Z
54982024-01-05T18:07:17.254Z Doc-tests key-manager
54992024-01-05T18:07:17.254Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c9a4000fa488603b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -C embed-bitcode=no -D warnings --error-format human`
55002024-01-05T18:07:17.528Z
55012024-01-05T18:07:17.529Zrunning 0 tests
55022024-01-05T18:07:17.529Z
55032024-01-05T18:07:17.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55042024-01-05T18:07:17.529Z
55052024-01-05T18:07:17.557Z Doc-tests mg-admin-client
55062024-01-05T18:07:17.593Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib -C embed-bitcode=no -D warnings --error-format human`
55072024-01-05T18:07:18.496Z
55082024-01-05T18:07:18.496Zrunning 0 tests
55092024-01-05T18:07:18.496Z
55102024-01-05T18:07:18.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55112024-01-05T18:07:18.497Z
55122024-01-05T18:07:18.500Z Doc-tests nexus-client
55132024-01-05T18:07:18.500Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
55142024-01-05T18:07:21.061Z
55152024-01-05T18:07:21.061Zrunning 0 tests
55162024-01-05T18:07:21.061Z
55172024-01-05T18:07:21.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55182024-01-05T18:07:21.061Z
55192024-01-05T18:07:21.107Z Doc-tests nexus-db-model
55202024-01-05T18:07:21.112Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-dca4a50145a0be59.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6d7a15a26cdc605c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-894d024716bfe9cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55212024-01-05T18:07:33.908Z
55222024-01-05T18:07:33.908Zrunning 2 tests
55232024-01-05T18:07:36.519Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
55242024-01-05T18:07:36.522Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
55252024-01-05T18:07:36.522Z
55262024-01-05T18:07:36.522Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.61s
55272024-01-05T18:07:36.522Z
55282024-01-05T18:07:36.732Z Doc-tests nexus-db-queries
55292024-01-05T18:07:36.736Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d45102f703ba12fa.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5f7cb7783dbb3b63.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-35c89687a786a03b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d6bffa1fea320d97.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-dca4a50145a0be59.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-f2c71f57e8ecabf2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6b754da398b51adb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f57693da220ff859.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7c125d0f8c714451.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-af16d404f1f77bfa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-78896da8828f10b8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-596714c07f4ec4d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55302024-01-05T18:07:40.250Z
55312024-01-05T18:07:40.250Zrunning 2 tests
55322024-01-05T18:07:40.287Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
55332024-01-05T18:07:57.745Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
55342024-01-05T18:07:57.746Z
55352024-01-05T18:07:57.746Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 17.50s
55362024-01-05T18:07:57.746Z
55372024-01-05T18:07:57.823Z Doc-tests nexus-defaults
55382024-01-05T18:07:57.827Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6d7a15a26cdc605c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib -C embed-bitcode=no -D warnings --error-format human`
55392024-01-05T18:07:58.110Z
55402024-01-05T18:07:58.110Zrunning 0 tests
55412024-01-05T18:07:58.110Z
55422024-01-05T18:07:58.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55432024-01-05T18:07:58.110Z
55442024-01-05T18:07:58.131Z Doc-tests nexus-inventory
55452024-01-05T18:07:58.134Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7c125d0f8c714451.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
55462024-01-05T18:07:58.520Z
55472024-01-05T18:07:58.520Zrunning 0 tests
55482024-01-05T18:07:58.520Z
55492024-01-05T18:07:58.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55502024-01-05T18:07:58.520Z
55512024-01-05T18:07:58.544Z Doc-tests nexus-types
55522024-01-05T18:07:58.547Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6046e43df96d55bc.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
55532024-01-05T18:08:02.078Z
55542024-01-05T18:08:02.078Zrunning 0 tests
55552024-01-05T18:08:02.078Z
55562024-01-05T18:08:02.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55572024-01-05T18:08:02.078Z
55582024-01-05T18:08:02.150Z Doc-tests omicron-certificates
55592024-01-05T18:08:02.154Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-894d024716bfe9cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -C embed-bitcode=no -D warnings --error-format human`
55602024-01-05T18:08:02.489Z
55612024-01-05T18:08:02.489Zrunning 0 tests
55622024-01-05T18:08:02.489Z
55632024-01-05T18:08:02.489Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55642024-01-05T18:08:02.489Z
55652024-01-05T18:08:02.512Z Doc-tests omicron-common
55662024-01-05T18:08:02.519Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6046e43df96d55bc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a3732bf1a4ab3611.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
55672024-01-05T18:08:05.103Z
55682024-01-05T18:08:05.103Zrunning 2 tests
55692024-01-05T18:08:05.107Ztest common/src/lib.rs - FileKv (line 59) ... ignored
55702024-01-05T18:08:12.422Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 582) ... ok
55712024-01-05T18:08:12.425Z
55722024-01-05T18:08:12.425Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.34s
55732024-01-05T18:08:12.425Z
55742024-01-05T18:08:12.484Z Doc-tests omicron-gateway
55752024-01-05T18:08:12.487Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4dd3a7d84337936b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ba0c02d8d38bbc15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-faf4f145953ca02e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8a68f68842e6c808.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2f09cdd141ca562e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
55762024-01-05T18:08:14.085Z
55772024-01-05T18:08:14.085Zrunning 0 tests
55782024-01-05T18:08:14.085Z
55792024-01-05T18:08:14.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55802024-01-05T18:08:14.085Z
55812024-01-05T18:08:14.130Z Doc-tests omicron-nexus
55822024-01-05T18:08:14.137Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d45102f703ba12fa.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-941b329ab40f1607.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-81f9ed1d3d8d012b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09968771c6160b65.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5e02786feba159c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-fbb263ab449f446a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6b754da398b51adb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-10da5b5348f727fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f57693da220ff859.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6d7a15a26cdc605c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-7c125d0f8c714451.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68015154cff0e6db.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-af16d404f1f77bfa.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8855743e052a7df3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-628317ee6024e91f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d918464ac566fa89.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5c429e0f0814e49f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-287d13610b493cdd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-596714c07f4ec4d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-1fc3a9fbe12b3df8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-b90d347b9823b95f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55832024-01-05T18:08:18.158Z
55842024-01-05T18:08:18.158Zrunning 5 tests
55852024-01-05T18:08:18.161Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 229) ... ignored
55862024-01-05T18:08:21.675Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 668) ... ok
55872024-01-05T18:08:21.681Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 740) ... ok
55882024-01-05T18:08:21.684Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 710) ... ok
55892024-01-05T18:08:21.687Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 646) ... ok
55902024-01-05T18:08:21.687Z
55912024-01-05T18:08:21.687Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.53s
55922024-01-05T18:08:21.687Z
55932024-01-05T18:08:21.763Z Doc-tests omicron-package
55942024-01-05T18:08:21.766Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-c68098bcd1440d8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-58689e169eaa8d6b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no -D warnings --error-format human`
55952024-01-05T18:08:22.039Z
55962024-01-05T18:08:22.039Zrunning 0 tests
55972024-01-05T18:08:22.039Z
55982024-01-05T18:08:22.039Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55992024-01-05T18:08:22.039Z
56002024-01-05T18:08:22.055Z Doc-tests omicron-passwords
56012024-01-05T18:08:22.059Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9a1186de1c324652.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-941b329ab40f1607.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1c9e49f2abbae76e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -C embed-bitcode=no -D warnings --error-format human`
56022024-01-05T18:08:22.208Z
56032024-01-05T18:08:22.208Zrunning 0 tests
56042024-01-05T18:08:22.208Z
56052024-01-05T18:08:22.208Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56062024-01-05T18:08:22.208Z
56072024-01-05T18:08:22.218Z Doc-tests omicron-rpaths
56082024-01-05T18:08:22.221Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5da72c6c71284407.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib -C embed-bitcode=no -D warnings --error-format human`
56092024-01-05T18:08:22.302Z
56102024-01-05T18:08:22.303Zrunning 0 tests
56112024-01-05T18:08:22.303Z
56122024-01-05T18:08:22.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56132024-01-05T18:08:22.303Z
56142024-01-05T18:08:22.310Z Doc-tests omicron-sled-agent
56152024-01-05T18:08:22.314Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-55a9202cde8b840e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5adcb41432f77cfb.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-102ed3f49893a7cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9b1118e93018610a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a67a26aa2f5fcd32.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7dcb1a211ace2ace.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-24ff2ee81fd956d1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-1877772e115fa792.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1ba7c2e9534c2d70.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1df50b5ad444e3f4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-43ca89ba4a0339ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3bd9b63337813540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6d41b02ab6b1f523.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-551d923401cf5119.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0bae087839ce8ca9.rlib -C embed-bitcode=no -D warnings --error-format human`
56162024-01-05T18:08:26.439Z
56172024-01-05T18:08:26.439Zrunning 0 tests
56182024-01-05T18:08:26.439Z
56192024-01-05T18:08:26.439Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56202024-01-05T18:08:26.439Z
56212024-01-05T18:08:26.518Z Doc-tests omicron-test-utils
56222024-01-05T18:08:26.521Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f54598bb8d73456c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bcfd1808f1799595.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-408d213e273fcadb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c472ad424f0bc923.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
56232024-01-05T18:08:26.939Z
56242024-01-05T18:08:26.939Zrunning 0 tests
56252024-01-05T18:08:26.939Z
56262024-01-05T18:08:26.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56272024-01-05T18:08:26.941Z
56282024-01-05T18:08:26.964Z Doc-tests oxide-client
56292024-01-05T18:08:26.967Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5c429e0f0814e49f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
56302024-01-05T18:08:32.925Z
56312024-01-05T18:08:32.925Zrunning 164 tests
56322024-01-05T18:08:32.934Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
56332024-01-05T18:08:32.970Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
56342024-01-05T18:08:32.970Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
56352024-01-05T18:08:32.974Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
56362024-01-05T18:08:32.974Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
56372024-01-05T18:08:32.974Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
56382024-01-05T18:08:32.974Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
56392024-01-05T18:08:32.974Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
56402024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
56412024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
56422024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
56432024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
56442024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
56452024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
56462024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
56472024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
56482024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
56492024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
56502024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
56512024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
56522024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
56532024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
56542024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
56552024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
56562024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
56572024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
56582024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
56592024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
56602024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
56612024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
56622024-01-05T18:08:32.975Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
56632024-01-05T18:08:32.979Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
56642024-01-05T18:08:32.979Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
56652024-01-05T18:08:32.979Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
56662024-01-05T18:08:32.979Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
56672024-01-05T18:08:32.979Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
56682024-01-05T18:08:32.982Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
56692024-01-05T18:08:32.982Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
56702024-01-05T18:08:32.985Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
56712024-01-05T18:08:32.985Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
56722024-01-05T18:08:32.985Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
56732024-01-05T18:08:32.988Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
56742024-01-05T18:08:32.988Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
56752024-01-05T18:08:32.992Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
56762024-01-05T18:08:32.992Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
56772024-01-05T18:08:32.992Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
56782024-01-05T18:08:32.995Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
56792024-01-05T18:08:32.995Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
56802024-01-05T18:08:32.998Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
56812024-01-05T18:08:32.998Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
56822024-01-05T18:08:32.998Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
56832024-01-05T18:08:33.004Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
56842024-01-05T18:08:33.004Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
56852024-01-05T18:08:33.007Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
56862024-01-05T18:08:33.007Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
56872024-01-05T18:08:33.007Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
56882024-01-05T18:08:33.007Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
56892024-01-05T18:08:33.007Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
56902024-01-05T18:08:33.010Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
56912024-01-05T18:08:33.010Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
56922024-01-05T18:08:33.013Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
56932024-01-05T18:08:33.013Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
56942024-01-05T18:08:33.015Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
56952024-01-05T18:08:33.018Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
56962024-01-05T18:08:33.018Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
56972024-01-05T18:08:33.018Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
56982024-01-05T18:08:33.021Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
56992024-01-05T18:08:33.021Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
57002024-01-05T18:08:33.024Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
57012024-01-05T18:08:33.024Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
57022024-01-05T18:08:33.027Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
57032024-01-05T18:08:33.027Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
57042024-01-05T18:08:33.030Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
57052024-01-05T18:08:33.030Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
57062024-01-05T18:08:33.033Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
57072024-01-05T18:08:33.033Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
57082024-01-05T18:08:33.037Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
57092024-01-05T18:08:33.037Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
57102024-01-05T18:08:33.040Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
57112024-01-05T18:08:33.040Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
57122024-01-05T18:08:33.040Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
57132024-01-05T18:08:33.045Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
57142024-01-05T18:08:33.045Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
57152024-01-05T18:08:33.045Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
57162024-01-05T18:08:33.047Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
57172024-01-05T18:08:33.050Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
57182024-01-05T18:08:33.051Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
57192024-01-05T18:08:33.054Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
57202024-01-05T18:08:33.054Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
57212024-01-05T18:08:33.054Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_state (line 25) ... ignored
57222024-01-05T18:08:33.054Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
57232024-01-05T18:08:33.057Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
57242024-01-05T18:08:33.057Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
57252024-01-05T18:08:33.057Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
57262024-01-05T18:08:33.060Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
57272024-01-05T18:08:33.060Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
57282024-01-05T18:08:33.063Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
57292024-01-05T18:08:33.063Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
57302024-01-05T18:08:33.063Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
57312024-01-05T18:08:33.066Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
57322024-01-05T18:08:33.067Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
57332024-01-05T18:08:33.070Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
57342024-01-05T18:08:33.070Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
57352024-01-05T18:08:33.070Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
57362024-01-05T18:08:33.076Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 25) ... ignored
57372024-01-05T18:08:33.076Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
57382024-01-05T18:08:33.079Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
57392024-01-05T18:08:33.079Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
57402024-01-05T18:08:33.079Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
57412024-01-05T18:08:33.079Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
57422024-01-05T18:08:33.082Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
57432024-01-05T18:08:33.082Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
57442024-01-05T18:08:33.085Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
57452024-01-05T18:08:33.085Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
57462024-01-05T18:08:33.088Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
57472024-01-05T18:08:33.088Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
57482024-01-05T18:08:33.088Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
57492024-01-05T18:08:33.091Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
57502024-01-05T18:08:33.093Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
57512024-01-05T18:08:33.099Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
57522024-01-05T18:08:33.099Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
57532024-01-05T18:08:33.099Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
57542024-01-05T18:08:33.100Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
57552024-01-05T18:08:33.100Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
57562024-01-05T18:08:33.100Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
57572024-01-05T18:08:33.103Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
57582024-01-05T18:08:33.103Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
57592024-01-05T18:08:33.104Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
57602024-01-05T18:08:33.104Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
57612024-01-05T18:08:33.106Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
57622024-01-05T18:08:33.106Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
57632024-01-05T18:08:33.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
57642024-01-05T18:08:33.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
57652024-01-05T18:08:33.112Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
57662024-01-05T18:08:33.112Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
57672024-01-05T18:08:33.112Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
57682024-01-05T18:08:33.115Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
57692024-01-05T18:08:33.115Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
57702024-01-05T18:08:33.118Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
57712024-01-05T18:08:33.118Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
57722024-01-05T18:08:33.121Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
57732024-01-05T18:08:33.121Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
57742024-01-05T18:08:33.124Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
57752024-01-05T18:08:33.124Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
57762024-01-05T18:08:33.124Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
57772024-01-05T18:08:33.127Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
57782024-01-05T18:08:33.127Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
57792024-01-05T18:08:33.134Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
57802024-01-05T18:08:33.134Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
57812024-01-05T18:08:33.137Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
57822024-01-05T18:08:33.137Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
57832024-01-05T18:08:33.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
57842024-01-05T18:08:33.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
57852024-01-05T18:08:33.137Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
57862024-01-05T18:08:33.141Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
57872024-01-05T18:08:33.141Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
57882024-01-05T18:08:33.141Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
57892024-01-05T18:08:33.141Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
57902024-01-05T18:08:33.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
57912024-01-05T18:08:33.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
57922024-01-05T18:08:33.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
57932024-01-05T18:08:33.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
57942024-01-05T18:08:33.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
57952024-01-05T18:08:33.142Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
57962024-01-05T18:08:33.142Z
57972024-01-05T18:08:33.142Ztest result: ok. 0 passed; 0 failed; 164 ignored; 0 measured; 0 filtered out; finished in 0.21s
57982024-01-05T18:08:33.142Z
57992024-01-05T18:08:33.269Z Doc-tests oximeter
58002024-01-05T18:08:33.272Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-28aa16fedd85eb22.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-1faa892a1ef74915.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-a4e7540f0ff17e9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
58012024-01-05T18:08:34.140Z
58022024-01-05T18:08:34.141Zrunning 8 tests
58032024-01-05T18:08:34.995Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
58042024-01-05T18:08:35.125Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
58052024-01-05T18:08:36.030Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
58062024-01-05T18:08:43.808Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
58072024-01-05T18:08:43.914Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
58082024-01-05T18:08:44.061Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
58092024-01-05T18:08:44.949Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
58102024-01-05T18:08:45.698Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
58112024-01-05T18:08:45.698Z
58122024-01-05T18:08:45.702Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.56s
58132024-01-05T18:08:45.702Z
58142024-01-05T18:08:45.736Z Doc-tests oximeter-client
58152024-01-05T18:08:45.739Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
58162024-01-05T18:08:46.149Z
58172024-01-05T18:08:46.149Zrunning 0 tests
58182024-01-05T18:08:46.150Z
58192024-01-05T18:08:46.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58202024-01-05T18:08:46.150Z
58212024-01-05T18:08:46.174Z Doc-tests oximeter-collector
58222024-01-05T18:08:46.178Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1c200fe5a92a6395.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f6b7c69932f8803e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-11c83bb5f758818b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
58232024-01-05T18:08:46.735Z
58242024-01-05T18:08:46.735Zrunning 0 tests
58252024-01-05T18:08:46.735Z
58262024-01-05T18:08:46.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58272024-01-05T18:08:46.735Z
58282024-01-05T18:08:46.764Z Doc-tests oximeter-db
58292024-01-05T18:08:46.768Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d547aeba5791aaeb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8b2e270df9c67855.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8aa03504ec97a7ee.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-8578f1c395b24609.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-850ca1c0f4a95772.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-cd01aa940c6f5ae3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
58302024-01-05T18:08:47.991Z
58312024-01-05T18:08:47.991Zrunning 0 tests
58322024-01-05T18:08:47.991Z
58332024-01-05T18:08:47.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58342024-01-05T18:08:47.991Z
58352024-01-05T18:08:48.035Z Doc-tests oximeter-instruments
58362024-01-05T18:08:48.038Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-354f1284d97e431a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-83a20f15d13ab818.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -D warnings --error-format human`
58372024-01-05T18:08:48.491Z
58382024-01-05T18:08:48.491Zrunning 0 tests
58392024-01-05T18:08:48.491Z
58402024-01-05T18:08:48.491Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58412024-01-05T18:08:48.491Z
58422024-01-05T18:08:48.514Z Doc-tests oximeter-macro-impl
58432024-01-05T18:08:48.517Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-28aa16fedd85eb22.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
58442024-01-05T18:08:48.629Z
58452024-01-05T18:08:48.629Zrunning 0 tests
58462024-01-05T18:08:48.629Z
58472024-01-05T18:08:48.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58482024-01-05T18:08:48.632Z
58492024-01-05T18:08:48.637Z Doc-tests oximeter-producer
58502024-01-05T18:08:48.640Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bfc11c8366ea57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b156d3139a671296.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-784bb711f9cada01.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
58512024-01-05T18:08:48.974Z
58522024-01-05T18:08:48.974Zrunning 0 tests
58532024-01-05T18:08:48.974Z
58542024-01-05T18:08:48.974Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58552024-01-05T18:08:48.974Z
58562024-01-05T18:08:48.996Z Doc-tests sled-agent-client
58572024-01-05T18:08:48.999Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cfd16b445608c70a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
58582024-01-05T18:08:52.245Z
58592024-01-05T18:08:52.245Zrunning 0 tests
58602024-01-05T18:08:52.245Z
58612024-01-05T18:08:52.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58622024-01-05T18:08:52.245Z
58632024-01-05T18:08:52.310Z Doc-tests sled-hardware
58642024-01-05T18:08:52.313Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-33e1922254ad4349.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-cab4f5114e3dce55.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a258332056a27a50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a8f4327aefc28c42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
58652024-01-05T18:08:52.821Z
58662024-01-05T18:08:52.821Zrunning 0 tests
58672024-01-05T18:08:52.821Z
58682024-01-05T18:08:52.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58692024-01-05T18:08:52.821Z
58702024-01-05T18:08:52.851Z Doc-tests sled-storage
58712024-01-05T18:08:52.854Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-6a2a64c7a0c06535.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3af32bf17049fbba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
58722024-01-05T18:08:53.367Z
58732024-01-05T18:08:53.367Zrunning 0 tests
58742024-01-05T18:08:53.367Z
58752024-01-05T18:08:53.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58762024-01-05T18:08:53.368Z
58772024-01-05T18:08:53.395Z Doc-tests sp-sim
58782024-01-05T18:08:53.399Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-faf4f145953ca02e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e4687f09009447e9.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-544b731de3804bf7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib -C embed-bitcode=no -D warnings --error-format human`
58792024-01-05T18:08:54.114Z
58802024-01-05T18:08:54.114Zrunning 0 tests
58812024-01-05T18:08:54.114Z
58822024-01-05T18:08:54.114Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58832024-01-05T18:08:54.114Z
58842024-01-05T18:08:54.146Z Doc-tests tufaceous
58852024-01-05T18:08:54.150Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b96d58797b7b74db.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-85141cdbf53006a7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib -C embed-bitcode=no -D warnings --error-format human`
58862024-01-05T18:08:54.558Z
58872024-01-05T18:08:54.558Zrunning 0 tests
58882024-01-05T18:08:54.558Z
58892024-01-05T18:08:54.558Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58902024-01-05T18:08:54.558Z
58912024-01-05T18:08:54.586Z Doc-tests tufaceous-lib
58922024-01-05T18:08:54.590Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f88cdd62fa82264.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4b605bb5db8574c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rlib -C embed-bitcode=no -D warnings --error-format human`
58932024-01-05T18:08:55.193Z
58942024-01-05T18:08:55.193Zrunning 0 tests
58952024-01-05T18:08:55.193Z
58962024-01-05T18:08:55.193Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58972024-01-05T18:08:55.193Z
58982024-01-05T18:08:55.222Z Doc-tests update-common
58992024-01-05T18:08:55.226Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-85141cdbf53006a7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-efb12da105eaeae5.rlib -C embed-bitcode=no -D warnings --error-format human`
59002024-01-05T18:08:55.644Z
59012024-01-05T18:08:55.645Zrunning 0 tests
59022024-01-05T18:08:55.645Z
59032024-01-05T18:08:55.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59042024-01-05T18:08:55.645Z
59052024-01-05T18:08:55.681Z Doc-tests update-engine
59062024-01-05T18:08:55.687Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8e1ba940a46b4a3f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ee305a31aaa4c98d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-bbf172c3a488656e.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d481c20a3401aa40.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c6405c9da19cff36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-56b8536ec14c9354.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib -C embed-bitcode=no -D warnings --error-format human`
59072024-01-05T18:08:56.493Z
59082024-01-05T18:08:56.493Zrunning 3 tests
59092024-01-05T18:08:56.496Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
59102024-01-05T18:08:56.497Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
59112024-01-05T18:08:56.497Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
59122024-01-05T18:08:56.497Z
59132024-01-05T18:08:56.497Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
59142024-01-05T18:08:56.497Z
59152024-01-05T18:08:56.522Z Doc-tests wicket
59162024-01-05T18:08:56.525Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0867dfe4ee85840b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e798a3f319647c37.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-edfddc23db9cd6ad.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3d6b4a8ee9cd17bc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-56b8536ec14c9354.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-42facc85d6e5ea7b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-28fa5d15d5e091cb.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-eb1c45377c749704.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ad387f694a6a3b6c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d1cc85d6b864352e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -C embed-bitcode=no -D warnings --error-format human`
59172024-01-05T18:08:57.759Z
59182024-01-05T18:08:57.759Zrunning 0 tests
59192024-01-05T18:08:57.759Z
59202024-01-05T18:08:57.759Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59212024-01-05T18:08:57.760Z
59222024-01-05T18:08:57.789Z Doc-tests wicket-common
59232024-01-05T18:08:57.795Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rlib -C embed-bitcode=no -D warnings --error-format human`
59242024-01-05T18:08:58.284Z
59252024-01-05T18:08:58.284Zrunning 0 tests
59262024-01-05T18:08:58.284Z
59272024-01-05T18:08:58.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59282024-01-05T18:08:58.284Z
59292024-01-05T18:08:58.310Z Doc-tests wicket-dbg
59302024-01-05T18:08:58.314Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c01f78a2be59e08f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0867dfe4ee85840b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8aa03504ec97a7ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ad387f694a6a3b6c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-fc35546cf17354c6.rlib -C embed-bitcode=no -D warnings --error-format human`
59312024-01-05T18:08:58.792Z
59322024-01-05T18:08:58.792Zrunning 0 tests
59332024-01-05T18:08:58.792Z
59342024-01-05T18:08:58.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59352024-01-05T18:08:58.792Z
59362024-01-05T18:08:58.797Z Doc-tests wicketd
59372024-01-05T18:08:58.797Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b05b5d1c95e0f290.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bb0a34c5cee1883a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b146123347a3f7ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f2692c8ed9c48e4.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4fcbbe1be4b140cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-61333eea1623296f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-56875aabe80d4c8d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4445656a9f42387e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-829518176010ab89.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-a14660f59d218817.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-4a1932d6657c840e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-b8bf9e026a5f3263.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ea6e6de61ef91eeb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a65b4acf4daaeaec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d4559c61566a4718.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f47884ba786380fc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84500c6ea340ff0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-67d3acc93648a623.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-60e398886dd21970.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-160fe5ad74b3a167.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-342f40aca5b1ffb5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-ebca6b35d2af64dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-894d024716bfe9cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8f6c907c32488b22.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88389916d61e245b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3087896d514784c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-95606fdfd165c3f4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42fba63484155e8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0d5c13ea4c79a93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-945e2adc951e4df8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a8c95c8f48303eb4.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a28dabe10b354d2e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-a5fee117f57da310.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-57a0deae130ce1f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-682da308f1708b9d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-47a7624b1051783e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-44893e8feac548c5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-85141cdbf53006a7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c04867272c20a8be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-efb12da105eaeae5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ad387f694a6a3b6c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5634bbf6fc86518d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d1cc85d6b864352e.rlib -C embed-bitcode=no -D warnings --error-format human`
59382024-01-05T18:09:00.137Z
59392024-01-05T18:09:00.138Zrunning 0 tests
59402024-01-05T18:09:00.138Z
59412024-01-05T18:09:00.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59422024-01-05T18:09:00.138Z
59432024-01-05T18:09:00.182Z Doc-tests wicketd-client
59442024-01-05T18:09:00.185Z Running `/home/build/.rustup/toolchains/1.74.1-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 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/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-66742d6b3ce39b4c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9e43724bce3b3560.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-484302de7c55414d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-681f6188b7df21a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3a43c4d0c6a971e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d835d7f7345ea5fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2bbc382d0da31625.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-7ccec3a17c8530fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-cf038da05bbc4b90.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-43dd107af3c1800f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3931522486918913.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-37147c95997734b5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8bdbbd99b13389f5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d1cc85d6b864352e.rlib -C embed-bitcode=no -D warnings --error-format human`
59452024-01-05T18:09:02.542Z
59462024-01-05T18:09:02.542Zrunning 0 tests
59472024-01-05T18:09:02.543Z
59482024-01-05T18:09:02.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59492024-01-05T18:09:02.543Z
59502024-01-05T18:09:02.633Z
59512024-01-05T18:09:02.638Zreal 2:02.416878614
59522024-01-05T18:09:02.639Zuser 2:07.483498068
59532024-01-05T18:09:02.639Zsys 38.928640781
59542024-01-05T18:09:02.639Ztrap 0.024653388
59552024-01-05T18:09:02.639Ztflt 0.774966849
59562024-01-05T18:09:02.639Zdflt 7.194459833
59572024-01-05T18:09:02.639Zkflt 0.035642824
59582024-01-05T18:09:02.639Zlock 2:06.844603107
59592024-01-05T18:09:02.639Zslp 12:27.047422506
59602024-01-05T18:09:02.639Zlat 0.826938195
59612024-01-05T18:09:02.639Zstop 2.556483809
59622024-01-05T18:09:02.642Zfiles in /var/tmp/omicron_tmp (none expected on success):
59632024-01-05T18:09:02.647Z164816 11 drwxr-xr-x 2 build build 2 Jan 5 18:09 /var/tmp/omicron_tmp
59642024-01-05T18:09:03.001Zprocess exited: duration 4090750 ms, exit code 0
 
59652024-01-05T18:09:03.010Zfound 0 output files