01HW612VYWCZGAFFXH0S58S24G: clippy (helios)

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

Buildomat Job: 01HW613704WY35GT03W4GCY800

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-23T17:49:39.931Zjob assigned to worker 01HW613FHPWAGT5N1N7M42D6Q8 (queued for 2 m 28 s)
 
22024-04-23T17:49:47.034Zstarting task 0: "setup"
32024-04-23T17:49:48.298Z++ uname -s
42024-04-23T17:49:48.298Z+ kern=SunOS
52024-04-23T17:49:48.298Z+ case "$kern" in
62024-04-23T17:49:48.298Z+ groupadd -g 12345 build
72024-04-23T17:49:48.298Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-23T17:49:49.126Z+ zfs create -o mountpoint=/work rpool/work
92024-04-23T17:49:49.606Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-23T17:49:50.262Z+ home_fs=zfs
112024-04-23T17:49:50.262Z+ [[ zfs == autofs ]]
122024-04-23T17:49:50.262Z+ mkdir -p /home/build
132024-04-23T17:49:50.262Z+ chown build:build /home/build /work
142024-04-23T17:49:51.402Z+ chmod 0700 /home/build /work
152024-04-23T17:49:51.427Zprocess exited: duration 4487 ms, exit code 0
 
162024-04-23T17:49:51.444Zstarting task 1: "rust-toolchain"
172024-04-23T17:49:51.451Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-23T17:49:51.451Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-23T17:49:51.566Zinfo: downloading installer
202024-04-23T17:49:53.388Zwarning: it looks like you have an existing installation of Rust at:
212024-04-23T17:49:53.388Zwarning: /opt/ooce/bin
222024-04-23T17:49:53.389Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-23T17:49:53.389Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-23T17:49:53.389Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-23T17:49:53.389Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-23T17:49:53.389Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-23T17:49:53.389Zerror: cannot install while Rust is installed
282024-04-23T17:49:53.389Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-23T17:49:53.411Zinfo: profile set to 'default'
302024-04-23T17:49:53.411Zinfo: default host triple is x86_64-unknown-illumos
312024-04-23T17:49:53.411Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-23T17:49:53.580Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-23T17:49:53.580Zinfo: downloading component 'cargo'
342024-04-23T17:49:54.660Zinfo: downloading component 'clippy'
352024-04-23T17:49:54.942Zinfo: downloading component 'rust-docs'
362024-04-23T17:49:56.142Zinfo: downloading component 'rust-std'
372024-04-23T17:49:58.089Zinfo: downloading component 'rustc'
382024-04-23T17:50:03.714Zinfo: downloading component 'rustfmt'
392024-04-23T17:50:04.202Zinfo: installing component 'cargo'
402024-04-23T17:50:04.516Zinfo: installing component 'clippy'
412024-04-23T17:50:04.877Zinfo: installing component 'rust-docs'
422024-04-23T17:50:06.419Zinfo: installing component 'rust-std'
432024-04-23T17:50:08.125Zinfo: installing component 'rustc'
442024-04-23T17:50:12.161Zinfo: installing component 'rustfmt'
452024-04-23T17:50:12.502Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-23T17:50:12.502Z
472024-04-23T17:50:12.772Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-23T17:50:12.772Z
492024-04-23T17:50:12.776Z
502024-04-23T17:50:12.776ZRust is installed now. Great!
512024-04-23T17:50:12.776Z
522024-04-23T17:50:12.776ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-23T17:50:12.776Zenvironment variable. This has not been done automatically.
542024-04-23T17:50:12.776Z
552024-04-23T17:50:12.776ZTo configure your current shell, you need to source
562024-04-23T17:50:12.776Zthe corresponding env file under $HOME/.cargo.
572024-04-23T17:50:12.776Z
582024-04-23T17:50:12.776ZThis is usually done by running one of the following (note the leading DOT):
592024-04-23T17:50:12.776Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-23T17:50:12.776Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-23T17:50:12.852Z+ rustc --version
622024-04-23T17:50:12.914Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-23T17:50:12.917Zprocess exited: duration 21472 ms, exit code 0
 
642024-04-23T17:50:12.930Zstarting task 2: "authentication"
652024-04-23T17:50:12.949Zprocess exited: duration 21 ms, exit code 0
 
662024-04-23T17:50:12.958Zstarting task 3: "clone repository"
672024-04-23T17:50:12.961Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-23T17:50:12.965Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-23T17:50:13.311ZCloning into '/work/oxidecomputer/omicron'...
702024-04-23T17:50:17.880Z+ cd /work/oxidecomputer/omicron
712024-04-23T17:50:17.880Z+ git fetch origin 2e887c544da19e4a6b77aecbd7f3a16312eab13d
722024-04-23T17:50:18.227ZFrom https://github.com/oxidecomputer/omicron
732024-04-23T17:50:18.227Z * branch 2e887c544da19e4a6b77aecbd7f3a16312eab13d -> FETCH_HEAD
742024-04-23T17:50:18.236Z+ [[ -n provision-crucible-on-active-zpools-only ]]
752024-04-23T17:50:18.239Z++ git branch --show-current
762024-04-23T17:50:18.239Z+ current=main
772024-04-23T17:50:18.239Z+ [[ main != provision-crucible-on-active-zpools-only ]]
782024-04-23T17:50:18.239Z+ git branch -f provision-crucible-on-active-zpools-only 2e887c544da19e4a6b77aecbd7f3a16312eab13d
792024-04-23T17:50:18.243Z+ git checkout -f provision-crucible-on-active-zpools-only
802024-04-23T17:50:18.364ZSwitched to branch 'provision-crucible-on-active-zpools-only'
812024-04-23T17:50:18.368Z+ git reset --hard 2e887c544da19e4a6b77aecbd7f3a16312eab13d
822024-04-23T17:50:18.493ZHEAD is now at 2e887c544 zpool filter
832024-04-23T17:50:18.497Zprocess exited: duration 5536 ms, exit code 0
 
842024-04-23T17:50:18.505Zstarting task 4: "build"
852024-04-23T17:50:18.511Z+ cargo --version
862024-04-23T17:50:18.515Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-04-23T17:50:18.646Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-04-23T17:50:18.646Zinfo: downloading component 'cargo'
892024-04-23T17:50:19.791Zinfo: downloading component 'clippy'
902024-04-23T17:50:19.815Zinfo: downloading component 'rust-docs'
912024-04-23T17:50:20.550Zinfo: downloading component 'rust-std'
922024-04-23T17:50:22.958Zinfo: downloading component 'rustc'
932024-04-23T17:50:25.790Zinfo: downloading component 'rustfmt'
942024-04-23T17:50:25.901Zinfo: installing component 'cargo'
952024-04-23T17:50:26.704Zinfo: installing component 'clippy'
962024-04-23T17:50:27.037Zinfo: installing component 'rust-docs'
972024-04-23T17:50:28.500Zinfo: installing component 'rust-std'
982024-04-23T17:50:30.202Zinfo: installing component 'rustc'
992024-04-23T17:50:34.197Zinfo: installing component 'rustfmt'
1002024-04-23T17:50:34.589Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-04-23T17:50:34.594Z+ rustc --version
1022024-04-23T17:50:34.650Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-04-23T17:50:34.653Z+ source ./env.sh
1042024-04-23T17:50:34.653Z++ set -o xtrace
1052024-04-23T17:50:34.657Z++++ dirname ./env.sh
1062024-04-23T17:50:34.692Z+++ readlink -f .
1072024-04-23T17:50:34.757Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-04-23T17:50:34.757Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-04-23T17:50:34.757Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-04-23T17:50:34.757Z++ 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
1112024-04-23T17:50:34.757Z++ 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
1122024-04-23T17:50:34.761Z++ 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
1132024-04-23T17:50:34.762Z++ 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
1142024-04-23T17:50:34.762Z++ 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
1152024-04-23T17:50:34.762Z++ 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
1162024-04-23T17:50:34.762Z++ unset OMICRON_WS
1172024-04-23T17:50:34.762Z++ set +o xtrace
1182024-04-23T17:50:34.762Z
1192024-04-23T17:50:34.762Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-04-23T17:50:34.762Z # # # # # # # # # # # # # # #
1212024-04-23T17:50:34.762Z # # # # ##### # # ##### # # # # # #### #
1222024-04-23T17:50:34.762Z ##### ##### # ##### # # # # # # # # #
1232024-04-23T17:50:34.762Z # # # # # # # # # # # # # # #
1242024-04-23T17:50:34.762Z # # # ###### # # ###### ### # #### # #### #
1252024-04-23T17:50:34.762Z
1262024-04-23T17:50:42.851Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-04-23T17:50:44.561Z Startup: Caching catalogs ... Done
1282024-04-23T17:50:46.975ZPlanning: Solver setup ... Done (1.952s)
1292024-04-23T17:50:47.014ZPlanning: Running solver ... Done (0.041s)
1302024-04-23T17:50:47.232ZPlanning: Finding local manifests ... Done (0.185s)
1312024-04-23T17:50:47.245ZPlanning: Fetching manifests: 0/4 0% complete
1322024-04-23T17:50:47.523ZPlanning: Fetching manifests: 4/4 100% complete
1332024-04-23T17:50:47.571ZPlanning: Package planning ... Done (0.048s)
1342024-04-23T17:50:47.623ZPlanning: Merging actions ... Done (0.051s)
1352024-04-23T17:50:48.042ZPlanning: Checking for conflicting actions ... Done (0.419s)
1362024-04-23T17:50:48.053ZPlanning: Consolidating action changes ... Done (0.011s)
1372024-04-23T17:50:54.165ZPlanning: Evaluating mediators ... Done (6.110s)
1382024-04-23T17:50:54.174ZPlanning: Planning completed in 9.55 seconds
1392024-04-23T17:50:54.188Z Packages to install: 4
1402024-04-23T17:50:54.188Z Mediators to change: 2
1412024-04-23T17:50:54.188Z Services to change: 1
1422024-04-23T17:50:54.193Z Estimated space available: 155.32 GB
1432024-04-23T17:50:54.193ZEstimated space to be consumed: 1.44 GB
1442024-04-23T17:50:54.193Z Create boot environment: No
1452024-04-23T17:50:54.193ZCreate backup boot environment: No
1462024-04-23T17:50:54.193Z Rebuild boot archive: No
1472024-04-23T17:50:54.193Z
1482024-04-23T17:50:54.193ZChanged mediators:
1492024-04-23T17:50:54.193Z mediator clang:
1502024-04-23T17:50:54.193Z version: None -> 15 (system default)
1512024-04-23T17:50:54.193Z
1522024-04-23T17:50:54.193Z mediator llvm:
1532024-04-23T17:50:54.193Z version: 14 (system default) -> 15 (system default)
1542024-04-23T17:50:54.193Z
1552024-04-23T17:50:54.193ZChanged packages:
1562024-04-23T17:50:54.193Zhelios-dev
1572024-04-23T17:50:54.193Z developer/build-essential
1582024-04-23T17:50:54.193Z None -> 11-2.0
1592024-04-23T17:50:54.194Z library/libxmlsec1
1602024-04-23T17:50:54.194Z None -> 1.2.35-2.0
1612024-04-23T17:50:54.194Z ooce/developer/clang-15
1622024-04-23T17:50:54.194Z None -> 15.0.7-2.0
1632024-04-23T17:50:54.194Z ooce/developer/llvm-15
1642024-04-23T17:50:54.194Z None -> 15.0.7-2.0
1652024-04-23T17:50:54.194Z
1662024-04-23T17:50:54.194ZServices:
1672024-04-23T17:50:54.194Z restart_fmri:
1682024-04-23T17:50:54.194Z svc:/system/update-man-index:default
1692024-04-23T17:50:54.264Z
1702024-04-23T17:50:54.264ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-04-23T17:50:59.327ZDownload: 933/3290 items 19.0/212.6MB 8% complete (4.0M/s)
1722024-04-23T17:51:04.351ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s)
1732024-04-23T17:51:09.355ZDownload: 2173/3290 items 119.0/212.6MB 55% complete (10.0M/s)
1742024-04-23T17:51:14.363ZDownload: 2860/3290 items 121.1/212.6MB 56% complete (3.8M/s)
1752024-04-23T17:51:19.432ZDownload: 3288/3290 items 212.6/212.6MB 99% complete (9.3M/s)
1762024-04-23T17:51:19.458ZDownload: Completed 212.60 MB in 25.19 seconds (8.4M/s)
1772024-04-23T17:51:20.092Z Actions: 1/3689 actions (Installing new actions)
1782024-04-23T17:51:25.114Z Actions: 3548/3689 actions (Installing new actions)
1792024-04-23T17:51:26.072Z Actions: Completed 3689 actions in 5.98 seconds.
1802024-04-23T17:51:26.280Z Done (0.204s)
1812024-04-23T17:51:26.280Z Done (0.000s)
1822024-04-23T17:51:26.549Z Done (0.268s)
1832024-04-23T17:51:33.241Z Done (6.548s)
1842024-04-23T17:51:33.538Z Done (0.228s)
1852024-04-23T17:51:33.542Z Done (0.000s)
1862024-04-23T17:51:33.684Z Done (0.000s)
1872024-04-23T17:51:34.210ZPlanning: Evaluating mediator changes ... Done
1882024-04-23T17:51:34.369ZPlanning: Checking for conflicting actions ... Done
1892024-04-23T17:51:34.373ZPlanning: Consolidating action changes ... Done
1902024-04-23T17:51:34.635ZPlanning: Evaluating mediators ... Done
1912024-04-23T17:51:34.639ZPlanning: Planning completed in 0.43 seconds
1922024-04-23T17:51:34.667Z Mediators to change: 2
1932024-04-23T17:51:34.667Z Create boot environment: No
1942024-04-23T17:51:34.668ZCreate backup boot environment: No
1952024-04-23T17:51:34.741Z Done
1962024-04-23T17:51:34.741Z Done
1972024-04-23T17:51:34.895Z Done
1982024-04-23T17:51:38.458Z Done
1992024-04-23T17:51:38.544Z Done
2002024-04-23T17:51:38.548Z Done
2012024-04-23T17:51:38.634Z Done
2022024-04-23T17:51:39.265ZPlanning: Evaluating mediator changes ... Done
2032024-04-23T17:51:39.269ZPlanning: Merging actions ... Done
2042024-04-23T17:51:39.454ZPlanning: Checking for conflicting actions ... Done
2052024-04-23T17:51:39.458ZPlanning: Consolidating action changes ... Done
2062024-04-23T17:51:39.720ZPlanning: Evaluating mediators ... Done
2072024-04-23T17:51:39.774ZPlanning: Planning completed in 0.78 seconds
2082024-04-23T17:51:39.808Z Packages to change: 1
2092024-04-23T17:51:39.808Z Mediators to change: 1
2102024-04-23T17:51:39.808Z Services to change: 1
2112024-04-23T17:51:39.812Z Create boot environment: No
2122024-04-23T17:51:39.812ZCreate backup boot environment: Yes
2132024-04-23T17:51:41.632Z Actions: 1/6 actions (Updating modified actions)
2142024-04-23T17:51:41.635Z Actions: Completed 6 actions in 0.00 seconds.
2152024-04-23T17:51:41.636Z Done
2162024-04-23T17:51:41.636Z Done
2172024-04-23T17:51:41.691Z Done
2182024-04-23T17:51:45.232Z Done
2192024-04-23T17:51:45.316Z Done
2202024-04-23T17:51:45.316Z Done
2212024-04-23T17:51:45.426Z Done
2222024-04-23T17:51:45.851ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-04-23T17:51:45.851Zclang system 15 system
2242024-04-23T17:51:45.851Zcsh system system illumos
2252024-04-23T17:51:45.851Zctags system system illumos
2262024-04-23T17:51:45.851Zgcc vendor 12 vendor
2272024-04-23T17:51:45.851Zgcc system 10 system
2282024-04-23T17:51:45.852Zgcc system 7 system
2292024-04-23T17:51:45.852Zgo system 1.20 system
2302024-04-23T17:51:45.852Zgo system 1.19 system
2312024-04-23T17:51:45.852Zllvm system 15 system
2322024-04-23T17:51:45.852Zllvm system 14 system
2332024-04-23T17:51:45.852Zmariadb system 10.6 system
2342024-04-23T17:51:45.852Zmta vendor vendor dma
2352024-04-23T17:51:45.852Zopenjdk system 17 system
2362024-04-23T17:51:45.852Zopenjdk system 11 system
2372024-04-23T17:51:45.852Zopenjdk system 1.8 system
2382024-04-23T17:51:45.852Zopenssl vendor 3 vendor
2392024-04-23T17:51:45.852Zperl system 5.36 system
2402024-04-23T17:51:45.852Zpostgresql system 15 system
2412024-04-23T17:51:45.852Zpostgresql system 13 system
2422024-04-23T17:51:45.852Zpython vendor 3 vendor
2432024-04-23T17:51:45.852Zpython system 2 system
2442024-04-23T17:51:45.852Zpython3 system 3.11 system
2452024-04-23T17:51:45.852Zruby system 3.0 system
2462024-04-23T17:51:45.852Zwords vendor vendor american-english
2472024-04-23T17:51:45.852Zwords system system australian-english
2482024-04-23T17:51:45.852Zwords system system british-english
2492024-04-23T17:51:45.852Zwords system system canadian-english
2502024-04-23T17:51:45.853Zwords system system french
2512024-04-23T17:51:45.853Zwords system system italian
2522024-04-23T17:51:45.853Zwords system system ngerman
2532024-04-23T17:51:45.853Zwords system system ogerman
2542024-04-23T17:51:45.853Zwords system system spanish
2552024-04-23T17:51:46.174ZPUBLISHER TYPE STATUS P LOCATION
2562024-04-23T17:51:46.174Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-04-23T17:51:47.488ZFMRI IFO
2582024-04-23T17:51:47.489Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-04-23T17:51:47.489Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-04-23T17:51:47.489Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-04-23T17:51:47.489Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-04-23T17:51:47.489Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-04-23T17:51:47.489Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-04-23T17:51:47.489Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2652024-04-23T17:51:47.489Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-04-23T17:51:47.489Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-04-23T17:51:47.489Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-04-23T17:51:47.489Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-04-23T17:51:47.489Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-04-23T17:51:47.738Z+ set -o errexit
2712024-04-23T17:51:47.742Z+++ dirname ./tools/ci_download_cockroachdb
2722024-04-23T17:51:47.742Z++ cd ./tools
2732024-04-23T17:51:47.742Z++ pwd
2742024-04-23T17:51:47.742Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2752024-04-23T17:51:47.742Z++ basename ./tools/ci_download_cockroachdb
2762024-04-23T17:51:47.742Z+ ARG0=ci_download_cockroachdb
2772024-04-23T17:51:47.746Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2782024-04-23T17:51:47.746Z+ CIDL_VERSION=v22.1.9
2792024-04-23T17:51:47.746Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2802024-04-23T17:51:47.746Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2812024-04-23T17:51:47.746Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2822024-04-23T17:51:47.746Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2832024-04-23T17:51:47.746Z+ TARGET_DIR=out
2842024-04-23T17:51:47.746Z+ DOWNLOAD_DIR=out/downloads
2852024-04-23T17:51:47.747Z+ DEST_DIR=./out/cockroachdb
2862024-04-23T17:51:47.747Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2872024-04-23T17:51:47.747Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2882024-04-23T17:51:47.747Z+ main
2892024-04-23T17:51:47.747Z+ [[ 0 != 0 ]]
2902024-04-23T17:51:47.747Z+ CIDL_OS=solaris2.11
2912024-04-23T17:51:47.747Z+ [[ 0 != 0 ]]
2922024-04-23T17:51:47.747Z+ configure_os solaris2.11
2932024-04-23T17:51:47.747Z+ echo 'current directory: /work/oxidecomputer/omicron'
2942024-04-23T17:51:47.747Zcurrent directory: /work/oxidecomputer/omicron
2952024-04-23T17:51:47.747Zconfiguring based on OS: "solaris2.11"
2962024-04-23T17:51:47.747Z+ echo 'configuring based on OS: "solaris2.11"'
2972024-04-23T17:51:47.747Z+ case "$1" in
2982024-04-23T17:51:47.747Z+ CIDL_BUILD=illumos
2992024-04-23T17:51:47.747Z+ CIDL_SUFFIX=tar.gz
3002024-04-23T17:51:47.747Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3012024-04-23T17:51:47.747Z+ CIDL_URL_BASE=https://illumos.org/downloads
3022024-04-23T17:51:47.747Z+ CIDL_ASSEMBLE=do_assemble_illumos
3032024-04-23T17:51:47.747Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3042024-04-23T17:51:47.747Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3052024-04-23T17:51:47.747Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-04-23T17:51:47.747Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3072024-04-23T17:51:47.748Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-04-23T17:51:47.748Z+ CIDL_SHA256FUNC=do_sha256sum
3092024-04-23T17:51:47.748ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-04-23T17:51:47.748Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3112024-04-23T17:51:47.748Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3122024-04-23T17:51:47.748Z+ mkdir -p out/downloads
3132024-04-23T17:51:47.748ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3142024-04-23T17:51:47.751Z+ mkdir -p ./out/cockroachdb
3152024-04-23T17:51:47.751Z+ local DO_DOWNLOAD=true
3162024-04-23T17:51:47.751Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3172024-04-23T17:51:47.752Z+ '[' true == true ']'
3182024-04-23T17:51:47.752Z+ echo Downloading...
3192024-04-23T17:51:47.752ZDownloading...
3202024-04-23T17:51:47.752Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-04-23T17:51:47.752Z+ 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
3222024-04-23T17:51:50.338Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3232024-04-23T17:51:50.342Z++ sha256sum
3242024-04-23T17:51:50.342Z++ awk '{print $1}'
3252024-04-23T17:51:50.549Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3262024-04-23T17:51:50.549Z+ [[ 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 ]]
3272024-04-23T17:51:50.553Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3282024-04-23T17:51:50.553Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3292024-04-23T17:51:52.723Z+ do_assemble_illumos
3302024-04-23T17:51:52.727Z+ rm -r ./out/cockroachdb
3312024-04-23T17:51:52.727Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3322024-04-23T17:51:53.164Z+ ./out/cockroachdb/bin/cockroach version
3332024-04-23T17:51:53.338ZBuild Tag: v22.1.9-dirty
3342024-04-23T17:51:53.338ZBuild Time: 2022/10/26 21:17:46
3352024-04-23T17:51:53.338ZDistribution: OSS
3362024-04-23T17:51:53.338ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3372024-04-23T17:51:53.338ZGo Version: go1.17.13
3382024-04-23T17:51:53.338ZC Compiler: gcc 10.3.0
3392024-04-23T17:51:53.338ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3402024-04-23T17:51:53.338ZBuild Type: release
3412024-04-23T17:51:53.355Z+ set -o errexit
3422024-04-23T17:51:53.359Z+++ dirname ./tools/ci_download_clickhouse
3432024-04-23T17:51:53.359Z++ cd ./tools
3442024-04-23T17:51:53.362Z++ pwd
3452024-04-23T17:51:53.362Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3462024-04-23T17:51:53.362Z++ basename ./tools/ci_download_clickhouse
3472024-04-23T17:51:53.362Z+ ARG0=ci_download_clickhouse
3482024-04-23T17:51:53.363Z+ TARGET_DIR=out
3492024-04-23T17:51:53.363Z+ DOWNLOAD_DIR=out/downloads
3502024-04-23T17:51:53.363Z+ DEST_DIR=./out/clickhouse
3512024-04-23T17:51:53.368Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3522024-04-23T17:51:53.368Z+ CIDL_VERSION=v23.8.7.24
3532024-04-23T17:51:53.368Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3542024-04-23T17:51:53.368Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3552024-04-23T17:51:53.368Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3562024-04-23T17:51:53.369Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3572024-04-23T17:51:53.369Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3582024-04-23T17:51:53.369Z+ main
3592024-04-23T17:51:53.369Z+ [[ 0 != 0 ]]
3602024-04-23T17:51:53.369Z+ CIDL_OS=solaris2.11
3612024-04-23T17:51:53.369Z+ [[ 0 != 0 ]]
3622024-04-23T17:51:53.369Z+ configure_os solaris2.11
3632024-04-23T17:51:53.369Z+ echo 'current directory: /work/oxidecomputer/omicron'
3642024-04-23T17:51:53.369Zcurrent directory: /work/oxidecomputer/omicron
3652024-04-23T17:51:53.369Z+ echo 'configuring based on OS: "solaris2.11"'
3662024-04-23T17:51:53.369Z+ CIDL_DASHREV=
3672024-04-23T17:51:53.369Z+ case "$1" in
3682024-04-23T17:51:53.369Zconfiguring based on OS: "solaris2.11"
3692024-04-23T17:51:53.369Z+ CIDL_PLATFORM=illumos
3702024-04-23T17:51:53.369Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3712024-04-23T17:51:53.369Z+ CIDL_MD5FUNC=do_md5sum
3722024-04-23T17:51:53.369Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3732024-04-23T17:51:53.369Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3742024-04-23T17:51:53.369Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-04-23T17:51:53.369Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-04-23T17:51:53.369Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3772024-04-23T17:51:53.369ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3782024-04-23T17:51:53.369ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3792024-04-23T17:51:53.370Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3802024-04-23T17:51:53.370Z+ mkdir -p out/downloads
3812024-04-23T17:51:53.373Z+ mkdir -p ./out/clickhouse
3822024-04-23T17:51:53.373Z+ local DO_DOWNLOAD=true
3832024-04-23T17:51:53.373Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3842024-04-23T17:51:53.373Z+ '[' true == true ']'
3852024-04-23T17:51:53.373Z+ echo Downloading...
3862024-04-23T17:51:53.374ZDownloading...
3872024-04-23T17:51:53.374Z+ 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
3882024-04-23T17:51:53.374Z+ 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
3892024-04-23T17:51:55.301Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3902024-04-23T17:51:55.304Z++ md5sum
3912024-04-23T17:51:55.304Z++ awk '{print $1}'
3922024-04-23T17:51:55.523Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3932024-04-23T17:51:55.523Z+ [[ 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 ]]
3942024-04-23T17:51:55.523Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3952024-04-23T17:51:55.529Z+ mkdir -p ./out/clickhouse
3962024-04-23T17:51:55.529Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3972024-04-23T17:51:59.309Z+ [[ solaris2.11 == darwin* ]]
3982024-04-23T17:51:59.310Z+ ./out/clickhouse/clickhouse server --version
3992024-04-23T17:51:59.916ZClickHouse server version 23.8.7.1.
4002024-04-23T17:51:59.936Z+ set -o errexit
4012024-04-23T17:51:59.940Z+++ dirname ./tools/ci_download_console
4022024-04-23T17:51:59.940Z++ cd ./tools
4032024-04-23T17:51:59.940Z++ pwd
4042024-04-23T17:51:59.940Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4052024-04-23T17:51:59.944Z++ basename ./tools/ci_download_console
4062024-04-23T17:51:59.944Z+ ARG0=ci_download_console
4072024-04-23T17:51:59.944Z+ TARGET_DIR=out
4082024-04-23T17:51:59.944Z+ DOWNLOAD_DIR=out/downloads
4092024-04-23T17:51:59.944Z+ DEST_DIR=./out/console-assets
4102024-04-23T17:51:59.944Z+ source /work/oxidecomputer/omicron/tools/console_version
4112024-04-23T17:51:59.944Z++ COMMIT=c008d365b38b53c962a80e9c352e4e09ec18b436
4122024-04-23T17:51:59.944Z++ SHA2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223
4132024-04-23T17:51:59.944Z+ URL=https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz
4142024-04-23T17:51:59.944Z+ TARBALL_FILE=out/downloads/console.tar.gz
4152024-04-23T17:51:59.944Z+ main
4162024-04-23T17:51:59.944Z+ [[ 0 != 0 ]]
4172024-04-23T17:51:59.944Z+ echo 'URL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz'
4182024-04-23T17:51:59.944ZURL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz
4192024-04-23T17:51:59.944Z+ echo 'Local file: out/downloads/console.tar.gz'
4202024-04-23T17:51:59.944ZLocal file: out/downloads/console.tar.gz
4212024-04-23T17:51:59.945Z+ local DO_DOWNLOAD=true
4222024-04-23T17:51:59.945Z+ [[ -f out/downloads/console.tar.gz ]]
4232024-04-23T17:51:59.945Z+ mkdir -p out/downloads
4242024-04-23T17:51:59.951Z+ '[' true == true ']'
4252024-04-23T17:51:59.951Z+ echo Downloading...
4262024-04-23T17:51:59.951ZDownloading...
4272024-04-23T17:51:59.951Z+ do_download_curl https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz out/downloads/console.tar.gz
4282024-04-23T17:51:59.952Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz
4292024-04-23T17:52:00.729Z++ do_sha256sum out/downloads/console.tar.gz
4302024-04-23T17:52:00.729Z++ case "$OSTYPE" in
4312024-04-23T17:52:00.729Z++ SHA=sha256sum
4322024-04-23T17:52:00.733Z++ sha256sum
4332024-04-23T17:52:00.733Z++ awk '{print $1}'
4342024-04-23T17:52:00.737Z+ calculated_sha2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223
4352024-04-23T17:52:00.741Z+ [[ fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 != \f\e\d\4\9\e\7\6\1\1\2\8\3\f\7\d\c\0\f\0\0\6\e\2\6\d\0\e\1\1\1\3\1\8\c\8\d\9\5\f\9\d\c\a\7\0\8\0\4\5\9\0\7\8\2\0\5\5\6\1\5\2\2\3 ]]
4362024-04-23T17:52:00.741Z+ rm -rf ./out/console-assets
4372024-04-23T17:52:00.741Z+ mkdir -p ./out/console-assets
4382024-04-23T17:52:00.745Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4392024-04-23T17:52:00.745Z+ mkdir -p ./out/console-assets
4402024-04-23T17:52:00.745Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4412024-04-23T17:52:00.837Z+ set -o errexit
4422024-04-23T17:52:00.841Z+++ dirname ./tools/ci_download_maghemite_openapi
4432024-04-23T17:52:00.842Z++ cd ./tools
4442024-04-23T17:52:00.842Z++ pwd
4452024-04-23T17:52:00.842Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4462024-04-23T17:52:00.842Z++ basename ./tools/ci_download_maghemite_openapi
4472024-04-23T17:52:00.842Z+ ARG0=ci_download_maghemite_openapi
4482024-04-23T17:52:00.842Z+ TARGET_DIR=out
4492024-04-23T17:52:00.842Z+ DOWNLOAD_DIR=out/downloads
4502024-04-23T17:52:00.842Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4512024-04-23T17:52:00.842Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4522024-04-23T17:52:00.842Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4532024-04-23T17:52:00.842Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4542024-04-23T17:52:00.842Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4552024-04-23T17:52:00.842Z+ main
4562024-04-23T17:52:00.842Z+ rm -rf out/downloads/root
4572024-04-23T17:52:00.846Z+ [[ 0 != 0 ]]
4582024-04-23T17:52:00.846Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4592024-04-23T17:52:00.846ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4602024-04-23T17:52:00.846Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4612024-04-23T17:52:00.846Z+ local DO_DOWNLOAD=true
4622024-04-23T17:52:00.846ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4632024-04-23T17:52:00.846Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4642024-04-23T17:52:00.846Z+ mkdir -p out/downloads
4652024-04-23T17:52:00.846Z+ '[' true == true ']'
4662024-04-23T17:52:00.847Z+ echo Downloading...
4672024-04-23T17:52:00.847ZDownloading...
4682024-04-23T17:52:00.847Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4692024-04-23T17:52:00.847Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4702024-04-23T17:52:01.057Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4712024-04-23T17:52:01.057Z++ case "$OSTYPE" in
4722024-04-23T17:52:01.057Z++ SHA=sha256sum
4732024-04-23T17:52:01.061Z++ sha256sum
4742024-04-23T17:52:01.061Z++ awk '{print $1}'
4752024-04-23T17:52:01.064Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4762024-04-23T17:52:01.064Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4772024-04-23T17:52:01.064Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4782024-04-23T17:52:01.065Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4792024-04-23T17:52:01.065Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4802024-04-23T17:52:01.065Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4812024-04-23T17:52:01.065Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4822024-04-23T17:52:01.065Z+ main
4832024-04-23T17:52:01.065Z+ rm -rf out/downloads/root
4842024-04-23T17:52:01.065Z+ [[ 0 != 0 ]]
4852024-04-23T17:52:01.065Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4862024-04-23T17:52:01.065ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4872024-04-23T17:52:01.065Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4882024-04-23T17:52:01.065ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4892024-04-23T17:52:01.065Z+ local DO_DOWNLOAD=true
4902024-04-23T17:52:01.065Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4912024-04-23T17:52:01.065Z+ mkdir -p out/downloads
4922024-04-23T17:52:01.069Z+ '[' true == true ']'
4932024-04-23T17:52:01.069Z+ echo Downloading...
4942024-04-23T17:52:01.069ZDownloading...
4952024-04-23T17:52:01.069Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4962024-04-23T17:52:01.069Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4972024-04-23T17:52:01.179Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4982024-04-23T17:52:01.183Z++ case "$OSTYPE" in
4992024-04-23T17:52:01.183Z++ SHA=sha256sum
5002024-04-23T17:52:01.183Z++ sha256sum
5012024-04-23T17:52:01.183Z++ awk '{print $1}'
5022024-04-23T17:52:01.187Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5032024-04-23T17:52:01.187Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
5042024-04-23T17:52:01.191Z+ set -o errexit
5052024-04-23T17:52:01.195Z+++ dirname ./tools/ci_download_dendrite_openapi
5062024-04-23T17:52:01.195Z++ cd ./tools
5072024-04-23T17:52:01.195Z++ pwd
5082024-04-23T17:52:01.199Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5092024-04-23T17:52:01.199Z++ basename ./tools/ci_download_dendrite_openapi
5102024-04-23T17:52:01.199Z+ ARG0=ci_download_dendrite_openapi
5112024-04-23T17:52:01.199Z+ TARGET_DIR=out
5122024-04-23T17:52:01.199Z+ DOWNLOAD_DIR=out/downloads
5132024-04-23T17:52:01.199Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5142024-04-23T17:52:01.199Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5152024-04-23T17:52:01.199Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5162024-04-23T17:52:01.199Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5172024-04-23T17:52:01.199Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5182024-04-23T17:52:01.199Z+ main
5192024-04-23T17:52:01.199Z+ [[ 0 != 0 ]]
5202024-04-23T17:52:01.200Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5212024-04-23T17:52:01.200Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5222024-04-23T17:52:01.200Z+ local DO_DOWNLOAD=true
5232024-04-23T17:52:01.200ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5242024-04-23T17:52:01.200ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5252024-04-23T17:52:01.200Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5262024-04-23T17:52:01.200Z+ mkdir -p out/downloads
5272024-04-23T17:52:01.204Z+ '[' true == true ']'
5282024-04-23T17:52:01.204Z+ echo Downloading...
5292024-04-23T17:52:01.204ZDownloading...
5302024-04-23T17:52:01.204Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5312024-04-23T17:52:01.204Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5322024-04-23T17:52:01.316Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5332024-04-23T17:52:01.320Z++ case "$OSTYPE" in
5342024-04-23T17:52:01.320Z++ SHA=sha256sum
5352024-04-23T17:52:01.320Z++ sha256sum
5362024-04-23T17:52:01.320Z++ awk '{print $1}'
5372024-04-23T17:52:01.325Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5382024-04-23T17:52:01.325Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5392024-04-23T17:52:01.330Z+ set -o errexit
5402024-04-23T17:52:01.334Z+++ dirname ./tools/ci_download_dendrite_stub
5412024-04-23T17:52:01.334Z++ cd ./tools
5422024-04-23T17:52:01.334Z++ pwd
5432024-04-23T17:52:01.334Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5442024-04-23T17:52:01.334Z++ basename ./tools/ci_download_dendrite_stub
5452024-04-23T17:52:01.339Z+ ARG0=ci_download_dendrite_stub
5462024-04-23T17:52:01.339Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5472024-04-23T17:52:01.339Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5482024-04-23T17:52:01.339Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5492024-04-23T17:52:01.339Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5502024-04-23T17:52:01.339Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5512024-04-23T17:52:01.339Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5522024-04-23T17:52:01.339Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5532024-04-23T17:52:01.339Z+ TARGET_DIR=out
5542024-04-23T17:52:01.339Z+ DOWNLOAD_DIR=out/downloads
5552024-04-23T17:52:01.339Z+ DEST_DIR=./out/dendrite-stub
5562024-04-23T17:52:01.339Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5572024-04-23T17:52:01.339Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5582024-04-23T17:52:01.339Z+ REPO=oxidecomputer/dendrite
5592024-04-23T17:52:01.339Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5602024-04-23T17:52:01.339Z+ main
5612024-04-23T17:52:01.340Z+ [[ 0 != 0 ]]
5622024-04-23T17:52:01.340Z+ CIDL_OS=solaris2.11
5632024-04-23T17:52:01.340Z+ [[ 0 != 0 ]]
5642024-04-23T17:52:01.340Z+ configure_os solaris2.11
5652024-04-23T17:52:01.340Z+ echo 'current directory: /work/oxidecomputer/omicron'
5662024-04-23T17:52:01.340Zcurrent directory: /work/oxidecomputer/omicron
5672024-04-23T17:52:01.340Z+ echo 'configuring based on OS: "solaris2.11"'
5682024-04-23T17:52:01.340Z+ case "$1" in
5692024-04-23T17:52:01.340Zconfiguring based on OS: "solaris2.11"
5702024-04-23T17:52:01.340Z+ SET_BINARIES=
5712024-04-23T17:52:01.340Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5722024-04-23T17:52:01.340Z+ CIDL_SHA256FUNC=do_sha256sum
5732024-04-23T17:52:01.340Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5742024-04-23T17:52:01.340Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5752024-04-23T17:52:01.340Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5762024-04-23T17:52:01.340Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5772024-04-23T17:52:01.340Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5782024-04-23T17:52:01.340ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5792024-04-23T17:52:01.340ZLocal file: out/downloads/dendrite-stub.tar.gz
5802024-04-23T17:52:01.340Z+ mkdir -p out/downloads
5812024-04-23T17:52:01.340Z+ mkdir -p ./out/dendrite-stub
5822024-04-23T17:52:01.344Z+ fetch_and_verify
5832024-04-23T17:52:01.344Z+ local DO_DOWNLOAD=true
5842024-04-23T17:52:01.344Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5852024-04-23T17:52:01.345Z+ '[' true == true ']'
5862024-04-23T17:52:01.345Z+ echo Downloading...
5872024-04-23T17:52:01.345ZDownloading...
5882024-04-23T17:52:01.345Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5892024-04-23T17:52:01.345Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5902024-04-23T17:52:05.474Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5912024-04-23T17:52:05.477Z++ sha256sum
5922024-04-23T17:52:05.477Z++ awk '{print $1}'
5932024-04-23T17:52:05.494Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5942024-04-23T17:52:05.497Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5952024-04-23T17:52:05.497Z+ do_untar out/downloads/dendrite-stub.tar.gz
5962024-04-23T17:52:05.497Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5972024-04-23T17:52:06.091Z+ do_assemble
5982024-04-23T17:52:06.091Z+ rm -r ./out/dendrite-stub
5992024-04-23T17:52:06.094Z+ mkdir ./out/dendrite-stub
6002024-04-23T17:52:06.095Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6012024-04-23T17:52:06.176Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6022024-04-23T17:52:06.186Z+ set -o errexit
6032024-04-23T17:52:06.190Z+++ dirname ./tools/ci_download_maghemite_mgd
6042024-04-23T17:52:06.190Z++ cd ./tools
6052024-04-23T17:52:06.194Z++ pwd
6062024-04-23T17:52:06.194Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6072024-04-23T17:52:06.194Z++ basename ./tools/ci_download_maghemite_mgd
6082024-04-23T17:52:06.194Z+ ARG0=ci_download_maghemite_mgd
6092024-04-23T17:52:06.194Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6102024-04-23T17:52:06.194Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6112024-04-23T17:52:06.194Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6122024-04-23T17:52:06.194Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6132024-04-23T17:52:06.194Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6142024-04-23T17:52:06.194Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6152024-04-23T17:52:06.194Z+ TARGET_DIR=out
6162024-04-23T17:52:06.194Z+ DOWNLOAD_DIR=out/downloads
6172024-04-23T17:52:06.195Z+ DEST_DIR=./out/mgd
6182024-04-23T17:52:06.195Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6192024-04-23T17:52:06.195Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6202024-04-23T17:52:06.195Z+ REPO=oxidecomputer/maghemite
6212024-04-23T17:52:06.195Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6222024-04-23T17:52:06.195Z+ main
6232024-04-23T17:52:06.195Z+ rm -rf out/downloads/root
6242024-04-23T17:52:06.199Z+ [[ 0 != 0 ]]
6252024-04-23T17:52:06.200Z+ CIDL_OS=solaris2.11
6262024-04-23T17:52:06.203Z+ [[ 0 != 0 ]]
6272024-04-23T17:52:06.203Z+ configure_os solaris2.11
6282024-04-23T17:52:06.203Z+ echo 'current directory: /work/oxidecomputer/omicron'
6292024-04-23T17:52:06.203Zcurrent directory: /work/oxidecomputer/omicron
6302024-04-23T17:52:06.203Z+ echo 'configuring based on OS: "solaris2.11"'
6312024-04-23T17:52:06.203Zconfiguring based on OS: "solaris2.11"
6322024-04-23T17:52:06.203Z+ case "$1" in
6332024-04-23T17:52:06.203Z+ SET_BINARIES=
6342024-04-23T17:52:06.204Z+ CIDL_SHA256FUNC=do_sha256sum
6352024-04-23T17:52:06.204Z+ TARBALL_FILENAME=mgd.tar.gz
6362024-04-23T17:52:06.204Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6372024-04-23T17:52:06.204Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6382024-04-23T17:52:06.204Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6392024-04-23T17:52:06.204ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6402024-04-23T17:52:06.204Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6412024-04-23T17:52:06.204Z+ mkdir -p out/downloads
6422024-04-23T17:52:06.204ZLocal file: out/downloads/mgd.tar.gz
6432024-04-23T17:52:06.204Z+ mkdir -p ./out/mgd
6442024-04-23T17:52:06.207Z+ fetch_and_verify
6452024-04-23T17:52:06.207Z+ local DO_DOWNLOAD=true
6462024-04-23T17:52:06.208Z+ [[ -f out/downloads/mgd.tar.gz ]]
6472024-04-23T17:52:06.208Z+ '[' true == true ']'
6482024-04-23T17:52:06.208Z+ echo Downloading...
6492024-04-23T17:52:06.208ZDownloading...
6502024-04-23T17:52:06.208Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6512024-04-23T17:52:06.208Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6522024-04-23T17:52:13.901Z++ do_sha256sum out/downloads/mgd.tar.gz
6532024-04-23T17:52:13.904Z++ sha256sum
6542024-04-23T17:52:13.904Z++ awk '{print $1}'
6552024-04-23T17:52:13.926Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6562024-04-23T17:52:13.929Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6572024-04-23T17:52:13.929Z+ do_untar out/downloads/mgd.tar.gz
6582024-04-23T17:52:13.930Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6592024-04-23T17:52:14.515Z+ do_assemble
6602024-04-23T17:52:14.515Z+ rm -r ./out/mgd
6612024-04-23T17:52:14.518Z+ mkdir ./out/mgd
6622024-04-23T17:52:14.518Z+ cp -r out/downloads/root ./out/mgd/root
6632024-04-23T17:52:14.606Z+ set -o errexit
6642024-04-23T17:52:14.609Z+++ dirname ./tools/ci_download_transceiver_control
6652024-04-23T17:52:14.613Z++ cd ./tools
6662024-04-23T17:52:14.613Z++ pwd
6672024-04-23T17:52:14.613Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6682024-04-23T17:52:14.613Z++ basename ./tools/ci_download_transceiver_control
6692024-04-23T17:52:14.613Z+ ARG0=ci_download_transceiver_control
6702024-04-23T17:52:14.613Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6712024-04-23T17:52:14.613Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6722024-04-23T17:52:14.613Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6732024-04-23T17:52:14.613Z+ TARGET_DIR=out
6742024-04-23T17:52:14.613Z+ DOWNLOAD_DIR=out/downloads
6752024-04-23T17:52:14.613Z+ DEST_DIR=./out/transceiver-control
6762024-04-23T17:52:14.613Z+ BIN_DIR=/opt/oxide/bin
6772024-04-23T17:52:14.613Z+ BINARY=xcvradm
6782024-04-23T17:52:14.613Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6792024-04-23T17:52:14.613Z+ REPO=oxidecomputer/transceiver-control
6802024-04-23T17:52:14.613Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6812024-04-23T17:52:14.613Z+ main
6822024-04-23T17:52:14.617Z+ [[ 0 != 0 ]]
6832024-04-23T17:52:14.617Z+ CIDL_OS=solaris2.11
6842024-04-23T17:52:14.617Z+ [[ 0 != 0 ]]
6852024-04-23T17:52:14.617Z+ configure_os solaris2.11
6862024-04-23T17:52:14.617Z+ echo 'current directory: /work/oxidecomputer/omicron'
6872024-04-23T17:52:14.617Z+ echo 'configuring based on OS: "solaris2.11"'
6882024-04-23T17:52:14.617Z+ case "$1" in
6892024-04-23T17:52:14.617Zcurrent directory: /work/oxidecomputer/omicron
6902024-04-23T17:52:14.617Z+ SET_BINARIES=
6912024-04-23T17:52:14.617Zconfiguring based on OS: "solaris2.11"
6922024-04-23T17:52:14.617Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6932024-04-23T17:52:14.617Z+ CIDL_SHA256FUNC=do_sha256sum
6942024-04-23T17:52:14.618Z+ ARCHIVE_FILENAME=xcvradm.gz
6952024-04-23T17:52:14.618Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6962024-04-23T17:52:14.618Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6972024-04-23T17:52:14.618Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6982024-04-23T17:52:14.618Z+ echo 'Local file: out/downloads/xcvradm.gz'
6992024-04-23T17:52:14.618ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7002024-04-23T17:52:14.618ZLocal file: out/downloads/xcvradm.gz
7012024-04-23T17:52:14.618Z+ mkdir -p out/downloads
7022024-04-23T17:52:14.618Z+ mkdir -p ./out/transceiver-control
7032024-04-23T17:52:14.618Z+ fetch_and_verify
7042024-04-23T17:52:14.618Z+ local DO_DOWNLOAD=true
7052024-04-23T17:52:14.618Z+ [[ -f out/downloads/xcvradm.gz ]]
7062024-04-23T17:52:14.618Z+ '[' true == true ']'
7072024-04-23T17:52:14.618Z+ echo Downloading...
7082024-04-23T17:52:14.618Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7092024-04-23T17:52:14.618ZDownloading...
7102024-04-23T17:52:14.618Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7112024-04-23T17:52:16.116Z++ do_sha256sum out/downloads/xcvradm.gz
7122024-04-23T17:52:16.136Z++ sha256sum
7132024-04-23T17:52:16.136Z++ awk '{print $1}'
7142024-04-23T17:52:16.136Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7152024-04-23T17:52:16.136Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
7162024-04-23T17:52:16.136Z+ do_unpack out/downloads/xcvradm.gz
7172024-04-23T17:52:16.137Z+ mkdir -p out/downloads/root//opt/oxide/bin
7182024-04-23T17:52:16.137Z+ gzip -dc out/downloads/xcvradm.gz
7192024-04-23T17:52:16.596Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7202024-04-23T17:52:16.597Z+ do_assemble
7212024-04-23T17:52:16.597Z+ rm -r ./out/transceiver-control
7222024-04-23T17:52:16.597Z+ mkdir ./out/transceiver-control
7232024-04-23T17:52:16.597Z+ cp -r out/downloads/root ./out/transceiver-control/root
7242024-04-23T17:52:16.597Z+ set -o errexit
7252024-04-23T17:52:16.597Z+++ dirname ./tools/ci_download_thundermuffin
7262024-04-23T17:52:16.597Z++ cd ./tools
7272024-04-23T17:52:16.597Z++ pwd
7282024-04-23T17:52:16.597Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7292024-04-23T17:52:16.597Z++ basename ./tools/ci_download_thundermuffin
7302024-04-23T17:52:16.597Z+ ARG0=ci_download_thundermuffin
7312024-04-23T17:52:16.597Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7322024-04-23T17:52:16.598Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7332024-04-23T17:52:16.598Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7342024-04-23T17:52:16.598Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7352024-04-23T17:52:16.598Z+ TARGET_DIR=out
7362024-04-23T17:52:16.598Z+ DOWNLOAD_DIR=out/downloads
7372024-04-23T17:52:16.598Z+ DEST_DIR=./out/thundermuffin
7382024-04-23T17:52:16.598Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7392024-04-23T17:52:16.598Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7402024-04-23T17:52:16.598Z+ REPO=oxidecomputer/thundermuffin
7412024-04-23T17:52:16.598Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7422024-04-23T17:52:16.598Z+ main
7432024-04-23T17:52:16.598Z+ rm -rf out/downloads/root
7442024-04-23T17:52:16.598Z+ [[ 0 != 0 ]]
7452024-04-23T17:52:16.598Z+ CIDL_OS=solaris2.11
7462024-04-23T17:52:16.598Z+ [[ 0 != 0 ]]
7472024-04-23T17:52:16.598Z+ configure_os solaris2.11
7482024-04-23T17:52:16.599Z+ echo 'current directory: /work/oxidecomputer/omicron'
7492024-04-23T17:52:16.599Zcurrent directory: /work/oxidecomputer/omicron
7502024-04-23T17:52:16.599Zconfiguring based on OS: "solaris2.11"
7512024-04-23T17:52:16.599Z+ echo 'configuring based on OS: "solaris2.11"'
7522024-04-23T17:52:16.599Z+ case "$1" in
7532024-04-23T17:52:16.599Z+ SET_BINARIES=
7542024-04-23T17:52:16.599Z+ CIDL_SHA256FUNC=do_sha256sum
7552024-04-23T17:52:16.599Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7562024-04-23T17:52:16.599Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7572024-04-23T17:52:16.599Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7582024-04-23T17:52:16.599Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7592024-04-23T17:52:16.599ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7602024-04-23T17:52:16.600Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7612024-04-23T17:52:16.600ZLocal file: out/downloads/thundermuffin.tar.gz
7622024-04-23T17:52:16.600Z+ mkdir -p out/downloads
7632024-04-23T17:52:16.600Z+ mkdir -p ./out/thundermuffin
7642024-04-23T17:52:16.600Z+ fetch_and_verify
7652024-04-23T17:52:16.600Z+ local DO_DOWNLOAD=true
7662024-04-23T17:52:16.600Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7672024-04-23T17:52:16.600Z+ '[' true == true ']'
7682024-04-23T17:52:16.600Z+ echo Downloading...
7692024-04-23T17:52:16.600ZDownloading...
7702024-04-23T17:52:16.600Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7712024-04-23T17:52:16.600Z+ 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
7722024-04-23T17:52:17.210Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7732024-04-23T17:52:17.223Z++ sha256sum
7742024-04-23T17:52:17.223Z++ awk '{print $1}'
7752024-04-23T17:52:17.224Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7762024-04-23T17:52:17.224Z+ [[ 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 ]]
7772024-04-23T17:52:17.224Z+ do_untar out/downloads/thundermuffin.tar.gz
7782024-04-23T17:52:17.224Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7792024-04-23T17:52:17.278Z+ do_assemble
7802024-04-23T17:52:17.278Z+ rm -r ./out/thundermuffin
7812024-04-23T17:52:17.282Z+ mkdir ./out/thundermuffin
7822024-04-23T17:52:17.282Z+ cp -r out/downloads/root ./out/thundermuffin/root
7832024-04-23T17:52:17.308ZAll builder prerequisites installed successfully, and PATH looks valid
7842024-04-23T17:52:17.312Z
7852024-04-23T17:52:17.312Zreal 1:42.480388288
7862024-04-23T17:52:17.312Zuser 36.658816462
7872024-04-23T17:52:17.312Zsys 6.865348415
7882024-04-23T17:52:17.312Ztrap 0.006918981
7892024-04-23T17:52:17.312Ztflt 0.206949651
7902024-04-23T17:52:17.312Zdflt 0.502556105
7912024-04-23T17:52:17.312Zkflt 0.168870100
7922024-04-23T17:52:17.313Zlock 1.052799030
7932024-04-23T17:52:17.313Zslp 3:17.073626516
7942024-04-23T17:52:17.313Zlat 2.079757152
7952024-04-23T17:52:17.313Zstop 0.138523438
7962024-04-23T17:52:17.313Z
7972024-04-23T17:52:17.313Z #### # # ##### ##### # #
7982024-04-23T17:52:17.313Z # # # # # # # # # #
7992024-04-23T17:52:17.313Z # # # # # # # #
8002024-04-23T17:52:17.313Z # # # ##### ##### #
8012024-04-23T17:52:17.313Z # # # # # # #
8022024-04-23T17:52:17.313Z #### ###### # # # #
8032024-04-23T17:52:17.313Z
8042024-04-23T17:52:17.519Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8052024-04-23T17:52:17.839Z Updating git repository `https://github.com/oxidecomputer/zone`
8062024-04-23T17:52:18.127Z Updating crates.io index
8072024-04-23T17:52:18.226Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8082024-04-23T17:52:18.984Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8092024-04-23T17:52:19.707Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8102024-04-23T17:52:21.992Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8112024-04-23T17:52:22.624Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8122024-04-23T17:52:22.899Z Updating git repository `https://github.com/oxidecomputer/propolis`
8132024-04-23T17:52:23.920Z Updating git repository `https://github.com/oxidecomputer/crucible`
8142024-04-23T17:52:25.637Z Updating git repository `https://github.com/oxidecomputer/opte`
8152024-04-23T17:52:26.724Z Updating git repository `https://github.com/oxidecomputer/falcon`
8162024-04-23T17:52:27.468Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8172024-04-23T17:52:27.791Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8182024-04-23T17:52:28.382Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8192024-04-23T17:52:28.726Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8202024-04-23T17:52:29.045Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8212024-04-23T17:52:29.446Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8222024-04-23T17:52:29.733Z Updating git repository `http://github.com/oxidecomputer/tofino`
8232024-04-23T17:52:30.109Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8242024-04-23T17:52:30.397Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8252024-04-23T17:52:30.675Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8262024-04-23T17:52:31.032Z Updating git repository `https://github.com/oxidecomputer/ispf`
8272024-04-23T17:52:31.353Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8282024-04-23T17:52:31.702Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8292024-04-23T17:52:32.343Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8302024-04-23T17:52:32.672Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8312024-04-23T17:52:32.970Z Updating git repository `https://github.com/jgallagher/nix`
8322024-04-23T17:52:33.951Z Updating git repository `https://github.com/cbiffle/hubpack`
8332024-04-23T17:52:34.321Z Updating git repository `https://github.com/oxidecomputer/typify`
8342024-04-23T17:52:36.277Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8352024-04-23T17:52:36.609Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8362024-04-23T17:52:36.900Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8372024-04-23T17:52:37.444Z Updating git repository `https://github.com/oxidecomputer/rfb`
8382024-04-23T17:52:38.391Z Downloading crates ...
8392024-04-23T17:52:38.455Z Downloaded anstream v0.6.11
8402024-04-23T17:52:38.460Z Downloaded cargo_metadata v0.18.1
8412024-04-23T17:52:38.464Z Downloaded anstyle v1.0.6
8422024-04-23T17:52:38.472Z Downloaded equivalent v1.0.1
8432024-04-23T17:52:38.898Z Downloaded camino v1.1.6
8442024-04-23T17:52:38.899Z Downloaded colorchoice v1.0.0
8452024-04-23T17:52:38.899Z Downloaded bitflags v2.4.2
8462024-04-23T17:52:38.899Z Downloaded swrite v0.1.0
8472024-04-23T17:52:38.899Z Downloaded autocfg v1.1.0
8482024-04-23T17:52:38.910Z Downloaded anstyle-query v1.0.0
8492024-04-23T17:52:38.910Z Downloaded strsim v0.11.0
8502024-04-23T17:52:38.911Z Downloaded itoa v1.0.9
8512024-04-23T17:52:38.911Z Downloaded fs-err v2.11.0
8522024-04-23T17:52:38.911Z Downloaded clap_lex v0.7.0
8532024-04-23T17:52:38.911Z Downloaded utf8parse v0.2.1
8542024-04-23T17:52:38.911Z Downloaded toml_datetime v0.6.5
8552024-04-23T17:52:38.911Z Downloaded thiserror-impl v1.0.58
8562024-04-23T17:52:38.911Z Downloaded terminal_size v0.3.0
8572024-04-23T17:52:38.911Z Downloaded cargo-platform v0.1.3
8582024-04-23T17:52:38.911Z Downloaded heck v0.5.0
8592024-04-23T17:52:38.911Z Downloaded errno v0.3.8
8602024-04-23T17:52:38.911Z Downloaded macaddr v1.0.1
8612024-04-23T17:52:38.911Z Downloaded serde_spanned v0.6.5
8622024-04-23T17:52:38.911Z Downloaded thiserror v1.0.58
8632024-04-23T17:52:38.911Z Downloaded semver v1.0.22
8642024-04-23T17:52:38.912Z Downloaded clap_derive v4.5.4
8652024-04-23T17:52:38.912Z Downloaded cargo_toml v0.19.2
8662024-04-23T17:52:38.912Z Downloaded quote v1.0.36
8672024-04-23T17:52:38.912Z Downloaded clap v4.5.4
8682024-04-23T17:52:38.912Z Downloaded anyhow v1.0.82
8692024-04-23T17:52:38.912Z Downloaded serde_derive v1.0.198
8702024-04-23T17:52:38.912Z Downloaded anstyle-parse v0.2.1
8712024-04-23T17:52:38.912Z Downloaded ryu v1.0.15
8722024-04-23T17:52:38.912Z Downloaded unicode-ident v1.0.12
8732024-04-23T17:52:38.912Z Downloaded toml v0.8.12
8742024-04-23T17:52:38.912Z Downloaded proc-macro2 v1.0.81
8752024-04-23T17:52:38.912Z Downloaded indexmap v2.2.6
8762024-04-23T17:52:38.912Z Downloaded toml_edit v0.22.9
8772024-04-23T17:52:38.912Z Downloaded serde v1.0.198
8782024-04-23T17:52:38.912Z Downloaded memchr v2.7.1
8792024-04-23T17:52:38.913Z Downloaded hashbrown v0.14.3
8802024-04-23T17:52:38.913Z Downloaded winnow v0.6.1
8812024-04-23T17:52:38.913Z Downloaded serde_json v1.0.116
8822024-04-23T17:52:38.913Z Downloaded clap_builder v4.5.2
8832024-04-23T17:52:38.913Z Downloaded syn v2.0.59
8842024-04-23T17:52:38.913Z Downloaded rustix v0.38.31
8852024-04-23T17:52:38.913Z Downloaded libc v0.2.153
8862024-04-23T17:52:38.929Z Compiling proc-macro2 v1.0.81
8872024-04-23T17:52:38.929Z Compiling unicode-ident v1.0.12
8882024-04-23T17:52:38.933Z Compiling serde v1.0.198
8892024-04-23T17:52:38.933Z Compiling libc v0.2.153
8902024-04-23T17:52:38.934Z Compiling rustix v0.38.31
8912024-04-23T17:52:38.934Z Compiling utf8parse v0.2.1
8922024-04-23T17:52:38.934Z Compiling equivalent v1.0.1
8932024-04-23T17:52:38.934Z Compiling bitflags v2.4.2
8942024-04-23T17:52:39.103Z Compiling hashbrown v0.14.3
8952024-04-23T17:52:39.143Z Compiling anstyle-parse v0.2.1
8962024-04-23T17:52:39.159Z Compiling anstyle v1.0.6
8972024-04-23T17:52:39.431Z Compiling thiserror v1.0.58
8982024-04-23T17:52:39.451Z Compiling camino v1.1.6
8992024-04-23T17:52:39.576Z Compiling serde_json v1.0.116
9002024-04-23T17:52:40.077Z Compiling indexmap v2.2.6
9012024-04-23T17:52:40.876Z Compiling colorchoice v1.0.0
9022024-04-23T17:52:40.888Z Compiling autocfg v1.1.0
9032024-04-23T17:52:40.892Z Compiling anstyle-query v1.0.0
9042024-04-23T17:52:40.980Z Compiling winnow v0.6.1
9052024-04-23T17:52:40.983Z Compiling semver v1.0.22
9062024-04-23T17:52:40.983Z Compiling anstream v0.6.11
9072024-04-23T17:52:41.230Z Compiling heck v0.5.0
9082024-04-23T17:52:41.255Z Compiling itoa v1.0.9
9092024-04-23T17:52:41.475Z Compiling anyhow v1.0.82
9102024-04-23T17:52:41.504Z Compiling ryu v1.0.15
9112024-04-23T17:52:41.673Z Compiling clap_lex v0.7.0
9122024-04-23T17:52:41.677Z Compiling strsim v0.11.0
9132024-04-23T17:52:41.749Z Compiling fs-err v2.11.0
9142024-04-23T17:52:41.820Z Compiling swrite v0.1.0
9152024-04-23T17:52:41.934Z Compiling quote v1.0.36
9162024-04-23T17:52:42.189Z Compiling errno v0.3.8
9172024-04-23T17:52:42.402Z Compiling syn v2.0.59
9182024-04-23T17:52:43.314Z Compiling terminal_size v0.3.0
9192024-04-23T17:52:43.433Z Compiling clap_builder v4.5.2
9202024-04-23T17:52:47.399Z Compiling serde_derive v1.0.198
9212024-04-23T17:52:47.399Z Compiling thiserror-impl v1.0.58
9222024-04-23T17:52:47.403Z Compiling clap_derive v4.5.4
9232024-04-23T17:52:49.907Z Compiling clap v4.5.4
9242024-04-23T17:52:54.736Z Compiling serde_spanned v0.6.5
9252024-04-23T17:52:54.739Z Compiling toml_datetime v0.6.5
9262024-04-23T17:52:54.740Z Compiling cargo-platform v0.1.3
9272024-04-23T17:52:54.740Z Compiling macaddr v1.0.1
9282024-04-23T17:52:54.981Z Compiling toml_edit v0.22.9
9292024-04-23T17:52:56.018Z Compiling cargo_metadata v0.18.1
9302024-04-23T17:52:56.911Z Compiling toml v0.8.12
9312024-04-23T17:52:57.687Z Compiling cargo_toml v0.19.2
9322024-04-23T17:53:01.014Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9332024-04-23T17:53:03.350Z Finished dev [unoptimized + debuginfo] target(s) in 45.99s
9342024-04-23T17:53:03.560Z Running `target/debug/xtask clippy`
9352024-04-23T17:53:03.603Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::cast_lossless"
9362024-04-23T17:53:04.157Z Downloading crates ...
9372024-04-23T17:53:04.248Z Downloaded addr2line v0.21.0
9382024-04-23T17:53:04.258Z Downloaded allocator-api2 v0.2.16
9392024-04-23T17:53:04.262Z Downloaded async-stream-impl v0.3.5
9402024-04-23T17:53:04.263Z Downloaded async-trait v0.1.80
9412024-04-23T17:53:04.273Z Downloaded atty v0.2.14
9422024-04-23T17:53:04.280Z Downloaded hex-literal v0.4.1
9432024-04-23T17:53:04.280Z Downloaded atomicwrites v0.4.3
9442024-04-23T17:53:04.284Z Downloaded hex v0.4.3
9452024-04-23T17:53:04.284Z Downloaded bitstruct v0.1.1
9462024-04-23T17:53:04.284Z Downloaded hmac v0.12.1
9472024-04-23T17:53:04.288Z Downloaded home v0.5.5
9482024-04-23T17:53:04.288Z Downloaded hostname v0.3.1
9492024-04-23T17:53:04.288Z Downloaded backoff v0.4.0
9502024-04-23T17:53:04.295Z Downloaded approx v0.5.1
9512024-04-23T17:53:04.300Z Downloaded bitflags v1.3.2
9522024-04-23T17:53:04.301Z Downloaded http-body v1.0.0
9532024-04-23T17:53:04.301Z Downloaded assert_matches v1.5.0
9542024-04-23T17:53:04.301Z Downloaded assert_cmd v2.0.14
9552024-04-23T17:53:04.301Z Downloaded arrayvec v0.7.4
9562024-04-23T17:53:04.304Z Downloaded bit-set v0.5.3
9572024-04-23T17:53:04.305Z Downloaded bb8 v0.8.3
9582024-04-23T17:53:04.308Z Downloaded base16ct v0.2.0
9592024-04-23T17:53:04.308Z Downloaded is-terminal v0.4.9
9602024-04-23T17:53:04.308Z Downloaded ipnetwork v0.20.0
9612024-04-23T17:53:04.312Z Downloaded hyper-rustls v0.26.0
9622024-04-23T17:53:04.318Z Downloaded base64 v0.22.0
9632024-04-23T17:53:04.321Z Downloaded libtest-mimic v0.7.2
9642024-04-23T17:53:04.321Z Downloaded bit-vec v0.6.3
9652024-04-23T17:53:04.326Z Downloaded ahash v0.8.8
9662024-04-23T17:53:04.330Z Downloaded indoc v1.0.9
9672024-04-23T17:53:04.330Z Downloaded http-range v0.1.5
9682024-04-23T17:53:04.333Z Downloaded indexmap v1.9.3
9692024-04-23T17:53:04.337Z Downloaded libloading v0.7.4
9702024-04-23T17:53:04.341Z Downloaded instant v0.1.12
9712024-04-23T17:53:04.341Z Downloaded httparse v1.8.0
9722024-04-23T17:53:04.347Z Downloaded is_ci v1.2.0
9732024-04-23T17:53:04.352Z Downloaded matches v0.1.10
9742024-04-23T17:53:04.352Z Downloaded lalrpop-util v0.19.12
9752024-04-23T17:53:04.352Z Downloaded inout v0.1.3
9762024-04-23T17:53:04.352Z Downloaded iana-time-zone v0.1.57
9772024-04-23T17:53:04.356Z Downloaded ciborium-io v0.2.2
9782024-04-23T17:53:04.356Z Downloaded managed v0.8.0
9792024-04-23T17:53:04.357Z Downloaded cfg_aliases v0.1.1
9802024-04-23T17:53:04.357Z Downloaded hubpack v0.1.2
9812024-04-23T17:53:04.363Z Downloaded httptest v0.15.5
9822024-04-23T17:53:04.363Z Downloaded indoc v2.0.3
9832024-04-23T17:53:04.367Z Downloaded crunchy v0.2.2
9842024-04-23T17:53:04.367Z Downloaded impl-trait-for-tuples v0.2.2
9852024-04-23T17:53:04.367Z Downloaded newline-converter v0.3.0
9862024-04-23T17:53:04.367Z Downloaded new_debug_unreachable v1.0.4
9872024-04-23T17:53:04.370Z Downloaded mime v0.3.17
9882024-04-23T17:53:04.371Z Downloaded memmap v0.7.0
9892024-04-23T17:53:04.374Z Downloaded normalize-line-endings v0.3.0
9902024-04-23T17:53:04.374Z Downloaded arc-swap v1.6.0
9912024-04-23T17:53:04.377Z Downloaded num-conv v0.1.0
9922024-04-23T17:53:04.382Z Downloaded serde-big-array v0.4.1
9932024-04-23T17:53:04.382Z Downloaded nested v0.1.1
9942024-04-23T17:53:04.382Z Downloaded castaway v0.2.2
9952024-04-23T17:53:04.386Z Downloaded multimap v0.10.0
9962024-04-23T17:53:04.386Z Downloaded memoffset v0.7.1
9972024-04-23T17:53:04.387Z Downloaded httpdate v1.0.3
9982024-04-23T17:53:04.390Z Downloaded maplit v1.0.2
9992024-04-23T17:53:04.390Z Downloaded libsw v3.3.1
10002024-04-23T17:53:04.395Z Downloaded sigpipe v0.1.3
10012024-04-23T17:53:04.395Z Downloaded mockall v0.12.1
10022024-04-23T17:53:04.395Z Downloaded linked-hash-map v0.5.6
10032024-04-23T17:53:04.399Z Downloaded lazycell v1.3.0
10042024-04-23T17:53:04.399Z Downloaded strum v0.26.2
10052024-04-23T17:53:04.399Z Downloaded crc v3.0.1
10062024-04-23T17:53:04.399Z Downloaded lru-cache v0.1.2
10072024-04-23T17:53:04.402Z Downloaded crc-catalog v2.2.0
10082024-04-23T17:53:04.402Z Downloaded nodrop v0.1.14
10092024-04-23T17:53:04.402Z Downloaded nibble_vec v0.1.0
10102024-04-23T17:53:04.405Z Downloaded kstat-rs v0.2.3
10112024-04-23T17:53:04.405Z Downloaded colored v2.1.0
10122024-04-23T17:53:04.409Z Downloaded md-5 v0.10.5
10132024-04-23T17:53:04.410Z Downloaded keccak v0.1.4
10142024-04-23T17:53:04.410Z Downloaded usdt-attr-macro v0.5.0
10152024-04-23T17:53:04.414Z Downloaded usdt-attr-macro v0.3.5
10162024-04-23T17:53:04.414Z Downloaded termtree v0.4.1
10172024-04-23T17:53:04.414Z Downloaded ipnet v2.9.0
10182024-04-23T17:53:04.420Z Downloaded tower-service v0.3.2
10192024-04-23T17:53:04.420Z Downloaded tower-layer v0.3.2
10202024-04-23T17:53:04.420Z Downloaded lru v0.12.1
10212024-04-23T17:53:04.424Z Downloaded num-derive v0.4.0
10222024-04-23T17:53:04.424Z Downloaded convert_case v0.4.0
10232024-04-23T17:53:04.424Z Downloaded cfg-if v1.0.0
10242024-04-23T17:53:04.424Z Downloaded same-file v1.0.6
10252024-04-23T17:53:04.424Z Downloaded crossbeam-deque v0.8.3
10262024-04-23T17:53:04.427Z Downloaded smf v0.2.3
10272024-04-23T17:53:04.428Z Downloaded semver v0.1.20
10282024-04-23T17:53:04.428Z Downloaded chacha20 v0.9.1
10292024-04-23T17:53:04.431Z Downloaded scroll v0.12.0
10302024-04-23T17:53:04.431Z Downloaded cexpr v0.6.0
10312024-04-23T17:53:04.435Z Downloaded doc-comment v0.3.3
10322024-04-23T17:53:04.435Z Downloaded display-error-chain v0.2.0
10332024-04-23T17:53:04.435Z Downloaded resolv-conf v0.7.0
10342024-04-23T17:53:04.439Z Downloaded rustls-pemfile v1.0.3
10352024-04-23T17:53:04.442Z Downloaded thiserror-impl-no-std v2.0.2
10362024-04-23T17:53:04.442Z Downloaded lock_api v0.4.10
10372024-04-23T17:53:04.442Z Downloaded mime_guess v2.0.4
10382024-04-23T17:53:04.446Z Downloaded bzip2 v0.4.4
10392024-04-23T17:53:04.446Z Downloaded cookie v0.17.0
10402024-04-23T17:53:04.451Z Downloaded native-tls v0.2.11
10412024-04-23T17:53:04.454Z Downloaded multer v3.0.0
10422024-04-23T17:53:04.454Z Downloaded libefi-sys v0.1.0
10432024-04-23T17:53:04.454Z Downloaded serde_tokenstream v0.2.0
10442024-04-23T17:53:04.458Z Downloaded headers-core v0.2.0
10452024-04-23T17:53:04.458Z Downloaded blake2b_simd v1.0.1
10462024-04-23T17:53:04.462Z Downloaded base64 v0.21.7
10472024-04-23T17:53:04.467Z Downloaded xattr v1.0.1
10482024-04-23T17:53:04.467Z Downloaded structmeta v0.3.0
10492024-04-23T17:53:04.471Z Downloaded structmeta v0.2.0
10502024-04-23T17:53:04.471Z Downloaded rustc-demangle v0.1.23
10512024-04-23T17:53:04.471Z Downloaded const_format_proc_macros v0.2.32
10522024-04-23T17:53:04.474Z Downloaded constant_time_eq v0.2.6
10532024-04-23T17:53:04.474Z Downloaded console v0.15.8
10542024-04-23T17:53:04.478Z Downloaded plotters-svg v0.3.5
10552024-04-23T17:53:04.481Z Downloaded cipher v0.4.4
10562024-04-23T17:53:04.481Z Downloaded dirs-next v2.0.0
10572024-04-23T17:53:04.481Z Downloaded defmt-parser v0.3.3
10582024-04-23T17:53:04.485Z Downloaded defmt-macros v0.3.6
10592024-04-23T17:53:04.491Z Downloaded generic-array v0.14.7
10602024-04-23T17:53:04.491Z Downloaded tokio-rustls v0.24.1
10612024-04-23T17:53:04.495Z Downloaded memmap2 v0.7.1
10622024-04-23T17:53:04.495Z Downloaded crc32fast v1.3.2
10632024-04-23T17:53:04.495Z Downloaded sqlparser_derive v0.2.2
10642024-04-23T17:53:04.495Z Downloaded tracing-attributes v0.1.27
10652024-04-23T17:53:04.499Z Downloaded sync_wrapper v0.1.2
10662024-04-23T17:53:04.499Z Downloaded mockall_derive v0.12.1
10672024-04-23T17:53:04.503Z Downloaded miniz_oxide v0.7.1
10682024-04-23T17:53:04.503Z Downloaded hyper v1.1.0
10692024-04-23T17:53:04.508Z Downloaded usdt-macro v0.5.0
10702024-04-23T17:53:04.512Z Downloaded try-lock v0.2.4
10712024-04-23T17:53:04.512Z Downloaded pkg-config v0.3.27
10722024-04-23T17:53:04.512Z Downloaded parse-display v0.9.0
10732024-04-23T17:53:04.517Z Downloaded wyz v0.5.1
10742024-04-23T17:53:04.517Z Downloaded serde_urlencoded v0.7.1
10752024-04-23T17:53:04.517Z Downloaded yasna v0.5.2
10762024-04-23T17:53:04.521Z Downloaded whoami v1.5.1
10772024-04-23T17:53:04.521Z Downloaded textwrap v0.16.1
10782024-04-23T17:53:04.525Z Downloaded vte_generate_state_changes v0.1.1
10792024-04-23T17:53:04.525Z Downloaded tinyvec_macros v0.1.1
10802024-04-23T17:53:04.528Z Downloaded psl-types v2.0.11
10812024-04-23T17:53:04.528Z Downloaded proc-macro-error-attr v1.0.4
10822024-04-23T17:53:04.528Z Downloaded indicatif v0.17.8
10832024-04-23T17:53:04.532Z Downloaded rustc_version v0.4.0
10842024-04-23T17:53:04.536Z Downloaded futures-core v0.3.30
10852024-04-23T17:53:04.536Z Downloaded clang-sys v1.6.1
10862024-04-23T17:53:04.539Z Downloaded endian-type v0.1.2
10872024-04-23T17:53:04.539Z Downloaded slog-json v2.6.1
10882024-04-23T17:53:04.543Z Downloaded blake2 v0.10.6
10892024-04-23T17:53:04.543Z Downloaded criterion-plot v0.5.0
10902024-04-23T17:53:04.546Z Downloaded signature v2.1.0
10912024-04-23T17:53:04.546Z Downloaded openssl-probe v0.1.5
10922024-04-23T17:53:04.550Z Downloaded log v0.4.21
10932024-04-23T17:53:04.550Z Downloaded supports-color v3.0.0
10942024-04-23T17:53:04.558Z Downloaded serde_path_to_error v0.1.16
10952024-04-23T17:53:04.559Z Downloaded curve25519-dalek-derive v0.1.0
10962024-04-23T17:53:04.559Z Downloaded peeking_take_while v0.1.2
10972024-04-23T17:53:04.559Z Downloaded const-oid v0.9.6
10982024-04-23T17:53:04.562Z Downloaded peg-runtime v0.8.2
10992024-04-23T17:53:04.562Z Downloaded crossbeam-utils v0.8.19
11002024-04-23T17:53:04.562Z Downloaded crossbeam-epoch v0.9.18
11012024-04-23T17:53:04.566Z Downloaded usdt-macro v0.3.5
11022024-04-23T17:53:04.566Z Downloaded poly1305 v0.8.0
11032024-04-23T17:53:04.570Z Downloaded bytes v1.6.0
11042024-04-23T17:53:04.573Z Downloaded rustc_version v0.1.7
11052024-04-23T17:53:04.573Z Downloaded test-strategy v0.3.1
11062024-04-23T17:53:04.577Z Downloaded pathdiff v0.2.1
11072024-04-23T17:53:04.577Z Downloaded path-slash v0.1.5
11082024-04-23T17:53:04.580Z Downloaded deranged v0.3.11
11092024-04-23T17:53:04.580Z Downloaded scopeguard v1.2.0
11102024-04-23T17:53:04.580Z Downloaded schemars_derive v0.8.16
11112024-04-23T17:53:04.584Z Downloaded signature v1.6.4
11122024-04-23T17:53:04.584Z Downloaded sha1 v0.10.6
11132024-04-23T17:53:04.588Z Downloaded rusty-fork v0.3.0
11142024-04-23T17:53:04.588Z Downloaded futures-io v0.3.30
11152024-04-23T17:53:04.593Z Downloaded flagset v0.4.3
11162024-04-23T17:53:04.593Z Downloaded slog v2.7.0
11172024-04-23T17:53:04.597Z Downloaded subtle v2.5.0
11182024-04-23T17:53:04.597Z Downloaded smallvec v1.13.1
11192024-04-23T17:53:04.597Z Downloaded hash32 v0.2.1
11202024-04-23T17:53:04.597Z Downloaded unicode-xid v0.2.4
11212024-04-23T17:53:04.601Z Downloaded unicode-width v0.1.11
11222024-04-23T17:53:04.601Z Downloaded thread_local v1.1.7
11232024-04-23T17:53:04.605Z Downloaded socket2 v0.5.6
11242024-04-23T17:53:04.605Z Downloaded cc v1.0.83
11252024-04-23T17:53:04.608Z Downloaded trybuild v1.0.91
11262024-04-23T17:53:04.611Z Downloaded escape8259 v0.5.2
11272024-04-23T17:53:04.618Z Downloaded zone_cfg_derive v0.1.2
11282024-04-23T17:53:04.618Z Downloaded globset v0.4.13
11292024-04-23T17:53:04.618Z Downloaded pem v3.0.4
11302024-04-23T17:53:04.621Z Downloaded proc-macro-error v1.0.4
11312024-04-23T17:53:04.621Z Downloaded parking_lot_core v0.8.6
11322024-04-23T17:53:04.625Z Downloaded chacha20poly1305 v0.10.1
11332024-04-23T17:53:04.625Z Downloaded peg v0.8.2
11342024-04-23T17:53:04.629Z Downloaded crc-any v2.4.3
11352024-04-23T17:53:04.629Z Downloaded compact_str v0.7.1
11362024-04-23T17:53:04.634Z Downloaded fxhash v0.2.1
11372024-04-23T17:53:04.634Z Downloaded serde-big-array v0.5.1
11382024-04-23T17:53:04.637Z Downloaded oorandom v11.1.3
11392024-04-23T17:53:04.637Z Downloaded packed_struct_codegen v0.10.1
11402024-04-23T17:53:04.637Z Downloaded secrecy v0.8.0
11412024-04-23T17:53:04.641Z Downloaded slab v0.4.9
11422024-04-23T17:53:04.641Z Downloaded slog-envlogger v2.2.0
11432024-04-23T17:53:04.644Z Downloaded oso-derive v0.27.3
11442024-04-23T17:53:04.644Z Downloaded synstructure v0.12.6
11452024-04-23T17:53:04.645Z Downloaded slog-bunyan v2.5.0
11462024-04-23T17:53:04.648Z Downloaded quick-error v1.2.3
11472024-04-23T17:53:04.648Z Downloaded slog-dtrace v0.3.0
11482024-04-23T17:53:04.651Z Downloaded thread-id v4.2.0
11492024-04-23T17:53:04.651Z Downloaded snafu-derive v0.8.2
11502024-04-23T17:53:04.652Z Downloaded sha2 v0.10.8
11512024-04-23T17:53:04.656Z Downloaded flume v0.11.0
11522024-04-23T17:53:04.660Z Downloaded strum_macros v0.26.1
11532024-04-23T17:53:04.660Z Downloaded diff v0.1.13
11542024-04-23T17:53:04.664Z Downloaded take_mut v0.2.2
11552024-04-23T17:53:04.667Z Downloaded enum-as-inner v0.5.1
11562024-04-23T17:53:04.667Z Downloaded der_derive v0.7.2
11572024-04-23T17:53:04.671Z Downloaded fragile v2.0.0
11582024-04-23T17:53:04.672Z Downloaded defmt v0.3.5
11592024-04-23T17:53:04.678Z Downloaded darling_macro v0.20.8
11602024-04-23T17:53:04.678Z Downloaded erased-serde v0.3.31
11612024-04-23T17:53:04.686Z Downloaded want v0.3.1
11622024-04-23T17:53:04.686Z Downloaded peg-macros v0.8.2
11632024-04-23T17:53:04.690Z Downloaded packed_struct v0.10.1
11642024-04-23T17:53:04.690Z Downloaded num-bigint v0.4.4
11652024-04-23T17:53:04.694Z Downloaded num_threads v0.1.6
11662024-04-23T17:53:04.698Z Downloaded ppv-lite86 v0.2.17
11672024-04-23T17:53:04.698Z Downloaded powerfmt v0.2.0
11682024-04-23T17:53:04.698Z Downloaded debug-ignore v1.0.5
11692024-04-23T17:53:04.701Z Downloaded foreign-types-shared v0.1.1
11702024-04-23T17:53:04.701Z Downloaded heapless v0.7.16
11712024-04-23T17:53:04.706Z Downloaded foreign-types-macros v0.2.3
11722024-04-23T17:53:04.713Z Downloaded dtrace-parser v0.2.0
11732024-04-23T17:53:04.713Z Downloaded tokio-stream v0.1.15
11742024-04-23T17:53:04.713Z Downloaded scheduled-thread-pool v0.2.7
11752024-04-23T17:53:04.717Z Downloaded der v0.7.8
11762024-04-23T17:53:04.721Z Downloaded tokio-tungstenite v0.20.1
11772024-04-23T17:53:04.721Z Downloaded tracing v0.1.40
11782024-04-23T17:53:04.725Z Downloaded tabwriter v1.4.0
11792024-04-23T17:53:04.730Z Downloaded tabled_derive v0.7.0
11802024-04-23T17:53:04.730Z Downloaded rand_seeder v0.2.3
11812024-04-23T17:53:04.730Z Downloaded topological-sort v0.2.2
11822024-04-23T17:53:04.730Z Downloaded toolchain_find v0.4.0
11832024-04-23T17:53:04.734Z Downloaded smallvec v0.6.14
11842024-04-23T17:53:04.734Z Downloaded diesel_table_macro_syntax v0.1.0
11852024-04-23T17:53:04.734Z Downloaded heapless v0.8.0
11862024-04-23T17:53:04.738Z Downloaded strum_macros v0.24.3
11872024-04-23T17:53:04.741Z Downloaded derive_builder_macro v0.20.0
11882024-04-23T17:53:04.742Z Downloaded http v0.2.12
11892024-04-23T17:53:04.745Z Downloaded futures v0.3.30
11902024-04-23T17:53:04.753Z Downloaded ed25519 v1.5.3
11912024-04-23T17:53:04.758Z Downloaded walkdir v2.5.0
11922024-04-23T17:53:04.758Z Downloaded num_enum_derive v0.5.11
11932024-04-23T17:53:04.758Z Downloaded untrusted v0.9.0
11942024-04-23T17:53:04.763Z Downloaded half v2.3.1
11952024-04-23T17:53:04.763Z Downloaded flate2 v1.0.28
11962024-04-23T17:53:04.767Z Downloaded rustfmt-wrapper v0.2.1
11972024-04-23T17:53:04.767Z Downloaded futures-timer v3.0.2
11982024-04-23T17:53:04.770Z Downloaded itertools v0.10.5
11992024-04-23T17:53:04.774Z Downloaded parse-size v1.0.0
12002024-04-23T17:53:04.778Z Downloaded percent-encoding v2.3.1
12012024-04-23T17:53:04.778Z Downloaded hash32 v0.3.1
12022024-04-23T17:53:04.782Z Downloaded shlex v1.3.0
12032024-04-23T17:53:04.782Z Downloaded foreign-types v0.5.0
12042024-04-23T17:53:04.782Z Downloaded spki v0.7.2
12052024-04-23T17:53:04.785Z Downloaded pkcs8 v0.10.2
12062024-04-23T17:53:04.785Z Downloaded owo-colors v4.0.0
12072024-04-23T17:53:04.790Z Downloaded dyn-clone v1.0.17
12082024-04-23T17:53:04.794Z Downloaded rand_chacha v0.3.1
12092024-04-23T17:53:04.794Z Downloaded rstest v0.19.0
12102024-04-23T17:53:04.800Z Downloaded number_prefix v0.4.0
12112024-04-23T17:53:04.800Z Downloaded serde-hex v0.1.0
12122024-04-23T17:53:04.803Z Downloaded predicates v3.1.0
12132024-04-23T17:53:04.804Z Downloaded guppy-workspace-hack v0.1.0
12142024-04-23T17:53:04.804Z Downloaded futures-task v0.3.30
12152024-04-23T17:53:04.804Z Downloaded version_check v0.9.4
12162024-04-23T17:53:04.808Z Downloaded thiserror-no-std v2.0.2
12172024-04-23T17:53:04.811Z Downloaded headers v0.3.9
12182024-04-23T17:53:04.817Z Downloaded plotters-backend v0.3.5
12192024-04-23T17:53:04.822Z Downloaded futures-sink v0.3.30
12202024-04-23T17:53:04.822Z Downloaded futures-macro v0.3.30
12212024-04-23T17:53:04.822Z Downloaded uzers v0.11.3
12222024-04-23T17:53:04.822Z Downloaded unicode-segmentation v1.10.1
12232024-04-23T17:53:04.825Z Downloaded toml_edit v0.19.15
12242024-04-23T17:53:04.840Z Downloaded openssl-macros v0.1.1
12252024-04-23T17:53:04.843Z Downloaded foreign-types v0.3.2
12262024-04-23T17:53:04.843Z Downloaded waitgroup v0.1.2
12272024-04-23T17:53:04.843Z Downloaded zone v0.1.8
12282024-04-23T17:53:04.843Z Downloaded zeroize_derive v1.4.2
12292024-04-23T17:53:04.848Z Downloaded signal-hook-tokio v0.3.1
12302024-04-23T17:53:04.848Z Downloaded signal-hook-registry v1.4.1
12312024-04-23T17:53:04.848Z Downloaded signal-hook-mio v0.2.3
12322024-04-23T17:53:04.851Z Downloaded embedded-io v0.4.0
12332024-04-23T17:53:04.852Z Downloaded r2d2 v0.8.10
12342024-04-23T17:53:04.852Z Downloaded parse-display-derive v0.9.0
12352024-04-23T17:53:04.856Z Downloaded pkcs1 v0.7.5
12362024-04-23T17:53:04.856Z Downloaded unsafe-libyaml v0.2.10
12372024-04-23T17:53:04.859Z Downloaded time-core v0.1.2
12382024-04-23T17:53:04.863Z Downloaded serde_with_macros v3.7.0
12392024-04-23T17:53:04.863Z Downloaded tokio-native-tls v0.3.1
12402024-04-23T17:53:04.867Z Downloaded ff v0.13.0
12412024-04-23T17:53:04.867Z Downloaded fd-lock v4.0.2
12422024-04-23T17:53:04.871Z Downloaded precomputed-hash v0.1.1
12432024-04-23T17:53:04.871Z Downloaded portpicker v0.1.1
12442024-04-23T17:53:04.871Z Downloaded tiny-keccak v2.0.2
12452024-04-23T17:53:04.875Z Downloaded pretty-hex v0.4.1
12462024-04-23T17:53:04.876Z Downloaded pretty-hex v0.2.1
12472024-04-23T17:53:04.876Z Downloaded predicates-tree v1.0.9
12482024-04-23T17:53:04.876Z Downloaded once_cell v1.19.0
12492024-04-23T17:53:04.879Z Downloaded rustc-hash v1.1.0
12502024-04-23T17:53:04.879Z Downloaded target-spec v3.1.0
12512024-04-23T17:53:04.883Z Downloaded string_cache v0.8.7
12522024-04-23T17:53:04.883Z Downloaded rtoolbox v0.0.1
12532024-04-23T17:53:04.883Z Downloaded group v0.13.0
12542024-04-23T17:53:04.886Z Downloaded tinytemplate v1.2.1
12552024-04-23T17:53:04.886Z Downloaded zerocopy v0.3.0
12562024-04-23T17:53:04.893Z Downloaded which v4.4.0
12572024-04-23T17:53:04.893Z Downloaded tui-tree-widget v0.19.0
12582024-04-23T17:53:04.893Z Downloaded unicode-bidi v0.3.15
12592024-04-23T17:53:04.896Z Downloaded hashbrown v0.13.2
12602024-04-23T17:53:04.900Z Downloaded phf_shared v0.10.0
12612024-04-23T17:53:04.900Z Downloaded crossterm v0.27.0
12622024-04-23T17:53:04.904Z Downloaded sqlformat v0.2.3
12632024-04-23T17:53:04.908Z Downloaded predicates-core v1.0.6
12642024-04-23T17:53:04.908Z Downloaded fixedbitset v0.4.2
12652024-04-23T17:53:04.908Z Downloaded platforms v3.0.2
12662024-04-23T17:53:04.913Z Downloaded spin v0.9.8
12672024-04-23T17:53:04.913Z Downloaded rand_core v0.6.4
12682024-04-23T17:53:04.918Z Downloaded pest_meta v2.7.6
12692024-04-23T17:53:04.918Z Downloaded diesel_derives v2.1.2
12702024-04-23T17:53:04.921Z Downloaded opaque-debug v0.3.0
12712024-04-23T17:53:04.921Z Downloaded oso v0.27.3
12722024-04-23T17:53:04.925Z Downloaded threadpool v1.8.1
12732024-04-23T17:53:04.926Z Downloaded tap v1.0.1
12742024-04-23T17:53:04.926Z Downloaded slog-scope v4.4.0
12752024-04-23T17:53:04.929Z Downloaded rustls-pki-types v1.3.0
12762024-04-23T17:53:04.929Z Downloaded tokio-rustls v0.25.0
12772024-04-23T17:53:04.929Z Downloaded toml v0.7.8
12782024-04-23T17:53:04.934Z Downloaded getopts v0.2.21
12792024-04-23T17:53:04.949Z Downloaded gethostname v0.4.3
12802024-04-23T17:53:04.949Z Downloaded postgres-protocol v0.6.6
12812024-04-23T17:53:04.949Z Downloaded omicron-zone-package v0.11.0
12822024-04-23T17:53:04.956Z Downloaded stability v0.2.0
12832024-04-23T17:53:04.956Z Downloaded derive_more v0.99.17
12842024-04-23T17:53:04.956Z Downloaded uuid v1.8.0
12852024-04-23T17:53:04.956Z Downloaded cstr-argument v0.1.2
12862024-04-23T17:53:04.956Z Downloaded dtrace-parser v0.1.14
12872024-04-23T17:53:04.957Z Downloaded downcast v0.11.0
12882024-04-23T17:53:04.957Z Downloaded scroll_derive v0.12.0
12892024-04-23T17:53:04.957Z Downloaded plain v0.2.3
12902024-04-23T17:53:04.960Z Downloaded darling v0.20.8
12912024-04-23T17:53:04.960Z Downloaded similar v2.4.0
12922024-04-23T17:53:04.964Z Downloaded unicode-normalization v0.1.22
12932024-04-23T17:53:04.967Z Downloaded termcolor v1.2.0
12942024-04-23T17:53:04.968Z Downloaded phf_shared v0.11.2
12952024-04-23T17:53:04.968Z Downloaded usdt-impl v0.5.0
12962024-04-23T17:53:04.973Z Downloaded toml v0.5.11
12972024-04-23T17:53:04.973Z Downloaded strip-ansi-escapes v0.2.0
12982024-04-23T17:53:04.973Z Downloaded snafu v0.8.2
12992024-04-23T17:53:04.978Z Downloaded olpc-cjson v0.1.3
13002024-04-23T17:53:04.996Z Downloaded getrandom v0.2.12
13012024-04-23T17:53:04.996Z Downloaded phf v0.11.2
13022024-04-23T17:53:04.996Z Downloaded funty v2.0.0
13032024-04-23T17:53:04.996Z Downloaded form_urlencoded v1.2.1
13042024-04-23T17:53:04.996Z Downloaded rustls-native-certs v0.7.0
13052024-04-23T17:53:04.996Z Downloaded portable-atomic v1.4.3
13062024-04-23T17:53:04.996Z Downloaded dof v0.3.0
13072024-04-23T17:53:05.002Z Downloaded smawk v0.3.1
13082024-04-23T17:53:05.002Z Downloaded slog-stdlog v4.1.1
13092024-04-23T17:53:05.002Z Downloaded serde_plain v1.0.2
13102024-04-23T17:53:05.002Z Downloaded serde_derive_internals v0.26.0
13112024-04-23T17:53:05.002Z Downloaded utf-8 v0.7.6
13122024-04-23T17:53:05.002Z Downloaded pest v2.7.6
13132024-04-23T17:53:05.006Z Downloaded ena v0.14.2
13142024-04-23T17:53:05.009Z Downloaded serde_arrays v0.1.0
13152024-04-23T17:53:05.010Z Downloaded ref-cast-impl v1.0.22
13162024-04-23T17:53:05.010Z Downloaded zerocopy v0.6.6
13172024-04-23T17:53:05.013Z Downloaded zeroize v1.7.0
13182024-04-23T17:53:05.013Z Downloaded csv-core v0.1.11
13192024-04-23T17:53:05.018Z Downloaded ucd-trie v0.1.6
13202024-04-23T17:53:05.019Z Downloaded pin-utils v0.1.0
13212024-04-23T17:53:05.019Z Downloaded serde_yaml v0.9.25
13222024-04-23T17:53:05.024Z Downloaded zerocopy-derive v0.7.32
13232024-04-23T17:53:05.028Z Downloaded uuid v0.8.2
13242024-04-23T17:53:05.028Z Downloaded trust-dns-resolver v0.22.0
13252024-04-23T17:53:05.032Z Downloaded filetime v0.2.23
13262024-04-23T17:53:05.032Z Downloaded pem-rfc7468 v0.7.0
13272024-04-23T17:53:05.036Z Downloaded parking_lot v0.11.2
13282024-04-23T17:53:05.036Z Downloaded term v0.7.0
13292024-04-23T17:53:05.044Z Downloaded salty v0.2.0
13302024-04-23T17:53:05.048Z Downloaded guppy v0.17.5
13312024-04-23T17:53:05.053Z Downloaded stringprep v0.1.3
13322024-04-23T17:53:05.053Z Downloaded rand v0.8.5
13332024-04-23T17:53:05.058Z Downloaded slog-term v2.9.1
13342024-04-23T17:53:05.058Z Downloaded pretty_assertions v1.4.0
13352024-04-23T17:53:05.063Z Downloaded tokio-util v0.7.10
13362024-04-23T17:53:05.066Z Downloaded fallible-iterator v0.2.0
13372024-04-23T17:53:05.066Z Downloaded openssl-sys v0.9.102
13382024-04-23T17:53:05.071Z Downloaded tungstenite v0.20.1
13392024-04-23T17:53:05.074Z Downloaded typenum v1.16.0
13402024-04-23T17:53:05.078Z Downloaded winnow v0.5.15
13412024-04-23T17:53:05.086Z Downloaded schemars v0.8.16
13422024-04-23T17:53:05.096Z Downloaded pin-project-lite v0.2.13
13432024-04-23T17:53:05.100Z Downloaded papergrid v0.11.0
13442024-04-23T17:53:05.104Z Downloaded tar v0.4.40
13452024-04-23T17:53:05.109Z Downloaded pin-project v1.1.3
13462024-04-23T17:53:05.118Z Downloaded elliptic-curve v0.13.8
13472024-04-23T17:53:05.121Z Downloaded darling_core v0.20.8
13482024-04-23T17:53:05.126Z Downloaded blake3 v1.5.0
13492024-04-23T17:53:05.133Z Downloaded tower v0.4.13
13502024-04-23T17:53:05.142Z Downloaded tempfile v3.10.1
13512024-04-23T17:53:05.148Z Downloaded bindgen v0.69.2
13522024-04-23T17:53:05.152Z Downloaded proptest v1.4.0
13532024-04-23T17:53:05.161Z Downloaded sqlparser v0.45.0
13542024-04-23T17:53:05.166Z Downloaded bitvec v1.0.1
13552024-04-23T17:53:05.181Z Downloaded time v0.3.34
13562024-04-23T17:53:05.189Z Downloaded typed-path v0.7.0
13572024-04-23T17:53:05.197Z Downloaded steno v0.4.0
13582024-04-23T17:53:05.202Z Downloaded tough v0.17.1
13592024-04-23T17:53:05.205Z Downloaded expectorate v1.1.0
13602024-04-23T17:53:05.209Z Downloaded idna v0.5.0
13612024-04-23T17:53:05.214Z Downloaded futures-util v0.3.30
13622024-04-23T17:53:05.226Z Downloaded goblin v0.8.0
13632024-04-23T17:53:05.231Z Downloaded rayon v1.10.0
13642024-04-23T17:53:05.241Z Downloaded reqwest v0.11.24
13652024-04-23T17:53:05.248Z Downloaded syn v1.0.109
13662024-04-23T17:53:05.263Z Downloaded reedline v0.31.0
13672024-04-23T17:53:05.266Z Downloaded rustls-webpki v0.101.7
13682024-04-23T17:53:05.280Z Downloaded h2 v0.3.26
13692024-04-23T17:53:05.286Z Downloaded polar-core v0.27.3
13702024-04-23T17:53:05.295Z Downloaded quick-xml v0.31.0
13712024-04-23T17:53:05.301Z Downloaded rustls-webpki v0.102.1
13722024-04-23T17:53:05.318Z Downloaded object v0.30.4
13732024-04-23T17:53:05.327Z Downloaded regex-syntax v0.6.29
13742024-04-23T17:53:05.334Z Downloaded radix_trie v0.2.1
13752024-04-23T17:53:05.341Z Downloaded webpki-roots v0.25.2
13762024-04-23T17:53:05.346Z Downloaded bstr v1.9.0
13772024-04-23T17:53:05.354Z Downloaded regex v1.10.4
13782024-04-23T17:53:05.367Z Downloaded curve25519-dalek v4.1.2
13792024-04-23T17:53:05.376Z Downloaded vcpkg v0.2.15
13802024-04-23T17:53:05.415Z Downloaded smoltcp v0.11.0
13812024-04-23T17:53:05.425Z Downloaded openssl v0.10.64
13822024-04-23T17:53:05.434Z Downloaded gimli v0.28.0
13832024-04-23T17:53:05.442Z Downloaded diesel v2.1.6
13842024-04-23T17:53:05.459Z Downloaded smoltcp v0.9.1
13852024-04-23T17:53:05.469Z Downloaded object v0.32.1
13862024-04-23T17:53:05.479Z Downloaded regex-automata v0.4.5
13872024-04-23T17:53:05.496Z Downloaded openapiv3 v2.0.0
13882024-04-23T17:53:05.510Z Downloaded zerocopy-derive v0.6.6
13892024-04-23T17:53:05.517Z Downloaded zerocopy-derive v0.2.0
13902024-04-23T17:53:05.526Z Downloaded bzip2-sys v0.1.11+1.0.8
13912024-04-23T17:53:05.537Z Downloaded rustls v0.22.4
13922024-04-23T17:53:05.550Z Downloaded ratatui v0.26.2
13932024-04-23T17:53:05.568Z Downloaded csv v1.3.0
13942024-04-23T17:53:05.588Z Downloaded sha3 v0.10.8
13952024-04-23T17:53:05.592Z Downloaded tokio v1.37.0
13962024-04-23T17:53:05.628Z Downloaded sled v0.34.7
13972024-04-23T17:53:05.638Z Downloaded encoding_rs v0.8.33
13982024-04-23T17:53:05.661Z Downloaded trust-dns-proto v0.22.0
13992024-04-23T17:53:05.670Z Downloaded regress v0.9.1
14002024-04-23T17:53:05.678Z Downloaded regex-syntax v0.8.2
14012024-04-23T17:53:05.687Z Downloaded rustls v0.21.9
14022024-04-23T17:53:05.697Z Downloaded bstr v0.2.17
14032024-04-23T17:53:05.706Z Downloaded tabled v0.15.0
14042024-04-23T17:53:05.721Z Downloaded petgraph v0.6.4
14052024-04-23T17:53:05.737Z Downloaded nix v0.28.0
14062024-04-23T17:53:05.747Z Downloaded plotters v0.3.5
14072024-04-23T17:53:05.754Z Downloaded idna v0.3.0
14082024-04-23T17:53:05.761Z Downloaded lalrpop v0.19.12
14092024-04-23T17:53:05.771Z Downloaded chrono v0.4.38
14102024-04-23T17:53:05.777Z Downloaded tungstenite v0.21.0
14112024-04-23T17:53:05.781Z Downloaded prettyplease v0.2.19
14122024-04-23T17:53:05.784Z Downloaded rcgen v0.12.1
14132024-04-23T17:53:05.788Z Downloaded regex-automata v0.1.10
14142024-04-23T17:53:05.792Z Downloaded rustyline v14.0.0
14152024-04-23T17:53:05.797Z Downloaded zerocopy v0.7.32
14162024-04-23T17:53:05.810Z Downloaded zip v0.6.6
14172024-04-23T17:53:05.815Z Downloaded trust-dns-client v0.22.0
14182024-04-23T17:53:05.818Z Downloaded rayon-core v1.12.1
14192024-04-23T17:53:05.823Z Downloaded serde_with v3.7.0
14202024-04-23T17:53:05.829Z Downloaded usdt-impl v0.3.5
14212024-04-23T17:53:05.834Z Downloaded relative-path v1.9.0
14222024-04-23T17:53:05.834Z Downloaded rstest_macros v0.19.0
14232024-04-23T17:53:05.837Z Downloaded url v2.5.0
14242024-04-23T17:53:05.837Z Downloaded data-encoding v2.4.0
14252024-04-23T17:53:05.841Z Downloaded termios v0.3.3
14262024-04-23T17:53:05.842Z Downloaded postcard v1.0.8
14272024-04-23T17:53:05.845Z Downloaded hyper v0.14.28
14282024-04-23T17:53:05.853Z Downloaded ron v0.8.1
14292024-04-23T17:53:05.857Z Downloaded glob v0.3.1
14302024-04-23T17:53:05.858Z Downloaded time-macros v0.2.17
14312024-04-23T17:53:05.858Z Downloaded unicode_categories v0.1.1
14322024-04-23T17:53:05.862Z Downloaded target-lexicon v0.12.13
14332024-04-23T17:53:05.862Z Downloaded idna v0.2.3
14342024-04-23T17:53:05.869Z Downloaded itertools v0.12.1
14352024-04-23T17:53:05.874Z Downloaded samael v0.0.15
14362024-04-23T17:53:05.878Z Downloaded criterion v0.5.1
14372024-04-23T17:53:05.886Z Downloaded hashbrown v0.12.3
14382024-04-23T17:53:05.889Z Downloaded fastrand v2.0.1
14392024-04-23T17:53:05.890Z Downloaded vsss-rs v3.3.4
14402024-04-23T17:53:05.893Z Downloaded serde_repr v0.1.16
14412024-04-23T17:53:05.896Z Downloaded rsa v0.9.2
14422024-04-23T17:53:05.901Z Downloaded shell-words v1.1.0
14432024-04-23T17:53:05.901Z Downloaded rustversion v1.0.14
14442024-04-23T17:53:05.905Z Downloaded pest_generator v2.7.6
14452024-04-23T17:53:05.905Z Downloaded num-rational v0.4.1
14462024-04-23T17:53:05.905Z Downloaded signal-hook v0.3.17
14472024-04-23T17:53:05.908Z Downloaded env_logger v0.9.3
14482024-04-23T17:53:05.908Z Downloaded x509-cert v0.2.4
14492024-04-23T17:53:05.915Z Downloaded aho-corasick v1.1.2
14502024-04-23T17:53:05.919Z Downloaded ron v0.7.1
14512024-04-23T17:53:05.922Z Downloaded publicsuffix v2.2.3
14522024-04-23T17:53:05.926Z Downloaded num-bigint-dig v0.8.4
14532024-04-23T17:53:05.929Z Downloaded nom v7.1.3
14542024-04-23T17:53:05.936Z Downloaded fatfs v0.3.6
14552024-04-23T17:53:05.940Z Downloaded num-traits v0.2.18
14562024-04-23T17:53:05.944Z Downloaded trust-dns-server v0.22.1
14572024-04-23T17:53:05.948Z Downloaded env_logger v0.10.0
14582024-04-23T17:53:05.961Z Downloaded derive_builder_core v0.20.0
14592024-04-23T17:53:05.961Z Downloaded tokio-tungstenite v0.21.0
14602024-04-23T17:53:05.961Z Downloaded libxml v0.3.3
14612024-04-23T17:53:05.961Z Downloaded libm v0.2.7
14622024-04-23T17:53:05.978Z Downloaded crossbeam-channel v0.5.8
14632024-04-23T17:53:05.978Z Downloaded const_format v0.2.32
14642024-04-23T17:53:05.981Z Downloaded unarray v0.1.4
14652024-04-23T17:53:05.981Z Downloaded postgres-types v0.2.6
14662024-04-23T17:53:05.981Z Downloaded futures-channel v0.3.30
14672024-04-23T17:53:05.981Z Downloaded spin v0.5.2
14682024-04-23T17:53:05.985Z Downloaded vte v0.11.1
14692024-04-23T17:53:05.985Z Downloaded radium v0.7.0
14702024-04-23T17:53:05.985Z Downloaded static_assertions v1.1.0
14712024-04-23T17:53:05.988Z Downloaded tinyvec v1.6.0
14722024-04-23T17:53:05.989Z Downloaded subprocess v0.2.9
14732024-04-23T17:53:05.993Z Downloaded rand_xorshift v0.3.0
14742024-04-23T17:53:05.993Z Downloaded password-hash v0.5.0
14752024-04-23T17:53:05.993Z Downloaded partial-io v0.5.4
14762024-04-23T17:53:05.997Z Downloaded derive-where v1.2.7
14772024-04-23T17:53:06.007Z Downloaded datatest-stable v0.2.6
14782024-04-23T17:53:06.007Z Downloaded unicase v2.7.0
14792024-04-23T17:53:06.011Z Downloaded foreign-types-shared v0.3.1
14802024-04-23T17:53:06.011Z Downloaded sct v0.7.0
14812024-04-23T17:53:06.011Z Downloaded num_enum v0.5.11
14822024-04-23T17:53:06.011Z Downloaded num_cpus v1.16.0
14832024-04-23T17:53:06.011Z Downloaded pin-project-internal v1.1.3
14842024-04-23T17:53:06.015Z Downloaded parking_lot v0.12.1
14852024-04-23T17:53:06.015Z Downloaded http v1.0.0
14862024-04-23T17:53:06.018Z Downloaded either v1.11.0
14872024-04-23T17:53:06.022Z Downloaded crypto-common v0.1.6
14882024-04-23T17:53:06.023Z Downloaded untrusted v0.7.1
14892024-04-23T17:53:06.023Z Downloaded universal-hash v0.5.1
14902024-04-23T17:53:06.023Z Downloaded unicode-linebreak v0.1.5
14912024-04-23T17:53:06.023Z Downloaded tokio-postgres v0.7.10
14922024-04-23T17:53:06.027Z Downloaded strum_macros v0.25.2
14932024-04-23T17:53:06.031Z Downloaded mio v0.8.11
14942024-04-23T17:53:06.034Z Downloaded minimal-lexical v0.2.1
14952024-04-23T17:53:06.038Z Downloaded siphasher v0.3.11
14962024-04-23T17:53:06.039Z Downloaded proc-macro-crate v1.3.1
14972024-04-23T17:53:06.043Z Downloaded paste v1.0.14
14982024-04-23T17:53:06.043Z Downloaded similar-asserts v1.5.0
14992024-04-23T17:53:06.046Z Downloaded derive_builder v0.20.0
15002024-04-23T17:53:06.052Z Downloaded sec1 v0.7.3
15012024-04-23T17:53:06.052Z Downloaded tracing-core v0.1.32
15022024-04-23T17:53:06.052Z Downloaded futures-executor v0.3.30
15032024-04-23T17:53:06.056Z Downloaded socket2 v0.4.9
15042024-04-23T17:53:06.056Z Downloaded cookie v0.18.1
15052024-04-23T17:53:06.059Z Downloaded pest_derive v2.7.6
15062024-04-23T17:53:06.059Z Downloaded parking_lot_core v0.9.8
15072024-04-23T17:53:06.063Z Downloaded rust-argon2 v2.1.0
15082024-04-23T17:53:06.063Z Downloaded tokio-macros v2.2.0
15092024-04-23T17:53:06.063Z Downloaded cfg-expr v0.15.6
15102024-04-23T17:53:06.067Z Downloaded camino-tempfile v1.1.1
15112024-04-23T17:53:06.067Z Downloaded cookie_store v0.20.0
15122024-04-23T17:53:06.073Z Downloaded serde_tokenstream v0.1.7
15132024-04-23T17:53:06.079Z Downloaded rustls-pemfile v2.1.2
15142024-04-23T17:53:06.079Z Downloaded newtype-uuid v1.1.0
15152024-04-23T17:53:06.079Z Downloaded ring v0.17.8
15162024-04-23T17:53:06.145Z Downloaded backtrace v0.3.69
15172024-04-23T17:53:06.149Z Downloaded num-iter v0.1.44
15182024-04-23T17:53:06.149Z Downloaded heck v0.4.1
15192024-04-23T17:53:06.153Z Downloaded heck v0.3.3
15202024-04-23T17:53:06.153Z Downloaded usdt v0.3.5
15212024-04-23T17:53:06.153Z Downloaded base64 v0.13.1
15222024-04-23T17:53:06.156Z Downloaded fnv v1.0.7
15232024-04-23T17:53:06.156Z Downloaded float-cmp v0.9.0
15242024-04-23T17:53:06.157Z Downloaded dof v0.1.5
15252024-04-23T17:53:06.157Z Downloaded dirs-sys-next v0.1.2
15262024-04-23T17:53:06.162Z Downloaded digest v0.10.7
15272024-04-23T17:53:06.162Z Downloaded yansi v0.5.1
15282024-04-23T17:53:06.162Z Downloaded ciborium v0.2.2
15292024-04-23T17:53:06.165Z Downloaded wait-timeout v0.2.0
15302024-04-23T17:53:06.165Z Downloaded usdt v0.5.0
15312024-04-23T17:53:06.165Z Downloaded structmeta-derive v0.3.0
15322024-04-23T17:53:06.165Z Downloaded structmeta-derive v0.2.0
15332024-04-23T17:53:06.168Z Downloaded strsim v0.10.0
15342024-04-23T17:53:06.168Z Downloaded stable_deref_trait v1.2.0
15352024-04-23T17:53:06.168Z Downloaded slog-async v2.8.0
15362024-04-23T17:53:06.169Z Downloaded num-complex v0.4.5
15372024-04-23T17:53:06.173Z Downloaded nu-ansi-term v0.50.0
15382024-04-23T17:53:06.173Z Downloaded ref-cast v1.0.22
15392024-04-23T17:53:06.177Z Downloaded difflib v0.4.0
15402024-04-23T17:53:06.177Z Downloaded rpassword v7.3.1
15412024-04-23T17:53:06.177Z Downloaded cancel-safe-futures v0.1.5
15422024-04-23T17:53:06.181Z Downloaded num-integer v0.1.46
15432024-04-23T17:53:06.181Z Downloaded num v0.4.2
15442024-04-23T17:53:06.181Z Downloaded nanorand v0.7.0
15452024-04-23T17:53:06.184Z Downloaded linear-map v1.2.0
15462024-04-23T17:53:06.185Z Downloaded constant_time_eq v0.3.0
15472024-04-23T17:53:06.188Z Downloaded cobs v0.2.3
15482024-04-23T17:53:06.188Z Downloaded corncobs v0.1.3
15492024-04-23T17:53:06.188Z Downloaded ciborium-ll v0.2.2
15502024-04-23T17:53:06.188Z Downloaded ring v0.16.20
15512024-04-23T17:53:06.268Z Downloaded http-body v0.4.5
15522024-04-23T17:53:06.275Z Downloaded cast v0.3.0
15532024-04-23T17:53:06.275Z Downloaded buf-list v1.0.3
15542024-04-23T17:53:06.275Z Downloaded newtype_derive v0.1.6
15552024-04-23T17:53:06.275Z Downloaded maybe-uninit v2.0.0
15562024-04-23T17:53:06.275Z Downloaded crucible-workspace-hack v0.1.0
15572024-04-23T17:53:06.275Z Downloaded match_cfg v0.1.0
15582024-04-23T17:53:06.282Z Downloaded lazy_static v1.4.0
15592024-04-23T17:53:06.282Z Downloaded hyper-tls v0.5.0
15602024-04-23T17:53:06.282Z Downloaded byteorder v1.5.0
15612024-04-23T17:53:06.282Z Downloaded bytecount v0.6.3
15622024-04-23T17:53:06.282Z Downloaded block-padding v0.3.3
15632024-04-23T17:53:06.286Z Downloaded hyper-staticfile v0.9.5
15642024-04-23T17:53:06.286Z Downloaded humantime v2.1.0
15652024-04-23T17:53:06.286Z Downloaded cpufeatures v0.2.12
15662024-04-23T17:53:06.286Z Downloaded ident_case v1.0.1
15672024-04-23T17:53:06.286Z Downloaded hubpack_derive v0.1.1
15682024-04-23T17:53:06.286Z Downloaded cassowary v0.3.0
15692024-04-23T17:53:06.289Z Downloaded block-buffer v0.10.4
15702024-04-23T17:53:06.289Z Downloaded bitfield v0.14.0
15712024-04-23T17:53:06.289Z Downloaded adler v1.0.2
15722024-04-23T17:53:06.294Z Downloaded hyper-util v0.1.2
15732024-04-23T17:53:06.294Z Downloaded bitstruct_derive v0.1.0
15742024-04-23T17:53:06.294Z Downloaded hyper-rustls v0.24.2
15752024-04-23T17:53:06.299Z Downloaded hkdf v0.12.4
15762024-04-23T17:53:06.299Z Downloaded bcs v0.1.6
15772024-04-23T17:53:06.302Z Downloaded base64ct v1.6.0
15782024-04-23T17:53:06.302Z Downloaded argon2 v0.5.3
15792024-04-23T17:53:06.302Z Downloaded crypto-bigint v0.5.2
15802024-04-23T17:53:06.307Z Downloaded ascii v1.1.0
15812024-04-23T17:53:06.312Z Downloaded atomic-waker v1.1.1
15822024-04-23T17:53:06.312Z Downloaded async-stream v0.3.5
15832024-04-23T17:53:06.315Z Downloaded ascii-canvas v3.0.0
15842024-04-23T17:53:06.315Z Downloaded async-recursion v1.1.0
15852024-04-23T17:53:06.316Z Downloaded aead v0.5.2
15862024-04-23T17:53:06.325Z Downloaded arrayref v0.3.7
15872024-04-23T17:53:06.325Z Downloaded array-init v0.0.4
15882024-04-23T17:53:06.325Z Downloaded anes v0.1.6
15892024-04-23T17:53:06.325Z Downloaded highway v1.1.0
15902024-04-23T17:53:06.846Z Compiling libc v0.2.153
15912024-04-23T17:53:06.847Z Compiling serde v1.0.198
15922024-04-23T17:53:06.847Z Compiling version_check v0.9.4
15932024-04-23T17:53:06.850Z Checking cfg-if v1.0.0
15942024-04-23T17:53:06.917Z Compiling lock_api v0.4.10
15952024-04-23T17:53:06.920Z Compiling syn v1.0.109
15962024-04-23T17:53:06.953Z Compiling syn v2.0.59
15972024-04-23T17:53:06.980Z Compiling parking_lot_core v0.9.8
15982024-04-23T17:53:06.998Z Compiling once_cell v1.19.0
15992024-04-23T17:53:07.332Z Compiling libm v0.2.7
16002024-04-23T17:53:07.393Z Compiling num-traits v0.2.18
16012024-04-23T17:53:07.446Z Compiling memchr v2.7.1
16022024-04-23T17:53:07.468Z Compiling serde_json v1.0.116
16032024-04-23T17:53:07.641Z Compiling ahash v0.8.8
16042024-04-23T17:53:07.786Z Compiling byteorder v1.5.0
16052024-04-23T17:53:08.358Z Checking log v0.4.21
16062024-04-23T17:53:08.648Z Compiling slab v0.4.9
16072024-04-23T17:53:08.669Z Checking itoa v1.0.9
16082024-04-23T17:53:08.834Z Checking getrandom v0.2.12
16092024-04-23T17:53:08.879Z Compiling typenum v1.16.0
16102024-04-23T17:53:08.965Z Compiling cc v1.0.83
16112024-04-23T17:53:09.298Z Compiling generic-array v0.14.7
16122024-04-23T17:53:09.590Z Checking scopeguard v1.2.0
16132024-04-23T17:53:09.698Z Checking smallvec v1.13.1
16142024-04-23T17:53:09.715Z Compiling heck v0.4.1
16152024-04-23T17:53:09.747Z Compiling allocator-api2 v0.2.16
16162024-04-23T17:53:10.062Z Compiling pkg-config v0.3.27
16172024-04-23T17:53:10.209Z Compiling rustix v0.38.31
16182024-04-23T17:53:10.232Z Compiling schemars v0.8.16
16192024-04-23T17:53:10.548Z Compiling httparse v1.8.0
16202024-04-23T17:53:10.622Z Checking pin-project-lite v0.2.13
16212024-04-23T17:53:10.744Z Compiling time-core v0.1.2
16222024-04-23T17:53:10.779Z Checking parking_lot v0.12.1
16232024-04-23T17:53:10.900Z Compiling num-conv v0.1.0
16242024-04-23T17:53:11.080Z Compiling fnv v1.0.7
16252024-04-23T17:53:11.172Z Compiling time-macros v0.2.17
16262024-04-23T17:53:11.204Z Checking signal-hook-registry v1.4.1
16272024-04-23T17:53:11.409Z Compiling vcpkg v0.2.15
16282024-04-23T17:53:11.429Z Checking mio v0.8.11
16292024-04-23T17:53:11.690Z Checking ryu v1.0.15
16302024-04-23T17:53:11.905Z Compiling aho-corasick v1.1.2
16312024-04-23T17:53:12.069Z Compiling ring v0.17.8
16322024-04-23T17:53:13.432Z Compiling regex-syntax v0.8.2
16332024-04-23T17:53:13.546Z Compiling openssl-sys v0.9.102
16342024-04-23T17:53:14.408Z Checking rand_core v0.6.4
16352024-04-23T17:53:14.696Z Compiling serde_derive_internals v0.26.0
16362024-04-23T17:53:15.409Z Checking num_cpus v1.16.0
16372024-04-23T17:53:15.510Z Checking futures-core v0.3.30
16382024-04-23T17:53:15.641Z Compiling ring v0.16.20
16392024-04-23T17:53:16.637Z Compiling regex-automata v0.4.5
16402024-04-23T17:53:16.938Z Checking socket2 v0.5.6
16412024-04-23T17:53:17.271Z Compiling openssl v0.10.64
16422024-04-23T17:53:18.464Z Compiling ucd-trie v0.1.6
16432024-04-23T17:53:18.797Z Compiling slog v2.7.0
16442024-04-23T17:53:18.973Z Compiling rustversion v1.0.14
16452024-04-23T17:53:19.241Z Compiling crossbeam-utils v0.8.19
16462024-04-23T17:53:19.855Z Compiling rustls v0.21.9
16472024-04-23T17:53:20.062Z Compiling iana-time-zone v0.1.57
16482024-04-23T17:53:20.091Z Compiling native-tls v0.2.11
16492024-04-23T17:53:20.167Z Compiling serde_derive v1.0.198
16502024-04-23T17:53:20.360Z Compiling zerocopy-derive v0.7.32
16512024-04-23T17:53:20.443Z Compiling thiserror-impl v1.0.58
16522024-04-23T17:53:20.580Z Compiling zeroize_derive v1.4.2
16532024-04-23T17:53:20.884Z Compiling tokio-macros v2.2.0
16542024-04-23T17:53:22.071Z Compiling futures-macro v0.3.30
16552024-04-23T17:53:22.486Z Compiling tracing-attributes v0.1.27
16562024-04-23T17:53:22.619Z Compiling zerocopy v0.7.32
16572024-04-23T17:53:22.931Z Compiling schemars_derive v0.8.16
16582024-04-23T17:53:23.658Z Compiling thiserror v1.0.58
16592024-04-23T17:53:23.911Z Compiling regex v1.10.4
16602024-04-23T17:53:24.264Z Checking zeroize v1.7.0
16612024-04-23T17:53:24.517Z Compiling openssl-macros v0.1.1
16622024-04-23T17:53:24.535Z Compiling pest v2.7.6
16632024-04-23T17:53:24.802Z Compiling hashbrown v0.14.3
16642024-04-23T17:53:25.333Z Compiling async-trait v0.1.80
16652024-04-23T17:53:25.989Z Compiling cookie v0.17.0
16662024-04-23T17:53:26.154Z Checking spin v0.5.2
16672024-04-23T17:53:26.336Z Compiling backtrace v0.3.69
16682024-04-23T17:53:26.353Z Compiling unicode-xid v0.2.4
16692024-04-23T17:53:26.389Z Compiling uuid v0.8.2
16702024-04-23T17:53:26.414Z Checking futures-sink v0.3.30
16712024-04-23T17:53:26.489Z Compiling dyn-clone v1.0.17
16722024-04-23T17:53:26.510Z Compiling anyhow v1.0.82
16732024-04-23T17:53:26.752Z Compiling pest_meta v2.7.6
16742024-04-23T17:53:27.151Z Checking pin-utils v0.1.0
16752024-04-23T17:53:27.195Z Checking futures-channel v0.3.30
16762024-04-23T17:53:27.503Z Compiling tinyvec_macros v0.1.1
16772024-04-23T17:53:27.538Z Checking futures-io v0.3.30
16782024-04-23T17:53:27.588Z Checking futures-task v0.3.30
16792024-04-23T17:53:27.712Z Compiling tinyvec v1.6.0
16802024-04-23T17:53:27.715Z Compiling scroll_derive v0.12.0
16812024-04-23T17:53:27.741Z Compiling thread-id v4.2.0
16822024-04-23T17:53:27.795Z Checking futures-util v0.3.30
16832024-04-23T17:53:28.107Z Compiling pest_generator v2.7.6
16842024-04-23T17:53:28.485Z Compiling der_derive v0.7.2
16852024-04-23T17:53:29.210Z Compiling unicode-normalization v0.1.22
16862024-04-23T17:53:30.393Z Compiling unicode-bidi v0.3.15
16872024-04-23T17:53:31.110Z Compiling errno v0.3.8
16882024-04-23T17:53:31.128Z Compiling crc32fast v1.3.2
16892024-04-23T17:53:31.330Z Compiling either v1.11.0
16902024-04-23T17:53:31.628Z Compiling unicode-width v0.1.11
16912024-04-23T17:53:31.688Z Compiling pest_derive v2.7.6
16922024-04-23T17:53:31.692Z Checking subtle v2.5.0
16932024-04-23T17:53:32.477Z Compiling winnow v0.5.15
16942024-04-23T17:53:32.481Z Compiling synstructure v0.12.6
16952024-04-23T17:53:32.869Z Compiling spin v0.9.8
16962024-04-23T17:53:33.241Z Compiling tracing-core v0.1.32
16972024-04-23T17:53:33.447Z Checking bytes v1.6.0
16982024-04-23T17:53:34.244Z Checking tokio v1.37.0
16992024-04-23T17:53:34.363Z Compiling indexmap v2.2.6
17002024-04-23T17:53:34.641Z Compiling bitflags v2.4.2
17012024-04-23T17:53:35.329Z Compiling uuid v1.8.0
17022024-04-23T17:53:35.725Z Compiling chrono v0.4.38
17032024-04-23T17:53:35.751Z Compiling semver v1.0.22
17042024-04-23T17:53:35.882Z Compiling http v0.2.12
17052024-04-23T17:53:36.040Z Compiling toml_datetime v0.6.5
17062024-04-23T17:53:36.503Z Compiling serde_spanned v0.6.5
17072024-04-23T17:53:36.507Z Compiling rustc_version v0.4.0
17082024-04-23T17:53:37.260Z Compiling toml_edit v0.19.15
17092024-04-23T17:53:37.309Z Compiling openapiv3 v2.0.0
17102024-04-23T17:53:38.788Z Compiling zerocopy-derive v0.2.0
17112024-04-23T17:53:39.582Z Compiling tracing v0.1.40
17122024-04-23T17:53:39.744Z Compiling scroll v0.12.0
17132024-04-23T17:53:40.071Z Compiling usdt-impl v0.5.0
17142024-04-23T17:53:40.282Z Compiling percent-encoding v2.3.1
17152024-04-23T17:53:40.616Z Compiling const-oid v0.9.6
17162024-04-23T17:53:40.820Z Compiling plain v0.2.3
17172024-04-23T17:53:40.865Z Compiling pretty-hex v0.4.1
17182024-04-23T17:53:40.961Z Compiling goblin v0.8.0
17192024-04-23T17:53:41.057Z Compiling clap_derive v4.5.4
17202024-04-23T17:53:41.835Z Compiling dtrace-parser v0.2.0
17212024-04-23T17:53:42.144Z Compiling untrusted v0.7.1
17222024-04-23T17:53:42.325Z Compiling untrusted v0.9.0
17232024-04-23T17:53:42.441Z Compiling foreign-types-shared v0.1.1
17242024-04-23T17:53:42.491Z Compiling powerfmt v0.2.0
17252024-04-23T17:53:42.543Z Compiling signal-hook v0.3.17
17262024-04-23T17:53:42.836Z Compiling deranged v0.3.11
17272024-04-23T17:53:42.878Z Compiling foreign-types v0.3.2
17282024-04-23T17:53:43.846Z Compiling form_urlencoded v1.2.1
17292024-04-23T17:53:44.158Z Compiling crypto-common v0.1.6
17302024-04-23T17:53:44.393Z Compiling tokio-util v0.7.10
17312024-04-23T17:53:44.875Z Compiling zerocopy-derive v0.6.6
17322024-04-23T17:53:45.897Z Compiling usdt-impl v0.3.5
17332024-04-23T17:53:46.154Z Compiling siphasher v0.3.11
17342024-04-23T17:53:46.232Z Compiling base64 v0.21.7
17352024-04-23T17:53:46.526Z Compiling dof v0.3.0
17362024-04-23T17:53:46.622Z Compiling try-lock v0.2.4
17372024-04-23T17:53:46.757Z Compiling num_threads v0.1.6
17382024-04-23T17:53:46.802Z Compiling want v0.3.1
17392024-04-23T17:53:46.883Z Compiling time v0.3.34
17402024-04-23T17:53:47.082Z Compiling h2 v0.3.26
17412024-04-23T17:53:47.100Z Compiling sct v0.7.0
17422024-04-23T17:53:47.117Z Compiling rustls-webpki v0.101.7
17432024-04-23T17:53:48.797Z Compiling zerocopy v0.3.0
17442024-04-23T17:53:49.067Z Compiling http-body v0.4.5
17452024-04-23T17:53:49.465Z Compiling block-buffer v0.10.4
17462024-04-23T17:53:49.617Z Compiling idna v0.5.0
17472024-04-23T17:53:49.635Z Compiling bzip2-sys v0.1.11+1.0.8
17482024-04-23T17:53:50.087Z Compiling tower-service v0.3.2
17492024-04-23T17:53:50.216Z Compiling openssl-probe v0.1.5
17502024-04-23T17:53:50.397Z Compiling httpdate v1.0.3
17512024-04-23T17:53:50.838Z Compiling url v2.5.0
17522024-04-23T17:53:51.171Z Compiling digest v0.10.7
17532024-04-23T17:53:51.592Z Compiling dof v0.1.5
17542024-04-23T17:53:51.878Z Compiling heapless v0.7.16
17552024-04-23T17:53:52.152Z Compiling dtrace-parser v0.1.14
17562024-04-23T17:53:52.193Z Compiling idna v0.3.0
17572024-04-23T17:53:52.297Z Compiling lazy_static v1.4.0
17582024-04-23T17:53:52.426Z Compiling psl-types v2.0.11
17592024-04-23T17:53:52.609Z Compiling ppv-lite86 v0.2.17
17602024-04-23T17:53:53.289Z Checking equivalent v1.0.1
17612024-04-23T17:53:53.324Z Compiling adler v1.0.2
17622024-04-23T17:53:53.551Z Compiling miniz_oxide v0.7.1
17632024-04-23T17:53:53.713Z Compiling hyper v0.14.28
17642024-04-23T17:53:54.114Z Compiling rand_chacha v0.3.1
17652024-04-23T17:53:55.023Z Compiling crossbeam-epoch v0.9.18
17662024-04-23T17:53:55.045Z Compiling publicsuffix v2.2.3
17672024-04-23T17:53:55.065Z Compiling tokio-native-tls v0.3.1
17682024-04-23T17:53:55.300Z Compiling tokio-rustls v0.24.1
17692024-04-23T17:53:55.695Z Compiling serde_tokenstream v0.1.7
17702024-04-23T17:53:55.797Z Compiling bit-vec v0.6.3
17712024-04-23T17:53:55.951Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17722024-04-23T17:53:56.185Z Compiling ipnet v2.9.0
17732024-04-23T17:53:56.230Z Compiling cookie_store v0.20.0
17742024-04-23T17:53:56.562Z Compiling rand v0.8.5
17752024-04-23T17:53:57.078Z Compiling rustls-pemfile v1.0.3
17762024-04-23T17:53:57.371Z Compiling phf_shared v0.10.0
17772024-04-23T17:53:57.428Z Compiling serde_urlencoded v0.7.1
17782024-04-23T17:53:57.705Z Compiling encoding_rs v0.8.33
17792024-04-23T17:53:57.721Z Compiling num-bigint v0.4.4
17802024-04-23T17:53:57.747Z Compiling base64ct v1.6.0
17812024-04-23T17:53:57.951Z Compiling gimli v0.28.0
17822024-04-23T17:53:58.206Z Compiling precomputed-hash v0.1.1
17832024-04-23T17:53:58.322Z Compiling webpki-roots v0.25.2
17842024-04-23T17:53:58.344Z Compiling sync_wrapper v0.1.2
17852024-04-23T17:53:58.466Z Compiling smoltcp v0.9.1
17862024-04-23T17:53:58.480Z Compiling mime v0.3.17
17872024-04-23T17:53:58.564Z Compiling new_debug_unreachable v1.0.4
17882024-04-23T17:53:58.582Z Compiling fixedbitset v0.4.2
17892024-04-23T17:53:58.652Z Compiling minimal-lexical v0.2.1
17902024-04-23T17:53:58.999Z Compiling petgraph v0.6.4
17912024-04-23T17:53:59.034Z Compiling nom v7.1.3
17922024-04-23T17:53:59.148Z Compiling string_cache v0.8.7
17932024-04-23T17:53:59.597Z Compiling pem-rfc7468 v0.7.0
17942024-04-23T17:53:59.915Z Compiling usdt-macro v0.3.5
17952024-04-23T17:54:00.356Z Compiling hyper-tls v0.5.0
17962024-04-23T17:54:00.597Z Compiling hyper-rustls v0.24.2
17972024-04-23T17:54:00.678Z Compiling usdt-attr-macro v0.3.5
17982024-04-23T17:54:00.949Z Compiling reqwest v0.11.24
17992024-04-23T17:54:01.284Z Compiling bit-set v0.5.3
18002024-04-23T17:54:01.564Z Compiling hmac v0.12.1
18012024-04-23T17:54:02.103Z Compiling addr2line v0.21.0
18022024-04-23T17:54:02.120Z Compiling itertools v0.10.5
18032024-04-23T17:54:02.259Z Compiling enum-as-inner v0.5.1
18042024-04-23T17:54:02.634Z Compiling hubpack_derive v0.1.1
18052024-04-23T17:54:02.668Z Compiling diesel_table_macro_syntax v0.1.0
18062024-04-23T17:54:02.714Z Compiling object v0.32.1
18072024-04-23T17:54:02.718Z Compiling unicode-segmentation v1.10.1
18082024-04-23T17:54:03.055Z Compiling flagset v0.4.3
18092024-04-23T17:54:03.301Z Compiling rustc-demangle v0.1.23
18102024-04-23T17:54:03.301Z Compiling lalrpop-util v0.19.12
18112024-04-23T17:54:03.652Z Compiling toml_edit v0.22.9
18122024-04-23T17:54:04.132Z Compiling der v0.7.8
18132024-04-23T17:54:04.182Z Compiling diesel_derives v2.1.2
18142024-04-23T17:54:04.210Z Compiling flate2 v1.0.28
18152024-04-23T17:54:04.647Z Compiling futures-executor v0.3.30
18162024-04-23T17:54:04.840Z Compiling cpufeatures v0.2.12
18172024-04-23T17:54:04.938Z Compiling sha2 v0.10.8
18182024-04-23T17:54:05.169Z Compiling futures v0.3.30
18192024-04-23T17:54:05.284Z Compiling md-5 v0.10.5
18202024-04-23T17:54:05.530Z Compiling toml v0.7.8
18212024-04-23T17:54:06.415Z Compiling spki v0.7.2
18222024-04-23T17:54:06.769Z Compiling hex v0.4.3
18232024-04-23T17:54:07.215Z Compiling stringprep v0.1.3
18242024-04-23T17:54:07.392Z Compiling strum_macros v0.25.2
18252024-04-23T17:54:07.448Z Compiling serde_repr v0.1.16
18262024-04-23T17:54:08.685Z Compiling num-integer v0.1.46
18272024-04-23T17:54:08.892Z Compiling hash32 v0.2.1
18282024-04-23T17:54:09.439Z Compiling stable_deref_trait v1.2.0
18292024-04-23T17:54:09.543Z Compiling fallible-iterator v0.2.0
18302024-04-23T17:54:10.166Z Checking unicode-ident v1.0.12
18312024-04-23T17:54:10.524Z Compiling postgres-protocol v0.6.6
18322024-04-23T17:54:11.803Z Compiling pkcs8 v0.10.2
18332024-04-23T17:54:12.080Z Compiling phf_shared v0.11.2
18342024-04-23T17:54:12.207Z Compiling ff v0.13.0
18352024-04-23T17:54:12.293Z Compiling terminal_size v0.3.0
18362024-04-23T17:54:12.417Z Compiling block-padding v0.3.3
18372024-04-23T17:54:12.464Z Compiling scheduled-thread-pool v0.2.7
18382024-04-23T17:54:12.541Z Compiling bitflags v1.3.2
18392024-04-23T17:54:12.642Z Compiling peg-runtime v0.8.2
18402024-04-23T17:54:12.656Z Compiling base16ct v0.2.0
18412024-04-23T17:54:12.805Z Compiling matches v0.1.10
18422024-04-23T17:54:12.870Z Compiling regex-automata v0.1.10
18432024-04-23T17:54:12.921Z Compiling managed v0.8.0
18442024-04-23T17:54:12.995Z Compiling idna v0.2.3
18452024-04-23T17:54:13.037Z Compiling sec1 v0.7.3
18462024-04-23T17:54:13.093Z Compiling clap_builder v4.5.2
18472024-04-23T17:54:13.359Z Compiling bstr v0.2.17
18482024-04-23T17:54:13.409Z Compiling r2d2 v0.8.10
18492024-04-23T17:54:13.583Z Compiling inout v0.1.3
18502024-04-23T17:54:13.856Z Compiling signal-hook-mio v0.2.3
18512024-04-23T17:54:14.015Z Compiling group v0.13.0
18522024-04-23T17:54:14.113Z Compiling phf v0.11.2
18532024-04-23T17:54:14.331Z Compiling bzip2 v0.4.4
18542024-04-23T17:54:14.415Z Compiling postgres-types v0.2.6
18552024-04-23T17:54:14.729Z Compiling hubpack v0.1.2
18562024-04-23T17:54:14.744Z Compiling hkdf v0.12.4
18572024-04-23T17:54:15.203Z Compiling zerocopy v0.6.6
18582024-04-23T17:54:15.263Z Compiling crypto-bigint v0.5.2
18592024-04-23T17:54:15.478Z Compiling ipnetwork v0.20.0
18602024-04-23T17:54:15.884Z Compiling float-cmp v0.9.0
18612024-04-23T17:54:16.256Z Compiling normalize-line-endings v0.3.0
18622024-04-23T17:54:16.274Z Compiling data-encoding v2.4.0
18632024-04-23T17:54:16.374Z Compiling predicates-core v1.0.6
18642024-04-23T17:54:16.390Z Compiling whoami v1.5.1
18652024-04-23T17:54:16.722Z Compiling difflib v0.4.0
18662024-04-23T17:54:17.015Z Compiling static_assertions v1.1.0
18672024-04-23T17:54:17.113Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18682024-04-23T17:54:18.315Z Compiling yasna v0.5.2
18692024-04-23T17:54:18.560Z Compiling elliptic-curve v0.13.8
18702024-04-23T17:54:18.668Z Compiling predicates v3.1.0
18712024-04-23T17:54:19.331Z Compiling trust-dns-proto v0.22.0
18722024-04-23T17:54:19.952Z Compiling diesel v2.1.6
18732024-04-23T17:54:20.203Z Compiling tokio-postgres v0.7.10
18742024-04-23T17:54:20.351Z Compiling clap v4.5.4
18752024-04-23T17:54:21.735Z Compiling zip v0.6.6
18762024-04-23T17:54:22.481Z Compiling similar v2.4.0
18772024-04-23T17:54:22.496Z Compiling crossterm v0.27.0
18782024-04-23T17:54:22.728Z Compiling cipher v0.4.4
18792024-04-23T17:54:23.267Z Checking proc-macro2 v1.0.81
18802024-04-23T17:54:23.330Z Compiling num-iter v0.1.44
18812024-04-23T17:54:23.503Z Compiling usdt v0.3.5
18822024-04-23T17:54:23.782Z Compiling console v0.15.8
18832024-04-23T17:54:23.954Z Compiling tokio-stream v0.1.15
18842024-04-23T17:54:24.910Z Compiling bstr v1.9.0
18852024-04-23T17:54:24.938Z Compiling base64 v0.22.0
18862024-04-23T17:54:25.037Z Checking quote v1.0.36
18872024-04-23T17:54:30.042Z Checking utf8parse v0.2.1
18882024-04-23T17:54:33.769Z Checking anstyle v1.0.6
18892024-04-23T17:54:35.073Z Checking anstyle-parse v0.2.1
18902024-04-23T17:54:35.215Z Checking anstyle-query v1.0.0
18912024-04-23T17:54:35.238Z Checking colorchoice v1.0.0
18922024-04-23T17:54:35.356Z Checking anstream v0.6.11
18932024-04-23T17:54:35.556Z Checking strsim v0.11.0
18942024-04-23T17:54:35.707Z Checking clap_lex v0.7.0
18952024-04-23T17:54:38.204Z Compiling serde_tokenstream v0.2.0
18962024-04-23T17:54:39.991Z Checking winnow v0.6.1
18972024-04-23T17:54:48.610Z Compiling regress v0.9.1
18982024-04-23T17:54:48.729Z Compiling getopts v0.2.21
18992024-04-23T17:54:49.354Z Compiling unsafe-libyaml v0.2.10
19002024-04-23T17:54:49.823Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
19012024-04-23T17:54:50.439Z Checking is-terminal v0.4.9
19022024-04-23T17:54:50.554Z Checking camino v1.1.6
19032024-04-23T17:54:50.672Z Compiling serde_yaml v0.9.25
19042024-04-23T17:54:51.095Z Compiling ident_case v1.0.1
19052024-04-23T17:54:51.171Z Compiling strsim v0.10.0
19062024-04-23T17:54:51.217Z Checking sha1 v0.10.6
19072024-04-23T17:54:51.276Z Checking http v1.0.0
19082024-04-23T17:54:51.481Z Compiling darling_core v0.20.8
19092024-04-23T17:54:51.945Z Compiling paste v1.0.14
19102024-04-23T17:54:52.480Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19112024-04-23T17:54:52.600Z Compiling strum_macros v0.26.1
19122024-04-23T17:54:53.557Z Checking rustls-pki-types v1.3.0
19132024-04-23T17:54:53.967Z Checking fastrand v2.0.1
19142024-04-23T17:54:54.291Z Checking match_cfg v0.1.0
19152024-04-23T17:54:54.369Z Checking hostname v0.3.1
19162024-04-23T17:54:54.495Z Checking tempfile v3.10.1
19172024-04-23T17:54:54.830Z Checking dirs-sys-next v0.1.2
19182024-04-23T17:54:54.922Z Checking quick-error v1.2.3
19192024-04-23T17:54:55.006Z Checking dirs-next v2.0.0
19202024-04-23T17:54:55.054Z Checking crossbeam-channel v0.5.8
19212024-04-23T17:54:55.142Z Checking thread_local v1.1.7
19222024-04-23T17:54:55.304Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19232024-04-23T17:54:55.424Z Compiling rustls v0.22.4
19242024-04-23T17:54:55.710Z Compiling slog-async v2.8.0
19252024-04-23T17:54:55.773Z Checking term v0.7.0
19262024-04-23T17:54:55.790Z Checking rustls-webpki v0.102.1
19272024-04-23T17:54:55.947Z Checking instant v0.1.12
19282024-04-23T17:54:56.064Z Checking take_mut v0.2.2
19292024-04-23T17:54:56.199Z Checking slog-term v2.9.1
19302024-04-23T17:54:56.202Z Checking rustls-pemfile v2.1.2
19312024-04-23T17:54:56.435Z Compiling multer v3.0.0
19322024-04-23T17:54:56.577Z Checking debug-ignore v1.0.5
19332024-04-23T17:54:56.673Z Checking toml v0.8.12
19342024-04-23T17:54:56.717Z Checking slog-json v2.6.1
19352024-04-23T17:54:56.801Z Compiling async-stream-impl v0.3.5
19362024-04-23T17:54:56.955Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19372024-04-23T17:54:57.263Z Checking atomic-waker v1.1.1
19382024-04-23T17:54:57.380Z Checking waitgroup v0.1.2
19392024-04-23T17:54:57.455Z Checking slog-bunyan v2.5.0
19402024-04-23T17:54:57.607Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19412024-04-23T17:54:57.814Z Checking strum v0.26.2
19422024-04-23T17:54:57.904Z Checking serde_path_to_error v0.1.16
19432024-04-23T17:54:57.970Z Checking newtype-uuid v1.1.0
19442024-04-23T17:54:58.221Z Checking wait-timeout v0.2.0
19452024-04-23T17:54:58.301Z Checking async-stream v0.3.5
19462024-04-23T17:54:58.397Z Compiling structmeta-derive v0.3.0
19472024-04-23T17:54:58.416Z Compiling darling_macro v0.20.8
19482024-04-23T17:54:58.479Z Checking rusty-fork v0.3.0
19492024-04-23T17:54:58.583Z Compiling structmeta-derive v0.2.0
19502024-04-23T17:54:58.772Z Checking rand_xorshift v0.3.0
19512024-04-23T17:54:58.943Z Checking unarray v0.1.4
19522024-04-23T17:54:59.085Z Checking proptest v1.4.0
19532024-04-23T17:54:59.465Z Compiling darling v0.20.8
19542024-04-23T17:54:59.577Z Compiling serde_with_macros v3.7.0
19552024-04-23T17:54:59.865Z Checking backoff v0.4.0
19562024-04-23T17:55:00.075Z Checking tokio-rustls v0.25.0
19572024-04-23T17:55:00.155Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19582024-04-23T17:55:00.958Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19592024-04-23T17:55:01.098Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19602024-04-23T17:55:01.345Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19612024-04-23T17:55:01.513Z Compiling structmeta v0.3.0
19622024-04-23T17:55:01.624Z Compiling structmeta v0.2.0
19632024-04-23T17:55:01.960Z Compiling parse-display-derive v0.9.0
19642024-04-23T17:55:02.068Z Compiling test-strategy v0.3.1
19652024-04-23T17:55:02.196Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19662024-04-23T17:55:02.345Z Checking macaddr v1.0.1
19672024-04-23T17:55:02.685Z Compiling proc-macro-error-attr v1.0.4
19682024-04-23T17:55:02.840Z Checking serde_with v3.7.0
19692024-04-23T17:55:03.059Z Compiling proc-macro-error v1.0.4
19702024-04-23T17:55:03.562Z Compiling proc-macro-crate v1.3.1
19712024-04-23T17:55:03.985Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19722024-04-23T17:55:04.386Z Checking camino-tempfile v1.1.1
19732024-04-23T17:55:04.600Z Compiling num_enum_derive v0.5.11
19742024-04-23T17:55:04.654Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19752024-04-23T17:55:04.973Z Compiling foreign-types-macros v0.2.3
19762024-04-23T17:55:05.111Z Checking foreign-types-shared v0.3.1
19772024-04-23T17:55:05.224Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19782024-04-23T17:55:05.854Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19792024-04-23T17:55:06.030Z Checking cstr-argument v0.1.2
19802024-04-23T17:55:06.201Z Checking pretty-hex v0.2.1
19812024-04-23T17:55:06.217Z Checking tabwriter v1.4.0
19822024-04-23T17:55:06.283Z Checking foreign-types v0.5.0
19832024-04-23T17:55:06.358Z Checking colored v2.1.0
19842024-04-23T17:55:06.391Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19852024-04-23T17:55:06.423Z Checking socket2 v0.4.9
19862024-04-23T17:55:06.623Z Checking smf v0.2.3
19872024-04-23T17:55:06.662Z Checking humantime v2.1.0
19882024-04-23T17:55:06.716Z Checking parse-display v0.9.0
19892024-04-23T17:55:06.839Z Checking termcolor v1.2.0
19902024-04-23T17:55:06.854Z Compiling usdt-macro v0.5.0
19912024-04-23T17:55:06.918Z Compiling usdt-attr-macro v0.5.0
19922024-04-23T17:55:06.924Z Checking memmap v0.7.0
19932024-04-23T17:55:07.073Z Checking arc-swap v1.6.0
19942024-04-23T17:55:07.117Z Checking utf-8 v0.7.6
19952024-04-23T17:55:07.200Z Checking filetime v0.2.23
19962024-04-23T17:55:07.314Z Checking xattr v1.0.1
19972024-04-23T17:55:07.336Z Checking num_enum v0.5.11
19982024-04-23T17:55:07.386Z Checking same-file v1.0.6
19992024-04-23T17:55:07.479Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20002024-04-23T17:55:07.496Z Checking tar v0.4.40
20012024-04-23T17:55:07.500Z Checking slog-scope v4.4.0
20022024-04-23T17:55:07.547Z Checking walkdir v2.5.0
20032024-04-23T17:55:07.695Z Checking slog-stdlog v4.1.1
20042024-04-23T17:55:07.740Z Checking tungstenite v0.20.1
20052024-04-23T17:55:07.823Z Checking newline-converter v0.3.0
20062024-04-23T17:55:07.849Z Checking slog-envlogger v2.2.0
20072024-04-23T17:55:07.962Z Checking expectorate v1.1.0
20082024-04-23T17:55:08.054Z Checking termtree v0.4.1
20092024-04-23T17:55:08.166Z Compiling heapless v0.8.0
20102024-04-23T17:55:08.243Z Checking hash32 v0.3.1
20112024-04-23T17:55:08.307Z Checking predicates-tree v1.0.9
20122024-04-23T17:55:08.376Z Compiling smoltcp v0.11.0
20132024-04-23T17:55:08.416Z Checking cobs v0.2.3
20142024-04-23T17:55:08.456Z Compiling crucible-workspace-hack v0.1.0
20152024-04-23T17:55:08.545Z Checking tokio-tungstenite v0.20.1
20162024-04-23T17:55:08.592Z Checking embedded-io v0.4.0
20172024-04-23T17:55:08.606Z Checking usdt v0.5.0
20182024-04-23T17:55:08.774Z Checking sigpipe v0.1.3
20192024-04-23T17:55:08.789Z Checking postcard v1.0.8
20202024-04-23T17:55:08.853Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20212024-04-23T17:55:08.873Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20222024-04-23T17:55:09.002Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20232024-04-23T17:55:09.072Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20242024-04-23T17:55:09.111Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20252024-04-23T17:55:09.205Z Checking atty v0.2.14
20262024-04-23T17:55:09.324Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20272024-04-23T17:55:09.463Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20282024-04-23T17:55:09.543Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
20292024-04-23T17:55:09.919Z Compiling mockall_derive v0.12.1
20302024-04-23T17:55:09.989Z Compiling num-derive v0.4.0
20312024-04-23T17:55:10.105Z Checking downcast v0.11.0
20322024-04-23T17:55:10.296Z Checking fragile v2.0.0
20332024-04-23T17:55:10.486Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20342024-04-23T17:55:10.556Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
20352024-04-23T17:55:10.780Z Checking pem v3.0.4
20362024-04-23T17:55:10.981Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20372024-04-23T17:55:11.023Z Checking env_logger v0.9.3
20382024-04-23T17:55:11.078Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20392024-04-23T17:55:11.404Z Compiling bitstruct_derive v0.1.0
20402024-04-23T17:55:11.465Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20412024-04-23T17:55:11.590Z Checking ascii v1.1.0
20422024-04-23T17:55:11.719Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20432024-04-23T17:55:11.868Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20442024-04-23T17:55:11.959Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20452024-04-23T17:55:12.102Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20462024-04-23T17:55:12.326Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
20472024-04-23T17:55:12.362Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20482024-04-23T17:55:12.623Z Checking erased-serde v0.3.31
20492024-04-23T17:55:12.747Z Checking bitstruct v0.1.1
20502024-04-23T17:55:12.751Z Checking serde_arrays v0.1.0
20512024-04-23T17:55:12.807Z Compiling heck v0.3.3
20522024-04-23T17:55:12.845Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20532024-04-23T17:55:12.887Z Checking tungstenite v0.21.0
20542024-04-23T17:55:12.929Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20552024-04-23T17:55:13.227Z Checking base64 v0.13.1
20562024-04-23T17:55:13.244Z Compiling zone_cfg_derive v0.1.2
20572024-04-23T17:55:13.629Z Checking ron v0.7.1
20582024-04-23T17:55:13.746Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20592024-04-23T17:55:13.795Z Checking tokio-tungstenite v0.21.0
20602024-04-23T17:55:14.362Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20612024-04-23T17:55:14.751Z Checking headers-core v0.2.0
20622024-04-23T17:55:14.784Z Checking zone v0.1.8
20632024-04-23T17:55:14.894Z Checking portpicker v0.1.1
20642024-04-23T17:55:15.037Z Checking headers v0.3.9
20652024-04-23T17:55:15.430Z Checking rcgen v0.12.1
20662024-04-23T17:55:15.570Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20672024-04-23T17:55:15.707Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20682024-04-23T17:55:15.896Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20692024-04-23T17:55:16.044Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20702024-04-23T17:55:16.059Z Checking atomicwrites v0.4.3
20712024-04-23T17:55:16.081Z Checking subprocess v0.2.9
20722024-04-23T17:55:16.158Z Checking linked-hash-map v0.5.6
20732024-04-23T17:55:16.231Z Checking password-hash v0.5.0
20742024-04-23T17:55:16.321Z Checking blake2 v0.10.6
20752024-04-23T17:55:16.463Z Checking lru-cache v0.1.2
20762024-04-23T17:55:16.597Z Checking swrite v0.1.0
20772024-04-23T17:55:16.642Z Checking itertools v0.12.1
20782024-04-23T17:55:16.662Z Compiling derive-where v1.2.7
20792024-04-23T17:55:16.708Z Compiling rayon-core v1.12.1
20802024-04-23T17:55:16.753Z Checking argon2 v0.5.3
20812024-04-23T17:55:17.016Z Checking half v2.3.1
20822024-04-23T17:55:17.400Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20832024-04-23T17:55:17.478Z Checking ciborium-io v0.2.2
20842024-04-23T17:55:17.594Z Compiling cancel-safe-futures v0.1.5
20852024-04-23T17:55:17.657Z Checking ciborium-ll v0.2.2
20862024-04-23T17:55:17.718Z Checking resolv-conf v0.7.0
20872024-04-23T17:55:17.949Z Checking ciborium v0.2.2
20882024-04-23T17:55:18.040Z Checking trust-dns-resolver v0.22.0
20892024-04-23T17:55:18.149Z Checking mockall v0.12.1
20902024-04-23T17:55:18.389Z Checking bytecount v0.6.3
20912024-04-23T17:55:18.436Z Compiling tabled_derive v0.7.0
20922024-04-23T17:55:18.534Z Checking papergrid v0.11.0
20932024-04-23T17:55:19.019Z Compiling slog-dtrace v0.3.0
20942024-04-23T17:55:19.321Z Compiling semver v0.1.20
20952024-04-23T17:55:19.401Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20962024-04-23T17:55:19.559Z Checking libsw v3.3.1
20972024-04-23T17:55:19.742Z Compiling rustc_version v0.1.7
20982024-04-23T17:55:19.818Z Checking owo-colors v4.0.0
20992024-04-23T17:55:19.970Z Checking linear-map v1.2.0
21002024-04-23T17:55:20.222Z Compiling newtype_derive v0.1.6
21012024-04-23T17:55:20.273Z Compiling num-rational v0.4.1
21022024-04-23T17:55:20.348Z Compiling radium v0.7.0
21032024-04-23T17:55:20.415Z Checking num-complex v0.4.5
21042024-04-23T17:55:20.693Z Checking steno v0.4.0
21052024-04-23T17:55:20.839Z Checking nibble_vec v0.1.0
21062024-04-23T17:55:20.982Z Checking tabled v0.15.0
21072024-04-23T17:55:21.036Z Checking endian-type v0.1.2
21082024-04-23T17:55:21.239Z Checking tap v1.0.1
21092024-04-23T17:55:21.254Z Compiling maybe-uninit v2.0.0
21102024-04-23T17:55:21.399Z Checking wyz v0.5.1
21112024-04-23T17:55:21.435Z Checking num v0.4.2
21122024-04-23T17:55:21.530Z Checking radix_trie v0.2.1
21132024-04-23T17:55:21.569Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21142024-04-23T17:55:21.808Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21152024-04-23T17:55:21.921Z Checking fxhash v0.2.1
21162024-04-23T17:55:22.099Z Compiling packed_struct v0.10.1
21172024-04-23T17:55:22.133Z Compiling num-bigint-dig v0.8.4
21182024-04-23T17:55:22.325Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21192024-04-23T17:55:22.449Z Checking crc-catalog v2.2.0
21202024-04-23T17:55:22.544Z Checking funty v2.0.0
21212024-04-23T17:55:22.579Z Checking crc v3.0.1
21222024-04-23T17:55:22.609Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21232024-04-23T17:55:22.846Z Compiling packed_struct_codegen v0.10.1
21242024-04-23T17:55:22.912Z Compiling indexmap v1.9.3
21252024-04-23T17:55:22.988Z Checking nodrop v0.1.14
21262024-04-23T17:55:23.061Z Checking smallvec v0.6.14
21272024-04-23T17:55:23.094Z Checking array-init v0.0.4
21282024-04-23T17:55:23.465Z Checking pkcs1 v0.7.5
21292024-04-23T17:55:23.529Z Checking bitvec v1.0.1
21302024-04-23T17:55:23.801Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21312024-04-23T17:55:23.839Z Checking signature v2.1.0
21322024-04-23T17:55:23.995Z Checking hashbrown v0.12.3
21332024-04-23T17:55:24.024Z Checking bitfield v0.14.0
21342024-04-23T17:55:24.147Z Checking serde-hex v0.1.0
21352024-04-23T17:55:24.288Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21362024-04-23T17:55:24.541Z Checking env_logger v0.10.0
21372024-04-23T17:55:24.963Z Checking x509-cert v0.2.4
21382024-04-23T17:55:25.410Z Checking rsa v0.9.2
21392024-04-23T17:55:25.629Z Checking ron v0.8.1
21402024-04-23T17:55:25.927Z Checking hashbrown v0.13.2
21412024-04-23T17:55:26.165Z Checking crc-any v2.4.3
21422024-04-23T17:55:26.409Z Checking path-slash v0.1.5
21432024-04-23T17:55:26.496Z Checking display-error-chain v0.2.0
21442024-04-23T17:55:26.530Z Compiling convert_case v0.4.0
21452024-04-23T17:55:26.546Z Compiling async-recursion v1.1.0
21462024-04-23T17:55:26.624Z Compiling buf-list v1.0.3
21472024-04-23T17:55:26.861Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21482024-04-23T17:55:26.939Z Checking object v0.30.4
21492024-04-23T17:55:27.100Z Compiling blake3 v1.5.0
21502024-04-23T17:55:27.495Z Compiling derive_more v0.99.17
21512024-04-23T17:55:27.623Z Checking gethostname v0.4.3
21522024-04-23T17:55:27.754Z Compiling parking_lot_core v0.8.6
21532024-04-23T17:55:27.875Z Compiling libefi-sys v0.1.0
21542024-04-23T17:55:28.185Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21552024-04-23T17:55:28.280Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21562024-04-23T17:55:28.563Z Compiling crossbeam-deque v0.8.3
21572024-04-23T17:55:28.581Z Checking keccak v0.1.4
21582024-04-23T17:55:28.814Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21592024-04-23T17:55:28.955Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21602024-04-23T17:55:29.522Z Checking sha3 v0.10.8
21612024-04-23T17:55:29.539Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21622024-04-23T17:55:29.747Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21632024-04-23T17:55:29.775Z Checking parking_lot v0.11.2
21642024-04-23T17:55:29.910Z Checking trust-dns-client v0.22.0
21652024-04-23T17:55:29.958Z Checking toml v0.5.11
21662024-04-23T17:55:30.116Z Checking secrecy v0.8.0
21672024-04-23T17:55:30.302Z Compiling pin-project-internal v1.1.3
21682024-04-23T17:55:30.887Z Checking sled v0.34.7
21692024-04-23T17:55:31.070Z Compiling rayon v1.10.0
21702024-04-23T17:55:31.404Z Checking trust-dns-server v0.22.1
21712024-04-23T17:55:33.596Z Checking pin-project v1.1.3
21722024-04-23T17:55:33.880Z Compiling memmap2 v0.7.1
21732024-04-23T17:55:33.956Z Compiling arrayvec v0.7.4
21742024-04-23T17:55:34.044Z Compiling arrayref v0.3.7
21752024-04-23T17:55:34.146Z Compiling home v0.5.5
21762024-04-23T17:55:34.176Z Compiling constant_time_eq v0.3.0
21772024-04-23T17:55:34.292Z Compiling toolchain_find v0.4.0
21782024-04-23T17:55:34.937Z Compiling vte_generate_state_changes v0.1.1
21792024-04-23T17:55:35.213Z Compiling topological-sort v0.2.2
21802024-04-23T17:55:35.424Z Compiling rustfmt-wrapper v0.2.1
21812024-04-23T17:55:35.961Z Checking vte v0.11.1
21822024-04-23T17:55:36.010Z Checking fd-lock v4.0.2
21832024-04-23T17:55:36.110Z Checking glob v0.3.1
21842024-04-23T17:55:36.164Z Compiling omicron-zone-package v0.11.0
21852024-04-23T17:55:36.401Z Checking nu-ansi-term v0.50.0
21862024-04-23T17:55:36.473Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21872024-04-23T17:55:36.808Z Compiling unicase v2.7.0
21882024-04-23T17:55:36.823Z Compiling platforms v3.0.2
21892024-04-23T17:55:37.119Z Compiling prettyplease v0.2.19
21902024-04-23T17:55:37.174Z Compiling snafu-derive v0.8.2
21912024-04-23T17:55:37.272Z Checking strip-ansi-escapes v0.2.0
21922024-04-23T17:55:37.312Z Checking globset v0.4.13
21932024-04-23T17:55:37.404Z Checking reedline v0.31.0
21942024-04-23T17:55:37.427Z Checking olpc-cjson v0.1.3
21952024-04-23T17:55:37.631Z Checking serde_plain v1.0.2
21962024-04-23T17:55:37.864Z Compiling memoffset v0.7.1
21972024-04-23T17:55:37.914Z Compiling crunchy v0.2.2
21982024-04-23T17:55:38.226Z Checking typed-path v0.7.0
21992024-04-23T17:55:38.585Z Compiling curve25519-dalek v4.1.2
22002024-04-23T17:55:39.036Z Checking fs-err v2.11.0
22012024-04-23T17:55:39.192Z Compiling clang-sys v1.6.1
22022024-04-23T17:55:39.321Z Compiling tiny-keccak v2.0.2
22032024-04-23T17:55:39.627Z Checking parse-size v1.0.0
22042024-04-23T17:55:39.897Z Compiling mime_guess v2.0.4
22052024-04-23T17:55:40.059Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22062024-04-23T17:55:40.116Z Checking universal-hash v0.5.1
22072024-04-23T17:55:40.134Z Compiling thiserror-impl-no-std v2.0.2
22082024-04-23T17:55:40.294Z Compiling curve25519-dalek-derive v0.1.0
22092024-04-23T17:55:41.234Z Checking nanorand v0.7.0
22102024-04-23T17:55:41.546Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22112024-04-23T17:55:41.600Z Compiling salty v0.2.0
22122024-04-23T17:55:41.844Z Compiling cfg_aliases v0.1.1
22132024-04-23T17:55:41.858Z Checking signature v1.6.4
22142024-04-23T17:55:41.920Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22152024-04-23T17:55:41.972Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22162024-04-23T17:55:41.984Z Checking opaque-debug v0.3.0
22172024-04-23T17:55:42.069Z Checking poly1305 v0.8.0
22182024-04-23T17:55:42.114Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22192024-04-23T17:55:42.130Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22202024-04-23T17:55:42.145Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22212024-04-23T17:55:42.441Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22222024-04-23T17:55:42.490Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22232024-04-23T17:55:42.527Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22242024-04-23T17:55:42.906Z Checking snafu v0.8.2
22252024-04-23T17:55:43.354Z Checking thiserror-no-std v2.0.2
22262024-04-23T17:55:43.473Z Checking tough v0.17.1
22272024-04-23T17:55:43.496Z Checking ed25519 v1.5.3
22282024-04-23T17:55:43.659Z Compiling nix v0.28.0
22292024-04-23T17:55:43.689Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22302024-04-23T17:55:44.596Z Checking flume v0.11.0
22312024-04-23T17:55:45.096Z Compiling ascii-canvas v3.0.0
22322024-04-23T17:55:45.602Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22332024-04-23T17:55:45.857Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22342024-04-23T17:55:45.876Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22352024-04-23T17:55:46.044Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22362024-04-23T17:55:46.109Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22372024-04-23T17:55:46.139Z Checking chacha20 v0.9.1
22382024-04-23T17:55:46.467Z Checking aead v0.5.2
22392024-04-23T17:55:46.714Z Checking serde-big-array v0.5.1
22402024-04-23T17:55:46.804Z Checking kstat-rs v0.2.3
22412024-04-23T17:55:46.926Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22422024-04-23T17:55:47.132Z Compiling ena v0.14.2
22432024-04-23T17:55:47.544Z Compiling libloading v0.7.4
22442024-04-23T17:55:47.861Z Compiling bindgen v0.69.2
22452024-04-23T17:55:47.926Z Checking maplit v1.0.2
22462024-04-23T17:55:48.024Z Compiling regex-syntax v0.6.29
22472024-04-23T17:55:48.041Z Compiling diff v0.1.13
22482024-04-23T17:55:48.082Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22492024-04-23T17:55:48.604Z Checking chacha20poly1305 v0.10.1
22502024-04-23T17:55:48.794Z Checking vsss-rs v3.3.4
22512024-04-23T17:55:49.349Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
22522024-04-23T17:55:50.386Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22532024-04-23T17:55:50.645Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22542024-04-23T17:55:51.012Z Checking signal-hook-tokio v0.3.1
22552024-04-23T17:55:51.040Z Compiling cexpr v0.6.0
22562024-04-23T17:55:51.176Z Compiling lalrpop v0.19.12
22572024-04-23T17:55:52.005Z Checking serde-big-array v0.4.1
22582024-04-23T17:55:52.162Z Compiling which v4.4.0
22592024-04-23T17:55:52.554Z Compiling rustc-hash v1.1.0
22602024-04-23T17:55:52.705Z Compiling ref-cast v1.0.22
22612024-04-23T17:55:52.705Z Compiling shlex v1.3.0
22622024-04-23T17:55:52.785Z Compiling lazycell v1.3.0
22632024-04-23T17:55:52.955Z Compiling peeking_take_while v0.1.2
22642024-04-23T17:55:53.139Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22652024-04-23T17:55:54.132Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
22662024-04-23T17:55:55.745Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22672024-04-23T17:55:56.048Z Compiling derive_builder_core v0.20.0
22682024-04-23T17:55:57.800Z Compiling peg-macros v0.8.2
22692024-04-23T17:55:57.911Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22702024-04-23T17:55:58.052Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22712024-04-23T17:55:58.531Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22722024-04-23T17:56:00.613Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22732024-04-23T17:56:01.081Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22742024-04-23T17:56:01.487Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22752024-04-23T17:56:02.471Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22762024-04-23T17:56:03.171Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22772024-04-23T17:56:03.293Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22782024-04-23T17:56:03.742Z Compiling ref-cast-impl v1.0.22
22792024-04-23T17:56:04.999Z Compiling sqlparser_derive v0.2.2
22802024-04-23T17:56:05.402Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22812024-04-23T17:56:05.746Z Compiling libxml v0.3.3
22822024-04-23T17:56:06.118Z Checking corncobs v0.1.3
22832024-04-23T17:56:06.207Z Checking unicode_categories v0.1.1
22842024-04-23T17:56:06.456Z Checking rustyline v14.0.0
22852024-04-23T17:56:06.502Z Checking sqlformat v0.2.3
22862024-04-23T17:56:06.834Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22872024-04-23T17:56:07.029Z Checking sqlparser v0.45.0
22882024-04-23T17:56:08.109Z Checking peg v0.8.2
22892024-04-23T17:56:08.122Z Compiling derive_builder_macro v0.20.0
22902024-04-23T17:56:08.207Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22912024-04-23T17:56:08.638Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22922024-04-23T17:56:09.011Z Checking bcs v0.1.6
22932024-04-23T17:56:09.467Z Compiling strum_macros v0.24.3
22942024-04-23T17:56:11.334Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22952024-04-23T17:56:11.646Z Compiling cookie v0.18.1
22962024-04-23T17:56:11.947Z Compiling indoc v1.0.9
22972024-04-23T17:56:13.030Z Checking highway v1.1.0
22982024-04-23T17:56:13.349Z Checking derive_builder v0.20.0
22992024-04-23T17:56:13.452Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23002024-04-23T17:56:13.485Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
23012024-04-23T17:56:13.736Z Checking bb8 v0.8.3
23022024-04-23T17:56:13.751Z Checking quick-xml v0.31.0
23032024-04-23T17:56:14.164Z Compiling const_format_proc_macros v0.2.32
23042024-04-23T17:56:14.701Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23052024-04-23T17:56:15.154Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23062024-04-23T17:56:15.848Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23072024-04-23T17:56:15.970Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23082024-04-23T17:56:16.105Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23092024-04-23T17:56:16.385Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23102024-04-23T17:56:16.403Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23112024-04-23T17:56:16.826Z Compiling oso-derive v0.27.3
23122024-04-23T17:56:17.749Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23132024-04-23T17:56:17.926Z Compiling impl-trait-for-tuples v0.2.2
23142024-04-23T17:56:19.911Z Checking http-range v0.1.5
23152024-04-23T17:56:19.939Z Checking const_format v0.2.32
23162024-04-23T17:56:20.096Z Checking hyper-staticfile v0.9.5
23172024-04-23T17:56:20.406Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23182024-04-23T17:56:20.498Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23192024-04-23T17:56:20.833Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
23202024-04-23T17:56:21.877Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23212024-04-23T17:56:23.217Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23222024-04-23T17:56:23.834Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23232024-04-23T17:56:24.837Z Checking assert_matches v1.5.0
23242024-04-23T17:56:24.927Z Checking rand_seeder v0.2.3
23252024-04-23T17:56:25.101Z Compiling portable-atomic v1.4.3
23262024-04-23T17:56:25.165Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23272024-04-23T17:56:25.398Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23282024-04-23T17:56:26.719Z Checking number_prefix v0.4.0
23292024-04-23T17:56:26.735Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23302024-04-23T17:56:26.909Z Checking castaway v0.2.2
23312024-04-23T17:56:27.071Z Checking compact_str v0.7.1
23322024-04-23T17:56:27.148Z Checking indicatif v0.17.8
23332024-04-23T17:56:27.644Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23342024-04-23T17:56:27.816Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23352024-04-23T17:56:27.916Z Checking lru v0.12.1
23362024-04-23T17:56:27.928Z Compiling stability v0.2.0
23372024-04-23T17:56:28.114Z Checking cassowary v0.3.0
23382024-04-23T17:56:28.202Z Compiling indoc v2.0.3
23392024-04-23T17:56:28.593Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23402024-04-23T17:56:28.986Z Checking smawk v0.3.1
23412024-04-23T17:56:29.167Z Checking unicode-linebreak v0.1.5
23422024-04-23T17:56:29.263Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23432024-04-23T17:56:29.337Z Checking ratatui v0.26.2
23442024-04-23T17:56:29.548Z Checking textwrap v0.16.1
23452024-04-23T17:56:29.563Z Checking is_ci v1.2.0
23462024-04-23T17:56:29.693Z Checking supports-color v3.0.0
23472024-04-23T17:56:29.909Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
23482024-04-23T17:56:29.924Z Checking fatfs v0.3.6
23492024-04-23T17:56:30.170Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23502024-04-23T17:56:30.988Z Checking rtoolbox v0.0.1
23512024-04-23T17:56:31.188Z Checking rpassword v7.3.1
23522024-04-23T17:56:31.276Z Checking shell-words v1.1.0
23532024-04-23T17:56:31.329Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23542024-04-23T17:56:31.630Z Checking yansi v0.5.1
23552024-04-23T17:56:31.904Z Checking pretty_assertions v1.4.0
23562024-04-23T17:56:31.957Z Compiling target-lexicon v0.12.13
23572024-04-23T17:56:32.085Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23582024-04-23T17:56:32.186Z Checking tui-tree-widget v0.19.0
23592024-04-23T17:56:32.398Z Checking plotters-backend v0.3.5
23602024-04-23T17:56:32.591Z Compiling doc-comment v0.3.3
23612024-04-23T17:56:32.770Z Compiling guppy-workspace-hack v0.1.0
23622024-04-23T17:56:33.304Z Checking plotters-svg v0.3.5
23632024-04-23T17:56:33.355Z Checking http-body v1.0.0
23642024-04-23T17:56:33.530Z Compiling target-spec v3.1.0
23652024-04-23T17:56:33.573Z Checking cast v0.3.0
23662024-04-23T17:56:33.605Z Checking tower-layer v0.3.2
23672024-04-23T17:56:33.719Z Compiling assert_cmd v2.0.14
23682024-04-23T17:56:33.860Z Checking tower v0.4.13
23692024-04-23T17:56:33.875Z Checking criterion-plot v0.5.0
23702024-04-23T17:56:34.078Z Checking cfg-expr v0.15.6
23712024-04-23T17:56:34.144Z Checking hyper v1.1.0
23722024-04-23T17:56:34.331Z Checking plotters v0.3.5
23732024-04-23T17:56:34.848Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23742024-04-23T17:56:34.863Z Checking tinytemplate v1.2.1
23752024-04-23T17:56:35.240Z Checking cargo-platform v0.1.3
23762024-04-23T17:56:35.365Z Checking anes v0.1.6
23772024-04-23T17:56:35.535Z Checking oorandom v11.1.3
23782024-04-23T17:56:35.693Z Checking cargo_metadata v0.18.1
23792024-04-23T17:56:35.736Z Checking hyper-util v0.1.2
23802024-04-23T17:56:36.075Z Checking criterion v0.5.1
23812024-04-23T17:56:36.549Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23822024-04-23T17:56:36.841Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23832024-04-23T17:56:37.338Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23842024-04-23T17:56:38.340Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23852024-04-23T17:56:38.772Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23862024-04-23T17:56:38.798Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23872024-04-23T17:56:40.117Z Checking rustls-native-certs v0.7.0
23882024-04-23T17:56:40.263Z Checking httptest v0.15.5
23892024-04-23T17:56:40.940Z Checking pathdiff v0.2.1
23902024-04-23T17:56:40.968Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23912024-04-23T17:56:41.091Z Checking nested v0.1.1
23922024-04-23T17:56:41.300Z Checking guppy v0.17.5
23932024-04-23T17:56:41.368Z Checking hyper-rustls v0.26.0
23942024-04-23T17:56:41.687Z Checking escape8259 v0.5.2
23952024-04-23T17:56:41.872Z Checking threadpool v1.8.1
23962024-04-23T17:56:42.871Z Checking libtest-mimic v0.7.2
23972024-04-23T17:56:43.316Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23982024-04-23T17:56:43.413Z Checking similar-asserts v1.5.0
23992024-04-23T17:56:43.647Z Compiling rstest_macros v0.19.0
24002024-04-23T17:56:46.110Z Checking datatest-stable v0.2.6
24012024-04-23T17:56:46.181Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24022024-04-23T17:56:46.327Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24032024-04-23T17:56:46.479Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24042024-04-23T17:56:46.831Z Checking csv-core v0.1.11
24052024-04-23T17:56:47.122Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24062024-04-23T17:56:47.158Z Checking constant_time_eq v0.2.6
24072024-04-23T17:56:47.174Z Compiling relative-path v1.9.0
24082024-04-23T17:56:47.285Z Compiling trybuild v1.0.91
24092024-04-23T17:56:47.704Z Checking heck v0.5.0
24102024-04-23T17:56:47.922Z Checking blake2b_simd v1.0.1
24112024-04-23T17:56:48.389Z Checking csv v1.3.0
24122024-04-23T17:56:48.875Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24132024-04-23T17:56:49.204Z Checking multimap v0.10.0
24142024-04-23T17:56:49.507Z Checking futures-timer v3.0.2
24152024-04-23T17:56:49.795Z Checking rust-argon2 v2.1.0
24162024-04-23T17:56:51.564Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24172024-04-23T17:56:53.505Z Checking partial-io v0.5.4
24182024-04-23T17:56:53.882Z Checking approx v0.5.1
24192024-04-23T17:56:54.112Z Checking termios v0.3.3
24202024-04-23T17:56:54.322Z Checking uzers v0.11.3
24212024-04-23T17:56:54.346Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24222024-04-23T17:56:54.651Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24232024-04-23T17:56:55.278Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24242024-04-23T17:56:56.968Z Checking hex-literal v0.4.1
24252024-04-23T17:56:57.169Z Checking rstest v0.19.0
24262024-04-23T17:57:03.123Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24272024-04-23T17:57:05.192Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24282024-04-23T17:57:25.042Z Compiling samael v0.0.15
24292024-04-23T17:57:49.038Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24302024-04-23T17:57:50.109Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24312024-04-23T17:58:01.322Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24322024-04-23T17:58:11.210Z Compiling polar-core v0.27.3
24332024-04-23T17:58:18.385Z Checking oso v0.27.3
24342024-04-23T17:58:43.645Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24352024-04-23T17:58:43.648Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24362024-04-23T17:58:43.649Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24372024-04-23T17:59:39.332Z Finished dev [unoptimized + debuginfo] target(s) in 6m 35s
24382024-04-23T17:59:39.522Z
24392024-04-23T17:59:39.522Zreal 7:22.140333584
24402024-04-23T17:59:39.522Zuser 37:39.983256025
24412024-04-23T17:59:39.522Zsys 6:52.073261478
24422024-04-23T17:59:39.522Ztrap 1.008527864
24432024-04-23T17:59:39.522Ztflt 11.632290044
24442024-04-23T17:59:39.522Zdflt 7.754353544
24452024-04-23T17:59:39.522Zkflt 0.229924706
24462024-04-23T17:59:39.522Zlock 57:27.746049369
24472024-04-23T17:59:39.522Zslp 1:56:15.022508507
24482024-04-23T17:59:39.529Zlat 1:45.209647207
24492024-04-23T17:59:39.529Zstop 4:26.867873204
24502024-04-23T17:59:40.410Zwarning: output filename collision.
24512024-04-23T17:59:40.410ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24522024-04-23T17:59:40.410ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24532024-04-23T17:59:40.410ZThe targets should have unique names.
24542024-04-23T17:59:40.410ZThis is a known bug where multiple crates with the same name use
24552024-04-23T17:59:40.410Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24562024-04-23T17:59:40.410Zwarning: output filename collision.
24572024-04-23T17:59:40.410ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24582024-04-23T17:59:40.410ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24592024-04-23T17:59:40.410ZThe targets should have unique names.
24602024-04-23T17:59:40.410ZThis is a known bug where multiple crates with the same name use
24612024-04-23T17:59:40.410Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24622024-04-23T17:59:40.416Zwarning: output filename collision.
24632024-04-23T17:59:40.416ZThe lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
24642024-04-23T17:59:40.416ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24652024-04-23T17:59:40.416ZThe targets should have unique names.
24662024-04-23T17:59:40.416ZThis is a known bug where multiple crates with the same name use
24672024-04-23T17:59:40.416Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24682024-04-23T17:59:40.416Zwarning: output filename collision.
24692024-04-23T17:59:40.416ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`.
24702024-04-23T17:59:40.416ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24712024-04-23T17:59:40.416ZThe targets should have unique names.
24722024-04-23T17:59:40.416ZThis is a known bug where multiple crates with the same name use
24732024-04-23T17:59:40.416Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24742024-04-23T17:59:40.416Zwarning: output filename collision.
24752024-04-23T17:59:40.416ZThe 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)`.
24762024-04-23T17:59:40.416ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24772024-04-23T17:59:40.416ZThe targets should have unique names.
24782024-04-23T17:59:40.416ZThis is a known bug where multiple crates with the same name use
24792024-04-23T17:59:40.416Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24802024-04-23T17:59:40.416Zwarning: output filename collision.
24812024-04-23T17:59:40.417ZThe 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)`.
24822024-04-23T17:59:40.417ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24832024-04-23T17:59:40.417ZThe targets should have unique names.
24842024-04-23T17:59:40.417ZThis is a known bug where multiple crates with the same name use
24852024-04-23T17:59:40.417Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24862024-04-23T17:59:40.417Zwarning: output filename collision.
24872024-04-23T17:59:40.417ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24882024-04-23T17:59:40.417ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24892024-04-23T17:59:40.417ZThe targets should have unique names.
24902024-04-23T17:59:40.417ZThis is a known bug where multiple crates with the same name use
24912024-04-23T17:59:40.417Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24922024-04-23T17:59:40.417Zwarning: output filename collision.
24932024-04-23T17:59:40.417ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`.
24942024-04-23T17:59:40.417ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24952024-04-23T17:59:40.417ZThe targets should have unique names.
24962024-04-23T17:59:40.417ZThis is a known bug where multiple crates with the same name use
24972024-04-23T17:59:40.417Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24982024-04-23T17:59:40.417Zwarning: output filename collision.
24992024-04-23T17:59:40.417ZThe 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`.
25002024-04-23T17:59:40.417ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
25012024-04-23T17:59:40.417ZThe targets should have unique names.
25022024-04-23T17:59:40.417ZThis is a known bug where multiple crates with the same name use
25032024-04-23T17:59:40.418Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25042024-04-23T17:59:40.907Z Documenting libc v0.2.153
25052024-04-23T17:59:40.954Z Documenting cfg-if v1.0.0
25062024-04-23T17:59:40.966Z Documenting serde_derive v1.0.198
25072024-04-23T17:59:40.994Z Documenting log v0.4.21
25082024-04-23T17:59:41.007Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25092024-04-23T17:59:41.021Z Documenting memchr v2.7.1
25102024-04-23T17:59:41.032Z Documenting byteorder v1.5.0
25112024-04-23T17:59:41.044Z Documenting scopeguard v1.2.0
25122024-04-23T17:59:41.287Z Documenting itoa v1.0.9
25132024-04-23T17:59:43.964Z Documenting smallvec v1.13.1
25142024-04-23T17:59:44.130Z Documenting lock_api v0.4.10
25152024-04-23T17:59:44.235Z Documenting pin-project-lite v0.2.13
25162024-04-23T17:59:45.106Z Documenting once_cell v1.19.0
25172024-04-23T17:59:45.178Z Documenting libm v0.2.7
25182024-04-23T17:59:46.155Z Documenting zeroize_derive v1.4.2
25192024-04-23T17:59:46.169Z Documenting getrandom v0.2.12
25202024-04-23T17:59:47.249Z Documenting signal-hook-registry v1.4.1
25212024-04-23T17:59:47.605Z Documenting mio v0.8.11
25222024-04-23T17:59:47.682Z Documenting parking_lot_core v0.9.8
25232024-04-23T17:59:48.965Z Documenting serde v1.0.198
25242024-04-23T17:59:49.070Z Documenting num-traits v0.2.18
25252024-04-23T17:59:49.348Z Documenting thiserror-impl v1.0.58
25262024-04-23T17:59:50.601Z Documenting rand_core v0.6.4
25272024-04-23T17:59:50.908Z Documenting zeroize v1.7.0
25282024-04-23T17:59:51.639Z Documenting futures-core v0.3.30
25292024-04-23T17:59:52.854Z Documenting parking_lot v0.12.1
25302024-04-23T17:59:53.030Z Documenting ryu v1.0.15
25312024-04-23T17:59:54.586Z Documenting num_cpus v1.16.0
25322024-04-23T17:59:54.617Z Documenting thiserror v1.0.58
25332024-04-23T17:59:55.315Z Documenting socket2 v0.5.6
25342024-04-23T17:59:55.354Z Documenting tokio-macros v2.2.0
25352024-04-23T17:59:55.725Z Documenting zerocopy v0.7.32
25362024-04-23T17:59:56.327Z Documenting futures-sink v0.3.30
25372024-04-23T17:59:57.933Z Documenting typenum v1.16.0
25382024-04-23T17:59:58.561Z Documenting pin-utils v0.1.0
25392024-04-23T17:59:59.308Z Documenting subtle v2.5.0
25402024-04-23T18:00:00.329Z Documenting slab v0.4.9
25412024-04-23T18:00:00.364Z Documenting futures-macro v0.3.30
25422024-04-23T18:00:00.445Z Documenting futures-channel v0.3.30
25432024-04-23T18:00:09.415Z Documenting bytes v1.6.0
25442024-04-23T18:00:11.132Z Documenting bitflags v2.4.2
25452024-04-23T18:00:11.443Z Documenting serde_json v1.0.116
25462024-04-23T18:00:11.468Z Documenting futures-task v0.3.30
25472024-04-23T18:00:11.480Z Documenting iana-time-zone v0.1.57
25482024-04-23T18:00:11.562Z Documenting futures-io v0.3.30
25492024-04-23T18:00:11.772Z Documenting uuid v1.8.0
25502024-04-23T18:00:12.395Z Documenting generic-array v0.14.7
25512024-04-23T18:00:14.121Z Documenting tokio v1.37.0
25522024-04-23T18:00:15.584Z Documenting chrono v0.4.38
25532024-04-23T18:00:15.600Z Documenting ahash v0.8.8
25542024-04-23T18:00:15.799Z Documenting allocator-api2 v0.2.16
25552024-04-23T18:00:16.322Z Documenting futures-util v0.3.30
25562024-04-23T18:00:16.513Z Documenting const-oid v0.9.6
25572024-04-23T18:00:17.317Z Documenting crypto-common v0.1.6
25582024-04-23T18:00:18.218Z Documenting tinyvec_macros v0.1.1
25592024-04-23T18:00:19.866Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25602024-04-23T18:00:20.046Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25612024-04-23T18:00:20.784Z Documenting tracing-core v0.1.32
25622024-04-23T18:00:21.095Z Documenting hashbrown v0.14.3
25632024-04-23T18:00:21.532Z Documenting tinyvec v1.6.0
25642024-04-23T18:00:22.244Z Documenting serde_derive_internals v0.26.0
25652024-04-23T18:00:22.815Z Checking serde_derive_internals v0.26.0
25662024-04-23T18:00:22.937Z Documenting tracing-attributes v0.1.27
25672024-04-23T18:00:23.416Z Documenting dyn-clone v1.0.17
25682024-04-23T18:00:25.157Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25692024-04-23T18:00:25.362Z Documenting unicode-normalization v0.1.22
25702024-04-23T18:00:26.490Z Documenting ppv-lite86 v0.2.17
25712024-04-23T18:00:27.157Z Documenting unicode-bidi v0.3.15
25722024-04-23T18:00:27.171Z Documenting lazy_static v1.4.0
25732024-04-23T18:00:29.284Z Documenting percent-encoding v2.3.1
25742024-04-23T18:00:29.365Z Documenting schemars_derive v0.8.16
25752024-04-23T18:00:31.259Z Documenting block-buffer v0.10.4
25762024-04-23T18:00:31.443Z Documenting rand_chacha v0.3.1
25772024-04-23T18:00:31.513Z Documenting fnv v1.0.7
25782024-04-23T18:00:31.684Z Documenting equivalent v1.0.1
25792024-04-23T18:00:32.480Z Documenting powerfmt v0.2.0
25802024-04-23T18:00:34.268Z Documenting form_urlencoded v1.2.1
25812024-04-23T18:00:35.004Z Documenting indexmap v2.2.6
25822024-04-23T18:00:35.391Z Documenting schemars v0.8.16
25832024-04-23T18:00:35.672Z Documenting deranged v0.3.11
25842024-04-23T18:00:35.732Z Documenting time-macros v0.2.17
25852024-04-23T18:00:36.020Z Documenting digest v0.10.7
25862024-04-23T18:00:36.625Z Documenting rand v0.8.5
25872024-04-23T18:00:38.650Z Documenting num-conv v0.1.0
25882024-04-23T18:00:39.096Z Documenting tracing v0.1.40
25892024-04-23T18:00:40.575Z Documenting time-core v0.1.2
25902024-04-23T18:00:40.958Z Documenting num_threads v0.1.6
25912024-04-23T18:00:41.330Z Documenting unicode-width v0.1.11
25922024-04-23T18:00:41.456Z Documenting idna v0.5.0
25932024-04-23T18:00:42.052Z Documenting errno v0.3.8
25942024-04-23T18:00:42.652Z Documenting adler v1.0.2
25952024-04-23T18:00:51.066Z Documenting unicode-ident v1.0.12
25962024-04-23T18:00:51.084Z Documenting slog v2.7.0
25972024-04-23T18:00:51.134Z Documenting time v0.3.34
25982024-04-23T18:00:51.164Z Documenting miniz_oxide v0.7.1
25992024-04-23T18:00:51.272Z Documenting url v2.5.0
26002024-04-23T18:00:51.284Z Documenting rustix v0.38.31
26012024-04-23T18:00:51.979Z Documenting httparse v1.8.0
26022024-04-23T18:00:54.619Z Documenting proc-macro2 v1.0.81
26032024-04-23T18:00:55.311Z Documenting cpufeatures v0.2.12
26042024-04-23T18:00:56.027Z Documenting async-trait v0.1.80
26052024-04-23T18:00:56.733Z Documenting httpdate v1.0.3
26062024-04-23T18:00:56.784Z Documenting try-lock v0.2.4
26072024-04-23T18:00:57.384Z Documenting http-body v0.4.5
26082024-04-23T18:00:58.444Z Documenting openssl-sys v0.9.102
26092024-04-23T18:00:59.326Z Documenting quote v1.0.36
26102024-04-23T18:00:59.441Z Documenting aho-corasick v1.1.2
26112024-04-23T18:00:59.913Z Documenting want v0.3.1
26122024-04-23T18:01:01.021Z Documenting openssl-macros v0.1.1
26132024-04-23T18:01:01.040Z Documenting tokio-util v0.7.10
26142024-04-23T18:01:02.265Z Documenting tower-service v0.3.2
26152024-04-23T18:01:03.031Z Documenting regex-syntax v0.8.2
26162024-04-23T18:01:04.050Z Documenting gimli v0.28.0
26172024-04-23T18:01:04.599Z Documenting syn v2.0.59
26182024-04-23T18:01:05.514Z Documenting mime v0.3.17
26192024-04-23T18:01:05.573Z Documenting object v0.32.1
26202024-04-23T18:01:05.904Z Documenting openssl v0.10.64
26212024-04-23T18:01:06.450Z Documenting openssl-probe v0.1.5
26222024-04-23T18:01:08.010Z Documenting h2 v0.3.26
26232024-04-23T18:01:09.955Z Documenting ipnet v2.9.0
26242024-04-23T18:01:10.192Z Documenting regex-automata v0.4.5
26252024-04-23T18:01:10.637Z Documenting addr2line v0.21.0
26262024-04-23T18:01:10.702Z Documenting rustc-demangle v0.1.23
26272024-04-23T18:01:14.231Z Documenting base64ct v1.6.0
26282024-04-23T18:01:14.570Z Documenting futures-executor v0.3.30
26292024-04-23T18:01:14.752Z Documenting native-tls v0.2.11
26302024-04-23T18:01:14.819Z Documenting encoding_rs v0.8.33
26312024-04-23T18:01:18.813Z Documenting hyper v0.14.28
26322024-04-23T18:01:19.028Z Documenting regex v1.10.4
26332024-04-23T18:01:19.355Z Documenting psl-types v2.0.11
26342024-04-23T18:01:19.412Z Documenting backtrace v0.3.69
26352024-04-23T18:01:19.757Z Documenting serde_urlencoded v0.7.1
26362024-04-23T18:01:19.975Z Documenting tokio-native-tls v0.3.1
26372024-04-23T18:01:20.174Z Documenting crossbeam-utils v0.8.19
26382024-04-23T18:01:22.685Z Documenting publicsuffix v2.2.3
26392024-04-23T18:01:24.460Z Documenting utf8parse v0.2.1
26402024-04-23T18:01:24.786Z Documenting futures v0.3.30
26412024-04-23T18:01:24.795Z Documenting anyhow v1.0.82
26422024-04-23T18:01:25.307Z Documenting pem-rfc7468 v0.7.0
26432024-04-23T18:01:25.977Z Checking pest_meta v2.7.6
26442024-04-23T18:01:26.822Z Documenting der_derive v0.7.2
26452024-04-23T18:01:27.781Z Documenting cookie_store v0.20.0
26462024-04-23T18:01:27.989Z Documenting flagset v0.4.3
26472024-04-23T18:01:28.097Z Documenting sync_wrapper v0.1.2
26482024-04-23T18:01:29.992Z Documenting webpki-roots v0.25.2
26492024-04-23T18:01:30.308Z Documenting num-integer v0.1.46
26502024-04-23T18:01:31.370Z Documenting pest_meta v2.7.6
26512024-04-23T18:01:31.472Z Documenting scroll_derive v0.12.0
26522024-04-23T18:01:31.551Z Documenting hyper-rustls v0.24.2
26532024-04-23T18:01:33.080Z Documenting hyper-tls v0.5.0
26542024-04-23T18:01:33.367Z Checking pest_generator v2.7.6
26552024-04-23T18:01:33.585Z Documenting der v0.7.8
26562024-04-23T18:01:34.059Z Documenting openapiv3 v2.0.0
26572024-04-23T18:01:34.219Z Documenting ucd-trie v0.1.6
26582024-04-23T18:01:35.054Z Documenting plain v0.2.3
26592024-04-23T18:01:36.535Z Documenting pest_generator v2.7.6
26602024-04-23T18:01:37.200Z Documenting scroll v0.12.0
26612024-04-23T18:01:38.350Z Documenting pest v2.7.6
26622024-04-23T18:01:38.427Z Documenting spin v0.9.8
26632024-04-23T18:01:39.676Z Documenting spki v0.7.2
26642024-04-23T18:01:40.081Z Documenting anstyle v1.0.6
26652024-04-23T18:01:40.597Z Documenting reqwest v0.11.24
26662024-04-23T18:01:41.458Z Documenting goblin v0.8.0
26672024-04-23T18:01:41.498Z Documenting pest_derive v2.7.6
26682024-04-23T18:01:41.806Z Documenting either v1.11.0
26692024-04-23T18:01:42.008Z Documenting pretty-hex v0.4.1
26702024-04-23T18:01:44.146Z Documenting pkcs8 v0.10.2
26712024-04-23T18:01:44.322Z Documenting anstyle-parse v0.2.1
26722024-04-23T18:01:44.636Z Documenting thread-id v4.2.0
26732024-04-23T18:01:45.667Z Documenting data-encoding v2.4.0
26742024-04-23T18:01:46.206Z Documenting dtrace-parser v0.2.0
26752024-04-23T18:01:46.441Z Documenting anstyle-query v1.0.0
26762024-04-23T18:01:47.575Z Documenting colorchoice v1.0.0
26772024-04-23T18:01:49.204Z Documenting crossbeam-epoch v0.9.18
26782024-04-23T18:01:49.618Z Documenting terminal_size v0.3.0
26792024-04-23T18:01:49.867Z Documenting dof v0.3.0
26802024-04-23T18:01:50.374Z Documenting sha2 v0.10.8
26812024-04-23T18:01:50.780Z Documenting ipnetwork v0.20.0
26822024-04-23T18:01:50.925Z Documenting anstream v0.6.11
26832024-04-23T18:01:51.289Z Documenting hex v0.4.3
26842024-04-23T18:01:52.071Z Documenting crc32fast v1.3.2
26852024-04-23T18:01:53.560Z Documenting unicode-segmentation v1.10.1
26862024-04-23T18:01:55.133Z Documenting strsim v0.11.0
26872024-04-23T18:01:55.165Z Documenting usdt-impl v0.5.0
26882024-04-23T18:01:55.750Z Documenting clap_lex v0.7.0
26892024-04-23T18:01:55.907Z Documenting untrusted v0.9.0
26902024-04-23T18:01:56.235Z Documenting clap_derive v4.5.4
26912024-04-23T18:01:56.303Z Documenting num-iter v0.1.44
26922024-04-23T18:01:57.387Z Documenting hmac v0.12.1
26932024-04-23T18:01:57.422Z Documenting signal-hook v0.3.17
26942024-04-23T18:01:59.293Z Documenting static_assertions v1.1.0
26952024-04-23T18:01:59.375Z Documenting ring v0.17.8
26962024-04-23T18:01:59.868Z Documenting clap_builder v4.5.2
26972024-04-23T18:02:01.639Z Documenting base64 v0.22.0
26982024-04-23T18:02:01.943Z Documenting flate2 v1.0.28
26992024-04-23T18:02:02.651Z Documenting managed v0.8.0
27002024-04-23T18:02:02.760Z Documenting signal-hook-mio v0.2.3
27012024-04-23T18:02:02.764Z Documenting block-padding v0.3.3
27022024-04-23T18:02:03.158Z Documenting scheduled-thread-pool v0.2.7
27032024-04-23T18:02:05.175Z Documenting bzip2-sys v0.1.11+1.0.8
27042024-04-23T18:02:05.911Z Documenting enum-as-inner v0.5.1
27052024-04-23T18:02:06.599Z Checking diesel_table_macro_syntax v0.1.0
27062024-04-23T18:02:06.721Z Documenting clap v4.5.4
27072024-04-23T18:02:06.764Z Documenting diesel_table_macro_syntax v0.1.0
27082024-04-23T18:02:06.859Z Documenting md-5 v0.10.5
27092024-04-23T18:02:07.880Z Documenting crossterm v0.27.0
27102024-04-23T18:02:08.118Z Documenting inout v0.1.3
27112024-04-23T18:02:08.249Z Documenting r2d2 v0.8.10
27122024-04-23T18:02:10.213Z Documenting bzip2 v0.4.4
27132024-04-23T18:02:10.627Z Documenting trust-dns-proto v0.22.0
27142024-04-23T18:02:11.738Z Documenting diesel_derives v2.1.2
27152024-04-23T18:02:12.545Z Documenting stringprep v0.1.3
27162024-04-23T18:02:12.647Z Documenting regress v0.9.1
27172024-04-23T18:02:12.785Z Documenting ff v0.13.0
27182024-04-23T18:02:12.888Z Documenting serde_spanned v0.6.5
27192024-04-23T18:02:13.387Z Documenting toml_datetime v0.6.5
27202024-04-23T18:02:15.355Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27212024-04-23T18:02:17.168Z Documenting fallible-iterator v0.2.0
27222024-04-23T18:02:17.359Z Documenting bit-vec v0.6.3
27232024-04-23T18:02:17.934Z Documenting winnow v0.6.1
27242024-04-23T18:02:17.938Z Documenting base16ct v0.2.0
27252024-04-23T18:02:19.595Z Documenting siphasher v0.3.11
27262024-04-23T18:02:19.962Z Documenting group v0.13.0
27272024-04-23T18:02:20.081Z Documenting zip v0.6.6
27282024-04-23T18:02:20.247Z Documenting diesel v2.1.6
27292024-04-23T18:02:21.425Z Documenting sec1 v0.7.3
27302024-04-23T18:02:22.001Z Documenting cipher v0.4.4
27312024-04-23T18:02:22.362Z Documenting postgres-protocol v0.6.6
27322024-04-23T18:02:23.091Z Documenting phf_shared v0.11.2
27332024-04-23T18:02:24.181Z Documenting toml_edit v0.22.9
27342024-04-23T18:02:25.110Z Documenting hkdf v0.12.4
27352024-04-23T18:02:25.602Z Documenting num-bigint v0.4.4
27362024-04-23T18:02:27.541Z Documenting bstr v1.9.0
27372024-04-23T18:02:36.584Z Documenting console v0.15.8
27382024-04-23T18:02:43.980Z Documenting crypto-bigint v0.5.2
27392024-04-23T18:02:44.021Z Documenting hubpack v0.1.2
27402024-04-23T18:02:44.557Z Documenting serde_repr v0.1.16
27412024-04-23T18:02:44.569Z Documenting heck v0.4.1
27422024-04-23T18:02:44.941Z Documenting precomputed-hash v0.1.1
27432024-04-23T18:02:45.074Z Documenting minimal-lexical v0.2.1
27442024-04-23T18:02:45.243Z Checking ident_case v1.0.1
27452024-04-23T18:02:45.383Z Checking strsim v0.10.0
27462024-04-23T18:02:45.616Z Checking unsafe-libyaml v0.2.10
27472024-04-23T18:02:46.746Z Documenting new_debug_unreachable v1.0.4
27482024-04-23T18:02:46.998Z Documenting fixedbitset v0.4.2
27492024-04-23T18:02:48.776Z Documenting lalrpop-util v0.19.12
27502024-04-23T18:02:48.895Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27512024-04-23T18:02:49.252Z Documenting nom v7.1.3
27522024-04-23T18:02:49.424Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27532024-04-23T18:02:58.265Z Documenting yasna v0.5.2
27542024-04-23T18:02:58.301Z Documenting string_cache v0.8.7
27552024-04-23T18:02:58.495Z Documenting petgraph v0.6.4
27562024-04-23T18:02:58.567Z Documenting postgres-types v0.2.6
27572024-04-23T18:02:59.060Z Documenting phf v0.11.2
27582024-04-23T18:02:59.156Z Documenting similar v2.4.0
27592024-04-23T18:02:59.271Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27602024-04-23T18:02:59.271Z Documenting elliptic-curve v0.13.8
27612024-04-23T18:03:03.005Z Documenting semver v1.0.22
27622024-04-23T18:03:04.072Z Documenting float-cmp v0.9.0
27632024-04-23T18:03:04.609Z Documenting unsafe-libyaml v0.2.10
27642024-04-23T18:03:05.241Z Documenting difflib v0.4.0
27652024-04-23T18:03:06.023Z Documenting predicates-core v1.0.6
27662024-04-23T18:03:06.366Z Documenting whoami v1.5.1
27672024-04-23T18:03:21.257Z Documenting normalize-line-endings v0.3.0
27682024-04-23T18:03:21.340Z Documenting peg-runtime v0.8.2
27692024-04-23T18:03:21.340Z Documenting serde_yaml v0.9.25
27702024-04-23T18:03:21.341Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27712024-04-23T18:03:21.341Z Checking serde_yaml v0.9.25
27722024-04-23T18:03:21.341Z Documenting tokio-postgres v0.7.10
27732024-04-23T18:03:21.341Z Checking darling_core v0.20.8
27742024-04-23T18:03:21.341Z Documenting bit-set v0.5.3
27752024-04-23T18:03:21.365Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27762024-04-23T18:03:21.365Z Documenting getopts v0.2.21
27772024-04-23T18:03:21.365Z Documenting predicates v3.1.0
27782024-04-23T18:03:21.366Z Documenting tokio-stream v0.1.15
27792024-04-23T18:03:21.812Z Documenting ident_case v1.0.1
27802024-04-23T18:03:22.564Z Checking darling v0.20.8
27812024-04-23T18:03:22.663Z Documenting is-terminal v0.4.9
27822024-04-23T18:03:23.240Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27832024-04-23T18:03:23.803Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27842024-04-23T18:03:25.690Z Documenting darling_core v0.20.8
27852024-04-23T18:03:25.954Z Documenting strum v0.26.2
27862024-04-23T18:03:26.691Z Documenting dirs-sys-next v0.1.2
27872024-04-23T18:03:27.361Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27882024-04-23T18:03:27.619Z Documenting match_cfg v0.1.0
27892024-04-23T18:03:28.251Z Documenting sha1 v0.10.6
27902024-04-23T18:03:30.095Z Documenting http v1.0.0
27912024-04-23T18:03:30.954Z Documenting hostname v0.3.1
27922024-04-23T18:03:31.462Z Documenting camino v1.1.6
27932024-04-23T18:03:31.606Z Documenting dirs-next v2.0.0
27942024-04-23T18:03:31.866Z Documenting paste v1.0.14
27952024-04-23T18:03:33.430Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27962024-04-23T18:03:33.943Z Documenting thread_local v1.1.7
27972024-04-23T18:03:35.835Z Documenting rustls-pki-types v1.3.0
27982024-04-23T18:03:35.955Z Documenting crossbeam-channel v0.5.8
27992024-04-23T18:03:35.967Z Documenting darling_macro v0.20.8
28002024-04-23T18:03:36.226Z Documenting take_mut v0.2.2
28012024-04-23T18:03:36.243Z Documenting slog-json v2.6.1
28022024-04-23T18:03:36.633Z Documenting term v0.7.0
28032024-04-23T18:03:38.256Z Documenting async-stream-impl v0.3.5
28042024-04-23T18:03:40.380Z Documenting debug-ignore v1.0.5
28052024-04-23T18:03:40.848Z Documenting rustls-webpki v0.102.1
28062024-04-23T18:03:41.288Z Documenting slog-async v2.8.0
28072024-04-23T18:03:41.517Z Documenting atomic-waker v1.1.1
28082024-04-23T18:03:41.762Z Documenting slog-term v2.9.1
28092024-04-23T18:03:41.825Z Documenting darling v0.20.8
28102024-04-23T18:03:43.060Z Documenting slog-bunyan v2.5.0
28112024-04-23T18:03:43.331Z Documenting rustls-pemfile v2.1.2
28122024-04-23T18:03:44.011Z Documenting async-stream v0.3.5
28132024-04-23T18:03:44.903Z Documenting waitgroup v0.1.2
28142024-04-23T18:03:45.638Z Documenting multer v3.0.0
28152024-04-23T18:03:45.902Z Documenting rustls v0.22.4
28162024-04-23T18:03:47.093Z Documenting toml v0.8.12
28172024-04-23T18:03:47.305Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28182024-04-23T18:03:48.169Z Documenting serde_path_to_error v0.1.16
28192024-04-23T18:03:48.318Z Documenting serde_with_macros v3.7.0
28202024-04-23T18:03:48.444Z Documenting structmeta-derive v0.3.0
28212024-04-23T18:03:49.677Z Documenting newtype-uuid v1.1.0
28222024-04-23T18:03:51.081Z Checking structmeta v0.3.0
28232024-04-23T18:03:51.304Z Documenting instant v0.1.12
28242024-04-23T18:03:52.757Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28252024-04-23T18:03:52.946Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28262024-04-23T18:03:53.678Z Documenting serde_with v3.7.0
28272024-04-23T18:03:54.111Z Documenting structmeta v0.3.0
28282024-04-23T18:03:54.115Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28292024-04-23T18:03:55.005Z Documenting tokio-rustls v0.25.0
28302024-04-23T18:03:56.089Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28312024-04-23T18:03:56.173Z Documenting backoff v0.4.0
28322024-04-23T18:03:58.279Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28332024-04-23T18:03:58.679Z Documenting macaddr v1.0.1
28342024-04-23T18:03:58.980Z Documenting parse-display-derive v0.9.0
28352024-04-23T18:04:00.891Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28362024-04-23T18:04:01.746Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28372024-04-23T18:04:02.060Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28382024-04-23T18:04:02.272Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28392024-04-23T18:04:02.515Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28402024-04-23T18:04:02.738Z Documenting fastrand v2.0.1
28412024-04-23T18:04:03.130Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28422024-04-23T18:04:03.154Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28432024-04-23T18:04:03.419Z Checking proc-macro-crate v1.3.1
28442024-04-23T18:04:03.649Z Documenting proc-macro-crate v1.3.1
28452024-04-23T18:04:05.639Z Documenting foreign-types-macros v0.2.3
28462024-04-23T18:04:05.681Z Documenting parse-display v0.9.0
28472024-04-23T18:04:06.140Z Documenting foreign-types-shared v0.3.1
28482024-04-23T18:04:06.312Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28492024-04-23T18:04:06.831Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28502024-04-23T18:04:06.986Z Documenting tempfile v3.10.1
28512024-04-23T18:04:09.139Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28522024-04-23T18:04:09.837Z Documenting num_enum_derive v0.5.11
28532024-04-23T18:04:10.483Z Documenting cstr-argument v0.1.2
28542024-04-23T18:04:11.032Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28552024-04-23T18:04:11.172Z Documenting tabwriter v1.4.0
28562024-04-23T18:04:11.476Z Documenting foreign-types v0.5.0
28572024-04-23T18:04:12.678Z Documenting camino-tempfile v1.1.1
28582024-04-23T18:04:14.508Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28592024-04-23T18:04:15.356Z Documenting colored v2.1.0
28602024-04-23T18:04:15.486Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28612024-04-23T18:04:15.652Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28622024-04-23T18:04:15.778Z Documenting hash32 v0.3.1
28632024-04-23T18:04:16.553Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28642024-04-23T18:04:17.628Z Documenting num_enum v0.5.11
28652024-04-23T18:04:18.191Z Documenting stable_deref_trait v1.2.0
28662024-04-23T18:04:19.603Z Documenting smf v0.2.3
28672024-04-23T18:04:19.740Z Documenting cobs v0.2.3
28682024-04-23T18:04:20.438Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28692024-04-23T18:04:20.558Z Documenting embedded-io v0.4.0
28702024-04-23T18:04:20.796Z Documenting memmap v0.7.0
28712024-04-23T18:04:21.515Z Documenting heapless v0.8.0
28722024-04-23T18:04:21.772Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28732024-04-23T18:04:23.107Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28742024-04-23T18:04:24.226Z Documenting crucible-workspace-hack v0.1.0
28752024-04-23T18:04:24.314Z Documenting postcard v1.0.8
28762024-04-23T18:04:25.845Z Documenting usdt v0.5.0
28772024-04-23T18:04:26.665Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28782024-04-23T18:04:27.366Z Documenting smoltcp v0.11.0
28792024-04-23T18:04:27.473Z Documenting newline-converter v0.3.0
28802024-04-23T18:04:29.025Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28812024-04-23T18:04:30.209Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28822024-04-23T18:04:30.868Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28832024-04-23T18:04:31.332Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28842024-04-23T18:04:31.652Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28852024-04-23T18:04:32.186Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28862024-04-23T18:04:32.325Z Documenting expectorate v1.1.0
28872024-04-23T18:04:33.106Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28882024-04-23T18:04:34.465Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
28892024-04-23T18:04:34.666Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28902024-04-23T18:04:35.128Z Documenting sigpipe v0.1.3
28912024-04-23T18:04:35.692Z Documenting num-derive v0.4.0
28922024-04-23T18:04:36.675Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28932024-04-23T18:04:37.589Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28942024-04-23T18:04:38.795Z Documenting password-hash v0.5.0
28952024-04-23T18:04:39.933Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
28962024-04-23T18:04:40.057Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28972024-04-23T18:04:41.632Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
28982024-04-23T18:04:42.081Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28992024-04-23T18:04:42.474Z Documenting blake2 v0.10.6
29002024-04-23T18:04:43.984Z Documenting proc-macro-error-attr v1.0.4
29012024-04-23T18:04:44.463Z Documenting linked-hash-map v0.5.6
29022024-04-23T18:04:46.345Z Documenting humantime v2.1.0
29032024-04-23T18:04:46.940Z Checking proc-macro-error v1.0.4
29042024-04-23T18:04:47.195Z Documenting bytecount v0.6.3
29052024-04-23T18:04:47.656Z Documenting derive-where v1.2.7
29062024-04-23T18:04:48.222Z Documenting proc-macro-error v1.0.4
29072024-04-23T18:04:48.457Z Documenting argon2 v0.5.3
29082024-04-23T18:04:48.881Z Documenting lru-cache v0.1.2
29092024-04-23T18:04:49.414Z Documenting swrite v0.1.0
29102024-04-23T18:04:49.597Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29112024-04-23T18:04:50.078Z Documenting papergrid v0.11.0
29122024-04-23T18:04:50.492Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29132024-04-23T18:04:52.976Z Documenting tabled_derive v0.7.0
29142024-04-23T18:04:53.119Z Documenting newtype_derive v0.1.6
29152024-04-23T18:04:53.335Z Documenting itertools v0.12.1
29162024-04-23T18:04:54.066Z Documenting arc-swap v1.6.0
29172024-04-23T18:04:54.409Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29182024-04-23T18:04:54.750Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29192024-04-23T18:04:55.773Z Documenting quick-error v1.2.3
29202024-04-23T18:04:57.197Z Documenting steno v0.4.0
29212024-04-23T18:04:57.617Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29222024-04-23T18:04:58.210Z Documenting tabled v0.15.0
29232024-04-23T18:04:59.205Z Documenting slog-scope v4.4.0
29242024-04-23T18:05:00.086Z Documenting resolv-conf v0.7.0
29252024-04-23T18:05:01.755Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29262024-04-23T18:05:01.766Z Documenting num-rational v0.4.1
29272024-04-23T18:05:03.501Z Documenting slog-stdlog v4.1.1
29282024-04-23T18:05:04.962Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29292024-04-23T18:05:05.370Z Documenting trust-dns-resolver v0.22.0
29302024-04-23T18:05:06.072Z Documenting num-complex v0.4.5
29312024-04-23T18:05:07.134Z Documenting filetime v0.2.23
29322024-04-23T18:05:07.825Z Documenting slog-envlogger v2.2.0
29332024-04-23T18:05:08.310Z Documenting xattr v1.0.1
29342024-04-23T18:05:11.622Z Documenting tap v1.0.1
29352024-04-23T18:05:12.140Z Documenting num v0.4.2
29362024-04-23T18:05:13.331Z Documenting tar v0.4.40
29372024-04-23T18:05:13.925Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29382024-04-23T18:05:13.939Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29392024-04-23T18:05:14.161Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29402024-04-23T18:05:14.927Z Documenting radium v0.7.0
29412024-04-23T18:05:15.184Z Documenting wyz v0.5.1
29422024-04-23T18:05:15.196Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29432024-04-23T18:05:15.378Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29442024-04-23T18:05:15.586Z Documenting nibble_vec v0.1.0
29452024-04-23T18:05:15.839Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29462024-04-23T18:05:18.594Z Documenting funty v2.0.0
29472024-04-23T18:05:18.639Z Documenting endian-type v0.1.2
29482024-04-23T18:05:18.851Z Documenting crc-catalog v2.2.0
29492024-04-23T18:05:19.057Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29502024-04-23T18:05:19.513Z Documenting cancel-safe-futures v0.1.5
29512024-04-23T18:05:19.880Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29522024-04-23T18:05:20.154Z Documenting packed_struct_codegen v0.10.1
29532024-04-23T18:05:21.020Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29542024-04-23T18:05:21.421Z Documenting nodrop v0.1.14
29552024-04-23T18:05:21.899Z Documenting crc v3.0.1
29562024-04-23T18:05:22.107Z Documenting bitvec v1.0.1
29572024-04-23T18:05:22.832Z Documenting radix_trie v0.2.1
29582024-04-23T18:05:24.537Z Documenting same-file v1.0.6
29592024-04-23T18:05:25.348Z Documenting array-init v0.0.4
29602024-04-23T18:05:25.467Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29612024-04-23T18:05:25.752Z Documenting num-bigint-dig v0.8.4
29622024-04-23T18:05:27.808Z Documenting packed_struct v0.10.1
29632024-04-23T18:05:28.179Z Documenting pkcs1 v0.7.5
29642024-04-23T18:05:28.913Z Documenting walkdir v2.5.0
29652024-04-23T18:05:28.996Z Documenting signature v2.1.0
29662024-04-23T18:05:29.203Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29672024-04-23T18:05:29.553Z Documenting termcolor v1.2.0
29682024-04-23T18:05:33.235Z Documenting display-error-chain v0.2.0
29692024-04-23T18:05:33.456Z Documenting bitfield v0.14.0
29702024-04-23T18:05:33.540Z Documenting serde-hex v0.1.0
29712024-04-23T18:05:33.933Z Documenting env_logger v0.10.0
29722024-04-23T18:05:34.986Z Documenting rsa v0.9.2
29732024-04-23T18:05:36.870Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29742024-04-23T18:05:36.961Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29752024-04-23T18:05:37.404Z Documenting slog-dtrace v0.3.0
29762024-04-23T18:05:39.465Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29772024-04-23T18:05:39.749Z Documenting pem v3.0.4
29782024-04-23T18:05:39.879Z Documenting x509-cert v0.2.4
29792024-04-23T18:05:39.917Z Documenting libsw v3.3.1
29802024-04-23T18:05:40.548Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29812024-04-23T18:05:40.548Z --> nexus/types/src/sectioned_table.rs:145:7
29822024-04-23T18:05:40.548Z |
29832024-04-23T18:05:40.548Z145 | /// [`StNestedBuilder::make_subsection`].
29842024-04-23T18:05:40.548Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29852024-04-23T18:05:40.548Z |
29862024-04-23T18:05:40.548Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29872024-04-23T18:05:40.548Z
29882024-04-23T18:05:41.779Z Documenting ron v0.8.1
29892024-04-23T18:05:42.533Z Documenting half v2.3.1
29902024-04-23T18:05:42.773Zwarning: `nexus-types` (lib doc) generated 1 warning
29912024-04-23T18:05:42.777Z Documenting owo-colors v4.0.0
29922024-04-23T18:05:44.092Z Documenting ciborium-io v0.2.2
29932024-04-23T18:05:44.513Z Documenting linear-map v1.2.0
29942024-04-23T18:05:44.845Z Documenting crc-any v2.4.3
29952024-04-23T18:05:45.533Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29962024-04-23T18:05:45.737Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29972024-04-23T18:05:46.863Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29982024-04-23T18:05:47.163Z Documenting headers-core v0.2.0
29992024-04-23T18:05:48.375Z Documenting path-slash v0.1.5
30002024-04-23T18:05:48.506Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30012024-04-23T18:05:48.992Z Documenting ciborium-ll v0.2.2
30022024-04-23T18:05:49.342Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30032024-04-23T18:05:51.389Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30042024-04-23T18:05:52.637Z Documenting fxhash v0.2.1
30052024-04-23T18:05:53.438Z Documenting headers v0.3.9
30062024-04-23T18:05:54.551Z Documenting ciborium v0.2.2
30072024-04-23T18:05:57.079Z Documenting async-recursion v1.1.0
30082024-04-23T18:05:57.717Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30092024-04-23T18:05:58.006Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30102024-04-23T18:05:59.922Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30112024-04-23T18:06:00.638Z Documenting vte_generate_state_changes v0.1.1
30122024-04-23T18:06:00.766Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30132024-04-23T18:06:03.131Z Checking convert_case v0.4.0
30142024-04-23T18:06:03.346Z Documenting convert_case v0.4.0
30152024-04-23T18:06:04.847Z Documenting vte v0.11.1
30162024-04-23T18:06:05.932Z Documenting buf-list v1.0.3
30172024-04-23T18:06:07.735Z Documenting derive_more v0.99.17
30182024-04-23T18:06:09.378Z Documenting derive_builder_core v0.20.0
30192024-04-23T18:06:10.981Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30202024-04-23T18:06:12.052Z Checking derive_builder_core v0.20.0
30212024-04-23T18:06:12.638Z Documenting fd-lock v4.0.2
30222024-04-23T18:06:12.903Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30232024-04-23T18:06:15.373Z Documenting bitstruct_derive v0.1.0
30242024-04-23T18:06:15.943Z Documenting pin-project-internal v1.1.3
30252024-04-23T18:06:16.477Z Documenting ascii v1.1.0
30262024-04-23T18:06:17.816Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30272024-04-23T18:06:18.624Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30282024-04-23T18:06:19.159Z Documenting derive_builder_macro v0.20.0
30292024-04-23T18:06:20.252Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30302024-04-23T18:06:20.617Z Documenting bitstruct v0.1.1
30312024-04-23T18:06:21.457Z Documenting pin-project v1.1.3
30322024-04-23T18:06:21.556Z Documenting strip-ansi-escapes v0.2.0
30332024-04-23T18:06:23.240Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30342024-04-23T18:06:23.333Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30352024-04-23T18:06:23.875Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30362024-04-23T18:06:24.002Z Documenting crossbeam-deque v0.8.3
30372024-04-23T18:06:24.561Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30382024-04-23T18:06:26.406Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30392024-04-23T18:06:26.624Z Documenting erased-serde v0.3.31
30402024-04-23T18:06:27.409Z Documenting serde_arrays v0.1.0
30412024-04-23T18:06:28.244Z Documenting snafu-derive v0.8.2
30422024-04-23T18:06:29.177Z Documenting ref-cast-impl v1.0.22
30432024-04-23T18:06:31.117Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30442024-04-23T18:06:31.409Z Documenting nu-ansi-term v0.50.0
30452024-04-23T18:06:31.917Z Checking unicode-xid v0.2.4
30462024-04-23T18:06:31.966Z Documenting unicode-xid v0.2.4
30472024-04-23T18:06:32.057Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30482024-04-23T18:06:34.382Z Documenting ref-cast v1.0.22
30492024-04-23T18:06:35.323Z Documenting const_format_proc_macros v0.2.32
30502024-04-23T18:06:35.769Z Documenting snafu v0.8.2
30512024-04-23T18:06:35.862Z Documenting reedline v0.31.0
30522024-04-23T18:06:37.798Z Documenting rayon-core v1.12.1
30532024-04-23T18:06:39.920Z Documenting derive_builder v0.20.0
30542024-04-23T18:06:40.358Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30552024-04-23T18:06:40.606Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30562024-04-23T18:06:41.891Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30572024-04-23T18:06:42.332Z Documenting libefi-sys v0.1.0
30582024-04-23T18:06:44.887Z Documenting trust-dns-client v0.22.0
30592024-04-23T18:06:47.011Z Documenting polar-core v0.27.3
30602024-04-23T18:06:48.460Z Documenting libxml v0.3.3
30612024-04-23T18:06:48.826Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30622024-04-23T18:06:49.878Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30632024-04-23T18:06:50.005Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30642024-04-23T18:06:50.079Z Documenting globset v0.4.13
30652024-04-23T18:06:50.729Z Documenting bb8 v0.8.3
30662024-04-23T18:06:53.539Z Documenting olpc-cjson v0.1.3
30672024-04-23T18:06:55.619Z Documenting serde_plain v1.0.2
30682024-04-23T18:06:56.382Z Documenting quick-xml v0.31.0
30692024-04-23T18:06:56.468Z Documenting impl-trait-for-tuples v0.2.2
30702024-04-23T18:06:57.118Z Documenting oso-derive v0.27.3
30712024-04-23T18:06:57.564Z Documenting utf-8 v0.7.6
30722024-04-23T18:06:58.316Z Documenting keccak v0.1.4
30732024-04-23T18:07:00.207Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30742024-04-23T18:07:01.777Z Documenting typed-path v0.7.0
30752024-04-23T18:07:01.870Z Documenting maplit v1.0.2
30762024-04-23T18:07:02.079Z Documenting sha3 v0.10.8
30772024-04-23T18:07:03.075Z Documenting tungstenite v0.21.0
30782024-04-23T18:07:03.086Z Documenting samael v0.0.15
30792024-04-23T18:07:04.676Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30802024-04-23T18:07:06.015Z Documenting oso v0.27.3
30812024-04-23T18:07:07.515Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30822024-04-23T18:07:07.691Z Documenting tough v0.17.1
30832024-04-23T18:07:08.187Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30842024-04-23T18:07:09.020Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30852024-04-23T18:07:10.688Z Documenting trust-dns-server v0.22.1
30862024-04-23T18:07:11.284Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30872024-04-23T18:07:12.324Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30882024-04-23T18:07:14.206Z Documenting rayon v1.10.0
30892024-04-23T18:07:16.404Z Documenting const_format v0.2.32
30902024-04-23T18:07:17.033Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30912024-04-23T18:07:17.143Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30922024-04-23T18:07:17.920Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30932024-04-23T18:07:18.088Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30942024-04-23T18:07:18.213Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30952024-04-23T18:07:18.882Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30962024-04-23T18:07:19.470Z Documenting sled v0.34.7
30972024-04-23T18:07:19.541Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30982024-04-23T18:07:20.059Z Documenting fs-err v2.11.0
30992024-04-23T18:07:20.287Z Documenting nix v0.28.0
31002024-04-23T18:07:22.972Z Documenting cookie v0.18.1
31012024-04-23T18:07:23.018Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31022024-04-23T18:07:24.212Z Documenting unicase v2.7.0
31032024-04-23T18:07:24.284Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31042024-04-23T18:07:24.506Z Documenting secrecy v0.8.0
31052024-04-23T18:07:24.577Z Documenting gethostname v0.4.3
31062024-04-23T18:07:25.769Z Documenting peg-macros v0.8.2
31072024-04-23T18:07:26.363Z Documenting rustversion v1.0.14
31082024-04-23T18:07:28.112Z Documenting sqlparser_derive v0.2.2
31092024-04-23T18:07:29.056Z Documenting unicode_categories v0.1.1
31102024-04-23T18:07:29.173Z Documenting parse-size v1.0.0
31112024-04-23T18:07:29.629Z Documenting home v0.5.5
31122024-04-23T18:07:30.687Z Documenting castaway v0.2.2
31132024-04-23T18:07:30.874Z Documenting peg v0.8.2
31142024-04-23T18:07:32.751Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31152024-04-23T18:07:33.127Z Documenting sqlparser v0.45.0
31162024-04-23T18:07:33.555Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31172024-04-23T18:07:33.614Z Documenting sqlformat v0.2.3
31182024-04-23T18:07:33.812Z Documenting rustyline v14.0.0
31192024-04-23T18:07:34.922Z Documenting mime_guess v2.0.4
31202024-04-23T18:07:35.933Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31212024-04-23T18:07:39.024Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31222024-04-23T18:07:39.437Z Documenting tokio-tungstenite v0.21.0
31232024-04-23T18:07:40.820Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31242024-04-23T18:07:41.458Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31252024-04-23T18:07:45.370Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31262024-04-23T18:07:47.891Z Documenting zone v0.1.8
31272024-04-23T18:07:48.158Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
31282024-04-23T18:07:50.345Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31292024-04-23T18:07:53.724Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31302024-04-23T18:07:53.730Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31312024-04-23T18:07:53.730Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31322024-04-23T18:07:53.982Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
31332024-04-23T18:07:54.998Z Documenting portpicker v0.1.1
31342024-04-23T18:07:56.082Z Documenting universal-hash v0.5.1
31352024-04-23T18:07:58.933Z Documenting bcs v0.1.6
31362024-04-23T18:08:00.221Z Documenting kstat-rs v0.2.3
31372024-04-23T18:08:10.359Z Documenting thiserror-impl-no-std v2.0.2
31382024-04-23T18:08:10.540Z Documenting curve25519-dalek-derive v0.1.0
31392024-04-23T18:08:10.721Z Documenting opaque-debug v0.3.0
31402024-04-23T18:08:10.843Z Documenting highway v1.1.0
31412024-04-23T18:08:10.986Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31422024-04-23T18:08:11.286Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31432024-04-23T18:08:11.494Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31442024-04-23T18:08:14.065Z Documenting poly1305 v0.8.0
31452024-04-23T18:08:15.043Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31462024-04-23T18:08:16.229Z Documenting curve25519-dalek v4.1.2
31472024-04-23T18:08:16.677Z Documenting thiserror-no-std v2.0.2
31482024-04-23T18:08:19.244Z Documenting compact_str v0.7.1
31492024-04-23T18:08:21.399Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31502024-04-23T18:08:22.810Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31512024-04-23T18:08:24.380Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31522024-04-23T18:08:24.820Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31532024-04-23T18:08:25.151Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31542024-04-23T18:08:25.493Z Documenting portable-atomic v1.4.3
31552024-04-23T18:08:25.656Z Documenting ed25519 v1.5.3
31562024-04-23T18:08:28.778Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31572024-04-23T18:08:29.432Z Documenting memoffset v0.7.1
31582024-04-23T18:08:29.974Z Documenting rcgen v0.12.1
31592024-04-23T18:08:31.168Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31602024-04-23T18:08:31.782Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31612024-04-23T18:08:32.049Zwarning: could not parse code block as Rust code
31622024-04-23T18:08:32.049Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31632024-04-23T18:08:32.049Z |
31642024-04-23T18:08:32.049Z246 | / /// Parse a string literal, either single- or double-quoted.
31652024-04-23T18:08:32.049Z247 | | ///
31662024-04-23T18:08:32.049Z248 | | /// Parsing string literals is pretty tricky, but we add several
31672024-04-23T18:08:32.049Z249 | | /// constraints to simplify things. First strings must be quoted, either
31682024-04-23T18:08:32.049Z... |
31692024-04-23T18:08:32.049Z277 | | ///
31702024-04-23T18:08:32.049Z278 | | /// Will be parsed as `this string has " in it`.
31712024-04-23T18:08:32.049Z | |________________________________________________________^
31722024-04-23T18:08:32.049Z |
31732024-04-23T18:08:32.049Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31742024-04-23T18:08:32.049Z = note: error from rustc: unknown start of token: \
31752024-04-23T18:08:32.049Z = note: error from rustc: unknown start of token: \
31762024-04-23T18:08:32.049Z = note: error from rustc: unknown start of token: \
31772024-04-23T18:08:32.049Z = note: error from rustc: unknown start of token: \
31782024-04-23T18:08:32.049Z = note: error from rustc: unknown start of token: \
31792024-04-23T18:08:32.049Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31802024-04-23T18:08:32.049Z
31812024-04-23T18:08:32.445Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
31822024-04-23T18:08:33.489Zwarning: `oximeter-db` (lib doc) generated 1 warning
31832024-04-23T18:08:33.493Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
31842024-04-23T18:08:33.504Z Documenting atomicwrites v0.4.3
31852024-04-23T18:08:35.596Z Documenting chacha20 v0.9.1
31862024-04-23T18:08:38.065Z Documenting lru v0.12.1
31872024-04-23T18:08:39.174Z Documenting aead v0.5.2
31882024-04-23T18:08:40.840Z Documenting rand_seeder v0.2.3
31892024-04-23T18:08:42.749Z Documenting nanorand v0.7.0
31902024-04-23T18:08:42.982Z Documenting subprocess v0.2.9
31912024-04-23T18:08:43.340Z Documenting stability v0.2.0
31922024-04-23T18:08:53.432Z Documenting number_prefix v0.4.0
31932024-04-23T18:08:53.584Z Documenting glob v0.3.1
31942024-04-23T18:08:53.652Z Documenting cassowary v0.3.0
31952024-04-23T18:08:53.710Z Documenting chacha20poly1305 v0.10.1
31962024-04-23T18:08:54.080Z Documenting flume v0.11.0
31972024-04-23T18:08:54.160Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31982024-04-23T18:08:54.421Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31992024-04-23T18:08:57.577Z Documenting indicatif v0.17.8
32002024-04-23T18:08:58.086Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32012024-04-23T18:08:58.374Z Documenting ratatui v0.26.2
32022024-04-23T18:08:58.803Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32032024-04-23T18:09:10.958Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
32042024-04-23T18:09:11.050Z Documenting salty v0.2.0
32052024-04-23T18:09:11.366Z Documenting vsss-rs v3.3.4
32062024-04-23T18:09:11.941Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32072024-04-23T18:09:12.083Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32082024-04-23T18:09:12.228Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32092024-04-23T18:09:13.071Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32102024-04-23T18:09:13.213Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32112024-04-23T18:09:14.574Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32122024-04-23T18:09:16.239Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32132024-04-23T18:09:16.516Z Documenting serde-big-array v0.5.1
32142024-04-23T18:09:17.424Z Documenting rtoolbox v0.0.1
32152024-04-23T18:09:17.840Z Documenting is_ci v1.2.0
32162024-04-23T18:09:19.123Z Documenting unicode-linebreak v0.1.5
32172024-04-23T18:09:19.511Z Documenting http-range v0.1.5
32182024-04-23T18:09:21.121Z Documenting smawk v0.3.1
32192024-04-23T18:09:22.024Z Documenting supports-color v3.0.0
32202024-04-23T18:09:22.534Z Documenting rpassword v7.3.1
32212024-04-23T18:09:22.716Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32222024-04-23T18:09:24.393Z Documenting hyper-staticfile v0.9.5
32232024-04-23T18:09:25.385Z Documenting textwrap v0.16.1
32242024-04-23T18:09:26.338Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32252024-04-23T18:09:26.796Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32262024-04-23T18:09:29.510Z Documenting tui-tree-widget v0.19.0
32272024-04-23T18:09:30.375Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32282024-04-23T18:09:31.888Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32292024-04-23T18:09:32.657Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32302024-04-23T18:09:34.577Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32312024-04-23T18:09:35.744Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32322024-04-23T18:09:36.219Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32332024-04-23T18:09:36.252Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32342024-04-23T18:09:36.659Z Documenting signal-hook-tokio v0.3.1
32352024-04-23T18:09:36.956Z Documenting memmap2 v0.7.1
32362024-04-23T18:09:37.164Z Documenting constant_time_eq v0.3.0
32372024-04-23T18:09:37.766Z Documenting arrayvec v0.7.4
32382024-04-23T18:09:40.563Z Documenting shell-words v1.1.0
32392024-04-23T18:09:41.224Z Documenting corncobs v0.1.3
32402024-04-23T18:09:41.455Zwarning: unresolved link to `test_sled_transitions`
32412024-04-23T18:09:41.455Z --> nexus/db-queries/src/db/datastore/sled.rs:631:11
32422024-04-23T18:09:41.455Z |
32432024-04-23T18:09:41.456Z631 | /// [`test_sled_transitions`].
32442024-04-23T18:09:41.456Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32452024-04-23T18:09:41.456Z |
32462024-04-23T18:09:41.456Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32472024-04-23T18:09:41.456Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32482024-04-23T18:09:41.456Z
32492024-04-23T18:09:41.456Zwarning: unresolved link to `test_sled_transitions`
32502024-04-23T18:09:41.456Z --> nexus/db-queries/src/db/datastore/sled.rs:667:11
32512024-04-23T18:09:41.456Z |
32522024-04-23T18:09:41.456Z667 | /// [`test_sled_transitions`].
32532024-04-23T18:09:41.456Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32542024-04-23T18:09:41.457Z |
32552024-04-23T18:09:41.457Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32562024-04-23T18:09:41.457Z
32572024-04-23T18:09:41.457Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32582024-04-23T18:09:41.457Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32592024-04-23T18:09:41.457Z |
32602024-04-23T18:09:41.457Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32612024-04-23T18:09:41.457Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32622024-04-23T18:09:41.458Z
32632024-04-23T18:09:41.566Z Documenting arrayref v0.3.7
32642024-04-23T18:09:42.031Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32652024-04-23T18:09:49.122Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32662024-04-23T18:09:49.161Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32672024-04-23T18:09:49.161Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32682024-04-23T18:09:49.161Z Documenting blake3 v1.5.0
32692024-04-23T18:09:49.162Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32702024-04-23T18:09:50.042Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32712024-04-23T18:09:50.576Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32722024-04-23T18:10:00.043Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32732024-04-23T18:10:00.047Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32742024-04-23T18:10:02.872Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32752024-04-23T18:10:04.808Zwarning: unclosed HTML tag `usize`
32762024-04-23T18:10:04.809Z --> wicket/src/ui/panes/update.rs:153:19
32772024-04-23T18:10:04.809Z |
32782024-04-23T18:10:04.809Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32792024-04-23T18:10:04.810Z | ^^^^^^^
32802024-04-23T18:10:04.810Z |
32812024-04-23T18:10:04.810Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32822024-04-23T18:10:04.810Z
32832024-04-23T18:10:05.073Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32842024-04-23T18:10:06.122Zwarning: `wicket` (lib doc) generated 1 warning
32852024-04-23T18:10:06.128Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32862024-04-23T18:10:07.892Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32872024-04-23T18:10:09.277Zwarning: unresolved link to `BlueprintDisksConfig`
32882024-04-23T18:10:09.277Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55
32892024-04-23T18:10:09.277Z |
32902024-04-23T18:10:09.277Z1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32912024-04-23T18:10:09.277Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32922024-04-23T18:10:09.277Z |
32932024-04-23T18:10:09.278Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32942024-04-23T18:10:09.278Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32952024-04-23T18:10:09.278Z
32962024-04-23T18:10:10.281Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32972024-04-23T18:10:10.286Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
32982024-04-23T18:10:11.025Z Documenting fatfs v0.3.6
32992024-04-23T18:10:15.711Z Documenting topological-sort v0.2.2
33002024-04-23T18:10:17.536Z Documenting assert_matches v1.5.0
33012024-04-23T18:10:20.051Z Documenting omicron-zone-package v0.11.0
33022024-04-23T18:10:20.499Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33032024-04-23T18:10:21.036Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33042024-04-23T18:10:26.212Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33052024-04-23T18:10:29.398Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33062024-04-23T18:10:30.526Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33072024-04-23T18:10:31.310Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33082024-04-23T18:10:31.427Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33092024-04-23T18:10:31.467Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33102024-04-23T18:10:35.033Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33112024-04-23T18:10:35.384Z Documenting termios v0.3.3
33122024-04-23T18:10:38.040Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
33132024-04-23T18:10:38.040Z --> sled-agent/src/sim/instance.rs:46:7
33142024-04-23T18:10:38.040Z |
33152024-04-23T18:10:38.040Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
33162024-04-23T18:10:38.040Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
33172024-04-23T18:10:38.040Z |
33182024-04-23T18:10:38.040Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33192024-04-23T18:10:38.040Z
33202024-04-23T18:10:40.544Z Documenting uzers v0.11.3
33212024-04-23T18:10:41.527Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
33222024-04-23T18:10:41.531Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33232024-04-23T18:10:41.598Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33242024-04-23T18:10:45.999Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33252024-04-23T18:10:51.254Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33262024-04-23T18:10:54.030Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33272024-04-23T18:11:01.676Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33282024-04-23T18:11:03.655Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33292024-04-23T18:11:17.870Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33302024-04-23T18:11:19.739Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33312024-04-23T18:11:32.456Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33322024-04-23T18:11:37.195Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33332024-04-23T18:11:37.428Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33342024-04-23T18:11:37.506Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33352024-04-23T18:11:38.368Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33362024-04-23T18:12:06.150Zwarning: unresolved link to `VolumeConstructionRequest`
33372024-04-23T18:12:06.150Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33382024-04-23T18:12:06.150Z |
33392024-04-23T18:12:06.150Z338 | /// [`VolumeConstructionRequest`] is shown here):
33402024-04-23T18:12:06.150Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33412024-04-23T18:12:06.150Z |
33422024-04-23T18:12:06.151Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33432024-04-23T18:12:06.151Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33442024-04-23T18:12:06.151Z
33452024-04-23T18:12:06.155Zwarning: unresolved link to `fd00:1122:3344:101::5`
33462024-04-23T18:12:06.155Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33472024-04-23T18:12:06.155Z |
33482024-04-23T18:12:06.155Z348 | /// "[fd00:1122:3344:101::5]:1000",
33492024-04-23T18:12:06.155Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33502024-04-23T18:12:06.155Z
33512024-04-23T18:12:06.155Zwarning: unresolved link to `fd00:1122:3344:102::9`
33522024-04-23T18:12:06.156Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33532024-04-23T18:12:06.156Z |
33542024-04-23T18:12:06.156Z349 | /// "[fd00:1122:3344:102::9]:1000",
33552024-04-23T18:12:06.156Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33562024-04-23T18:12:06.156Z
33572024-04-23T18:12:06.156Zwarning: unresolved link to `fd00:1122:3344:103::2`
33582024-04-23T18:12:06.156Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33592024-04-23T18:12:06.156Z |
33602024-04-23T18:12:06.156Z350 | /// "[fd00:1122:3344:103::2]:1000"
33612024-04-23T18:12:06.156Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33622024-04-23T18:12:06.156Z
33632024-04-23T18:12:06.156Zwarning: unresolved link to `fd00:1122:3344:101::5`
33642024-04-23T18:12:06.156Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33652024-04-23T18:12:06.156Z |
33662024-04-23T18:12:06.156Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33672024-04-23T18:12:06.156Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33682024-04-23T18:12:06.156Z
33692024-04-23T18:12:06.156Zwarning: unresolved link to `fd00:1122:3344:102::9`
33702024-04-23T18:12:06.156Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33712024-04-23T18:12:06.156Z |
33722024-04-23T18:12:06.156Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33732024-04-23T18:12:06.156Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33742024-04-23T18:12:06.156Z
33752024-04-23T18:12:06.156Zwarning: unresolved link to `fd00:1122:3344:103::2`
33762024-04-23T18:12:06.157Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33772024-04-23T18:12:06.157Z |
33782024-04-23T18:12:06.157Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33792024-04-23T18:12:06.157Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33802024-04-23T18:12:06.157Z
33812024-04-23T18:12:09.336Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
33822024-04-23T18:12:32.035Z Finished dev [unoptimized + debuginfo] target(s) in 12m 52s
33832024-04-23T18:12:32.916Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33842024-04-23T18:12:32.916Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33852024-04-23T18:12:32.916Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33862024-04-23T18:12:32.916Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33872024-04-23T18:12:32.916Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33882024-04-23T18:12:32.916Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33892024-04-23T18:12:32.916Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33902024-04-23T18:12:32.916Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33912024-04-23T18:12:32.916Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33922024-04-23T18:12:32.916Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33932024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33942024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33952024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33962024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33972024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33982024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33992024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
34002024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
34012024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
34022024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
34032024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
34042024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
34052024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
34062024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
34072024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
34082024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
34092024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
34102024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
34112024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
34122024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
34132024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
34142024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
34152024-04-23T18:12:32.917Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
34162024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
34172024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
34182024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
34192024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
34202024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
34212024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
34222024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
34232024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
34242024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
34252024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
34262024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
34272024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
34282024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
34292024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
34302024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
34312024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
34322024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
34332024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
34342024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
34352024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
34362024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
34372024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34382024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34392024-04-23T18:12:32.918Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34402024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34412024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34422024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34432024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34442024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34452024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34462024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34472024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34482024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34492024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34502024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34512024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34522024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34532024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34542024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34552024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34562024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34572024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34582024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34592024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34602024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34612024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34622024-04-23T18:12:32.919Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34632024-04-23T18:12:32.920Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34642024-04-23T18:12:33.046Z
34652024-04-23T18:12:33.046Zreal 12:52.402813721
34662024-04-23T18:12:33.046Zuser 32:54.805513954
34672024-04-23T18:12:33.046Zsys 56:52.765285588
34682024-04-23T18:12:33.046Ztrap 0.877611887
34692024-04-23T18:12:33.046Ztflt 0.138459532
34702024-04-23T18:12:33.046Zdflt 0.567823148
34712024-04-23T18:12:33.046Zkflt 0.000032604
34722024-04-23T18:12:33.047Zlock 3:21:43.759711601
34732024-04-23T18:12:33.047Zslp 3:31:09.362089685
34742024-04-23T18:12:33.047Zlat 4:17.158647803
34752024-04-23T18:12:33.047Zstop 1:41.805648839
34762024-04-23T18:12:33.047Zprocess exited: duration 1333354 ms, exit code 0
 
34772024-04-23T18:12:33.547Zfound 0 output files