01HZ3QM3M2QV25X0B5B80VS83E: clippy (helios)

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

Buildomat Job: 01HZ3QMJ65B0ZAY3HWEQD2FNHF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-30T03:11:39.119Zjob assigned to worker 01HZ3QMRAFKHKKGS7942285TAQ (queued for 1 m 8 s)
 
22024-05-30T03:11:46.220Zstarting task 0: "setup"
32024-05-30T03:11:46.278Z++ uname -s
42024-05-30T03:11:46.296Z+ kern=SunOS
52024-05-30T03:11:46.296Z+ case "$kern" in
62024-05-30T03:11:46.296Z+ groupadd -g 12345 build
72024-05-30T03:11:46.297Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-30T03:11:48.327Z+ zfs create -o mountpoint=/work rpool/work
92024-05-30T03:11:48.429Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-30T03:11:48.439Z+ home_fs=zfs
112024-05-30T03:11:48.439Z+ [[ zfs == autofs ]]
122024-05-30T03:11:48.439Z+ mkdir -p /home/build
132024-05-30T03:11:48.440Z+ chown build:build /home/build /work
142024-05-30T03:11:50.451Z+ chmod 0700 /home/build /work
152024-05-30T03:11:50.489Zprocess exited: duration 4224 ms, exit code 0
 
162024-05-30T03:11:50.537Zstarting task 1: "rust-toolchain"
172024-05-30T03:11:50.569Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-30T03:11:50.569Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-30T03:11:50.670Zinfo: downloading installer
202024-05-30T03:11:52.249Zwarning: it looks like you have an existing installation of Rust at:
212024-05-30T03:11:52.249Zwarning: /opt/ooce/bin
222024-05-30T03:11:52.249Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-30T03:11:52.249Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-30T03:11:52.249Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-30T03:11:52.250Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-30T03:11:52.250Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-30T03:11:52.250Zerror: cannot install while Rust is installed
282024-05-30T03:11:52.250Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-30T03:11:52.340Zinfo: profile set to 'default'
302024-05-30T03:11:52.340Zinfo: default host triple is x86_64-unknown-illumos
312024-05-30T03:11:52.356Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-30T03:11:52.920Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-30T03:11:52.920Zinfo: downloading component 'cargo'
342024-05-30T03:11:53.474Zinfo: downloading component 'clippy'
352024-05-30T03:11:53.787Zinfo: downloading component 'rust-docs'
362024-05-30T03:11:55.058Zinfo: downloading component 'rust-std'
372024-05-30T03:11:57.190Zinfo: downloading component 'rustc'
382024-05-30T03:12:02.958Zinfo: downloading component 'rustfmt'
392024-05-30T03:12:02.974Zinfo: installing component 'cargo'
402024-05-30T03:12:03.773Zinfo: installing component 'clippy'
412024-05-30T03:12:04.167Zinfo: installing component 'rust-docs'
422024-05-30T03:12:06.146Zinfo: installing component 'rust-std'
432024-05-30T03:12:07.988Zinfo: installing component 'rustc'
442024-05-30T03:12:12.022Zinfo: installing component 'rustfmt'
452024-05-30T03:12:12.389Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-05-30T03:12:12.390Z
472024-05-30T03:12:12.658Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-30T03:12:12.658Z
492024-05-30T03:12:13.105Z
502024-05-30T03:12:13.105ZRust is installed now. Great!
512024-05-30T03:12:13.106Z
522024-05-30T03:12:13.106ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-30T03:12:13.106Zenvironment variable. This has not been done automatically.
542024-05-30T03:12:13.106Z
552024-05-30T03:12:13.106ZTo configure your current shell, you need to source
562024-05-30T03:12:13.106Zthe corresponding env file under $HOME/.cargo.
572024-05-30T03:12:13.106Z
582024-05-30T03:12:13.107ZThis is usually done by running one of the following (note the leading DOT):
592024-05-30T03:12:13.107Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-30T03:12:13.107Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-30T03:12:13.128Z+ rustc --version
622024-05-30T03:12:13.128Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-30T03:12:13.128Zprocess exited: duration 22313 ms, exit code 0
 
642024-05-30T03:12:13.177Zstarting task 2: "authentication"
652024-05-30T03:12:13.639ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-05-30T03:12:21.741Zprocess exited: duration 8565 ms, exit code 0
 
672024-05-30T03:12:21.758Zstarting task 3: "clone repository"
682024-05-30T03:12:21.768Z+ mkdir -p /work/oxidecomputer/omicron
692024-05-30T03:12:21.768Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-05-30T03:12:22.145ZCloning into '/work/oxidecomputer/omicron'...
712024-05-30T03:12:30.920Z+ cd /work/oxidecomputer/omicron
722024-05-30T03:12:30.920Z+ git fetch origin 786c3eabdef0079284d5005c097130784388cc2b
732024-05-30T03:12:31.232ZFrom https://github.com/oxidecomputer/omicron
742024-05-30T03:12:31.232Z * branch 786c3eabdef0079284d5005c097130784388cc2b -> FETCH_HEAD
752024-05-30T03:12:31.251Z+ [[ -n renovate/libc-0.x ]]
762024-05-30T03:12:31.269Z++ git branch --show-current
772024-05-30T03:12:31.269Z+ current=main
782024-05-30T03:12:31.269Z+ [[ main != renovate/libc-0.x ]]
792024-05-30T03:12:31.269Z+ git branch -f renovate/libc-0.x 786c3eabdef0079284d5005c097130784388cc2b
802024-05-30T03:12:31.269Z+ git checkout -f renovate/libc-0.x
812024-05-30T03:12:31.389ZSwitched to branch 'renovate/libc-0.x'
822024-05-30T03:12:31.818Z+ git reset --hard 786c3eabdef0079284d5005c097130784388cc2b
832024-05-30T03:12:31.836ZHEAD is now at 786c3eabd Update Rust crate libc to 0.2.155
842024-05-30T03:12:31.837Zprocess exited: duration 9761 ms, exit code 0
 
852024-05-30T03:12:31.900Zstarting task 4: "build"
862024-05-30T03:12:31.932Z+ cargo --version
872024-05-30T03:12:31.948Zcargo 1.78.0 (54d8815d0 2024-03-26)
882024-05-30T03:12:31.948Z+ rustc --version
892024-05-30T03:12:32.416Zrustc 1.78.0 (9b00956e5 2024-04-29)
902024-05-30T03:12:32.860Z+ source ./env.sh
912024-05-30T03:12:32.860Z++ set -o xtrace
922024-05-30T03:12:32.861Z++++ dirname ./env.sh
932024-05-30T03:12:32.861Z+++ readlink -f .
942024-05-30T03:12:32.861Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-05-30T03:12:32.861Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-05-30T03:12:32.862Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-05-30T03:12:32.862Z++ 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
982024-05-30T03:12:32.862Z++ 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
992024-05-30T03:12:32.862Z++ 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
1002024-05-30T03:12:32.862Z++ 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
1012024-05-30T03:12:32.862Z++ 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
1022024-05-30T03:12:32.863Z++ 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
1032024-05-30T03:12:32.863Z++ unset OMICRON_WS
1042024-05-30T03:12:32.863Z++ set +o xtrace
1052024-05-30T03:12:32.863Z
1062024-05-30T03:12:32.864Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-05-30T03:12:32.864Z # # # # # # # # # # # # # # #
1082024-05-30T03:12:32.864Z # # # # ##### # # ##### # # # # # #### #
1092024-05-30T03:12:32.864Z ##### ##### # ##### # # # # # # # # #
1102024-05-30T03:12:32.864Z # # # # # # # # # # # # # # #
1112024-05-30T03:12:32.865Z # # # ###### # # ###### ### # #### # #### #
1122024-05-30T03:12:32.865Z
1132024-05-30T03:12:41.316Z Startup: Refreshing catalog 'helios-dev' ... Done
1142024-05-30T03:12:43.104Z Startup: Caching catalogs ... Done
1152024-05-30T03:12:45.117ZPlanning: Solver setup ... Done (1.487s)
1162024-05-30T03:12:45.147ZPlanning: Running solver ... Done (0.028s)
1172024-05-30T03:12:45.170ZPlanning: Finding local manifests ... Done (0.003s)
1182024-05-30T03:12:45.199ZPlanning: Fetching manifests: 0/4 0% complete
1192024-05-30T03:12:45.559ZPlanning: Fetching manifests: 4/4 100% complete
1202024-05-30T03:12:45.609ZPlanning: Package planning ... Done (0.049s)
1212024-05-30T03:12:45.657ZPlanning: Merging actions ... Done (0.051s)
1222024-05-30T03:12:46.460ZPlanning: Checking for conflicting actions ... Done (0.807s)
1232024-05-30T03:12:46.473ZPlanning: Consolidating action changes ... Done (0.011s)
1242024-05-30T03:12:50.075ZPlanning: Evaluating mediators ... Done (3.605s)
1252024-05-30T03:12:50.085ZPlanning: Planning completed in 6.93 seconds
1262024-05-30T03:12:50.561Z Packages to install: 4
1272024-05-30T03:12:50.561Z Mediators to change: 2
1282024-05-30T03:12:50.562Z Services to change: 1
1292024-05-30T03:12:50.568Z Estimated space available: 155.78 GB
1302024-05-30T03:12:50.568ZEstimated space to be consumed: 1.45 GB
1312024-05-30T03:12:50.568Z Create boot environment: No
1322024-05-30T03:12:50.568ZCreate backup boot environment: No
1332024-05-30T03:12:50.568Z Rebuild boot archive: No
1342024-05-30T03:12:50.569Z
1352024-05-30T03:12:50.569ZChanged mediators:
1362024-05-30T03:12:50.569Z mediator clang:
1372024-05-30T03:12:50.569Z version: None -> 15 (system default)
1382024-05-30T03:12:50.569Z
1392024-05-30T03:12:50.569Z mediator llvm:
1402024-05-30T03:12:50.569Z version: 14 (system default) -> 15 (system default)
1412024-05-30T03:12:50.570Z
1422024-05-30T03:12:50.570ZChanged packages:
1432024-05-30T03:12:50.570Zhelios-dev
1442024-05-30T03:12:50.570Z developer/build-essential
1452024-05-30T03:12:50.570Z None -> 11-2.0
1462024-05-30T03:12:50.570Z library/libxmlsec1
1472024-05-30T03:12:50.570Z None -> 1.2.35-2.0
1482024-05-30T03:12:50.570Z ooce/developer/clang-15
1492024-05-30T03:12:50.571Z None -> 15.0.7-2.0
1502024-05-30T03:12:50.571Z ooce/developer/llvm-15
1512024-05-30T03:12:50.571Z None -> 15.0.7-2.0
1522024-05-30T03:12:50.571Z
1532024-05-30T03:12:50.571ZServices:
1542024-05-30T03:12:50.571Z restart_fmri:
1552024-05-30T03:12:50.571Z svc:/system/update-man-index:default
1562024-05-30T03:12:50.688Z
1572024-05-30T03:12:50.688ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1582024-05-30T03:12:55.711ZDownload: 326/3290 items 16.4/212.6MB 7% complete (3.5M/s)
1592024-05-30T03:13:00.699ZDownload: 871/3290 items 18.8/212.6MB 8% complete (1.9M/s)
1602024-05-30T03:13:05.855ZDownload: 1195/3290 items 82.6/212.6MB 38% complete (8.0M/s)
1612024-05-30T03:13:10.856ZDownload: 1500/3290 items 117.4/212.6MB 55% complete (9.9M/s)
1622024-05-30T03:13:15.881ZDownload: 2082/3290 items 118.8/212.6MB 55% complete (3.7M/s)
1632024-05-30T03:13:21.767ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (3.2M/s)
1642024-05-30T03:13:26.355ZDownload: 3100/3290 items 139.7/212.6MB 65% complete (2.0M/s)
1652024-05-30T03:13:29.477ZDownload: Completed 212.60 MB in 38.82 seconds (5.5M/s)
1662024-05-30T03:13:29.696Z Actions: 1/3689 actions (Installing new actions)
1672024-05-30T03:13:34.849Z Actions: 3657/3689 actions (Installing new actions)
1682024-05-30T03:13:34.903Z Actions: Completed 3689 actions in 5.21 seconds.
1692024-05-30T03:13:35.135Z Done (0.219s)
1702024-05-30T03:13:35.136Z Done (0.000s)
1712024-05-30T03:13:35.427Z Done (0.303s)
1722024-05-30T03:13:40.673Z Done (5.095s)
1732024-05-30T03:13:40.849Z Done (0.103s)
1742024-05-30T03:13:40.867Z Done (0.000s)
1752024-05-30T03:13:41.033Z Done (0.000s)
1762024-05-30T03:13:41.595ZPlanning: Evaluating mediator changes ... Done
1772024-05-30T03:13:41.749ZPlanning: Checking for conflicting actions ... Done
1782024-05-30T03:13:41.773ZPlanning: Consolidating action changes ... Done
1792024-05-30T03:13:42.019ZPlanning: Evaluating mediators ... Done
1802024-05-30T03:13:42.038ZPlanning: Planning completed in 0.44 seconds
1812024-05-30T03:13:42.061Z Mediators to change: 2
1822024-05-30T03:13:42.061Z Create boot environment: No
1832024-05-30T03:13:42.488ZCreate backup boot environment: No
1842024-05-30T03:13:42.493Z Done
1852024-05-30T03:13:42.493Z Done
1862024-05-30T03:13:42.493Z Done
1872024-05-30T03:13:45.924Z Done
1882024-05-30T03:13:46.004Z Done
1892024-05-30T03:13:46.030Z Done
1902024-05-30T03:13:46.112Z Done
1912024-05-30T03:13:46.727ZPlanning: Evaluating mediator changes ... Done
1922024-05-30T03:13:46.762ZPlanning: Merging actions ... Done
1932024-05-30T03:13:46.927ZPlanning: Checking for conflicting actions ... Done
1942024-05-30T03:13:46.944ZPlanning: Consolidating action changes ... Done
1952024-05-30T03:13:47.194ZPlanning: Evaluating mediators ... Done
1962024-05-30T03:13:47.264ZPlanning: Planning completed in 0.77 seconds
1972024-05-30T03:13:47.740Z Packages to change: 1
1982024-05-30T03:13:47.740Z Mediators to change: 1
1992024-05-30T03:13:47.740Z Services to change: 1
2002024-05-30T03:13:47.740Z Create boot environment: No
2012024-05-30T03:13:47.740ZCreate backup boot environment: Yes
2022024-05-30T03:13:49.535Z Actions: 1/6 actions (Updating modified actions)
2032024-05-30T03:13:49.535Z Actions: Completed 6 actions in 0.03 seconds.
2042024-05-30T03:13:49.536Z Done
2052024-05-30T03:13:49.536Z Done
2062024-05-30T03:13:49.536Z Done
2072024-05-30T03:13:52.949Z Done
2082024-05-30T03:13:53.036Z Done
2092024-05-30T03:13:53.041Z Done
2102024-05-30T03:13:53.163Z Done
2112024-05-30T03:13:53.617ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2122024-05-30T03:13:53.617Zclang system 15 system
2132024-05-30T03:13:53.617Zcsh system system illumos
2142024-05-30T03:13:53.618Zctags system system illumos
2152024-05-30T03:13:53.618Zgcc vendor 12 vendor
2162024-05-30T03:13:53.618Zgcc system 10 system
2172024-05-30T03:13:53.618Zgcc system 7 system
2182024-05-30T03:13:53.619Zgo system 1.20 system
2192024-05-30T03:13:53.619Zgo system 1.19 system
2202024-05-30T03:13:53.619Zllvm system 15 system
2212024-05-30T03:13:53.619Zllvm system 14 system
2222024-05-30T03:13:53.620Zmariadb system 10.6 system
2232024-05-30T03:13:53.620Zmta vendor vendor dma
2242024-05-30T03:13:53.620Zopenjdk system 17 system
2252024-05-30T03:13:53.620Zopenjdk system 11 system
2262024-05-30T03:13:53.620Zopenjdk system 1.8 system
2272024-05-30T03:13:53.621Zopenssl vendor 3 vendor
2282024-05-30T03:13:53.621Zperl system 5.36 system
2292024-05-30T03:13:53.621Zpostgresql system 15 system
2302024-05-30T03:13:53.621Zpostgresql system 13 system
2312024-05-30T03:13:53.621Zpython vendor 3 vendor
2322024-05-30T03:13:53.621Zpython system 2 system
2332024-05-30T03:13:53.622Zpython3 system 3.11 system
2342024-05-30T03:13:53.622Zruby system 3.0 system
2352024-05-30T03:13:53.622Zwords vendor vendor american-english
2362024-05-30T03:13:53.622Zwords system system australian-english
2372024-05-30T03:13:53.622Zwords system system british-english
2382024-05-30T03:13:53.622Zwords system system canadian-english
2392024-05-30T03:13:53.623Zwords system system french
2402024-05-30T03:13:53.623Zwords system system italian
2412024-05-30T03:13:53.623Zwords system system ngerman
2422024-05-30T03:13:53.623Zwords system system ogerman
2432024-05-30T03:13:53.623Zwords system system spanish
2442024-05-30T03:13:53.938ZPUBLISHER TYPE STATUS P LOCATION
2452024-05-30T03:13:53.939Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462024-05-30T03:13:55.415ZFMRI IFO
2472024-05-30T03:13:55.415Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482024-05-30T03:13:55.416Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492024-05-30T03:13:55.416Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502024-05-30T03:13:55.416Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512024-05-30T03:13:55.417Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522024-05-30T03:13:55.417Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532024-05-30T03:13:55.417Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2542024-05-30T03:13:55.417Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552024-05-30T03:13:55.418Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2562024-05-30T03:13:55.418Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572024-05-30T03:13:55.466Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2582024-05-30T03:13:55.466Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592024-05-30T03:13:55.683Z+ set -o errexit
2602024-05-30T03:13:55.691Z+++ dirname ./tools/ci_download_cockroachdb
2612024-05-30T03:13:55.691Z++ cd ./tools
2622024-05-30T03:13:55.691Z++ pwd
2632024-05-30T03:13:55.691Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2642024-05-30T03:13:55.691Z++ basename ./tools/ci_download_cockroachdb
2652024-05-30T03:13:55.691Z+ ARG0=ci_download_cockroachdb
2662024-05-30T03:13:55.691Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2672024-05-30T03:13:55.691Z+ CIDL_VERSION=v22.1.9
2682024-05-30T03:13:55.691Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2692024-05-30T03:13:55.691Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2702024-05-30T03:13:55.691Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2712024-05-30T03:13:55.691Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2722024-05-30T03:13:55.692Z+ TARGET_DIR=out
2732024-05-30T03:13:55.692Z+ DOWNLOAD_DIR=out/downloads
2742024-05-30T03:13:55.692Z+ DEST_DIR=./out/cockroachdb
2752024-05-30T03:13:55.692Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2762024-05-30T03:13:55.692Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2772024-05-30T03:13:55.692Z+ main
2782024-05-30T03:13:55.692Z+ [[ 0 != 0 ]]
2792024-05-30T03:13:55.692Z+ CIDL_OS=solaris2.11
2802024-05-30T03:13:55.692Z+ [[ 0 != 0 ]]
2812024-05-30T03:13:55.693Z+ configure_os solaris2.11
2822024-05-30T03:13:55.693Z+ echo 'current directory: /work/oxidecomputer/omicron'
2832024-05-30T03:13:55.693Z+ echo 'configuring based on OS: "solaris2.11"'
2842024-05-30T03:13:55.693Zcurrent directory: /work/oxidecomputer/omicron
2852024-05-30T03:13:55.693Zconfiguring based on OS: "solaris2.11"
2862024-05-30T03:13:55.693Z+ case "$1" in
2872024-05-30T03:13:55.693Z+ CIDL_BUILD=illumos
2882024-05-30T03:13:55.693Z+ CIDL_SUFFIX=tar.gz
2892024-05-30T03:13:55.693Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2902024-05-30T03:13:55.693Z+ CIDL_URL_BASE=https://illumos.org/downloads
2912024-05-30T03:13:55.693Z+ CIDL_ASSEMBLE=do_assemble_illumos
2922024-05-30T03:13:55.693Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2932024-05-30T03:13:55.694Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2942024-05-30T03:13:55.694Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-05-30T03:13:55.694Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2962024-05-30T03:13:55.694Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-05-30T03:13:55.694Z+ CIDL_SHA256FUNC=do_sha256sum
2982024-05-30T03:13:55.694Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2992024-05-30T03:13:55.694ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-05-30T03:13:55.694Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3012024-05-30T03:13:55.694ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-05-30T03:13:55.694Z+ mkdir -p out/downloads
3032024-05-30T03:13:55.694Z+ mkdir -p ./out/cockroachdb
3042024-05-30T03:13:55.694Z+ local DO_DOWNLOAD=true
3052024-05-30T03:13:55.695Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3062024-05-30T03:13:55.695Z+ '[' true == true ']'
3072024-05-30T03:13:55.695Z+ echo Downloading...
3082024-05-30T03:13:55.695ZDownloading...
3092024-05-30T03:13:55.695Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-05-30T03:13:55.695Z+ 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
3112024-05-30T03:14:02.047Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-05-30T03:14:02.467Z++ sha256sum
3132024-05-30T03:14:02.468Z++ awk '{print $1}'
3142024-05-30T03:14:02.472Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3152024-05-30T03:14:02.472Z+ [[ 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 ]]
3162024-05-30T03:14:02.472Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172024-05-30T03:14:02.472Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3182024-05-30T03:14:04.328Z+ do_assemble_illumos
3192024-05-30T03:14:04.329Z+ rm -r ./out/cockroachdb
3202024-05-30T03:14:04.339Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3212024-05-30T03:14:04.686Z+ ./out/cockroachdb/bin/cockroach version
3222024-05-30T03:14:04.853ZBuild Tag: v22.1.9-dirty
3232024-05-30T03:14:04.853ZBuild Time: 2022/10/26 21:17:46
3242024-05-30T03:14:04.854ZDistribution: OSS
3252024-05-30T03:14:04.854ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3262024-05-30T03:14:04.854ZGo Version: go1.17.13
3272024-05-30T03:14:04.854ZC Compiler: gcc 10.3.0
3282024-05-30T03:14:04.854ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3292024-05-30T03:14:04.854ZBuild Type: release
3302024-05-30T03:14:04.867Z+ set -o errexit
3312024-05-30T03:14:04.881Z+++ dirname ./tools/ci_download_clickhouse
3322024-05-30T03:14:04.882Z++ cd ./tools
3332024-05-30T03:14:04.882Z++ pwd
3342024-05-30T03:14:04.882Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3352024-05-30T03:14:04.882Z++ basename ./tools/ci_download_clickhouse
3362024-05-30T03:14:04.882Z+ ARG0=ci_download_clickhouse
3372024-05-30T03:14:04.883Z+ TARGET_DIR=out
3382024-05-30T03:14:04.893Z+ DOWNLOAD_DIR=out/downloads
3392024-05-30T03:14:04.893Z+ DEST_DIR=./out/clickhouse
3402024-05-30T03:14:04.893Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3412024-05-30T03:14:04.893Z+ CIDL_VERSION=v23.8.7.24
3422024-05-30T03:14:04.893Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3432024-05-30T03:14:04.893Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3442024-05-30T03:14:04.893Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3452024-05-30T03:14:04.893Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3462024-05-30T03:14:04.894Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3472024-05-30T03:14:04.894Z+ main
3482024-05-30T03:14:04.894Z+ [[ 0 != 0 ]]
3492024-05-30T03:14:04.894Z+ CIDL_OS=solaris2.11
3502024-05-30T03:14:04.894Z+ [[ 0 != 0 ]]
3512024-05-30T03:14:04.894Z+ configure_os solaris2.11
3522024-05-30T03:14:04.894Z+ echo 'current directory: /work/oxidecomputer/omicron'
3532024-05-30T03:14:04.894Z+ echo 'configuring based on OS: "solaris2.11"'
3542024-05-30T03:14:04.895Zcurrent directory: /work/oxidecomputer/omicron
3552024-05-30T03:14:04.895Zconfiguring based on OS: "solaris2.11"
3562024-05-30T03:14:04.895Z+ CIDL_DASHREV=
3572024-05-30T03:14:04.895Z+ case "$1" in
3582024-05-30T03:14:04.895Z+ CIDL_PLATFORM=illumos
3592024-05-30T03:14:04.896Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3602024-05-30T03:14:04.896Z+ CIDL_MD5FUNC=do_md5sum
3612024-05-30T03:14:04.896Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3622024-05-30T03:14:04.896Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3632024-05-30T03:14:04.896Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-05-30T03:14:04.896Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-05-30T03:14:04.896Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3662024-05-30T03:14:04.896Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3672024-05-30T03:14:04.897ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3682024-05-30T03:14:04.897ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-05-30T03:14:04.897Z+ mkdir -p out/downloads
3702024-05-30T03:14:04.914Z+ mkdir -p ./out/clickhouse
3712024-05-30T03:14:04.914Z+ local DO_DOWNLOAD=true
3722024-05-30T03:14:04.914Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3732024-05-30T03:14:04.914Z+ '[' true == true ']'
3742024-05-30T03:14:04.914Z+ echo Downloading...
3752024-05-30T03:14:04.914ZDownloading...
3762024-05-30T03:14:04.914Z+ 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
3772024-05-30T03:14:04.915Z+ 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
3782024-05-30T03:14:06.470Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3792024-05-30T03:14:06.489Z++ md5sum
3802024-05-30T03:14:06.489Z++ awk '{print $1}'
3812024-05-30T03:14:07.160Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3822024-05-30T03:14:07.183Z+ [[ 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 ]]
3832024-05-30T03:14:07.183Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3842024-05-30T03:14:07.183Z+ mkdir -p ./out/clickhouse
3852024-05-30T03:14:07.184Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3862024-05-30T03:14:11.005Z+ [[ solaris2.11 == darwin* ]]
3872024-05-30T03:14:11.005Z+ ./out/clickhouse/clickhouse server --version
3882024-05-30T03:14:11.021ZClickHouse server version 23.8.7.1.
3892024-05-30T03:14:11.021Z+ set -o errexit
3902024-05-30T03:14:11.021Z+++ dirname ./tools/ci_download_console
3912024-05-30T03:14:11.021Z++ cd ./tools
3922024-05-30T03:14:11.022Z++ pwd
3932024-05-30T03:14:11.022Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3942024-05-30T03:14:11.022Z++ basename ./tools/ci_download_console
3952024-05-30T03:14:11.022Z+ ARG0=ci_download_console
3962024-05-30T03:14:11.022Z+ TARGET_DIR=out
3972024-05-30T03:14:11.023Z+ DOWNLOAD_DIR=out/downloads
3982024-05-30T03:14:11.023Z+ DEST_DIR=./out/console-assets
3992024-05-30T03:14:11.023Z+ source /work/oxidecomputer/omicron/tools/console_version
4002024-05-30T03:14:11.023Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
4012024-05-30T03:14:11.023Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4022024-05-30T03:14:11.024Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4032024-05-30T03:14:11.024Z+ TARBALL_FILE=out/downloads/console.tar.gz
4042024-05-30T03:14:11.024Z+ main
4052024-05-30T03:14:11.024Z+ [[ 0 != 0 ]]
4062024-05-30T03:14:11.024Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
4072024-05-30T03:14:11.024ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4082024-05-30T03:14:11.025Z+ echo 'Local file: out/downloads/console.tar.gz'
4092024-05-30T03:14:11.025ZLocal file: out/downloads/console.tar.gz
4102024-05-30T03:14:11.025Z+ local DO_DOWNLOAD=true
4112024-05-30T03:14:11.025Z+ [[ -f out/downloads/console.tar.gz ]]
4122024-05-30T03:14:11.025Z+ mkdir -p out/downloads
4132024-05-30T03:14:11.026Z+ '[' true == true ']'
4142024-05-30T03:14:11.026Z+ echo Downloading...
4152024-05-30T03:14:11.026ZDownloading...
4162024-05-30T03:14:11.026Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
4172024-05-30T03:14:11.026Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4182024-05-30T03:14:11.414Z++ do_sha256sum out/downloads/console.tar.gz
4192024-05-30T03:14:11.426Z++ case "$OSTYPE" in
4202024-05-30T03:14:11.426Z++ SHA=sha256sum
4212024-05-30T03:14:11.427Z++ sha256sum
4222024-05-30T03:14:11.427Z++ awk '{print $1}'
4232024-05-30T03:14:11.427Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4242024-05-30T03:14:11.427Z+ [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]]
4252024-05-30T03:14:11.427Z+ rm -rf ./out/console-assets
4262024-05-30T03:14:11.427Z+ mkdir -p ./out/console-assets
4272024-05-30T03:14:11.435Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4282024-05-30T03:14:11.435Z+ mkdir -p ./out/console-assets
4292024-05-30T03:14:11.435Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4302024-05-30T03:14:11.519Z+ set -o errexit
4312024-05-30T03:14:11.527Z+++ dirname ./tools/ci_download_dendrite_openapi
4322024-05-30T03:14:11.527Z++ cd ./tools
4332024-05-30T03:14:11.528Z++ pwd
4342024-05-30T03:14:11.528Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4352024-05-30T03:14:11.528Z++ basename ./tools/ci_download_dendrite_openapi
4362024-05-30T03:14:11.534Z+ ARG0=ci_download_dendrite_openapi
4372024-05-30T03:14:11.534Z+ TARGET_DIR=out
4382024-05-30T03:14:11.534Z+ DOWNLOAD_DIR=out/downloads
4392024-05-30T03:14:11.534Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4402024-05-30T03:14:11.534Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4412024-05-30T03:14:11.534Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4422024-05-30T03:14:11.534Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4432024-05-30T03:14:11.535Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4442024-05-30T03:14:11.535Z+ main
4452024-05-30T03:14:11.535Z+ [[ 0 != 0 ]]
4462024-05-30T03:14:11.535Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4472024-05-30T03:14:11.535ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4482024-05-30T03:14:11.535Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4492024-05-30T03:14:11.535Z+ local DO_DOWNLOAD=true
4502024-05-30T03:14:11.536ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4512024-05-30T03:14:11.536Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4522024-05-30T03:14:11.536Z+ mkdir -p out/downloads
4532024-05-30T03:14:11.536Z+ '[' true == true ']'
4542024-05-30T03:14:11.536Z+ echo Downloading...
4552024-05-30T03:14:11.536ZDownloading...
4562024-05-30T03:14:11.537Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4572024-05-30T03:14:11.537Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4582024-05-30T03:14:12.170Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4592024-05-30T03:14:12.170Z++ case "$OSTYPE" in
4602024-05-30T03:14:12.170Z++ SHA=sha256sum
4612024-05-30T03:14:12.183Z++ sha256sum
4622024-05-30T03:14:12.183Z++ awk '{print $1}'
4632024-05-30T03:14:12.183Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4642024-05-30T03:14:12.183Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4652024-05-30T03:14:12.208Z+ set -o errexit
4662024-05-30T03:14:12.208Z+++ dirname ./tools/ci_download_dendrite_stub
4672024-05-30T03:14:12.208Z++ cd ./tools
4682024-05-30T03:14:12.208Z++ pwd
4692024-05-30T03:14:12.208Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4702024-05-30T03:14:12.208Z++ basename ./tools/ci_download_dendrite_stub
4712024-05-30T03:14:12.209Z+ ARG0=ci_download_dendrite_stub
4722024-05-30T03:14:12.209Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4732024-05-30T03:14:12.209Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4742024-05-30T03:14:12.209Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4752024-05-30T03:14:12.209Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4762024-05-30T03:14:12.209Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4772024-05-30T03:14:12.209Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4782024-05-30T03:14:12.209Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4792024-05-30T03:14:12.210Z+ TARGET_DIR=out
4802024-05-30T03:14:12.210Z+ DOWNLOAD_DIR=out/downloads
4812024-05-30T03:14:12.210Z+ DEST_DIR=./out/dendrite-stub
4822024-05-30T03:14:12.210Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4832024-05-30T03:14:12.210Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4842024-05-30T03:14:12.210Z+ REPO=oxidecomputer/dendrite
4852024-05-30T03:14:12.210Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4862024-05-30T03:14:12.210Z+ main
4872024-05-30T03:14:12.210Z+ [[ 0 != 0 ]]
4882024-05-30T03:14:12.210Z+ CIDL_OS=solaris2.11
4892024-05-30T03:14:12.210Z+ [[ 0 != 0 ]]
4902024-05-30T03:14:12.211Z+ configure_os solaris2.11
4912024-05-30T03:14:12.211Z+ echo 'current directory: /work/oxidecomputer/omicron'
4922024-05-30T03:14:12.211Zcurrent directory: /work/oxidecomputer/omicron
4932024-05-30T03:14:12.211Z+ echo 'configuring based on OS: "solaris2.11"'
4942024-05-30T03:14:12.211Z+ case "$1" in
4952024-05-30T03:14:12.211Zconfiguring based on OS: "solaris2.11"
4962024-05-30T03:14:12.212Z+ SET_BINARIES=
4972024-05-30T03:14:12.212Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4982024-05-30T03:14:12.212Z+ CIDL_SHA256FUNC=do_sha256sum
4992024-05-30T03:14:12.212Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5002024-05-30T03:14:12.212Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5012024-05-30T03:14:12.212Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5022024-05-30T03:14:12.212Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
5032024-05-30T03:14:12.212ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5042024-05-30T03:14:12.212Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5052024-05-30T03:14:12.213Z+ mkdir -p out/downloads
5062024-05-30T03:14:12.213ZLocal file: out/downloads/dendrite-stub.tar.gz
5072024-05-30T03:14:12.213Z+ mkdir -p ./out/dendrite-stub
5082024-05-30T03:14:12.213Z+ fetch_and_verify
5092024-05-30T03:14:12.213Z+ local DO_DOWNLOAD=true
5102024-05-30T03:14:12.213Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5112024-05-30T03:14:12.213Z+ '[' true == true ']'
5122024-05-30T03:14:12.214Z+ echo Downloading...
5132024-05-30T03:14:12.214ZDownloading...
5142024-05-30T03:14:12.214Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5152024-05-30T03:14:12.214Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5162024-05-30T03:14:27.258Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5172024-05-30T03:14:27.282Z++ sha256sum
5182024-05-30T03:14:27.283Z++ awk '{print $1}'
5192024-05-30T03:14:27.301Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
5202024-05-30T03:14:27.302Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
5212024-05-30T03:14:27.302Z+ do_untar out/downloads/dendrite-stub.tar.gz
5222024-05-30T03:14:27.302Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5232024-05-30T03:14:27.917Z+ do_assemble
5242024-05-30T03:14:27.917Z+ rm -r ./out/dendrite-stub
5252024-05-30T03:14:27.934Z+ mkdir ./out/dendrite-stub
5262024-05-30T03:14:27.934Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5272024-05-30T03:14:28.009Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5282024-05-30T03:14:28.019Z+ set -o errexit
5292024-05-30T03:14:28.019Z+++ dirname ./tools/ci_download_maghemite_mgd
5302024-05-30T03:14:28.020Z++ cd ./tools
5312024-05-30T03:14:28.020Z++ pwd
5322024-05-30T03:14:28.020Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5332024-05-30T03:14:28.049Z++ basename ./tools/ci_download_maghemite_mgd
5342024-05-30T03:14:28.049Z+ ARG0=ci_download_maghemite_mgd
5352024-05-30T03:14:28.049Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5362024-05-30T03:14:28.049Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5372024-05-30T03:14:28.050Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5382024-05-30T03:14:28.050Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5392024-05-30T03:14:28.050Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5402024-05-30T03:14:28.051Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5412024-05-30T03:14:28.051Z+ TARGET_DIR=out
5422024-05-30T03:14:28.051Z+ DOWNLOAD_DIR=out/downloads
5432024-05-30T03:14:28.051Z+ DEST_DIR=./out/mgd
5442024-05-30T03:14:28.052Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5452024-05-30T03:14:28.052Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5462024-05-30T03:14:28.052Z+ REPO=oxidecomputer/maghemite
5472024-05-30T03:14:28.052Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5482024-05-30T03:14:28.052Z+ main
5492024-05-30T03:14:28.053Z+ rm -rf out/downloads/root
5502024-05-30T03:14:28.053Z+ [[ 0 != 0 ]]
5512024-05-30T03:14:28.053Z+ CIDL_OS=solaris2.11
5522024-05-30T03:14:28.054Z+ [[ 0 != 0 ]]
5532024-05-30T03:14:28.054Z+ configure_os solaris2.11
5542024-05-30T03:14:28.054Z+ echo 'current directory: /work/oxidecomputer/omicron'
5552024-05-30T03:14:28.054Zcurrent directory: /work/oxidecomputer/omicron
5562024-05-30T03:14:28.055Z+ echo 'configuring based on OS: "solaris2.11"'
5572024-05-30T03:14:28.055Z+ case "$1" in
5582024-05-30T03:14:28.055Z+ SET_BINARIES=
5592024-05-30T03:14:28.056Zconfiguring based on OS: "solaris2.11"
5602024-05-30T03:14:28.056Z+ CIDL_SHA256FUNC=do_sha256sum
5612024-05-30T03:14:28.056Z+ TARBALL_FILENAME=mgd.tar.gz
5622024-05-30T03:14:28.056Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5632024-05-30T03:14:28.057Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5642024-05-30T03:14:28.057Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5652024-05-30T03:14:28.057Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5662024-05-30T03:14:28.058ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5672024-05-30T03:14:28.058ZLocal file: out/downloads/mgd.tar.gz
5682024-05-30T03:14:28.058Z+ mkdir -p out/downloads
5692024-05-30T03:14:28.058Z+ mkdir -p ./out/mgd
5702024-05-30T03:14:28.099Z+ fetch_and_verify
5712024-05-30T03:14:28.099Z+ local DO_DOWNLOAD=true
5722024-05-30T03:14:28.100Z+ [[ -f out/downloads/mgd.tar.gz ]]
5732024-05-30T03:14:28.100Z+ '[' true == true ']'
5742024-05-30T03:14:28.100Z+ echo Downloading...
5752024-05-30T03:14:28.100ZDownloading...
5762024-05-30T03:14:28.100Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5772024-05-30T03:14:28.101Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5782024-05-30T03:15:06.166Z++ do_sha256sum out/downloads/mgd.tar.gz
5792024-05-30T03:15:06.180Z++ sha256sum
5802024-05-30T03:15:06.180Z++ awk '{print $1}'
5812024-05-30T03:15:06.194Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5822024-05-30T03:15:06.194Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5832024-05-30T03:15:06.195Z+ do_untar out/downloads/mgd.tar.gz
5842024-05-30T03:15:06.195Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5852024-05-30T03:15:06.776Z+ do_assemble
5862024-05-30T03:15:06.776Z+ rm -r ./out/mgd
5872024-05-30T03:15:06.794Z+ mkdir ./out/mgd
5882024-05-30T03:15:06.794Z+ cp -r out/downloads/root ./out/mgd/root
5892024-05-30T03:15:06.851Z+ set -o errexit
5902024-05-30T03:15:06.865Z+++ dirname ./tools/ci_download_transceiver_control
5912024-05-30T03:15:06.865Z++ cd ./tools
5922024-05-30T03:15:06.865Z++ pwd
5932024-05-30T03:15:06.866Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5942024-05-30T03:15:06.866Z++ basename ./tools/ci_download_transceiver_control
5952024-05-30T03:15:06.866Z+ ARG0=ci_download_transceiver_control
5962024-05-30T03:15:06.866Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5972024-05-30T03:15:06.866Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5982024-05-30T03:15:06.866Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5992024-05-30T03:15:06.867Z+ TARGET_DIR=out
6002024-05-30T03:15:06.867Z+ DOWNLOAD_DIR=out/downloads
6012024-05-30T03:15:06.867Z+ DEST_DIR=./out/transceiver-control
6022024-05-30T03:15:06.867Z+ BIN_DIR=/opt/oxide/bin
6032024-05-30T03:15:06.867Z+ BINARY=xcvradm
6042024-05-30T03:15:06.867Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6052024-05-30T03:15:06.868Z+ REPO=oxidecomputer/transceiver-control
6062024-05-30T03:15:06.868Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6072024-05-30T03:15:06.868Z+ main
6082024-05-30T03:15:06.868Z+ [[ 0 != 0 ]]
6092024-05-30T03:15:06.868Z+ CIDL_OS=solaris2.11
6102024-05-30T03:15:06.868Z+ [[ 0 != 0 ]]
6112024-05-30T03:15:06.868Z+ configure_os solaris2.11
6122024-05-30T03:15:06.868Z+ echo 'current directory: /work/oxidecomputer/omicron'
6132024-05-30T03:15:06.868Zcurrent directory: /work/oxidecomputer/omicron
6142024-05-30T03:15:06.868Z+ echo 'configuring based on OS: "solaris2.11"'
6152024-05-30T03:15:06.868Zconfiguring based on OS: "solaris2.11"
6162024-05-30T03:15:06.868Z+ case "$1" in
6172024-05-30T03:15:06.868Z+ SET_BINARIES=
6182024-05-30T03:15:06.868Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6192024-05-30T03:15:06.868Z+ CIDL_SHA256FUNC=do_sha256sum
6202024-05-30T03:15:06.868Z+ ARCHIVE_FILENAME=xcvradm.gz
6212024-05-30T03:15:06.868Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6222024-05-30T03:15:06.868Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6232024-05-30T03:15:06.868Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6242024-05-30T03:15:06.868Z+ echo 'Local file: out/downloads/xcvradm.gz'
6252024-05-30T03:15:06.868ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6262024-05-30T03:15:06.869ZLocal file: out/downloads/xcvradm.gz
6272024-05-30T03:15:06.869Z+ mkdir -p out/downloads
6282024-05-30T03:15:06.869Z+ mkdir -p ./out/transceiver-control
6292024-05-30T03:15:06.882Z+ fetch_and_verify
6302024-05-30T03:15:06.882Z+ local DO_DOWNLOAD=true
6312024-05-30T03:15:06.882Z+ [[ -f out/downloads/xcvradm.gz ]]
6322024-05-30T03:15:06.882Z+ '[' true == true ']'
6332024-05-30T03:15:06.882Z+ echo Downloading...
6342024-05-30T03:15:06.882ZDownloading...
6352024-05-30T03:15:06.883Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6362024-05-30T03:15:06.883Z+ 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
6372024-05-30T03:15:37.305Z++ do_sha256sum out/downloads/xcvradm.gz
6382024-05-30T03:15:37.337Z++ sha256sum
6392024-05-30T03:15:37.337Z++ awk '{print $1}'
6402024-05-30T03:15:37.337Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6412024-05-30T03:15:37.337Z+ [[ 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 ]]
6422024-05-30T03:15:37.337Z+ do_unpack out/downloads/xcvradm.gz
6432024-05-30T03:15:37.338Z+ mkdir -p out/downloads/root//opt/oxide/bin
6442024-05-30T03:15:37.338Z+ gzip -dc out/downloads/xcvradm.gz
6452024-05-30T03:15:37.413Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6462024-05-30T03:15:37.428Z+ do_assemble
6472024-05-30T03:15:37.428Z+ rm -r ./out/transceiver-control
6482024-05-30T03:15:37.428Z+ mkdir ./out/transceiver-control
6492024-05-30T03:15:37.428Z+ cp -r out/downloads/root ./out/transceiver-control/root
6502024-05-30T03:15:37.514Z+ set -o errexit
6512024-05-30T03:15:37.523Z+++ dirname ./tools/ci_download_thundermuffin
6522024-05-30T03:15:37.523Z++ cd ./tools
6532024-05-30T03:15:37.523Z++ pwd
6542024-05-30T03:15:37.523Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6552024-05-30T03:15:37.523Z++ basename ./tools/ci_download_thundermuffin
6562024-05-30T03:15:37.523Z+ ARG0=ci_download_thundermuffin
6572024-05-30T03:15:37.524Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6582024-05-30T03:15:37.524Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6592024-05-30T03:15:37.524Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6602024-05-30T03:15:37.524Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6612024-05-30T03:15:37.524Z+ TARGET_DIR=out
6622024-05-30T03:15:37.524Z+ DOWNLOAD_DIR=out/downloads
6632024-05-30T03:15:37.524Z+ DEST_DIR=./out/thundermuffin
6642024-05-30T03:15:37.524Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6652024-05-30T03:15:37.525Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6662024-05-30T03:15:37.525Z+ REPO=oxidecomputer/thundermuffin
6672024-05-30T03:15:37.525Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6682024-05-30T03:15:37.525Z+ main
6692024-05-30T03:15:37.525Z+ rm -rf out/downloads/root
6702024-05-30T03:15:37.525Z+ [[ 0 != 0 ]]
6712024-05-30T03:15:37.525Z+ CIDL_OS=solaris2.11
6722024-05-30T03:15:37.525Z+ [[ 0 != 0 ]]
6732024-05-30T03:15:37.526Z+ configure_os solaris2.11
6742024-05-30T03:15:37.526Z+ echo 'current directory: /work/oxidecomputer/omicron'
6752024-05-30T03:15:37.526Zcurrent directory: /work/oxidecomputer/omicron
6762024-05-30T03:15:37.526Z+ echo 'configuring based on OS: "solaris2.11"'
6772024-05-30T03:15:37.526Zconfiguring based on OS: "solaris2.11"
6782024-05-30T03:15:37.526Z+ case "$1" in
6792024-05-30T03:15:37.527Z+ SET_BINARIES=
6802024-05-30T03:15:37.527Z+ CIDL_SHA256FUNC=do_sha256sum
6812024-05-30T03:15:37.527Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6822024-05-30T03:15:37.527Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6832024-05-30T03:15:37.527Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6842024-05-30T03:15:37.528Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6852024-05-30T03:15:37.528Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6862024-05-30T03:15:37.528ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6872024-05-30T03:15:37.528ZLocal file: out/downloads/thundermuffin.tar.gz
6882024-05-30T03:15:37.528Z+ mkdir -p out/downloads
6892024-05-30T03:15:37.529Z+ mkdir -p ./out/thundermuffin
6902024-05-30T03:15:37.529Z+ fetch_and_verify
6912024-05-30T03:15:37.529Z+ local DO_DOWNLOAD=true
6922024-05-30T03:15:37.529Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6932024-05-30T03:15:37.529Z+ '[' true == true ']'
6942024-05-30T03:15:37.529Z+ echo Downloading...
6952024-05-30T03:15:37.530ZDownloading...
6962024-05-30T03:15:37.530Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6972024-05-30T03:15:37.530Z+ 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
6982024-05-30T03:15:41.037Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6992024-05-30T03:15:41.048Z++ sha256sum
7002024-05-30T03:15:41.049Z++ awk '{print $1}'
7012024-05-30T03:15:41.049Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7022024-05-30T03:15:41.049Z+ [[ 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 ]]
7032024-05-30T03:15:41.050Z+ do_untar out/downloads/thundermuffin.tar.gz
7042024-05-30T03:15:41.050Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7052024-05-30T03:15:41.059Z+ do_assemble
7062024-05-30T03:15:41.060Z+ rm -r ./out/thundermuffin
7072024-05-30T03:15:41.060Z+ mkdir ./out/thundermuffin
7082024-05-30T03:15:41.060Z+ cp -r out/downloads/root ./out/thundermuffin/root
7092024-05-30T03:15:41.230ZAll builder prerequisites installed successfully, and PATH looks valid
7102024-05-30T03:15:41.267Z
7112024-05-30T03:15:41.267Zreal 3:09.196397319
7122024-05-30T03:15:41.267Zuser 38.357526236
7132024-05-30T03:15:41.267Zsys 7.047790172
7142024-05-30T03:15:41.268Ztrap 0.009551639
7152024-05-30T03:15:41.268Ztflt 0.161599987
7162024-05-30T03:15:41.268Zdflt 0.227045778
7172024-05-30T03:15:41.268Zkflt 0.139438223
7182024-05-30T03:15:41.268Zlock 1.249207628
7192024-05-30T03:15:41.268Zslp 7:24.749415384
7202024-05-30T03:15:41.268Zlat 1.991485945
7212024-05-30T03:15:41.268Zstop 0.132187322
7222024-05-30T03:15:41.269Z
7232024-05-30T03:15:41.269Z #### # # ##### ##### # #
7242024-05-30T03:15:41.269Z # # # # # # # # # #
7252024-05-30T03:15:41.269Z # # # # # # # #
7262024-05-30T03:15:41.269Z # # # ##### ##### #
7272024-05-30T03:15:41.269Z # # # # # # #
7282024-05-30T03:15:41.269Z #### ###### # # # #
7292024-05-30T03:15:41.269Z
7302024-05-30T03:15:41.453Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7312024-05-30T03:15:41.740Z Updating git repository `https://github.com/oxidecomputer/zone`
7322024-05-30T03:15:42.024Z Updating crates.io index
7332024-05-30T03:15:42.112Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7342024-05-30T03:15:42.797Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7352024-05-30T03:15:43.557Z Updating git repository `https://github.com/oxidecomputer/oxnet`
7362024-05-30T03:15:43.819Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7372024-05-30T03:15:45.769Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7382024-05-30T03:15:46.304Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7392024-05-30T03:15:46.599Z Updating git repository `https://github.com/oxidecomputer/propolis`
7402024-05-30T03:15:48.260Z Updating git repository `https://github.com/oxidecomputer/crucible`
7412024-05-30T03:15:49.469Z Updating git repository `https://github.com/oxidecomputer/opte`
7422024-05-30T03:15:50.562Z Updating git repository `https://github.com/oxidecomputer/falcon`
7432024-05-30T03:15:51.336Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7442024-05-30T03:15:51.914Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7452024-05-30T03:15:52.241Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7462024-05-30T03:15:52.608Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7472024-05-30T03:15:52.906Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7482024-05-30T03:15:53.266Z Updating git repository `http://github.com/oxidecomputer/tofino`
7492024-05-30T03:15:53.578Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7502024-05-30T03:15:53.829Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7512024-05-30T03:15:54.099Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7522024-05-30T03:15:54.404Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7532024-05-30T03:15:54.684Z Updating git repository `https://github.com/oxidecomputer/ispf`
7542024-05-30T03:15:55.006Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7552024-05-30T03:15:55.382Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7562024-05-30T03:15:55.989Z Updating git repository `https://github.com/jgallagher/nix`
7572024-05-30T03:15:56.957Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7582024-05-30T03:15:57.200Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7592024-05-30T03:15:57.580Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7602024-05-30T03:15:58.118Z Updating git repository `https://github.com/oxidecomputer/typify`
7612024-05-30T03:16:00.081Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7622024-05-30T03:16:00.471Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7632024-05-30T03:16:00.721Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7642024-05-30T03:16:01.148Z Updating git repository `https://github.com/oxidecomputer/rfb`
7652024-05-30T03:16:02.476Z Downloading crates ...
7662024-05-30T03:16:02.552Z Downloaded anyhow v1.0.83
7672024-05-30T03:16:02.567Z Downloaded anstyle-parse v0.2.4
7682024-05-30T03:16:02.581Z Downloaded anstyle-query v1.0.3
7692024-05-30T03:16:02.581Z Downloaded anstyle v1.0.7
7702024-05-30T03:16:02.582Z Downloaded autocfg v1.3.0
7712024-05-30T03:16:02.582Z Downloaded cargo-platform v0.1.8
7722024-05-30T03:16:02.582Z Downloaded camino v1.1.7
7732024-05-30T03:16:02.582Z Downloaded anstream v0.6.14
7742024-05-30T03:16:02.598Z Downloaded bitflags v2.5.0
7752024-05-30T03:16:02.599Z Downloaded ryu v1.0.18
7762024-05-30T03:16:02.599Z Downloaded clap_lex v0.7.0
7772024-05-30T03:16:02.671Z Downloaded rustix v0.38.34
7782024-05-30T03:16:02.687Z Downloaded memchr v2.7.2
7792024-05-30T03:16:02.687Z Downloaded is_terminal_polyfill v1.70.0
7802024-05-30T03:16:02.687Z Downloaded equivalent v1.0.1
7812024-05-30T03:16:02.687Z Downloaded colorchoice v1.0.1
7822024-05-30T03:16:02.688Z Downloaded thiserror-impl v1.0.60
7832024-05-30T03:16:02.688Z Downloaded errno v0.3.9
7842024-05-30T03:16:02.688Z Downloaded thiserror v1.0.60
7852024-05-30T03:16:02.688Z Downloaded itoa v1.0.11
7862024-05-30T03:16:02.688Z Downloaded serde_spanned v0.6.6
7872024-05-30T03:16:02.688Z Downloaded utf8parse v0.2.1
7882024-05-30T03:16:02.688Z Downloaded swrite v0.1.0
7892024-05-30T03:16:02.689Z Downloaded toml_datetime v0.6.6
7902024-05-30T03:16:02.689Z Downloaded fs-err v2.11.0
7912024-05-30T03:16:02.689Z Downloaded terminal_size v0.3.0
7922024-05-30T03:16:02.689Z Downloaded strsim v0.11.1
7932024-05-30T03:16:02.690Z Downloaded heck v0.5.0
7942024-05-30T03:16:02.690Z Downloaded clap_derive v4.5.4
7952024-05-30T03:16:02.690Z Downloaded semver v1.0.23
7962024-05-30T03:16:02.690Z Downloaded cargo_toml v0.20.2
7972024-05-30T03:16:02.690Z Downloaded macaddr v1.0.1
7982024-05-30T03:16:02.690Z Downloaded quote v1.0.36
7992024-05-30T03:16:02.691Z Downloaded unicode-ident v1.0.12
8002024-05-30T03:16:02.691Z Downloaded clap v4.5.4
8012024-05-30T03:16:02.700Z Downloaded cargo_metadata v0.18.1
8022024-05-30T03:16:02.700Z Downloaded toml v0.8.13
8032024-05-30T03:16:02.701Z Downloaded serde_derive v1.0.202
8042024-05-30T03:16:02.701Z Downloaded proc-macro2 v1.0.82
8052024-05-30T03:16:02.714Z Downloaded serde v1.0.202
8062024-05-30T03:16:02.731Z Downloaded indexmap v2.2.6
8072024-05-30T03:16:02.731Z Downloaded toml_edit v0.22.13
8082024-05-30T03:16:02.744Z Downloaded serde_json v1.0.117
8092024-05-30T03:16:02.767Z Downloaded clap_builder v4.5.2
8102024-05-30T03:16:02.767Z Downloaded winnow v0.6.8
8112024-05-30T03:16:02.787Z Downloaded hashbrown v0.14.5
8122024-05-30T03:16:02.788Z Downloaded syn v2.0.64
8132024-05-30T03:16:02.803Z Downloaded libc v0.2.155
8142024-05-30T03:16:03.472Z Compiling proc-macro2 v1.0.82
8152024-05-30T03:16:03.472Z Compiling unicode-ident v1.0.12
8162024-05-30T03:16:03.891Z Compiling serde v1.0.202
8172024-05-30T03:16:03.891Z Compiling libc v0.2.155
8182024-05-30T03:16:03.891Z Compiling rustix v0.38.34
8192024-05-30T03:16:03.891Z Compiling bitflags v2.5.0
8202024-05-30T03:16:03.891Z Compiling utf8parse v0.2.1
8212024-05-30T03:16:03.891Z Compiling hashbrown v0.14.5
8222024-05-30T03:16:03.891Z Compiling equivalent v1.0.1
8232024-05-30T03:16:03.891Z Compiling anstyle-parse v0.2.4
8242024-05-30T03:16:03.891Z Compiling anstyle-query v1.0.3
8252024-05-30T03:16:03.898Z Compiling camino v1.1.7
8262024-05-30T03:16:03.899Z Compiling thiserror v1.0.60
8272024-05-30T03:16:03.899Z Compiling colorchoice v1.0.1
8282024-05-30T03:16:03.899Z Compiling serde_json v1.0.117
8292024-05-30T03:16:04.199Z Compiling indexmap v2.2.6
8302024-05-30T03:16:04.900Z Compiling winnow v0.6.8
8312024-05-30T03:16:04.931Z Compiling anstyle v1.0.7
8322024-05-30T03:16:04.931Z Compiling autocfg v1.3.0
8332024-05-30T03:16:05.050Z Compiling semver v1.0.23
8342024-05-30T03:16:05.111Z Compiling is_terminal_polyfill v1.70.0
8352024-05-30T03:16:05.257Z Compiling anstream v0.6.14
8362024-05-30T03:16:05.320Z Compiling ryu v1.0.18
8372024-05-30T03:16:05.358Z Compiling anyhow v1.0.83
8382024-05-30T03:16:05.625Z Compiling strsim v0.11.1
8392024-05-30T03:16:05.759Z Compiling itoa v1.0.11
8402024-05-30T03:16:05.938Z Compiling quote v1.0.36
8412024-05-30T03:16:05.958Z Compiling fs-err v2.11.0
8422024-05-30T03:16:05.981Z Compiling heck v0.5.0
8432024-05-30T03:16:06.102Z Compiling clap_lex v0.7.0
8442024-05-30T03:16:06.364Z Compiling syn v2.0.64
8452024-05-30T03:16:06.517Z Compiling errno v0.3.9
8462024-05-30T03:16:06.653Z Compiling swrite v0.1.0
8472024-05-30T03:16:07.516Z Compiling terminal_size v0.3.0
8482024-05-30T03:16:07.627Z Compiling clap_builder v4.5.2
8492024-05-30T03:16:12.012Z Compiling serde_derive v1.0.202
8502024-05-30T03:16:12.012Z Compiling thiserror-impl v1.0.60
8512024-05-30T03:16:12.031Z Compiling clap_derive v4.5.4
8522024-05-30T03:16:14.568Z Compiling clap v4.5.4
8532024-05-30T03:16:20.019Z Compiling toml_datetime v0.6.6
8542024-05-30T03:16:20.041Z Compiling serde_spanned v0.6.6
8552024-05-30T03:16:20.041Z Compiling cargo-platform v0.1.8
8562024-05-30T03:16:20.041Z Compiling macaddr v1.0.1
8572024-05-30T03:16:20.693Z Compiling toml_edit v0.22.13
8582024-05-30T03:16:21.340Z Compiling cargo_metadata v0.18.1
8592024-05-30T03:16:22.416Z Compiling toml v0.8.13
8602024-05-30T03:16:23.546Z Compiling cargo_toml v0.20.2
8612024-05-30T03:16:27.147Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8622024-05-30T03:16:30.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.75s
8632024-05-30T03:16:30.237Z Running `target/debug/xtask clippy`
8642024-05-30T03:16:30.284Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8652024-05-30T03:16:30.909Z Downloading crates ...
8662024-05-30T03:16:31.051Z Downloaded approx v0.5.1
8672024-05-30T03:16:31.076Z Downloaded argon2 v0.5.3
8682024-05-30T03:16:31.076Z Downloaded ascii v1.1.0
8692024-05-30T03:16:31.086Z Downloaded ahash v0.8.11
8702024-05-30T03:16:31.087Z Downloaded arrayref v0.3.7
8712024-05-30T03:16:31.087Z Downloaded arc-swap v1.7.1
8722024-05-30T03:16:31.087Z Downloaded anes v0.1.6
8732024-05-30T03:16:31.087Z Downloaded adler v1.0.2
8742024-05-30T03:16:31.088Z Downloaded addr2line v0.21.0
8752024-05-30T03:16:31.088Z Downloaded array-init v0.0.4
8762024-05-30T03:16:31.097Z Downloaded assert_matches v1.5.0
8772024-05-30T03:16:31.097Z Downloaded aho-corasick v1.1.3
8782024-05-30T03:16:31.108Z Downloaded assert_cmd v2.0.14
8792024-05-30T03:16:31.108Z Downloaded allocator-api2 v0.2.18
8802024-05-30T03:16:31.108Z Downloaded aead v0.5.2
8812024-05-30T03:16:31.115Z Downloaded bindgen v0.69.4
8822024-05-30T03:16:31.116Z Downloaded highway v1.1.0
8832024-05-30T03:16:31.126Z Downloaded corncobs v0.1.3
8842024-05-30T03:16:31.126Z Downloaded ciborium-io v0.2.2
8852024-05-30T03:16:31.126Z Downloaded bitfield v0.14.0
8862024-05-30T03:16:31.127Z Downloaded base64ct v1.6.0
8872024-05-30T03:16:31.127Z Downloaded async-stream v0.3.5
8882024-05-30T03:16:31.127Z Downloaded buf-list v1.0.3
8892024-05-30T03:16:31.136Z Downloaded async-recursion v1.1.1
8902024-05-30T03:16:31.136Z Downloaded home v0.5.9
8912024-05-30T03:16:31.136Z Downloaded chacha20poly1305 v0.10.1
8922024-05-30T03:16:31.143Z Downloaded castaway v0.2.2
8932024-05-30T03:16:31.143Z Downloaded atty v0.2.14
8942024-05-30T03:16:31.143Z Downloaded const_format_proc_macros v0.2.32
8952024-05-30T03:16:31.154Z Downloaded hmac v0.12.1
8962024-05-30T03:16:31.154Z Downloaded bitstruct_derive v0.1.0
8972024-05-30T03:16:31.155Z Downloaded crucible-workspace-hack v0.1.0
8982024-05-30T03:16:31.165Z Downloaded heck v0.4.1
8992024-05-30T03:16:31.165Z Downloaded atomicwrites v0.4.3
9002024-05-30T03:16:31.165Z Downloaded async-stream-impl v0.3.5
9012024-05-30T03:16:31.166Z Downloaded block-padding v0.3.3
9022024-05-30T03:16:31.166Z Downloaded bit-set v0.5.3
9032024-05-30T03:16:31.174Z Downloaded base16ct v0.2.0
9042024-05-30T03:16:31.174Z Downloaded heapless v0.8.0
9052024-05-30T03:16:31.174Z Downloaded hex v0.4.3
9062024-05-30T03:16:31.174Z Downloaded heck v0.3.3
9072024-05-30T03:16:31.185Z Downloaded hostname v0.4.0
9082024-05-30T03:16:31.186Z Downloaded hkdf v0.12.4
9092024-05-30T03:16:31.186Z Downloaded colored v2.1.0
9102024-05-30T03:16:31.186Z Downloaded ascii-canvas v3.0.0
9112024-05-30T03:16:31.186Z Downloaded mime v0.3.17
9122024-05-30T03:16:31.195Z Downloaded crossbeam-deque v0.8.5
9132024-05-30T03:16:31.196Z Downloaded cassowary v0.3.0
9142024-05-30T03:16:31.196Z Downloaded libm v0.2.8
9152024-05-30T03:16:31.207Z Downloaded hex-literal v0.4.1
9162024-05-30T03:16:31.207Z Downloaded crunchy v0.2.2
9172024-05-30T03:16:31.207Z Downloaded bb8 v0.8.3
9182024-05-30T03:16:31.207Z Downloaded blake2b_simd v1.0.2
9192024-05-30T03:16:31.207Z Downloaded maplit v1.0.2
9202024-05-30T03:16:31.207Z Downloaded idna v0.2.3
9212024-05-30T03:16:31.213Z Downloaded match_cfg v0.1.0
9222024-05-30T03:16:31.213Z Downloaded itertools v0.10.5
9232024-05-30T03:16:31.213Z Downloaded cpufeatures v0.2.12
9242024-05-30T03:16:31.221Z Downloaded memmap2 v0.9.4
9252024-05-30T03:16:31.222Z Downloaded cast v0.3.0
9262024-05-30T03:16:31.222Z Downloaded lru v0.12.3
9272024-05-30T03:16:31.229Z Downloaded miniz_oxide v0.7.2
9282024-05-30T03:16:31.230Z Downloaded is_ci v1.2.0
9292024-05-30T03:16:31.230Z Downloaded rand_xorshift v0.3.0
9302024-05-30T03:16:31.230Z Downloaded md-5 v0.10.6
9312024-05-30T03:16:31.230Z Downloaded mime_guess v2.0.4
9322024-05-30T03:16:31.230Z Downloaded new_debug_unreachable v1.0.6
9332024-05-30T03:16:31.237Z Downloaded crc-catalog v2.4.0
9342024-05-30T03:16:31.237Z Downloaded criterion-plot v0.5.0
9352024-05-30T03:16:31.237Z Downloaded crc v3.2.1
9362024-05-30T03:16:31.245Z Downloaded num v0.4.3
9372024-05-30T03:16:31.245Z Downloaded scroll_derive v0.12.0
9382024-05-30T03:16:31.245Z Downloaded newtype-uuid v1.1.0
9392024-05-30T03:16:31.245Z Downloaded mockall v0.12.1
9402024-05-30T03:16:31.245Z Downloaded keccak v0.1.5
9412024-05-30T03:16:31.245Z Downloaded native-tls v0.2.11
9422024-05-30T03:16:31.252Z Downloaded matches v0.1.10
9432024-05-30T03:16:31.252Z Downloaded cipher v0.4.4
9442024-05-30T03:16:31.252Z Downloaded lock_api v0.4.12
9452024-05-30T03:16:31.252Z Downloaded humantime v2.1.0
9462024-05-30T03:16:31.252Z Downloaded sync_wrapper v0.1.2
9472024-05-30T03:16:31.277Z Downloaded cfg-if v1.0.0
9482024-05-30T03:16:31.277Z Downloaded newline-converter v0.3.0
9492024-05-30T03:16:31.277Z Downloaded cancel-safe-futures v0.1.5
9502024-05-30T03:16:31.277Z Downloaded log v0.4.21
9512024-05-30T03:16:31.285Z Downloaded async-trait v0.1.80
9522024-05-30T03:16:31.285Z Downloaded multimap v0.10.0
9532024-05-30T03:16:31.285Z Downloaded toolchain_find v0.4.0
9542024-05-30T03:16:31.285Z Downloaded newtype_derive v0.1.6
9552024-05-30T03:16:31.285Z Downloaded impl-trait-for-tuples v0.2.2
9562024-05-30T03:16:31.286Z Downloaded http-range v0.1.5
9572024-05-30T03:16:31.286Z Downloaded rustls-pemfile v1.0.4
9582024-05-30T03:16:31.286Z Downloaded rustc_version v0.4.0
9592024-05-30T03:16:31.286Z Downloaded ipnetwork v0.20.0
9602024-05-30T03:16:31.286Z Downloaded cookie v0.18.1
9612024-05-30T03:16:31.286Z Downloaded cstr-argument v0.1.2
9622024-05-30T03:16:31.286Z Downloaded crossbeam-epoch v0.9.18
9632024-05-30T03:16:31.295Z Downloaded zone_cfg_derive v0.1.2
9642024-05-30T03:16:31.295Z Downloaded serde_plain v1.0.2
9652024-05-30T03:16:31.295Z Downloaded httparse v1.8.0
9662024-05-30T03:16:31.296Z Downloaded serde_path_to_error v0.1.16
9672024-05-30T03:16:31.296Z Downloaded strum_macros v0.25.3
9682024-05-30T03:16:31.305Z Downloaded target-spec v3.1.0
9692024-05-30T03:16:31.305Z Downloaded nibble_vec v0.1.0
9702024-05-30T03:16:31.305Z Downloaded memoffset v0.7.1
9712024-05-30T03:16:31.306Z Downloaded libefi-sys v0.1.0
9722024-05-30T03:16:31.306Z Downloaded thread-id v4.2.1
9732024-05-30T03:16:31.306Z Downloaded crc-any v2.5.0
9742024-05-30T03:16:31.317Z Downloaded indoc v2.0.5
9752024-05-30T03:16:31.318Z Downloaded memmap v0.7.0
9762024-05-30T03:16:31.318Z Downloaded derive_builder_macro v0.20.0
9772024-05-30T03:16:31.318Z Downloaded topological-sort v0.2.2
9782024-05-30T03:16:31.318Z Downloaded termtree v0.4.1
9792024-05-30T03:16:31.318Z Downloaded lazy_static v1.4.0
9802024-05-30T03:16:31.331Z Downloaded blake2 v0.10.6
9812024-05-30T03:16:31.331Z Downloaded which v4.4.2
9822024-05-30T03:16:31.331Z Downloaded mockall_derive v0.12.1
9832024-05-30T03:16:31.331Z Downloaded libtest-mimic v0.7.3
9842024-05-30T03:16:31.331Z Downloaded structmeta v0.3.0
9852024-05-30T03:16:31.331Z Downloaded crc32fast v1.4.0
9862024-05-30T03:16:31.331Z Downloaded httptest v0.15.5
9872024-05-30T03:16:31.344Z Downloaded fd-lock v4.0.2
9882024-05-30T03:16:31.344Z Downloaded defmt-macros v0.3.9
9892024-05-30T03:16:31.344Z Downloaded tokio-rustls v0.24.1
9902024-05-30T03:16:31.344Z Downloaded peg-runtime v0.8.3
9912024-05-30T03:16:31.344Z Downloaded num-conv v0.1.0
9922024-05-30T03:16:31.344Z Downloaded usdt-attr-macro v0.3.5
9932024-05-30T03:16:31.344Z Downloaded clang-sys v1.7.0
9942024-05-30T03:16:31.369Z Downloaded const_format v0.2.32
9952024-05-30T03:16:31.369Z Downloaded ron v0.7.1
9962024-05-30T03:16:31.370Z Downloaded backtrace v0.3.71
9972024-05-30T03:16:31.378Z Downloaded strum v0.26.2
9982024-05-30T03:16:31.378Z Downloaded ff v0.13.0
9992024-05-30T03:16:31.378Z Downloaded fastrand v2.1.0
10002024-05-30T03:16:31.378Z Downloaded unicase v2.7.0
10012024-05-30T03:16:31.378Z Downloaded waitgroup v0.1.2
10022024-05-30T03:16:31.378Z Downloaded olpc-cjson v0.1.3
10032024-05-30T03:16:31.378Z Downloaded futures-core v0.3.30
10042024-05-30T03:16:31.378Z Downloaded endian-type v0.1.2
10052024-05-30T03:16:31.378Z Downloaded pem-rfc7468 v0.7.0
10062024-05-30T03:16:31.378Z Downloaded wait-timeout v0.2.0
10072024-05-30T03:16:31.387Z Downloaded vte_generate_state_changes v0.1.1
10082024-05-30T03:16:31.387Z Downloaded ref-cast-impl v1.0.23
10092024-05-30T03:16:31.387Z Downloaded proc-macro-error-attr v1.0.4
10102024-05-30T03:16:31.387Z Downloaded proc-macro-crate v1.3.1
10112024-05-30T03:16:31.387Z Downloaded pem v3.0.4
10122024-05-30T03:16:31.387Z Downloaded foreign-types v0.3.2
10132024-05-30T03:16:31.388Z Downloaded num-derive v0.4.2
10142024-05-30T03:16:31.401Z Downloaded ucd-trie v0.1.6
10152024-05-30T03:16:31.402Z Downloaded cc v1.0.97
10162024-05-30T03:16:31.402Z Downloaded signature v1.6.4
10172024-05-30T03:16:31.402Z Downloaded smawk v0.3.2
10182024-05-30T03:16:31.402Z Downloaded strum_macros v0.24.3
10192024-05-30T03:16:31.414Z Downloaded structmeta-derive v0.3.0
10202024-05-30T03:16:31.415Z Downloaded pin-utils v0.1.0
10212024-05-30T03:16:31.415Z Downloaded once_cell v1.19.0
10222024-05-30T03:16:31.415Z Downloaded num-complex v0.4.6
10232024-05-30T03:16:31.415Z Downloaded indicatif v0.17.8
10242024-05-30T03:16:31.415Z Downloaded defmt v0.3.8
10252024-05-30T03:16:31.425Z Downloaded time-macros v0.2.18
10262024-05-30T03:16:31.425Z Downloaded percent-encoding v2.3.1
10272024-05-30T03:16:31.425Z Downloaded crossbeam-channel v0.5.12
10282024-05-30T03:16:31.425Z Downloaded untrusted v0.9.0
10292024-05-30T03:16:31.425Z Downloaded fallible-iterator v0.2.0
10302024-05-30T03:16:31.425Z Downloaded sct v0.7.1
10312024-05-30T03:16:31.433Z Downloaded proc-macro-error v1.0.4
10322024-05-30T03:16:31.433Z Downloaded foreign-types v0.5.0
10332024-05-30T03:16:31.433Z Downloaded fnv v1.0.7
10342024-05-30T03:16:31.439Z Downloaded float-cmp v0.9.0
10352024-05-30T03:16:31.439Z Downloaded packed_struct_codegen v0.10.1
10362024-05-30T03:16:31.439Z Downloaded packed_struct v0.10.1
10372024-05-30T03:16:31.439Z Downloaded smf v0.2.3
10382024-05-30T03:16:31.439Z Downloaded fatfs v0.3.6
10392024-05-30T03:16:31.447Z Downloaded slog v2.7.0
10402024-05-30T03:16:31.447Z Downloaded ref-cast v1.0.23
10412024-05-30T03:16:31.447Z Downloaded tokio-tungstenite v0.20.1
10422024-05-30T03:16:31.461Z Downloaded doc-comment v0.3.3
10432024-05-30T03:16:31.461Z Downloaded plotters-svg v0.3.5
10442024-05-30T03:16:31.461Z Downloaded diesel_table_macro_syntax v0.1.0
10452024-05-30T03:16:31.461Z Downloaded slog-scope v4.4.0
10462024-05-30T03:16:31.478Z Downloaded slog-json v2.6.1
10472024-05-30T03:16:31.478Z Downloaded slog-dtrace v0.3.0
10482024-05-30T03:16:31.478Z Downloaded untrusted v0.7.1
10492024-05-30T03:16:31.478Z Downloaded slog-envlogger v2.2.0
10502024-05-30T03:16:31.478Z Downloaded vte v0.11.1
10512024-05-30T03:16:31.479Z Downloaded omicron-zone-package v0.11.0
10522024-05-30T03:16:31.479Z Downloaded vsss-rs v3.3.4
10532024-05-30T03:16:31.479Z Downloaded scheduled-thread-pool v0.2.7
10542024-05-30T03:16:31.918Z Downloaded display-error-chain v0.2.0
10552024-05-30T03:16:31.918Z Downloaded walkdir v2.5.0
10562024-05-30T03:16:31.918Z Downloaded tokio-tungstenite v0.21.0
10572024-05-30T03:16:31.919Z Downloaded num_cpus v1.16.0
10582024-05-30T03:16:31.919Z Downloaded strum_macros v0.26.2
10592024-05-30T03:16:31.919Z Downloaded tokio-stream v0.1.15
10602024-05-30T03:16:31.919Z Downloaded pin-project-lite v0.2.14
10612024-05-30T03:16:31.919Z Downloaded tokio-rustls v0.25.0
10622024-05-30T03:16:31.919Z Downloaded parse-size v1.0.0
10632024-05-30T03:16:31.919Z Downloaded dyn-clone v1.0.17
10642024-05-30T03:16:31.919Z Downloaded tiny-keccak v2.0.2
10652024-05-30T03:16:31.919Z Downloaded prettyplease v0.2.20
10662024-05-30T03:16:31.919Z Downloaded smallvec v1.13.2
10672024-05-30T03:16:31.919Z Downloaded hash32 v0.3.1
10682024-05-30T03:16:31.919Z Downloaded hash32 v0.2.1
10692024-05-30T03:16:31.919Z Downloaded dtrace-parser v0.2.0
10702024-05-30T03:16:31.919Z Downloaded num-traits v0.2.19
10712024-05-30T03:16:31.919Z Downloaded usdt-impl v0.5.0
10722024-05-30T03:16:31.920Z Downloaded criterion v0.5.1
10732024-05-30T03:16:31.920Z Downloaded futures-io v0.3.30
10742024-05-30T03:16:31.920Z Downloaded dirs-next v2.0.0
10752024-05-30T03:16:31.920Z Downloaded serde-big-array v0.5.1
10762024-05-30T03:16:31.920Z Downloaded crossterm v0.27.0
10772024-05-30T03:16:31.920Z Downloaded serde-big-array v0.4.1
10782024-05-30T03:16:31.920Z Downloaded dtrace-parser v0.1.14
10792024-05-30T03:16:31.920Z Downloaded usdt-attr-macro v0.5.0
10802024-05-30T03:16:31.920Z Downloaded mio v0.8.11
10812024-05-30T03:16:31.920Z Downloaded http v1.1.0
10822024-05-30T03:16:31.920Z Downloaded structmeta v0.2.0
10832024-05-30T03:16:31.920Z Downloaded phf v0.11.2
10842024-05-30T03:16:31.921Z Downloaded flate2 v1.0.30
10852024-05-30T03:16:31.921Z Downloaded powerfmt v0.2.0
10862024-05-30T03:16:31.921Z Downloaded fxhash v0.2.1
10872024-05-30T03:16:31.921Z Downloaded stability v0.2.0
10882024-05-30T03:16:31.921Z Downloaded foreign-types-shared v0.3.1
10892024-05-30T03:16:31.922Z Downloaded peg v0.8.3
10902024-05-30T03:16:31.922Z Downloaded rcgen v0.12.1
10912024-05-30T03:16:31.922Z Downloaded serde_urlencoded v0.7.1
10922024-05-30T03:16:31.922Z Downloaded serde-hex v0.1.0
10932024-05-30T03:16:31.922Z Downloaded rand_chacha v0.3.1
10942024-05-30T03:16:31.922Z Downloaded predicates v3.1.0
10952024-05-30T03:16:31.922Z Downloaded opaque-debug v0.3.1
10962024-05-30T03:16:31.923Z Downloaded foreign-types-macros v0.2.3
10972024-05-30T03:16:31.923Z Downloaded dof v0.1.5
10982024-05-30T03:16:31.923Z Downloaded whoami v1.5.1
10992024-05-30T03:16:31.923Z Downloaded structmeta-derive v0.2.0
11002024-05-30T03:16:31.923Z Downloaded supports-color v3.0.0
11012024-05-30T03:16:31.924Z Downloaded subtle v2.5.0
11022024-05-30T03:16:31.924Z Downloaded schemars_derive v0.8.20
11032024-05-30T03:16:31.924Z Downloaded rustc_version v0.1.7
11042024-05-30T03:16:31.924Z Downloaded thread_local v1.1.8
11052024-05-30T03:16:31.924Z Downloaded slog-stdlog v4.1.1
11062024-05-30T03:16:31.924Z Downloaded signal-hook-registry v1.4.2
11072024-05-30T03:16:31.925Z Downloaded pkcs8 v0.10.2
11082024-05-30T03:16:31.925Z Downloaded thiserror-no-std v2.0.2
11092024-05-30T03:16:31.925Z Downloaded zerocopy v0.3.2
11102024-05-30T03:16:31.925Z Downloaded data-encoding v2.6.0
11112024-05-30T03:16:31.925Z Downloaded deranged v0.3.11
11122024-05-30T03:16:31.925Z Downloaded getopts v0.2.21
11132024-05-30T03:16:31.926Z Downloaded try-lock v0.2.5
11142024-05-30T03:16:31.926Z Downloaded postgres-types v0.2.6
11152024-05-30T03:16:31.926Z Downloaded filetime v0.2.23
11162024-05-30T03:16:31.926Z Downloaded gethostname v0.4.3
11172024-05-30T03:16:31.926Z Downloaded postgres-protocol v0.6.6
11182024-05-30T03:16:31.926Z Downloaded parking_lot v0.11.2
11192024-05-30T03:16:31.927Z Downloaded generic-array v0.14.7
11202024-05-30T03:16:31.927Z Downloaded usdt-impl v0.3.5
11212024-05-30T03:16:31.927Z Downloaded zerocopy v0.6.6
11222024-05-30T03:16:31.927Z Downloaded tempfile v3.10.1
11232024-05-30T03:16:31.927Z Downloaded escape8259 v0.5.2
11242024-05-30T03:16:31.928Z Downloaded phf_shared v0.10.0
11252024-05-30T03:16:31.928Z Downloaded pathdiff v0.2.1
11262024-05-30T03:16:31.928Z Downloaded debug-ignore v1.0.5
11272024-05-30T03:16:31.928Z Downloaded path-slash v0.1.5
11282024-05-30T03:16:31.928Z Downloaded blake3 v1.5.1
11292024-05-30T03:16:31.928Z Downloaded pest_derive v2.7.10
11302024-05-30T03:16:31.929Z Downloaded rustc-demangle v0.1.24
11312024-05-30T03:16:31.929Z Downloaded parse-display-derive v0.9.0
11322024-05-30T03:16:31.929Z Downloaded sec1 v0.7.3
11332024-05-30T03:16:31.929Z Downloaded parking_lot v0.12.2
11342024-05-30T03:16:31.929Z Downloaded trust-dns-resolver v0.22.0
11352024-05-30T03:16:31.929Z Downloaded tinyvec v1.6.0
11362024-05-30T03:16:31.929Z Downloaded toml v0.7.8
11372024-05-30T03:16:31.930Z Downloaded rand_core v0.6.4
11382024-05-30T03:16:31.930Z Downloaded sigpipe v0.1.3
11392024-05-30T03:16:31.930Z Downloaded erased-serde v0.3.31
11402024-05-30T03:16:31.930Z Downloaded predicates-tree v1.0.9
11412024-05-30T03:16:31.930Z Downloaded ena v0.14.3
11422024-05-30T03:16:31.930Z Downloaded r2d2 v0.8.10
11432024-05-30T03:16:31.930Z Downloaded quick-error v1.2.3
11442024-05-30T03:16:31.930Z Downloaded oso v0.27.3
11452024-05-30T03:16:31.930Z Downloaded smallvec v0.6.14
11462024-05-30T03:16:31.931Z Downloaded termcolor v1.4.1
11472024-05-30T03:16:31.931Z Downloaded spin v0.5.2
11482024-05-30T03:16:31.931Z Downloaded getrandom v0.2.14
11492024-05-30T03:16:31.931Z Downloaded der_derive v0.7.2
11502024-05-30T03:16:31.931Z Downloaded url v2.5.0
11512024-05-30T03:16:31.931Z Downloaded ron v0.8.1
11522024-05-30T03:16:31.932Z Downloaded der v0.7.9
11532024-05-30T03:16:31.932Z Downloaded password-hash v0.5.0
11542024-05-30T03:16:31.943Z Downloaded spin v0.9.8
11552024-05-30T03:16:31.944Z Downloaded snafu-derive v0.8.2
11562024-05-30T03:16:31.944Z Downloaded trybuild v1.0.96
11572024-05-30T03:16:31.944Z Downloaded slog-term v2.9.1
11582024-05-30T03:16:31.945Z Downloaded tower-service v0.3.2
11592024-05-30T03:16:31.945Z Downloaded darling_macro v0.20.9
11602024-05-30T03:16:31.945Z Downloaded poly1305 v0.8.0
11612024-05-30T03:16:31.945Z Downloaded tower-layer v0.3.2
11622024-05-30T03:16:31.946Z Downloaded zeroize_derive v1.4.2
11632024-05-30T03:16:31.946Z Downloaded zeroize v1.7.0
11642024-05-30T03:16:31.946Z Downloaded oso-derive v0.27.3
11652024-05-30T03:16:31.946Z Downloaded rustls-pki-types v1.7.0
11662024-05-30T03:16:31.947Z Downloaded rustls-native-certs v0.7.0
11672024-05-30T03:16:31.947Z Downloaded synstructure v0.12.6
11682024-05-30T03:16:31.947Z Downloaded env_logger v0.9.3
11692024-05-30T03:16:31.948Z Downloaded rayon-core v1.12.1
11702024-05-30T03:16:31.948Z Downloaded strip-ansi-escapes v0.2.0
11712024-05-30T03:16:31.948Z Downloaded string_cache v0.8.7
11722024-05-30T03:16:31.948Z Downloaded num_threads v0.1.7
11732024-05-30T03:16:31.949Z Downloaded usdt-macro v0.5.0
11742024-05-30T03:16:31.949Z Downloaded trust-dns-client v0.22.0
11752024-05-30T03:16:31.949Z Downloaded rsa v0.9.6
11762024-05-30T03:16:31.949Z Downloaded socket2 v0.4.10
11772024-05-30T03:16:31.949Z Downloaded time-core v0.1.2
11782024-05-30T03:16:31.949Z Downloaded pretty-hex v0.4.1
11792024-05-30T03:16:31.950Z Downloaded signature v2.2.0
11802024-05-30T03:16:31.950Z Downloaded pkg-config v0.3.30
11812024-05-30T03:16:31.950Z Downloaded hyper v1.3.1
11822024-05-30T03:16:31.950Z Downloaded plain v0.2.3
11832024-05-30T03:16:31.950Z Downloaded num-integer v0.1.46
11842024-05-30T03:16:31.950Z Downloaded test-strategy v0.3.1
11852024-05-30T03:16:31.950Z Downloaded sha1 v0.10.6
11862024-05-30T03:16:31.951Z Downloaded num_enum v0.5.11
11872024-05-30T03:16:31.951Z Downloaded guppy-workspace-hack v0.1.0
11882024-05-30T03:16:31.951Z Downloaded pretty-hex v0.2.1
11892024-05-30T03:16:31.951Z Downloaded serde_arrays v0.1.0
11902024-05-30T03:16:31.951Z Downloaded psl-types v2.0.11
11912024-05-30T03:16:31.951Z Downloaded tap v1.0.1
11922024-05-30T03:16:31.951Z Downloaded portpicker v0.1.1
11932024-05-30T03:16:31.951Z Downloaded take_mut v0.2.2
11942024-05-30T03:16:31.952Z Downloaded zerocopy-derive v0.7.34
11952024-05-30T03:16:31.952Z Downloaded salty v0.2.0
11962024-05-30T03:16:31.952Z Downloaded phf_shared v0.11.2
11972024-05-30T03:16:31.952Z Downloaded x509-cert v0.2.5
11982024-05-30T03:16:31.952Z Downloaded pkcs1 v0.7.5
11992024-05-30T03:16:31.952Z Downloaded xattr v1.3.1
12002024-05-30T03:16:31.952Z Downloaded derive_builder v0.20.0
12012024-05-30T03:16:31.952Z Downloaded rstest v0.19.0
12022024-05-30T03:16:31.953Z Downloaded platforms v3.4.0
12032024-05-30T03:16:31.953Z Downloaded unicode-bidi v0.3.15
12042024-05-30T03:16:31.953Z Downloaded group v0.13.0
12052024-05-30T03:16:31.953Z Downloaded signal-hook-mio v0.2.3
12062024-05-30T03:16:31.953Z Downloaded globset v0.4.14
12072024-05-30T03:16:31.953Z Downloaded sqlformat v0.2.3
12082024-05-30T03:16:31.953Z Downloaded spki v0.7.3
12092024-05-30T03:16:31.953Z Downloaded typed-path v0.7.1
12102024-05-30T03:16:31.953Z Downloaded unicode-width v0.1.12
12112024-05-30T03:16:31.954Z Downloaded funty v2.0.0
12122024-05-30T03:16:31.954Z Downloaded bitvec v1.0.1
12132024-05-30T03:16:31.954Z Downloaded thiserror-impl-no-std v2.0.2
12142024-05-30T03:16:31.954Z Downloaded static_assertions v1.1.0
12152024-05-30T03:16:31.954Z Downloaded glob v0.3.1
12162024-05-30T03:16:31.954Z Downloaded uzers v0.11.3
12172024-05-30T03:16:31.954Z Downloaded either v1.12.0
12182024-05-30T03:16:31.955Z Downloaded rand v0.8.5
12192024-05-30T03:16:31.955Z Downloaded fragile v2.0.0
12202024-05-30T03:16:31.955Z Downloaded form_urlencoded v1.2.1
12212024-05-30T03:16:31.955Z Downloaded tls_codec_derive v0.4.1
12222024-05-30T03:16:31.955Z Downloaded derive_more v0.99.17
12232024-05-30T03:16:31.955Z Downloaded expectorate v1.1.0
12242024-05-30T03:16:31.955Z Downloaded tokio-native-tls v0.3.1
12252024-05-30T03:16:31.955Z Downloaded utf-8 v0.7.6
12262024-05-30T03:16:31.956Z Downloaded tabled_derive v0.7.0
12272024-05-30T03:16:31.956Z Downloaded shlex v1.3.0
12282024-05-30T03:16:31.956Z Downloaded parking_lot_core v0.9.10
12292024-05-30T03:16:31.956Z Downloaded fixedbitset v0.4.2
12302024-05-30T03:16:31.956Z Downloaded shell-words v1.1.0
12312024-05-30T03:16:31.956Z Downloaded futures-channel v0.3.30
12322024-05-30T03:16:31.956Z Downloaded tar v0.4.40
12332024-05-30T03:16:31.957Z Downloaded zip v0.6.6
12342024-05-30T03:16:31.957Z Downloaded zerocopy v0.7.34
12352024-05-30T03:16:31.957Z Downloaded rstest_macros v0.19.0
12362024-05-30T03:16:31.957Z Downloaded rust-argon2 v2.1.0
12372024-05-30T03:16:31.957Z Downloaded predicates-core v1.0.6
12382024-05-30T03:16:31.957Z Downloaded textwrap v0.16.1
12392024-05-30T03:16:31.957Z Downloaded tracing-attributes v0.1.27
12402024-05-30T03:16:31.958Z Downloaded steno v0.4.0
12412024-05-30T03:16:31.958Z Downloaded num-bigint v0.4.5
12422024-05-30T03:16:31.958Z Downloaded parking_lot_core v0.8.6
12432024-05-30T03:16:31.958Z Downloaded postcard v1.0.8
12442024-05-30T03:16:31.966Z Downloaded sha2 v0.10.8
12452024-05-30T03:16:31.966Z Downloaded futures v0.3.30
12462024-05-30T03:16:31.966Z Downloaded unicode_categories v0.1.1
12472024-05-30T03:16:31.966Z Downloaded tracing v0.1.40
12482024-05-30T03:16:31.966Z Downloaded rustyline v14.0.0
12492024-05-30T03:16:31.967Z Downloaded tower v0.4.13
12502024-05-30T03:16:31.975Z Downloaded lalrpop v0.19.12
12512024-05-30T03:16:31.985Z Downloaded fancy-regex v0.13.0
12522024-05-30T03:16:31.985Z Downloaded unicode-segmentation v1.11.0
12532024-05-30T03:16:31.992Z Downloaded sqlparser v0.45.0
12542024-05-30T03:16:31.992Z Downloaded idna v0.3.0
12552024-05-30T03:16:31.998Z Downloaded pretty_assertions v1.4.0
12562024-05-30T03:16:32.007Z Downloaded num-bigint-dig v0.8.4
12572024-05-30T03:16:32.007Z Downloaded reqwest v0.11.27
12582024-05-30T03:16:32.015Z Downloaded openssl-sys v0.9.102
12592024-05-30T03:16:32.021Z Downloaded nix v0.28.0
12602024-05-30T03:16:32.030Z Downloaded guppy v0.17.5
12612024-05-30T03:16:32.037Z Downloaded regex-automata v0.1.10
12622024-05-30T03:16:32.043Z Downloaded quick-xml v0.31.0
12632024-05-30T03:16:32.053Z Downloaded goblin v0.8.2
12642024-05-30T03:16:32.070Z Downloaded h2 v0.3.26
12652024-05-30T03:16:32.071Z Downloaded bstr v0.2.17
12662024-05-30T03:16:32.078Z Downloaded object v0.32.2
12672024-05-30T03:16:32.085Z Downloaded tabled v0.15.0
12682024-05-30T03:16:32.099Z Downloaded unicode-normalization v0.1.23
12692024-05-30T03:16:32.106Z Downloaded portable-atomic v1.6.0
12702024-05-30T03:16:32.113Z Downloaded bstr v1.9.1
12712024-05-30T03:16:32.120Z Downloaded openssl v0.10.64
12722024-05-30T03:16:32.127Z Downloaded gimli v0.28.1
12732024-05-30T03:16:32.135Z Downloaded curve25519-dalek v4.1.2
12742024-05-30T03:16:32.146Z Downloaded diesel v2.1.6
12752024-05-30T03:16:32.163Z Downloaded rayon v1.10.0
12762024-05-30T03:16:32.173Z Downloaded openapiv3 v2.0.0
12772024-05-30T03:16:32.186Z Downloaded ratatui v0.26.2
12782024-05-30T03:16:32.204Z Downloaded vcpkg v0.2.15
12792024-05-30T03:16:32.247Z Downloaded regex-syntax v0.6.29
12802024-05-30T03:16:32.261Z Downloaded regex v1.10.4
12812024-05-30T03:16:32.294Z Downloaded smoltcp v0.11.0
12822024-05-30T03:16:32.307Z Downloaded regex-syntax v0.8.3
12832024-05-30T03:16:32.307Z Downloaded finl_unicode v1.2.0
12842024-05-30T03:16:32.307Z Downloaded sled v0.34.7
12852024-05-30T03:16:32.330Z Downloaded rustls v0.22.4
12862024-05-30T03:16:32.347Z Downloaded zerocopy-derive v0.2.0
12872024-05-30T03:16:32.348Z Downloaded regex-automata v0.4.6
12882024-05-30T03:16:32.375Z Downloaded rustls v0.21.12
12892024-05-30T03:16:32.395Z Downloaded zerocopy-derive v0.6.6
12902024-05-30T03:16:32.395Z Downloaded radix_trie v0.2.1
12912024-05-30T03:16:32.395Z Downloaded smoltcp v0.9.1
12922024-05-30T03:16:32.817Z Downloaded regress v0.9.1
12932024-05-30T03:16:32.817Z Downloaded petgraph v0.6.5
12942024-05-30T03:16:32.826Z Downloaded csv v1.3.0
12952024-05-30T03:16:32.826Z Downloaded sha3 v0.10.8
12962024-05-30T03:16:32.826Z Downloaded tokio v1.37.0
12972024-05-30T03:16:32.826Z Downloaded encoding_rs v0.8.34
12982024-05-30T03:16:32.826Z Downloaded object v0.30.4
12992024-05-30T03:16:32.826Z Downloaded polar-core v0.27.3
13002024-05-30T03:16:32.826Z Downloaded trust-dns-proto v0.22.0
13012024-05-30T03:16:32.826Z Downloaded rustls-webpki v0.102.4
13022024-05-30T03:16:32.826Z Downloaded webpki-roots v0.25.4
13032024-05-30T03:16:32.827Z Downloaded plotters v0.3.5
13042024-05-30T03:16:32.827Z Downloaded rustls-webpki v0.101.7
13052024-05-30T03:16:32.827Z Downloaded publicsuffix v2.2.3
13062024-05-30T03:16:32.827Z Downloaded futures-util v0.3.30
13072024-05-30T03:16:32.827Z Downloaded proptest v1.4.0
13082024-05-30T03:16:32.827Z Downloaded syn v1.0.109
13092024-05-30T03:16:32.827Z Downloaded uuid v1.8.0
13102024-05-30T03:16:32.827Z Downloaded serde_yaml v0.9.34+deprecated
13112024-05-30T03:16:32.827Z Downloaded winnow v0.5.40
13122024-05-30T03:16:32.827Z Downloaded idna v0.5.0
13132024-05-30T03:16:32.827Z Downloaded time v0.3.36
13142024-05-30T03:16:32.827Z Downloaded serde_with v3.8.1
13152024-05-30T03:16:32.827Z Downloaded pest v2.7.10
13162024-05-30T03:16:32.828Z Downloaded flagset v0.4.5
13172024-05-30T03:16:32.828Z Downloaded darling v0.20.9
13182024-05-30T03:16:32.828Z Downloaded num-rational v0.4.2
13192024-05-30T03:16:32.828Z Downloaded hyper v0.14.28
13202024-05-30T03:16:32.828Z Downloaded chrono v0.4.38
13212024-05-30T03:16:32.828Z Downloaded tokio-macros v2.2.0
13222024-05-30T03:16:32.828Z Downloaded yansi v0.5.1
13232024-05-30T03:16:32.829Z Downloaded partial-io v0.5.4
13242024-05-30T03:16:32.829Z Downloaded term v0.7.0
13252024-05-30T03:16:32.829Z Downloaded half v2.4.1
13262024-05-30T03:16:32.829Z Downloaded snafu v0.8.2
13272024-05-30T03:16:32.829Z Downloaded elliptic-curve v0.13.8
13282024-05-30T03:16:32.829Z Downloaded unicode-linebreak v0.1.5
13292024-05-30T03:16:32.829Z Downloaded typenum v1.17.0
13302024-05-30T03:16:32.829Z Downloaded tracing-core v0.1.32
13312024-05-30T03:16:32.829Z Downloaded version_check v0.9.4
13322024-05-30T03:16:32.830Z Downloaded semver v0.1.20
13332024-05-30T03:16:32.830Z Downloaded secrecy v0.8.0
13342024-05-30T03:16:32.830Z Downloaded derive_builder_core v0.20.0
13352024-05-30T03:16:32.830Z Downloaded num_enum_derive v0.5.11
13362024-05-30T03:16:32.830Z Downloaded csv-core v0.1.11
13372024-05-30T03:16:32.830Z Downloaded toml_edit v0.19.15
13382024-05-30T03:16:32.830Z Downloaded universal-hash v0.5.1
13392024-05-30T03:16:32.831Z Downloaded unicode-xid v0.2.4
13402024-05-30T03:16:32.831Z Downloaded socket2 v0.5.7
13412024-05-30T03:16:32.831Z Downloaded hashbrown v0.13.2
13422024-05-30T03:16:32.831Z Downloaded hashbrown v0.12.3
13432024-05-30T03:16:32.831Z Downloaded openssl-macros v0.1.1
13442024-05-30T03:16:32.831Z Downloaded signal-hook-tokio v0.3.1
13452024-05-30T03:16:32.831Z Downloaded number_prefix v0.4.0
13462024-05-30T03:16:32.831Z Downloaded tokio-util v0.7.11
13472024-05-30T03:16:32.832Z Downloaded zone v0.1.8
13482024-05-30T03:16:32.832Z Downloaded derive-where v1.2.7
13492024-05-30T03:16:32.832Z Downloaded ed25519 v1.5.3
13502024-05-30T03:16:32.832Z Downloaded pin-project v1.1.5
13512024-05-30T03:16:32.832Z Downloaded tungstenite v0.21.0
13522024-05-30T03:16:32.832Z Downloaded tungstenite v0.20.1
13532024-05-30T03:16:32.833Z Downloaded similar v2.5.0
13542024-05-30T03:16:32.833Z Downloaded bzip2-sys v0.1.11+1.0.8
13552024-05-30T03:16:32.833Z Downloaded radium v0.7.0
13562024-05-30T03:16:32.833Z Downloaded ring v0.17.8
13572024-05-30T03:16:32.858Z Downloaded similar-asserts v1.5.0
13582024-05-30T03:16:32.880Z Downloaded openssl-probe v0.1.5
13592024-05-30T03:16:32.880Z Downloaded env_logger v0.10.2
13602024-05-30T03:16:32.880Z Downloaded embedded-io v0.4.0
13612024-05-30T03:16:32.880Z Downloaded subprocess v0.2.9
13622024-05-30T03:16:32.880Z Downloaded rand_seeder v0.2.3
13632024-05-30T03:16:32.880Z Downloaded tabwriter v1.4.0
13642024-05-30T03:16:32.880Z Downloaded rusty-fork v0.3.0
13652024-05-30T03:16:32.880Z Downloaded rustversion v1.0.17
13662024-05-30T03:16:32.880Z Downloaded pest_meta v2.7.10
13672024-05-30T03:16:32.880Z Downloaded datatest-stable v0.2.9
13682024-05-30T03:16:32.885Z Downloaded curve25519-dalek-derive v0.1.1
13692024-05-30T03:16:32.885Z Downloaded unsafe-libyaml v0.2.11
13702024-05-30T03:16:32.885Z Downloaded trust-dns-server v0.22.1
13712024-05-30T03:16:32.885Z Downloaded scopeguard v1.2.0
13722024-05-30T03:16:32.885Z Downloaded yasna v0.5.2
13732024-05-30T03:16:32.885Z Downloaded flume v0.11.0
13742024-05-30T03:16:32.885Z Downloaded threadpool v1.8.1
13752024-05-30T03:16:32.885Z Downloaded ring v0.16.20
13762024-05-30T03:16:32.965Z Downloaded toml v0.5.11
13772024-05-30T03:16:32.968Z Downloaded num-iter v0.1.45
13782024-05-30T03:16:32.968Z Downloaded darling_core v0.20.9
13792024-05-30T03:16:32.973Z Downloaded serde_with_macros v3.8.1
13802024-05-30T03:16:32.976Z Downloaded libxml v0.3.3
13812024-05-30T03:16:32.980Z Downloaded peg-macros v0.8.3
13822024-05-30T03:16:32.983Z Downloaded rustfmt-wrapper v0.2.1
13832024-05-30T03:16:32.983Z Downloaded reedline v0.31.0
13842024-05-30T03:16:32.993Z Downloaded http v0.2.12
13852024-05-30T03:16:33.000Z Downloaded nom v7.1.3
13862024-05-30T03:16:33.014Z Downloaded itertools v0.12.1
13872024-05-30T03:16:33.014Z Downloaded diesel_derives v2.1.4
13882024-05-30T03:16:33.037Z Downloaded stringprep v0.1.4
13892024-05-30T03:16:33.037Z Downloaded rustc-hash v1.1.0
13902024-05-30T03:16:33.037Z Downloaded tough v0.17.1
13912024-05-30T03:16:33.037Z Downloaded dof v0.3.0
13922024-05-30T03:16:33.037Z Downloaded wyz v0.5.1
13932024-05-30T03:16:33.037Z Downloaded termios v0.3.3
13942024-05-30T03:16:33.037Z Downloaded diff v0.1.13
13952024-05-30T03:16:33.037Z Downloaded schemars v0.8.20
13962024-05-30T03:16:33.048Z Downloaded samael v0.0.15
13972024-05-30T03:16:33.048Z Downloaded ppv-lite86 v0.2.17
13982024-05-30T03:16:33.048Z Downloaded serde_tokenstream v0.2.0
13992024-05-30T03:16:33.052Z Downloaded serde_tokenstream v0.1.7
14002024-05-30T03:16:33.052Z Downloaded serde_repr v0.1.19
14012024-05-30T03:16:33.052Z Downloaded rpassword v7.3.1
14022024-05-30T03:16:33.052Z Downloaded enum-as-inner v0.5.1
14032024-05-30T03:16:33.052Z Downloaded pest_generator v2.7.10
14042024-05-30T03:16:33.062Z Downloaded papergrid v0.11.0
14052024-05-30T03:16:33.087Z Downloaded resolv-conf v0.7.0
14062024-05-30T03:16:33.087Z Downloaded minimal-lexical v0.2.1
14072024-05-30T03:16:33.088Z Downloaded plotters-backend v0.3.5
14082024-05-30T03:16:33.088Z Downloaded paste v1.0.15
14092024-05-30T03:16:33.088Z Downloaded parse-display v0.9.0
14102024-05-30T03:16:33.088Z Downloaded oorandom v11.1.3
14112024-05-30T03:16:33.088Z Downloaded futures-timer v3.0.3
14122024-05-30T03:16:33.092Z Downloaded futures-task v0.3.30
14132024-05-30T03:16:33.092Z Downloaded futures-sink v0.3.30
14142024-05-30T03:16:33.092Z Downloaded futures-macro v0.3.30
14152024-05-30T03:16:33.092Z Downloaded futures-executor v0.3.30
14162024-05-30T03:16:33.092Z Downloaded usdt-macro v0.3.5
14172024-05-30T03:16:33.092Z Downloaded headers v0.3.9
14182024-05-30T03:16:33.092Z Downloaded dirs-sys-next v0.1.2
14192024-05-30T03:16:33.092Z Downloaded digest v0.10.7
14202024-05-30T03:16:33.092Z Downloaded usdt v0.5.0
14212024-05-30T03:16:33.092Z Downloaded precomputed-hash v0.1.1
14222024-05-30T03:16:33.093Z Downloaded foreign-types-shared v0.1.1
14232024-05-30T03:16:33.093Z Downloaded downcast v0.11.0
14242024-05-30T03:16:33.093Z Downloaded want v0.3.1
14252024-05-30T03:16:33.093Z Downloaded tinyvec_macros v0.1.1
14262024-05-30T03:16:33.093Z Downloaded difflib v0.4.0
14272024-05-30T03:16:33.093Z Downloaded unarray v0.1.4
14282024-05-30T03:16:33.093Z Downloaded defmt-parser v0.3.4
14292024-05-30T03:16:33.093Z Downloaded tinytemplate v1.2.1
14302024-05-30T03:16:33.093Z Downloaded target-lexicon v0.12.14
14312024-05-30T03:16:33.093Z Downloaded sqlparser_derive v0.2.2
14322024-05-30T03:16:33.097Z Downloaded usdt v0.3.5
14332024-05-30T03:16:33.097Z Downloaded tui-tree-widget v0.19.0
14342024-05-30T03:16:33.097Z Downloaded tokio-postgres v0.7.10
14352024-05-30T03:16:33.101Z Downloaded tls_codec v0.4.1
14362024-05-30T03:16:33.101Z Downloaded pin-project-internal v1.1.5
14372024-05-30T03:16:33.101Z Downloaded owo-colors v4.0.0
14382024-05-30T03:16:33.107Z Downloaded signal-hook v0.3.17
14392024-05-30T03:16:33.108Z Downloaded serde_derive_internals v0.29.1
14402024-05-30T03:16:33.112Z Downloaded crypto-bigint v0.5.5
14412024-05-30T03:16:33.116Z Downloaded base64 v0.21.7
14422024-05-30T03:16:33.119Z Downloaded nu-ansi-term v0.50.0
14432024-05-30T03:16:33.119Z Downloaded base64 v0.22.1
14442024-05-30T03:16:33.126Z Downloaded scroll v0.12.0
14452024-05-30T03:16:33.147Z Downloaded rustls-pemfile v2.1.2
14462024-05-30T03:16:33.148Z Downloaded indexmap v1.9.3
14472024-05-30T03:16:33.148Z Downloaded const-oid v0.9.6
14482024-05-30T03:16:33.160Z Downloaded lalrpop-util v0.19.12
14492024-05-30T03:16:33.160Z Downloaded kstat-rs v0.2.3
14502024-05-30T03:16:33.160Z Downloaded hyper-rustls v0.26.0
14512024-05-30T03:16:33.160Z Downloaded slog-async v2.8.0
14522024-05-30T03:16:33.160Z Downloaded siphasher v0.3.11
14532024-05-30T03:16:33.160Z Downloaded stable_deref_trait v1.2.0
14542024-05-30T03:16:33.161Z Downloaded slog-bunyan v2.5.0
14552024-05-30T03:16:33.161Z Downloaded slab v0.4.9
14562024-05-30T03:16:33.161Z Downloaded lazycell v1.3.0
14572024-05-30T03:16:33.161Z Downloaded hyper-rustls v0.24.2
14582024-05-30T03:16:33.161Z Downloaded same-file v1.0.6
14592024-05-30T03:16:33.161Z Downloaded managed v0.8.0
14602024-05-30T03:16:33.161Z Downloaded linked-hash-map v0.5.6
14612024-05-30T03:16:33.161Z Downloaded crossbeam-utils v0.8.19
14622024-05-30T03:16:33.161Z Downloaded bytes v1.6.0
14632024-05-30T03:16:33.161Z Downloaded backoff v0.4.0
14642024-05-30T03:16:33.161Z Downloaded inout v0.1.3
14652024-05-30T03:16:33.161Z Downloaded hubpack v0.1.2
14662024-05-30T03:16:33.161Z Downloaded http-body v0.4.6
14672024-05-30T03:16:33.175Z Downloaded rtoolbox v0.0.2
14682024-05-30T03:16:33.175Z Downloaded relative-path v1.9.3
14692024-05-30T03:16:33.175Z Downloaded normalize-line-endings v0.3.0
14702024-05-30T03:16:33.176Z Downloaded nodrop v0.1.14
14712024-05-30T03:16:33.176Z Downloaded nanorand v0.7.0
14722024-05-30T03:16:33.176Z Downloaded multer v3.1.0
14732024-05-30T03:16:33.176Z Downloaded libsw v3.3.1
14742024-05-30T03:16:33.177Z Downloaded compact_str v0.7.1
14752024-05-30T03:16:33.183Z Downloaded arrayvec v0.7.4
14762024-05-30T03:16:33.183Z Downloaded nested v0.1.1
14772024-05-30T03:16:33.183Z Downloaded maybe-uninit v2.0.0
14782024-05-30T03:16:33.183Z Downloaded cookie_store v0.20.0
14792024-05-30T03:16:33.183Z Downloaded cookie v0.17.0
14802024-05-30T03:16:33.184Z Downloaded cfg-expr v0.15.8
14812024-05-30T03:16:33.184Z Downloaded base64 v0.13.1
14822024-05-30T03:16:33.184Z Downloaded ciborium-ll v0.2.2
14832024-05-30T03:16:33.184Z Downloaded cexpr v0.6.0
14842024-05-30T03:16:33.192Z Downloaded libloading v0.8.3
14852024-05-30T03:16:33.192Z Downloaded instant v0.1.12
14862024-05-30T03:16:33.193Z Downloaded ident_case v1.0.1
14872024-05-30T03:16:33.193Z Downloaded http-body v1.0.0
14882024-05-30T03:16:33.193Z Downloaded indoc v1.0.9
14892024-05-30T03:16:33.218Z Downloaded hyper-staticfile v0.9.5
14902024-05-30T03:16:33.219Z Downloaded httpdate v1.0.3
14912024-05-30T03:16:33.219Z Downloaded constant_time_eq v0.3.0
14922024-05-30T03:16:33.219Z Downloaded cobs v0.2.3
14932024-05-30T03:16:33.219Z Downloaded atomic-waker v1.1.2
14942024-05-30T03:16:33.219Z Downloaded lru-cache v0.1.2
14952024-05-30T03:16:33.220Z Downloaded hyper-util v0.1.3
14962024-05-30T03:16:33.236Z Downloaded convert_case v0.4.0
14972024-05-30T03:16:33.236Z Downloaded console v0.15.8
14982024-05-30T03:16:33.236Z Downloaded byteorder v1.5.0
14992024-05-30T03:16:33.236Z Downloaded ciborium v0.2.2
15002024-05-30T03:16:33.236Z Downloaded bzip2 v0.4.4
15012024-05-30T03:16:33.236Z Downloaded bitflags v1.3.2
15022024-05-30T03:16:33.236Z Downloaded bcs v0.1.6
15032024-05-30T03:16:33.237Z Downloaded camino-tempfile v1.1.1
15042024-05-30T03:16:33.237Z Downloaded block-buffer v0.10.4
15052024-05-30T03:16:33.237Z Downloaded linear-map v1.2.0
15062024-05-30T03:16:33.237Z Downloaded is-terminal v0.4.12
15072024-05-30T03:16:33.237Z Downloaded ipnet v2.9.0
15082024-05-30T03:16:33.237Z Downloaded hostname v0.3.1
15092024-05-30T03:16:33.238Z Downloaded heapless v0.7.17
15102024-05-30T03:16:33.238Z Downloaded bytecount v0.6.8
15112024-05-30T03:16:33.238Z Downloaded chacha20 v0.9.1
15122024-05-30T03:16:33.238Z Downloaded cfg_aliases v0.1.1
15132024-05-30T03:16:33.238Z Downloaded bit-vec v0.6.3
15142024-05-30T03:16:33.252Z Downloaded hyper-tls v0.5.0
15152024-05-30T03:16:33.252Z Downloaded iana-time-zone v0.1.60
15162024-05-30T03:16:33.252Z Downloaded hubpack_derive v0.1.1
15172024-05-30T03:16:33.252Z Downloaded headers-core v0.2.0
15182024-05-30T03:16:33.252Z Downloaded crypto-common v0.1.6
15192024-05-30T03:16:33.252Z Downloaded bitstruct v0.1.1
15202024-05-30T03:16:33.821Z Compiling libc v0.2.155
15212024-05-30T03:16:33.821Z Compiling serde v1.0.202
15222024-05-30T03:16:33.824Z Compiling version_check v0.9.4
15232024-05-30T03:16:33.824Z Checking cfg-if v1.0.0
15242024-05-30T03:16:33.824Z Compiling lock_api v0.4.12
15252024-05-30T03:16:33.874Z Compiling parking_lot_core v0.9.10
15262024-05-30T03:16:33.917Z Compiling syn v2.0.64
15272024-05-30T03:16:33.969Z Compiling libm v0.2.8
15282024-05-30T03:16:34.008Z Compiling cc v1.0.97
15292024-05-30T03:16:34.297Z Compiling num-traits v0.2.19
15302024-05-30T03:16:34.335Z Compiling once_cell v1.19.0
15312024-05-30T03:16:34.381Z Compiling serde_json v1.0.117
15322024-05-30T03:16:34.404Z Compiling memchr v2.7.2
15332024-05-30T03:16:34.623Z Compiling ahash v0.8.11
15342024-05-30T03:16:34.737Z Compiling byteorder v1.5.0
15352024-05-30T03:16:34.771Z Compiling syn v1.0.109
15362024-05-30T03:16:35.588Z Compiling log v0.4.21
15372024-05-30T03:16:35.781Z Compiling slab v0.4.9
15382024-05-30T03:16:35.910Z Compiling getrandom v0.2.14
15392024-05-30T03:16:36.260Z Compiling typenum v1.17.0
15402024-05-30T03:16:36.316Z Checking itoa v1.0.11
15412024-05-30T03:16:36.338Z Compiling generic-array v0.14.7
15422024-05-30T03:16:36.463Z Checking scopeguard v1.2.0
15432024-05-30T03:16:36.519Z Checking smallvec v1.13.2
15442024-05-30T03:16:36.705Z Compiling allocator-api2 v0.2.18
15452024-05-30T03:16:36.798Z Compiling pkg-config v0.3.30
15462024-05-30T03:16:36.921Z Compiling schemars v0.8.20
15472024-05-30T03:16:37.090Z Compiling rustix v0.38.34
15482024-05-30T03:16:37.563Z Compiling httparse v1.8.0
15492024-05-30T03:16:37.928Z Checking parking_lot v0.12.2
15502024-05-30T03:16:37.958Z Compiling ring v0.17.8
15512024-05-30T03:16:38.052Z Compiling time-core v0.1.2
15522024-05-30T03:16:38.066Z Compiling num-conv v0.1.0
15532024-05-30T03:16:38.217Z Checking pin-project-lite v0.2.14
15542024-05-30T03:16:38.255Z Compiling fnv v1.0.7
15552024-05-30T03:16:38.330Z Compiling vcpkg v0.2.15
15562024-05-30T03:16:38.361Z Compiling time-macros v0.2.18
15572024-05-30T03:16:38.402Z Checking signal-hook-registry v1.4.2
15582024-05-30T03:16:38.459Z Compiling heck v0.4.1
15592024-05-30T03:16:38.619Z Checking mio v0.8.11
15602024-05-30T03:16:38.942Z Compiling aho-corasick v1.1.3
15612024-05-30T03:16:40.538Z Compiling openssl-sys v0.9.102
15622024-05-30T03:16:40.598Z Compiling regex-syntax v0.8.3
15632024-05-30T03:16:41.046Z Checking ryu v1.0.18
15642024-05-30T03:16:41.435Z Compiling serde_derive_internals v0.29.1
15652024-05-30T03:16:42.139Z Checking num_cpus v1.16.0
15662024-05-30T03:16:42.199Z Checking rand_core v0.6.4
15672024-05-30T03:16:43.160Z Compiling openssl v0.10.64
15682024-05-30T03:16:43.508Z Checking futures-core v0.3.30
15692024-05-30T03:16:43.557Z Compiling regex-automata v0.4.6
15702024-05-30T03:16:44.116Z Checking socket2 v0.5.7
15712024-05-30T03:16:44.415Z Compiling ucd-trie v0.1.6
15722024-05-30T03:16:44.557Z Compiling rustversion v1.0.17
15732024-05-30T03:16:44.590Z Compiling slog v2.7.0
15742024-05-30T03:16:45.056Z Compiling crossbeam-utils v0.8.19
15752024-05-30T03:16:45.143Z Compiling native-tls v0.2.11
15762024-05-30T03:16:45.481Z Compiling rustls v0.21.12
15772024-05-30T03:16:45.711Z Compiling iana-time-zone v0.1.60
15782024-05-30T03:16:45.763Z Compiling cookie v0.17.0
15792024-05-30T03:16:46.126Z Compiling backtrace v0.3.71
15802024-05-30T03:16:46.314Z Compiling dyn-clone v1.0.17
15812024-05-30T03:16:46.532Z Compiling anyhow v1.0.83
15822024-05-30T03:16:46.776Z Checking futures-sink v0.3.30
15832024-05-30T03:16:47.578Z Compiling tinyvec_macros v0.1.1
15842024-05-30T03:16:47.598Z Compiling tinyvec v1.6.0
15852024-05-30T03:16:47.598Z Compiling thread-id v4.2.1
15862024-05-30T03:16:47.598Z Checking pin-utils v0.1.0
15872024-05-30T03:16:47.599Z Checking futures-channel v0.3.30
15882024-05-30T03:16:47.903Z Compiling errno v0.3.9
15892024-05-30T03:16:48.414Z Compiling either v1.12.0
15902024-05-30T03:16:48.414Z Compiling unicode-bidi v0.3.15
15912024-05-30T03:16:48.414Z Checking futures-io v0.3.30
15922024-05-30T03:16:48.947Z Checking futures-task v0.3.30
15932024-05-30T03:16:48.969Z Compiling serde_derive v1.0.202
15942024-05-30T03:16:48.970Z Compiling zerocopy-derive v0.7.34
15952024-05-30T03:16:48.970Z Compiling thiserror-impl v1.0.60
15962024-05-30T03:16:48.970Z Compiling zeroize_derive v1.4.2
15972024-05-30T03:16:48.970Z Compiling tokio-macros v2.2.0
15982024-05-30T03:16:49.750Z Compiling futures-macro v0.3.30
15992024-05-30T03:16:49.982Z Compiling tracing-attributes v0.1.27
16002024-05-30T03:16:50.392Z Compiling schemars_derive v0.8.20
16012024-05-30T03:16:50.685Z Compiling regex v1.10.4
16022024-05-30T03:16:50.912Z Compiling zerocopy v0.7.34
16032024-05-30T03:16:51.806Z Compiling openssl-macros v0.1.1
16042024-05-30T03:16:52.350Z Checking zeroize v1.7.0
16052024-05-30T03:16:52.365Z Compiling thiserror v1.0.60
16062024-05-30T03:16:52.365Z Compiling pest v2.7.10
16072024-05-30T03:16:52.365Z Compiling async-trait v0.1.80
16082024-05-30T03:16:53.149Z Compiling hashbrown v0.14.5
16092024-05-30T03:16:55.670Z Compiling scroll_derive v0.12.0
16102024-05-30T03:16:55.670Z Compiling unicode-normalization v0.1.23
16112024-05-30T03:16:55.670Z Compiling der_derive v0.7.2
16122024-05-30T03:16:55.670Z Compiling pest_meta v2.7.10
16132024-05-30T03:16:55.671Z Checking futures-util v0.3.30
16142024-05-30T03:16:55.671Z Compiling unicode-width v0.1.12
16152024-05-30T03:16:55.702Z Compiling scroll v0.12.0
16162024-05-30T03:16:56.069Z Compiling spin v0.9.8
16172024-05-30T03:16:56.415Z Compiling usdt-impl v0.5.0
16182024-05-30T03:16:56.457Z Compiling pest_generator v2.7.10
16192024-05-30T03:16:56.571Z Compiling winnow v0.5.40
16202024-05-30T03:16:56.696Z Compiling plain v0.2.3
16212024-05-30T03:16:56.841Z Compiling crc32fast v1.4.0
16222024-05-30T03:16:57.224Z Compiling goblin v0.8.2
16232024-05-30T03:16:58.784Z Compiling pretty-hex v0.4.1
16242024-05-30T03:17:00.138Z Checking subtle v2.5.0
16252024-05-30T03:17:00.196Z Compiling percent-encoding v2.3.1
16262024-05-30T03:17:00.675Z Compiling const-oid v0.9.6
16272024-05-30T03:17:01.201Z Compiling pest_derive v2.7.10
16282024-05-30T03:17:01.537Z Compiling dtrace-parser v0.2.0
16292024-05-30T03:17:02.112Z Compiling tracing-core v0.1.32
16302024-05-30T03:17:02.257Z Compiling untrusted v0.9.0
16312024-05-30T03:17:02.354Z Checking bytes v1.6.0
16322024-05-30T03:17:02.459Z Checking bitflags v2.5.0
16332024-05-30T03:17:03.265Z Compiling indexmap v2.2.6
16342024-05-30T03:17:03.787Z Compiling semver v1.0.23
16352024-05-30T03:17:03.798Z Compiling serde_tokenstream v0.2.0
16362024-05-30T03:17:04.123Z Checking tokio v1.37.0
16372024-05-30T03:17:04.469Z Compiling chrono v0.4.38
16382024-05-30T03:17:04.723Z Compiling uuid v1.8.0
16392024-05-30T03:17:04.747Z Compiling http v0.2.12
16402024-05-30T03:17:04.853Z Compiling toml_datetime v0.6.6
16412024-05-30T03:17:05.381Z Compiling serde_spanned v0.6.6
16422024-05-30T03:17:06.213Z Compiling rustc_version v0.4.0
16432024-05-30T03:17:06.649Z Compiling toml_edit v0.19.15
16442024-05-30T03:17:07.393Z Compiling openapiv3 v2.0.0
16452024-05-30T03:17:07.975Z Compiling dof v0.3.0
16462024-05-30T03:17:08.456Z Compiling tracing v0.1.40
16472024-05-30T03:17:09.484Z Compiling clap_derive v4.5.4
16482024-05-30T03:17:10.350Z Compiling powerfmt v0.2.0
16492024-05-30T03:17:10.665Z Compiling foreign-types-shared v0.1.1
16502024-05-30T03:17:10.745Z Compiling spin v0.5.2
16512024-05-30T03:17:10.777Z Compiling signal-hook v0.3.17
16522024-05-30T03:17:10.993Z Compiling foreign-types v0.3.2
16532024-05-30T03:17:11.067Z Compiling usdt-macro v0.5.0
16542024-05-30T03:17:11.086Z Compiling usdt-attr-macro v0.5.0
16552024-05-30T03:17:11.108Z Compiling deranged v0.3.11
16562024-05-30T03:17:11.836Z Compiling form_urlencoded v1.2.1
16572024-05-30T03:17:12.145Z Compiling crypto-common v0.1.6
16582024-05-30T03:17:12.398Z Compiling zerocopy-derive v0.6.6
16592024-05-30T03:17:12.757Z Compiling base64 v0.21.7
16602024-05-30T03:17:13.132Z Compiling num_threads v0.1.7
16612024-05-30T03:17:13.185Z Compiling siphasher v0.3.11
16622024-05-30T03:17:13.274Z Compiling try-lock v0.2.5
16632024-05-30T03:17:13.404Z Compiling tokio-util v0.7.11
16642024-05-30T03:17:13.501Z Compiling want v0.3.1
16652024-05-30T03:17:13.572Z Compiling time v0.3.36
16662024-05-30T03:17:13.910Z Compiling http-body v0.4.6
16672024-05-30T03:17:14.357Z Compiling h2 v0.3.26
16682024-05-30T03:17:14.646Z Compiling sct v0.7.1
16692024-05-30T03:17:14.684Z Compiling rustls-webpki v0.101.7
16702024-05-30T03:17:14.806Z Compiling block-buffer v0.10.4
16712024-05-30T03:17:14.945Z Compiling idna v0.5.0
16722024-05-30T03:17:15.074Z Compiling httpdate v1.0.3
16732024-05-30T03:17:15.556Z Compiling openssl-probe v0.1.5
16742024-05-30T03:17:15.662Z Compiling tower-service v0.3.2
16752024-05-30T03:17:15.901Z Compiling url v2.5.0
16762024-05-30T03:17:16.630Z Compiling digest v0.10.7
16772024-05-30T03:17:16.753Z Compiling heapless v0.7.17
16782024-05-30T03:17:17.158Z Compiling idna v0.3.0
16792024-05-30T03:17:17.915Z Compiling ppv-lite86 v0.2.17
16802024-05-30T03:17:18.679Z Compiling psl-types v2.0.11
16812024-05-30T03:17:18.777Z Compiling rand_chacha v0.3.1
16822024-05-30T03:17:18.869Z Compiling publicsuffix v2.2.3
16832024-05-30T03:17:18.935Z Compiling crossbeam-epoch v0.9.18
16842024-05-30T03:17:19.193Z Compiling ipnet v2.9.0
16852024-05-30T03:17:19.699Z Compiling tokio-rustls v0.24.1
16862024-05-30T03:17:20.304Z Compiling adler v1.0.2
16872024-05-30T03:17:20.463Z Compiling tokio-native-tls v0.3.1
16882024-05-30T03:17:20.553Z Compiling bit-vec v0.6.3
16892024-05-30T03:17:21.025Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16902024-05-30T03:17:21.025Z Compiling miniz_oxide v0.7.2
16912024-05-30T03:17:21.025Z Compiling cookie_store v0.20.0
16922024-05-30T03:17:21.141Z Compiling rand v0.8.5
16932024-05-30T03:17:21.529Z Compiling hyper v0.14.28
16942024-05-30T03:17:22.318Z Compiling phf_shared v0.10.0
16952024-05-30T03:17:22.451Z Compiling rustls-pemfile v1.0.4
16962024-05-30T03:17:22.700Z Compiling serde_urlencoded v0.7.1
16972024-05-30T03:17:22.840Z Compiling lazy_static v1.4.0
16982024-05-30T03:17:22.916Z Compiling encoding_rs v0.8.34
16992024-05-30T03:17:22.964Z Compiling sync_wrapper v0.1.2
17002024-05-30T03:17:22.964Z Checking equivalent v1.0.1
17012024-05-30T03:17:23.000Z Compiling minimal-lexical v0.2.1
17022024-05-30T03:17:23.011Z Compiling precomputed-hash v0.1.1
17032024-05-30T03:17:23.113Z Compiling fixedbitset v0.4.2
17042024-05-30T03:17:23.535Z Compiling base64ct v1.6.0
17052024-05-30T03:17:23.544Z Compiling smoltcp v0.9.1
17062024-05-30T03:17:23.544Z Compiling new_debug_unreachable v1.0.6
17072024-05-30T03:17:23.582Z Compiling mime v0.3.17
17082024-05-30T03:17:23.717Z Compiling webpki-roots v0.25.4
17092024-05-30T03:17:23.878Z Compiling gimli v0.28.1
17102024-05-30T03:17:24.131Z Compiling pem-rfc7468 v0.7.0
17112024-05-30T03:17:24.212Z Compiling string_cache v0.8.7
17122024-05-30T03:17:24.675Z Compiling petgraph v0.6.5
17132024-05-30T03:17:24.918Z Compiling nom v7.1.3
17142024-05-30T03:17:25.123Z Compiling bit-set v0.5.3
17152024-05-30T03:17:25.383Z Compiling hmac v0.12.1
17162024-05-30T03:17:25.433Z Compiling hubpack_derive v0.1.1
17172024-05-30T03:17:25.647Z Compiling enum-as-inner v0.5.1
17182024-05-30T03:17:26.340Z Compiling itertools v0.10.5
17192024-05-30T03:17:26.391Z Compiling diesel_table_macro_syntax v0.1.0
17202024-05-30T03:17:26.744Z Compiling object v0.32.2
17212024-05-30T03:17:26.785Z Compiling unicode-segmentation v1.11.0
17222024-05-30T03:17:27.450Z Compiling rustc-demangle v0.1.24
17232024-05-30T03:17:27.595Z Compiling lalrpop-util v0.19.12
17242024-05-30T03:17:27.946Z Compiling flagset v0.4.5
17252024-05-30T03:17:28.158Z Compiling hyper-tls v0.5.0
17262024-05-30T03:17:28.440Z Compiling hyper-rustls v0.24.2
17272024-05-30T03:17:28.501Z Compiling addr2line v0.21.0
17282024-05-30T03:17:28.514Z Compiling der v0.7.9
17292024-05-30T03:17:28.634Z Compiling toml_edit v0.22.13
17302024-05-30T03:17:28.787Z Compiling reqwest v0.11.27
17312024-05-30T03:17:28.808Z Compiling diesel_derives v2.1.4
17322024-05-30T03:17:29.120Z Compiling futures-executor v0.3.30
17332024-05-30T03:17:29.958Z Compiling itertools v0.12.1
17342024-05-30T03:17:30.006Z Compiling cpufeatures v0.2.12
17352024-05-30T03:17:30.130Z Compiling finl_unicode v1.2.0
17362024-05-30T03:17:30.728Z Compiling stringprep v0.1.4
17372024-05-30T03:17:31.652Z Compiling spki v0.7.3
17382024-05-30T03:17:32.078Z Compiling sha2 v0.10.8
17392024-05-30T03:17:32.078Z Compiling flate2 v1.0.30
17402024-05-30T03:17:32.078Z Compiling futures v0.3.30
17412024-05-30T03:17:32.300Z Compiling md-5 v0.10.6
17422024-05-30T03:17:32.558Z Compiling toml v0.7.8
17432024-05-30T03:17:32.927Z Compiling hex v0.4.3
17442024-05-30T03:17:33.109Z Compiling strum_macros v0.25.3
17452024-05-30T03:17:33.997Z Compiling serde_repr v0.1.19
17462024-05-30T03:17:35.233Z Compiling num-integer v0.1.46
17472024-05-30T03:17:35.444Z Compiling hash32 v0.2.1
17482024-05-30T03:17:35.858Z Compiling fs-err v2.11.0
17492024-05-30T03:17:36.100Z Compiling fallible-iterator v0.2.0
17502024-05-30T03:17:36.794Z Compiling stable_deref_trait v1.2.0
17512024-05-30T03:17:36.886Z Compiling postgres-protocol v0.6.6
17522024-05-30T03:17:37.326Z Compiling pkcs8 v0.10.2
17532024-05-30T03:17:37.358Z Compiling phf_shared v0.11.2
17542024-05-30T03:17:37.504Z Compiling terminal_size v0.3.0
17552024-05-30T03:17:37.716Z Compiling ff v0.13.0
17562024-05-30T03:17:37.761Z Compiling block-padding v0.3.3
17572024-05-30T03:17:37.898Z Compiling scheduled-thread-pool v0.2.7
17582024-05-30T03:17:37.988Z Compiling matches v0.1.10
17592024-05-30T03:17:38.037Z Compiling bitflags v1.3.2
17602024-05-30T03:17:38.087Z Compiling peg-runtime v0.8.3
17612024-05-30T03:17:38.149Z Compiling managed v0.8.0
17622024-05-30T03:17:38.488Z Compiling base16ct v0.2.0
17632024-05-30T03:17:38.532Z Compiling clap_builder v4.5.2
17642024-05-30T03:17:38.768Z Compiling sec1 v0.7.3
17652024-05-30T03:17:38.795Z Compiling r2d2 v0.8.10
17662024-05-30T03:17:38.964Z Compiling idna v0.2.3
17672024-05-30T03:17:39.143Z Compiling inout v0.1.3
17682024-05-30T03:17:39.372Z Compiling group v0.13.0
17692024-05-30T03:17:39.442Z Compiling signal-hook-mio v0.2.3
17702024-05-30T03:17:39.596Z Compiling postgres-types v0.2.6
17712024-05-30T03:17:39.693Z Compiling phf v0.11.2
17722024-05-30T03:17:40.751Z Compiling num-bigint v0.4.5
17732024-05-30T03:17:41.264Z Compiling hubpack v0.1.2
17742024-05-30T03:17:41.305Z Compiling hkdf v0.12.4
17752024-05-30T03:17:41.554Z Compiling zerocopy v0.6.6
17762024-05-30T03:17:41.752Z Compiling ipnetwork v0.20.0
17772024-05-30T03:17:41.797Z Compiling crypto-bigint v0.5.5
17782024-05-30T03:17:42.352Z Compiling float-cmp v0.9.0
17792024-05-30T03:17:42.574Z Compiling memmap v0.7.0
17802024-05-30T03:17:42.679Z Compiling difflib v0.4.0
17812024-05-30T03:17:42.775Z Compiling predicates-core v1.0.6
17822024-05-30T03:17:42.934Z Checking unicode-ident v1.0.12
17832024-05-30T03:17:43.110Z Compiling data-encoding v2.6.0
17842024-05-30T03:17:43.135Z Compiling whoami v1.5.1
17852024-05-30T03:17:43.811Z Compiling normalize-line-endings v0.3.0
17862024-05-30T03:17:44.162Z Compiling static_assertions v1.1.0
17872024-05-30T03:17:44.261Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17882024-05-30T03:17:44.356Z Compiling predicates v3.1.0
17892024-05-30T03:17:44.709Z Compiling yasna v0.5.2
17902024-05-30T03:17:45.290Z Compiling diesel v2.1.6
17912024-05-30T03:17:45.614Z Compiling elliptic-curve v0.13.8
17922024-05-30T03:17:46.174Z Compiling trust-dns-proto v0.22.0
17932024-05-30T03:17:46.482Z Compiling tokio-postgres v0.7.10
17942024-05-30T03:17:46.745Z Compiling usdt v0.5.0
17952024-05-30T03:17:47.296Z Compiling clap v4.5.4
17962024-05-30T03:17:47.425Z Compiling crossterm v0.27.0
17972024-05-30T03:17:48.030Z Compiling cipher v0.4.4
17982024-05-30T03:17:48.580Z Compiling num-iter v0.1.45
17992024-05-30T03:17:48.773Z Compiling similar v2.5.0
18002024-05-30T03:17:49.444Z Compiling console v0.15.8
18012024-05-30T03:17:50.218Z Compiling tokio-stream v0.1.15
18022024-05-30T03:17:51.196Z Compiling bstr v1.9.1
18032024-05-30T03:17:51.623Z Checking proc-macro2 v1.0.82
18042024-05-30T03:17:52.274Z Checking quote v1.0.36
18052024-05-30T03:17:57.246Z Checking utf8parse v0.2.1
18062024-05-30T03:18:01.565Z Checking anstyle v1.0.7
18072024-05-30T03:18:02.797Z Checking anstyle-parse v0.2.4
18082024-05-30T03:18:02.972Z Checking is_terminal_polyfill v1.70.0
18092024-05-30T03:18:03.087Z Checking colorchoice v1.0.1
18102024-05-30T03:18:03.197Z Checking anstyle-query v1.0.3
18112024-05-30T03:18:03.324Z Checking anstream v0.6.14
18122024-05-30T03:18:03.469Z Checking clap_lex v0.7.0
18132024-05-30T03:18:03.696Z Checking strsim v0.11.1
18142024-05-30T03:18:07.143Z Checking winnow v0.6.8
18152024-05-30T03:18:16.934Z Compiling regress v0.9.1
18162024-05-30T03:18:17.515Z Compiling getopts v0.2.21
18172024-05-30T03:18:17.588Z Compiling unsafe-libyaml v0.2.11
18182024-05-30T03:18:17.612Z Checking heck v0.5.0
18192024-05-30T03:18:18.549Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18202024-05-30T03:18:18.880Z Compiling serde_yaml v0.9.34+deprecated
18212024-05-30T03:18:19.452Z Checking camino v1.1.7
18222024-05-30T03:18:19.557Z Checking base64 v0.22.1
18232024-05-30T03:18:19.603Z Checking is-terminal v0.4.12
18242024-05-30T03:18:20.129Z Compiling ident_case v1.0.1
18252024-05-30T03:18:20.137Z Compiling darling_core v0.20.9
18262024-05-30T03:18:20.137Z Checking sha1 v0.10.6
18272024-05-30T03:18:20.138Z Checking http v1.1.0
18282024-05-30T03:18:20.248Z Compiling paste v1.0.15
18292024-05-30T03:18:20.774Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18302024-05-30T03:18:21.554Z Compiling strum_macros v0.26.2
18312024-05-30T03:18:22.039Z Checking match_cfg v0.1.0
18322024-05-30T03:18:22.136Z Checking fastrand v2.1.0
18332024-05-30T03:18:22.466Z Checking rustls-pki-types v1.7.0
18342024-05-30T03:18:22.905Z Checking tempfile v3.10.1
18352024-05-30T03:18:23.263Z Checking hostname v0.3.1
18362024-05-30T03:18:23.338Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18372024-05-30T03:18:23.399Z Checking dirs-sys-next v0.1.2
18382024-05-30T03:18:23.580Z Checking quick-error v1.2.3
18392024-05-30T03:18:23.632Z Checking dirs-next v2.0.0
18402024-05-30T03:18:23.724Z Checking crossbeam-channel v0.5.12
18412024-05-30T03:18:24.153Z Checking thread_local v1.1.8
18422024-05-30T03:18:24.153Z Compiling slog-async v2.8.0
18432024-05-30T03:18:24.154Z Compiling rustls v0.22.4
18442024-05-30T03:18:24.340Z Checking term v0.7.0
18452024-05-30T03:18:24.359Z Checking rustls-webpki v0.102.4
18462024-05-30T03:18:24.455Z Checking instant v0.1.12
18472024-05-30T03:18:24.569Z Checking take_mut v0.2.2
18482024-05-30T03:18:24.597Z Checking rustls-pemfile v2.1.2
18492024-05-30T03:18:24.746Z Checking slog-term v2.9.1
18502024-05-30T03:18:24.840Z Compiling multer v3.1.0
18512024-05-30T03:18:25.033Z Checking debug-ignore v1.0.5
18522024-05-30T03:18:25.566Z Checking toml v0.8.13
18532024-05-30T03:18:25.577Z Checking slog-json v2.6.1
18542024-05-30T03:18:25.577Z Compiling async-stream-impl v0.3.5
18552024-05-30T03:18:25.577Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18562024-05-30T03:18:25.765Z Checking atomic-waker v1.1.2
18572024-05-30T03:18:25.909Z Checking waitgroup v0.1.2
18582024-05-30T03:18:26.046Z Checking slog-bunyan v2.5.0
18592024-05-30T03:18:26.218Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18602024-05-30T03:18:26.472Z Checking serde_path_to_error v0.1.16
18612024-05-30T03:18:26.714Z Checking async-stream v0.3.5
18622024-05-30T03:18:26.914Z Checking hostname v0.4.0
18632024-05-30T03:18:27.002Z Checking newtype-uuid v1.1.0
18642024-05-30T03:18:27.025Z Checking strum v0.26.2
18652024-05-30T03:18:27.049Z Checking wait-timeout v0.2.0
18662024-05-30T03:18:27.189Z Compiling structmeta-derive v0.3.0
18672024-05-30T03:18:27.237Z Checking rusty-fork v0.3.0
18682024-05-30T03:18:27.269Z Compiling structmeta-derive v0.2.0
18692024-05-30T03:18:27.540Z Checking rand_xorshift v0.3.0
18702024-05-30T03:18:27.625Z Compiling darling_macro v0.20.9
18712024-05-30T03:18:27.725Z Checking unarray v0.1.4
18722024-05-30T03:18:27.877Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18732024-05-30T03:18:28.173Z Checking proptest v1.4.0
18742024-05-30T03:18:28.531Z Checking backoff v0.4.0
18752024-05-30T03:18:28.628Z Compiling darling v0.20.9
18762024-05-30T03:18:28.759Z Compiling serde_with_macros v3.8.1
18772024-05-30T03:18:28.837Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18782024-05-30T03:18:28.862Z Checking tokio-rustls v0.25.0
18792024-05-30T03:18:29.588Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18802024-05-30T03:18:29.725Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18812024-05-30T03:18:30.013Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18822024-05-30T03:18:30.353Z Compiling structmeta v0.3.0
18832024-05-30T03:18:30.814Z Compiling structmeta v0.2.0
18842024-05-30T03:18:30.844Z Compiling parse-display-derive v0.9.0
18852024-05-30T03:18:30.852Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18862024-05-30T03:18:30.892Z Compiling test-strategy v0.3.1
18872024-05-30T03:18:31.009Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
18882024-05-30T03:18:31.365Z Checking macaddr v1.0.1
18892024-05-30T03:18:31.661Z Compiling proc-macro-error-attr v1.0.4
18902024-05-30T03:18:32.018Z Compiling proc-macro-error v1.0.4
18912024-05-30T03:18:32.062Z Checking serde_with v3.8.1
18922024-05-30T03:18:32.922Z Checking camino-tempfile v1.1.1
18932024-05-30T03:18:33.076Z Compiling proc-macro-crate v1.3.1
18942024-05-30T03:18:33.578Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18952024-05-30T03:18:33.591Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18962024-05-30T03:18:33.858Z Compiling foreign-types-macros v0.2.3
18972024-05-30T03:18:34.539Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18982024-05-30T03:18:34.539Z Checking foreign-types-shared v0.3.1
18992024-05-30T03:18:34.539Z Compiling num_enum_derive v0.5.11
19002024-05-30T03:18:35.143Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19012024-05-30T03:18:35.156Z Checking cstr-argument v0.1.2
19022024-05-30T03:18:35.156Z Checking foreign-types v0.5.0
19032024-05-30T03:18:35.268Z Checking pretty-hex v0.2.1
19042024-05-30T03:18:35.296Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19052024-05-30T03:18:35.411Z Checking tabwriter v1.4.0
19062024-05-30T03:18:35.840Z Checking colored v2.1.0
19072024-05-30T03:18:35.840Z Checking socket2 v0.4.10
19082024-05-30T03:18:35.840Z Checking smf v0.2.3
19092024-05-30T03:18:35.841Z Checking parse-display v0.9.0
19102024-05-30T03:18:35.841Z Checking humantime v2.1.0
19112024-05-30T03:18:35.917Z Checking termcolor v1.4.1
19122024-05-30T03:18:35.931Z Checking arc-swap v1.7.1
19132024-05-30T03:18:36.479Z Checking xattr v1.3.1
19142024-05-30T03:18:36.515Z Checking filetime v0.2.23
19152024-05-30T03:18:36.516Z Checking utf-8 v0.7.6
19162024-05-30T03:18:36.516Z Checking same-file v1.0.6
19172024-05-30T03:18:36.516Z Checking tar v0.4.40
19182024-05-30T03:18:36.517Z Checking newline-converter v0.3.0
19192024-05-30T03:18:36.517Z Compiling heapless v0.8.0
19202024-05-30T03:18:36.517Z Checking slog-scope v4.4.0
19212024-05-30T03:18:36.518Z Checking walkdir v2.5.0
19222024-05-30T03:18:36.551Z Checking termtree v0.4.1
19232024-05-30T03:18:36.552Z Checking slog-stdlog v4.1.1
19242024-05-30T03:18:36.681Z Checking expectorate v1.1.0
19252024-05-30T03:18:36.696Z Checking slog-envlogger v2.2.0
19262024-05-30T03:18:36.716Z Checking predicates-tree v1.0.9
19272024-05-30T03:18:36.831Z Checking tungstenite v0.20.1
19282024-05-30T03:18:36.869Z Checking hash32 v0.3.1
19292024-05-30T03:18:36.914Z Compiling smoltcp v0.11.0
19302024-05-30T03:18:37.035Z Checking embedded-io v0.4.0
19312024-05-30T03:18:37.052Z Checking num_enum v0.5.11
19322024-05-30T03:18:37.075Z Compiling crucible-workspace-hack v0.1.0
19332024-05-30T03:18:37.210Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19342024-05-30T03:18:37.239Z Checking cobs v0.2.3
19352024-05-30T03:18:37.362Z Checking sigpipe v0.1.3
19362024-05-30T03:18:37.410Z Checking postcard v1.0.8
19372024-05-30T03:18:37.459Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19382024-05-30T03:18:37.471Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19392024-05-30T03:18:37.665Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19402024-05-30T03:18:37.783Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19412024-05-30T03:18:37.828Z Checking tokio-tungstenite v0.20.1
19422024-05-30T03:18:38.261Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19432024-05-30T03:18:38.271Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19442024-05-30T03:18:38.271Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19452024-05-30T03:18:38.341Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19462024-05-30T03:18:38.618Z Compiling num-derive v0.4.2
19472024-05-30T03:18:38.673Z Compiling mockall_derive v0.12.1
19482024-05-30T03:18:38.755Z Checking downcast v0.11.0
19492024-05-30T03:18:38.938Z Checking fragile v2.0.0
19502024-05-30T03:18:39.227Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19512024-05-30T03:18:39.450Z Checking pem v3.0.4
19522024-05-30T03:18:39.687Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19532024-05-30T03:18:39.708Z Checking atty v0.2.14
19542024-05-30T03:18:39.834Z Compiling derive-where v1.2.7
19552024-05-30T03:18:39.868Z Checking env_logger v0.9.3
19562024-05-30T03:18:40.313Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19572024-05-30T03:18:40.483Z Compiling bitstruct_derive v0.1.0
19582024-05-30T03:18:40.675Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19592024-05-30T03:18:40.807Z Checking ascii v1.1.0
19602024-05-30T03:18:41.167Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19612024-05-30T03:18:41.197Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19622024-05-30T03:18:41.218Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19632024-05-30T03:18:41.559Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19642024-05-30T03:18:41.639Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19652024-05-30T03:18:41.793Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19662024-05-30T03:18:41.837Z Checking bitstruct v0.1.1
19672024-05-30T03:18:41.949Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19682024-05-30T03:18:42.028Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19692024-05-30T03:18:42.083Z Checking erased-serde v0.3.31
19702024-05-30T03:18:42.242Z Checking serde_arrays v0.1.0
19712024-05-30T03:18:42.278Z Compiling heck v0.3.3
19722024-05-30T03:18:42.399Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19732024-05-30T03:18:42.517Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19742024-05-30T03:18:43.090Z Compiling zone_cfg_derive v0.1.2
19752024-05-30T03:18:43.106Z Checking tungstenite v0.21.0
19762024-05-30T03:18:43.188Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19772024-05-30T03:18:43.587Z Checking base64 v0.13.1
19782024-05-30T03:18:43.634Z Checking tokio-tungstenite v0.21.0
19792024-05-30T03:18:44.008Z Checking ron v0.7.1
19802024-05-30T03:18:44.159Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19812024-05-30T03:18:44.246Z Checking zone v0.1.8
19822024-05-30T03:18:44.455Z Checking headers-core v0.2.0
19832024-05-30T03:18:44.579Z Checking portpicker v0.1.1
19842024-05-30T03:18:44.734Z Checking headers v0.3.9
19852024-05-30T03:18:44.799Z Checking rcgen v0.12.1
19862024-05-30T03:18:44.829Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19872024-05-30T03:18:45.093Z Checking atomicwrites v0.4.3
19882024-05-30T03:18:45.127Z Checking subprocess v0.2.9
19892024-05-30T03:18:45.279Z Compiling convert_case v0.4.0
19902024-05-30T03:18:45.489Z Checking linked-hash-map v0.5.6
19912024-05-30T03:18:46.119Z Checking password-hash v0.5.0
19922024-05-30T03:18:46.149Z Checking blake2 v0.10.6
19932024-05-30T03:18:46.149Z Checking lru-cache v0.1.2
19942024-05-30T03:18:46.149Z Checking swrite v0.1.0
19952024-05-30T03:18:46.150Z Compiling rayon-core v1.12.1
19962024-05-30T03:18:46.150Z Checking resolv-conf v0.7.0
19972024-05-30T03:18:46.168Z Checking half v2.4.1
19982024-05-30T03:18:46.168Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19992024-05-30T03:18:46.272Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20002024-05-30T03:18:46.326Z Compiling derive_more v0.99.17
20012024-05-30T03:18:46.343Z Checking argon2 v0.5.3
20022024-05-30T03:18:46.398Z Checking trust-dns-resolver v0.22.0
20032024-05-30T03:18:46.609Z Checking ciborium-io v0.2.2
20042024-05-30T03:18:47.160Z Compiling cancel-safe-futures v0.1.5
20052024-05-30T03:18:47.175Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20062024-05-30T03:18:47.175Z Checking ciborium-ll v0.2.2
20072024-05-30T03:18:47.204Z Checking mockall v0.12.1
20082024-05-30T03:18:47.352Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20092024-05-30T03:18:47.797Z Checking ciborium v0.2.2
20102024-05-30T03:18:47.836Z Compiling slog-dtrace v0.3.0
20112024-05-30T03:18:47.879Z Compiling semver v0.1.20
20122024-05-30T03:18:47.902Z Checking libsw v3.3.1
20132024-05-30T03:18:48.152Z Checking owo-colors v4.0.0
20142024-05-30T03:18:48.371Z Compiling rustc_version v0.1.7
20152024-05-30T03:18:48.792Z Checking linear-map v1.2.0
20162024-05-30T03:18:48.792Z Compiling unicode-xid v0.2.4
20172024-05-30T03:18:48.792Z Compiling radium v0.7.0
20182024-05-30T03:18:48.793Z Checking num-rational v0.4.2
20192024-05-30T03:18:48.793Z Checking num-complex v0.4.6
20202024-05-30T03:18:48.865Z Compiling newtype_derive v0.1.6
20212024-05-30T03:18:49.007Z Checking nibble_vec v0.1.0
20222024-05-30T03:18:49.186Z Checking endian-type v0.1.2
20232024-05-30T03:18:49.328Z Checking steno v0.4.0
20242024-05-30T03:18:49.746Z Checking tap v1.0.1
20252024-05-30T03:18:49.788Z Compiling maybe-uninit v2.0.0
20262024-05-30T03:18:49.788Z Checking wyz v0.5.1
20272024-05-30T03:18:49.788Z Checking num v0.4.3
20282024-05-30T03:18:49.789Z Checking radix_trie v0.2.1
20292024-05-30T03:18:49.938Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20302024-05-30T03:18:50.029Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20312024-05-30T03:18:50.143Z Compiling bzip2-sys v0.1.11+1.0.8
20322024-05-30T03:18:50.283Z Checking fxhash v0.2.1
20332024-05-30T03:18:50.516Z Checking crc-catalog v2.4.0
20342024-05-30T03:18:50.654Z Compiling packed_struct v0.10.1
20352024-05-30T03:18:50.676Z Checking funty v2.0.0
20362024-05-30T03:18:51.098Z Compiling num-bigint-dig v0.8.4
20372024-05-30T03:18:51.273Z Checking crc v3.2.1
20382024-05-30T03:18:51.689Z Checking bitvec v1.0.1
20392024-05-30T03:18:51.726Z Compiling packed_struct_codegen v0.10.1
20402024-05-30T03:18:51.761Z Compiling indexmap v1.9.3
20412024-05-30T03:18:52.020Z Checking nodrop v0.1.14
20422024-05-30T03:18:52.106Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20432024-05-30T03:18:52.145Z Checking array-init v0.0.4
20442024-05-30T03:18:52.277Z Checking smallvec v0.6.14
20452024-05-30T03:18:52.394Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20462024-05-30T03:18:52.873Z Checking pkcs1 v0.7.5
20472024-05-30T03:18:53.177Z Checking signature v2.2.0
20482024-05-30T03:18:53.693Z Checking hashbrown v0.12.3
20492024-05-30T03:18:53.705Z Checking bitfield v0.14.0
20502024-05-30T03:18:53.705Z Checking serde-hex v0.1.0
20512024-05-30T03:18:54.558Z Checking bzip2 v0.4.4
20522024-05-30T03:18:54.785Z Checking rsa v0.9.6
20532024-05-30T03:18:54.795Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20542024-05-30T03:18:54.854Z Checking env_logger v0.10.2
20552024-05-30T03:18:54.960Z Checking x509-cert v0.2.5
20562024-05-30T03:18:55.045Z Checking ron v0.8.1
20572024-05-30T03:18:55.064Z Checking hashbrown v0.13.2
20582024-05-30T03:18:55.088Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20592024-05-30T03:18:55.250Z Compiling home v0.5.9
20602024-05-30T03:18:55.572Z Checking crc-any v2.5.0
20612024-05-30T03:18:55.790Z Checking zip v0.6.6
20622024-05-30T03:18:55.955Z Checking path-slash v0.1.5
20632024-05-30T03:18:56.094Z Checking object v0.30.4
20642024-05-30T03:18:56.543Z Checking display-error-chain v0.2.0
20652024-05-30T03:18:56.559Z Compiling async-recursion v1.1.1
20662024-05-30T03:18:56.559Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20672024-05-30T03:18:56.559Z Compiling ring v0.16.20
20682024-05-30T03:18:56.605Z Compiling blake3 v1.5.1
20692024-05-30T03:18:56.680Z Compiling buf-list v1.0.3
20702024-05-30T03:18:57.318Z Checking maplit v1.0.2
20712024-05-30T03:18:57.894Z Checking gethostname v0.4.3
20722024-05-30T03:18:58.175Z Compiling parking_lot_core v0.8.6
20732024-05-30T03:18:58.175Z Compiling libefi-sys v0.1.0
20742024-05-30T03:18:58.176Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20752024-05-30T03:18:58.253Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20762024-05-30T03:18:58.273Z Compiling crossbeam-deque v0.8.5
20772024-05-30T03:18:58.311Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20782024-05-30T03:18:58.488Z Checking keccak v0.1.5
20792024-05-30T03:18:58.784Z Checking sha3 v0.10.8
20802024-05-30T03:18:59.183Z Checking parking_lot v0.11.2
20812024-05-30T03:18:59.362Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20822024-05-30T03:18:59.517Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20832024-05-30T03:18:59.804Z Checking trust-dns-client v0.22.0
20842024-05-30T03:18:59.834Z Compiling synstructure v0.12.6
20852024-05-30T03:18:59.933Z Checking toml v0.5.11
20862024-05-30T03:18:59.982Z Checking secrecy v0.8.0
20872024-05-30T03:19:00.208Z Compiling pin-project-internal v1.1.5
20882024-05-30T03:19:00.419Z Checking sled v0.34.7
20892024-05-30T03:19:00.954Z Compiling rayon v1.10.0
20902024-05-30T03:19:01.435Z Checking trust-dns-server v0.22.1
20912024-05-30T03:19:01.613Z Compiling zerocopy-derive v0.2.0
20922024-05-30T03:19:03.148Z Compiling memmap2 v0.9.4
20932024-05-30T03:19:03.343Z Checking pin-project v1.1.5
20942024-05-30T03:19:03.450Z Compiling arrayref v0.3.7
20952024-05-30T03:19:03.877Z Compiling constant_time_eq v0.3.0
20962024-05-30T03:19:03.878Z Compiling untrusted v0.7.1
20972024-05-30T03:19:03.878Z Compiling arrayvec v0.7.4
20982024-05-30T03:19:03.905Z Compiling toolchain_find v0.4.0
20992024-05-30T03:19:04.441Z Compiling vte_generate_state_changes v0.1.1
21002024-05-30T03:19:04.526Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
21012024-05-30T03:19:04.762Z Compiling topological-sort v0.2.2
21022024-05-30T03:19:06.183Z Compiling rustfmt-wrapper v0.2.1
21032024-05-30T03:19:06.190Z Checking vte v0.11.1
21042024-05-30T03:19:06.191Z Checking fd-lock v4.0.2
21052024-05-30T03:19:06.191Z Checking glob v0.3.1
21062024-05-30T03:19:06.191Z Compiling usdt-impl v0.3.5
21072024-05-30T03:19:06.191Z Checking nu-ansi-term v0.50.0
21082024-05-30T03:19:06.191Z Compiling omicron-zone-package v0.11.0
21092024-05-30T03:19:06.293Z Checking strip-ansi-escapes v0.2.0
21102024-05-30T03:19:06.436Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21112024-05-30T03:19:06.444Z Checking reedline v0.31.0
21122024-05-30T03:19:06.766Z Compiling zerocopy v0.3.2
21132024-05-30T03:19:06.853Z Compiling prettyplease v0.2.20
21142024-05-30T03:19:07.090Z Compiling dtrace-parser v0.1.14
21152024-05-30T03:19:07.159Z Compiling snafu-derive v0.8.2
21162024-05-30T03:19:07.348Z Compiling dof v0.1.5
21172024-05-30T03:19:07.731Z Checking globset v0.4.14
21182024-05-30T03:19:08.533Z Checking olpc-cjson v0.1.3
21192024-05-30T03:19:08.724Z Compiling serde_tokenstream v0.1.7
21202024-05-30T03:19:09.077Z Checking serde_plain v1.0.2
21212024-05-30T03:19:09.216Z Compiling memoffset v0.7.1
21222024-05-30T03:19:09.318Z Compiling platforms v3.4.0
21232024-05-30T03:19:09.500Z Compiling crunchy v0.2.2
21242024-05-30T03:19:09.780Z Checking typed-path v0.7.1
21252024-05-30T03:19:09.980Z Compiling curve25519-dalek v4.1.2
21262024-05-30T03:19:10.614Z Compiling clang-sys v1.7.0
21272024-05-30T03:19:10.791Z Compiling unicase v2.7.0
21282024-05-30T03:19:11.057Z Checking parse-size v1.0.0
21292024-05-30T03:19:11.118Z Compiling tiny-keccak v2.0.2
21302024-05-30T03:19:11.783Z Compiling usdt-attr-macro v0.3.5
21312024-05-30T03:19:11.814Z Compiling usdt-macro v0.3.5
21322024-05-30T03:19:12.712Z Checking universal-hash v0.5.1
21332024-05-30T03:19:12.785Z Checking snafu v0.8.2
21342024-05-30T03:19:12.863Z Compiling thiserror-impl-no-std v2.0.2
21352024-05-30T03:19:13.054Z Compiling curve25519-dalek-derive v0.1.1
21362024-05-30T03:19:13.092Z Checking nanorand v0.7.0
21372024-05-30T03:19:13.205Z Checking tough v0.17.1
21382024-05-30T03:19:13.319Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21392024-05-30T03:19:13.355Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21402024-05-30T03:19:13.424Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21412024-05-30T03:19:13.593Z Compiling cfg_aliases v0.1.1
21422024-05-30T03:19:13.659Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21432024-05-30T03:19:13.676Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21442024-05-30T03:19:14.590Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21452024-05-30T03:19:14.963Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21462024-05-30T03:19:15.224Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21472024-05-30T03:19:17.038Z Compiling salty v0.2.0
21482024-05-30T03:19:17.503Z Checking signature v1.6.4
21492024-05-30T03:19:17.546Z Checking bytecount v0.6.8
21502024-05-30T03:19:17.644Z Checking opaque-debug v0.3.1
21512024-05-30T03:19:18.082Z Checking papergrid v0.11.0
21522024-05-30T03:19:18.087Z Checking poly1305 v0.8.0
21532024-05-30T03:19:18.087Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21542024-05-30T03:19:18.087Z Checking ed25519 v1.5.3
21552024-05-30T03:19:18.223Z Checking thiserror-no-std v2.0.2
21562024-05-30T03:19:18.335Z Compiling nix v0.28.0
21572024-05-30T03:19:18.465Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21582024-05-30T03:19:19.126Z Checking flume v0.11.0
21592024-05-30T03:19:19.174Z Checking usdt v0.3.5
21602024-05-30T03:19:19.389Z Compiling ascii-canvas v3.0.0
21612024-05-30T03:19:19.863Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21622024-05-30T03:19:19.940Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21632024-05-30T03:19:20.074Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21642024-05-30T03:19:20.191Z Compiling tabled_derive v0.7.0
21652024-05-30T03:19:20.251Z Checking chacha20 v0.9.1
21662024-05-30T03:19:20.369Z Checking aead v0.5.2
21672024-05-30T03:19:20.580Z Checking serde-big-array v0.5.1
21682024-05-30T03:19:20.629Z Checking kstat-rs v0.2.3
21692024-05-30T03:19:20.700Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21702024-05-30T03:19:20.913Z Compiling ena v0.14.3
21712024-05-30T03:19:20.940Z Compiling libloading v0.8.3
21722024-05-30T03:19:21.334Z Compiling diff v0.1.13
21732024-05-30T03:19:21.393Z Compiling bindgen v0.69.4
21742024-05-30T03:19:21.610Z Compiling regex-syntax v0.6.29
21752024-05-30T03:19:22.051Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21762024-05-30T03:19:22.369Z Checking chacha20poly1305 v0.10.1
21772024-05-30T03:19:22.575Z Checking vsss-rs v3.3.4
21782024-05-30T03:19:22.752Z Checking tabled v0.15.0
21792024-05-30T03:19:24.029Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
21802024-05-30T03:19:24.555Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21812024-05-30T03:19:25.087Z Compiling lalrpop v0.19.12
21822024-05-30T03:19:26.072Z Compiling which v4.4.2
21832024-05-30T03:19:26.657Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21842024-05-30T03:19:26.769Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21852024-05-30T03:19:26.899Z Checking signal-hook-tokio v0.3.1
21862024-05-30T03:19:27.093Z Compiling cexpr v0.6.0
21872024-05-30T03:19:27.601Z Checking serde-big-array v0.4.1
21882024-05-30T03:19:27.753Z Compiling ref-cast v1.0.23
21892024-05-30T03:19:28.262Z Compiling lazycell v1.3.0
21902024-05-30T03:19:28.438Z Compiling rustc-hash v1.1.0
21912024-05-30T03:19:28.583Z Compiling shlex v1.3.0
21922024-05-30T03:19:29.100Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21932024-05-30T03:19:29.134Z Compiling mime_guess v2.0.4
21942024-05-30T03:19:30.018Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21952024-05-30T03:19:30.471Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21962024-05-30T03:19:30.732Z Compiling derive_builder_core v0.20.0
21972024-05-30T03:19:30.836Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21982024-05-30T03:19:31.935Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21992024-05-30T03:19:33.344Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22002024-05-30T03:19:34.265Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22012024-05-30T03:19:34.906Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22022024-05-30T03:19:35.467Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22032024-05-30T03:19:36.505Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22042024-05-30T03:19:37.199Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22052024-05-30T03:19:37.590Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22062024-05-30T03:19:37.777Z Compiling peg-macros v0.8.3
22072024-05-30T03:19:38.651Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22082024-05-30T03:19:40.144Z Compiling sqlparser_derive v0.2.2
22092024-05-30T03:19:40.230Z Compiling ref-cast-impl v1.0.23
22102024-05-30T03:19:41.298Z Compiling libxml v0.3.3
22112024-05-30T03:19:41.434Z Checking corncobs v0.1.3
22122024-05-30T03:19:41.630Z Checking unicode_categories v0.1.1
22132024-05-30T03:19:41.787Z Checking rustyline v14.0.0
22142024-05-30T03:19:41.824Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22152024-05-30T03:19:41.916Z Checking sqlformat v0.2.3
22162024-05-30T03:19:42.240Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22172024-05-30T03:19:42.441Z Checking peg v0.8.3
22182024-05-30T03:19:42.670Z Checking sqlparser v0.45.0
22192024-05-30T03:19:43.368Z Compiling derive_builder_macro v0.20.0
22202024-05-30T03:19:44.206Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22212024-05-30T03:19:44.658Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22222024-05-30T03:19:44.937Z Checking bcs v0.1.6
22232024-05-30T03:19:45.107Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22242024-05-30T03:19:45.572Z Compiling strum_macros v0.24.3
22252024-05-30T03:19:46.316Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22262024-05-30T03:19:46.591Z Compiling cookie v0.18.1
22272024-05-30T03:19:46.880Z Compiling indoc v1.0.9
22282024-05-30T03:19:47.914Z Checking highway v1.1.0
22292024-05-30T03:19:47.954Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22302024-05-30T03:19:48.347Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22312024-05-30T03:19:48.804Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22322024-05-30T03:19:49.227Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22332024-05-30T03:19:49.406Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22342024-05-30T03:19:50.013Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22352024-05-30T03:19:50.529Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22362024-05-30T03:19:53.083Z Checking derive_builder v0.20.0
22372024-05-30T03:19:53.241Z Compiling const_format_proc_macros v0.2.32
22382024-05-30T03:19:53.451Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22392024-05-30T03:19:53.477Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22402024-05-30T03:19:53.712Z Checking bb8 v0.8.3
22412024-05-30T03:19:53.748Z Checking quick-xml v0.31.0
22422024-05-30T03:19:54.159Z Compiling oso-derive v0.27.3
22432024-05-30T03:19:55.104Z Compiling impl-trait-for-tuples v0.2.2
22442024-05-30T03:19:55.225Z Checking http-range v0.1.5
22452024-05-30T03:19:55.414Z Checking hyper-staticfile v0.9.5
22462024-05-30T03:19:55.587Z Checking const_format v0.2.32
22472024-05-30T03:19:55.844Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22482024-05-30T03:19:55.881Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22492024-05-30T03:19:56.482Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22502024-05-30T03:19:56.896Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22512024-05-30T03:19:57.644Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22522024-05-30T03:19:58.076Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22532024-05-30T03:19:59.940Z Checking assert_matches v1.5.0
22542024-05-30T03:20:00.038Z Compiling portable-atomic v1.6.0
22552024-05-30T03:20:00.062Z Checking rand_seeder v0.2.3
22562024-05-30T03:20:00.290Z Checking number_prefix v0.4.0
22572024-05-30T03:20:00.482Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22582024-05-30T03:20:00.579Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22592024-05-30T03:20:00.701Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22602024-05-30T03:20:01.477Z Checking castaway v0.2.2
22612024-05-30T03:20:01.635Z Checking compact_str v0.7.1
22622024-05-30T03:20:02.116Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22632024-05-30T03:20:02.192Z Checking indicatif v0.17.8
22642024-05-30T03:20:02.363Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22652024-05-30T03:20:02.386Z Checking lru v0.12.3
22662024-05-30T03:20:02.633Z Compiling stability v0.2.0
22672024-05-30T03:20:02.685Z Checking cassowary v0.3.0
22682024-05-30T03:20:02.968Z Compiling indoc v2.0.5
22692024-05-30T03:20:03.146Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22702024-05-30T03:20:03.702Z Checking smawk v0.3.2
22712024-05-30T03:20:03.909Z Checking unicode-linebreak v0.1.5
22722024-05-30T03:20:04.105Z Checking ratatui v0.26.2
22732024-05-30T03:20:04.297Z Checking textwrap v0.16.1
22742024-05-30T03:20:04.671Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22752024-05-30T03:20:04.943Z Checking is_ci v1.2.0
22762024-05-30T03:20:05.078Z Checking supports-color v3.0.0
22772024-05-30T03:20:05.303Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22782024-05-30T03:20:05.808Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22792024-05-30T03:20:06.062Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22802024-05-30T03:20:06.936Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22812024-05-30T03:20:07.126Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22822024-05-30T03:20:07.400Z Checking fatfs v0.3.6
22832024-05-30T03:20:07.998Z Checking shell-words v1.1.0
22842024-05-30T03:20:08.161Z Checking rtoolbox v0.0.2
22852024-05-30T03:20:08.181Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22862024-05-30T03:20:08.372Z Checking rpassword v7.3.1
22872024-05-30T03:20:08.458Z Checking tui-tree-widget v0.19.0
22882024-05-30T03:20:08.533Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22892024-05-30T03:20:08.968Z Checking yansi v0.5.1
22902024-05-30T03:20:09.263Z Checking pretty_assertions v1.4.0
22912024-05-30T03:20:09.776Z Compiling target-lexicon v0.12.14
22922024-05-30T03:20:09.819Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22932024-05-30T03:20:09.837Z Checking cargo-platform v0.1.8
22942024-05-30T03:20:10.128Z Compiling doc-comment v0.3.3
22952024-05-30T03:20:10.722Z Compiling guppy-workspace-hack v0.1.0
22962024-05-30T03:20:10.848Z Checking plotters-backend v0.3.5
22972024-05-30T03:20:11.243Z Checking plotters-svg v0.3.5
22982024-05-30T03:20:11.454Z Checking cargo_metadata v0.18.1
22992024-05-30T03:20:11.459Z Checking http-body v1.0.0
23002024-05-30T03:20:11.545Z Checking regex-automata v0.1.10
23012024-05-30T03:20:11.671Z Compiling assert_cmd v2.0.14
23022024-05-30T03:20:11.933Z Compiling target-spec v3.1.0
23032024-05-30T03:20:12.076Z Checking tower-layer v0.3.2
23042024-05-30T03:20:12.331Z Checking cast v0.3.0
23052024-05-30T03:20:12.528Z Checking tower v0.4.13
23062024-05-30T03:20:12.666Z Checking criterion-plot v0.5.0
23072024-05-30T03:20:13.141Z Checking bstr v0.2.17
23082024-05-30T03:20:13.164Z Checking hyper v1.3.1
23092024-05-30T03:20:13.367Z Checking cfg-expr v0.15.8
23102024-05-30T03:20:13.977Z Checking plotters v0.3.5
23112024-05-30T03:20:14.219Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23122024-05-30T03:20:14.319Z Checking tinytemplate v1.2.1
23132024-05-30T03:20:14.943Z Checking csv-core v0.1.11
23142024-05-30T03:20:15.091Z Checking oorandom v11.1.3
23152024-05-30T03:20:15.264Z Checking anes v0.1.6
23162024-05-30T03:20:15.492Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23172024-05-30T03:20:15.596Z Checking csv v1.3.0
23182024-05-30T03:20:15.659Z Checking criterion v0.5.1
23192024-05-30T03:20:16.916Z Checking hyper-util v0.1.3
23202024-05-30T03:20:17.598Z Checking httptest v0.15.5
23212024-05-30T03:20:18.153Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23222024-05-30T03:20:18.272Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23232024-05-30T03:20:18.506Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23242024-05-30T03:20:18.856Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23252024-05-30T03:20:19.302Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23262024-05-30T03:20:20.745Z Checking rustls-native-certs v0.7.0
23272024-05-30T03:20:20.888Z Checking pathdiff v0.2.1
23282024-05-30T03:20:21.270Z Checking nested v0.1.1
23292024-05-30T03:20:21.477Z Checking guppy v0.17.5
23302024-05-30T03:20:23.398Z Checking hyper-rustls v0.26.0
23312024-05-30T03:20:23.629Z Checking escape8259 v0.5.2
23322024-05-30T03:20:23.699Z Checking threadpool v1.8.1
23332024-05-30T03:20:23.797Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23342024-05-30T03:20:23.816Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23352024-05-30T03:20:23.899Z Checking libtest-mimic v0.7.3
23362024-05-30T03:20:24.084Z Checking similar-asserts v1.5.0
23372024-05-30T03:20:24.307Z Checking fancy-regex v0.13.0
23382024-05-30T03:20:24.311Z Compiling rstest_macros v0.19.0
23392024-05-30T03:20:24.956Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23402024-05-30T03:20:25.074Z Checking datatest-stable v0.2.9
23412024-05-30T03:20:25.374Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23422024-05-30T03:20:25.638Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23432024-05-30T03:20:25.909Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23442024-05-30T03:20:26.363Z Compiling relative-path v1.9.3
23452024-05-30T03:20:26.624Z Compiling trybuild v1.0.96
23462024-05-30T03:20:26.898Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23472024-05-30T03:20:27.121Z Checking blake2b_simd v1.0.2
23482024-05-30T03:20:28.016Z Checking multimap v0.10.0
23492024-05-30T03:20:28.317Z Checking futures-timer v3.0.3
23502024-05-30T03:20:28.636Z Checking rust-argon2 v2.1.0
23512024-05-30T03:20:31.680Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23522024-05-30T03:20:33.711Z Checking partial-io v0.5.4
23532024-05-30T03:20:34.103Z Checking approx v0.5.1
23542024-05-30T03:20:34.327Z Checking uzers v0.11.3
23552024-05-30T03:20:34.693Z Checking termios v0.3.3
23562024-05-30T03:20:34.910Z Checking hex-literal v0.4.1
23572024-05-30T03:20:37.168Z Checking rstest v0.19.0
23582024-05-30T03:20:39.474Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23592024-05-30T03:20:41.328Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23602024-05-30T03:20:49.064Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23612024-05-30T03:21:02.002Z Compiling samael v0.0.15
23622024-05-30T03:21:26.850Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23632024-05-30T03:21:28.679Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23642024-05-30T03:21:45.547Z Compiling polar-core v0.27.3
23652024-05-30T03:21:53.145Z Checking oso v0.27.3
23662024-05-30T03:22:21.393Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23672024-05-30T03:22:21.393Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23682024-05-30T03:22:21.399Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23692024-05-30T03:23:32.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s
23702024-05-30T03:23:32.848Z
23712024-05-30T03:23:32.853Zreal 7:51.906402085
23722024-05-30T03:23:32.853Zuser 39:31.544121455
23732024-05-30T03:23:32.853Zsys 7:01.314197510
23742024-05-30T03:23:32.854Ztrap 1.045055876
23752024-05-30T03:23:32.854Ztflt 4.149360834
23762024-05-30T03:23:32.854Zdflt 5.820333981
23772024-05-30T03:23:32.854Zkflt 0.018202381
23782024-05-30T03:23:32.854Zlock 1:00:50.874274798
23792024-05-30T03:23:32.854Zslp 1:59:30.758347885
23802024-05-30T03:23:32.854Zlat 1:49.119944701
23812024-05-30T03:23:32.854Zstop 5:25.162088324
23822024-05-30T03:23:33.913Zwarning: output filename collision.
23832024-05-30T03:23:33.913ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
23842024-05-30T03:23:33.913ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23852024-05-30T03:23:33.913ZThe targets should have unique names.
23862024-05-30T03:23:33.913ZThis is a known bug where multiple crates with the same name use
23872024-05-30T03:23:33.913Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23882024-05-30T03:23:33.913Zwarning: output filename collision.
23892024-05-30T03:23:33.913ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` 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=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
23902024-05-30T03:23:33.913ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23912024-05-30T03:23:33.913ZThe targets should have unique names.
23922024-05-30T03:23:33.913ZThis is a known bug where multiple crates with the same name use
23932024-05-30T03:23:33.913Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23942024-05-30T03:23:33.918Zwarning: output filename collision.
23952024-05-30T03:23:33.918ZThe 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.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
23962024-05-30T03:23:33.918ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23972024-05-30T03:23:33.918ZThe targets should have unique names.
23982024-05-30T03:23:33.918ZThis is a known bug where multiple crates with the same name use
23992024-05-30T03:23:33.918Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24002024-05-30T03:23:33.918Zwarning: output filename collision.
24012024-05-30T03:23:33.918ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`.
24022024-05-30T03:23:33.918ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24032024-05-30T03:23:33.918ZThe targets should have unique names.
24042024-05-30T03:23:33.918ZThis is a known bug where multiple crates with the same name use
24052024-05-30T03:23:33.918Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24062024-05-30T03:23:33.918Zwarning: output filename collision.
24072024-05-30T03:23:33.918ZThe 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)`.
24082024-05-30T03:23:33.918ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24092024-05-30T03:23:33.918ZThe targets should have unique names.
24102024-05-30T03:23:33.918ZThis is a known bug where multiple crates with the same name use
24112024-05-30T03:23:33.918Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24122024-05-30T03:23:33.918Zwarning: output filename collision.
24132024-05-30T03:23:33.919ZThe 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)`.
24142024-05-30T03:23:33.919ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24152024-05-30T03:23:33.919ZThe targets should have unique names.
24162024-05-30T03:23:33.919ZThis is a known bug where multiple crates with the same name use
24172024-05-30T03:23:33.919Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24182024-05-30T03:23:33.919Zwarning: output filename collision.
24192024-05-30T03:23:33.919ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
24202024-05-30T03:23:33.919ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24212024-05-30T03:23:33.919ZThe targets should have unique names.
24222024-05-30T03:23:33.919ZThis is a known bug where multiple crates with the same name use
24232024-05-30T03:23:33.919Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24242024-05-30T03:23:33.919Zwarning: output filename collision.
24252024-05-30T03:23:33.919ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#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)`.
24262024-05-30T03:23:33.919ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24272024-05-30T03:23:33.919ZThe targets should have unique names.
24282024-05-30T03:23:33.919ZThis is a known bug where multiple crates with the same name use
24292024-05-30T03:23:33.919Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24302024-05-30T03:23:33.919Zwarning: output filename collision.
24312024-05-30T03:23:33.919ZThe 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`.
24322024-05-30T03:23:33.919ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24332024-05-30T03:23:33.919ZThe targets should have unique names.
24342024-05-30T03:23:33.919ZThis is a known bug where multiple crates with the same name use
24352024-05-30T03:23:33.919Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24362024-05-30T03:23:34.429Z Documenting libc v0.2.155
24372024-05-30T03:23:34.483Z Documenting cfg-if v1.0.0
24382024-05-30T03:23:34.500Z Documenting serde_derive v1.0.202
24392024-05-30T03:23:34.530Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24402024-05-30T03:23:34.533Z Documenting log v0.4.21
24412024-05-30T03:23:34.561Z Documenting memchr v2.7.2
24422024-05-30T03:23:34.579Z Documenting byteorder v1.5.0
24432024-05-30T03:23:34.582Z Documenting itoa v1.0.11
24442024-05-30T03:23:34.821Z Documenting scopeguard v1.2.0
24452024-05-30T03:23:37.413Z Documenting smallvec v1.13.2
24462024-05-30T03:23:37.648Z Documenting pin-project-lite v0.2.14
24472024-05-30T03:23:38.794Z Documenting libm v0.2.8
24482024-05-30T03:23:38.811Z Documenting once_cell v1.19.0
24492024-05-30T03:23:39.136Z Documenting getrandom v0.2.14
24502024-05-30T03:23:39.543Z Documenting lock_api v0.4.12
24512024-05-30T03:23:39.910Z Documenting signal-hook-registry v1.4.2
24522024-05-30T03:23:40.942Z Documenting mio v0.8.11
24532024-05-30T03:23:41.122Z Documenting parking_lot_core v0.9.10
24542024-05-30T03:23:42.530Z Documenting serde v1.0.202
24552024-05-30T03:23:42.671Z Documenting num-traits v0.2.19
24562024-05-30T03:23:43.163Z Documenting thiserror-impl v1.0.60
24572024-05-30T03:23:43.465Z Documenting rand_core v0.6.4
24582024-05-30T03:23:44.292Z Documenting zeroize_derive v1.4.2
24592024-05-30T03:23:44.620Z Documenting ryu v1.0.18
24602024-05-30T03:23:46.068Z Documenting parking_lot v0.12.2
24612024-05-30T03:23:46.233Z Documenting futures-core v0.3.30
24622024-05-30T03:23:47.474Z Documenting num_cpus v1.16.0
24632024-05-30T03:23:48.242Z Documenting socket2 v0.5.7
24642024-05-30T03:23:48.310Z Documenting tokio-macros v2.2.0
24652024-05-30T03:23:49.293Z Documenting thiserror v1.0.60
24662024-05-30T03:23:49.405Z Documenting zeroize v1.7.0
24672024-05-30T03:23:51.034Z Documenting zerocopy v0.7.34
24682024-05-30T03:23:51.172Z Documenting futures-sink v0.3.30
24692024-05-30T03:23:51.726Z Documenting typenum v1.17.0
24702024-05-30T03:23:53.358Z Documenting iana-time-zone v0.1.60
24712024-05-30T03:23:53.979Z Documenting subtle v2.5.0
24722024-05-30T03:23:54.001Z Documenting pin-utils v0.1.0
24732024-05-30T03:23:54.241Z Documenting slab v0.4.9
24742024-05-30T03:23:57.703Z Documenting futures-channel v0.3.30
24752024-05-30T03:24:03.302Z Documenting bytes v1.6.0
24762024-05-30T03:24:05.020Z Documenting bitflags v2.5.0
24772024-05-30T03:24:05.095Z Documenting serde_json v1.0.117
24782024-05-30T03:24:05.115Z Documenting chrono v0.4.38
24792024-05-30T03:24:05.331Z Documenting futures-macro v0.3.30
24802024-05-30T03:24:05.502Z Documenting futures-task v0.3.30
24812024-05-30T03:24:05.941Z Documenting futures-io v0.3.30
24822024-05-30T03:24:06.393Z Documenting generic-array v0.14.7
24832024-05-30T03:24:08.345Z Documenting tokio v1.37.0
24842024-05-30T03:24:10.523Z Documenting uuid v1.8.0
24852024-05-30T03:24:10.654Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24862024-05-30T03:24:10.801Z Documenting ahash v0.8.11
24872024-05-30T03:24:10.857Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24882024-05-30T03:24:11.415Z Documenting futures-util v0.3.30
24892024-05-30T03:24:11.652Z Documenting allocator-api2 v0.2.18
24902024-05-30T03:24:11.974Z Documenting tinyvec_macros v0.1.1
24912024-05-30T03:24:12.130Z Documenting crypto-common v0.1.6
24922024-05-30T03:24:12.498Z Documenting const-oid v0.9.6
24932024-05-30T03:24:15.120Z Documenting tinyvec v1.6.0
24942024-05-30T03:24:15.418Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24952024-05-30T03:24:15.558Z Documenting serde_derive_internals v0.29.1
24962024-05-30T03:24:15.686Z Documenting hashbrown v0.14.5
24972024-05-30T03:24:17.393Z Checking serde_derive_internals v0.29.1
24982024-05-30T03:24:17.996Z Documenting dyn-clone v1.0.17
24992024-05-30T03:24:18.978Z Documenting ppv-lite86 v0.2.17
25002024-05-30T03:24:19.321Z Documenting unicode-normalization v0.1.23
25012024-05-30T03:24:20.339Z Documenting tracing-core v0.1.32
25022024-05-30T03:24:21.688Z Documenting tracing-attributes v0.1.27
25032024-05-30T03:24:21.983Z Documenting unicode-bidi v0.3.15
25042024-05-30T03:24:22.181Z Documenting lazy_static v1.4.0
25052024-05-30T03:24:22.533Z Documenting schemars_derive v0.8.20
25062024-05-30T03:24:22.953Z Documenting rand_chacha v0.3.1
25072024-05-30T03:24:23.771Z Documenting percent-encoding v2.3.1
25082024-05-30T03:24:24.171Z Documenting block-buffer v0.10.4
25092024-05-30T03:24:25.014Z Documenting equivalent v1.0.1
25102024-05-30T03:24:26.907Z Documenting powerfmt v0.2.0
25112024-05-30T03:24:27.804Z Documenting time-macros v0.2.18
25122024-05-30T03:24:27.877Z Documenting indexmap v2.2.6
25132024-05-30T03:24:28.024Z Documenting rand v0.8.5
25142024-05-30T03:24:28.304Z Documenting form_urlencoded v1.2.1
25152024-05-30T03:24:28.528Z Documenting schemars v0.8.20
25162024-05-30T03:24:28.954Z Documenting digest v0.10.7
25172024-05-30T03:24:29.933Z Documenting deranged v0.3.11
25182024-05-30T03:24:32.698Z Documenting unicode-width v0.1.12
25192024-05-30T03:24:32.815Z Documenting time-core v0.1.2
25202024-05-30T03:24:33.616Z Documenting num-conv v0.1.0
25212024-05-30T03:24:34.033Z Documenting fnv v1.0.7
25222024-05-30T03:24:38.521Z Documenting tracing v0.1.40
25232024-05-30T03:24:42.784Z Documenting num_threads v0.1.7
25242024-05-30T03:24:42.815Z Documenting idna v0.5.0
25252024-05-30T03:24:42.864Z Documenting unicode-ident v1.0.12
25262024-05-30T03:24:42.895Z Documenting adler v1.0.2
25272024-05-30T03:24:42.946Z Documenting slog v2.7.0
25282024-05-30T03:24:42.962Z Documenting httparse v1.8.0
25292024-05-30T03:24:43.492Z Documenting cpufeatures v0.2.12
25302024-05-30T03:24:46.151Z Documenting proc-macro2 v1.0.82
25312024-05-30T03:24:46.202Z Documenting miniz_oxide v0.7.2
25322024-05-30T03:24:46.782Z Documenting tokio-util v0.7.11
25332024-05-30T03:24:48.538Z Documenting errno v0.3.9
25342024-05-30T03:24:48.602Z Documenting time v0.3.36
25352024-05-30T03:24:48.616Z Documenting url v2.5.0
25362024-05-30T03:24:48.767Z Documenting async-trait v0.1.80
25372024-05-30T03:24:49.716Z Documenting try-lock v0.2.5
25382024-05-30T03:24:51.021Z Documenting quote v1.0.36
25392024-05-30T03:24:52.714Z Documenting httpdate v1.0.3
25402024-05-30T03:24:52.941Z Documenting want v0.3.1
25412024-05-30T03:24:52.961Z Documenting rustix v0.38.34
25422024-05-30T03:24:53.307Z Documenting http-body v0.4.6
25432024-05-30T03:24:54.937Z Documenting aho-corasick v1.1.3
25442024-05-30T03:24:55.217Z Documenting openssl-sys v0.9.102
25452024-05-30T03:24:55.844Z Documenting h2 v0.3.26
25462024-05-30T03:24:56.110Z Documenting syn v2.0.64
25472024-05-30T03:24:57.631Z Documenting openssl-macros v0.1.1
25482024-05-30T03:24:57.891Z Documenting regex-syntax v0.8.3
25492024-05-30T03:24:58.193Z Documenting tower-service v0.3.2
25502024-05-30T03:25:00.726Z Documenting gimli v0.28.1
25512024-05-30T03:25:00.998Z Documenting mime v0.3.17
25522024-05-30T03:25:02.517Z Documenting object v0.32.2
25532024-05-30T03:25:03.331Z Documenting ipnet v2.9.0
25542024-05-30T03:25:03.534Z Documenting openssl v0.10.64
25552024-05-30T03:25:04.929Z Documenting regex-automata v0.4.6
25562024-05-30T03:25:05.699Z Documenting rustc-demangle v0.1.24
25572024-05-30T03:25:06.419Z Documenting hyper v0.14.28
25582024-05-30T03:25:07.501Z Documenting addr2line v0.21.0
25592024-05-30T03:25:07.851Z Documenting openssl-probe v0.1.5
25602024-05-30T03:25:08.815Z Documenting base64ct v1.6.0
25612024-05-30T03:25:11.551Z Documenting futures-executor v0.3.30
25622024-05-30T03:25:12.617Z Documenting encoding_rs v0.8.34
25632024-05-30T03:25:12.801Z Documenting native-tls v0.2.11
25642024-05-30T03:25:14.025Z Documenting psl-types v2.0.11
25652024-05-30T03:25:14.112Z Documenting serde_urlencoded v0.7.1
25662024-05-30T03:25:16.554Z Documenting backtrace v0.3.71
25672024-05-30T03:25:16.560Z Documenting semver v1.0.23
25682024-05-30T03:25:17.451Z Checking pest_meta v2.7.10
25692024-05-30T03:25:17.499Z Documenting publicsuffix v2.2.3
25702024-05-30T03:25:18.323Z Documenting crossbeam-utils v0.8.19
25712024-05-30T03:25:18.515Z Documenting tokio-native-tls v0.3.1
25722024-05-30T03:25:19.501Z Documenting utf8parse v0.2.1
25732024-05-30T03:25:19.745Z Documenting hyper-rustls v0.24.2
25742024-05-30T03:25:20.296Z Documenting futures v0.3.30
25752024-05-30T03:25:21.598Z Documenting anyhow v1.0.83
25762024-05-30T03:25:22.164Z Documenting regex v1.10.4
25772024-05-30T03:25:22.479Z Documenting pem-rfc7468 v0.7.0
25782024-05-30T03:25:22.600Z Documenting cookie_store v0.20.0
25792024-05-30T03:25:23.776Z Documenting pest_meta v2.7.10
25802024-05-30T03:25:24.266Z Documenting hyper-tls v0.5.0
25812024-05-30T03:25:26.627Z Documenting scroll_derive v0.12.0
25822024-05-30T03:25:26.802Z Documenting der_derive v0.7.2
25832024-05-30T03:25:27.355Z Documenting flagset v0.4.5
25842024-05-30T03:25:28.239Z Documenting sync_wrapper v0.1.2
25852024-05-30T03:25:28.651Z Documenting webpki-roots v0.25.4
25862024-05-30T03:25:28.869Z Documenting pest_generator v2.7.10
25872024-05-30T03:25:29.105Z Checking pest_generator v2.7.10
25882024-05-30T03:25:29.801Z Documenting num-integer v0.1.46
25892024-05-30T03:25:30.239Z Documenting plain v0.2.3
25902024-05-30T03:25:31.177Z Documenting ucd-trie v0.1.6
25912024-05-30T03:25:31.568Z Documenting openapiv3 v2.0.0
25922024-05-30T03:25:32.458Z Documenting scroll v0.12.0
25932024-05-30T03:25:33.122Z Documenting pretty-hex v0.4.1
25942024-05-30T03:25:33.440Z Documenting der v0.7.9
25952024-05-30T03:25:33.478Z Documenting reqwest v0.11.27
25962024-05-30T03:25:34.316Z Documenting pest_derive v2.7.10
25972024-05-30T03:25:34.455Z Documenting spin v0.9.8
25982024-05-30T03:25:35.473Z Documenting pest v2.7.10
25992024-05-30T03:25:36.263Z Documenting thread-id v4.2.1
26002024-05-30T03:25:37.424Z Documenting goblin v0.8.2
26012024-05-30T03:25:38.858Z Documenting anstyle v1.0.7
26022024-05-30T03:25:39.316Z Documenting either v1.12.0
26032024-05-30T03:25:39.483Z Documenting anstyle-parse v0.2.4
26042024-05-30T03:25:39.700Z Documenting spki v0.7.3
26052024-05-30T03:25:41.238Z Documenting ipnetwork v0.20.0
26062024-05-30T03:25:41.920Z Documenting dtrace-parser v0.2.0
26072024-05-30T03:25:42.721Z Documenting memmap v0.7.0
26082024-05-30T03:25:43.796Z Documenting data-encoding v2.6.0
26092024-05-30T03:25:43.990Z Documenting colorchoice v1.0.1
26102024-05-30T03:25:44.709Z Documenting pkcs8 v0.10.2
26112024-05-30T03:25:45.328Z Documenting dof v0.3.0
26122024-05-30T03:25:45.566Z Documenting anstyle-query v1.0.3
26132024-05-30T03:25:46.999Z Documenting is_terminal_polyfill v1.70.0
26142024-05-30T03:25:47.149Z Documenting crossbeam-epoch v0.9.18
26152024-05-30T03:25:47.168Z Documenting terminal_size v0.3.0
26162024-05-30T03:25:47.908Z Documenting sha2 v0.10.8
26172024-05-30T03:25:48.584Z Documenting hex v0.4.3
26182024-05-30T03:25:49.530Z Documenting crc32fast v1.4.0
26192024-05-30T03:25:50.328Z Documenting clap_lex v0.7.0
26202024-05-30T03:25:51.051Z Documenting usdt-impl v0.5.0
26212024-05-30T03:25:51.817Z Documenting anstream v0.6.14
26222024-05-30T03:25:52.291Z Documenting unicode-segmentation v1.11.0
26232024-05-30T03:25:52.698Z Documenting strsim v0.11.1
26242024-05-30T03:25:52.770Z Documenting untrusted v0.9.0
26252024-05-30T03:25:53.836Z Documenting num-iter v0.1.45
26262024-05-30T03:25:54.432Z Documenting hmac v0.12.1
26272024-05-30T03:25:54.565Z Documenting signal-hook v0.3.17
26282024-05-30T03:25:55.690Z Documenting ring v0.17.8
26292024-05-30T03:25:56.105Z Documenting clap_derive v4.5.4
26302024-05-30T03:25:56.820Z Documenting static_assertions v1.1.0
26312024-05-30T03:25:56.967Z Documenting clap_builder v4.5.2
26322024-05-30T03:25:58.856Z Documenting usdt v0.5.0
26332024-05-30T03:25:59.158Z Documenting flate2 v1.0.30
26342024-05-30T03:25:59.234Z Documenting managed v0.8.0
26352024-05-30T03:25:59.784Z Documenting signal-hook-mio v0.2.3
26362024-05-30T03:26:00.205Z Documenting itertools v0.12.1
26372024-05-30T03:26:01.646Z Documenting enum-as-inner v0.5.1
26382024-05-30T03:26:03.020Z Documenting regress v0.9.1
26392024-05-30T03:26:03.024Z Documenting block-padding v0.3.3
26402024-05-30T03:26:03.983Z Documenting clap v4.5.4
26412024-05-30T03:26:04.265Z Documenting scheduled-thread-pool v0.2.7
26422024-05-30T03:26:04.657Z Checking diesel_table_macro_syntax v0.1.0
26432024-05-30T03:26:04.665Z Documenting diesel_table_macro_syntax v0.1.0
26442024-05-30T03:26:04.965Z Documenting finl_unicode v1.2.0
26452024-05-30T03:26:07.314Z Documenting trust-dns-proto v0.22.0
26462024-05-30T03:26:08.052Z Documenting inout v0.1.3
26472024-05-30T03:26:08.723Z Documenting crossterm v0.27.0
26482024-05-30T03:26:09.531Z Documenting r2d2 v0.8.10
26492024-05-30T03:26:09.977Z Documenting md-5 v0.10.6
26502024-05-30T03:26:10.084Z Documenting ff v0.13.0
26512024-05-30T03:26:10.213Z Documenting stringprep v0.1.4
26522024-05-30T03:26:10.526Z Documenting diesel_derives v2.1.4
26532024-05-30T03:26:13.465Z Documenting serde_spanned v0.6.6
26542024-05-30T03:26:14.222Z Documenting toml_datetime v0.6.6
26552024-05-30T03:26:14.268Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26562024-05-30T03:26:14.623Z Documenting siphasher v0.3.11
26572024-05-30T03:26:14.733Z Documenting winnow v0.6.8
26582024-05-30T03:26:15.250Z Checking unsafe-libyaml v0.2.11
26592024-05-30T03:26:16.444Z Documenting base16ct v0.2.0
26602024-05-30T03:26:16.915Z Documenting heck v0.5.0
26612024-05-30T03:26:18.003Z Documenting fallible-iterator v0.2.0
26622024-05-30T03:26:18.593Z Documenting bit-vec v0.6.3
26632024-05-30T03:26:19.043Z Checking ident_case v1.0.1
26642024-05-30T03:26:19.198Z Documenting phf_shared v0.11.2
26652024-05-30T03:26:19.231Z Documenting diesel v2.1.6
26662024-05-30T03:26:19.442Z Documenting group v0.13.0
26672024-05-30T03:26:19.996Z Documenting sec1 v0.7.3
26682024-05-30T03:26:20.580Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26692024-05-30T03:26:21.088Z Documenting toml_edit v0.22.13
26702024-05-30T03:26:23.413Z Documenting cipher v0.4.4
26712024-05-30T03:26:23.853Z Documenting postgres-protocol v0.6.6
26722024-05-30T03:26:24.165Z Documenting hkdf v0.12.4
26732024-05-30T03:26:24.493Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26742024-05-30T03:26:34.382Z Documenting num-bigint v0.4.5
26752024-05-30T03:26:34.500Z Documenting bstr v1.9.1
26762024-05-30T03:26:34.586Z Documenting console v0.15.8
26772024-05-30T03:26:42.367Z Documenting crypto-bigint v0.5.5
26782024-05-30T03:26:42.575Z Documenting hubpack v0.1.2
26792024-05-30T03:26:42.587Z Documenting serde_repr v0.1.19
26802024-05-30T03:26:43.022Z Documenting lalrpop-util v0.19.12
26812024-05-30T03:26:43.158Z Documenting fixedbitset v0.4.2
26822024-05-30T03:26:43.430Z Documenting unsafe-libyaml v0.2.11
26832024-05-30T03:26:44.096Z Documenting minimal-lexical v0.2.1
26842024-05-30T03:26:44.913Z Documenting new_debug_unreachable v1.0.6
26852024-05-30T03:26:46.466Z Documenting precomputed-hash v0.1.1
26862024-05-30T03:26:47.281Z Documenting petgraph v0.6.5
26872024-05-30T03:26:47.474Z Documenting serde_yaml v0.9.34+deprecated
26882024-05-30T03:26:47.557Z Documenting yasna v0.5.2
26892024-05-30T03:26:48.218Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26902024-05-30T03:26:48.366Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26912024-05-30T03:26:48.976Z Documenting nom v7.1.3
26922024-05-30T03:26:59.381Z Documenting string_cache v0.8.7
26932024-05-30T03:26:59.914Z Documenting postgres-types v0.2.6
26942024-05-30T03:26:59.930Z Documenting phf v0.11.2
26952024-05-30T03:26:59.933Z Checking darling_core v0.20.9
26962024-05-30T03:26:59.956Z Checking serde_yaml v0.9.34+deprecated
26972024-05-30T03:27:00.380Z Documenting similar v2.5.0
26982024-05-30T03:27:00.418Z Documenting elliptic-curve v0.13.8
26992024-05-30T03:27:01.267Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27002024-05-30T03:27:01.905Z Documenting getopts v0.2.21
27012024-05-30T03:27:01.957Z Documenting float-cmp v0.9.0
27022024-05-30T03:27:04.237Z Documenting predicates-core v1.0.6
27032024-05-30T03:27:05.066Z Documenting normalize-line-endings v0.3.0
27042024-05-30T03:27:05.717Z Documenting whoami v1.5.1
27052024-05-30T03:27:06.265Z Documenting difflib v0.4.0
27062024-05-30T03:27:15.925Z Documenting peg-runtime v0.8.3
27072024-05-30T03:27:16.154Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27082024-05-30T03:27:16.191Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27092024-05-30T03:27:16.341Z Documenting bit-set v0.5.3
27102024-05-30T03:27:16.371Z Documenting fs-err v2.11.0
27112024-05-30T03:27:16.540Z Documenting tokio-postgres v0.7.10
27122024-05-30T03:27:16.611Z Documenting predicates v3.1.0
27132024-05-30T03:27:16.839Z Documenting tokio-stream v0.1.15
27142024-05-30T03:27:20.686Z Documenting ident_case v1.0.1
27152024-05-30T03:27:21.355Z Checking darling v0.20.9
27162024-05-30T03:27:21.472Z Documenting is-terminal v0.4.12
27172024-05-30T03:27:21.774Z Documenting strum v0.26.2
27182024-05-30T03:27:22.534Z Documenting base64 v0.22.1
27192024-05-30T03:27:23.038Z Documenting camino v1.1.7
27202024-05-30T03:27:24.374Z Documenting dirs-sys-next v0.1.2
27212024-05-30T03:27:24.515Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27222024-05-30T03:27:24.846Z Documenting darling_core v0.20.9
27232024-05-30T03:27:25.521Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27242024-05-30T03:27:25.842Z Documenting sha1 v0.10.6
27252024-05-30T03:27:26.676Z Documenting http v1.1.0
27262024-05-30T03:27:27.514Z Documenting paste v1.0.15
27272024-05-30T03:27:27.919Z Documenting thread_local v1.1.8
27282024-05-30T03:27:29.394Z Documenting dirs-next v2.0.0
27292024-05-30T03:27:30.345Z Documenting rustls-pki-types v1.7.0
27302024-05-30T03:27:30.555Z Documenting crossbeam-channel v0.5.12
27312024-05-30T03:27:31.903Z Documenting take_mut v0.2.2
27322024-05-30T03:27:32.317Z Documenting slog-json v2.6.1
27332024-05-30T03:27:32.504Z Documenting async-stream-impl v0.3.5
27342024-05-30T03:27:34.449Z Documenting term v0.7.0
27352024-05-30T03:27:34.867Z Documenting debug-ignore v1.0.5
27362024-05-30T03:27:35.223Z Documenting atomic-waker v1.1.2
27372024-05-30T03:27:35.239Z Documenting darling_macro v0.20.9
27382024-05-30T03:27:35.413Z Documenting rustls-webpki v0.102.4
27392024-05-30T03:27:36.810Z Documenting slog-async v2.8.0
27402024-05-30T03:27:37.527Z Documenting slog-bunyan v2.5.0
27412024-05-30T03:27:37.775Z Documenting rustls-pemfile v2.1.2
27422024-05-30T03:27:38.128Z Documenting waitgroup v0.1.2
27432024-05-30T03:27:38.374Z Documenting async-stream v0.3.5
27442024-05-30T03:27:39.598Z Documenting slog-term v2.9.1
27452024-05-30T03:27:49.102Z Documenting rustls v0.22.4
27462024-05-30T03:27:49.312Z Documenting darling v0.20.9
27472024-05-30T03:27:49.312Z Documenting multer v3.1.0
27482024-05-30T03:27:49.312Z Documenting toml v0.8.13
27492024-05-30T03:27:49.312Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
27502024-05-30T03:27:49.312Z Documenting serde_path_to_error v0.1.16
27512024-05-30T03:27:49.312Z Documenting hostname v0.4.0
27522024-05-30T03:27:49.425Z Documenting structmeta-derive v0.3.0
27532024-05-30T03:27:49.445Z Documenting serde_with_macros v3.8.1
27542024-05-30T03:27:49.445Z Documenting newtype-uuid v1.1.0
27552024-05-30T03:27:49.445Z Checking structmeta v0.3.0
27562024-05-30T03:27:49.445Z Documenting instant v0.1.12
27572024-05-30T03:27:49.445Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27582024-05-30T03:27:49.445Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27592024-05-30T03:27:49.972Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27602024-05-30T03:27:50.144Z Documenting tokio-rustls v0.25.0
27612024-05-30T03:27:51.134Z Documenting structmeta v0.3.0
27622024-05-30T03:27:51.994Z Documenting serde_with v3.8.1
27632024-05-30T03:27:53.346Z Documenting backoff v0.4.0
27642024-05-30T03:27:53.493Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27652024-05-30T03:27:54.203Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27662024-05-30T03:27:54.655Z Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
27672024-05-30T03:27:56.152Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
27682024-05-30T03:27:56.234Z Documenting parse-display-derive v0.9.0
27692024-05-30T03:27:58.866Z Documenting macaddr v1.0.1
27702024-05-30T03:27:59.111Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27712024-05-30T03:27:59.282Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27722024-05-30T03:27:59.501Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27732024-05-30T03:28:00.410Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27742024-05-30T03:28:00.704Z Documenting fastrand v2.1.0
27752024-05-30T03:28:02.093Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27762024-05-30T03:28:02.574Z Checking proc-macro-crate v1.3.1
27772024-05-30T03:28:02.835Z Documenting proc-macro-crate v1.3.1
27782024-05-30T03:28:02.944Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27792024-05-30T03:28:03.040Z Documenting parse-display v0.9.0
27802024-05-30T03:28:03.216Z Documenting foreign-types-macros v0.2.3
27812024-05-30T03:28:04.205Z Documenting foreign-types-shared v0.3.1
27822024-05-30T03:28:04.374Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27832024-05-30T03:28:04.812Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27842024-05-30T03:28:05.342Z Documenting tempfile v3.10.1
27852024-05-30T03:28:07.104Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27862024-05-30T03:28:07.420Z Documenting cstr-argument v0.1.2
27872024-05-30T03:28:08.288Z Documenting num_enum_derive v0.5.11
27882024-05-30T03:28:08.415Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27892024-05-30T03:28:08.656Z Documenting tabwriter v1.4.0
27902024-05-30T03:28:09.208Z Documenting foreign-types v0.5.0
27912024-05-30T03:28:09.644Z Documenting colored v2.1.0
27922024-05-30T03:28:10.324Z Documenting camino-tempfile v1.1.1
27932024-05-30T03:28:10.377Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27942024-05-30T03:28:12.271Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27952024-05-30T03:28:13.394Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27962024-05-30T03:28:13.521Z Documenting hash32 v0.3.1
27972024-05-30T03:28:13.956Z Documenting stable_deref_trait v1.2.0
27982024-05-30T03:28:14.018Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27992024-05-30T03:28:15.637Z Documenting smf v0.2.3
28002024-05-30T03:28:16.495Z Documenting num_enum v0.5.11
28012024-05-30T03:28:17.164Z Documenting embedded-io v0.4.0
28022024-05-30T03:28:17.488Z Documenting cobs v0.2.3
28032024-05-30T03:28:18.549Z Documenting heapless v0.8.0
28042024-05-30T03:28:18.759Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28052024-05-30T03:28:20.022Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28062024-05-30T03:28:20.382Z Documenting crucible-workspace-hack v0.1.0
28072024-05-30T03:28:20.525Z Documenting postcard v1.0.8
28082024-05-30T03:28:20.749Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28092024-05-30T03:28:21.334Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28102024-05-30T03:28:22.098Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28112024-05-30T03:28:24.520Z Documenting smoltcp v0.11.0
28122024-05-30T03:28:25.578Z Documenting derive-where v1.2.7
28132024-05-30T03:28:25.818Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28142024-05-30T03:28:26.221Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28152024-05-30T03:28:26.901Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
28162024-05-30T03:28:27.862Z Documenting sigpipe v0.1.3
28172024-05-30T03:28:28.105Z Documenting num-derive v0.4.2
28182024-05-30T03:28:29.041Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28192024-05-30T03:28:31.339Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28202024-05-30T03:28:31.719Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28212024-05-30T03:28:32.101Z Documenting newline-converter v0.3.0
28222024-05-30T03:28:32.918Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28232024-05-30T03:28:33.067Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28242024-05-30T03:28:33.538Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28252024-05-30T03:28:34.236Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
28262024-05-30T03:28:34.665Z Documenting convert_case v0.4.0
28272024-05-30T03:28:35.105Z Checking convert_case v0.4.0
28282024-05-30T03:28:35.327Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28292024-05-30T03:28:36.086Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28302024-05-30T03:28:36.525Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28312024-05-30T03:28:37.017Z Documenting expectorate v1.1.0
28322024-05-30T03:28:37.183Z Documenting password-hash v0.5.0
28332024-05-30T03:28:38.142Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28342024-05-30T03:28:38.157Z Documenting blake2 v0.10.6
28352024-05-30T03:28:38.556Z Documenting linked-hash-map v0.5.6
28362024-05-30T03:28:39.485Z Documenting derive_more v0.99.17
28372024-05-30T03:28:40.360Z Documenting humantime v2.1.0
28382024-05-30T03:28:42.172Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28392024-05-30T03:28:42.448Z Documenting swrite v0.1.0
28402024-05-30T03:28:43.005Z Documenting argon2 v0.5.3
28412024-05-30T03:28:43.168Z Documenting lru-cache v0.1.2
28422024-05-30T03:28:45.214Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28432024-05-30T03:28:45.508Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28442024-05-30T03:28:46.721Z Documenting newtype_derive v0.1.6
28452024-05-30T03:28:47.279Z Documenting quick-error v1.2.3
28462024-05-30T03:28:48.041Z Documenting arc-swap v1.7.1
28472024-05-30T03:28:48.186Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28482024-05-30T03:28:48.610Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28492024-05-30T03:28:49.012Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28502024-05-30T03:28:49.383Z Documenting xattr v1.3.1
28512024-05-30T03:28:51.589Z Documenting steno v0.4.0
28522024-05-30T03:28:52.111Z Documenting resolv-conf v0.7.0
28532024-05-30T03:28:52.694Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28542024-05-30T03:28:52.759Z Documenting filetime v0.2.23
28552024-05-30T03:28:53.223Z Documenting slog-scope v4.4.0
28562024-05-30T03:28:54.988Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28572024-05-30T03:28:56.022Z Documenting num-rational v0.4.2
28582024-05-30T03:28:57.251Z Documenting trust-dns-resolver v0.22.0
28592024-05-30T03:28:57.762Z Documenting tar v0.4.40
28602024-05-30T03:28:58.243Z Documenting slog-stdlog v4.1.1
28612024-05-30T03:28:59.601Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28622024-05-30T03:29:00.834Z Documenting num-complex v0.4.6
28632024-05-30T03:29:01.385Z Documenting tap v1.0.1
28642024-05-30T03:29:03.258Z Documenting slog-envlogger v2.2.0
28652024-05-30T03:29:03.760Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28662024-05-30T03:29:04.687Z Documenting wyz v0.5.1
28672024-05-30T03:29:04.962Z Documenting radium v0.7.0
28682024-05-30T03:29:05.521Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28692024-05-30T03:29:06.182Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28702024-05-30T03:29:06.404Z Documenting nibble_vec v0.1.0
28712024-05-30T03:29:06.543Z Documenting num v0.4.3
28722024-05-30T03:29:07.845Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28732024-05-30T03:29:08.745Z Documenting funty v2.0.0
28742024-05-30T03:29:08.894Z Documenting crc-catalog v2.4.0
28752024-05-30T03:29:09.534Z Documenting same-file v1.0.6
28762024-05-30T03:29:10.672Z Documenting endian-type v0.1.2
28772024-05-30T03:29:12.290Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28782024-05-30T03:29:12.393Z Documenting crc v3.2.1
28792024-05-30T03:29:12.697Z Documenting bitvec v1.0.1
28802024-05-30T03:29:12.777Z Documenting slog-dtrace v0.3.0
28812024-05-30T03:29:12.833Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28822024-05-30T03:29:13.850Z Documenting walkdir v2.5.0
28832024-05-30T03:29:15.448Z Documenting cancel-safe-futures v0.1.5
28842024-05-30T03:29:15.773Z Documenting radix_trie v0.2.1
28852024-05-30T03:29:16.121Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28862024-05-30T03:29:18.280Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28872024-05-30T03:29:18.306Z Documenting packed_struct_codegen v0.10.1
28882024-05-30T03:29:18.535Z Documenting nodrop v0.1.14
28892024-05-30T03:29:20.099Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28902024-05-30T03:29:21.218Z Documenting bzip2-sys v0.1.11+1.0.8
28912024-05-30T03:29:21.493Z Documenting array-init v0.0.4
28922024-05-30T03:29:22.515Z Documenting num-bigint-dig v0.8.4
28932024-05-30T03:29:23.779Z Documenting pem v3.0.4
28942024-05-30T03:29:24.145Z Documenting packed_struct v0.10.1
28952024-05-30T03:29:24.861Z Documenting pkcs1 v0.7.5
28962024-05-30T03:29:26.343Z Documenting signature v2.2.0
28972024-05-30T03:29:26.874Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28982024-05-30T03:29:27.252Z Documenting bitfield v0.14.0
28992024-05-30T03:29:27.549Zwarning: unresolved link to `Blueprints`
29002024-05-30T03:29:27.549Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
29012024-05-30T03:29:27.549Z |
29022024-05-30T03:29:27.550Z5 | //! Types helpful for diffing [`Blueprints`].
29032024-05-30T03:29:27.550Z | ^^^^^^^^^^ no item named `Blueprints` in scope
29042024-05-30T03:29:27.550Z |
29052024-05-30T03:29:27.550Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29062024-05-30T03:29:27.550Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29072024-05-30T03:29:27.550Z
29082024-05-30T03:29:27.556Zwarning: unresolved link to `Blueprints`
29092024-05-30T03:29:27.556Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
29102024-05-30T03:29:27.556Z |
29112024-05-30T03:29:27.556Z5 | //! Types helpful for rendering [`Blueprints`].
29122024-05-30T03:29:27.556Z | ^^^^^^^^^^ no item named `Blueprints` in scope
29132024-05-30T03:29:27.556Z |
29142024-05-30T03:29:27.556Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29152024-05-30T03:29:27.556Z
29162024-05-30T03:29:27.557Zwarning: unresolved link to `BpSledTable`
29172024-05-30T03:29:27.557Z --> nexus/types/src/deployment/blueprint_display.rs:179:49
29182024-05-30T03:29:27.557Z |
29192024-05-30T03:29:27.557Z179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
29202024-05-30T03:29:27.557Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
29212024-05-30T03:29:27.557Z |
29222024-05-30T03:29:27.557Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29232024-05-30T03:29:27.557Z
29242024-05-30T03:29:28.737Z Documenting display-error-chain v0.2.0
29252024-05-30T03:29:28.809Z Documenting termcolor v1.4.1
29262024-05-30T03:29:29.961Zwarning: `nexus-types` (lib doc) generated 3 warnings
29272024-05-30T03:29:29.961Z Documenting bzip2 v0.4.4
29282024-05-30T03:29:30.358Z Documenting serde-hex v0.1.0
29292024-05-30T03:29:30.374Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29302024-05-30T03:29:30.861Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29312024-05-30T03:29:31.119Z Documenting rsa v0.9.6
29322024-05-30T03:29:31.141Z Documenting x509-cert v0.2.5
29332024-05-30T03:29:33.299Z Documenting env_logger v0.10.2
29342024-05-30T03:29:33.729Z Documenting libsw v3.3.1
29352024-05-30T03:29:34.443Z Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29362024-05-30T03:29:35.271Z Documenting ron v0.8.1
29372024-05-30T03:29:35.403Z Documenting half v2.4.1
29382024-05-30T03:29:36.279Z Documenting crc-any v2.5.0
29392024-05-30T03:29:37.782Z Documenting linear-map v1.2.0
29402024-05-30T03:29:38.744Z Documenting ciborium-io v0.2.2
29412024-05-30T03:29:38.951Z Documenting owo-colors v4.0.0
29422024-05-30T03:29:39.123Z Documenting maplit v1.0.2
29432024-05-30T03:29:39.866Z Documenting zip v0.6.6
29442024-05-30T03:29:41.272Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29452024-05-30T03:29:42.352Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29462024-05-30T03:29:42.896Z Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29472024-05-30T03:29:43.655Z Documenting ciborium-ll v0.2.2
29482024-05-30T03:29:44.002Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29492024-05-30T03:29:44.037Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29502024-05-30T03:29:44.458Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29512024-05-30T03:29:45.518Z Documenting headers-core v0.2.0
29522024-05-30T03:29:46.214Z Documenting async-recursion v1.1.1
29532024-05-30T03:29:48.706Z Documenting path-slash v0.1.5
29542024-05-30T03:29:50.601Z Documenting headers v0.3.9
29552024-05-30T03:29:51.647Z Documenting ciborium v0.2.2
29562024-05-30T03:29:52.112Z Documenting fxhash v0.2.1
29572024-05-30T03:29:52.353Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29582024-05-30T03:29:53.572Z Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
29592024-05-30T03:29:55.192Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29602024-05-30T03:29:56.988Z Documenting buf-list v1.0.3
29612024-05-30T03:29:57.008Z Documenting pin-project-internal v1.1.5
29622024-05-30T03:29:57.234Z Documenting vte_generate_state_changes v0.1.1
29632024-05-30T03:29:58.448Z Documenting derive_builder_core v0.20.0
29642024-05-30T03:30:02.413Z Documenting vte v0.11.1
29652024-05-30T03:30:02.662Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29662024-05-30T03:30:03.599Z Documenting pin-project v1.1.5
29672024-05-30T03:30:05.056Z Checking derive_builder_core v0.20.0
29682024-05-30T03:30:05.964Z Documenting crossbeam-deque v0.8.5
29692024-05-30T03:30:06.905Z Documenting snafu-derive v0.8.2
29702024-05-30T03:30:06.954Z Documenting fd-lock v4.0.2
29712024-05-30T03:30:07.227Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29722024-05-30T03:30:08.396Z Documenting bitstruct_derive v0.1.0
29732024-05-30T03:30:08.506Z Documenting ascii v1.1.0
29742024-05-30T03:30:11.166Z Documenting rayon-core v1.12.1
29752024-05-30T03:30:11.702Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29762024-05-30T03:30:11.786Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29772024-05-30T03:30:12.189Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29782024-05-30T03:30:12.986Z Documenting strip-ansi-escapes v0.2.0
29792024-05-30T03:30:13.867Z Documenting bitstruct v0.1.1
29802024-05-30T03:30:14.456Z Documenting snafu v0.8.2
29812024-05-30T03:30:16.571Z Documenting derive_builder_macro v0.20.0
29822024-05-30T03:30:16.886Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29832024-05-30T03:30:17.395Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29842024-05-30T03:30:17.454Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29852024-05-30T03:30:17.905Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29862024-05-30T03:30:18.082Z Documenting proc-macro-error-attr v1.0.4
29872024-05-30T03:30:18.640Z Documenting globset v0.4.14
29882024-05-30T03:30:19.149Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29892024-05-30T03:30:21.596Z Documenting olpc-cjson v0.1.3
29902024-05-30T03:30:23.043Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29912024-05-30T03:30:23.353Z Documenting serde_arrays v0.1.0
29922024-05-30T03:30:24.033Z Documenting serde_plain v1.0.2
29932024-05-30T03:30:24.694Z Documenting erased-serde v0.3.31
29942024-05-30T03:30:25.031Z Documenting ref-cast-impl v1.0.23
29952024-05-30T03:30:26.467Z Documenting unicode-xid v0.2.4
29962024-05-30T03:30:28.763Z Documenting typed-path v0.7.1
29972024-05-30T03:30:29.440Z Documenting nu-ansi-term v0.50.0
29982024-05-30T03:30:29.920Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29992024-05-30T03:30:30.191Z Checking unicode-xid v0.2.4
30002024-05-30T03:30:30.340Z Documenting const_format_proc_macros v0.2.32
30012024-05-30T03:30:30.354Z Documenting ref-cast v1.0.23
30022024-05-30T03:30:30.925Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30032024-05-30T03:30:31.543Z Documenting proc-macro-error v1.0.4
30042024-05-30T03:30:33.285Z Documenting derive_builder v0.20.0
30052024-05-30T03:30:34.441Z Documenting reedline v0.31.0
30062024-05-30T03:30:35.510Z Documenting tough v0.17.1
30072024-05-30T03:30:35.863Z Documenting rayon v1.10.0
30082024-05-30T03:30:36.579Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30092024-05-30T03:30:37.805Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30102024-05-30T03:30:42.662Z Documenting libefi-sys v0.1.0
30112024-05-30T03:30:42.988Z Documenting trust-dns-client v0.22.0
30122024-05-30T03:30:44.199Z Documenting polar-core v0.27.3
30132024-05-30T03:30:44.702Z Documenting libxml v0.3.3
30142024-05-30T03:30:46.854Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30152024-05-30T03:30:47.134Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30162024-05-30T03:30:48.200Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30172024-05-30T03:30:48.655Z Checking proc-macro-error v1.0.4
30182024-05-30T03:30:49.143Z Documenting bb8 v0.8.3
30192024-05-30T03:30:50.560Z Documenting quick-xml v0.31.0
30202024-05-30T03:30:52.030Z Documenting impl-trait-for-tuples v0.2.2
30212024-05-30T03:30:52.884Z Documenting oso-derive v0.27.3
30222024-05-30T03:30:53.133Z Documenting utf-8 v0.7.6
30232024-05-30T03:30:55.002Z Documenting parse-size v1.0.0
30242024-05-30T03:30:56.435Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30252024-05-30T03:30:57.606Z Documenting keccak v0.1.5
30262024-05-30T03:30:58.151Z Documenting bytecount v0.6.8
30272024-05-30T03:30:58.329Z Documenting tungstenite v0.21.0
30282024-05-30T03:30:58.556Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30292024-05-30T03:30:58.917Z Documenting oso v0.27.3
30302024-05-30T03:31:00.891Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30312024-05-30T03:31:00.934Z Documenting sha3 v0.10.8
30322024-05-30T03:31:01.481Z Documenting papergrid v0.11.0
30332024-05-30T03:31:01.733Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30342024-05-30T03:31:05.211Z Documenting samael v0.0.15
30352024-05-30T03:31:06.001Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30362024-05-30T03:31:06.332Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30372024-05-30T03:31:07.006Z Documenting trust-dns-server v0.22.1
30382024-05-30T03:31:07.510Z Documenting tabled_derive v0.7.0
30392024-05-30T03:31:10.963Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30402024-05-30T03:31:12.656Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30412024-05-30T03:31:13.021Z Documenting const_format v0.2.32
30422024-05-30T03:31:14.446Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30432024-05-30T03:31:16.321Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30442024-05-30T03:31:16.419Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30452024-05-30T03:31:16.511Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30462024-05-30T03:31:16.626Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30472024-05-30T03:31:17.206Z Documenting sled v0.34.7
30482024-05-30T03:31:17.560Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30492024-05-30T03:31:17.979Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30502024-05-30T03:31:18.135Z Documenting nix v0.28.0
30512024-05-30T03:31:18.451Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30522024-05-30T03:31:18.731Z Documenting cookie v0.18.1
30532024-05-30T03:31:18.871Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30542024-05-30T03:31:19.156Z Documenting secrecy v0.8.0
30552024-05-30T03:31:21.961Z Documenting gethostname v0.4.3
30562024-05-30T03:31:22.633Z Documenting peg-macros v0.8.3
30572024-05-30T03:31:23.894Z Documenting rustversion v1.0.17
30582024-05-30T03:31:24.050Z Documenting sqlparser_derive v0.2.2
30592024-05-30T03:31:24.307Z Documenting home v0.5.9
30602024-05-30T03:31:24.865Z Documenting unicode_categories v0.1.1
30612024-05-30T03:31:27.085Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30622024-05-30T03:31:27.951Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30632024-05-30T03:31:28.472Z Documenting peg v0.8.3
30642024-05-30T03:31:29.113Z Documenting castaway v0.2.2
30652024-05-30T03:31:29.228Z Documenting sqlparser v0.45.0
30662024-05-30T03:31:29.380Z Documenting rustyline v14.0.0
30672024-05-30T03:31:30.019Z Documenting sqlformat v0.2.3
30682024-05-30T03:31:33.527Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30692024-05-30T03:31:34.029Z Documenting tabled v0.15.0
30702024-05-30T03:31:35.617Z Documenting tokio-tungstenite v0.21.0
30712024-05-30T03:31:36.663Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30722024-05-30T03:31:39.363Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30732024-05-30T03:31:40.673Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30742024-05-30T03:31:42.076Z Documenting zone v0.1.8
30752024-05-30T03:31:42.309Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30762024-05-30T03:31:42.484Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
30772024-05-30T03:31:43.182Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30782024-05-30T03:31:43.380Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30792024-05-30T03:31:46.629Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30802024-05-30T03:31:46.869Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30812024-05-30T03:31:47.126Z Documenting portpicker v0.1.1
30822024-05-30T03:31:47.896Z Documenting universal-hash v0.5.1
30832024-05-30T03:31:49.232Z Documenting bcs v0.1.6
30842024-05-30T03:31:52.549Z Documenting kstat-rs v0.2.3
30852024-05-30T03:31:54.423Z Documenting thiserror-impl-no-std v2.0.2
30862024-05-30T03:32:02.952Z Documenting curve25519-dalek-derive v0.1.1
30872024-05-30T03:32:03.198Z Documenting opaque-debug v0.3.1
30882024-05-30T03:32:03.405Z Documenting highway v1.1.0
30892024-05-30T03:32:03.435Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30902024-05-30T03:32:03.462Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30912024-05-30T03:32:03.821Z Documenting thiserror-no-std v2.0.2
30922024-05-30T03:32:04.077Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30932024-05-30T03:32:06.576Z Documenting poly1305 v0.8.0
30942024-05-30T03:32:07.221Z Documenting compact_str v0.7.1
30952024-05-30T03:32:08.441Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30962024-05-30T03:32:08.879Z Documenting curve25519-dalek v4.1.2
30972024-05-30T03:32:11.975Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30982024-05-30T03:32:12.453Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30992024-05-30T03:32:14.029Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31002024-05-30T03:32:14.625Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31012024-05-30T03:32:14.901Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31022024-05-30T03:32:15.613Z Documenting portable-atomic v1.6.0
31032024-05-30T03:32:17.957Z Documenting ed25519 v1.5.3
31042024-05-30T03:32:18.164Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31052024-05-30T03:32:19.227Z Documenting memoffset v0.7.1
31062024-05-30T03:32:19.968Z Documenting unicase v2.7.0
31072024-05-30T03:32:19.990Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31082024-05-30T03:32:21.099Z Documenting rcgen v0.12.1
31092024-05-30T03:32:22.354Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
31102024-05-30T03:32:23.949Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31112024-05-30T03:32:25.081Zwarning: could not parse code block as Rust code
31122024-05-30T03:32:25.082Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31132024-05-30T03:32:25.082Z |
31142024-05-30T03:32:25.082Z246 | / /// Parse a string literal, either single- or double-quoted.
31152024-05-30T03:32:25.082Z247 | | ///
31162024-05-30T03:32:25.082Z248 | | /// Parsing string literals is pretty tricky, but we add several
31172024-05-30T03:32:25.082Z249 | | /// constraints to simplify things. First strings must be quoted, either
31182024-05-30T03:32:25.082Z... |
31192024-05-30T03:32:25.082Z277 | | ///
31202024-05-30T03:32:25.082Z278 | | /// Will be parsed as `this string has " in it`.
31212024-05-30T03:32:25.082Z | |________________________________________________________^
31222024-05-30T03:32:25.082Z |
31232024-05-30T03:32:25.082Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31242024-05-30T03:32:25.082Z = note: error from rustc: unknown start of token: \
31252024-05-30T03:32:25.082Z = note: error from rustc: unknown start of token: \
31262024-05-30T03:32:25.082Z = note: error from rustc: unknown start of token: \
31272024-05-30T03:32:25.082Z = note: error from rustc: unknown start of token: \
31282024-05-30T03:32:25.082Z = note: error from rustc: unknown start of token: \
31292024-05-30T03:32:25.082Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31302024-05-30T03:32:25.082Z
31312024-05-30T03:32:26.250Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
31322024-05-30T03:32:26.422Zwarning: `oximeter-db` (lib doc) generated 1 warning
31332024-05-30T03:32:26.425Z Documenting atomicwrites v0.4.3
31342024-05-30T03:32:27.161Z Documenting chacha20 v0.9.1
31352024-05-30T03:32:29.364Z Documenting lru v0.12.3
31362024-05-30T03:32:31.392Z Documenting aead v0.5.2
31372024-05-30T03:32:32.170Z Documenting rand_seeder v0.2.3
31382024-05-30T03:32:32.537Z Documenting nanorand v0.7.0
31392024-05-30T03:32:34.352Z Documenting subprocess v0.2.9
31402024-05-30T03:32:35.027Z Documenting stability v0.2.0
31412024-05-30T03:32:37.181Z Documenting glob v0.3.1
31422024-05-30T03:32:37.281Z Documenting cassowary v0.3.0
31432024-05-30T03:32:46.522Z Documenting number_prefix v0.4.0
31442024-05-30T03:32:46.717Z Documenting flume v0.11.0
31452024-05-30T03:32:46.976Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31462024-05-30T03:32:47.065Z Documenting chacha20poly1305 v0.10.1
31472024-05-30T03:32:47.104Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31482024-05-30T03:32:47.376Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31492024-05-30T03:32:47.606Z Documenting ratatui v0.26.2
31502024-05-30T03:32:51.385Z Documenting indicatif v0.17.8
31512024-05-30T03:32:51.726Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31522024-05-30T03:33:04.064Z Documenting mime_guess v2.0.4
31532024-05-30T03:33:04.626Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31542024-05-30T03:33:05.033Z Documenting salty v0.2.0
31552024-05-30T03:33:05.033Z Documenting vsss-rs v3.3.4
31562024-05-30T03:33:05.038Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31572024-05-30T03:33:06.413Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31582024-05-30T03:33:07.798Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31592024-05-30T03:33:08.696Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31602024-05-30T03:33:09.800Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31612024-05-30T03:33:10.371Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31622024-05-30T03:33:11.763Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31632024-05-30T03:33:12.021Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31642024-05-30T03:33:12.285Z Documenting serde-big-array v0.5.1
31652024-05-30T03:33:12.635Z Documenting rtoolbox v0.0.2
31662024-05-30T03:33:13.279Z Documenting memmap2 v0.9.4
31672024-05-30T03:33:13.777Z Documenting http-range v0.1.5
31682024-05-30T03:33:15.065Z Documenting unicode-linebreak v0.1.5
31692024-05-30T03:33:17.010Z Documenting constant_time_eq v0.3.0
31702024-05-30T03:33:17.904Z Documenting shell-words v1.1.0
31712024-05-30T03:33:18.135Z Documenting arrayvec v0.7.4
31722024-05-30T03:33:18.604Z Documenting arrayref v0.3.7
31732024-05-30T03:33:19.051Z Documenting smawk v0.3.2
31742024-05-30T03:33:20.104Z Documenting is_ci v1.2.0
31752024-05-30T03:33:20.199Z Documenting hyper-staticfile v0.9.5
31762024-05-30T03:33:20.968Zwarning: unresolved link to `test_sled_transitions`
31772024-05-30T03:33:20.968Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
31782024-05-30T03:33:20.968Z |
31792024-05-30T03:33:20.969Z698 | /// [`test_sled_transitions`].
31802024-05-30T03:33:20.969Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31812024-05-30T03:33:20.969Z |
31822024-05-30T03:33:20.969Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31832024-05-30T03:33:20.969Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31842024-05-30T03:33:20.969Z
31852024-05-30T03:33:20.973Zwarning: unresolved link to `test_sled_transitions`
31862024-05-30T03:33:20.973Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
31872024-05-30T03:33:20.973Z |
31882024-05-30T03:33:20.973Z734 | /// [`test_sled_transitions`].
31892024-05-30T03:33:20.973Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31902024-05-30T03:33:20.973Z |
31912024-05-30T03:33:20.973Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31922024-05-30T03:33:20.973Z
31932024-05-30T03:33:20.973Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31942024-05-30T03:33:20.973Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31952024-05-30T03:33:20.973Z |
31962024-05-30T03:33:20.973Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
31972024-05-30T03:33:20.973Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
31982024-05-30T03:33:20.973Z
31992024-05-30T03:33:21.838Z Documenting rpassword v7.3.1
32002024-05-30T03:33:21.999Z Documenting blake3 v1.5.1
32012024-05-30T03:33:22.341Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32022024-05-30T03:33:23.898Z Documenting textwrap v0.16.1
32032024-05-30T03:33:25.004Z Documenting supports-color v3.0.0
32042024-05-30T03:33:26.546Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32052024-05-30T03:33:27.209Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32062024-05-30T03:33:27.595Z Documenting tui-tree-widget v0.19.0
32072024-05-30T03:33:29.152Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32082024-05-30T03:33:29.505Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32092024-05-30T03:33:31.610Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32102024-05-30T03:33:32.784Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32112024-05-30T03:33:33.612Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32122024-05-30T03:33:34.644Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32132024-05-30T03:33:35.170Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32142024-05-30T03:33:35.584Z Documenting signal-hook-tokio v0.3.1
32152024-05-30T03:33:35.662Z Documenting csv-core v0.1.11
32162024-05-30T03:33:37.400Z Documenting topological-sort v0.2.2
32172024-05-30T03:33:37.796Z Documenting corncobs v0.1.3
32182024-05-30T03:33:40.288Z Documenting csv v1.3.0
32192024-05-30T03:33:40.431Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32202024-05-30T03:33:40.439Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32212024-05-30T03:33:40.840Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32222024-05-30T03:33:41.587Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32232024-05-30T03:33:41.799Z Documenting omicron-zone-package v0.11.0
32242024-05-30T03:33:44.477Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252024-05-30T03:33:45.542Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32262024-05-30T03:33:45.558Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32272024-05-30T03:33:46.501Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32282024-05-30T03:33:53.382Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32292024-05-30T03:33:54.719Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32302024-05-30T03:34:03.179Zwarning: unresolved link to `BlueprintDisksConfig`
32312024-05-30T03:34:03.179Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:980:55
32322024-05-30T03:34:03.179Z |
32332024-05-30T03:34:03.179Z980 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32342024-05-30T03:34:03.179Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32352024-05-30T03:34:03.179Z |
32362024-05-30T03:34:03.179Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32372024-05-30T03:34:03.179Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32382024-05-30T03:34:03.179Z
32392024-05-30T03:34:03.951Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32402024-05-30T03:34:04.196Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32412024-05-30T03:34:04.199Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32422024-05-30T03:34:06.098Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32432024-05-30T03:34:12.873Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
32442024-05-30T03:34:16.183Z Documenting fatfs v0.3.6
32452024-05-30T03:34:17.104Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32462024-05-30T03:34:20.197Zwarning: unclosed HTML tag `usize`
32472024-05-30T03:34:20.197Z --> wicket/src/ui/panes/update.rs:153:19
32482024-05-30T03:34:20.197Z |
32492024-05-30T03:34:20.197Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32502024-05-30T03:34:20.197Z | ^^^^^^^
32512024-05-30T03:34:20.197Z |
32522024-05-30T03:34:20.197Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32532024-05-30T03:34:20.197Z
32542024-05-30T03:34:21.596Zwarning: `wicket` (lib doc) generated 1 warning
32552024-05-30T03:34:21.599Z Documenting cargo-platform v0.1.8
32562024-05-30T03:34:21.925Z Documenting assert_matches v1.5.0
32572024-05-30T03:34:22.003Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32582024-05-30T03:34:22.366Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32592024-05-30T03:34:22.366Z --> sled-agent/src/sim/instance.rs:46:7
32602024-05-30T03:34:22.366Z |
32612024-05-30T03:34:22.367Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32622024-05-30T03:34:22.367Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32632024-05-30T03:34:22.367Z |
32642024-05-30T03:34:22.367Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32652024-05-30T03:34:22.367Z
32662024-05-30T03:34:22.400Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32672024-05-30T03:34:22.416Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32682024-05-30T03:34:24.827Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32692024-05-30T03:34:25.815Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32702024-05-30T03:34:25.820Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32712024-05-30T03:34:26.881Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32722024-05-30T03:34:26.904Z Documenting cargo_metadata v0.18.1
32732024-05-30T03:34:27.893Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32742024-05-30T03:34:32.402Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32752024-05-30T03:34:35.612Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32762024-05-30T03:34:36.371Z Documenting uzers v0.11.3
32772024-05-30T03:34:37.388Z Documenting termios v0.3.3
32782024-05-30T03:34:41.748Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32792024-05-30T03:34:42.669Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32802024-05-30T03:34:43.353Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32812024-05-30T03:34:43.476Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32822024-05-30T03:34:43.584Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32832024-05-30T03:34:44.111Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32842024-05-30T03:35:02.125Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32852024-05-30T03:35:21.479Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32862024-05-30T03:35:24.169Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32872024-05-30T03:35:34.573Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32882024-05-30T03:35:36.910Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32892024-05-30T03:35:37.816Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32902024-05-30T03:35:38.076Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32912024-05-30T03:35:39.779Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32922024-05-30T03:35:42.242Zwarning: unresolved link to `Nexus`
32932024-05-30T03:35:42.242Z --> nexus/src/app/instance_network.rs:241:34
32942024-05-30T03:35:42.242Z |
32952024-05-30T03:35:42.242Z241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32962024-05-30T03:35:42.242Z | ^^^^^ no item named `Nexus` in scope
32972024-05-30T03:35:42.242Z |
32982024-05-30T03:35:42.242Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32992024-05-30T03:35:42.242Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33002024-05-30T03:35:42.242Z
33012024-05-30T03:35:43.124Zwarning: unresolved link to `Nexus`
33022024-05-30T03:35:43.124Z --> nexus/src/app/instance_network.rs:419:34
33032024-05-30T03:35:43.124Z |
33042024-05-30T03:35:43.124Z419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
33052024-05-30T03:35:43.124Z | ^^^^^ no item named `Nexus` in scope
33062024-05-30T03:35:43.124Z |
33072024-05-30T03:35:43.124Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33082024-05-30T03:35:43.125Z
33092024-05-30T03:35:43.125Zwarning: unresolved link to `VolumeConstructionRequest`
33102024-05-30T03:35:43.125Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33112024-05-30T03:35:43.125Z |
33122024-05-30T03:35:43.125Z338 | /// [`VolumeConstructionRequest`] is shown here):
33132024-05-30T03:35:43.125Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33142024-05-30T03:35:43.125Z |
33152024-05-30T03:35:43.125Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33162024-05-30T03:35:43.125Z
33172024-05-30T03:35:43.126Zwarning: unresolved link to `fd00:1122:3344:101::5`
33182024-05-30T03:35:43.126Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33192024-05-30T03:35:43.126Z |
33202024-05-30T03:35:43.126Z348 | /// "[fd00:1122:3344:101::5]:1000",
33212024-05-30T03:35:43.126Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33222024-05-30T03:35:43.126Z
33232024-05-30T03:35:43.126Zwarning: unresolved link to `fd00:1122:3344:102::9`
33242024-05-30T03:35:43.127Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33252024-05-30T03:35:43.127Z |
33262024-05-30T03:35:43.127Z349 | /// "[fd00:1122:3344:102::9]:1000",
33272024-05-30T03:35:43.127Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33282024-05-30T03:35:43.127Z
33292024-05-30T03:35:43.127Zwarning: unresolved link to `fd00:1122:3344:103::2`
33302024-05-30T03:35:43.127Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33312024-05-30T03:35:43.127Z |
33322024-05-30T03:35:43.127Z350 | /// "[fd00:1122:3344:103::2]:1000"
33332024-05-30T03:35:43.127Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33342024-05-30T03:35:43.127Z
33352024-05-30T03:35:43.127Zwarning: unresolved link to `fd00:1122:3344:101::5`
33362024-05-30T03:35:43.127Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33372024-05-30T03:35:43.127Z |
33382024-05-30T03:35:43.128Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33392024-05-30T03:35:43.128Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33402024-05-30T03:35:43.128Z
33412024-05-30T03:35:43.128Zwarning: unresolved link to `fd00:1122:3344:102::9`
33422024-05-30T03:35:43.128Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33432024-05-30T03:35:43.128Z |
33442024-05-30T03:35:43.128Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33452024-05-30T03:35:43.128Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33462024-05-30T03:35:43.128Z
33472024-05-30T03:35:43.128Zwarning: unresolved link to `fd00:1122:3344:103::2`
33482024-05-30T03:35:43.128Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33492024-05-30T03:35:43.128Z |
33502024-05-30T03:35:43.128Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33512024-05-30T03:35:43.128Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33522024-05-30T03:35:43.128Z
33532024-05-30T03:35:45.991Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33542024-05-30T03:36:06.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12m 33s
33552024-05-30T03:36:06.451Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 82 other files
33562024-05-30T03:36:06.493Z
33572024-05-30T03:36:06.494Zreal 12:34.057152090
33582024-05-30T03:36:06.494Zuser 36:57.142427514
33592024-05-30T03:36:06.494Zsys 53:23.944313261
33602024-05-30T03:36:06.494Ztrap 0.967024288
33612024-05-30T03:36:06.494Ztflt 0.114938352
33622024-05-30T03:36:06.494Zdflt 0.699281941
33632024-05-30T03:36:06.494Zkflt 0.000057323
33642024-05-30T03:36:06.495Zlock 3:17:56.977413621
33652024-05-30T03:36:06.495Zslp 3:31:18.289276414
33662024-05-30T03:36:06.495Zlat 4:36.263112704
33672024-05-30T03:36:06.495Zstop 2:29.591010612
33682024-05-30T03:36:06.589Zprocess exited: duration 1415471 ms, exit code 0
 
33692024-05-30T03:36:06.922Zfound 0 output files