01HVJP2KM5GH08EBC5KW5MNJA8: clippy (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HVJP2Y6J9WSQRTX1Q7N9K2FS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-16T05:31:14.290Zjob assigned to worker 01HVJP30REG6W9DSNYWYZ7DYEX (queued for 2 m 0 s)
 
22024-04-16T05:31:21.669Zstarting task 0: "setup"
32024-04-16T05:31:21.722Z++ uname -s
42024-04-16T05:31:21.735Z+ kern=SunOS
52024-04-16T05:31:21.735Z+ case "$kern" in
62024-04-16T05:31:21.735Z+ groupadd -g 12345 build
72024-04-16T05:31:21.790Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-16T05:31:23.803Z+ zfs create -o mountpoint=/work rpool/work
92024-04-16T05:31:24.263Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-16T05:31:24.266Z+ home_fs=zfs
112024-04-16T05:31:24.266Z+ [[ zfs == autofs ]]
122024-04-16T05:31:24.266Z+ mkdir -p /home/build
132024-04-16T05:31:24.269Z+ chown build:build /home/build /work
142024-04-16T05:31:26.269Z+ chmod 0700 /home/build /work
152024-04-16T05:31:26.272Zprocess exited: duration 4603 ms, exit code 0
 
162024-04-16T05:31:26.279Zstarting task 1: "rust-toolchain"
172024-04-16T05:31:26.287Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-16T05:31:26.291Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-16T05:31:26.399Zinfo: downloading installer
202024-04-16T05:31:28.313Zwarning: it looks like you have an existing installation of Rust at:
212024-04-16T05:31:28.313Zwarning: /opt/ooce/bin
222024-04-16T05:31:28.314Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-16T05:31:28.314Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-16T05:31:28.314Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-16T05:31:28.314Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-16T05:31:28.314Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-16T05:31:28.314Zerror: cannot install while Rust is installed
282024-04-16T05:31:28.314Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-16T05:31:28.710Zinfo: profile set to 'default'
302024-04-16T05:31:28.710Zinfo: default host triple is x86_64-unknown-illumos
312024-04-16T05:31:28.717Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-16T05:31:28.835Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-16T05:31:28.835Zinfo: downloading component 'cargo'
342024-04-16T05:31:29.492Zinfo: downloading component 'clippy'
352024-04-16T05:31:29.728Zinfo: downloading component 'rust-docs'
362024-04-16T05:31:30.569Zinfo: downloading component 'rust-std'
372024-04-16T05:31:32.485Zinfo: downloading component 'rustc'
382024-04-16T05:31:35.674Zinfo: downloading component 'rustfmt'
392024-04-16T05:31:35.887Zinfo: installing component 'cargo'
402024-04-16T05:31:36.690Zinfo: installing component 'clippy'
412024-04-16T05:31:37.046Zinfo: installing component 'rust-docs'
422024-04-16T05:31:38.424Zinfo: installing component 'rust-std'
432024-04-16T05:31:40.206Zinfo: installing component 'rustc'
442024-04-16T05:31:44.682Zinfo: installing component 'rustfmt'
452024-04-16T05:31:44.685Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-16T05:31:44.686Z
472024-04-16T05:31:44.918Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-16T05:31:44.918Z
492024-04-16T05:31:44.925Z
502024-04-16T05:31:44.925ZRust is installed now. Great!
512024-04-16T05:31:44.925Z
522024-04-16T05:31:44.925ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-16T05:31:44.925Zenvironment variable. This has not been done automatically.
542024-04-16T05:31:44.925Z
552024-04-16T05:31:44.925ZTo configure your current shell, you need to source
562024-04-16T05:31:44.925Zthe corresponding env file under $HOME/.cargo.
572024-04-16T05:31:44.925Z
582024-04-16T05:31:44.925ZThis is usually done by running one of the following (note the leading DOT):
592024-04-16T05:31:44.925Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-16T05:31:44.925Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-16T05:31:45.040Z+ rustc --version
622024-04-16T05:31:45.110Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-16T05:31:45.115Zprocess exited: duration 18825 ms, exit code 0
 
642024-04-16T05:31:45.128Zstarting task 2: "authentication"
652024-04-16T05:31:45.154Zprocess exited: duration 26 ms, exit code 0
 
662024-04-16T05:31:45.180Zstarting task 3: "clone repository"
672024-04-16T05:31:45.187Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-16T05:31:45.194Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-16T05:31:45.555ZCloning into '/work/oxidecomputer/omicron'...
702024-04-16T05:31:52.110Z+ cd /work/oxidecomputer/omicron
712024-04-16T05:31:52.110Z+ git fetch origin c6f713bb193c1f972d95caafb3aebd2b0195f918
722024-04-16T05:31:52.419ZFrom https://github.com/oxidecomputer/omicron
732024-04-16T05:31:52.419Z * branch c6f713bb193c1f972d95caafb3aebd2b0195f918 -> FETCH_HEAD
742024-04-16T05:31:52.427Z+ [[ -n '' ]]
752024-04-16T05:31:52.427Z+ git reset --hard c6f713bb193c1f972d95caafb3aebd2b0195f918
762024-04-16T05:31:52.558ZHEAD is now at c6f713bb1 chore(deps): update rust crate serde_json to 1.0.116
772024-04-16T05:31:52.564Zprocess exited: duration 7381 ms, exit code 0
 
782024-04-16T05:31:52.572Zstarting task 4: "build"
792024-04-16T05:31:52.577Z+ cargo --version
802024-04-16T05:31:52.582Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
812024-04-16T05:31:52.738Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
822024-04-16T05:31:52.739Zinfo: downloading component 'cargo'
832024-04-16T05:31:53.619Zinfo: downloading component 'clippy'
842024-04-16T05:31:53.902Zinfo: downloading component 'rust-docs'
852024-04-16T05:31:55.081Zinfo: downloading component 'rust-std'
862024-04-16T05:31:56.893Zinfo: downloading component 'rustc'
872024-04-16T05:32:01.598Zinfo: downloading component 'rustfmt'
882024-04-16T05:32:01.918Zinfo: installing component 'cargo'
892024-04-16T05:32:02.738Zinfo: installing component 'clippy'
902024-04-16T05:32:03.071Zinfo: installing component 'rust-docs'
912024-04-16T05:32:04.539Zinfo: installing component 'rust-std'
922024-04-16T05:32:06.153Zinfo: installing component 'rustc'
932024-04-16T05:32:10.305Zinfo: installing component 'rustfmt'
942024-04-16T05:32:10.699Zcargo 1.77.2 (e52e36006 2024-03-26)
952024-04-16T05:32:10.703Z+ rustc --version
962024-04-16T05:32:10.766Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
972024-04-16T05:32:10.770Z+ source ./env.sh
982024-04-16T05:32:10.773Z++ set -o xtrace
992024-04-16T05:32:10.773Z++++ dirname ./env.sh
1002024-04-16T05:32:10.824Z+++ readlink -f .
1012024-04-16T05:32:10.935Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022024-04-16T05:32:10.942Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-04-16T05:32:10.942Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042024-04-16T05:32:10.942Z++ 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
1052024-04-16T05:32:10.942Z++ 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
1062024-04-16T05:32:10.942Z++ 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
1072024-04-16T05:32:10.942Z++ 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
1082024-04-16T05:32:10.942Z++ 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
1092024-04-16T05:32:10.942Z++ 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
1102024-04-16T05:32:10.942Z++ unset OMICRON_WS
1112024-04-16T05:32:10.942Z++ set +o xtrace
1122024-04-16T05:32:10.947Z
1132024-04-16T05:32:10.947Z ##### ##### ###### ##### ###### #### # # # #### #
1142024-04-16T05:32:10.947Z # # # # # # # # # # # # # # #
1152024-04-16T05:32:10.947Z # # # # ##### # # ##### # # # # # #### #
1162024-04-16T05:32:10.947Z ##### ##### # ##### # # # # # # # # #
1172024-04-16T05:32:10.947Z # # # # # # # # # # # # # # #
1182024-04-16T05:32:10.947Z # # # ###### # # ###### ### # #### # #### #
1192024-04-16T05:32:10.948Z
1202024-04-16T05:32:21.952Z Startup: Refreshing catalog 'helios-dev' ... Done
1212024-04-16T05:32:23.511Z Startup: Caching catalogs ... Done
1222024-04-16T05:32:25.731ZPlanning: Solver setup ... Done (1.805s)
1232024-04-16T05:32:25.763ZPlanning: Running solver ... Done (0.034s)
1242024-04-16T05:32:25.960ZPlanning: Finding local manifests ... Done (0.166s)
1252024-04-16T05:32:25.972ZPlanning: Fetching manifests: 0/4 0% complete
1262024-04-16T05:32:26.345ZPlanning: Fetching manifests: 4/4 100% complete
1272024-04-16T05:32:26.393ZPlanning: Package planning ... Done (0.048s)
1282024-04-16T05:32:26.443ZPlanning: Merging actions ... Done (0.050s)
1292024-04-16T05:32:26.942ZPlanning: Checking for conflicting actions ... Done (0.499s)
1302024-04-16T05:32:26.954ZPlanning: Consolidating action changes ... Done (0.011s)
1312024-04-16T05:32:34.036ZPlanning: Evaluating mediators ... Done (7.080s)
1322024-04-16T05:32:34.043ZPlanning: Planning completed in 10.47 seconds
1332024-04-16T05:32:34.059Z Packages to install: 4
1342024-04-16T05:32:34.059Z Mediators to change: 2
1352024-04-16T05:32:34.063Z Services to change: 1
1362024-04-16T05:32:34.063Z Estimated space available: 155.32 GB
1372024-04-16T05:32:34.063ZEstimated space to be consumed: 1.44 GB
1382024-04-16T05:32:34.063Z Create boot environment: No
1392024-04-16T05:32:34.063ZCreate backup boot environment: No
1402024-04-16T05:32:34.063Z Rebuild boot archive: No
1412024-04-16T05:32:34.063Z
1422024-04-16T05:32:34.063ZChanged mediators:
1432024-04-16T05:32:34.063Z mediator clang:
1442024-04-16T05:32:34.063Z version: None -> 15 (system default)
1452024-04-16T05:32:34.063Z
1462024-04-16T05:32:34.063Z mediator llvm:
1472024-04-16T05:32:34.063Z version: 14 (system default) -> 15 (system default)
1482024-04-16T05:32:34.063Z
1492024-04-16T05:32:34.063ZChanged packages:
1502024-04-16T05:32:34.063Zhelios-dev
1512024-04-16T05:32:34.064Z developer/build-essential
1522024-04-16T05:32:34.064Z None -> 11-2.0
1532024-04-16T05:32:34.064Z library/libxmlsec1
1542024-04-16T05:32:34.064Z None -> 1.2.35-2.0
1552024-04-16T05:32:34.064Z ooce/developer/clang-15
1562024-04-16T05:32:34.064Z None -> 15.0.7-2.0
1572024-04-16T05:32:34.064Z ooce/developer/llvm-15
1582024-04-16T05:32:34.064Z None -> 15.0.7-2.0
1592024-04-16T05:32:34.064Z
1602024-04-16T05:32:34.064ZServices:
1612024-04-16T05:32:34.064Z restart_fmri:
1622024-04-16T05:32:34.064Z svc:/system/update-man-index:default
1632024-04-16T05:32:34.129Z
1642024-04-16T05:32:34.129ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1652024-04-16T05:32:39.134ZDownload: 884/3290 items 18.9/212.6MB 8% complete (3.9M/s)
1662024-04-16T05:32:44.238ZDownload: 1195/3290 items 61.5/212.6MB 28% complete (6.8M/s)
1672024-04-16T05:32:49.252ZDownload: 1876/3290 items 118.6/212.6MB 55% complete (10.0M/s)
1682024-04-16T05:32:58.111ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (9.2M/s)
1692024-04-16T05:33:03.112ZDownload: 3221/3290 items 168.7/212.6MB 79% complete (9.8M/s)
1702024-04-16T05:33:06.004ZDownload: Completed 212.60 MB in 31.87 seconds (6.7M/s)
1712024-04-16T05:33:06.229Z Actions: 1/3689 actions (Installing new actions)
1722024-04-16T05:33:11.302Z Actions: 3672/3689 actions (Installing new actions)
1732024-04-16T05:33:11.310Z Actions: Completed 3689 actions in 5.06 seconds.
1742024-04-16T05:33:11.399Z Done (0.108s)
1752024-04-16T05:33:11.399Z Done (0.000s)
1762024-04-16T05:33:11.664Z Done (0.264s)
1772024-04-16T05:33:16.926Z Done (5.120s)
1782024-04-16T05:33:17.127Z Done (0.130s)
1792024-04-16T05:33:17.131Z Done (0.000s)
1802024-04-16T05:33:17.285Z Done (0.000s)
1812024-04-16T05:33:17.819ZPlanning: Evaluating mediator changes ... Done
1822024-04-16T05:33:17.981ZPlanning: Checking for conflicting actions ... Done
1832024-04-16T05:33:17.985ZPlanning: Consolidating action changes ... Done
1842024-04-16T05:33:18.248ZPlanning: Evaluating mediators ... Done
1852024-04-16T05:33:18.253ZPlanning: Planning completed in 0.43 seconds
1862024-04-16T05:33:18.281Z Mediators to change: 2
1872024-04-16T05:33:18.281Z Create boot environment: No
1882024-04-16T05:33:18.284ZCreate backup boot environment: No
1892024-04-16T05:33:18.345Z Done
1902024-04-16T05:33:18.345Z Done
1912024-04-16T05:33:18.502Z Done
1922024-04-16T05:33:22.063Z Done
1932024-04-16T05:33:22.147Z Done
1942024-04-16T05:33:22.151Z Done
1952024-04-16T05:33:22.255Z Done
1962024-04-16T05:33:22.895ZPlanning: Evaluating mediator changes ... Done
1972024-04-16T05:33:22.901ZPlanning: Merging actions ... Done
1982024-04-16T05:33:23.084ZPlanning: Checking for conflicting actions ... Done
1992024-04-16T05:33:23.091ZPlanning: Consolidating action changes ... Done
2002024-04-16T05:33:23.349ZPlanning: Evaluating mediators ... Done
2012024-04-16T05:33:23.404ZPlanning: Planning completed in 0.78 seconds
2022024-04-16T05:33:23.439Z Packages to change: 1
2032024-04-16T05:33:23.439Z Mediators to change: 1
2042024-04-16T05:33:23.443Z Services to change: 1
2052024-04-16T05:33:23.443Z Create boot environment: No
2062024-04-16T05:33:23.443ZCreate backup boot environment: Yes
2072024-04-16T05:33:25.355Z Actions: 1/6 actions (Updating modified actions)
2082024-04-16T05:33:25.361Z Actions: Completed 6 actions in 0.00 seconds.
2092024-04-16T05:33:25.361Z Done
2102024-04-16T05:33:25.361Z Done
2112024-04-16T05:33:25.410Z Done
2122024-04-16T05:33:29.007Z Done
2132024-04-16T05:33:29.101Z Done
2142024-04-16T05:33:29.104Z Done
2152024-04-16T05:33:29.211Z Done
2162024-04-16T05:33:29.650ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2172024-04-16T05:33:29.650Zclang system 15 system
2182024-04-16T05:33:29.650Zcsh system system illumos
2192024-04-16T05:33:29.650Zctags system system illumos
2202024-04-16T05:33:29.650Zgcc vendor 12 vendor
2212024-04-16T05:33:29.650Zgcc system 10 system
2222024-04-16T05:33:29.650Zgcc system 7 system
2232024-04-16T05:33:29.650Zgo system 1.20 system
2242024-04-16T05:33:29.650Zgo system 1.19 system
2252024-04-16T05:33:29.650Zllvm system 15 system
2262024-04-16T05:33:29.650Zllvm system 14 system
2272024-04-16T05:33:29.650Zmariadb system 10.6 system
2282024-04-16T05:33:29.650Zmta vendor vendor dma
2292024-04-16T05:33:29.650Zopenjdk system 17 system
2302024-04-16T05:33:29.650Zopenjdk system 11 system
2312024-04-16T05:33:29.650Zopenjdk system 1.8 system
2322024-04-16T05:33:29.650Zopenssl vendor 3 vendor
2332024-04-16T05:33:29.650Zperl system 5.36 system
2342024-04-16T05:33:29.650Zpostgresql system 15 system
2352024-04-16T05:33:29.650Zpostgresql system 13 system
2362024-04-16T05:33:29.650Zpython vendor 3 vendor
2372024-04-16T05:33:29.650Zpython system 2 system
2382024-04-16T05:33:29.651Zpython3 system 3.11 system
2392024-04-16T05:33:29.651Zruby system 3.0 system
2402024-04-16T05:33:29.651Zwords vendor vendor american-english
2412024-04-16T05:33:29.651Zwords system system australian-english
2422024-04-16T05:33:29.651Zwords system system british-english
2432024-04-16T05:33:29.651Zwords system system canadian-english
2442024-04-16T05:33:29.651Zwords system system french
2452024-04-16T05:33:29.651Zwords system system italian
2462024-04-16T05:33:29.651Zwords system system ngerman
2472024-04-16T05:33:29.651Zwords system system ogerman
2482024-04-16T05:33:29.651Zwords system system spanish
2492024-04-16T05:33:29.978ZPUBLISHER TYPE STATUS P LOCATION
2502024-04-16T05:33:29.978Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2512024-04-16T05:33:31.279ZFMRI IFO
2522024-04-16T05:33:31.279Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2532024-04-16T05:33:31.279Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2542024-04-16T05:33:31.279Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2552024-04-16T05:33:31.279Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2562024-04-16T05:33:31.280Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2572024-04-16T05:33:31.280Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2582024-04-16T05:33:31.280Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2592024-04-16T05:33:31.280Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2602024-04-16T05:33:31.280Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2612024-04-16T05:33:31.280Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2622024-04-16T05:33:31.280Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2632024-04-16T05:33:31.280Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2642024-04-16T05:33:31.521Z+ set -o errexit
2652024-04-16T05:33:31.529Z+++ dirname ./tools/ci_download_cockroachdb
2662024-04-16T05:33:31.530Z++ cd ./tools
2672024-04-16T05:33:31.530Z++ pwd
2682024-04-16T05:33:31.530Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2692024-04-16T05:33:31.530Z++ basename ./tools/ci_download_cockroachdb
2702024-04-16T05:33:31.530Z+ ARG0=ci_download_cockroachdb
2712024-04-16T05:33:31.535Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2722024-04-16T05:33:31.535Z+ CIDL_VERSION=v22.1.9
2732024-04-16T05:33:31.535Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2742024-04-16T05:33:31.535Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2752024-04-16T05:33:31.535Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2762024-04-16T05:33:31.535Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2772024-04-16T05:33:31.535Z+ TARGET_DIR=out
2782024-04-16T05:33:31.535Z+ DOWNLOAD_DIR=out/downloads
2792024-04-16T05:33:31.535Z+ DEST_DIR=./out/cockroachdb
2802024-04-16T05:33:31.536Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2812024-04-16T05:33:31.536Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2822024-04-16T05:33:31.536Z+ main
2832024-04-16T05:33:31.536Z+ [[ 0 != 0 ]]
2842024-04-16T05:33:31.536Z+ CIDL_OS=solaris2.11
2852024-04-16T05:33:31.536Z+ [[ 0 != 0 ]]
2862024-04-16T05:33:31.536Z+ configure_os solaris2.11
2872024-04-16T05:33:31.536Z+ echo 'current directory: /work/oxidecomputer/omicron'
2882024-04-16T05:33:31.536Zcurrent directory: /work/oxidecomputer/omicron
2892024-04-16T05:33:31.536Z+ echo 'configuring based on OS: "solaris2.11"'
2902024-04-16T05:33:31.536Z+ case "$1" in
2912024-04-16T05:33:31.536Z+ CIDL_BUILD=illumos
2922024-04-16T05:33:31.536Z+ CIDL_SUFFIX=tar.gz
2932024-04-16T05:33:31.536Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2942024-04-16T05:33:31.536Z+ CIDL_URL_BASE=https://illumos.org/downloads
2952024-04-16T05:33:31.536Zconfiguring based on OS: "solaris2.11"
2962024-04-16T05:33:31.536Z+ CIDL_ASSEMBLE=do_assemble_illumos
2972024-04-16T05:33:31.536Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2982024-04-16T05:33:31.536Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2992024-04-16T05:33:31.536Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-04-16T05:33:31.536Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3012024-04-16T05:33:31.536Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-04-16T05:33:31.536Z+ CIDL_SHA256FUNC=do_sha256sum
3032024-04-16T05:33:31.537Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3042024-04-16T05:33:31.537ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-04-16T05:33:31.537Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3062024-04-16T05:33:31.537ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-04-16T05:33:31.537Z+ mkdir -p out/downloads
3082024-04-16T05:33:31.537Z+ mkdir -p ./out/cockroachdb
3092024-04-16T05:33:31.545Z+ local DO_DOWNLOAD=true
3102024-04-16T05:33:31.545Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3112024-04-16T05:33:31.545Z+ '[' true == true ']'
3122024-04-16T05:33:31.545Z+ echo Downloading...
3132024-04-16T05:33:31.545ZDownloading...
3142024-04-16T05:33:31.545Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-04-16T05:33:31.545Z+ 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
3162024-04-16T05:33:35.266Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172024-04-16T05:33:35.273Z++ sha256sum
3182024-04-16T05:33:35.273Z++ awk '{print $1}'
3192024-04-16T05:33:35.366Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3202024-04-16T05:33:35.380Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3212024-04-16T05:33:35.380Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-04-16T05:33:35.380Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3232024-04-16T05:33:37.541Z+ do_assemble_illumos
3242024-04-16T05:33:37.544Z+ rm -r ./out/cockroachdb
3252024-04-16T05:33:37.545Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3262024-04-16T05:33:37.968Z+ ./out/cockroachdb/bin/cockroach version
3272024-04-16T05:33:38.141ZBuild Tag: v22.1.9-dirty
3282024-04-16T05:33:38.141ZBuild Time: 2022/10/26 21:17:46
3292024-04-16T05:33:38.141ZDistribution: OSS
3302024-04-16T05:33:38.141ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3312024-04-16T05:33:38.141ZGo Version: go1.17.13
3322024-04-16T05:33:38.142ZC Compiler: gcc 10.3.0
3332024-04-16T05:33:38.142ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3342024-04-16T05:33:38.142ZBuild Type: release
3352024-04-16T05:33:38.158Z+ set -o errexit
3362024-04-16T05:33:38.162Z+++ dirname ./tools/ci_download_clickhouse
3372024-04-16T05:33:38.162Z++ cd ./tools
3382024-04-16T05:33:38.162Z++ pwd
3392024-04-16T05:33:38.165Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3402024-04-16T05:33:38.165Z++ basename ./tools/ci_download_clickhouse
3412024-04-16T05:33:38.165Z+ ARG0=ci_download_clickhouse
3422024-04-16T05:33:38.165Z+ TARGET_DIR=out
3432024-04-16T05:33:38.165Z+ DOWNLOAD_DIR=out/downloads
3442024-04-16T05:33:38.165Z+ DEST_DIR=./out/clickhouse
3452024-04-16T05:33:38.171Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3462024-04-16T05:33:38.171Z+ CIDL_VERSION=v23.8.7.24
3472024-04-16T05:33:38.171Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3482024-04-16T05:33:38.171Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3492024-04-16T05:33:38.171Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3502024-04-16T05:33:38.171Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3512024-04-16T05:33:38.171Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3522024-04-16T05:33:38.171Z+ main
3532024-04-16T05:33:38.171Z+ [[ 0 != 0 ]]
3542024-04-16T05:33:38.171Z+ CIDL_OS=solaris2.11
3552024-04-16T05:33:38.171Z+ [[ 0 != 0 ]]
3562024-04-16T05:33:38.172Z+ configure_os solaris2.11
3572024-04-16T05:33:38.172Z+ echo 'current directory: /work/oxidecomputer/omicron'
3582024-04-16T05:33:38.172Zcurrent directory: /work/oxidecomputer/omicron
3592024-04-16T05:33:38.172Z+ echo 'configuring based on OS: "solaris2.11"'
3602024-04-16T05:33:38.172Z+ CIDL_DASHREV=
3612024-04-16T05:33:38.172Z+ case "$1" in
3622024-04-16T05:33:38.172Zconfiguring based on OS: "solaris2.11"
3632024-04-16T05:33:38.172Z+ CIDL_PLATFORM=illumos
3642024-04-16T05:33:38.172Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3652024-04-16T05:33:38.172Z+ CIDL_MD5FUNC=do_md5sum
3662024-04-16T05:33:38.172Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3672024-04-16T05:33:38.172Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3682024-04-16T05:33:38.172Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-04-16T05:33:38.172Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3702024-04-16T05:33:38.172Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3712024-04-16T05:33:38.172ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-04-16T05:33:38.172Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3732024-04-16T05:33:38.172Z+ mkdir -p out/downloads
3742024-04-16T05:33:38.173ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-04-16T05:33:38.176Z+ mkdir -p ./out/clickhouse
3762024-04-16T05:33:38.177Z+ local DO_DOWNLOAD=true
3772024-04-16T05:33:38.177Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3782024-04-16T05:33:38.177Z+ '[' true == true ']'
3792024-04-16T05:33:38.177Z+ echo Downloading...
3802024-04-16T05:33:38.177ZDownloading...
3812024-04-16T05:33:38.177Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3822024-04-16T05:33:38.177Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3832024-04-16T05:33:39.765Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3842024-04-16T05:33:39.773Z++ md5sum
3852024-04-16T05:33:39.773Z++ awk '{print $1}'
3862024-04-16T05:33:39.988Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3872024-04-16T05:33:39.995Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3882024-04-16T05:33:39.995Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3892024-04-16T05:33:39.995Z+ mkdir -p ./out/clickhouse
3902024-04-16T05:33:39.995Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3912024-04-16T05:33:43.851Z+ [[ solaris2.11 == darwin* ]]
3922024-04-16T05:33:43.852Z+ ./out/clickhouse/clickhouse server --version
3932024-04-16T05:33:44.543ZClickHouse server version 23.8.7.1.
3942024-04-16T05:33:44.555Z+ set -o errexit
3952024-04-16T05:33:44.555Z+++ dirname ./tools/ci_download_console
3962024-04-16T05:33:44.555Z++ cd ./tools
3972024-04-16T05:33:44.555Z++ pwd
3982024-04-16T05:33:44.556Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3992024-04-16T05:33:44.556Z++ basename ./tools/ci_download_console
4002024-04-16T05:33:44.556Z+ ARG0=ci_download_console
4012024-04-16T05:33:44.556Z+ TARGET_DIR=out
4022024-04-16T05:33:44.556Z+ DOWNLOAD_DIR=out/downloads
4032024-04-16T05:33:44.556Z+ DEST_DIR=./out/console-assets
4042024-04-16T05:33:44.556Z+ source /work/oxidecomputer/omicron/tools/console_version
4052024-04-16T05:33:44.556Z++ COMMIT=2ba444caf8d19830c41448847f0acf61d4a5d2b2
4062024-04-16T05:33:44.556Z++ SHA2=752ea88d5d3e2f92d32a8d91d3ad7f3a154086d177511a18401cb14a55eb1ea4
4072024-04-16T05:33:44.556Z+ URL=https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz
4082024-04-16T05:33:44.556Z+ TARBALL_FILE=out/downloads/console.tar.gz
4092024-04-16T05:33:44.556Z+ main
4102024-04-16T05:33:44.556Z+ [[ 0 != 0 ]]
4112024-04-16T05:33:44.556Z+ echo 'URL: https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz'
4122024-04-16T05:33:44.556ZURL: https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz
4132024-04-16T05:33:44.556ZLocal file: out/downloads/console.tar.gz
4142024-04-16T05:33:44.556Z+ echo 'Local file: out/downloads/console.tar.gz'
4152024-04-16T05:33:44.556Z+ local DO_DOWNLOAD=true
4162024-04-16T05:33:44.556Z+ [[ -f out/downloads/console.tar.gz ]]
4172024-04-16T05:33:44.556Z+ mkdir -p out/downloads
4182024-04-16T05:33:44.557Z+ '[' true == true ']'
4192024-04-16T05:33:44.557Z+ echo Downloading...
4202024-04-16T05:33:44.557ZDownloading...
4212024-04-16T05:33:44.557Z+ do_download_curl https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz out/downloads/console.tar.gz
4222024-04-16T05:33:44.557Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz
4232024-04-16T05:33:44.781Z++ do_sha256sum out/downloads/console.tar.gz
4242024-04-16T05:33:44.781Z++ case "$OSTYPE" in
4252024-04-16T05:33:44.784Z++ SHA=sha256sum
4262024-04-16T05:33:44.784Z++ sha256sum
4272024-04-16T05:33:44.784Z++ awk '{print $1}'
4282024-04-16T05:33:44.788Z+ calculated_sha2=752ea88d5d3e2f92d32a8d91d3ad7f3a154086d177511a18401cb14a55eb1ea4
4292024-04-16T05:33:44.788Z+ [[ 752ea88d5d3e2f92d32a8d91d3ad7f3a154086d177511a18401cb14a55eb1ea4 != \7\5\2\e\a\8\8\d\5\d\3\e\2\f\9\2\d\3\2\a\8\d\9\1\d\3\a\d\7\f\3\a\1\5\4\0\8\6\d\1\7\7\5\1\1\a\1\8\4\0\1\c\b\1\4\a\5\5\e\b\1\e\a\4 ]]
4302024-04-16T05:33:44.788Z+ rm -rf ./out/console-assets
4312024-04-16T05:33:44.788Z+ mkdir -p ./out/console-assets
4322024-04-16T05:33:44.792Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4332024-04-16T05:33:44.792Z+ mkdir -p ./out/console-assets
4342024-04-16T05:33:44.795Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4352024-04-16T05:33:44.884Z+ set -o errexit
4362024-04-16T05:33:44.887Z+++ dirname ./tools/ci_download_maghemite_openapi
4372024-04-16T05:33:44.890Z++ cd ./tools
4382024-04-16T05:33:44.890Z++ pwd
4392024-04-16T05:33:44.890Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4402024-04-16T05:33:44.891Z++ basename ./tools/ci_download_maghemite_openapi
4412024-04-16T05:33:44.891Z+ ARG0=ci_download_maghemite_openapi
4422024-04-16T05:33:44.891Z+ TARGET_DIR=out
4432024-04-16T05:33:44.894Z+ DOWNLOAD_DIR=out/downloads
4442024-04-16T05:33:44.894Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4452024-04-16T05:33:44.894Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4462024-04-16T05:33:44.894Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4472024-04-16T05:33:44.894Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4482024-04-16T05:33:44.894Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4492024-04-16T05:33:44.894Z+ main
4502024-04-16T05:33:44.894Z+ rm -rf out/downloads/root
4512024-04-16T05:33:44.894Z+ [[ 0 != 0 ]]
4522024-04-16T05:33:44.895Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4532024-04-16T05:33:44.895ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4542024-04-16T05:33:44.895Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4552024-04-16T05:33:44.895ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4562024-04-16T05:33:44.895Z+ local DO_DOWNLOAD=true
4572024-04-16T05:33:44.895Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4582024-04-16T05:33:44.895Z+ mkdir -p out/downloads
4592024-04-16T05:33:44.900Z+ '[' true == true ']'
4602024-04-16T05:33:44.900Z+ echo Downloading...
4612024-04-16T05:33:44.900ZDownloading...
4622024-04-16T05:33:44.900Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4632024-04-16T05:33:44.900Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4642024-04-16T05:33:45.105Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4652024-04-16T05:33:45.105Z++ case "$OSTYPE" in
4662024-04-16T05:33:45.112Z++ SHA=sha256sum
4672024-04-16T05:33:45.113Z++ sha256sum
4682024-04-16T05:33:45.113Z++ awk '{print $1}'
4692024-04-16T05:33:45.116Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4702024-04-16T05:33:45.116Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4712024-04-16T05:33:45.116Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4722024-04-16T05:33:45.116Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4732024-04-16T05:33:45.116Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4742024-04-16T05:33:45.116Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4752024-04-16T05:33:45.116Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4762024-04-16T05:33:45.117Z+ main
4772024-04-16T05:33:45.117Z+ rm -rf out/downloads/root
4782024-04-16T05:33:45.117Z+ [[ 0 != 0 ]]
4792024-04-16T05:33:45.117Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4802024-04-16T05:33:45.117ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4812024-04-16T05:33:45.117Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4822024-04-16T05:33:45.117ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4832024-04-16T05:33:45.117Z+ local DO_DOWNLOAD=true
4842024-04-16T05:33:45.117Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4852024-04-16T05:33:45.117Z+ mkdir -p out/downloads
4862024-04-16T05:33:45.117Z+ '[' true == true ']'
4872024-04-16T05:33:45.117Z+ echo Downloading...
4882024-04-16T05:33:45.117ZDownloading...
4892024-04-16T05:33:45.117Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4902024-04-16T05:33:45.117Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4912024-04-16T05:33:45.229Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4922024-04-16T05:33:45.235Z++ case "$OSTYPE" in
4932024-04-16T05:33:45.235Z++ SHA=sha256sum
4942024-04-16T05:33:45.235Z++ sha256sum
4952024-04-16T05:33:45.235Z++ awk '{print $1}'
4962024-04-16T05:33:45.239Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4972024-04-16T05:33:45.239Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4982024-04-16T05:33:45.243Z+ set -o errexit
4992024-04-16T05:33:45.250Z+++ dirname ./tools/ci_download_dendrite_openapi
5002024-04-16T05:33:45.250Z++ cd ./tools
5012024-04-16T05:33:45.250Z++ pwd
5022024-04-16T05:33:45.250Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5032024-04-16T05:33:45.256Z++ basename ./tools/ci_download_dendrite_openapi
5042024-04-16T05:33:45.256Z+ ARG0=ci_download_dendrite_openapi
5052024-04-16T05:33:45.256Z+ TARGET_DIR=out
5062024-04-16T05:33:45.256Z+ DOWNLOAD_DIR=out/downloads
5072024-04-16T05:33:45.256Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5082024-04-16T05:33:45.256Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5092024-04-16T05:33:45.256Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5102024-04-16T05:33:45.256Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5112024-04-16T05:33:45.256Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5122024-04-16T05:33:45.257Z+ main
5132024-04-16T05:33:45.257Z+ [[ 0 != 0 ]]
5142024-04-16T05:33:45.257Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5152024-04-16T05:33:45.257ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5162024-04-16T05:33:45.257ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5172024-04-16T05:33:45.257Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5182024-04-16T05:33:45.257Z+ local DO_DOWNLOAD=true
5192024-04-16T05:33:45.257Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5202024-04-16T05:33:45.257Z+ mkdir -p out/downloads
5212024-04-16T05:33:45.257Z+ '[' true == true ']'
5222024-04-16T05:33:45.257Z+ echo Downloading...
5232024-04-16T05:33:45.258ZDownloading...
5242024-04-16T05:33:45.258Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5252024-04-16T05:33:45.258Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5262024-04-16T05:33:46.122Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5272024-04-16T05:33:46.122Z++ case "$OSTYPE" in
5282024-04-16T05:33:46.122Z++ SHA=sha256sum
5292024-04-16T05:33:46.122Z++ sha256sum
5302024-04-16T05:33:46.122Z++ awk '{print $1}'
5312024-04-16T05:33:46.123Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5322024-04-16T05:33:46.123Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5332024-04-16T05:33:46.123Z+ set -o errexit
5342024-04-16T05:33:46.123Z+++ dirname ./tools/ci_download_dendrite_stub
5352024-04-16T05:33:46.123Z++ cd ./tools
5362024-04-16T05:33:46.123Z++ pwd
5372024-04-16T05:33:46.123Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5382024-04-16T05:33:46.123Z++ basename ./tools/ci_download_dendrite_stub
5392024-04-16T05:33:46.123Z+ ARG0=ci_download_dendrite_stub
5402024-04-16T05:33:46.123Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5412024-04-16T05:33:46.123Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5422024-04-16T05:33:46.123Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5432024-04-16T05:33:46.123Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5442024-04-16T05:33:46.123Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5452024-04-16T05:33:46.123Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5462024-04-16T05:33:46.123Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5472024-04-16T05:33:46.123Z+ TARGET_DIR=out
5482024-04-16T05:33:46.123Z+ DOWNLOAD_DIR=out/downloads
5492024-04-16T05:33:46.123Z+ DEST_DIR=./out/dendrite-stub
5502024-04-16T05:33:46.124Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5512024-04-16T05:33:46.124Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5522024-04-16T05:33:46.124Z+ REPO=oxidecomputer/dendrite
5532024-04-16T05:33:46.124Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5542024-04-16T05:33:46.124Z+ main
5552024-04-16T05:33:46.124Z+ [[ 0 != 0 ]]
5562024-04-16T05:33:46.124Z+ CIDL_OS=solaris2.11
5572024-04-16T05:33:46.124Z+ [[ 0 != 0 ]]
5582024-04-16T05:33:46.124Z+ configure_os solaris2.11
5592024-04-16T05:33:46.124Z+ echo 'current directory: /work/oxidecomputer/omicron'
5602024-04-16T05:33:46.124Z+ echo 'configuring based on OS: "solaris2.11"'
5612024-04-16T05:33:46.124Zcurrent directory: /work/oxidecomputer/omicron
5622024-04-16T05:33:46.124Zconfiguring based on OS: "solaris2.11"
5632024-04-16T05:33:46.124Z+ case "$1" in
5642024-04-16T05:33:46.124Z+ SET_BINARIES=
5652024-04-16T05:33:46.124Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5662024-04-16T05:33:46.124Z+ CIDL_SHA256FUNC=do_sha256sum
5672024-04-16T05:33:46.124Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5682024-04-16T05:33:46.124Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5692024-04-16T05:33:46.124Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5702024-04-16T05:33:46.124Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5712024-04-16T05:33:46.124Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5722024-04-16T05:33:46.124ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5732024-04-16T05:33:46.124ZLocal file: out/downloads/dendrite-stub.tar.gz
5742024-04-16T05:33:46.125Z+ mkdir -p out/downloads
5752024-04-16T05:33:46.125Z+ mkdir -p ./out/dendrite-stub
5762024-04-16T05:33:46.125Z+ fetch_and_verify
5772024-04-16T05:33:46.125Z+ local DO_DOWNLOAD=true
5782024-04-16T05:33:46.125Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5792024-04-16T05:33:46.125Z+ '[' true == true ']'
5802024-04-16T05:33:46.125Z+ echo Downloading...
5812024-04-16T05:33:46.125ZDownloading...
5822024-04-16T05:33:46.125Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5832024-04-16T05:33:46.125Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5842024-04-16T05:33:51.317Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5852024-04-16T05:33:51.321Z++ sha256sum
5862024-04-16T05:33:51.321Z++ awk '{print $1}'
5872024-04-16T05:33:51.342Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5882024-04-16T05:33:51.349Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5892024-04-16T05:33:51.349Z+ do_untar out/downloads/dendrite-stub.tar.gz
5902024-04-16T05:33:51.349Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5912024-04-16T05:33:51.943Z+ do_assemble
5922024-04-16T05:33:51.943Z+ rm -r ./out/dendrite-stub
5932024-04-16T05:33:51.955Z+ mkdir ./out/dendrite-stub
5942024-04-16T05:33:51.955Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5952024-04-16T05:33:52.026Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5962024-04-16T05:33:52.035Z+ set -o errexit
5972024-04-16T05:33:52.050Z+++ dirname ./tools/ci_download_maghemite_mgd
5982024-04-16T05:33:52.050Z++ cd ./tools
5992024-04-16T05:33:52.050Z++ pwd
6002024-04-16T05:33:52.050Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6012024-04-16T05:33:52.050Z++ basename ./tools/ci_download_maghemite_mgd
6022024-04-16T05:33:52.050Z+ ARG0=ci_download_maghemite_mgd
6032024-04-16T05:33:52.051Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6042024-04-16T05:33:52.051Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6052024-04-16T05:33:52.051Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6062024-04-16T05:33:52.051Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6072024-04-16T05:33:52.051Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6082024-04-16T05:33:52.051Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6092024-04-16T05:33:52.051Z+ TARGET_DIR=out
6102024-04-16T05:33:52.051Z+ DOWNLOAD_DIR=out/downloads
6112024-04-16T05:33:52.051Z+ DEST_DIR=./out/mgd
6122024-04-16T05:33:52.051Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6132024-04-16T05:33:52.051Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6142024-04-16T05:33:52.052Z+ REPO=oxidecomputer/maghemite
6152024-04-16T05:33:52.052Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6162024-04-16T05:33:52.052Z+ main
6172024-04-16T05:33:52.052Z+ rm -rf out/downloads/root
6182024-04-16T05:33:52.061Z+ [[ 0 != 0 ]]
6192024-04-16T05:33:52.061Z+ CIDL_OS=solaris2.11
6202024-04-16T05:33:52.061Z+ [[ 0 != 0 ]]
6212024-04-16T05:33:52.061Z+ configure_os solaris2.11
6222024-04-16T05:33:52.062Z+ echo 'current directory: /work/oxidecomputer/omicron'
6232024-04-16T05:33:52.062Zcurrent directory: /work/oxidecomputer/omicron
6242024-04-16T05:33:52.062Z+ echo 'configuring based on OS: "solaris2.11"'
6252024-04-16T05:33:52.062Zconfiguring based on OS: "solaris2.11"
6262024-04-16T05:33:52.062Z+ case "$1" in
6272024-04-16T05:33:52.062Z+ SET_BINARIES=
6282024-04-16T05:33:52.062Z+ CIDL_SHA256FUNC=do_sha256sum
6292024-04-16T05:33:52.062Z+ TARBALL_FILENAME=mgd.tar.gz
6302024-04-16T05:33:52.062Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6312024-04-16T05:33:52.062Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6322024-04-16T05:33:52.062Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6332024-04-16T05:33:52.063ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6342024-04-16T05:33:52.063Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6352024-04-16T05:33:52.063ZLocal file: out/downloads/mgd.tar.gz
6362024-04-16T05:33:52.063Z+ mkdir -p out/downloads
6372024-04-16T05:33:52.063Z+ mkdir -p ./out/mgd
6382024-04-16T05:33:52.063Z+ fetch_and_verify
6392024-04-16T05:33:52.063Z+ local DO_DOWNLOAD=true
6402024-04-16T05:33:52.063Z+ [[ -f out/downloads/mgd.tar.gz ]]
6412024-04-16T05:33:52.063Z+ '[' true == true ']'
6422024-04-16T05:33:52.063Z+ echo Downloading...
6432024-04-16T05:33:52.063ZDownloading...
6442024-04-16T05:33:52.063Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6452024-04-16T05:33:52.063Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6462024-04-16T05:33:58.816Z++ do_sha256sum out/downloads/mgd.tar.gz
6472024-04-16T05:33:58.828Z++ sha256sum
6482024-04-16T05:33:58.828Z++ awk '{print $1}'
6492024-04-16T05:33:58.852Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6502024-04-16T05:33:58.853Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6512024-04-16T05:33:58.853Z+ do_untar out/downloads/mgd.tar.gz
6522024-04-16T05:33:58.853Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6532024-04-16T05:33:59.425Z+ do_assemble
6542024-04-16T05:33:59.425Z+ rm -r ./out/mgd
6552024-04-16T05:33:59.428Z+ mkdir ./out/mgd
6562024-04-16T05:33:59.434Z+ cp -r out/downloads/root ./out/mgd/root
6572024-04-16T05:33:59.515Z+ set -o errexit
6582024-04-16T05:33:59.519Z+++ dirname ./tools/ci_download_transceiver_control
6592024-04-16T05:33:59.519Z++ cd ./tools
6602024-04-16T05:33:59.519Z++ pwd
6612024-04-16T05:33:59.525Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6622024-04-16T05:33:59.525Z++ basename ./tools/ci_download_transceiver_control
6632024-04-16T05:33:59.526Z+ ARG0=ci_download_transceiver_control
6642024-04-16T05:33:59.526Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6652024-04-16T05:33:59.526Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6662024-04-16T05:33:59.526Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6672024-04-16T05:33:59.526Z+ TARGET_DIR=out
6682024-04-16T05:33:59.526Z+ DOWNLOAD_DIR=out/downloads
6692024-04-16T05:33:59.526Z+ DEST_DIR=./out/transceiver-control
6702024-04-16T05:33:59.526Z+ BIN_DIR=/opt/oxide/bin
6712024-04-16T05:33:59.526Z+ BINARY=xcvradm
6722024-04-16T05:33:59.526Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6732024-04-16T05:33:59.526Z+ REPO=oxidecomputer/transceiver-control
6742024-04-16T05:33:59.527Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6752024-04-16T05:33:59.527Z+ main
6762024-04-16T05:33:59.527Z+ [[ 0 != 0 ]]
6772024-04-16T05:33:59.527Z+ CIDL_OS=solaris2.11
6782024-04-16T05:33:59.527Z+ [[ 0 != 0 ]]
6792024-04-16T05:33:59.527Z+ configure_os solaris2.11
6802024-04-16T05:33:59.527Z+ echo 'current directory: /work/oxidecomputer/omicron'
6812024-04-16T05:33:59.527Zcurrent directory: /work/oxidecomputer/omicron
6822024-04-16T05:33:59.527Z+ echo 'configuring based on OS: "solaris2.11"'
6832024-04-16T05:33:59.527Z+ case "$1" in
6842024-04-16T05:33:59.527Z+ SET_BINARIES=
6852024-04-16T05:33:59.527Zconfiguring based on OS: "solaris2.11"
6862024-04-16T05:33:59.527Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6872024-04-16T05:33:59.528Z+ CIDL_SHA256FUNC=do_sha256sum
6882024-04-16T05:33:59.528Z+ ARCHIVE_FILENAME=xcvradm.gz
6892024-04-16T05:33:59.528Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6902024-04-16T05:33:59.528Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6912024-04-16T05:33:59.528Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6922024-04-16T05:33:59.528Z+ echo 'Local file: out/downloads/xcvradm.gz'
6932024-04-16T05:33:59.528ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6942024-04-16T05:33:59.528ZLocal file: out/downloads/xcvradm.gz
6952024-04-16T05:33:59.528Z+ mkdir -p out/downloads
6962024-04-16T05:33:59.533Z+ mkdir -p ./out/transceiver-control
6972024-04-16T05:33:59.533Z+ fetch_and_verify
6982024-04-16T05:33:59.533Z+ local DO_DOWNLOAD=true
6992024-04-16T05:33:59.533Z+ [[ -f out/downloads/xcvradm.gz ]]
7002024-04-16T05:33:59.533Z+ '[' true == true ']'
7012024-04-16T05:33:59.533Z+ echo Downloading...
7022024-04-16T05:33:59.533ZDownloading...
7032024-04-16T05:33:59.533Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7042024-04-16T05:33:59.533Z+ 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
7052024-04-16T05:34:01.885Z++ do_sha256sum out/downloads/xcvradm.gz
7062024-04-16T05:34:01.890Z++ sha256sum
7072024-04-16T05:34:01.890Z++ awk '{print $1}'
7082024-04-16T05:34:01.894Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7092024-04-16T05:34:01.900Z+ [[ 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 ]]
7102024-04-16T05:34:01.900Z+ do_unpack out/downloads/xcvradm.gz
7112024-04-16T05:34:01.900Z+ mkdir -p out/downloads/root//opt/oxide/bin
7122024-04-16T05:34:01.900Z+ gzip -dc out/downloads/xcvradm.gz
7132024-04-16T05:34:02.017Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7142024-04-16T05:34:02.021Z+ do_assemble
7152024-04-16T05:34:02.021Z+ rm -r ./out/transceiver-control
7162024-04-16T05:34:02.025Z+ mkdir ./out/transceiver-control
7172024-04-16T05:34:02.026Z+ cp -r out/downloads/root ./out/transceiver-control/root
7182024-04-16T05:34:02.130Z+ set -o errexit
7192024-04-16T05:34:02.135Z+++ dirname ./tools/ci_download_thundermuffin
7202024-04-16T05:34:02.135Z++ cd ./tools
7212024-04-16T05:34:02.135Z++ pwd
7222024-04-16T05:34:02.135Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7232024-04-16T05:34:02.139Z++ basename ./tools/ci_download_thundermuffin
7242024-04-16T05:34:02.139Z+ ARG0=ci_download_thundermuffin
7252024-04-16T05:34:02.139Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7262024-04-16T05:34:02.139Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7272024-04-16T05:34:02.139Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7282024-04-16T05:34:02.139Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7292024-04-16T05:34:02.139Z+ TARGET_DIR=out
7302024-04-16T05:34:02.139Z+ DOWNLOAD_DIR=out/downloads
7312024-04-16T05:34:02.139Z+ DEST_DIR=./out/thundermuffin
7322024-04-16T05:34:02.139Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7332024-04-16T05:34:02.139Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7342024-04-16T05:34:02.139Z+ REPO=oxidecomputer/thundermuffin
7352024-04-16T05:34:02.139Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7362024-04-16T05:34:02.139Z+ main
7372024-04-16T05:34:02.139Z+ rm -rf out/downloads/root
7382024-04-16T05:34:02.144Z+ [[ 0 != 0 ]]
7392024-04-16T05:34:02.148Z+ CIDL_OS=solaris2.11
7402024-04-16T05:34:02.148Z+ [[ 0 != 0 ]]
7412024-04-16T05:34:02.148Z+ configure_os solaris2.11
7422024-04-16T05:34:02.148Z+ echo 'current directory: /work/oxidecomputer/omicron'
7432024-04-16T05:34:02.148Zcurrent directory: /work/oxidecomputer/omicron
7442024-04-16T05:34:02.148Z+ echo 'configuring based on OS: "solaris2.11"'
7452024-04-16T05:34:02.149Z+ case "$1" in
7462024-04-16T05:34:02.149Zconfiguring based on OS: "solaris2.11"
7472024-04-16T05:34:02.149Z+ SET_BINARIES=
7482024-04-16T05:34:02.149Z+ CIDL_SHA256FUNC=do_sha256sum
7492024-04-16T05:34:02.149Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7502024-04-16T05:34:02.149Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7512024-04-16T05:34:02.149Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7522024-04-16T05:34:02.149Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7532024-04-16T05:34:02.149ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7542024-04-16T05:34:02.149ZLocal file: out/downloads/thundermuffin.tar.gz
7552024-04-16T05:34:02.149Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7562024-04-16T05:34:02.149Z+ mkdir -p out/downloads
7572024-04-16T05:34:02.149Z+ mkdir -p ./out/thundermuffin
7582024-04-16T05:34:02.161Z+ fetch_and_verify
7592024-04-16T05:34:02.161Z+ local DO_DOWNLOAD=true
7602024-04-16T05:34:02.161Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7612024-04-16T05:34:02.161Z+ '[' true == true ']'
7622024-04-16T05:34:02.161Z+ echo Downloading...
7632024-04-16T05:34:02.161ZDownloading...
7642024-04-16T05:34:02.161Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7652024-04-16T05:34:02.161Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7662024-04-16T05:34:03.190Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7672024-04-16T05:34:03.195Z++ sha256sum
7682024-04-16T05:34:03.195Z++ awk '{print $1}'
7692024-04-16T05:34:03.198Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7702024-04-16T05:34:03.199Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7712024-04-16T05:34:03.199Z+ do_untar out/downloads/thundermuffin.tar.gz
7722024-04-16T05:34:03.199Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7732024-04-16T05:34:03.262Z+ do_assemble
7742024-04-16T05:34:03.262Z+ rm -r ./out/thundermuffin
7752024-04-16T05:34:03.266Z+ mkdir ./out/thundermuffin
7762024-04-16T05:34:03.266Z+ cp -r out/downloads/root ./out/thundermuffin/root
7772024-04-16T05:34:03.290ZAll builder prerequisites installed successfully, and PATH looks valid
7782024-04-16T05:34:03.294Z
7792024-04-16T05:34:03.294Zreal 1:52.237581831
7802024-04-16T05:34:03.294Zuser 38.415524568
7812024-04-16T05:34:03.294Zsys 7.150013508
7822024-04-16T05:34:03.294Ztrap 0.008401862
7832024-04-16T05:34:03.294Ztflt 0.113091199
7842024-04-16T05:34:03.294Zdflt 0.457214451
7852024-04-16T05:34:03.294Zkflt 0.117434950
7862024-04-16T05:34:03.295Zlock 1.105824220
7872024-04-16T05:34:03.295Zslp 3:37.001745248
7882024-04-16T05:34:03.295Zlat 2.017464654
7892024-04-16T05:34:03.295Zstop 0.136717823
7902024-04-16T05:34:03.295Z
7912024-04-16T05:34:03.295Z #### # # ##### ##### # #
7922024-04-16T05:34:03.295Z # # # # # # # # # #
7932024-04-16T05:34:03.295Z # # # # # # # #
7942024-04-16T05:34:03.295Z # # # ##### ##### #
7952024-04-16T05:34:03.295Z # # # # # # #
7962024-04-16T05:34:03.295Z #### ###### # # # #
7972024-04-16T05:34:03.295Z
7982024-04-16T05:34:03.512Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7992024-04-16T05:34:03.831Z Updating git repository `https://github.com/oxidecomputer/zone`
8002024-04-16T05:34:04.149Z Updating crates.io index
8012024-04-16T05:34:04.152Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8022024-04-16T05:34:04.959Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8032024-04-16T05:34:05.650Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8042024-04-16T05:34:07.617Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8052024-04-16T05:34:08.102Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8062024-04-16T05:34:08.464Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072024-04-16T05:34:09.404Z Updating git repository `https://github.com/oxidecomputer/crucible`
8082024-04-16T05:34:11.054Z Updating git repository `https://github.com/oxidecomputer/opte`
8092024-04-16T05:34:12.081Z Updating git repository `https://github.com/oxidecomputer/falcon`
8102024-04-16T05:34:12.873Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8112024-04-16T05:34:13.159Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8122024-04-16T05:34:13.800Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8132024-04-16T05:34:14.131Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8142024-04-16T05:34:14.443Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8152024-04-16T05:34:14.829Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8162024-04-16T05:34:15.251Z Updating git repository `http://github.com/oxidecomputer/tofino`
8172024-04-16T05:34:15.625Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8182024-04-16T05:34:15.903Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8192024-04-16T05:34:16.150Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8202024-04-16T05:34:16.452Z Updating git repository `https://github.com/oxidecomputer/ispf`
8212024-04-16T05:34:16.811Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8222024-04-16T05:34:17.228Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8232024-04-16T05:34:17.842Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8242024-04-16T05:34:18.198Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8252024-04-16T05:34:18.467Z Updating git repository `https://github.com/jgallagher/nix`
8262024-04-16T05:34:19.628Z Updating git repository `https://github.com/cbiffle/hubpack`
8272024-04-16T05:34:19.954Z Updating git repository `https://github.com/oxidecomputer/typify`
8282024-04-16T05:34:21.887Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8292024-04-16T05:34:22.292Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8302024-04-16T05:34:22.595Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8312024-04-16T05:34:23.023Z Updating git repository `https://github.com/oxidecomputer/rfb`
8322024-04-16T05:34:24.396Z Downloading crates ...
8332024-04-16T05:34:24.488Z Downloaded anstream v0.6.11
8342024-04-16T05:34:24.491Z Downloaded equivalent v1.0.1
8352024-04-16T05:34:24.495Z Downloaded colorchoice v1.0.0
8362024-04-16T05:34:24.495Z Downloaded heck v0.5.0
8372024-04-16T05:34:24.495Z Downloaded clap_lex v0.7.0
8382024-04-16T05:34:24.495Z Downloaded anstyle-parse v0.2.1
8392024-04-16T05:34:24.499Z Downloaded anstyle v1.0.6
8402024-04-16T05:34:24.522Z Downloaded swrite v0.1.0
8412024-04-16T05:34:24.525Z Downloaded cargo-platform v0.1.3
8422024-04-16T05:34:24.525Z Downloaded errno v0.3.8
8432024-04-16T05:34:24.525Z Downloaded utf8parse v0.2.1
8442024-04-16T05:34:24.529Z Downloaded thiserror v1.0.58
8452024-04-16T05:34:24.533Z Downloaded strsim v0.11.0
8462024-04-16T05:34:24.538Z Downloaded macaddr v1.0.1
8472024-04-16T05:34:24.538Z Downloaded autocfg v1.1.0
8482024-04-16T05:34:24.539Z Downloaded itoa v1.0.9
8492024-04-16T05:34:24.539Z Downloaded anstyle-query v1.0.0
8502024-04-16T05:34:24.542Z Downloaded semver v1.0.22
8512024-04-16T05:34:24.545Z Downloaded terminal_size v0.3.0
8522024-04-16T05:34:24.545Z Downloaded toml_datetime v0.6.5
8532024-04-16T05:34:24.545Z Downloaded serde_spanned v0.6.5
8542024-04-16T05:34:24.549Z Downloaded thiserror-impl v1.0.58
8552024-04-16T05:34:24.554Z Downloaded clap_derive v4.5.4
8562024-04-16T05:34:24.558Z Downloaded anyhow v1.0.82
8572024-04-16T05:34:24.558Z Downloaded cargo_toml v0.19.2
8582024-04-16T05:34:24.562Z Downloaded cargo_metadata v0.18.1
8592024-04-16T05:34:24.562Z Downloaded quote v1.0.36
8602024-04-16T05:34:24.562Z Downloaded bitflags v2.4.2
8612024-04-16T05:34:24.566Z Downloaded camino v1.1.6
8622024-04-16T05:34:24.570Z Downloaded fs-err v2.11.0
8632024-04-16T05:34:24.570Z Downloaded ryu v1.0.15
8642024-04-16T05:34:24.575Z Downloaded clap v4.5.4
8652024-04-16T05:34:24.582Z Downloaded toml v0.8.12
8662024-04-16T05:34:24.590Z Downloaded unicode-ident v1.0.12
8672024-04-16T05:34:24.594Z Downloaded serde_derive v1.0.197
8682024-04-16T05:34:24.603Z Downloaded proc-macro2 v1.0.80
8692024-04-16T05:34:24.608Z Downloaded serde v1.0.197
8702024-04-16T05:34:24.617Z Downloaded memchr v2.7.1
8712024-04-16T05:34:24.622Z Downloaded toml_edit v0.22.9
8722024-04-16T05:34:24.642Z Downloaded hashbrown v0.14.3
8732024-04-16T05:34:24.647Z Downloaded indexmap v2.2.6
8742024-04-16T05:34:24.650Z Downloaded winnow v0.6.1
8752024-04-16T05:34:24.661Z Downloaded serde_json v1.0.116
8762024-04-16T05:34:24.664Z Downloaded clap_builder v4.5.2
8772024-04-16T05:34:24.670Z Downloaded syn v2.0.59
8782024-04-16T05:34:24.686Z Downloaded rustix v0.38.31
8792024-04-16T05:34:24.726Z Downloaded libc v0.2.153
8802024-04-16T05:34:24.969Z Compiling proc-macro2 v1.0.80
8812024-04-16T05:34:24.972Z Compiling unicode-ident v1.0.12
8822024-04-16T05:34:24.973Z Compiling serde v1.0.197
8832024-04-16T05:34:24.973Z Compiling libc v0.2.153
8842024-04-16T05:34:24.973Z Compiling rustix v0.38.31
8852024-04-16T05:34:24.973Z Compiling utf8parse v0.2.1
8862024-04-16T05:34:24.973Z Compiling hashbrown v0.14.3
8872024-04-16T05:34:24.994Z Compiling bitflags v2.4.2
8882024-04-16T05:34:25.183Z Compiling equivalent v1.0.1
8892024-04-16T05:34:25.187Z Compiling anstyle-parse v0.2.1
8902024-04-16T05:34:25.314Z Compiling thiserror v1.0.58
8912024-04-16T05:34:25.414Z Compiling serde_json v1.0.116
8922024-04-16T05:34:25.494Z Compiling semver v1.0.22
8932024-04-16T05:34:26.110Z Compiling indexmap v2.2.6
8942024-04-16T05:34:26.135Z Compiling anstyle v1.0.6
8952024-04-16T05:34:26.140Z Compiling winnow v0.6.1
8962024-04-16T05:34:26.140Z Compiling camino v1.1.6
8972024-04-16T05:34:26.318Z Compiling colorchoice v1.0.0
8982024-04-16T05:34:26.414Z Compiling anstyle-query v1.0.0
8992024-04-16T05:34:26.474Z Compiling autocfg v1.1.0
9002024-04-16T05:34:26.528Z Compiling anstream v0.6.11
9012024-04-16T05:34:26.718Z Compiling anyhow v1.0.82
9022024-04-16T05:34:26.743Z Compiling strsim v0.11.0
9032024-04-16T05:34:27.228Z Compiling quote v1.0.36
9042024-04-16T05:34:27.312Z Compiling fs-err v2.11.0
9052024-04-16T05:34:27.316Z Compiling clap_lex v0.7.0
9062024-04-16T05:34:27.353Z Compiling heck v0.5.0
9072024-04-16T05:34:27.604Z Compiling syn v2.0.59
9082024-04-16T05:34:27.641Z Compiling errno v0.3.8
9092024-04-16T05:34:27.844Z Compiling ryu v1.0.15
9102024-04-16T05:34:27.872Z Compiling itoa v1.0.9
9112024-04-16T05:34:28.071Z Compiling swrite v0.1.0
9122024-04-16T05:34:28.767Z Compiling terminal_size v0.3.0
9132024-04-16T05:34:28.878Z Compiling clap_builder v4.5.2
9142024-04-16T05:34:32.735Z Compiling serde_derive v1.0.197
9152024-04-16T05:34:32.735Z Compiling thiserror-impl v1.0.58
9162024-04-16T05:34:32.751Z Compiling clap_derive v4.5.4
9172024-04-16T05:34:35.350Z Compiling clap v4.5.4
9182024-04-16T05:34:40.255Z Compiling serde_spanned v0.6.5
9192024-04-16T05:34:40.259Z Compiling toml_datetime v0.6.5
9202024-04-16T05:34:40.259Z Compiling cargo-platform v0.1.3
9212024-04-16T05:34:40.259Z Compiling macaddr v1.0.1
9222024-04-16T05:34:40.486Z Compiling toml_edit v0.22.9
9232024-04-16T05:34:41.547Z Compiling cargo_metadata v0.18.1
9242024-04-16T05:34:42.438Z Compiling toml v0.8.12
9252024-04-16T05:34:43.185Z Compiling cargo_toml v0.19.2
9262024-04-16T05:34:46.475Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9272024-04-16T05:34:49.121Z Finished dev [unoptimized + debuginfo] target(s) in 45.78s
9282024-04-16T05:34:49.331Z Running `target/debug/xtask clippy`
9292024-04-16T05:34:49.374Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names"
9302024-04-16T05:34:49.940Z Downloading crates ...
9312024-04-16T05:34:50.047Z Downloaded adler v1.0.2
9322024-04-16T05:34:50.057Z Downloaded crucible-workspace-hack v0.1.0
9332024-04-16T05:34:50.061Z Downloaded atomicwrites v0.4.3
9342024-04-16T05:34:50.065Z Downloaded headers-core v0.2.0
9352024-04-16T05:34:50.068Z Downloaded anes v0.1.6
9362024-04-16T05:34:50.071Z Downloaded array-init v0.0.4
9372024-04-16T05:34:50.074Z Downloaded aead v0.5.2
9382024-04-16T05:34:50.074Z Downloaded heapless v0.7.16
9392024-04-16T05:34:50.081Z Downloaded httparse v1.8.0
9402024-04-16T05:34:50.084Z Downloaded indexmap v1.9.3
9412024-04-16T05:34:50.087Z Downloaded home v0.5.5
9422024-04-16T05:34:50.090Z Downloaded ident_case v1.0.1
9432024-04-16T05:34:50.090Z Downloaded bitfield v0.14.0
9442024-04-16T05:34:50.093Z Downloaded humantime v2.1.0
9452024-04-16T05:34:50.093Z Downloaded bitstruct v0.1.1
9462024-04-16T05:34:50.096Z Downloaded base16ct v0.2.0
9472024-04-16T05:34:50.097Z Downloaded bb8 v0.8.3
9482024-04-16T05:34:50.103Z Downloaded approx v0.5.1
9492024-04-16T05:34:50.103Z Downloaded ahash v0.8.8
9502024-04-16T05:34:50.107Z Downloaded is-terminal v0.4.9
9512024-04-16T05:34:50.107Z Downloaded bitflags v1.3.2
9522024-04-16T05:34:50.107Z Downloaded ascii v1.1.0
9532024-04-16T05:34:50.116Z Downloaded ansi_term v0.12.1
9542024-04-16T05:34:50.140Z Downloaded instant v0.1.12
9552024-04-16T05:34:50.140Z Downloaded bcs v0.1.6
9562024-04-16T05:34:50.140Z Downloaded nested v0.1.1
9572024-04-16T05:34:50.140Z Downloaded allocator-api2 v0.2.16
9582024-04-16T05:34:50.146Z Downloaded http v1.0.0
9592024-04-16T05:34:50.146Z Downloaded http-body v0.4.5
9602024-04-16T05:34:50.146Z Downloaded highway v1.1.0
9612024-04-16T05:34:50.146Z Downloaded nodrop v0.1.14
9622024-04-16T05:34:50.146Z Downloaded matches v0.1.10
9632024-04-16T05:34:50.146Z Downloaded ciborium-io v0.2.2
9642024-04-16T05:34:50.146Z Downloaded nibble_vec v0.1.0
9652024-04-16T05:34:50.146Z Downloaded cfg_aliases v0.1.1
9662024-04-16T05:34:50.146Z Downloaded hyper-rustls v0.24.2
9672024-04-16T05:34:50.146Z Downloaded match_cfg v0.1.0
9682024-04-16T05:34:50.146Z Downloaded assert_matches v1.5.0
9692024-04-16T05:34:50.147Z Downloaded assert_cmd v2.0.14
9702024-04-16T05:34:50.152Z Downloaded new_debug_unreachable v1.0.4
9712024-04-16T05:34:50.152Z Downloaded base64 v0.22.0
9722024-04-16T05:34:50.157Z Downloaded bit-vec v0.6.3
9732024-04-16T05:34:50.158Z Downloaded newtype_derive v0.1.6
9742024-04-16T05:34:50.158Z Downloaded normalize-line-endings v0.3.0
9752024-04-16T05:34:50.165Z Downloaded newline-converter v0.3.0
9762024-04-16T05:34:50.165Z Downloaded is_ci v1.2.0
9772024-04-16T05:34:50.165Z Downloaded lalrpop-util v0.19.12
9782024-04-16T05:34:50.165Z Downloaded atomic-waker v1.1.1
9792024-04-16T05:34:50.165Z Downloaded arc-swap v1.6.0
9802024-04-16T05:34:50.168Z Downloaded async-stream v0.3.5
9812024-04-16T05:34:50.173Z Downloaded impl-trait-for-tuples v0.2.2
9822024-04-16T05:34:50.173Z Downloaded lazycell v1.3.0
9832024-04-16T05:34:50.178Z Downloaded buf-list v1.0.3
9842024-04-16T05:34:50.178Z Downloaded lazy_static v1.4.0
9852024-04-16T05:34:50.187Z Downloaded constant_time_eq v0.2.6
9862024-04-16T05:34:50.187Z Downloaded cfg-if v1.0.0
9872024-04-16T05:34:50.187Z Downloaded iana-time-zone v0.1.57
9882024-04-16T05:34:50.187Z Downloaded time-core v0.1.2
9892024-04-16T05:34:50.187Z Downloaded constant_time_eq v0.3.0
9902024-04-16T05:34:50.192Z Downloaded threadpool v1.8.1
9912024-04-16T05:34:50.192Z Downloaded ipnetwork v0.20.0
9922024-04-16T05:34:50.192Z Downloaded corncobs v0.1.3
9932024-04-16T05:34:50.192Z Downloaded num v0.4.2
9942024-04-16T05:34:50.192Z Downloaded mockall v0.12.1
9952024-04-16T05:34:50.197Z Downloaded bytecount v0.6.3
9962024-04-16T05:34:50.197Z Downloaded indoc v2.0.3
9972024-04-16T05:34:50.202Z Downloaded nanorand v0.7.0
9982024-04-16T05:34:50.209Z Downloaded crossbeam-deque v0.8.3
9992024-04-16T05:34:50.209Z Downloaded lru-cache v0.1.2
10002024-04-16T05:34:50.209Z Downloaded crc-catalog v2.2.0
10012024-04-16T05:34:50.214Z Downloaded crunchy v0.2.2
10022024-04-16T05:34:50.215Z Downloaded maybe-uninit v2.0.0
10032024-04-16T05:34:50.215Z Downloaded camino-tempfile v1.1.1
10042024-04-16T05:34:50.215Z Downloaded newtype-uuid v1.1.0
10052024-04-16T05:34:50.215Z Downloaded md-5 v0.10.5
10062024-04-16T05:34:50.632Z Downloaded rustversion v1.0.14
10072024-04-16T05:34:50.632Z Downloaded cobs v0.2.3
10082024-04-16T05:34:50.632Z Downloaded rustc-demangle v0.1.23
10092024-04-16T05:34:50.632Z Downloaded try-lock v0.2.4
10102024-04-16T05:34:50.632Z Downloaded libsw v3.3.1
10112024-04-16T05:34:50.632Z Downloaded ipnet v2.9.0
10122024-04-16T05:34:50.632Z Downloaded derive_builder_macro v0.20.0
10132024-04-16T05:34:50.632Z Downloaded crc v3.0.1
10142024-04-16T05:34:50.632Z Downloaded signal-hook-registry v1.4.1
10152024-04-16T05:34:50.632Z Downloaded rand_seeder v0.2.3
10162024-04-16T05:34:50.632Z Downloaded time-macros v0.2.17
10172024-04-16T05:34:50.632Z Downloaded fxhash v0.2.1
10182024-04-16T05:34:50.632Z Downloaded sec1 v0.7.3
10192024-04-16T05:34:50.632Z Downloaded cpufeatures v0.2.12
10202024-04-16T05:34:50.632Z Downloaded tiny-keccak v2.0.2
10212024-04-16T05:34:50.632Z Downloaded unarray v0.1.4
10222024-04-16T05:34:50.632Z Downloaded console v0.15.8
10232024-04-16T05:34:50.632Z Downloaded mime_guess v2.0.4
10242024-04-16T05:34:50.633Z Downloaded mime v0.3.17
10252024-04-16T05:34:50.633Z Downloaded lock_api v0.4.10
10262024-04-16T05:34:50.633Z Downloaded foreign-types-macros v0.2.3
10272024-04-16T05:34:50.633Z Downloaded libefi-sys v0.1.0
10282024-04-16T05:34:50.633Z Downloaded yansi v0.5.1
10292024-04-16T05:34:50.633Z Downloaded xattr v1.0.1
10302024-04-16T05:34:50.633Z Downloaded rustls-native-certs v0.7.0
10312024-04-16T05:34:50.633Z Downloaded hmac v0.12.1
10322024-04-16T05:34:50.633Z Downloaded zone v0.1.8
10332024-04-16T05:34:50.633Z Downloaded hkdf v0.12.4
10342024-04-16T05:34:50.633Z Downloaded cookie_store v0.20.0
10352024-04-16T05:34:50.633Z Downloaded relative-path v1.9.0
10362024-04-16T05:34:50.633Z Downloaded criterion-plot v0.5.0
10372024-04-16T05:34:50.633Z Downloaded target-spec v3.1.0
10382024-04-16T05:34:50.633Z Downloaded rtoolbox v0.0.1
10392024-04-16T05:34:50.633Z Downloaded strum_macros v0.25.2
10402024-04-16T05:34:50.633Z Downloaded take_mut v0.2.2
10412024-04-16T05:34:50.633Z Downloaded httptest v0.15.5
10422024-04-16T05:34:50.633Z Downloaded fd-lock v4.0.2
10432024-04-16T05:34:50.633Z Downloaded thread-id v4.2.0
10442024-04-16T05:34:50.633Z Downloaded generic-array v0.14.7
10452024-04-16T05:34:50.633Z Downloaded pretty-hex v0.2.1
10462024-04-16T05:34:50.634Z Downloaded mockall_derive v0.12.1
10472024-04-16T05:34:50.634Z Downloaded spki v0.7.2
10482024-04-16T05:34:50.634Z Downloaded tower-layer v0.3.2
10492024-04-16T05:34:50.634Z Downloaded vsss-rs v3.3.4
10502024-04-16T05:34:50.634Z Downloaded num_enum v0.5.11
10512024-04-16T05:34:50.634Z Downloaded version_check v0.9.4
10522024-04-16T05:34:50.634Z Downloaded const-oid v0.9.6
10532024-04-16T05:34:50.634Z Downloaded usdt-attr-macro v0.5.0
10542024-04-16T05:34:50.634Z Downloaded strum v0.26.2
10552024-04-16T05:34:50.634Z Downloaded crc-any v2.4.3
10562024-04-16T05:34:50.634Z Downloaded plain v0.2.3
10572024-04-16T05:34:50.634Z Downloaded tinyvec_macros v0.1.1
10582024-04-16T05:34:50.634Z Downloaded rustc-hash v1.1.0
10592024-04-16T05:34:50.634Z Downloaded rand_chacha v0.3.1
10602024-04-16T05:34:50.634Z Downloaded ed25519 v1.5.3
10612024-04-16T05:34:50.634Z Downloaded dtrace-parser v0.1.14
10622024-04-16T05:34:50.634Z Downloaded fastrand v2.0.1
10632024-04-16T05:34:50.634Z Downloaded derive_builder_core v0.20.0
10642024-04-16T05:34:50.634Z Downloaded crossbeam-utils v0.8.19
10652024-04-16T05:34:50.634Z Downloaded subprocess v0.2.9
10662024-04-16T05:34:50.634Z Downloaded darling_macro v0.20.8
10672024-04-16T05:34:50.634Z Downloaded target-lexicon v0.12.13
10682024-04-16T05:34:50.634Z Downloaded shlex v1.3.0
10692024-04-16T05:34:50.635Z Downloaded num-iter v0.1.44
10702024-04-16T05:34:50.635Z Downloaded tap v1.0.1
10712024-04-16T05:34:50.635Z Downloaded stringprep v0.1.3
10722024-04-16T05:34:50.635Z Downloaded clang-sys v1.6.1
10732024-04-16T05:34:50.635Z Downloaded string_cache v0.8.7
10742024-04-16T05:34:50.635Z Downloaded peeking_take_while v0.1.2
10752024-04-16T05:34:50.635Z Downloaded pathdiff v0.2.1
10762024-04-16T05:34:50.635Z Downloaded pkg-config v0.3.27
10772024-04-16T05:34:50.635Z Downloaded portpicker v0.1.1
10782024-04-16T05:34:50.635Z Downloaded oso-derive v0.27.3
10792024-04-16T05:34:50.635Z Downloaded libm v0.2.7
10802024-04-16T05:34:50.635Z Downloaded slog-bunyan v2.5.0
10812024-04-16T05:34:50.635Z Downloaded wyz v0.5.1
10822024-04-16T05:34:50.635Z Downloaded ron v0.7.1
10832024-04-16T05:34:50.635Z Downloaded rstest v0.19.0
10842024-04-16T05:34:50.635Z Downloaded tabwriter v1.4.0
10852024-04-16T05:34:50.635Z Downloaded filetime v0.2.23
10862024-04-16T05:34:50.635Z Downloaded topological-sort v0.2.2
10872024-04-16T05:34:50.635Z Downloaded ff v0.13.0
10882024-04-16T05:34:50.635Z Downloaded strum_macros v0.24.3
10892024-04-16T05:34:50.635Z Downloaded flagset v0.4.3
10902024-04-16T05:34:50.635Z Downloaded fixedbitset v0.4.2
10912024-04-16T05:34:50.635Z Downloaded spin v0.9.8
10922024-04-16T05:34:50.635Z Downloaded futures v0.3.30
10932024-04-16T05:34:50.636Z Downloaded postgres-protocol v0.6.6
10942024-04-16T05:34:50.636Z Downloaded quick-error v1.2.3
10952024-04-16T05:34:50.636Z Downloaded peg v0.8.2
10962024-04-16T05:34:50.636Z Downloaded getopts v0.2.21
10972024-04-16T05:34:50.636Z Downloaded endian-type v0.1.2
10982024-04-16T05:34:50.636Z Downloaded usdt-macro v0.5.0
10992024-04-16T05:34:50.636Z Downloaded futures-timer v3.0.2
11002024-04-16T05:34:50.636Z Downloaded gethostname v0.4.3
11012024-04-16T05:34:50.636Z Downloaded hash32 v0.3.1
11022024-04-16T05:34:50.636Z Downloaded rustfmt-wrapper v0.2.1
11032024-04-16T05:34:50.636Z Downloaded paste v1.0.14
11042024-04-16T05:34:50.636Z Downloaded openssl-probe v0.1.5
11052024-04-16T05:34:50.636Z Downloaded slog-json v2.6.1
11062024-04-16T05:34:50.645Z Downloaded sha1 v0.10.6
11072024-04-16T05:34:50.645Z Downloaded foreign-types v0.3.2
11082024-04-16T05:34:50.645Z Downloaded display-error-chain v0.2.0
11092024-04-16T05:34:50.646Z Downloaded termcolor v1.2.0
11102024-04-16T05:34:50.646Z Downloaded num-conv v0.1.0
11112024-04-16T05:34:50.646Z Downloaded synstructure v0.12.6
11122024-04-16T05:34:50.646Z Downloaded structmeta-derive v0.2.0
11132024-04-16T05:34:50.646Z Downloaded rustc_version v0.4.0
11142024-04-16T05:34:50.647Z Downloaded rustc_version v0.1.7
11152024-04-16T05:34:50.647Z Downloaded structmeta v0.3.0
11162024-04-16T05:34:50.647Z Downloaded smf v0.2.3
11172024-04-16T05:34:50.647Z Downloaded fatfs v0.3.6
11182024-04-16T05:34:50.647Z Downloaded snafu v0.8.2
11192024-04-16T05:34:50.648Z Downloaded tower-service v0.3.2
11202024-04-16T05:34:50.648Z Downloaded number_prefix v0.4.0
11212024-04-16T05:34:50.648Z Downloaded dtrace-parser v0.2.0
11222024-04-16T05:34:50.648Z Downloaded doc-comment v0.3.3
11232024-04-16T05:34:50.648Z Downloaded want v0.3.1
11242024-04-16T05:34:50.649Z Downloaded num_threads v0.1.6
11252024-04-16T05:34:50.649Z Downloaded toolchain_find v0.4.0
11262024-04-16T05:34:50.649Z Downloaded rust-argon2 v2.1.0
11272024-04-16T05:34:50.649Z Downloaded waitgroup v0.1.2
11282024-04-16T05:34:50.649Z Downloaded rsa v0.9.2
11292024-04-16T05:34:50.649Z Downloaded pin-utils v0.1.0
11302024-04-16T05:34:50.649Z Downloaded crypto-common v0.1.6
11312024-04-16T05:34:50.649Z Downloaded zeroize_derive v1.4.2
11322024-04-16T05:34:50.650Z Downloaded precomputed-hash v0.1.1
11332024-04-16T05:34:50.650Z Downloaded peg-runtime v0.8.2
11342024-04-16T05:34:50.650Z Downloaded openssl-macros v0.1.1
11352024-04-16T05:34:50.650Z Downloaded diesel_table_macro_syntax v0.1.0
11362024-04-16T05:34:50.650Z Downloaded term v0.7.0
11372024-04-16T05:34:50.650Z Downloaded siphasher v0.3.11
11382024-04-16T05:34:50.650Z Downloaded parse-size v1.0.0
11392024-04-16T05:34:50.650Z Downloaded elliptic-curve v0.13.8
11402024-04-16T05:34:50.650Z Downloaded sync_wrapper v0.1.2
11412024-04-16T05:34:50.651Z Downloaded sigpipe v0.1.3
11422024-04-16T05:34:50.651Z Downloaded owo-colors v4.0.0
11432024-04-16T05:34:50.651Z Downloaded sqlparser_derive v0.2.2
11442024-04-16T05:34:50.651Z Downloaded sqlformat v0.2.3
11452024-04-16T05:34:50.651Z Downloaded spin v0.5.2
11462024-04-16T05:34:50.651Z Downloaded crossbeam-channel v0.5.8
11472024-04-16T05:34:50.651Z Downloaded which v4.4.0
11482024-04-16T05:34:50.652Z Downloaded diesel_derives v2.1.2
11492024-04-16T05:34:50.652Z Downloaded curve25519-dalek-derive v0.1.0
11502024-04-16T05:34:50.652Z Downloaded dyn-clone v1.0.17
11512024-04-16T05:34:50.652Z Downloaded scheduled-thread-pool v0.2.7
11522024-04-16T05:34:50.652Z Downloaded foreign-types v0.5.0
11532024-04-16T05:34:50.652Z Downloaded tracing-attributes v0.1.27
11542024-04-16T05:34:50.652Z Downloaded socket2 v0.4.9
11552024-04-16T05:34:50.653Z Downloaded smallvec v0.6.14
11562024-04-16T05:34:50.653Z Downloaded pin-project-lite v0.2.13
11572024-04-16T05:34:50.653Z Downloaded slog-scope v4.4.0
11582024-04-16T05:34:50.653Z Downloaded scroll_derive v0.12.0
11592024-04-16T05:34:50.653Z Downloaded predicates v3.1.0
11602024-04-16T05:34:50.653Z Downloaded rustls-pemfile v1.0.3
11612024-04-16T05:34:50.654Z Downloaded dirs-sys-next v0.1.2
11622024-04-16T05:34:50.654Z Downloaded digest v0.10.7
11632024-04-16T05:34:50.654Z Downloaded escape8259 v0.5.2
11642024-04-16T05:34:50.654Z Downloaded itertools v0.10.5
11652024-04-16T05:34:50.654Z Downloaded postcard v1.0.8
11662024-04-16T05:34:50.654Z Downloaded phf_shared v0.10.0
11672024-04-16T05:34:50.655Z Downloaded rand_core v0.6.4
11682024-04-16T05:34:50.655Z Downloaded supports-color v3.0.0
11692024-04-16T05:34:50.655Z Downloaded serde_tokenstream v0.2.0
11702024-04-16T05:34:50.655Z Downloaded resolv-conf v0.7.0
11712024-04-16T05:34:50.655Z Downloaded nom v7.1.3
11722024-04-16T05:34:50.655Z Downloaded serde-big-array v0.4.1
11732024-04-16T05:34:50.656Z Downloaded foreign-types-shared v0.1.1
11742024-04-16T05:34:50.656Z Downloaded glob v0.3.1
11752024-04-16T05:34:50.656Z Downloaded predicates-core v1.0.6
11762024-04-16T05:34:50.656Z Downloaded ppv-lite86 v0.2.17
11772024-04-16T05:34:50.656Z Downloaded foreign-types-shared v0.3.1
11782024-04-16T05:34:50.656Z Downloaded partial-io v0.5.4
11792024-04-16T05:34:50.656Z Downloaded rand v0.8.5
11802024-04-16T05:34:50.657Z Downloaded psl-types v2.0.11
11812024-04-16T05:34:50.657Z Downloaded parse-display v0.9.0
11822024-04-16T05:34:50.657Z Downloaded enum-as-inner v0.5.1
11832024-04-16T05:34:50.657Z Downloaded powerfmt v0.2.0
11842024-04-16T05:34:50.657Z Downloaded parse-display-derive v0.9.0
11852024-04-16T05:34:50.657Z Downloaded serde-big-array v0.5.1
11862024-04-16T05:34:50.658Z Downloaded globset v0.4.13
11872024-04-16T05:34:50.658Z Downloaded termtree v0.4.1
11882024-04-16T05:34:50.658Z Downloaded time v0.3.34
11892024-04-16T05:34:50.658Z Downloaded pretty-hex v0.4.1
11902024-04-16T05:34:50.658Z Downloaded oorandom v11.1.3
11912024-04-16T05:34:50.658Z Downloaded erased-serde v0.3.31
11922024-04-16T05:34:50.659Z Downloaded slog-dtrace v0.3.0
11932024-04-16T05:34:50.659Z Downloaded subtle v2.5.0
11942024-04-16T05:34:50.659Z Downloaded hyper v1.1.0
11952024-04-16T05:34:50.659Z Downloaded stability v0.2.0
11962024-04-16T05:34:50.659Z Downloaded vte_generate_state_changes v0.1.1
11972024-04-16T05:34:50.659Z Downloaded usdt-macro v0.3.5
11982024-04-16T05:34:50.659Z Downloaded termios v0.3.3
11992024-04-16T05:34:50.660Z Downloaded usdt v0.3.5
12002024-04-16T05:34:50.660Z Downloaded untrusted v0.9.0
12012024-04-16T05:34:50.660Z Downloaded unicode_categories v0.1.1
12022024-04-16T05:34:50.660Z Downloaded trust-dns-server v0.22.1
12032024-04-16T05:34:50.667Z Downloaded getrandom v0.2.12
12042024-04-16T05:34:50.667Z Downloaded futures-executor v0.3.30
12052024-04-16T05:34:50.667Z Downloaded form_urlencoded v1.2.1
12062024-04-16T05:34:50.667Z Downloaded tungstenite v0.21.0
12072024-04-16T05:34:50.667Z Downloaded strsim v0.10.0
12082024-04-16T05:34:50.667Z Downloaded structmeta v0.2.0
12092024-04-16T05:34:50.667Z Downloaded float-cmp v0.9.0
12102024-04-16T05:34:50.667Z Downloaded num-bigint v0.4.4
12112024-04-16T05:34:50.667Z Downloaded env_logger v0.9.3
12122024-04-16T05:34:50.667Z Downloaded tokio-tungstenite v0.21.0
12132024-04-16T05:34:50.671Z Downloaded tokio-tungstenite v0.20.1
12142024-04-16T05:34:50.671Z Downloaded cstr-argument v0.1.2
12152024-04-16T05:34:50.671Z Downloaded phf v0.11.2
12162024-04-16T05:34:50.671Z Downloaded packed_struct_codegen v0.10.1
12172024-04-16T05:34:50.674Z Downloaded packed_struct v0.10.1
12182024-04-16T05:34:50.674Z Downloaded env_logger v0.10.0
12192024-04-16T05:34:50.678Z Downloaded tracing-core v0.1.32
12202024-04-16T05:34:50.681Z Downloaded guppy-workspace-hack v0.1.0
12212024-04-16T05:34:50.684Z Downloaded trybuild v1.0.91
12222024-04-16T05:34:50.688Z Downloaded stable_deref_trait v1.2.0
12232024-04-16T05:34:50.688Z Downloaded der v0.7.8
12242024-04-16T05:34:50.696Z Downloaded tower v0.4.13
12252024-04-16T05:34:50.702Z Downloaded opaque-debug v0.3.0
12262024-04-16T05:34:50.706Z Downloaded tracing v0.1.40
12272024-04-16T05:34:50.709Z Downloaded slab v0.4.9
12282024-04-16T05:34:50.712Z Downloaded similar-asserts v1.5.0
12292024-04-16T05:34:50.712Z Downloaded structmeta-derive v0.3.0
12302024-04-16T05:34:50.715Z Downloaded zeroize v1.7.0
12312024-04-16T05:34:50.715Z Downloaded rusty-fork v0.3.0
12322024-04-16T05:34:50.718Z Downloaded datatest-stable v0.2.6
12332024-04-16T05:34:50.719Z Downloaded serde_derive_internals v0.26.0
12342024-04-16T05:34:50.722Z Downloaded rustls-pki-types v1.3.0
12352024-04-16T05:34:50.722Z Downloaded parking_lot v0.11.2
12362024-04-16T05:34:50.725Z Downloaded crypto-bigint v0.5.2
12372024-04-16T05:34:50.730Z Downloaded omicron-zone-package v0.11.0
12382024-04-16T05:34:50.734Z Downloaded darling v0.20.8
12392024-04-16T05:34:50.738Z Downloaded textwrap v0.16.1
12402024-04-16T05:34:50.741Z Downloaded test-strategy v0.3.1
12412024-04-16T05:34:50.745Z Downloaded unicode-width v0.1.11
12422024-04-16T05:34:50.748Z Downloaded futures-macro v0.3.30
12432024-04-16T05:34:50.748Z Downloaded tar v0.4.40
12442024-04-16T05:34:50.751Z Downloaded tempfile v3.10.1
12452024-04-16T05:34:50.754Z Downloaded debug-ignore v1.0.5
12462024-04-16T05:34:50.757Z Downloaded futures-io v0.3.30
12472024-04-16T05:34:50.757Z Downloaded fallible-iterator v0.2.0
12482024-04-16T05:34:50.757Z Downloaded poly1305 v0.8.0
12492024-04-16T05:34:50.761Z Downloaded num-bigint-dig v0.8.4
12502024-04-16T05:34:50.768Z Downloaded toml v0.5.11
12512024-04-16T05:34:50.771Z Downloaded plotters-svg v0.3.5
12522024-04-16T05:34:50.771Z Downloaded csv-core v0.1.11
12532024-04-16T05:34:50.771Z Downloaded rustls-pemfile v2.1.2
12542024-04-16T05:34:50.774Z Downloaded zerocopy v0.6.6
12552024-04-16T05:34:50.777Z Downloaded once_cell v1.19.0
12562024-04-16T05:34:50.781Z Downloaded hyper v0.14.28
12572024-04-16T05:34:50.787Z Downloaded defmt-macros v0.3.6
12582024-04-16T05:34:50.791Z Downloaded blake3 v1.5.0
12592024-04-16T05:34:50.798Z Downloaded num-complex v0.4.5
12602024-04-16T05:34:50.802Z Downloaded slog v2.7.0
12612024-04-16T05:34:50.805Z Downloaded samael v0.0.15
12622024-04-16T05:34:50.808Z Downloaded typenum v1.16.0
12632024-04-16T05:34:50.812Z Downloaded prettyplease v0.2.19
12642024-04-16T05:34:50.815Z Downloaded tough v0.17.1
12652024-04-16T05:34:50.824Z Downloaded zerocopy-derive v0.7.32
12662024-04-16T05:34:50.829Z Downloaded structopt v0.3.26
12672024-04-16T05:34:50.837Z Downloaded tokio-rustls v0.25.0
12682024-04-16T05:34:50.840Z Downloaded unicode-segmentation v1.10.1
12692024-04-16T05:34:50.843Z Downloaded half v2.3.1
12702024-04-16T05:34:50.846Z Downloaded pretty_assertions v1.4.0
12712024-04-16T05:34:50.849Z Downloaded pin-project v1.1.3
12722024-04-16T05:34:50.860Z Downloaded tungstenite v0.20.1
12732024-04-16T05:34:50.866Z Downloaded steno v0.4.0
12742024-04-16T05:34:50.869Z Downloaded trust-dns-resolver v0.22.0
12752024-04-16T05:34:50.872Z Downloaded idna v0.5.0
12762024-04-16T05:34:50.880Z Downloaded plotters v0.3.5
12772024-04-16T05:34:50.889Z Downloaded unicode-bidi v0.3.15
12782024-04-16T05:34:50.892Z Downloaded zerocopy v0.7.32
12792024-04-16T05:34:50.910Z Downloaded papergrid v0.11.0
12802024-04-16T05:34:50.914Z Downloaded expectorate v1.1.0
12812024-04-16T05:34:50.918Z Downloaded typed-path v0.7.0
12822024-04-16T05:34:50.925Z Downloaded salty v0.2.0
12832024-04-16T05:34:50.929Z Downloaded quick-xml v0.31.0
12842024-04-16T05:34:50.935Z Downloaded sqlparser v0.44.0
12852024-04-16T05:34:50.941Z Downloaded guppy v0.17.5
12862024-04-16T05:34:50.948Z Downloaded bitvec v1.0.1
12872024-04-16T05:34:50.964Z Downloaded rustyline v14.0.0
12882024-04-16T05:34:50.969Z Downloaded idna v0.3.0
12892024-04-16T05:34:50.978Z Downloaded chrono v0.4.38
12902024-04-16T05:34:50.987Z Downloaded bindgen v0.69.2
12912024-04-16T05:34:50.993Z Downloaded radix_trie v0.2.1
12922024-04-16T05:34:50.998Z Downloaded rayon v1.10.0
12932024-04-16T05:34:51.009Z Downloaded pest v2.7.6
12942024-04-16T05:34:51.015Z Downloaded nix v0.28.0
12952024-04-16T05:34:51.026Z Downloaded reqwest v0.11.24
12962024-04-16T05:34:51.034Z Downloaded webpki-roots v0.25.2
12972024-04-16T05:34:51.038Z Downloaded portable-atomic v1.4.3
12982024-04-16T05:34:51.044Z Downloaded regex v1.10.4
12992024-04-16T05:34:51.061Z Downloaded polar-core v0.27.3
13002024-04-16T05:34:51.069Z Downloaded petgraph v0.6.4
13012024-04-16T05:34:51.084Z Downloaded object v0.30.4
13022024-04-16T05:34:51.093Z Downloaded h2 v0.3.26
13032024-04-16T05:34:51.100Z Downloaded rustls v0.22.2
13042024-04-16T05:34:51.115Z Downloaded regex-syntax v0.8.2
13052024-04-16T05:34:51.126Z Downloaded regress v0.9.1
13062024-04-16T05:34:51.132Z Downloaded object v0.32.1
13072024-04-16T05:34:51.144Z Downloaded proptest v1.4.0
13082024-04-16T05:34:51.152Z Downloaded syn v1.0.109
13092024-04-16T05:34:51.164Z Downloaded tabled v0.15.0
13102024-04-16T05:34:51.180Z Downloaded vcpkg v0.2.15
13112024-04-16T05:34:51.220Z Downloaded sled v0.34.7
13122024-04-16T05:34:51.230Z Downloaded zerocopy-derive v0.6.6
13132024-04-16T05:34:51.241Z Downloaded openssl v0.10.64
13142024-04-16T05:34:51.252Z Downloaded regex-automata v0.4.5
13152024-04-16T05:34:51.270Z Downloaded regex-syntax v0.6.29
13162024-04-16T05:34:51.278Z Downloaded tokio v1.37.0
13172024-04-16T05:34:51.315Z Downloaded encoding_rs v0.8.33
13182024-04-16T05:34:51.336Z Downloaded openapiv3 v2.0.0
13192024-04-16T05:34:51.348Z Downloaded ratatui v0.26.2
13202024-04-16T05:34:51.365Z Downloaded zerocopy-derive v0.2.0
13212024-04-16T05:34:51.374Z Downloaded trust-dns-proto v0.22.0
13222024-04-16T05:34:51.386Z Downloaded bzip2-sys v0.1.11+1.0.8
13232024-04-16T05:34:51.399Z Downloaded diesel v2.1.5
13242024-04-16T05:34:51.418Z Downloaded smoltcp v0.11.0
13252024-04-16T05:34:51.427Z Downloaded bstr v1.9.0
13262024-04-16T05:34:51.441Z Downloaded bstr v0.2.17
13272024-04-16T05:34:51.448Z Downloaded rustls-webpki v0.101.7
13282024-04-16T05:34:51.462Z Downloaded goblin v0.8.0
13292024-04-16T05:34:51.468Z Downloaded curve25519-dalek v4.1.2
13302024-04-16T05:34:51.478Z Downloaded gimli v0.28.0
13312024-04-16T05:34:51.488Z Downloaded sha3 v0.10.8
13322024-04-16T05:34:51.496Z Downloaded rustls v0.21.9
13332024-04-16T05:34:51.506Z Downloaded csv v1.3.0
13342024-04-16T05:34:51.524Z Downloaded smoltcp v0.9.1
13352024-04-16T05:34:51.533Z Downloaded reedline v0.31.0
13362024-04-16T05:34:51.543Z Downloaded lalrpop v0.19.12
13372024-04-16T05:34:51.553Z Downloaded clap v2.34.0
13382024-04-16T05:34:51.565Z Downloaded idna v0.2.3
13392024-04-16T05:34:51.572Z Downloaded winnow v0.5.15
13402024-04-16T05:34:51.575Z Downloaded ucd-trie v0.1.6
13412024-04-16T05:34:51.576Z Downloaded pest_meta v2.7.6
13422024-04-16T05:34:51.576Z Downloaded darling_core v0.20.8
13432024-04-16T05:34:51.579Z Downloaded flume v0.11.0
13442024-04-16T05:34:51.582Z Downloaded url v2.5.0
13452024-04-16T05:34:51.585Z Downloaded toml_edit v0.19.15
13462024-04-16T05:34:51.602Z Downloaded rustls-webpki v0.102.1
13472024-04-16T05:34:51.619Z Downloaded tokio-rustls v0.24.1
13482024-04-16T05:34:51.622Z Downloaded tinyvec v1.6.0
13492024-04-16T05:34:51.625Z Downloaded tinytemplate v1.2.1
13502024-04-16T05:34:51.628Z Downloaded similar v2.4.0
13512024-04-16T05:34:51.632Z Downloaded publicsuffix v2.2.3
13522024-04-16T05:34:51.640Z Downloaded unicode-normalization v0.1.22
13532024-04-16T05:34:51.643Z Downloaded serde_with v3.7.0
13542024-04-16T05:34:51.648Z Downloaded futures-util v0.3.30
13552024-04-16T05:34:51.656Z Downloaded tokio-util v0.7.10
13562024-04-16T05:34:51.662Z Downloaded hashbrown v0.13.2
13572024-04-16T05:34:51.666Z Downloaded trust-dns-client v0.22.0
13582024-04-16T05:34:51.671Z Downloaded toml v0.7.8
13592024-04-16T05:34:51.674Z Downloaded static_assertions v1.1.0
13602024-04-16T05:34:51.684Z Downloaded futures-sink v0.3.30
13612024-04-16T05:34:51.684Z Downloaded tui-tree-widget v0.19.0
13622024-04-16T05:34:51.688Z Downloaded predicates-tree v1.0.9
13632024-04-16T05:34:51.688Z Downloaded rayon-core v1.12.1
13642024-04-16T05:34:51.688Z Downloaded plotters-backend v0.3.5
13652024-04-16T05:34:51.688Z Downloaded phf_shared v0.11.2
13662024-04-16T05:34:51.688Z Downloaded serde_repr v0.1.16
13672024-04-16T05:34:51.688Z Downloaded num_enum_derive v0.5.11
13682024-04-16T05:34:51.688Z Downloaded wait-timeout v0.2.0
13692024-04-16T05:34:51.691Z Downloaded vec_map v0.8.2
13702024-04-16T05:34:51.691Z Downloaded der_derive v0.7.2
13712024-04-16T05:34:51.691Z Downloaded openssl-sys v0.9.102
13722024-04-16T05:34:51.695Z Downloaded tokio-postgres v0.7.10
13732024-04-16T05:34:51.700Z Downloaded diff v0.1.13
13742024-04-16T05:34:51.703Z Downloaded regex-automata v0.1.10
13752024-04-16T05:34:51.710Z Downloaded uuid v1.8.0
13762024-04-16T05:34:51.715Z Downloaded socket2 v0.5.6
13772024-04-16T05:34:51.716Z Downloaded hashbrown v0.12.3
13782024-04-16T05:34:51.719Z Downloaded unicode-xid v0.2.4
13792024-04-16T05:34:51.719Z Downloaded tokio-stream v0.1.15
13802024-04-16T05:34:51.722Z Downloaded ref-cast-impl v1.0.22
13812024-04-16T05:34:51.722Z Downloaded untrusted v0.7.1
13822024-04-16T05:34:51.726Z Downloaded serde-hex v0.1.0
13832024-04-16T05:34:51.726Z Downloaded flate2 v1.0.28
13842024-04-16T05:34:51.730Z Downloaded oso v0.27.3
13852024-04-16T05:34:51.735Z Downloaded x509-cert v0.2.4
13862024-04-16T05:34:51.738Z Downloaded criterion v0.5.1
13872024-04-16T05:34:51.744Z Downloaded serde_path_to_error v0.1.16
13882024-04-16T05:34:51.748Z Downloaded proc-macro-error-attr v1.0.4
13892024-04-16T05:34:51.748Z Downloaded structopt-derive v0.4.18
13902024-04-16T05:34:51.751Z Downloaded sha2 v0.10.8
13912024-04-16T05:34:51.751Z Downloaded crossterm v0.27.0
13922024-04-16T05:34:51.756Z Downloaded tabled_derive v0.7.0
13932024-04-16T05:34:51.761Z Downloaded serde_tokenstream v0.1.7
13942024-04-16T05:34:51.761Z Downloaded itertools v0.12.1
13952024-04-16T05:34:51.767Z Downloaded embedded-io v0.4.0
13962024-04-16T05:34:51.770Z Downloaded textwrap v0.11.0
13972024-04-16T05:34:51.770Z Downloaded slog-term v2.9.1
13982024-04-16T05:34:51.774Z Downloaded futures-task v0.3.30
13992024-04-16T05:34:51.774Z Downloaded whoami v1.5.1
14002024-04-16T05:34:51.781Z Downloaded libxml v0.3.3
14012024-04-16T05:34:51.784Z Downloaded difflib v0.4.0
14022024-04-16T05:34:51.784Z Downloaded deranged v0.3.11
14032024-04-16T05:34:51.784Z Downloaded percent-encoding v2.3.1
14042024-04-16T05:34:51.784Z Downloaded dirs-next v2.0.0
14052024-04-16T05:34:51.788Z Downloaded pem-rfc7468 v0.7.0
14062024-04-16T05:34:51.788Z Downloaded pem v3.0.4
14072024-04-16T05:34:51.788Z Downloaded schemars_derive v0.8.16
14082024-04-16T05:34:51.792Z Downloaded pin-project-internal v1.1.3
14092024-04-16T05:34:51.792Z Downloaded uuid v0.8.2
14102024-04-16T05:34:51.795Z Downloaded rstest_macros v0.19.0
14112024-04-16T05:34:51.798Z Downloaded slog-stdlog v4.1.1
14122024-04-16T05:34:51.798Z Downloaded slog-envlogger v2.2.0
14132024-04-16T05:34:51.802Z Downloaded http v0.2.12
14142024-04-16T05:34:51.805Z Downloaded fnv v1.0.7
14152024-04-16T05:34:51.805Z Downloaded same-file v1.0.6
14162024-04-16T05:34:51.805Z Downloaded rand_xorshift v0.3.0
14172024-04-16T05:34:51.809Z Downloaded proc-macro-crate v1.3.1
14182024-04-16T05:34:51.809Z Downloaded funty v2.0.0
14192024-04-16T05:34:51.809Z Downloaded serde_with_macros v3.7.0
14202024-04-16T05:34:51.829Z Downloaded scroll v0.12.0
14212024-04-16T05:34:51.829Z Downloaded olpc-cjson v0.1.3
14222024-04-16T05:34:51.829Z Downloaded group v0.13.0
14232024-04-16T05:34:51.833Z Downloaded fragile v2.0.0
14242024-04-16T05:34:51.833Z Downloaded mio v0.8.11
14252024-04-16T05:34:51.833Z Downloaded utf-8 v0.7.6
14262024-04-16T05:34:51.833Z Downloaded password-hash v0.5.0
14272024-04-16T05:34:51.833Z Downloaded unsafe-libyaml v0.2.10
14282024-04-16T05:34:51.833Z Downloaded ron v0.8.1
14292024-04-16T05:34:51.833Z Downloaded pest_derive v2.7.6
14302024-04-16T05:34:51.837Z Downloaded futures-core v0.3.30
14312024-04-16T05:34:51.837Z Downloaded ena v0.14.2
14322024-04-16T05:34:51.840Z Downloaded const_format v0.2.32
14332024-04-16T05:34:51.844Z Downloaded defmt-parser v0.3.3
14342024-04-16T05:34:51.844Z Downloaded tokio-native-tls v0.3.1
14352024-04-16T05:34:51.847Z Downloaded tokio-macros v2.2.0
14362024-04-16T05:34:51.847Z Downloaded smawk v0.3.1
14372024-04-16T05:34:51.850Z Downloaded serde_urlencoded v0.7.1
14382024-04-16T05:34:51.850Z Downloaded postgres-types v0.2.6
14392024-04-16T05:34:51.853Z Downloaded walkdir v2.5.0
14402024-04-16T05:34:51.853Z Downloaded num-traits v0.2.18
14412024-04-16T05:34:51.857Z Downloaded num-rational v0.4.1
14422024-04-16T05:34:51.857Z Downloaded minimal-lexical v0.2.1
14432024-04-16T05:34:51.863Z Downloaded serde_arrays v0.1.0
14442024-04-16T05:34:51.867Z Downloaded scopeguard v1.2.0
14452024-04-16T05:34:51.867Z Downloaded data-encoding v2.4.0
14462024-04-16T05:34:51.867Z Downloaded yasna v0.5.2
14472024-04-16T05:34:51.867Z Downloaded chacha20poly1305 v0.10.1
14482024-04-16T05:34:51.871Z Downloaded ref-cast v1.0.22
14492024-04-16T05:34:51.871Z Downloaded hash32 v0.2.1
14502024-04-16T05:34:51.874Z Downloaded radium v0.7.0
14512024-04-16T05:34:51.874Z Downloaded pkcs8 v0.10.2
14522024-04-16T05:34:51.877Z Downloaded pkcs1 v0.7.5
14532024-04-16T05:34:51.877Z Downloaded zip v0.6.6
14542024-04-16T05:34:51.881Z Downloaded compact_str v0.7.1
14552024-04-16T05:34:51.884Z Downloaded backtrace v0.3.69
14562024-04-16T05:34:51.887Z Downloaded dof v0.3.0
14572024-04-16T05:34:51.891Z Downloaded dof v0.1.5
14582024-04-16T05:34:51.891Z Downloaded parking_lot v0.12.1
14592024-04-16T05:34:51.894Z Downloaded path-slash v0.1.5
14602024-04-16T05:34:51.894Z Downloaded peg-macros v0.8.2
14612024-04-16T05:34:51.897Z Downloaded num-derive v0.4.0
14622024-04-16T05:34:51.898Z Downloaded smallvec v1.13.1
14632024-04-16T05:34:51.901Z Downloaded base64 v0.21.7
14642024-04-16T05:34:51.904Z Downloaded either v1.11.0
14652024-04-16T05:34:51.904Z Downloaded derive_more v0.99.17
14662024-04-16T05:34:51.912Z Downloaded defmt v0.3.5
14672024-04-16T05:34:51.912Z Downloaded signal-hook v0.3.17
14682024-04-16T05:34:51.916Z Downloaded serde_yaml v0.9.25
14692024-04-16T05:34:51.920Z Downloaded schemars v0.8.16
14702024-04-16T05:34:51.930Z Downloaded cc v1.0.83
14712024-04-16T05:34:51.933Z Downloaded blake2 v0.10.6
14722024-04-16T05:34:51.933Z Downloaded proc-macro-error v1.0.4
14732024-04-16T05:34:51.937Z Downloaded platforms v3.0.2
14742024-04-16T05:34:51.943Z Downloaded derive_builder v0.20.0
14752024-04-16T05:34:51.946Z Downloaded bytes v1.6.0
14762024-04-16T05:34:51.946Z Downloaded usdt v0.5.0
14772024-04-16T05:34:51.949Z Downloaded unicode-linebreak v0.1.5
14782024-04-16T05:34:51.950Z Downloaded usdt-impl v0.3.5
14792024-04-16T05:34:51.950Z Downloaded crossbeam-epoch v0.9.18
14802024-04-16T05:34:51.953Z Downloaded slog-async v2.8.0
14812024-04-16T05:34:51.953Z Downloaded serde_plain v1.0.2
14822024-04-16T05:34:51.957Z Downloaded rpassword v7.3.1
14832024-04-16T05:34:51.957Z Downloaded r2d2 v0.8.10
14842024-04-16T05:34:51.957Z Downloaded pest_generator v2.7.6
14852024-04-16T05:34:51.960Z Downloaded parking_lot_core v0.9.8
14862024-04-16T05:34:51.960Z Downloaded parking_lot_core v0.8.6
14872024-04-16T05:34:51.963Z Downloaded ring v0.17.8
14882024-04-16T05:34:52.031Z Downloaded derive-where v1.2.7
14892024-04-16T05:34:52.034Z Downloaded rcgen v0.12.1
14902024-04-16T05:34:52.037Z Downloaded num_cpus v1.16.0
14912024-04-16T05:34:52.041Z Downloaded vte v0.11.1
14922024-04-16T05:34:52.044Z Downloaded thiserror-no-std v2.0.2
14932024-04-16T05:34:52.047Z Downloaded cfg-expr v0.15.6
14942024-04-16T05:34:52.047Z Downloaded futures-channel v0.3.30
14952024-04-16T05:34:52.050Z Downloaded num-integer v0.1.46
14962024-04-16T05:34:52.051Z Downloaded shell-words v1.1.0
14972024-04-16T05:34:52.054Z Downloaded unicase v2.7.0
14982024-04-16T05:34:52.054Z Downloaded strum_macros v0.26.1
14992024-04-16T05:34:52.057Z Downloaded cookie v0.18.1
15002024-04-16T05:34:52.057Z Downloaded downcast v0.11.0
15012024-04-16T05:34:52.064Z Downloaded zerocopy v0.3.0
15022024-04-16T05:34:52.064Z Downloaded snafu-derive v0.8.2
15032024-04-16T05:34:52.064Z Downloaded cookie v0.17.0
15042024-04-16T05:34:52.067Z Downloaded ciborium v0.2.2
15052024-04-16T05:34:52.067Z Downloaded usdt-attr-macro v0.3.5
15062024-04-16T05:34:52.067Z Downloaded sct v0.7.0
15072024-04-16T05:34:52.071Z Downloaded universal-hash v0.5.1
15082024-04-16T05:34:52.071Z Downloaded crc32fast v1.3.2
15092024-04-16T05:34:52.071Z Downloaded usdt-impl v0.5.0
15102024-04-16T05:34:52.074Z Downloaded multimap v0.10.0
15112024-04-16T05:34:52.074Z Downloaded miniz_oxide v0.7.1
15122024-04-16T05:34:52.078Z Downloaded thiserror-impl-no-std v2.0.2
15132024-04-16T05:34:52.078Z Downloaded const_format_proc_macros v0.2.32
15142024-04-16T05:34:52.081Z Downloaded strsim v0.8.0
15152024-04-16T05:34:52.082Z Downloaded strip-ansi-escapes v0.2.0
15162024-04-16T05:34:52.082Z Downloaded memmap2 v0.7.1
15172024-04-16T05:34:52.085Z Downloaded libloading v0.7.4
15182024-04-16T05:34:52.085Z Downloaded colored v2.1.0
15192024-04-16T05:34:52.088Z Downloaded ring v0.16.20
15202024-04-16T05:34:52.168Z Downloaded block-buffer v0.10.4
15212024-04-16T05:34:52.171Z Downloaded cancel-safe-futures v0.1.5
15222024-04-16T05:34:52.171Z Downloaded bzip2 v0.4.4
15232024-04-16T05:34:52.175Z Downloaded nu-ansi-term v0.50.0
15242024-04-16T05:34:52.175Z Downloaded multer v3.0.0
15252024-04-16T05:34:52.178Z Downloaded log v0.4.21
15262024-04-16T05:34:52.182Z Downloaded linked-hash-map v0.5.6
15272024-04-16T05:34:52.182Z Downloaded thread_local v1.1.7
15282024-04-16T05:34:52.182Z Downloaded chacha20 v0.9.1
15292024-04-16T05:34:52.186Z Downloaded blake2b_simd v1.0.1
15302024-04-16T05:34:52.186Z Downloaded secrecy v0.8.0
15312024-04-16T05:34:52.186Z Downloaded signature v2.1.0
15322024-04-16T05:34:52.189Z Downloaded signature v1.6.4
15332024-04-16T05:34:52.190Z Downloaded signal-hook-tokio v0.3.1
15342024-04-16T05:34:52.190Z Downloaded native-tls v0.2.11
15352024-04-16T05:34:52.190Z Downloaded signal-hook-mio v0.2.3
15362024-04-16T05:34:52.193Z Downloaded semver v0.1.20
15372024-04-16T05:34:52.193Z Downloaded indicatif v0.17.8
15382024-04-16T05:34:52.197Z Downloaded cexpr v0.6.0
15392024-04-16T05:34:52.197Z Downloaded async-trait v0.1.80
15402024-04-16T05:34:52.200Z Downloaded linear-map v1.2.0
15412024-04-16T05:34:52.201Z Downloaded zone_cfg_derive v0.1.2
15422024-04-16T05:34:52.207Z Downloaded keccak v0.1.4
15432024-04-16T05:34:52.207Z Downloaded memmap v0.7.0
15442024-04-16T05:34:52.207Z Downloaded maplit v1.0.2
15452024-04-16T05:34:52.207Z Downloaded managed v0.8.0
15462024-04-16T05:34:52.210Z Downloaded lru v0.12.1
15472024-04-16T05:34:52.210Z Downloaded kstat-rs v0.2.3
15482024-04-16T05:34:52.210Z Downloaded base64 v0.13.1
15492024-04-16T05:34:52.210Z Downloaded backoff v0.4.0
15502024-04-16T05:34:52.214Z Downloaded memoffset v0.7.1
15512024-04-16T05:34:52.214Z Downloaded libtest-mimic v0.7.2
15522024-04-16T05:34:52.217Z Downloaded convert_case v0.4.0
15532024-04-16T05:34:52.217Z Downloaded cassowary v0.3.0
15542024-04-16T05:34:52.217Z Downloaded ciborium-ll v0.2.2
15552024-04-16T05:34:52.221Z Downloaded byteorder v1.5.0
15562024-04-16T05:34:52.221Z Downloaded hubpack v0.1.2
15572024-04-16T05:34:52.221Z Downloaded cipher v0.4.4
15582024-04-16T05:34:52.225Z Downloaded castaway v0.2.2
15592024-04-16T05:34:52.225Z Downloaded cast v0.3.0
15602024-04-16T05:34:52.225Z Downloaded block-padding v0.3.3
15612024-04-16T05:34:52.225Z Downloaded async-recursion v1.1.0
15622024-04-16T05:34:52.228Z Downloaded indoc v1.0.9
15632024-04-16T05:34:52.232Z Downloaded hyper-util v0.1.2
15642024-04-16T05:34:52.235Z Downloaded hyper-tls v0.5.0
15652024-04-16T05:34:52.235Z Downloaded hyper-rustls v0.26.0
15662024-04-16T05:34:52.235Z Downloaded hex-literal v0.4.1
15672024-04-16T05:34:52.238Z Downloaded heck v0.3.3
15682024-04-16T05:34:52.238Z Downloaded bitstruct_derive v0.1.0
15692024-04-16T05:34:52.238Z Downloaded aho-corasick v1.1.2
15702024-04-16T05:34:52.244Z Downloaded inout v0.1.3
15712024-04-16T05:34:52.248Z Downloaded argon2 v0.5.3
15722024-04-16T05:34:52.248Z Downloaded hyper-staticfile v0.9.5
15732024-04-16T05:34:52.248Z Downloaded hubpack_derive v0.1.1
15742024-04-16T05:34:52.248Z Downloaded http-range v0.1.5
15752024-04-16T05:34:52.251Z Downloaded hex v0.4.3
15762024-04-16T05:34:52.251Z Downloaded heapless v0.8.0
15772024-04-16T05:34:52.254Z Downloaded base64ct v1.6.0
15782024-04-16T05:34:52.258Z Downloaded atty v0.2.14
15792024-04-16T05:34:52.258Z Downloaded arrayvec v0.7.4
15802024-04-16T05:34:52.258Z Downloaded ascii-canvas v3.0.0
15812024-04-16T05:34:52.262Z Downloaded addr2line v0.21.0
15822024-04-16T05:34:52.262Z Downloaded httpdate v1.0.3
15832024-04-16T05:34:52.262Z Downloaded http-body v1.0.0
15842024-04-16T05:34:52.265Z Downloaded hostname v0.3.1
15852024-04-16T05:34:52.265Z Downloaded heck v0.4.1
15862024-04-16T05:34:52.265Z Downloaded async-stream-impl v0.3.5
15872024-04-16T05:34:52.265Z Downloaded bit-set v0.5.3
15882024-04-16T05:34:52.269Z Downloaded arrayref v0.3.7
15892024-04-16T05:34:52.269Z Downloaded headers v0.3.9
15902024-04-16T05:34:52.860Z Compiling libc v0.2.153
15912024-04-16T05:34:52.860Z Compiling serde v1.0.197
15922024-04-16T05:34:52.864Z Compiling version_check v0.9.4
15932024-04-16T05:34:52.864Z Checking cfg-if v1.0.0
15942024-04-16T05:34:52.921Z Compiling lock_api v0.4.10
15952024-04-16T05:34:52.924Z Compiling syn v1.0.109
15962024-04-16T05:34:52.987Z Compiling syn v2.0.59
15972024-04-16T05:34:52.998Z Compiling parking_lot_core v0.9.8
15982024-04-16T05:34:53.035Z Compiling once_cell v1.19.0
15992024-04-16T05:34:53.374Z Compiling libm v0.2.7
16002024-04-16T05:34:53.473Z Compiling num-traits v0.2.18
16012024-04-16T05:34:53.523Z Compiling memchr v2.7.1
16022024-04-16T05:34:53.541Z Compiling serde_json v1.0.116
16032024-04-16T05:34:53.781Z Compiling ahash v0.8.8
16042024-04-16T05:34:53.906Z Compiling byteorder v1.5.0
16052024-04-16T05:34:54.349Z Checking log v0.4.21
16062024-04-16T05:34:54.648Z Compiling slab v0.4.9
16072024-04-16T05:34:54.689Z Compiling typenum v1.16.0
16082024-04-16T05:34:54.793Z Checking getrandom v0.2.12
16092024-04-16T05:34:55.001Z Compiling cc v1.0.83
16102024-04-16T05:34:55.241Z Checking itoa v1.0.9
16112024-04-16T05:34:55.269Z Compiling generic-array v0.14.7
16122024-04-16T05:34:55.541Z Checking scopeguard v1.2.0
16132024-04-16T05:34:55.636Z Checking smallvec v1.13.1
16142024-04-16T05:34:55.655Z Compiling heck v0.4.1
16152024-04-16T05:34:55.829Z Compiling allocator-api2 v0.2.16
16162024-04-16T05:34:55.975Z Compiling pkg-config v0.3.27
16172024-04-16T05:34:56.072Z Compiling rustix v0.38.31
16182024-04-16T05:34:56.090Z Compiling schemars v0.8.16
16192024-04-16T05:34:56.464Z Compiling httparse v1.8.0
16202024-04-16T05:34:56.560Z Checking pin-project-lite v0.2.13
16212024-04-16T05:34:56.602Z Checking parking_lot v0.12.1
16222024-04-16T05:34:56.904Z Compiling num-conv v0.1.0
16232024-04-16T05:34:56.936Z Compiling time-core v0.1.2
16242024-04-16T05:34:56.953Z Compiling fnv v1.0.7
16252024-04-16T05:34:57.104Z Checking signal-hook-registry v1.4.1
16262024-04-16T05:34:57.169Z Compiling time-macros v0.2.17
16272024-04-16T05:34:57.245Z Compiling vcpkg v0.2.15
16282024-04-16T05:34:57.326Z Checking mio v0.8.11
16292024-04-16T05:34:57.691Z Checking ryu v1.0.15
16302024-04-16T05:34:57.922Z Compiling aho-corasick v1.1.2
16312024-04-16T05:34:57.952Z Compiling ring v0.17.8
16322024-04-16T05:34:59.325Z Compiling regex-syntax v0.8.2
16332024-04-16T05:34:59.443Z Compiling openssl-sys v0.9.102
16342024-04-16T05:35:00.586Z Compiling serde_derive_internals v0.26.0
16352024-04-16T05:35:01.276Z Checking rand_core v0.6.4
16362024-04-16T05:35:01.484Z Checking num_cpus v1.16.0
16372024-04-16T05:35:01.987Z Checking futures-core v0.3.30
16382024-04-16T05:35:02.010Z Compiling ring v0.16.20
16392024-04-16T05:35:02.010Z Checking socket2 v0.5.6
16402024-04-16T05:35:02.163Z Compiling regex-automata v0.4.5
16412024-04-16T05:35:02.999Z Compiling openssl v0.10.64
16422024-04-16T05:35:03.409Z Compiling rustversion v1.0.14
16432024-04-16T05:35:04.071Z Compiling ucd-trie v0.1.6
16442024-04-16T05:35:04.300Z Compiling slog v2.7.0
16452024-04-16T05:35:04.866Z Compiling crossbeam-utils v0.8.19
16462024-04-16T05:35:05.254Z Checking spin v0.5.2
16472024-04-16T05:35:05.451Z Compiling native-tls v0.2.11
16482024-04-16T05:35:05.470Z Compiling iana-time-zone v0.1.57
16492024-04-16T05:35:05.654Z Compiling rustls v0.21.9
16502024-04-16T05:35:05.802Z Compiling cookie v0.17.0
16512024-04-16T05:35:05.876Z Compiling backtrace v0.3.69
16522024-04-16T05:35:05.925Z Compiling uuid v0.8.2
16532024-04-16T05:35:06.158Z Checking futures-sink v0.3.30
16542024-04-16T05:35:06.278Z Compiling unicode-xid v0.2.4
16552024-04-16T05:35:06.310Z Compiling dyn-clone v1.0.17
16562024-04-16T05:35:06.317Z Compiling anyhow v1.0.82
16572024-04-16T05:35:06.672Z Checking pin-utils v0.1.0
16582024-04-16T05:35:06.717Z Compiling regex v1.10.4
16592024-04-16T05:35:06.750Z Checking futures-channel v0.3.30
16602024-04-16T05:35:06.820Z Compiling serde_derive v1.0.197
16612024-04-16T05:35:06.869Z Compiling zerocopy-derive v0.7.32
16622024-04-16T05:35:07.092Z Compiling thiserror-impl v1.0.58
16632024-04-16T05:35:07.217Z Compiling zeroize_derive v1.4.2
16642024-04-16T05:35:07.633Z Compiling tokio-macros v2.2.0
16652024-04-16T05:35:07.784Z Compiling futures-macro v0.3.30
16662024-04-16T05:35:08.059Z Compiling tracing-attributes v0.1.27
16672024-04-16T05:35:08.851Z Compiling schemars_derive v0.8.16
16682024-04-16T05:35:14.259Z Compiling zerocopy v0.7.32
16692024-04-16T05:35:14.531Z Checking zeroize v1.7.0
16702024-04-16T05:35:14.531Z Compiling openssl-macros v0.1.1
16712024-04-16T05:35:14.531Z Compiling async-trait v0.1.80
16722024-04-16T05:35:14.532Z Compiling thiserror v1.0.58
16732024-04-16T05:35:14.532Z Compiling pest v2.7.6
16742024-04-16T05:35:14.532Z Compiling hashbrown v0.14.3
16752024-04-16T05:35:14.549Z Checking futures-io v0.3.30
16762024-04-16T05:35:14.549Z Checking futures-task v0.3.30
16772024-04-16T05:35:14.549Z Compiling tinyvec_macros v0.1.1
16782024-04-16T05:35:14.549Z Compiling scroll_derive v0.12.0
16792024-04-16T05:35:14.549Z Compiling thread-id v4.2.0
16802024-04-16T05:35:14.549Z Compiling tinyvec v1.6.0
16812024-04-16T05:35:14.549Z Checking futures-util v0.3.30
16822024-04-16T05:35:14.549Z Compiling pest_meta v2.7.6
16832024-04-16T05:35:14.550Z Compiling der_derive v0.7.2
16842024-04-16T05:35:14.550Z Compiling unicode-normalization v0.1.22
16852024-04-16T05:35:14.550Z Compiling unicode-bidi v0.3.15
16862024-04-16T05:35:14.562Z Compiling pest_generator v2.7.6
16872024-04-16T05:35:15.045Z Compiling errno v0.3.8
16882024-04-16T05:35:15.270Z Compiling unicode-width v0.1.11
16892024-04-16T05:35:15.414Z Compiling either v1.11.0
16902024-04-16T05:35:15.490Z Checking subtle v2.5.0
16912024-04-16T05:35:15.762Z Compiling crc32fast v1.3.2
16922024-04-16T05:35:16.309Z Compiling winnow v0.5.15
16932024-04-16T05:35:17.701Z Compiling synstructure v0.12.6
16942024-04-16T05:35:17.854Z Compiling pest_derive v2.7.6
16952024-04-16T05:35:18.411Z Compiling spin v0.9.8
16962024-04-16T05:35:18.667Z Compiling tracing-core v0.1.32
16972024-04-16T05:35:18.771Z Compiling scroll v0.12.0
16982024-04-16T05:35:18.846Z Compiling usdt-impl v0.5.0
16992024-04-16T05:35:19.303Z Compiling const-oid v0.9.6
17002024-04-16T05:35:19.466Z Compiling zerocopy-derive v0.2.0
17012024-04-16T05:35:19.646Z Compiling tracing v0.1.40
17022024-04-16T05:35:20.275Z Compiling plain v0.2.3
17032024-04-16T05:35:20.281Z Compiling percent-encoding v2.3.1
17042024-04-16T05:35:20.281Z Compiling goblin v0.8.0
17052024-04-16T05:35:20.304Z Compiling pretty-hex v0.4.1
17062024-04-16T05:35:20.386Z Compiling clap_derive v4.5.4
17072024-04-16T05:35:20.502Z Compiling dtrace-parser v0.2.0
17082024-04-16T05:35:20.521Z Checking bytes v1.6.0
17092024-04-16T05:35:21.267Z Checking tokio v1.37.0
17102024-04-16T05:35:21.415Z Checking bitflags v2.4.2
17112024-04-16T05:35:21.832Z Compiling indexmap v2.2.6
17122024-04-16T05:35:23.193Z Compiling chrono v0.4.38
17132024-04-16T05:35:23.286Z Compiling uuid v1.8.0
17142024-04-16T05:35:23.485Z Compiling semver v1.0.22
17152024-04-16T05:35:23.784Z Compiling http v0.2.12
17162024-04-16T05:35:24.247Z Compiling serde_spanned v0.6.5
17172024-04-16T05:35:24.493Z Compiling toml_datetime v0.6.5
17182024-04-16T05:35:24.685Z Compiling rustc_version v0.4.0
17192024-04-16T05:35:25.375Z Compiling toml_edit v0.19.15
17202024-04-16T05:35:26.176Z Compiling openapiv3 v2.0.0
17212024-04-16T05:35:28.044Z Compiling dof v0.3.0
17222024-04-16T05:35:28.064Z Compiling untrusted v0.7.1
17232024-04-16T05:35:28.244Z Compiling untrusted v0.9.0
17242024-04-16T05:35:28.419Z Compiling powerfmt v0.2.0
17252024-04-16T05:35:28.832Z Compiling signal-hook v0.3.17
17262024-04-16T05:35:29.017Z Compiling foreign-types-shared v0.1.1
17272024-04-16T05:35:29.135Z Compiling foreign-types v0.3.2
17282024-04-16T05:35:29.225Z Compiling deranged v0.3.11
17292024-04-16T05:35:30.445Z Compiling form_urlencoded v1.2.1
17302024-04-16T05:35:30.742Z Compiling crypto-common v0.1.6
17312024-04-16T05:35:30.755Z Compiling zerocopy-derive v0.6.6
17322024-04-16T05:35:30.954Z Compiling usdt-impl v0.3.5
17332024-04-16T05:35:31.206Z Compiling base64 v0.21.7
17342024-04-16T05:35:31.288Z Compiling num_threads v0.1.6
17352024-04-16T05:35:31.455Z Compiling siphasher v0.3.11
17362024-04-16T05:35:31.773Z Compiling try-lock v0.2.4
17372024-04-16T05:35:31.918Z Compiling want v0.3.1
17382024-04-16T05:35:31.941Z Compiling rustls-webpki v0.101.7
17392024-04-16T05:35:32.198Z Compiling time v0.3.34
17402024-04-16T05:35:33.105Z Compiling tokio-util v0.7.10
17412024-04-16T05:35:33.280Z Compiling sct v0.7.0
17422024-04-16T05:35:33.510Z Compiling http-body v0.4.5
17432024-04-16T05:35:33.593Z Compiling zerocopy v0.3.0
17442024-04-16T05:35:33.925Z Compiling block-buffer v0.10.4
17452024-04-16T05:35:34.057Z Compiling idna v0.5.0
17462024-04-16T05:35:34.159Z Compiling bzip2-sys v0.1.11+1.0.8
17472024-04-16T05:35:34.399Z Compiling h2 v0.3.26
17482024-04-16T05:35:34.621Z Compiling openssl-probe v0.1.5
17492024-04-16T05:35:34.625Z Compiling tower-service v0.3.2
17502024-04-16T05:35:34.854Z Compiling httpdate v1.0.3
17512024-04-16T05:35:35.065Z Compiling url v2.5.0
17522024-04-16T05:35:35.592Z Compiling dof v0.1.5
17532024-04-16T05:35:36.216Z Compiling digest v0.10.7
17542024-04-16T05:35:36.498Z Compiling heapless v0.7.16
17552024-04-16T05:35:36.885Z Compiling dtrace-parser v0.1.14
17562024-04-16T05:35:36.919Z Compiling idna v0.3.0
17572024-04-16T05:35:36.939Z Compiling lazy_static v1.4.0
17582024-04-16T05:35:37.731Z Checking equivalent v1.0.1
17592024-04-16T05:35:37.836Z Compiling psl-types v2.0.11
17602024-04-16T05:35:38.028Z Compiling unicode-segmentation v1.10.1
17612024-04-16T05:35:38.497Z Compiling ppv-lite86 v0.2.17
17622024-04-16T05:35:38.865Z Compiling adler v1.0.2
17632024-04-16T05:35:38.971Z Compiling tokio-native-tls v0.3.1
17642024-04-16T05:35:39.087Z Compiling miniz_oxide v0.7.1
17652024-04-16T05:35:39.235Z Compiling rand_chacha v0.3.1
17662024-04-16T05:35:39.266Z Compiling publicsuffix v2.2.3
17672024-04-16T05:35:39.867Z Compiling crossbeam-epoch v0.9.18
17682024-04-16T05:35:40.504Z Compiling tokio-rustls v0.24.1
17692024-04-16T05:35:40.711Z Compiling serde_tokenstream v0.1.7
17702024-04-16T05:35:40.823Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17712024-04-16T05:35:40.885Z Compiling bit-vec v0.6.3
17722024-04-16T05:35:41.045Z Compiling hyper v0.14.28
17732024-04-16T05:35:41.557Z Compiling ipnet v2.9.0
17742024-04-16T05:35:41.557Z Compiling cookie_store v0.20.0
17752024-04-16T05:35:41.758Z Compiling rand v0.8.5
17762024-04-16T05:35:42.293Z Compiling phf_shared v0.10.0
17772024-04-16T05:35:42.404Z Compiling rustls-pemfile v1.0.3
17782024-04-16T05:35:42.650Z Compiling serde_urlencoded v0.7.1
17792024-04-16T05:35:42.818Z Compiling encoding_rs v0.8.33
17802024-04-16T05:35:42.834Z Compiling num-bigint v0.4.4
17812024-04-16T05:35:43.199Z Compiling precomputed-hash v0.1.1
17822024-04-16T05:35:43.312Z Compiling mime v0.3.17
17832024-04-16T05:35:43.391Z Compiling minimal-lexical v0.2.1
17842024-04-16T05:35:43.689Z Compiling smoltcp v0.9.1
17852024-04-16T05:35:43.800Z Compiling webpki-roots v0.25.2
17862024-04-16T05:35:43.876Z Compiling sync_wrapper v0.1.2
17872024-04-16T05:35:43.896Z Compiling base64ct v1.6.0
17882024-04-16T05:35:43.953Z Compiling gimli v0.28.0
17892024-04-16T05:35:43.999Z Compiling fixedbitset v0.4.2
17902024-04-16T05:35:44.417Z Compiling new_debug_unreachable v1.0.4
17912024-04-16T05:35:44.460Z Compiling pem-rfc7468 v0.7.0
17922024-04-16T05:35:44.479Z Compiling petgraph v0.6.4
17932024-04-16T05:35:44.508Z Compiling string_cache v0.8.7
17942024-04-16T05:35:44.769Z Compiling nom v7.1.3
17952024-04-16T05:35:45.318Z Compiling usdt-macro v0.3.5
17962024-04-16T05:35:45.404Z Compiling usdt-attr-macro v0.3.5
17972024-04-16T05:35:45.527Z Compiling bit-set v0.5.3
17982024-04-16T05:35:45.802Z Compiling hmac v0.12.1
17992024-04-16T05:35:46.391Z Compiling itertools v0.10.5
18002024-04-16T05:35:46.687Z Compiling enum-as-inner v0.5.1
18012024-04-16T05:35:46.931Z Compiling hubpack_derive v0.1.1
18022024-04-16T05:35:47.308Z Compiling diesel_table_macro_syntax v0.1.0
18032024-04-16T05:35:47.683Z Compiling object v0.32.1
18042024-04-16T05:35:47.787Z Compiling hyper-tls v0.5.0
18052024-04-16T05:35:47.921Z Compiling hyper-rustls v0.24.2
18062024-04-16T05:35:48.140Z Compiling addr2line v0.21.0
18072024-04-16T05:35:48.263Z Compiling reqwest v0.11.24
18082024-04-16T05:35:48.379Z Compiling rustc-demangle v0.1.23
18092024-04-16T05:35:48.665Z Compiling flagset v0.4.3
18102024-04-16T05:35:49.164Z Compiling lalrpop-util v0.19.12
18112024-04-16T05:35:49.169Z Compiling der v0.7.8
18122024-04-16T05:35:49.169Z Compiling toml_edit v0.22.9
18132024-04-16T05:35:49.199Z Compiling diesel_derives v2.1.2
18142024-04-16T05:35:49.354Z Compiling flate2 v1.0.28
18152024-04-16T05:35:49.945Z Compiling futures-executor v0.3.30
18162024-04-16T05:35:50.438Z Compiling cpufeatures v0.2.12
18172024-04-16T05:35:50.530Z Compiling sha2 v0.10.8
18182024-04-16T05:35:50.548Z Compiling futures v0.3.30
18192024-04-16T05:35:50.986Z Compiling spki v0.7.2
18202024-04-16T05:35:51.364Z Compiling md-5 v0.10.5
18212024-04-16T05:35:51.606Z Compiling toml v0.7.8
18222024-04-16T05:35:51.917Z Compiling hex v0.4.3
18232024-04-16T05:35:52.222Z Compiling stringprep v0.1.3
18242024-04-16T05:35:52.532Z Compiling serde_repr v0.1.16
18252024-04-16T05:35:53.244Z Compiling strum_macros v0.25.2
18262024-04-16T05:35:53.940Z Compiling num-integer v0.1.46
18272024-04-16T05:35:54.540Z Compiling hash32 v0.2.1
18282024-04-16T05:35:54.725Z Compiling fallible-iterator v0.2.0
18292024-04-16T05:35:55.138Z Checking unicode-ident v1.0.12
18302024-04-16T05:35:55.418Z Compiling stable_deref_trait v1.2.0
18312024-04-16T05:35:56.911Z Compiling postgres-protocol v0.6.6
18322024-04-16T05:35:56.948Z Compiling pkcs8 v0.10.2
18332024-04-16T05:35:57.418Z Compiling phf_shared v0.11.2
18342024-04-16T05:35:57.459Z Compiling terminal_size v0.3.0
18352024-04-16T05:35:57.530Z Compiling ff v0.13.0
18362024-04-16T05:35:57.755Z Compiling block-padding v0.3.3
18372024-04-16T05:35:57.806Z Compiling scheduled-thread-pool v0.2.7
18382024-04-16T05:35:57.996Z Compiling matches v0.1.10
18392024-04-16T05:35:58.024Z Compiling regex-automata v0.1.10
18402024-04-16T05:35:58.092Z Compiling managed v0.8.0
18412024-04-16T05:35:58.285Z Compiling base16ct v0.2.0
18422024-04-16T05:35:58.366Z Compiling peg-runtime v0.8.2
18432024-04-16T05:35:58.400Z Compiling bitflags v1.3.2
18442024-04-16T05:35:58.418Z Compiling clap_builder v4.5.2
18452024-04-16T05:35:58.512Z Compiling sec1 v0.7.3
18462024-04-16T05:35:58.530Z Compiling bstr v0.2.17
18472024-04-16T05:35:58.585Z Compiling idna v0.2.3
18482024-04-16T05:35:59.042Z Compiling r2d2 v0.8.10
18492024-04-16T05:35:59.079Z Compiling inout v0.1.3
18502024-04-16T05:35:59.402Z Compiling signal-hook-mio v0.2.3
18512024-04-16T05:35:59.563Z Compiling group v0.13.0
18522024-04-16T05:35:59.716Z Compiling phf v0.11.2
18532024-04-16T05:35:59.862Z Compiling postgres-types v0.2.6
18542024-04-16T05:35:59.912Z Compiling bzip2 v0.4.4
18552024-04-16T05:36:00.197Z Compiling hubpack v0.1.2
18562024-04-16T05:36:00.306Z Compiling hkdf v0.12.4
18572024-04-16T05:36:00.565Z Compiling zerocopy v0.6.6
18582024-04-16T05:36:00.634Z Compiling ipnetwork v0.20.0
18592024-04-16T05:36:00.798Z Compiling crypto-bigint v0.5.2
18602024-04-16T05:36:01.337Z Compiling float-cmp v0.9.0
18612024-04-16T05:36:01.563Z Compiling data-encoding v2.4.0
18622024-04-16T05:36:01.707Z Compiling whoami v1.5.1
18632024-04-16T05:36:02.346Z Compiling difflib v0.4.0
18642024-04-16T05:36:03.058Z Compiling static_assertions v1.1.0
18652024-04-16T05:36:03.157Z Compiling predicates-core v1.0.6
18662024-04-16T05:36:03.511Z Compiling normalize-line-endings v0.3.0
18672024-04-16T05:36:03.525Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18682024-04-16T05:36:03.634Z Compiling predicates v3.1.0
18692024-04-16T05:36:03.986Z Compiling yasna v0.5.2
18702024-04-16T05:36:04.290Z Compiling elliptic-curve v0.13.8
18712024-04-16T05:36:05.080Z Compiling trust-dns-proto v0.22.0
18722024-04-16T05:36:05.132Z Compiling diesel v2.1.5
18732024-04-16T05:36:05.434Z Compiling clap v4.5.4
18742024-04-16T05:36:05.538Z Compiling tokio-postgres v0.7.10
18752024-04-16T05:36:07.784Z Compiling zip v0.6.6
18762024-04-16T05:36:08.064Z Compiling crossterm v0.27.0
18772024-04-16T05:36:08.083Z Compiling similar v2.4.0
18782024-04-16T05:36:09.136Z Compiling cipher v0.4.4
18792024-04-16T05:36:09.367Z Checking proc-macro2 v1.0.80
18802024-04-16T05:36:09.612Z Compiling num-iter v0.1.44
18812024-04-16T05:36:09.796Z Compiling usdt v0.3.5
18822024-04-16T05:36:10.050Z Compiling console v0.15.8
18832024-04-16T05:36:10.068Z Compiling tokio-stream v0.1.15
18842024-04-16T05:36:10.376Z Compiling bstr v1.9.0
18852024-04-16T05:36:10.505Z Compiling base64 v0.22.0
18862024-04-16T05:36:10.807Z Checking quote v1.0.36
18872024-04-16T05:36:16.020Z Checking utf8parse v0.2.1
18882024-04-16T05:36:19.479Z Checking anstyle v1.0.6
18892024-04-16T05:36:20.810Z Checking anstyle-parse v0.2.1
18902024-04-16T05:36:20.836Z Checking anstyle-query v1.0.0
18912024-04-16T05:36:21.056Z Checking colorchoice v1.0.0
18922024-04-16T05:36:21.180Z Checking anstream v0.6.11
18932024-04-16T05:36:21.224Z Checking strsim v0.11.0
18942024-04-16T05:36:21.525Z Checking clap_lex v0.7.0
18952024-04-16T05:36:23.985Z Compiling serde_tokenstream v0.2.0
18962024-04-16T05:36:25.839Z Checking winnow v0.6.1
18972024-04-16T05:36:34.383Z Compiling regress v0.9.1
18982024-04-16T05:36:34.561Z Compiling getopts v0.2.21
18992024-04-16T05:36:35.270Z Compiling unsafe-libyaml v0.2.10
19002024-04-16T05:36:35.753Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
19012024-04-16T05:36:36.371Z Checking is-terminal v0.4.9
19022024-04-16T05:36:36.391Z Checking camino v1.1.6
19032024-04-16T05:36:36.489Z Compiling serde_yaml v0.9.25
19042024-04-16T05:36:36.594Z Compiling strsim v0.10.0
19052024-04-16T05:36:36.954Z Compiling ident_case v1.0.1
19062024-04-16T05:36:37.126Z Compiling darling_core v0.20.8
19072024-04-16T05:36:37.129Z Checking sha1 v0.10.6
19082024-04-16T05:36:37.368Z Checking http v1.0.0
19092024-04-16T05:36:37.418Z Compiling paste v1.0.14
19102024-04-16T05:36:37.952Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19112024-04-16T05:36:38.715Z Compiling strum_macros v0.26.1
19122024-04-16T05:36:39.355Z Checking rustls-pki-types v1.3.0
19132024-04-16T05:36:39.745Z Checking fastrand v2.0.1
19142024-04-16T05:36:40.055Z Checking match_cfg v0.1.0
19152024-04-16T05:36:40.148Z Checking hostname v0.3.1
19162024-04-16T05:36:40.280Z Checking tempfile v3.10.1
19172024-04-16T05:36:40.729Z Checking dirs-sys-next v0.1.2
19182024-04-16T05:36:40.905Z Checking quick-error v1.2.3
19192024-04-16T05:36:40.981Z Checking dirs-next v2.0.0
19202024-04-16T05:36:41.047Z Checking crossbeam-channel v0.5.8
19212024-04-16T05:36:41.116Z Checking thread_local v1.1.7
19222024-04-16T05:36:41.407Z Compiling rustls v0.22.2
19232024-04-16T05:36:41.686Z Compiling slog-async v2.8.0
19242024-04-16T05:36:41.833Z Checking term v0.7.0
19252024-04-16T05:36:41.895Z Checking rustls-webpki v0.102.1
19262024-04-16T05:36:42.247Z Checking instant v0.1.12
19272024-04-16T05:36:42.264Z Checking take_mut v0.2.2
19282024-04-16T05:36:42.315Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19292024-04-16T05:36:42.358Z Checking slog-term v2.9.1
19302024-04-16T05:36:42.690Z Checking rustls-pemfile v2.1.2
19312024-04-16T05:36:42.813Z Compiling multer v3.0.0
19322024-04-16T05:36:42.853Z Checking debug-ignore v1.0.5
19332024-04-16T05:36:42.932Z Checking toml v0.8.12
19342024-04-16T05:36:42.992Z Checking slog-json v2.6.1
19352024-04-16T05:36:43.191Z Compiling async-stream-impl v0.3.5
19362024-04-16T05:36:43.244Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19372024-04-16T05:36:43.551Z Checking atomic-waker v1.1.1
19382024-04-16T05:36:43.680Z Checking waitgroup v0.1.2
19392024-04-16T05:36:43.723Z Checking slog-bunyan v2.5.0
19402024-04-16T05:36:43.881Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19412024-04-16T05:36:44.047Z Checking strum v0.26.2
19422024-04-16T05:36:44.076Z Compiling darling_macro v0.20.8
19432024-04-16T05:36:44.187Z Checking serde_path_to_error v0.1.16
19442024-04-16T05:36:44.204Z Checking newtype-uuid v1.1.0
19452024-04-16T05:36:44.445Z Checking wait-timeout v0.2.0
19462024-04-16T05:36:44.569Z Checking async-stream v0.3.5
19472024-04-16T05:36:44.606Z Compiling structmeta-derive v0.3.0
19482024-04-16T05:36:44.757Z Checking rusty-fork v0.3.0
19492024-04-16T05:36:44.789Z Compiling structmeta-derive v0.2.0
19502024-04-16T05:36:45.042Z Checking rand_xorshift v0.3.0
19512024-04-16T05:36:45.114Z Compiling darling v0.20.8
19522024-04-16T05:36:45.204Z Checking unarray v0.1.4
19532024-04-16T05:36:45.223Z Compiling serde_with_macros v3.7.0
19542024-04-16T05:36:45.362Z Checking proptest v1.4.0
19552024-04-16T05:36:46.060Z Checking tokio-rustls v0.25.0
19562024-04-16T05:36:46.064Z Checking backoff v0.4.0
19572024-04-16T05:36:46.359Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19582024-04-16T05:36:47.179Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19592024-04-16T05:36:47.325Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19602024-04-16T05:36:47.580Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19612024-04-16T05:36:47.813Z Compiling structmeta v0.3.0
19622024-04-16T05:36:47.921Z Compiling structmeta v0.2.0
19632024-04-16T05:36:48.285Z Compiling parse-display-derive v0.9.0
19642024-04-16T05:36:48.345Z Compiling test-strategy v0.3.1
19652024-04-16T05:36:48.391Z Checking serde_with v3.7.0
19662024-04-16T05:36:48.414Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19672024-04-16T05:36:48.564Z Checking macaddr v1.0.1
19682024-04-16T05:36:48.881Z Compiling proc-macro-error-attr v1.0.4
19692024-04-16T05:36:49.259Z Compiling proc-macro-error v1.0.4
19702024-04-16T05:36:49.878Z Compiling proc-macro-crate v1.3.1
19712024-04-16T05:36:49.942Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19722024-04-16T05:36:50.327Z Checking camino-tempfile v1.1.1
19732024-04-16T05:36:50.600Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19742024-04-16T05:36:50.928Z Compiling foreign-types-macros v0.2.3
19752024-04-16T05:36:50.973Z Compiling num_enum_derive v0.5.11
19762024-04-16T05:36:51.264Z Checking foreign-types-shared v0.3.1
19772024-04-16T05:36:51.374Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19782024-04-16T05:36:51.879Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19792024-04-16T05:36:51.909Z Checking cstr-argument v0.1.2
19802024-04-16T05:36:52.087Z Checking pretty-hex v0.2.1
19812024-04-16T05:36:52.235Z Checking tabwriter v1.4.0
19822024-04-16T05:36:52.255Z Checking foreign-types v0.5.0
19832024-04-16T05:36:52.357Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19842024-04-16T05:36:52.411Z Checking colored v2.1.0
19852024-04-16T05:36:52.466Z Checking socket2 v0.4.9
19862024-04-16T05:36:52.701Z Checking smf v0.2.3
19872024-04-16T05:36:52.743Z Checking humantime v2.1.0
19882024-04-16T05:36:52.894Z Checking termcolor v1.2.0
19892024-04-16T05:36:52.941Z Compiling usdt-attr-macro v0.5.0
19902024-04-16T05:36:53.029Z Compiling usdt-macro v0.5.0
19912024-04-16T05:36:53.054Z Checking parse-display v0.9.0
19922024-04-16T05:36:53.157Z Checking memmap v0.7.0
19932024-04-16T05:36:53.254Z Checking arc-swap v1.6.0
19942024-04-16T05:36:53.271Z Checking atty v0.2.14
19952024-04-16T05:36:53.357Z Checking termtree v0.4.1
19962024-04-16T05:36:53.381Z Compiling heapless v0.8.0
19972024-04-16T05:36:53.558Z Checking predicates-tree v1.0.9
19982024-04-16T05:36:53.667Z Checking slog-scope v4.4.0
19992024-04-16T05:36:53.706Z Checking hash32 v0.3.1
20002024-04-16T05:36:53.811Z Checking num_enum v0.5.11
20012024-04-16T05:36:53.856Z Checking slog-stdlog v4.1.1
20022024-04-16T05:36:53.882Z Compiling smoltcp v0.11.0
20032024-04-16T05:36:53.956Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20042024-04-16T05:36:54.010Z Checking slog-envlogger v2.2.0
20052024-04-16T05:36:54.221Z Compiling crucible-workspace-hack v0.1.0
20062024-04-16T05:36:54.239Z Checking cobs v0.2.3
20072024-04-16T05:36:54.416Z Checking utf-8 v0.7.6
20082024-04-16T05:36:54.501Z Checking embedded-io v0.4.0
20092024-04-16T05:36:54.563Z Checking usdt v0.5.0
20102024-04-16T05:36:54.568Z Checking sigpipe v0.1.3
20112024-04-16T05:36:54.602Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20122024-04-16T05:36:54.622Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20132024-04-16T05:36:54.683Z Checking postcard v1.0.8
20142024-04-16T05:36:54.745Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20152024-04-16T05:36:54.763Z Compiling heck v0.3.3
20162024-04-16T05:36:54.766Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20172024-04-16T05:36:54.969Z Checking filetime v0.2.23
20182024-04-16T05:36:55.151Z Checking xattr v1.0.1
20192024-04-16T05:36:55.188Z Checking same-file v1.0.6
20202024-04-16T05:36:55.316Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20212024-04-16T05:36:55.346Z Checking walkdir v2.5.0
20222024-04-16T05:36:55.393Z Checking tar v0.4.40
20232024-04-16T05:36:55.592Z Checking tungstenite v0.20.1
20242024-04-16T05:36:55.634Z Checking newline-converter v0.3.0
20252024-04-16T05:36:55.727Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20262024-04-16T05:36:55.782Z Checking expectorate v1.1.0
20272024-04-16T05:36:55.932Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20282024-04-16T05:36:55.948Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
20292024-04-16T05:36:56.066Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20302024-04-16T05:36:56.082Z Compiling num-derive v0.4.0
20312024-04-16T05:36:56.268Z Compiling mockall_derive v0.12.1
20322024-04-16T05:36:56.442Z Checking tokio-tungstenite v0.20.1
20332024-04-16T05:36:56.909Z Checking fragile v2.0.0
20342024-04-16T05:36:57.179Z Checking downcast v0.11.0
20352024-04-16T05:36:57.380Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
20362024-04-16T05:36:57.454Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20372024-04-16T05:36:57.525Z Checking pem v3.0.4
20382024-04-16T05:36:57.610Z Checking env_logger v0.9.3
20392024-04-16T05:36:57.782Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20402024-04-16T05:36:58.049Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20412024-04-16T05:36:58.073Z Compiling bitstruct_derive v0.1.0
20422024-04-16T05:36:58.162Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20432024-04-16T05:36:58.260Z Checking ascii v1.1.0
20442024-04-16T05:36:58.276Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20452024-04-16T05:36:58.432Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20462024-04-16T05:36:58.460Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
20472024-04-16T05:36:58.644Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20482024-04-16T05:36:58.674Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20492024-04-16T05:36:58.899Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20502024-04-16T05:36:58.945Z Checking serde_arrays v0.1.0
20512024-04-16T05:36:59.086Z Checking erased-serde v0.3.31
20522024-04-16T05:36:59.146Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20532024-04-16T05:36:59.385Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20542024-04-16T05:36:59.456Z Checking bitstruct v0.1.1
20552024-04-16T05:36:59.461Z Compiling zone_cfg_derive v0.1.2
20562024-04-16T05:36:59.488Z Checking tungstenite v0.21.0
20572024-04-16T05:36:59.571Z Checking base64 v0.13.1
20582024-04-16T05:36:59.960Z Checking ron v0.7.1
20592024-04-16T05:37:00.155Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20602024-04-16T05:37:00.345Z Checking tokio-tungstenite v0.21.0
20612024-04-16T05:37:00.781Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20622024-04-16T05:37:00.956Z Checking zone v0.1.8
20632024-04-16T05:37:01.035Z Checking headers-core v0.2.0
20642024-04-16T05:37:01.038Z Checking portpicker v0.1.1
20652024-04-16T05:37:01.145Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20662024-04-16T05:37:01.175Z Checking headers v0.3.9
20672024-04-16T05:37:01.276Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20682024-04-16T05:37:01.572Z Checking rcgen v0.12.1
20692024-04-16T05:37:01.623Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20702024-04-16T05:37:01.892Z Checking atomicwrites v0.4.3
20712024-04-16T05:37:02.079Z Checking subprocess v0.2.9
20722024-04-16T05:37:02.196Z Checking linked-hash-map v0.5.6
20732024-04-16T05:37:02.251Z Checking password-hash v0.5.0
20742024-04-16T05:37:02.403Z Checking blake2 v0.10.6
20752024-04-16T05:37:02.513Z Checking lru-cache v0.1.2
20762024-04-16T05:37:02.615Z Checking swrite v0.1.0
20772024-04-16T05:37:02.681Z Checking itertools v0.12.1
20782024-04-16T05:37:02.728Z Compiling derive-where v1.2.7
20792024-04-16T05:37:02.733Z Compiling rayon-core v1.12.1
20802024-04-16T05:37:02.891Z Checking argon2 v0.5.3
20812024-04-16T05:37:03.065Z Checking half v2.3.1
20822024-04-16T05:37:03.145Z Compiling cancel-safe-futures v0.1.5
20832024-04-16T05:37:03.509Z Checking ciborium-io v0.2.2
20842024-04-16T05:37:03.570Z Checking resolv-conf v0.7.0
20852024-04-16T05:37:03.581Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20862024-04-16T05:37:03.622Z Checking ciborium-ll v0.2.2
20872024-04-16T05:37:03.904Z Checking trust-dns-resolver v0.22.0
20882024-04-16T05:37:03.921Z Checking ciborium v0.2.2
20892024-04-16T05:37:04.383Z Checking bytecount v0.6.3
20902024-04-16T05:37:04.532Z Checking papergrid v0.11.0
20912024-04-16T05:37:04.710Z Checking mockall v0.12.1
20922024-04-16T05:37:04.910Z Compiling tabled_derive v0.7.0
20932024-04-16T05:37:04.925Z Compiling slog-dtrace v0.3.0
20942024-04-16T05:37:05.244Z Compiling semver v0.1.20
20952024-04-16T05:37:05.388Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20962024-04-16T05:37:05.404Z Checking libsw v3.3.1
20972024-04-16T05:37:05.661Z Compiling rustc_version v0.1.7
20982024-04-16T05:37:05.730Z Checking linear-map v1.2.0
20992024-04-16T05:37:05.918Z Checking owo-colors v4.0.0
21002024-04-16T05:37:06.057Z Compiling num-rational v0.4.1
21012024-04-16T05:37:06.122Z Compiling newtype_derive v0.1.6
21022024-04-16T05:37:06.338Z Compiling radium v0.7.0
21032024-04-16T05:37:06.383Z Checking num-complex v0.4.5
21042024-04-16T05:37:06.595Z Checking steno v0.4.0
21052024-04-16T05:37:06.833Z Checking nibble_vec v0.1.0
21062024-04-16T05:37:07.021Z Compiling maybe-uninit v2.0.0
21072024-04-16T05:37:07.233Z Checking tap v1.0.1
21082024-04-16T05:37:07.236Z Checking endian-type v0.1.2
21092024-04-16T05:37:07.389Z Checking wyz v0.5.1
21102024-04-16T05:37:07.444Z Checking radix_trie v0.2.1
21112024-04-16T05:37:07.541Z Checking tabled v0.15.0
21122024-04-16T05:37:07.580Z Checking num v0.4.2
21132024-04-16T05:37:07.739Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21142024-04-16T05:37:07.795Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21152024-04-16T05:37:07.896Z Checking fxhash v0.2.1
21162024-04-16T05:37:08.073Z Checking funty v2.0.0
21172024-04-16T05:37:08.096Z Compiling num-bigint-dig v0.8.4
21182024-04-16T05:37:08.400Z Checking crc-catalog v2.2.0
21192024-04-16T05:37:08.529Z Compiling packed_struct v0.10.1
21202024-04-16T05:37:08.700Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21212024-04-16T05:37:08.848Z Checking crc v3.0.1
21222024-04-16T05:37:08.981Z Checking bitvec v1.0.1
21232024-04-16T05:37:09.011Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21242024-04-16T05:37:09.064Z Compiling packed_struct_codegen v0.10.1
21252024-04-16T05:37:09.086Z Compiling indexmap v1.9.3
21262024-04-16T05:37:09.132Z Checking nodrop v0.1.14
21272024-04-16T05:37:09.242Z Checking array-init v0.0.4
21282024-04-16T05:37:09.410Z Checking smallvec v0.6.14
21292024-04-16T05:37:09.441Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21302024-04-16T05:37:09.783Z Checking pkcs1 v0.7.5
21312024-04-16T05:37:10.162Z Checking signature v2.1.0
21322024-04-16T05:37:10.207Z Checking hashbrown v0.12.3
21332024-04-16T05:37:10.353Z Checking bitfield v0.14.0
21342024-04-16T05:37:10.510Z Checking serde-hex v0.1.0
21352024-04-16T05:37:10.618Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21362024-04-16T05:37:10.862Z Checking env_logger v0.10.0
21372024-04-16T05:37:11.272Z Checking x509-cert v0.2.4
21382024-04-16T05:37:11.587Z Checking rsa v0.9.2
21392024-04-16T05:37:11.877Z Checking ron v0.8.1
21402024-04-16T05:37:12.084Z Checking hashbrown v0.13.2
21412024-04-16T05:37:12.279Z Checking crc-any v2.4.3
21422024-04-16T05:37:12.478Z Checking path-slash v0.1.5
21432024-04-16T05:37:12.608Z Checking display-error-chain v0.2.0
21442024-04-16T05:37:12.627Z Compiling convert_case v0.4.0
21452024-04-16T05:37:12.748Z Compiling async-recursion v1.1.0
21462024-04-16T05:37:12.805Z Compiling buf-list v1.0.3
21472024-04-16T05:37:13.077Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21482024-04-16T05:37:13.199Z Checking object v0.30.4
21492024-04-16T05:37:13.315Z Compiling blake3 v1.5.0
21502024-04-16T05:37:13.623Z Compiling derive_more v0.99.17
21512024-04-16T05:37:13.760Z Checking textwrap v0.11.0
21522024-04-16T05:37:13.953Z Checking gethostname v0.4.3
21532024-04-16T05:37:14.083Z Compiling libefi-sys v0.1.0
21542024-04-16T05:37:14.328Z Compiling parking_lot_core v0.8.6
21552024-04-16T05:37:14.368Z Checking strsim v0.8.0
21562024-04-16T05:37:14.400Z Checking vec_map v0.8.2
21572024-04-16T05:37:14.524Z Checking ansi_term v0.12.1
21582024-04-16T05:37:14.587Z Compiling structopt-derive v0.4.18
21592024-04-16T05:37:14.656Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
21602024-04-16T05:37:14.831Z Checking clap v2.34.0
21612024-04-16T05:37:15.058Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21622024-04-16T05:37:15.200Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21632024-04-16T05:37:15.501Z Compiling crossbeam-deque v0.8.3
21642024-04-16T05:37:15.521Z Checking keccak v0.1.4
21652024-04-16T05:37:16.052Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21662024-04-16T05:37:16.206Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21672024-04-16T05:37:17.228Z Checking sha3 v0.10.8
21682024-04-16T05:37:17.610Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21692024-04-16T05:37:17.637Z Checking parking_lot v0.11.2
21702024-04-16T05:37:17.641Z Checking structopt v0.3.26
21712024-04-16T05:37:17.851Z Checking trust-dns-client v0.22.0
21722024-04-16T05:37:17.998Z Checking toml v0.5.11
21732024-04-16T05:37:18.039Z Checking secrecy v0.8.0
21742024-04-16T05:37:18.240Z Compiling pin-project-internal v1.1.3
21752024-04-16T05:37:19.082Z Compiling rayon v1.10.0
21762024-04-16T05:37:19.139Z Checking sled v0.34.7
21772024-04-16T05:37:19.429Z Checking trust-dns-server v0.22.1
21782024-04-16T05:37:20.296Z Compiling memmap2 v0.7.1
21792024-04-16T05:37:21.368Z Compiling constant_time_eq v0.3.0
21802024-04-16T05:37:21.502Z Checking pin-project v1.1.3
21812024-04-16T05:37:21.556Z Compiling arrayref v0.3.7
21822024-04-16T05:37:21.623Z Compiling home v0.5.5
21832024-04-16T05:37:21.650Z Compiling arrayvec v0.7.4
21842024-04-16T05:37:21.829Z Compiling toolchain_find v0.4.0
21852024-04-16T05:37:22.393Z Compiling vte_generate_state_changes v0.1.1
21862024-04-16T05:37:22.514Z Compiling topological-sort v0.2.2
21872024-04-16T05:37:22.577Z Checking fd-lock v4.0.2
21882024-04-16T05:37:22.729Z Checking glob v0.3.1
21892024-04-16T05:37:23.036Z Compiling rustfmt-wrapper v0.2.1
21902024-04-16T05:37:23.090Z Checking vte v0.11.1
21912024-04-16T05:37:23.744Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21922024-04-16T05:37:23.758Z Checking nu-ansi-term v0.50.0
21932024-04-16T05:37:23.920Z Compiling unicase v2.7.0
21942024-04-16T05:37:24.075Z Compiling prettyplease v0.2.19
21952024-04-16T05:37:24.079Z Compiling platforms v3.0.2
21962024-04-16T05:37:24.137Z Compiling omicron-zone-package v0.11.0
21972024-04-16T05:37:24.385Z Compiling snafu-derive v0.8.2
21982024-04-16T05:37:24.867Z Checking globset v0.4.13
21992024-04-16T05:37:24.867Z Checking strip-ansi-escapes v0.2.0
22002024-04-16T05:37:24.867Z Checking reedline v0.31.0
22012024-04-16T05:37:24.871Z Checking olpc-cjson v0.1.3
22022024-04-16T05:37:25.020Z Checking serde_plain v1.0.2
22032024-04-16T05:37:25.220Z Compiling memoffset v0.7.1
22042024-04-16T05:37:25.256Z Compiling crunchy v0.2.2
22052024-04-16T05:37:25.539Z Checking typed-path v0.7.0
22062024-04-16T05:37:25.777Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22072024-04-16T05:37:25.847Z Compiling curve25519-dalek v4.1.2
22082024-04-16T05:37:25.983Z Checking fs-err v2.11.0
22092024-04-16T05:37:26.441Z Compiling clang-sys v1.6.1
22102024-04-16T05:37:26.682Z Compiling tiny-keccak v2.0.2
22112024-04-16T05:37:26.978Z Checking parse-size v1.0.0
22122024-04-16T05:37:27.174Z Compiling mime_guess v2.0.4
22132024-04-16T05:37:27.411Z Checking universal-hash v0.5.1
22142024-04-16T05:37:27.506Z Compiling thiserror-impl-no-std v2.0.2
22152024-04-16T05:37:27.577Z Compiling curve25519-dalek-derive v0.1.0
22162024-04-16T05:37:27.715Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22172024-04-16T05:37:28.072Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22182024-04-16T05:37:28.275Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22192024-04-16T05:37:28.293Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22202024-04-16T05:37:28.561Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22212024-04-16T05:37:28.758Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22222024-04-16T05:37:29.363Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22232024-04-16T05:37:29.799Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22242024-04-16T05:37:30.132Z Checking snafu v0.8.2
22252024-04-16T05:37:30.508Z Checking nanorand v0.7.0
22262024-04-16T05:37:30.525Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22272024-04-16T05:37:30.589Z Checking tough v0.17.1
22282024-04-16T05:37:30.843Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22292024-04-16T05:37:30.847Z Checking signature v1.6.4
22302024-04-16T05:37:30.985Z Compiling cfg_aliases v0.1.1
22312024-04-16T05:37:31.094Z Compiling salty v0.2.0
22322024-04-16T05:37:31.153Z Checking opaque-debug v0.3.0
22332024-04-16T05:37:31.241Z Checking poly1305 v0.8.0
22342024-04-16T05:37:31.673Z Compiling nix v0.28.0
22352024-04-16T05:37:31.687Z Checking ed25519 v1.5.3
22362024-04-16T05:37:31.716Z Checking thiserror-no-std v2.0.2
22372024-04-16T05:37:31.824Z Checking flume v0.11.0
22382024-04-16T05:37:32.038Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22392024-04-16T05:37:32.245Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22402024-04-16T05:37:32.335Z Compiling ascii-canvas v3.0.0
22412024-04-16T05:37:32.865Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22422024-04-16T05:37:33.476Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22432024-04-16T05:37:33.708Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22442024-04-16T05:37:33.723Z Checking chacha20 v0.9.1
22452024-04-16T05:37:34.056Z Checking aead v0.5.2
22462024-04-16T05:37:34.311Z Checking serde-big-array v0.5.1
22472024-04-16T05:37:34.379Z Checking kstat-rs v0.2.3
22482024-04-16T05:37:34.420Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22492024-04-16T05:37:34.528Z Compiling ena v0.14.2
22502024-04-16T05:37:34.703Z Compiling libloading v0.7.4
22512024-04-16T05:37:34.936Z Compiling diff v0.1.13
22522024-04-16T05:37:35.102Z Compiling bindgen v0.69.2
22532024-04-16T05:37:35.136Z Compiling regex-syntax v0.6.29
22542024-04-16T05:37:35.331Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22552024-04-16T05:37:35.628Z Checking chacha20poly1305 v0.10.1
22562024-04-16T05:37:35.816Z Checking vsss-rs v3.3.4
22572024-04-16T05:37:36.468Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
22582024-04-16T05:37:37.479Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22592024-04-16T05:37:37.770Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22602024-04-16T05:37:38.160Z Checking signal-hook-tokio v0.3.1
22612024-04-16T05:37:38.342Z Compiling lalrpop v0.19.12
22622024-04-16T05:37:38.357Z Compiling cexpr v0.6.0
22632024-04-16T05:37:38.925Z Checking serde-big-array v0.4.1
22642024-04-16T05:37:39.082Z Compiling which v4.4.0
22652024-04-16T05:37:39.717Z Compiling peeking_take_while v0.1.2
22662024-04-16T05:37:39.768Z Checking maplit v1.0.2
22672024-04-16T05:37:39.849Z Compiling ref-cast v1.0.22
22682024-04-16T05:37:39.875Z Compiling rustc-hash v1.1.0
22692024-04-16T05:37:40.027Z Compiling shlex v1.3.0
22702024-04-16T05:37:40.030Z Compiling lazycell v1.3.0
22712024-04-16T05:37:40.191Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22722024-04-16T05:37:41.162Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
22732024-04-16T05:37:42.924Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22742024-04-16T05:37:43.231Z Compiling derive_builder_core v0.20.0
22752024-04-16T05:37:44.364Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22762024-04-16T05:37:44.445Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22772024-04-16T05:37:44.999Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22782024-04-16T05:37:45.059Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22792024-04-16T05:37:45.591Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22802024-04-16T05:37:47.039Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22812024-04-16T05:37:47.387Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22822024-04-16T05:37:48.806Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22832024-04-16T05:37:48.827Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22842024-04-16T05:37:49.340Z Compiling peg-macros v0.8.2
22852024-04-16T05:37:49.382Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22862024-04-16T05:37:50.981Z Compiling ref-cast-impl v1.0.22
22872024-04-16T05:37:51.354Z Compiling sqlparser_derive v0.2.2
22882024-04-16T05:37:52.235Z Compiling libxml v0.3.3
22892024-04-16T05:37:52.525Z Checking unicode_categories v0.1.1
22902024-04-16T05:37:52.679Z Checking corncobs v0.1.3
22912024-04-16T05:37:52.832Z Checking sqlformat v0.2.3
22922024-04-16T05:37:52.956Z Checking rustyline v14.0.0
22932024-04-16T05:37:53.316Z Checking peg v0.8.2
22942024-04-16T05:37:53.418Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22952024-04-16T05:37:53.656Z Checking sqlparser v0.44.0
22962024-04-16T05:37:54.434Z Compiling derive_builder_macro v0.20.0
22972024-04-16T05:37:54.659Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22982024-04-16T05:37:55.078Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22992024-04-16T05:37:55.332Z Checking bcs v0.1.6
23002024-04-16T05:38:01.211Z Compiling strum_macros v0.24.3
23012024-04-16T05:38:01.253Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
23022024-04-16T05:38:01.253Z Compiling cookie v0.18.1
23032024-04-16T05:38:01.253Z Compiling indoc v1.0.9
23042024-04-16T05:38:01.253Z Checking highway v1.1.0
23052024-04-16T05:38:01.253Z Checking derive_builder v0.20.0
23062024-04-16T05:38:01.253Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23072024-04-16T05:38:01.253Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23082024-04-16T05:38:01.622Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23092024-04-16T05:38:01.658Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23102024-04-16T05:38:02.187Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23112024-04-16T05:38:02.327Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23122024-04-16T05:38:02.421Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23132024-04-16T05:38:02.668Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23142024-04-16T05:38:02.720Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
23152024-04-16T05:38:02.970Z Checking bb8 v0.8.3
23162024-04-16T05:38:03.362Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23172024-04-16T05:38:03.398Z Checking quick-xml v0.31.0
23182024-04-16T05:38:05.606Z Compiling oso-derive v0.27.3
23192024-04-16T05:38:05.657Z Compiling impl-trait-for-tuples v0.2.2
23202024-04-16T05:38:05.660Z Compiling const_format_proc_macros v0.2.32
23212024-04-16T05:38:06.342Z Checking http-range v0.1.5
23222024-04-16T05:38:06.530Z Checking hyper-staticfile v0.9.5
23232024-04-16T05:38:06.757Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23242024-04-16T05:38:06.947Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
23252024-04-16T05:38:07.424Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23262024-04-16T05:38:08.047Z Checking const_format v0.2.32
23272024-04-16T05:38:09.322Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23282024-04-16T05:38:10.411Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23292024-04-16T05:38:10.605Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23302024-04-16T05:38:10.910Z Checking assert_matches v1.5.0
23312024-04-16T05:38:11.002Z Checking rand_seeder v0.2.3
23322024-04-16T05:38:11.231Z Compiling portable-atomic v1.4.3
23332024-04-16T05:38:12.342Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23342024-04-16T05:38:12.550Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23352024-04-16T05:38:13.244Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23362024-04-16T05:38:13.491Z Checking number_prefix v0.4.0
23372024-04-16T05:38:13.694Z Checking indicatif v0.17.8
23382024-04-16T05:38:13.882Z Checking castaway v0.2.2
23392024-04-16T05:38:14.041Z Checking compact_str v0.7.1
23402024-04-16T05:38:14.098Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23412024-04-16T05:38:14.404Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23422024-04-16T05:38:14.437Z Checking lru v0.12.1
23432024-04-16T05:38:14.708Z Compiling stability v0.2.0
23442024-04-16T05:38:14.724Z Compiling indoc v2.0.3
23452024-04-16T05:38:14.742Z Checking cassowary v0.3.0
23462024-04-16T05:38:15.209Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23472024-04-16T05:38:15.756Z Checking unicode-linebreak v0.1.5
23482024-04-16T05:38:15.863Z Checking ratatui v0.26.2
23492024-04-16T05:38:16.185Z Checking smawk v0.3.1
23502024-04-16T05:38:16.388Z Checking textwrap v0.16.1
23512024-04-16T05:38:16.732Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23522024-04-16T05:38:16.768Z Checking is_ci v1.2.0
23532024-04-16T05:38:16.904Z Checking supports-color v3.0.0
23542024-04-16T05:38:17.074Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23552024-04-16T05:38:17.086Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
23562024-04-16T05:38:17.147Z Checking fatfs v0.3.6
23572024-04-16T05:38:18.228Z Checking rtoolbox v0.0.1
23582024-04-16T05:38:18.417Z Checking rpassword v7.3.1
23592024-04-16T05:38:18.445Z Checking shell-words v1.1.0
23602024-04-16T05:38:18.558Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23612024-04-16T05:38:18.754Z Checking tui-tree-widget v0.19.0
23622024-04-16T05:38:18.812Z Checking yansi v0.5.1
23632024-04-16T05:38:18.941Z Compiling target-lexicon v0.12.13
23642024-04-16T05:38:19.061Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23652024-04-16T05:38:19.089Z Checking pretty_assertions v1.4.0
23662024-04-16T05:38:19.271Z Compiling doc-comment v0.3.3
23672024-04-16T05:38:19.857Z Compiling guppy-workspace-hack v0.1.0
23682024-04-16T05:38:19.966Z Checking plotters-backend v0.3.5
23692024-04-16T05:38:20.313Z Checking http-body v1.0.0
23702024-04-16T05:38:20.369Z Checking plotters-svg v0.3.5
23712024-04-16T05:38:20.521Z Checking cast v0.3.0
23722024-04-16T05:38:20.537Z Compiling assert_cmd v2.0.14
23732024-04-16T05:38:20.556Z Compiling target-spec v3.1.0
23742024-04-16T05:38:20.698Z Checking tower-layer v0.3.2
23752024-04-16T05:38:20.813Z Checking criterion-plot v0.5.0
23762024-04-16T05:38:20.960Z Checking plotters v0.3.5
23772024-04-16T05:38:20.979Z Checking tower v0.4.13
23782024-04-16T05:38:21.128Z Checking hyper v1.1.0
23792024-04-16T05:38:21.282Z Checking cfg-expr v0.15.6
23802024-04-16T05:38:21.876Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23812024-04-16T05:38:22.069Z Checking tinytemplate v1.2.1
23822024-04-16T05:38:22.269Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23832024-04-16T05:38:22.461Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23842024-04-16T05:38:22.692Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23852024-04-16T05:38:22.753Z Checking cargo-platform v0.1.3
23862024-04-16T05:38:23.060Z Checking anes v0.1.6
23872024-04-16T05:38:23.157Z Checking oorandom v11.1.3
23882024-04-16T05:38:23.308Z Checking cargo_metadata v0.18.1
23892024-04-16T05:38:23.443Z Checking criterion v0.5.1
23902024-04-16T05:38:23.516Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23912024-04-16T05:38:24.821Z Checking hyper-util v0.1.2
23922024-04-16T05:38:25.672Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23932024-04-16T05:38:26.226Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23942024-04-16T05:38:26.256Z Checking rustls-native-certs v0.7.0
23952024-04-16T05:38:26.407Z Checking httptest v0.15.5
23962024-04-16T05:38:27.093Z Checking pathdiff v0.2.1
23972024-04-16T05:38:27.242Z Checking nested v0.1.1
23982024-04-16T05:38:27.459Z Checking guppy v0.17.5
23992024-04-16T05:38:27.675Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24002024-04-16T05:38:29.562Z Checking hyper-rustls v0.26.0
24012024-04-16T05:38:29.905Z Checking escape8259 v0.5.2
24022024-04-16T05:38:30.099Z Checking threadpool v1.8.1
24032024-04-16T05:38:30.620Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24042024-04-16T05:38:31.028Z Checking libtest-mimic v0.7.2
24052024-04-16T05:38:32.592Z Checking similar-asserts v1.5.0
24062024-04-16T05:38:32.592Z Compiling rstest_macros v0.19.0
24072024-04-16T05:38:33.607Z Checking datatest-stable v0.2.6
24082024-04-16T05:38:33.812Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24092024-04-16T05:38:33.909Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24102024-04-16T05:38:34.114Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24112024-04-16T05:38:34.143Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24122024-04-16T05:38:34.620Z Checking csv-core v0.1.11
24132024-04-16T05:38:34.818Z Checking heck v0.5.0
24142024-04-16T05:38:34.945Z Compiling trybuild v1.0.91
24152024-04-16T05:38:34.996Z Checking constant_time_eq v0.2.6
24162024-04-16T05:38:35.127Z Compiling relative-path v1.9.0
24172024-04-16T05:38:35.170Z Checking blake2b_simd v1.0.1
24182024-04-16T05:38:35.397Z Checking csv v1.3.0
24192024-04-16T05:38:36.080Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24202024-04-16T05:38:36.179Z Checking multimap v0.10.0
24212024-04-16T05:38:36.483Z Checking futures-timer v3.0.2
24222024-04-16T05:38:36.775Z Checking rust-argon2 v2.1.0
24232024-04-16T05:38:38.582Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24242024-04-16T05:38:40.415Z Checking partial-io v0.5.4
24252024-04-16T05:38:40.433Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24262024-04-16T05:38:41.180Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24272024-04-16T05:38:41.444Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24282024-04-16T05:38:43.216Z Checking approx v0.5.1
24292024-04-16T05:38:43.443Z Checking termios v0.3.3
24302024-04-16T05:38:43.658Z Checking hex-literal v0.4.1
24312024-04-16T05:38:45.412Z Checking rstest v0.19.0
24322024-04-16T05:38:48.230Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24332024-04-16T05:39:12.258Z Compiling samael v0.0.15
24342024-04-16T05:39:34.736Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
24352024-04-16T05:39:36.946Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24362024-04-16T05:39:40.844Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24372024-04-16T05:39:47.842Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24382024-04-16T05:39:57.618Z Compiling polar-core v0.27.3
24392024-04-16T05:40:10.709Z Checking oso v0.27.3
24402024-04-16T05:40:31.514Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24412024-04-16T05:40:31.519Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24422024-04-16T05:40:31.519Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24432024-04-16T05:41:29.417Z Finished dev [unoptimized + debuginfo] target(s) in 6m 39s
24442024-04-16T05:41:29.608Z
24452024-04-16T05:41:29.608Zreal 7:26.297615947
24462024-04-16T05:41:29.608Zuser 37:59.181806530
24472024-04-16T05:41:29.608Zsys 7:00.533506629
24482024-04-16T05:41:29.608Ztrap 1.012298575
24492024-04-16T05:41:29.608Ztflt 4.718340667
24502024-04-16T05:41:29.611Zdflt 3.361054978
24512024-04-16T05:41:29.611Zkflt 0.120774022
24522024-04-16T05:41:29.612Zlock 58:07.930384839
24532024-04-16T05:41:29.612Zslp 1:56:08.114110694
24542024-04-16T05:41:29.612Zlat 1:48.663832689
24552024-04-16T05:41:29.612Zstop 4:30.382571387
24562024-04-16T05:41:30.530Zwarning: output filename collision.
24572024-04-16T05:41:30.530ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24582024-04-16T05:41:30.530ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24592024-04-16T05:41:30.531ZThe targets should have unique names.
24602024-04-16T05:41:30.531ZThis is a known bug where multiple crates with the same name use
24612024-04-16T05:41:30.531Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24622024-04-16T05:41:30.531Zwarning: output filename collision.
24632024-04-16T05:41:30.531ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24642024-04-16T05:41:30.531ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24652024-04-16T05:41:30.531ZThe targets should have unique names.
24662024-04-16T05:41:30.531ZThis is a known bug where multiple crates with the same name use
24672024-04-16T05:41:30.531Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24682024-04-16T05:41:30.538Zwarning: output filename collision.
24692024-04-16T05:41:30.538ZThe lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
24702024-04-16T05:41:30.538ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24712024-04-16T05:41:30.538ZThe targets should have unique names.
24722024-04-16T05:41:30.538ZThis is a known bug where multiple crates with the same name use
24732024-04-16T05:41:30.538Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24742024-04-16T05:41:30.539Zwarning: output filename collision.
24752024-04-16T05:41:30.539ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`.
24762024-04-16T05:41:30.539ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24772024-04-16T05:41:30.539ZThe targets should have unique names.
24782024-04-16T05:41:30.539ZThis is a known bug where multiple crates with the same name use
24792024-04-16T05:41:30.539Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24802024-04-16T05:41:30.539Zwarning: output filename collision.
24812024-04-16T05:41:30.539ZThe lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
24822024-04-16T05:41:30.539ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24832024-04-16T05:41:30.539ZThe targets should have unique names.
24842024-04-16T05:41:30.539ZThis is a known bug where multiple crates with the same name use
24852024-04-16T05:41:30.539Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24862024-04-16T05:41:30.539Zwarning: output filename collision.
24872024-04-16T05:41:30.539ZThe bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`.
24882024-04-16T05:41:30.539ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24892024-04-16T05:41:30.539ZThe targets should have unique names.
24902024-04-16T05:41:30.539ZThis is a known bug where multiple crates with the same name use
24912024-04-16T05:41:30.539Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24922024-04-16T05:41:30.539Zwarning: output filename collision.
24932024-04-16T05:41:30.539ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24942024-04-16T05:41:30.539ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24952024-04-16T05:41:30.539ZThe targets should have unique names.
24962024-04-16T05:41:30.539ZThis is a known bug where multiple crates with the same name use
24972024-04-16T05:41:30.540Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24982024-04-16T05:41:30.540Zwarning: output filename collision.
24992024-04-16T05:41:30.540ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`.
25002024-04-16T05:41:30.540ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
25012024-04-16T05:41:30.540ZThe targets should have unique names.
25022024-04-16T05:41:30.540ZThis is a known bug where multiple crates with the same name use
25032024-04-16T05:41:30.540Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25042024-04-16T05:41:30.540Zwarning: output filename collision.
25052024-04-16T05:41:30.540ZThe lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`.
25062024-04-16T05:41:30.540ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
25072024-04-16T05:41:30.540ZThe targets should have unique names.
25082024-04-16T05:41:30.540ZThis is a known bug where multiple crates with the same name use
25092024-04-16T05:41:30.540Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25102024-04-16T05:41:31.034Z Documenting libc v0.2.153
25112024-04-16T05:41:31.081Z Documenting cfg-if v1.0.0
25122024-04-16T05:41:31.092Z Documenting serde_derive v1.0.197
25132024-04-16T05:41:31.120Z Documenting log v0.4.21
25142024-04-16T05:41:31.123Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25152024-04-16T05:41:31.148Z Documenting memchr v2.7.1
25162024-04-16T05:41:31.158Z Documenting byteorder v1.5.0
25172024-04-16T05:41:31.171Z Documenting itoa v1.0.9
25182024-04-16T05:41:31.432Z Documenting smallvec v1.13.1
25192024-04-16T05:41:34.294Z Documenting scopeguard v1.2.0
25202024-04-16T05:41:34.571Z Documenting libm v0.2.7
25212024-04-16T05:41:35.109Z Documenting pin-project-lite v0.2.13
25222024-04-16T05:41:35.177Z Documenting once_cell v1.19.0
25232024-04-16T05:41:35.563Z Documenting zeroize_derive v1.4.2
25242024-04-16T05:41:35.854Z Documenting getrandom v0.2.12
25252024-04-16T05:41:36.405Z Documenting parking_lot_core v0.9.8
25262024-04-16T05:41:37.664Z Documenting lock_api v0.4.10
25272024-04-16T05:41:38.415Z Documenting signal-hook-registry v1.4.1
25282024-04-16T05:41:38.540Z Documenting num-traits v0.2.18
25292024-04-16T05:41:39.032Z Documenting serde v1.0.197
25302024-04-16T05:41:39.378Z Documenting mio v0.8.11
25312024-04-16T05:41:40.738Z Documenting zeroize v1.7.0
25322024-04-16T05:41:40.763Z Documenting rand_core v0.6.4
25332024-04-16T05:41:41.218Z Documenting thiserror-impl v1.0.58
25342024-04-16T05:41:41.500Z Documenting parking_lot v0.12.1
25352024-04-16T05:41:42.407Z Documenting futures-core v0.3.30
25362024-04-16T05:41:44.166Z Documenting ryu v1.0.15
25372024-04-16T05:41:44.651Z Documenting socket2 v0.5.6
25382024-04-16T05:41:45.055Z Documenting num_cpus v1.16.0
25392024-04-16T05:41:45.173Z Documenting tokio-macros v2.2.0
25402024-04-16T05:41:46.485Z Documenting zerocopy v0.7.32
25412024-04-16T05:41:46.574Z Documenting futures-sink v0.3.30
25422024-04-16T05:41:46.587Z Documenting thiserror v1.0.58
25432024-04-16T05:41:47.460Z Documenting typenum v1.16.0
25442024-04-16T05:41:48.991Z Documenting iana-time-zone v0.1.57
25452024-04-16T05:41:49.816Z Documenting pin-utils v0.1.0
25462024-04-16T05:41:50.047Z Documenting subtle v2.5.0
25472024-04-16T05:41:50.543Z Documenting futures-channel v0.3.30
25482024-04-16T05:41:52.935Z Documenting slab v0.4.9
25492024-04-16T05:41:59.551Z Documenting bytes v1.6.0
25502024-04-16T05:42:01.297Z Documenting bitflags v2.4.2
25512024-04-16T05:42:01.327Z Documenting serde_json v1.0.116
25522024-04-16T05:42:01.672Z Documenting chrono v0.4.38
25532024-04-16T05:42:01.732Z Documenting futures-macro v0.3.30
25542024-04-16T05:42:01.853Z Documenting futures-task v0.3.30
25552024-04-16T05:42:02.067Z Documenting futures-io v0.3.30
25562024-04-16T05:42:02.569Z Documenting generic-array v0.14.7
25572024-04-16T05:42:04.338Z Documenting tokio v1.37.0
25582024-04-16T05:42:06.052Z Documenting uuid v1.8.0
25592024-04-16T05:42:06.964Z Documenting ahash v0.8.8
25602024-04-16T05:42:06.986Z Documenting allocator-api2 v0.2.16
25612024-04-16T05:42:07.764Z Documenting futures-util v0.3.30
25622024-04-16T05:42:07.876Z Documenting tinyvec_macros v0.1.1
25632024-04-16T05:42:08.084Z Documenting crypto-common v0.1.6
25642024-04-16T05:42:09.218Z Documenting const-oid v0.9.6
25652024-04-16T05:42:10.425Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25662024-04-16T05:42:10.608Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25672024-04-16T05:42:10.683Z Documenting tracing-core v0.1.32
25682024-04-16T05:42:11.156Z Documenting tinyvec v1.6.0
25692024-04-16T05:42:11.350Z Documenting serde_derive_internals v0.26.0
25702024-04-16T05:42:12.594Z Documenting hashbrown v0.14.3
25712024-04-16T05:42:13.077Z Checking serde_derive_internals v0.26.0
25722024-04-16T05:42:13.630Z Documenting tracing-attributes v0.1.27
25732024-04-16T05:42:14.884Z Documenting dyn-clone v1.0.17
25742024-04-16T05:42:15.426Z Documenting unicode-normalization v0.1.22
25752024-04-16T05:42:15.593Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25762024-04-16T05:42:17.206Z Documenting schemars_derive v0.8.16
25772024-04-16T05:42:17.631Z Documenting lazy_static v1.4.0
25782024-04-16T05:42:18.882Z Documenting ppv-lite86 v0.2.17
25792024-04-16T05:42:18.886Z Documenting unicode-bidi v0.3.15
25802024-04-16T05:42:21.056Z Documenting percent-encoding v2.3.1
25812024-04-16T05:42:21.100Z Documenting block-buffer v0.10.4
25822024-04-16T05:42:21.310Z Documenting powerfmt v0.2.0
25832024-04-16T05:42:22.252Z Documenting rand_chacha v0.3.1
25842024-04-16T05:42:23.370Z Documenting fnv v1.0.7
25852024-04-16T05:42:23.395Z Documenting schemars v0.8.16
25862024-04-16T05:42:23.714Z Documenting equivalent v1.0.1
25872024-04-16T05:42:24.790Z Documenting deranged v0.3.11
25882024-04-16T05:42:25.801Z Documenting form_urlencoded v1.2.1
25892024-04-16T05:42:25.933Z Documenting digest v0.10.7
25902024-04-16T05:42:26.685Z Documenting indexmap v2.2.6
25912024-04-16T05:42:27.540Z Documenting time-macros v0.2.17
25922024-04-16T05:42:27.637Z Documenting rand v0.8.5
25932024-04-16T05:42:28.854Z Documenting tracing v0.1.40
25942024-04-16T05:42:30.334Z Documenting unicode-width v0.1.11
25952024-04-16T05:42:30.556Z Documenting time-core v0.1.2
25962024-04-16T05:42:30.885Z Documenting num_threads v0.1.6
25972024-04-16T05:42:32.344Z Documenting num-conv v0.1.0
25982024-04-16T05:42:32.503Z Documenting idna v0.5.0
25992024-04-16T05:42:32.742Z Documenting errno v0.3.8
26002024-04-16T05:42:40.948Z Documenting unicode-ident v1.0.12
26012024-04-16T05:42:40.968Z Documenting adler v1.0.2
26022024-04-16T05:42:41.027Z Documenting slog v2.7.0
26032024-04-16T05:42:41.082Z Documenting time v0.3.34
26042024-04-16T05:42:41.126Z Documenting rustix v0.38.31
26052024-04-16T05:42:41.216Z Documenting url v2.5.0
26062024-04-16T05:42:41.877Z Documenting httparse v1.8.0
26072024-04-16T05:42:43.932Z Documenting miniz_oxide v0.7.1
26082024-04-16T05:42:44.567Z Documenting proc-macro2 v1.0.80
26092024-04-16T05:42:46.191Z Documenting cpufeatures v0.2.12
26102024-04-16T05:42:46.300Z Documenting async-trait v0.1.80
26112024-04-16T05:42:46.722Z Documenting httpdate v1.0.3
26122024-04-16T05:42:47.362Z Documenting try-lock v0.2.4
26132024-04-16T05:42:48.073Z Documenting http-body v0.4.5
26142024-04-16T05:42:49.344Z Documenting aho-corasick v1.1.2
26152024-04-16T05:42:49.712Z Documenting openssl-sys v0.9.102
26162024-04-16T05:42:50.053Z Documenting quote v1.0.36
26172024-04-16T05:42:50.777Z Documenting tokio-util v0.7.10
26182024-04-16T05:42:50.889Z Documenting want v0.3.1
26192024-04-16T05:42:50.977Z Documenting openssl-macros v0.1.1
26202024-04-16T05:42:52.457Z Documenting regex-syntax v0.8.2
26212024-04-16T05:42:53.694Z Documenting mime v0.3.17
26222024-04-16T05:42:54.176Z Documenting syn v2.0.59
26232024-04-16T05:42:55.437Z Documenting tower-service v0.3.2
26242024-04-16T05:42:55.704Z Documenting gimli v0.28.0
26252024-04-16T05:42:55.774Z Documenting object v0.32.1
26262024-04-16T05:42:56.785Z Documenting openssl v0.10.64
26272024-04-16T05:42:57.480Z Documenting h2 v0.3.26
26282024-04-16T05:42:58.202Z Documenting openssl-probe v0.1.5
26292024-04-16T05:42:59.516Z Documenting regex-automata v0.4.5
26302024-04-16T05:42:59.742Z Documenting rustc-demangle v0.1.23
26312024-04-16T05:43:02.280Z Documenting addr2line v0.21.0
26322024-04-16T05:43:02.406Z Documenting ipnet v2.9.0
26332024-04-16T05:43:03.260Z Documenting base64ct v1.6.0
26342024-04-16T05:43:05.821Z Documenting native-tls v0.2.11
26352024-04-16T05:43:06.214Z Documenting futures-executor v0.3.30
26362024-04-16T05:43:06.671Z Documenting encoding_rs v0.8.33
26372024-04-16T05:43:08.348Z Documenting hyper v0.14.28
26382024-04-16T05:43:08.372Z Documenting psl-types v2.0.11
26392024-04-16T05:43:08.442Z Documenting regex v1.10.4
26402024-04-16T05:43:09.535Z Documenting backtrace v0.3.69
26412024-04-16T05:43:11.047Z Documenting tokio-native-tls v0.3.1
26422024-04-16T05:43:11.522Z Documenting serde_urlencoded v0.7.1
26432024-04-16T05:43:11.708Z Documenting crossbeam-utils v0.8.19
26442024-04-16T05:43:11.759Z Documenting publicsuffix v2.2.3
26452024-04-16T05:43:14.804Z Documenting utf8parse v0.2.1
26462024-04-16T05:43:15.891Z Documenting anyhow v1.0.82
26472024-04-16T05:43:16.391Z Documenting futures v0.3.30
26482024-04-16T05:43:16.774Z Documenting cookie_store v0.20.0
26492024-04-16T05:43:17.099Z Documenting pem-rfc7468 v0.7.0
26502024-04-16T05:43:17.191Z Checking pest_meta v2.7.6
26512024-04-16T05:43:17.776Z Documenting der_derive v0.7.2
26522024-04-16T05:43:18.129Z Documenting sync_wrapper v0.1.2
26532024-04-16T05:43:18.175Z Documenting flagset v0.4.3
26542024-04-16T05:43:20.946Z Documenting hyper-rustls v0.24.2
26552024-04-16T05:43:21.044Z Documenting hyper-tls v0.5.0
26562024-04-16T05:43:21.105Z Documenting webpki-roots v0.25.2
26572024-04-16T05:43:21.439Z Documenting num-integer v0.1.46
26582024-04-16T05:43:22.020Z Documenting pest_meta v2.7.6
26592024-04-16T05:43:22.643Z Documenting scroll_derive v0.12.0
26602024-04-16T05:43:24.425Z Documenting der v0.7.8
26612024-04-16T05:43:24.789Z Checking pest_generator v2.7.6
26622024-04-16T05:43:25.464Z Documenting openapiv3 v2.0.0
26632024-04-16T05:43:25.986Z Documenting ucd-trie v0.1.6
26642024-04-16T05:43:26.640Z Documenting plain v0.2.3
26652024-04-16T05:43:27.231Z Documenting pest_generator v2.7.6
26662024-04-16T05:43:28.341Z Documenting scroll v0.12.0
26672024-04-16T05:43:28.628Z Documenting spin v0.9.8
26682024-04-16T05:43:29.246Z Documenting reqwest v0.11.24
26692024-04-16T05:43:29.629Z Documenting anstyle v1.0.6
26702024-04-16T05:43:29.970Z Documenting spki v0.7.2
26712024-04-16T05:43:30.186Z Documenting pest v2.7.6
26722024-04-16T05:43:32.193Z Documenting pretty-hex v0.4.1
26732024-04-16T05:43:32.303Z Documenting pest_derive v2.7.6
26742024-04-16T05:43:32.634Z Documenting goblin v0.8.0
26752024-04-16T05:43:33.096Z Documenting either v1.11.0
26762024-04-16T05:43:34.449Z Documenting pkcs8 v0.10.2
26772024-04-16T05:43:34.599Z Documenting anstyle-parse v0.2.1
26782024-04-16T05:43:35.835Z Documenting thread-id v4.2.0
26792024-04-16T05:43:36.380Z Documenting colorchoice v1.0.0
26802024-04-16T05:43:36.956Z Documenting dtrace-parser v0.2.0
26812024-04-16T05:43:37.772Z Documenting anstyle-query v1.0.0
26822024-04-16T05:43:38.337Z Documenting data-encoding v2.4.0
26832024-04-16T05:43:38.942Z Documenting crossbeam-epoch v0.9.18
26842024-04-16T05:43:39.303Z Documenting sha2 v0.10.8
26852024-04-16T05:43:40.828Z Documenting terminal_size v0.3.0
26862024-04-16T05:43:40.902Z Documenting ipnetwork v0.20.0
26872024-04-16T05:43:41.010Z Documenting dof v0.3.0
26882024-04-16T05:43:41.920Z Documenting hex v0.4.3
26892024-04-16T05:43:41.967Z Documenting anstream v0.6.11
26902024-04-16T05:43:43.060Z Documenting crc32fast v1.3.2
26912024-04-16T05:43:43.389Z Documenting clap_lex v0.7.0
26922024-04-16T05:43:45.179Z Documenting strsim v0.11.0
26932024-04-16T05:43:46.274Z Documenting untrusted v0.9.0
26942024-04-16T05:43:46.285Z Documenting usdt-impl v0.5.0
26952024-04-16T05:43:46.406Z Documenting unicode-segmentation v1.10.1
26962024-04-16T05:43:47.010Z Documenting clap_derive v4.5.4
26972024-04-16T05:43:47.116Z Documenting num-iter v0.1.44
26982024-04-16T05:43:47.378Z Documenting hmac v0.12.1
26992024-04-16T05:43:47.555Z Documenting signal-hook v0.3.17
27002024-04-16T05:43:49.369Z Documenting clap_builder v4.5.2
27012024-04-16T05:43:49.625Z Documenting ring v0.17.8
27022024-04-16T05:43:50.247Z Documenting base64 v0.22.0
27032024-04-16T05:43:52.342Z Documenting static_assertions v1.1.0
27042024-04-16T05:43:52.758Z Documenting flate2 v1.0.28
27052024-04-16T05:43:53.027Z Documenting managed v0.8.0
27062024-04-16T05:43:53.348Z Documenting signal-hook-mio v0.2.3
27072024-04-16T05:43:53.643Z Documenting block-padding v0.3.3
27082024-04-16T05:43:55.120Z Documenting scheduled-thread-pool v0.2.7
27092024-04-16T05:43:55.556Z Documenting bzip2-sys v0.1.11+1.0.8
27102024-04-16T05:43:55.872Z Documenting enum-as-inner v0.5.1
27112024-04-16T05:43:56.201Z Documenting clap v4.5.4
27122024-04-16T05:43:56.942Z Documenting diesel_table_macro_syntax v0.1.0
27132024-04-16T05:43:57.711Z Checking diesel_table_macro_syntax v0.1.0
27142024-04-16T05:43:57.887Z Documenting md-5 v0.10.5
27152024-04-16T05:43:58.473Z Documenting crossterm v0.27.0
27162024-04-16T05:43:58.988Z Documenting inout v0.1.3
27172024-04-16T05:44:00.278Z Documenting r2d2 v0.8.10
27182024-04-16T05:44:00.445Z Documenting trust-dns-proto v0.22.0
27192024-04-16T05:44:00.543Z Documenting bzip2 v0.4.4
27202024-04-16T05:44:02.056Z Documenting stringprep v0.1.3
27212024-04-16T05:44:02.658Z Documenting diesel_derives v2.1.2
27222024-04-16T05:44:03.597Z Documenting regress v0.9.1
27232024-04-16T05:44:03.763Z Documenting ff v0.13.0
27242024-04-16T05:44:04.078Z Documenting toml_datetime v0.6.5
27252024-04-16T05:44:04.955Z Documenting serde_spanned v0.6.5
27262024-04-16T05:44:05.577Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27272024-04-16T05:44:07.003Z Documenting bit-vec v0.6.3
27282024-04-16T05:44:08.197Z Documenting fallible-iterator v0.2.0
27292024-04-16T05:44:08.442Z Documenting winnow v0.6.1
27302024-04-16T05:44:09.276Z Documenting siphasher v0.3.11
27312024-04-16T05:44:09.794Z Documenting base16ct v0.2.0
27322024-04-16T05:44:10.860Z Documenting group v0.13.0
27332024-04-16T05:44:10.920Z Documenting diesel v2.1.5
27342024-04-16T05:44:10.987Z Documenting zip v0.6.6
27352024-04-16T05:44:11.639Z Documenting cipher v0.4.4
27362024-04-16T05:44:12.759Z Documenting phf_shared v0.11.2
27372024-04-16T05:44:13.590Z Documenting sec1 v0.7.3
27382024-04-16T05:44:14.133Z Documenting postgres-protocol v0.6.6
27392024-04-16T05:44:14.907Z Documenting toml_edit v0.22.9
27402024-04-16T05:44:15.379Z Documenting hkdf v0.12.4
27412024-04-16T05:44:16.548Z Documenting num-bigint v0.4.4
27422024-04-16T05:44:16.979Z Documenting bstr v1.9.0
27432024-04-16T05:44:26.986Z Documenting console v0.15.8
27442024-04-16T05:44:34.339Z Documenting crypto-bigint v0.5.2
27452024-04-16T05:44:34.370Z Documenting hubpack v0.1.2
27462024-04-16T05:44:34.797Z Documenting serde_repr v0.1.16
27472024-04-16T05:44:34.919Z Checking unsafe-libyaml v0.2.10
27482024-04-16T05:44:35.160Z Documenting new_debug_unreachable v1.0.4
27492024-04-16T05:44:35.411Z Documenting lalrpop-util v0.19.12
27502024-04-16T05:44:35.722Z Checking strsim v0.10.0
27512024-04-16T05:44:35.938Z Documenting heck v0.4.1
27522024-04-16T05:44:36.058Z Documenting minimal-lexical v0.2.1
27532024-04-16T05:44:37.342Z Documenting fixedbitset v0.4.2
27542024-04-16T05:44:38.652Z Checking ident_case v1.0.1
27552024-04-16T05:44:38.800Z Documenting precomputed-hash v0.1.1
27562024-04-16T05:44:39.082Z Documenting yasna v0.5.2
27572024-04-16T05:44:39.775Z Documenting postgres-types v0.2.6
27582024-04-16T05:44:48.164Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27592024-04-16T05:44:48.251Z Documenting nom v7.1.3
27602024-04-16T05:44:48.343Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27612024-04-16T05:44:48.486Z Documenting petgraph v0.6.4
27622024-04-16T05:44:48.519Z Documenting string_cache v0.8.7
27632024-04-16T05:44:48.808Z Documenting phf v0.11.2
27642024-04-16T05:44:48.979Z Documenting similar v2.4.0
27652024-04-16T05:44:49.025Z Documenting elliptic-curve v0.13.8
27662024-04-16T05:44:52.978Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27672024-04-16T05:44:53.872Z Documenting semver v1.0.22
27682024-04-16T05:44:54.369Z Documenting float-cmp v0.9.0
27692024-04-16T05:44:54.626Z Documenting normalize-line-endings v0.3.0
27702024-04-16T05:44:54.679Z Documenting whoami v1.5.1
27712024-04-16T05:44:55.974Z Documenting difflib v0.4.0
27722024-04-16T05:45:05.916Z Documenting unsafe-libyaml v0.2.10
27732024-04-16T05:45:06.065Z Documenting predicates-core v1.0.6
27742024-04-16T05:45:06.256Z Documenting peg-runtime v0.8.2
27752024-04-16T05:45:06.279Z Documenting tokio-postgres v0.7.10
27762024-04-16T05:45:06.427Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27772024-04-16T05:45:06.531Z Checking darling_core v0.20.8
27782024-04-16T05:45:06.594Z Checking serde_yaml v0.9.25
27792024-04-16T05:45:06.597Z Documenting bit-set v0.5.3
27802024-04-16T05:45:08.432Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27812024-04-16T05:45:08.543Z Documenting getopts v0.2.21
27822024-04-16T05:45:10.380Z Documenting serde_yaml v0.9.25
27832024-04-16T05:45:10.412Z Documenting tokio-stream v0.1.15
27842024-04-16T05:45:10.543Z Documenting predicates v3.1.0
27852024-04-16T05:45:11.680Z Documenting ident_case v1.0.1
27862024-04-16T05:45:12.797Z Checking darling v0.20.8
27872024-04-16T05:45:12.910Z Documenting is-terminal v0.4.9
27882024-04-16T05:45:13.412Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27892024-04-16T05:45:15.911Z Documenting darling_core v0.20.8
27902024-04-16T05:45:15.930Z Documenting strum v0.26.2
27912024-04-16T05:45:16.920Z Documenting dirs-sys-next v0.1.2
27922024-04-16T05:45:16.951Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27932024-04-16T05:45:17.811Z Documenting match_cfg v0.1.0
27942024-04-16T05:45:18.143Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27952024-04-16T05:45:18.414Z Documenting sha1 v0.10.6
27962024-04-16T05:45:19.979Z Documenting http v1.0.0
27972024-04-16T05:45:20.741Z Documenting hostname v0.3.1
27982024-04-16T05:45:21.003Z Documenting camino v1.1.6
27992024-04-16T05:45:21.817Z Documenting paste v1.0.14
28002024-04-16T05:45:21.852Z Documenting dirs-next v2.0.0
28012024-04-16T05:45:24.170Z Documenting thread_local v1.1.7
28022024-04-16T05:45:25.696Z Documenting rustls-pki-types v1.3.0
28032024-04-16T05:45:25.741Z Documenting crossbeam-channel v0.5.8
28042024-04-16T05:45:25.754Z Documenting take_mut v0.2.2
28052024-04-16T05:45:26.143Z Documenting slog-json v2.6.1
28062024-04-16T05:45:26.247Z Documenting darling_macro v0.20.8
28072024-04-16T05:45:26.794Z Documenting term v0.7.0
28082024-04-16T05:45:27.820Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28092024-04-16T05:45:28.476Z Documenting async-stream-impl v0.3.5
28102024-04-16T05:45:30.318Z Documenting atomic-waker v1.1.1
28112024-04-16T05:45:30.527Z Documenting slog-async v2.8.0
28122024-04-16T05:45:30.757Z Documenting rustls-webpki v0.102.1
28132024-04-16T05:45:31.428Z Documenting debug-ignore v1.0.5
28142024-04-16T05:45:31.934Z Documenting slog-term v2.9.1
28152024-04-16T05:45:32.088Z Documenting darling v0.20.8
28162024-04-16T05:45:33.295Z Documenting waitgroup v0.1.2
28172024-04-16T05:45:33.467Z Documenting async-stream v0.3.5
28182024-04-16T05:45:34.404Z Documenting slog-bunyan v2.5.0
28192024-04-16T05:45:34.915Z Documenting rustls-pemfile v2.1.2
28202024-04-16T05:45:35.699Z Documenting rustls v0.22.2
28212024-04-16T05:45:37.399Z Documenting multer v3.0.0
28222024-04-16T05:45:37.429Z Documenting toml v0.8.12
28232024-04-16T05:45:37.549Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28242024-04-16T05:45:37.562Z Documenting serde_path_to_error v0.1.16
28252024-04-16T05:45:38.330Z Documenting serde_with_macros v3.7.0
28262024-04-16T05:45:39.651Z Documenting structmeta-derive v0.3.0
28272024-04-16T05:45:39.834Z Documenting newtype-uuid v1.1.0
28282024-04-16T05:45:42.236Z Checking structmeta v0.3.0
28292024-04-16T05:45:42.462Z Documenting instant v0.1.12
28302024-04-16T05:45:42.876Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28312024-04-16T05:45:42.967Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28322024-04-16T05:45:43.653Z Documenting serde_with v3.7.0
28332024-04-16T05:45:44.523Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28342024-04-16T05:45:44.613Z Documenting tokio-rustls v0.25.0
28352024-04-16T05:45:45.623Z Documenting structmeta v0.3.0
28362024-04-16T05:45:46.360Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28372024-04-16T05:45:47.303Z Documenting backoff v0.4.0
28382024-04-16T05:45:47.807Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28392024-04-16T05:45:49.143Z Documenting macaddr v1.0.1
28402024-04-16T05:45:49.982Z Documenting parse-display-derive v0.9.0
28412024-04-16T05:45:50.478Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28422024-04-16T05:45:51.923Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28432024-04-16T05:45:52.324Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28442024-04-16T05:45:52.419Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28452024-04-16T05:45:52.538Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28462024-04-16T05:45:52.917Z Documenting fastrand v2.0.1
28472024-04-16T05:45:53.601Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28482024-04-16T05:45:54.502Z Checking proc-macro-crate v1.3.1
28492024-04-16T05:45:54.738Z Documenting proc-macro-crate v1.3.1
28502024-04-16T05:45:55.161Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28512024-04-16T05:45:55.440Z Documenting foreign-types-macros v0.2.3
28522024-04-16T05:45:56.393Z Documenting foreign-types-shared v0.3.1
28532024-04-16T05:45:56.505Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28542024-04-16T05:45:56.667Z Documenting parse-display v0.9.0
28552024-04-16T05:45:56.836Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28562024-04-16T05:45:57.243Z Documenting tempfile v3.10.1
28572024-04-16T05:45:59.388Z Documenting cstr-argument v0.1.2
28582024-04-16T05:46:00.692Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28592024-04-16T05:46:00.873Z Documenting num_enum_derive v0.5.11
28602024-04-16T05:46:01.005Z Documenting tabwriter v1.4.0
28612024-04-16T05:46:01.259Z Documenting foreign-types v0.5.0
28622024-04-16T05:46:01.946Z Documenting colored v2.1.0
28632024-04-16T05:46:02.897Z Documenting camino-tempfile v1.1.1
28642024-04-16T05:46:04.217Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28652024-04-16T05:46:04.260Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28662024-04-16T05:46:05.423Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28672024-04-16T05:46:05.550Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28682024-04-16T05:46:06.030Z Documenting hash32 v0.3.1
28692024-04-16T05:46:06.204Z Documenting stable_deref_trait v1.2.0
28702024-04-16T05:46:08.037Z Documenting smf v0.2.3
28712024-04-16T05:46:08.709Z Documenting num_enum v0.5.11
28722024-04-16T05:46:09.475Z Documenting embedded-io v0.4.0
28732024-04-16T05:46:09.664Z Documenting cobs v0.2.3
28742024-04-16T05:46:09.738Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28752024-04-16T05:46:10.039Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28762024-04-16T05:46:10.915Z Documenting heapless v0.8.0
28772024-04-16T05:46:13.201Z Documenting crucible-workspace-hack v0.1.0
28782024-04-16T05:46:13.247Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28792024-04-16T05:46:13.393Z Documenting postcard v1.0.8
28802024-04-16T05:46:13.541Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28812024-04-16T05:46:13.678Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28822024-04-16T05:46:15.720Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28832024-04-16T05:46:16.733Z Documenting smoltcp v0.11.0
28842024-04-16T05:46:17.350Z Documenting proc-macro-error-attr v1.0.4
28852024-04-16T05:46:18.352Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28862024-04-16T05:46:18.386Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
28872024-04-16T05:46:19.001Z Checking proc-macro-error v1.0.4
28882024-04-16T05:46:19.065Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28892024-04-16T05:46:19.291Z Documenting memmap v0.7.0
28902024-04-16T05:46:21.298Z Documenting sigpipe v0.1.3
28912024-04-16T05:46:21.557Z Documenting proc-macro-error v1.0.4
28922024-04-16T05:46:23.984Z Documenting num-derive v0.4.0
28932024-04-16T05:46:24.308Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28942024-04-16T05:46:24.363Z Documenting usdt v0.5.0
28952024-04-16T05:46:25.723Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
28962024-04-16T05:46:25.946Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28972024-04-16T05:46:26.241Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28982024-04-16T05:46:27.230Z Documenting newline-converter v0.3.0
28992024-04-16T05:46:27.657Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29002024-04-16T05:46:29.490Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29012024-04-16T05:46:29.858Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
29022024-04-16T05:46:30.219Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29032024-04-16T05:46:30.604Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29042024-04-16T05:46:31.278Z Documenting password-hash v0.5.0
29052024-04-16T05:46:31.712Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29062024-04-16T05:46:31.833Z Documenting blake2 v0.10.6
29072024-04-16T05:46:32.098Z Documenting expectorate v1.1.0
29082024-04-16T05:46:32.516Z Documenting humantime v2.1.0
29092024-04-16T05:46:33.378Z Documenting linked-hash-map v0.5.6
29102024-04-16T05:46:35.817Z Documenting bytecount v0.6.3
29112024-04-16T05:46:35.951Z Documenting tabled_derive v0.7.0
29122024-04-16T05:46:36.670Z Documenting derive-where v1.2.7
29132024-04-16T05:46:37.373Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29142024-04-16T05:46:37.775Z Documenting argon2 v0.5.3
29152024-04-16T05:46:38.036Z Documenting lru-cache v0.1.2
29162024-04-16T05:46:38.906Z Documenting papergrid v0.11.0
29172024-04-16T05:46:39.016Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29182024-04-16T05:46:41.205Z Documenting swrite v0.1.0
29192024-04-16T05:46:42.236Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29202024-04-16T05:46:43.012Z Documenting newtype_derive v0.1.6
29212024-04-16T05:46:43.651Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29222024-04-16T05:46:44.115Z Documenting itertools v0.12.1
29232024-04-16T05:46:44.648Z Documenting tabled v0.15.0
29242024-04-16T05:46:45.117Z Documenting arc-swap v1.6.0
29252024-04-16T05:46:45.347Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29262024-04-16T05:46:46.943Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29272024-04-16T05:46:48.026Z Documenting quick-error v1.2.3
29282024-04-16T05:46:48.185Z Documenting steno v0.4.0
29292024-04-16T05:46:49.501Z Documenting slog-scope v4.4.0
29302024-04-16T05:46:50.487Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29312024-04-16T05:46:52.209Z Documenting resolv-conf v0.7.0
29322024-04-16T05:46:52.584Z Documenting num-rational v0.4.1
29332024-04-16T05:46:52.739Z Documenting num-complex v0.4.5
29342024-04-16T05:46:53.957Z Documenting slog-stdlog v4.1.1
29352024-04-16T05:46:54.246Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29362024-04-16T05:46:57.322Z Documenting trust-dns-resolver v0.22.0
29372024-04-16T05:46:57.532Z Documenting xattr v1.0.1
29382024-04-16T05:46:58.261Z Documenting filetime v0.2.23
29392024-04-16T05:46:58.297Z Documenting slog-envlogger v2.2.0
29402024-04-16T05:46:59.164Z Documenting tap v1.0.1
29412024-04-16T05:47:02.494Z Documenting wyz v0.5.1
29422024-04-16T05:47:02.687Z Documenting num v0.4.2
29432024-04-16T05:47:03.276Z Documenting tar v0.4.40
29442024-04-16T05:47:04.345Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29452024-04-16T05:47:05.397Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29462024-04-16T05:47:05.571Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29472024-04-16T05:47:05.986Z Documenting radium v0.7.0
29482024-04-16T05:47:06.159Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29492024-04-16T05:47:06.358Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29502024-04-16T05:47:06.578Z Documenting nibble_vec v0.1.0
29512024-04-16T05:47:07.119Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29522024-04-16T05:47:08.447Z Documenting funty v2.0.0
29532024-04-16T05:47:08.760Z Documenting crc-catalog v2.2.0
29542024-04-16T05:47:09.273Z Documenting endian-type v0.1.2
29552024-04-16T05:47:09.717Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29562024-04-16T05:47:10.191Z Documenting cancel-safe-futures v0.1.5
29572024-04-16T05:47:10.733Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29582024-04-16T05:47:10.827Z Documenting packed_struct_codegen v0.10.1
29592024-04-16T05:47:11.006Z Documenting same-file v1.0.6
29602024-04-16T05:47:11.788Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29612024-04-16T05:47:12.208Z Documenting crc v3.0.1
29622024-04-16T05:47:12.441Z Documenting bitvec v1.0.1
29632024-04-16T05:47:14.097Z Documenting radix_trie v0.2.1
29642024-04-16T05:47:15.266Z Documenting nodrop v0.1.14
29652024-04-16T05:47:15.791Z Documenting walkdir v2.5.0
29662024-04-16T05:47:16.215Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29672024-04-16T05:47:16.470Z Documenting num-bigint-dig v0.8.4
29682024-04-16T05:47:18.153Z Documenting packed_struct v0.10.1
29692024-04-16T05:47:18.368Z Documenting array-init v0.0.4
29702024-04-16T05:47:18.735Z Documenting pkcs1 v0.7.5
29712024-04-16T05:47:19.788Z Documenting signature v2.1.0
29722024-04-16T05:47:20.320Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29732024-04-16T05:47:20.686Z Documenting display-error-chain v0.2.0
29742024-04-16T05:47:22.265Z Documenting bitfield v0.14.0
29752024-04-16T05:47:23.243Z Documenting termcolor v1.2.0
29762024-04-16T05:47:23.965Z Documenting serde-hex v0.1.0
29772024-04-16T05:47:25.556Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29782024-04-16T05:47:25.769Z Documenting rsa v0.9.2
29792024-04-16T05:47:25.848Z Documenting slog-dtrace v0.3.0
29802024-04-16T05:47:27.300Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29812024-04-16T05:47:27.598Z Documenting env_logger v0.10.0
29822024-04-16T05:47:29.730Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29832024-04-16T05:47:30.015Z Documenting pem v3.0.4
29842024-04-16T05:47:30.440Z Documenting x509-cert v0.2.4
29852024-04-16T05:47:30.643Z Documenting libsw v3.3.1
29862024-04-16T05:47:30.655Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29872024-04-16T05:47:30.655Z --> nexus/types/src/sectioned_table.rs:145:7
29882024-04-16T05:47:30.655Z |
29892024-04-16T05:47:30.655Z145 | /// [`StNestedBuilder::make_subsection`].
29902024-04-16T05:47:30.655Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29912024-04-16T05:47:30.655Z |
29922024-04-16T05:47:30.655Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29932024-04-16T05:47:30.655Z
29942024-04-16T05:47:32.828Zwarning: `nexus-types` (lib doc) generated 1 warning
29952024-04-16T05:47:32.834Z Documenting ron v0.8.1
29962024-04-16T05:47:33.629Z Documenting half v2.3.1
29972024-04-16T05:47:33.633Z Documenting ciborium-io v0.2.2
29982024-04-16T05:47:33.633Z Documenting crc-any v2.4.3
29992024-04-16T05:47:34.357Z Documenting owo-colors v4.0.0
30002024-04-16T05:47:35.690Z Documenting linear-map v1.2.0
30012024-04-16T05:47:36.454Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30022024-04-16T05:47:36.805Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30032024-04-16T05:47:36.943Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30042024-04-16T05:47:37.620Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30052024-04-16T05:47:37.631Z Documenting ciborium-ll v0.2.2
30062024-04-16T05:47:38.077Z Documenting headers-core v0.2.0
30072024-04-16T05:47:39.877Z Documenting path-slash v0.1.5
30082024-04-16T05:47:40.336Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30092024-04-16T05:47:42.432Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30102024-04-16T05:47:42.816Z Documenting ciborium v0.2.2
30112024-04-16T05:47:43.906Z Documenting headers v0.3.9
30122024-04-16T05:47:44.644Z Documenting fxhash v0.2.1
30132024-04-16T05:47:46.551Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30142024-04-16T05:47:48.580Z Documenting async-recursion v1.1.0
30152024-04-16T05:47:48.593Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30162024-04-16T05:47:49.107Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30172024-04-16T05:47:51.215Z Documenting vte_generate_state_changes v0.1.1
30182024-04-16T05:47:51.749Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30192024-04-16T05:47:53.663Z Documenting convert_case v0.4.0
30202024-04-16T05:47:55.892Z Checking convert_case v0.4.0
30212024-04-16T05:47:56.111Z Documenting vte v0.11.1
30222024-04-16T05:47:56.924Z Documenting buf-list v1.0.3
30232024-04-16T05:47:57.822Z Documenting derive_more v0.99.17
30242024-04-16T05:48:00.410Z Documenting derive_builder_core v0.20.0
30252024-04-16T05:48:00.605Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30262024-04-16T05:48:02.546Z Checking derive_builder_core v0.20.0
30272024-04-16T05:48:02.875Z Documenting fd-lock v4.0.2
30282024-04-16T05:48:03.425Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30292024-04-16T05:48:05.507Z Checking heck v0.3.3
30302024-04-16T05:48:05.671Z Documenting bitstruct_derive v0.1.0
30312024-04-16T05:48:06.447Z Documenting pin-project-internal v1.1.3
30322024-04-16T05:48:06.931Z Documenting ascii v1.1.0
30332024-04-16T05:48:07.710Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30342024-04-16T05:48:08.236Z Documenting derive_builder_macro v0.20.0
30352024-04-16T05:48:08.565Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30362024-04-16T05:48:10.660Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30372024-04-16T05:48:10.986Z Documenting bitstruct v0.1.1
30382024-04-16T05:48:11.869Z Documenting pin-project v1.1.3
30392024-04-16T05:48:12.389Z Documenting structopt-derive v0.4.18
30402024-04-16T05:48:12.911Z Documenting strip-ansi-escapes v0.2.0
30412024-04-16T05:48:13.020Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30422024-04-16T05:48:13.325Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30432024-04-16T05:48:14.301Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30442024-04-16T05:48:14.921Z Documenting crossbeam-deque v0.8.3
30452024-04-16T05:48:22.092Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30462024-04-16T05:48:22.092Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30472024-04-16T05:48:22.092Z Documenting serde_arrays v0.1.0
30482024-04-16T05:48:22.092Z Documenting erased-serde v0.3.31
30492024-04-16T05:48:22.092Z Documenting snafu-derive v0.8.2
30502024-04-16T05:48:22.092Z Documenting ref-cast-impl v1.0.22
30512024-04-16T05:48:23.073Z Documenting nu-ansi-term v0.50.0
30522024-04-16T05:48:23.422Z Documenting unicode-xid v0.2.4
30532024-04-16T05:48:24.053Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30542024-04-16T05:48:24.343Z Checking unicode-xid v0.2.4
30552024-04-16T05:48:24.501Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30562024-04-16T05:48:24.721Z Documenting ref-cast v1.0.22
30572024-04-16T05:48:26.832Z Documenting const_format_proc_macros v0.2.32
30582024-04-16T05:48:26.884Z Documenting snafu v0.8.2
30592024-04-16T05:48:27.370Z Documenting reedline v0.31.0
30602024-04-16T05:48:28.155Z Documenting rayon-core v1.12.1
30612024-04-16T05:48:29.997Z Documenting structopt v0.3.26
30622024-04-16T05:48:31.525Z Documenting derive_builder v0.20.0
30632024-04-16T05:48:31.694Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30642024-04-16T05:48:32.556Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30652024-04-16T05:48:33.436Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30662024-04-16T05:48:34.578Z Documenting libefi-sys v0.1.0
30672024-04-16T05:48:36.466Z Documenting trust-dns-client v0.22.0
30682024-04-16T05:48:40.187Z Documenting polar-core v0.27.3
30692024-04-16T05:48:40.500Z Documenting libxml v0.3.3
30702024-04-16T05:48:40.952Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30712024-04-16T05:48:41.042Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30722024-04-16T05:48:41.228Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30732024-04-16T05:48:42.057Z Documenting globset v0.4.13
30742024-04-16T05:48:42.355Z Documenting bb8 v0.8.3
30752024-04-16T05:48:44.977Z Documenting olpc-cjson v0.1.3
30762024-04-16T05:48:46.426Z Documenting quick-xml v0.31.0
30772024-04-16T05:48:48.340Z Documenting serde_plain v1.0.2
30782024-04-16T05:48:48.362Z Documenting oso-derive v0.27.3
30792024-04-16T05:48:48.589Z Documenting impl-trait-for-tuples v0.2.2
30802024-04-16T05:48:49.675Z Documenting maplit v1.0.2
30812024-04-16T05:48:50.806Z Documenting keccak v0.1.4
30822024-04-16T05:48:52.927Z Documenting utf-8 v0.7.6
30832024-04-16T05:48:53.392Z Documenting typed-path v0.7.0
30842024-04-16T05:48:53.510Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30852024-04-16T05:48:53.903Z Documenting samael v0.0.15
30862024-04-16T05:48:53.989Z Documenting sha3 v0.10.8
30872024-04-16T05:48:54.967Z Documenting oso v0.27.3
30882024-04-16T05:48:57.285Z Documenting tungstenite v0.21.0
30892024-04-16T05:48:58.355Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30902024-04-16T05:48:58.757Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30912024-04-16T05:48:59.197Z Documenting tough v0.17.1
30922024-04-16T05:49:00.387Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30932024-04-16T05:49:01.454Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
30942024-04-16T05:49:03.137Z Documenting trust-dns-server v0.22.1
30952024-04-16T05:49:04.726Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30962024-04-16T05:49:04.893Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30972024-04-16T05:49:06.733Z Documenting rayon v1.10.0
30982024-04-16T05:49:07.980Z Documenting const_format v0.2.32
30992024-04-16T05:49:08.863Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31002024-04-16T05:49:09.595Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31012024-04-16T05:49:10.701Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31022024-04-16T05:49:10.878Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31032024-04-16T05:49:11.449Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31042024-04-16T05:49:11.481Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31052024-04-16T05:49:11.639Z Documenting sled v0.34.7
31062024-04-16T05:49:12.035Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31072024-04-16T05:49:12.306Z Documenting fs-err v2.11.0
31082024-04-16T05:49:12.870Z Documenting nix v0.28.0
31092024-04-16T05:49:14.480Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31102024-04-16T05:49:15.664Z Documenting cookie v0.18.1
31112024-04-16T05:49:16.120Z Documenting unicase v2.7.0
31122024-04-16T05:49:16.644Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31132024-04-16T05:49:16.943Z Documenting secrecy v0.8.0
31142024-04-16T05:49:17.619Z Documenting gethostname v0.4.3
31152024-04-16T05:49:17.715Z Documenting peg-macros v0.8.2
31162024-04-16T05:49:18.942Z Documenting rustversion v1.0.14
31172024-04-16T05:49:20.236Z Documenting sqlparser_derive v0.2.2
31182024-04-16T05:49:21.504Z Documenting home v0.5.5
31192024-04-16T05:49:21.764Z Documenting unicode_categories v0.1.1
31202024-04-16T05:49:22.651Z Documenting parse-size v1.0.0
31212024-04-16T05:49:23.470Z Documenting peg v0.8.2
31222024-04-16T05:49:23.723Z Documenting castaway v0.2.2
31232024-04-16T05:49:24.943Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31242024-04-16T05:49:25.272Z Documenting sqlparser v0.44.0
31252024-04-16T05:49:26.069Z Documenting sqlformat v0.2.3
31262024-04-16T05:49:26.238Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31272024-04-16T05:49:26.432Z Documenting rustyline v14.0.0
31282024-04-16T05:49:27.903Z Documenting mime_guess v2.0.4
31292024-04-16T05:49:28.516Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31302024-04-16T05:49:31.525Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31312024-04-16T05:49:32.383Z Documenting tokio-tungstenite v0.21.0
31322024-04-16T05:49:33.554Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31332024-04-16T05:49:34.201Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31342024-04-16T05:49:37.380Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31352024-04-16T05:49:40.816Z Documenting zone v0.1.8
31362024-04-16T05:49:41.240Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
31372024-04-16T05:49:41.455Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31382024-04-16T05:49:42.246Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31392024-04-16T05:49:45.536Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31402024-04-16T05:49:45.817Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31412024-04-16T05:49:46.102Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
31422024-04-16T05:49:46.294Z Documenting portpicker v0.1.1
31432024-04-16T05:49:48.070Z Documenting universal-hash v0.5.1
31442024-04-16T05:49:51.271Z Documenting bcs v0.1.6
31452024-04-16T05:49:51.811Z Documenting kstat-rs v0.2.3
31462024-04-16T05:49:52.768Z Documenting thiserror-impl-no-std v2.0.2
31472024-04-16T05:50:02.828Z Documenting curve25519-dalek-derive v0.1.0
31482024-04-16T05:50:02.900Z Documenting highway v1.1.0
31492024-04-16T05:50:03.106Z Documenting opaque-debug v0.3.0
31502024-04-16T05:50:03.194Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31512024-04-16T05:50:03.503Z Documenting thiserror-no-std v2.0.2
31522024-04-16T05:50:03.701Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31532024-04-16T05:50:03.888Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31542024-04-16T05:50:06.516Z Documenting poly1305 v0.8.0
31552024-04-16T05:50:06.896Z Documenting compact_str v0.7.1
31562024-04-16T05:50:07.609Z Documenting curve25519-dalek v4.1.2
31572024-04-16T05:50:07.886Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31582024-04-16T05:50:11.425Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31592024-04-16T05:50:11.668Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31602024-04-16T05:50:13.666Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31612024-04-16T05:50:14.397Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31622024-04-16T05:50:14.468Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31632024-04-16T05:50:15.232Z Documenting portable-atomic v1.4.3
31642024-04-16T05:50:17.218Z Documenting ed25519 v1.5.3
31652024-04-16T05:50:17.723Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31662024-04-16T05:50:19.113Z Documenting memoffset v0.7.1
31672024-04-16T05:50:20.835Z Documenting rcgen v0.12.1
31682024-04-16T05:50:22.575Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31692024-04-16T05:50:23.585Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31702024-04-16T05:50:24.105Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
31712024-04-16T05:50:25.023Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
31722024-04-16T05:50:25.692Z Documenting atomicwrites v0.4.3
31732024-04-16T05:50:26.149Zwarning: could not parse code block as Rust code
31742024-04-16T05:50:26.149Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31752024-04-16T05:50:26.149Z |
31762024-04-16T05:50:26.149Z246 | / /// Parse a string literal, either single- or double-quoted.
31772024-04-16T05:50:26.149Z247 | | ///
31782024-04-16T05:50:26.149Z248 | | /// Parsing string literals is pretty tricky, but we add several
31792024-04-16T05:50:26.149Z249 | | /// constraints to simplify things. First strings must be quoted, either
31802024-04-16T05:50:26.149Z... |
31812024-04-16T05:50:26.149Z277 | | ///
31822024-04-16T05:50:26.149Z278 | | /// Will be parsed as `this string has " in it`.
31832024-04-16T05:50:26.149Z | |________________________________________________________^
31842024-04-16T05:50:26.149Z |
31852024-04-16T05:50:26.149Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31862024-04-16T05:50:26.149Z = note: error from rustc: unknown start of token: \
31872024-04-16T05:50:26.149Z = note: error from rustc: unknown start of token: \
31882024-04-16T05:50:26.149Z = note: error from rustc: unknown start of token: \
31892024-04-16T05:50:26.149Z = note: error from rustc: unknown start of token: \
31902024-04-16T05:50:26.149Z = note: error from rustc: unknown start of token: \
31912024-04-16T05:50:26.149Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31922024-04-16T05:50:26.149Z
31932024-04-16T05:50:27.583Zwarning: `oximeter-db` (lib doc) generated 1 warning
31942024-04-16T05:50:27.587Z Documenting chacha20 v0.9.1
31952024-04-16T05:50:29.173Z Documenting lru v0.12.1
31962024-04-16T05:50:31.551Z Documenting aead v0.5.2
31972024-04-16T05:50:32.043Z Documenting rand_seeder v0.2.3
31982024-04-16T05:50:32.788Z Documenting nanorand v0.7.0
31992024-04-16T05:50:34.171Z Documenting subprocess v0.2.9
32002024-04-16T05:50:35.266Z Documenting stability v0.2.0
32012024-04-16T05:50:36.711Z Documenting cassowary v0.3.0
32022024-04-16T05:50:36.753Z Documenting glob v0.3.1
32032024-04-16T05:50:45.873Z Documenting number_prefix v0.4.0
32042024-04-16T05:50:46.138Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32052024-04-16T05:50:46.288Z Documenting flume v0.11.0
32062024-04-16T05:50:46.395Z Documenting chacha20poly1305 v0.10.1
32072024-04-16T05:50:46.779Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32082024-04-16T05:50:46.915Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32092024-04-16T05:50:47.047Z Documenting ratatui v0.26.2
32102024-04-16T05:50:50.087Z Documenting indicatif v0.17.8
32112024-04-16T05:50:51.157Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32122024-04-16T05:51:04.464Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
32132024-04-16T05:51:04.523Z Documenting salty v0.2.0
32142024-04-16T05:51:04.639Z Documenting vsss-rs v3.3.4
32152024-04-16T05:51:04.709Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32162024-04-16T05:51:05.264Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32172024-04-16T05:51:06.034Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32182024-04-16T05:51:06.141Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32192024-04-16T05:51:06.268Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32202024-04-16T05:51:07.254Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32212024-04-16T05:51:09.809Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32222024-04-16T05:51:10.091Z Documenting serde-big-array v0.5.1
32232024-04-16T05:51:10.936Z Documenting rtoolbox v0.0.1
32242024-04-16T05:51:11.040Z Documenting smawk v0.3.1
32252024-04-16T05:51:12.333Z Documenting unicode-linebreak v0.1.5
32262024-04-16T05:51:12.364Z Documenting http-range v0.1.5
32272024-04-16T05:51:14.685Z Documenting is_ci v1.2.0
32282024-04-16T05:51:15.331Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32292024-04-16T05:51:15.561Z Documenting textwrap v0.16.1
32302024-04-16T05:51:16.128Z Documenting rpassword v7.3.1
32312024-04-16T05:51:17.277Z Documenting hyper-staticfile v0.9.5
32322024-04-16T05:51:18.861Z Documenting supports-color v3.0.0
32332024-04-16T05:51:18.914Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32342024-04-16T05:51:20.394Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32352024-04-16T05:51:20.724Z Documenting tui-tree-widget v0.19.0
32362024-04-16T05:51:23.136Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32372024-04-16T05:51:25.501Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32382024-04-16T05:51:25.744Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32392024-04-16T05:51:27.106Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32402024-04-16T05:51:28.161Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32412024-04-16T05:51:28.670Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32422024-04-16T05:51:29.308Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32432024-04-16T05:51:29.463Z Documenting signal-hook-tokio v0.3.1
32442024-04-16T05:51:29.720Z Documenting memmap2 v0.7.1
32452024-04-16T05:51:29.777Z Documenting shell-words v1.1.0
32462024-04-16T05:51:30.801Zwarning: unresolved link to `test_sled_transitions`
32472024-04-16T05:51:30.801Z --> nexus/db-queries/src/db/datastore/sled.rs:591:11
32482024-04-16T05:51:30.801Z |
32492024-04-16T05:51:30.801Z591 | /// [`test_sled_transitions`].
32502024-04-16T05:51:30.801Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32512024-04-16T05:51:30.801Z |
32522024-04-16T05:51:30.801Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32532024-04-16T05:51:30.801Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32542024-04-16T05:51:30.801Z
32552024-04-16T05:51:30.806Zwarning: unresolved link to `test_sled_transitions`
32562024-04-16T05:51:30.806Z --> nexus/db-queries/src/db/datastore/sled.rs:627:11
32572024-04-16T05:51:30.806Z |
32582024-04-16T05:51:30.806Z627 | /// [`test_sled_transitions`].
32592024-04-16T05:51:30.806Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32602024-04-16T05:51:30.806Z |
32612024-04-16T05:51:30.806Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32622024-04-16T05:51:30.806Z
32632024-04-16T05:51:30.806Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32642024-04-16T05:51:30.806Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32652024-04-16T05:51:30.806Z |
32662024-04-16T05:51:30.806Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32672024-04-16T05:51:30.806Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32682024-04-16T05:51:30.806Z
32692024-04-16T05:51:31.071Z Documenting corncobs v0.1.3
32702024-04-16T05:51:34.099Z Documenting constant_time_eq v0.3.0
32712024-04-16T05:51:34.305Z Documenting arrayref v0.3.7
32722024-04-16T05:51:34.541Z Documenting arrayvec v0.7.4
32732024-04-16T05:51:34.860Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32742024-04-16T05:51:36.170Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32752024-04-16T05:51:37.251Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32762024-04-16T05:51:37.763Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32772024-04-16T05:51:38.480Z Documenting blake3 v1.5.0
32782024-04-16T05:51:40.268Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32792024-04-16T05:51:42.997Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32802024-04-16T05:51:43.296Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32812024-04-16T05:51:49.742Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32822024-04-16T05:51:49.748Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32832024-04-16T05:51:55.518Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32842024-04-16T05:51:56.598Zwarning: unclosed HTML tag `usize`
32852024-04-16T05:51:56.598Z --> wicket/src/ui/panes/update.rs:153:19
32862024-04-16T05:51:56.598Z |
32872024-04-16T05:51:56.599Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32882024-04-16T05:51:56.599Z | ^^^^^^^
32892024-04-16T05:51:56.599Z |
32902024-04-16T05:51:56.599Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32912024-04-16T05:51:56.599Z
32922024-04-16T05:51:57.584Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32932024-04-16T05:51:57.616Zwarning: unresolved link to `BlueprintDisksConfig`
32942024-04-16T05:51:57.616Z --> nexus/reconfigurator/planning/src/blueprint_builder.rs:976:55
32952024-04-16T05:51:57.616Z |
32962024-04-16T05:51:57.616Z976 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32972024-04-16T05:51:57.616Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32982024-04-16T05:51:57.616Z |
32992024-04-16T05:51:57.616Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33002024-04-16T05:51:57.616Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33012024-04-16T05:51:57.616Z
33022024-04-16T05:51:57.943Zwarning: `wicket` (lib doc) generated 1 warning
33032024-04-16T05:51:57.946Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33042024-04-16T05:51:58.580Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
33052024-04-16T05:51:58.584Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33062024-04-16T05:51:59.668Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
33072024-04-16T05:52:02.574Z Documenting fatfs v0.3.6
33082024-04-16T05:52:04.095Z Documenting topological-sort v0.2.2
33092024-04-16T05:52:08.415Z Documenting assert_matches v1.5.0
33102024-04-16T05:52:09.074Z Documenting omicron-zone-package v0.11.0
33112024-04-16T05:52:09.869Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33122024-04-16T05:52:11.432Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33132024-04-16T05:52:16.170Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33142024-04-16T05:52:19.652Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33152024-04-16T05:52:21.698Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33162024-04-16T05:52:22.635Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33172024-04-16T05:52:24.011Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33182024-04-16T05:52:31.681Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
33192024-04-16T05:52:31.681Z --> sled-agent/src/sim/instance.rs:46:7
33202024-04-16T05:52:31.681Z |
33212024-04-16T05:52:31.681Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
33222024-04-16T05:52:31.681Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
33232024-04-16T05:52:31.681Z |
33242024-04-16T05:52:31.681Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33252024-04-16T05:52:31.682Z
33262024-04-16T05:52:32.177Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33272024-04-16T05:52:32.416Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33282024-04-16T05:52:32.729Z Documenting termios v0.3.3
33292024-04-16T05:52:35.401Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
33302024-04-16T05:52:37.889Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33312024-04-16T05:52:43.373Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33322024-04-16T05:52:45.924Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33332024-04-16T05:52:52.604Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33342024-04-16T05:52:54.027Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33352024-04-16T05:52:56.961Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33362024-04-16T05:53:03.032Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33372024-04-16T05:53:11.203Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33382024-04-16T05:53:20.283Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33392024-04-16T05:53:22.484Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33402024-04-16T05:53:22.832Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
33412024-04-16T05:53:30.348Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33422024-04-16T05:53:30.580Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33432024-04-16T05:53:30.853Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33442024-04-16T05:54:01.384Zwarning: unresolved link to `VolumeConstructionRequest`
33452024-04-16T05:54:01.385Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33462024-04-16T05:54:01.385Z |
33472024-04-16T05:54:01.385Z338 | /// [`VolumeConstructionRequest`] is shown here):
33482024-04-16T05:54:01.385Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33492024-04-16T05:54:01.385Z |
33502024-04-16T05:54:01.385Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33512024-04-16T05:54:01.385Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33522024-04-16T05:54:01.385Z
33532024-04-16T05:54:01.385Zwarning: unresolved link to `fd00:1122:3344:101::5`
33542024-04-16T05:54:01.385Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33552024-04-16T05:54:01.385Z |
33562024-04-16T05:54:01.385Z348 | /// "[fd00:1122:3344:101::5]:1000",
33572024-04-16T05:54:01.385Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33582024-04-16T05:54:01.385Z
33592024-04-16T05:54:01.389Zwarning: unresolved link to `fd00:1122:3344:102::9`
33602024-04-16T05:54:01.389Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33612024-04-16T05:54:01.389Z |
33622024-04-16T05:54:01.389Z349 | /// "[fd00:1122:3344:102::9]:1000",
33632024-04-16T05:54:01.389Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33642024-04-16T05:54:01.389Z
33652024-04-16T05:54:01.389Zwarning: unresolved link to `fd00:1122:3344:103::2`
33662024-04-16T05:54:01.389Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33672024-04-16T05:54:01.389Z |
33682024-04-16T05:54:01.389Z350 | /// "[fd00:1122:3344:103::2]:1000"
33692024-04-16T05:54:01.390Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33702024-04-16T05:54:01.390Z
33712024-04-16T05:54:01.390Zwarning: unresolved link to `fd00:1122:3344:101::5`
33722024-04-16T05:54:01.390Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33732024-04-16T05:54:01.390Z |
33742024-04-16T05:54:01.390Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33752024-04-16T05:54:01.390Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33762024-04-16T05:54:01.390Z
33772024-04-16T05:54:01.390Zwarning: unresolved link to `fd00:1122:3344:102::9`
33782024-04-16T05:54:01.390Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33792024-04-16T05:54:01.390Z |
33802024-04-16T05:54:01.390Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33812024-04-16T05:54:01.390Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33822024-04-16T05:54:01.390Z
33832024-04-16T05:54:01.390Zwarning: unresolved link to `fd00:1122:3344:103::2`
33842024-04-16T05:54:01.390Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33852024-04-16T05:54:01.390Z |
33862024-04-16T05:54:01.390Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33872024-04-16T05:54:01.390Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33882024-04-16T05:54:01.390Z
33892024-04-16T05:54:04.613Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
33902024-04-16T05:54:21.136Z Finished dev [unoptimized + debuginfo] target(s) in 12m 51s
33912024-04-16T05:54:21.218Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33922024-04-16T05:54:21.218Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33932024-04-16T05:54:21.218Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33942024-04-16T05:54:21.218Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33952024-04-16T05:54:21.224Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33962024-04-16T05:54:21.224Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33972024-04-16T05:54:21.224Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33982024-04-16T05:54:21.224Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33992024-04-16T05:54:21.224Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
34002024-04-16T05:54:21.224Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
34012024-04-16T05:54:21.224Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
34022024-04-16T05:54:21.224Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
34032024-04-16T05:54:21.224Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
34042024-04-16T05:54:21.224Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
34052024-04-16T05:54:21.224Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
34062024-04-16T05:54:21.224Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
34072024-04-16T05:54:21.224Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
34082024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
34092024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
34102024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
34112024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
34122024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
34132024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
34142024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
34152024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
34162024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
34172024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
34182024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
34192024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
34202024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
34212024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
34222024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
34232024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
34242024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
34252024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
34262024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
34272024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
34282024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
34292024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
34302024-04-16T05:54:21.225Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
34312024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
34322024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
34332024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
34342024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
34352024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
34362024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
34372024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
34382024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
34392024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
34402024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
34412024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
34422024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
34432024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
34442024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
34452024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34462024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34472024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34482024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34492024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34502024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34512024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34522024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34532024-04-16T05:54:21.226Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34542024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34552024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34562024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34572024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34582024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34592024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34602024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34612024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34622024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34632024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34642024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34652024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34662024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34672024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34682024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34692024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34702024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34712024-04-16T05:54:21.227Z Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html
34722024-04-16T05:54:21.248Z
34732024-04-16T05:54:21.251Zreal 12:51.590337071
34742024-04-16T05:54:21.251Zuser 33:05.393101014
34752024-04-16T05:54:21.251Zsys 56:41.082222877
34762024-04-16T05:54:21.251Ztrap 0.880367150
34772024-04-16T05:54:21.251Ztflt 0.104547493
34782024-04-16T05:54:21.251Zdflt 0.635002495
34792024-04-16T05:54:21.251Zkflt 0.000108254
34802024-04-16T05:54:21.252Zlock 3:24:17.516865687
34812024-04-16T05:54:21.252Zslp 3:31:39.184148982
34822024-04-16T05:54:21.252Zlat 4:17.488087261
34832024-04-16T05:54:21.252Zstop 1:47.489045195
34842024-04-16T05:54:21.252Zprocess exited: duration 1348634 ms, exit code 0
 
34852024-04-16T05:54:21.259Zfound 0 output files