01HXS0PVSWMJ6XSZAR069YXXD1: 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: 01HXS0Q3V5K4J1B08QTXV6WJ6S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-13T13:02:29.215Zjob assigned to worker 01HXS0Q753MR0RHV0D88FYRAAR (queued for 37 s)
 
22024-05-13T13:02:30.236Zstarting task 0: "setup"
32024-05-13T13:02:30.262Z++ uname -s
42024-05-13T13:02:30.262Z+ kern=SunOS
52024-05-13T13:02:30.262Z+ case "$kern" in
62024-05-13T13:02:30.262Z+ groupadd -g 12345 build
72024-05-13T13:02:30.262Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-13T13:02:32.269Z+ zfs create -o mountpoint=/work rpool/work
92024-05-13T13:02:32.313Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-13T13:02:32.339Z+ home_fs=zfs
112024-05-13T13:02:32.339Z+ [[ zfs == autofs ]]
122024-05-13T13:02:32.339Z+ mkdir -p /home/build
132024-05-13T13:02:32.339Z+ chown build:build /home/build /work
142024-05-13T13:02:34.322Z+ chmod 0700 /home/build /work
152024-05-13T13:02:34.346Zprocess exited: duration 4089 ms, exit code 0
 
162024-05-13T13:02:34.396Zstarting task 1: "rust-toolchain"
172024-05-13T13:02:34.420Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-13T13:02:34.420Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-13T13:02:34.539Zinfo: downloading installer
202024-05-13T13:02:35.014Zwarning: it looks like you have an existing installation of Rust at:
212024-05-13T13:02:35.014Zwarning: /opt/ooce/bin
222024-05-13T13:02:35.015Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-13T13:02:35.015Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-13T13:02:35.015Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-13T13:02:35.015Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-13T13:02:35.015Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-13T13:02:35.015Zerror: cannot install while Rust is installed
282024-05-13T13:02:35.015Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-13T13:02:35.049Zinfo: profile set to 'default'
302024-05-13T13:02:35.049Zinfo: default host triple is x86_64-unknown-illumos
312024-05-13T13:02:35.049Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-13T13:02:35.155Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-13T13:02:35.155Zinfo: downloading component 'cargo'
342024-05-13T13:02:35.826Zinfo: downloading component 'clippy'
352024-05-13T13:02:36.234Zinfo: downloading component 'rust-docs'
362024-05-13T13:02:36.419Zinfo: downloading component 'rust-std'
372024-05-13T13:02:37.309Zinfo: downloading component 'rustc'
382024-05-13T13:02:38.890Zinfo: downloading component 'rustfmt'
392024-05-13T13:02:39.276Zinfo: installing component 'cargo'
402024-05-13T13:02:40.314Zinfo: installing component 'clippy'
412024-05-13T13:02:41.135Zinfo: installing component 'rust-docs'
422024-05-13T13:02:43.004Zinfo: installing component 'rust-std'
432024-05-13T13:02:45.262Zinfo: installing component 'rustc'
442024-05-13T13:02:49.780Zinfo: installing component 'rustfmt'
452024-05-13T13:02:50.155Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-13T13:02:50.155Z
472024-05-13T13:02:50.277Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-13T13:02:50.277Z
492024-05-13T13:02:50.301Z
502024-05-13T13:02:50.301ZRust is installed now. Great!
512024-05-13T13:02:50.301Z
522024-05-13T13:02:50.301ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-13T13:02:50.301Zenvironment variable. This has not been done automatically.
542024-05-13T13:02:50.302Z
552024-05-13T13:02:50.302ZTo configure your current shell, you need to source
562024-05-13T13:02:50.302Zthe corresponding env file under $HOME/.cargo.
572024-05-13T13:02:50.302Z
582024-05-13T13:02:50.302ZThis is usually done by running one of the following (note the leading DOT):
592024-05-13T13:02:50.302Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-13T13:02:50.302Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-13T13:02:50.345Z+ rustc --version
622024-05-13T13:02:50.431Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-13T13:02:50.457Zprocess exited: duration 16036 ms, exit code 0
 
642024-05-13T13:02:50.506Zstarting task 2: "authentication"
652024-05-13T13:02:50.562Zprocess exited: duration 56 ms, exit code 0
 
662024-05-13T13:02:50.612Zstarting task 3: "clone repository"
672024-05-13T13:02:50.636Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-13T13:02:50.636Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-13T13:02:50.661ZCloning into '/work/oxidecomputer/omicron'...
702024-05-13T13:02:57.062Z+ cd /work/oxidecomputer/omicron
712024-05-13T13:02:57.062Z+ git fetch origin 615ef080b45a331d429c19c4784ce898fbc7a20a
722024-05-13T13:02:57.527ZFrom https://github.com/oxidecomputer/omicron
732024-05-13T13:02:57.527Z * branch 615ef080b45a331d429c19c4784ce898fbc7a20a -> FETCH_HEAD
742024-05-13T13:02:57.552Z+ [[ -n john/blueprint-store-sled-state ]]
752024-05-13T13:02:57.552Z++ git branch --show-current
762024-05-13T13:02:57.552Z+ current=main
772024-05-13T13:02:57.552Z+ [[ main != john/blueprint-store-sled-state ]]
782024-05-13T13:02:57.552Z+ git branch -f john/blueprint-store-sled-state 615ef080b45a331d429c19c4784ce898fbc7a20a
792024-05-13T13:02:57.552Z+ git checkout -f john/blueprint-store-sled-state
802024-05-13T13:02:57.718ZSwitched to branch 'john/blueprint-store-sled-state'
812024-05-13T13:02:57.742Z+ git reset --hard 615ef080b45a331d429c19c4784ce898fbc7a20a
822024-05-13T13:02:57.770ZHEAD is now at 615ef080b Merge branch 'main' into john/blueprint-store-sled-state
832024-05-13T13:02:57.770Zprocess exited: duration 7134 ms, exit code 0
 
842024-05-13T13:02:57.819Zstarting task 4: "build"
852024-05-13T13:02:57.844Z+ cargo --version
862024-05-13T13:02:57.844Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-13T13:02:57.929Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-13T13:02:57.929Zinfo: downloading component 'cargo'
892024-05-13T13:02:58.540Zinfo: downloading component 'clippy'
902024-05-13T13:02:59.066Zinfo: downloading component 'rust-docs'
912024-05-13T13:02:59.240Zinfo: downloading component 'rust-std'
922024-05-13T13:02:59.941Zinfo: downloading component 'rustc'
932024-05-13T13:03:01.649Zinfo: downloading component 'rustfmt'
942024-05-13T13:03:02.043Zinfo: installing component 'cargo'
952024-05-13T13:03:02.988Zinfo: installing component 'clippy'
962024-05-13T13:03:03.358Zinfo: installing component 'rust-docs'
972024-05-13T13:03:05.708Zinfo: installing component 'rust-std'
982024-05-13T13:03:07.632Zinfo: installing component 'rustc'
992024-05-13T13:03:12.238Zinfo: installing component 'rustfmt'
1002024-05-13T13:03:12.706Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-13T13:03:12.731Z+ rustc --version
1022024-05-13T13:03:12.850Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-13T13:03:12.885Z+ source ./env.sh
1042024-05-13T13:03:12.885Z++ set -o xtrace
1052024-05-13T13:03:12.885Z++++ dirname ./env.sh
1062024-05-13T13:03:12.885Z+++ readlink -f .
1072024-05-13T13:03:12.885Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-05-13T13:03:12.885Z++ 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-05-13T13:03:12.886Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-05-13T13:03:12.886Z++ 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-05-13T13:03:12.886Z++ 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-05-13T13:03:12.886Z++ 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-05-13T13:03:12.887Z++ 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-05-13T13:03:12.887Z++ 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-05-13T13:03:12.887Z++ 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-05-13T13:03:12.887Z++ unset OMICRON_WS
1172024-05-13T13:03:12.887Z++ set +o xtrace
1182024-05-13T13:03:12.888Z
1192024-05-13T13:03:12.888Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-05-13T13:03:12.888Z # # # # # # # # # # # # # # #
1212024-05-13T13:03:12.888Z # # # # ##### # # ##### # # # # # #### #
1222024-05-13T13:03:12.888Z ##### ##### # ##### # # # # # # # # #
1232024-05-13T13:03:12.888Z # # # # # # # # # # # # # # #
1242024-05-13T13:03:12.889Z # # # ###### # # ###### ### # #### # #### #
1252024-05-13T13:03:12.889Z
1262024-05-13T13:03:17.614Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-05-13T13:03:19.694Z Startup: Caching catalogs ... Done
1282024-05-13T13:03:21.702ZPlanning: Solver setup ... Done (1.409s)
1292024-05-13T13:03:21.727ZPlanning: Running solver ... Done (0.025s)
1302024-05-13T13:03:21.771ZPlanning: Finding local manifests ... Done (0.002s)
1312024-05-13T13:03:21.846ZPlanning: Fetching manifests: 0/4 0% complete
1322024-05-13T13:03:22.807ZPlanning: Fetching manifests: 4/4 100% complete
1332024-05-13T13:03:22.868ZPlanning: Package planning ... Done (0.071s)
1342024-05-13T13:03:22.937ZPlanning: Merging actions ... Done (0.070s)
1352024-05-13T13:03:23.333ZPlanning: Checking for conflicting actions ... Done (0.395s)
1362024-05-13T13:03:23.364ZPlanning: Consolidating action changes ... Done (0.013s)
1372024-05-13T13:03:24.103ZPlanning: Evaluating mediators ... Done (0.756s)
1382024-05-13T13:03:24.127ZPlanning: Planning completed in 4.37 seconds
1392024-05-13T13:03:24.152Z Packages to install: 4
1402024-05-13T13:03:24.152Z Mediators to change: 2
1412024-05-13T13:03:24.152Z Services to change: 1
1422024-05-13T13:03:24.153Z Estimated space available: 148.35 GB
1432024-05-13T13:03:24.153ZEstimated space to be consumed: 1.44 GB
1442024-05-13T13:03:24.153Z Create boot environment: No
1452024-05-13T13:03:24.153ZCreate backup boot environment: No
1462024-05-13T13:03:24.153Z Rebuild boot archive: No
1472024-05-13T13:03:24.153Z
1482024-05-13T13:03:24.153ZChanged mediators:
1492024-05-13T13:03:24.153Z mediator clang:
1502024-05-13T13:03:24.153Z version: None -> 15 (system default)
1512024-05-13T13:03:24.153Z
1522024-05-13T13:03:24.153Z mediator llvm:
1532024-05-13T13:03:24.153Z version: 14 (system default) -> 15 (system default)
1542024-05-13T13:03:24.153Z
1552024-05-13T13:03:24.153ZChanged packages:
1562024-05-13T13:03:24.153Zhelios-dev
1572024-05-13T13:03:24.153Z developer/build-essential
1582024-05-13T13:03:24.153Z None -> 11-2.0
1592024-05-13T13:03:24.154Z library/libxmlsec1
1602024-05-13T13:03:24.154Z None -> 1.2.35-2.0
1612024-05-13T13:03:24.154Z ooce/developer/clang-15
1622024-05-13T13:03:24.154Z None -> 15.0.7-2.0
1632024-05-13T13:03:24.154Z ooce/developer/llvm-15
1642024-05-13T13:03:24.154Z None -> 15.0.7-2.0
1652024-05-13T13:03:24.154Z
1662024-05-13T13:03:24.154ZServices:
1672024-05-13T13:03:24.154Z restart_fmri:
1682024-05-13T13:03:24.154Z svc:/system/update-man-index:default
1692024-05-13T13:03:24.180Z
1702024-05-13T13:03:24.181ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-05-13T13:03:29.188ZDownload: 321/3290 items 16.4/212.6MB 7% complete (3.4M/s)
1722024-05-13T13:03:34.186ZDownload: 1135/3290 items 38.0/212.6MB 17% complete (3.7M/s)
1732024-05-13T13:03:39.598ZDownload: 1195/3290 items 76.9/212.6MB 36% complete (6.4M/s)
1742024-05-13T13:03:44.197ZDownload: 1724/3290 items 118.1/212.6MB 55% complete (8.4M/s)
1752024-05-13T13:03:49.198ZDownload: 3184/3290 items 157.7/212.6MB 74% complete (8.0M/s)
1762024-05-13T13:03:52.865ZDownload: Completed 212.60 MB in 28.68 seconds (7.4M/s)
1772024-05-13T13:03:53.038Z Actions: 1/3689 actions (Installing new actions)
1782024-05-13T13:03:58.107Z Actions: 3189/3689 actions (Installing new actions)
1792024-05-13T13:03:58.523Z Actions: Completed 3689 actions in 5.48 seconds.
1802024-05-13T13:03:58.715Z Done (0.186s)
1812024-05-13T13:03:58.715Z Done (0.000s)
1822024-05-13T13:03:59.063Z Done (0.343s)
1832024-05-13T13:04:03.880Z Done (4.693s)
1842024-05-13T13:04:04.382Z Done (0.018s)
1852024-05-13T13:04:04.421Z Done (0.000s)
1862024-05-13T13:04:04.421Z Done (0.000s)
1872024-05-13T13:04:04.777ZPlanning: Evaluating mediator changes ... Done
1882024-05-13T13:04:05.031ZPlanning: Checking for conflicting actions ... Done
1892024-05-13T13:04:05.057ZPlanning: Consolidating action changes ... Done
1902024-05-13T13:04:05.370ZPlanning: Evaluating mediators ... Done
1912024-05-13T13:04:05.409ZPlanning: Planning completed in 0.59 seconds
1922024-05-13T13:04:05.444Z Mediators to change: 2
1932024-05-13T13:04:05.444Z Create boot environment: No
1942024-05-13T13:04:05.444ZCreate backup boot environment: No
1952024-05-13T13:04:05.469Z Done
1962024-05-13T13:04:05.469Z Done
1972024-05-13T13:04:05.727Z Done
1982024-05-13T13:04:10.018Z Done
1992024-05-13T13:04:10.108Z Done
2002024-05-13T13:04:10.109Z Done
2012024-05-13T13:04:10.181Z Done
2022024-05-13T13:04:10.884ZPlanning: Evaluating mediator changes ... Done
2032024-05-13T13:04:10.909ZPlanning: Merging actions ... Done
2042024-05-13T13:04:11.123ZPlanning: Checking for conflicting actions ... Done
2052024-05-13T13:04:11.148ZPlanning: Consolidating action changes ... Done
2062024-05-13T13:04:11.450ZPlanning: Evaluating mediators ... Done
2072024-05-13T13:04:11.506ZPlanning: Planning completed in 0.91 seconds
2082024-05-13T13:04:11.547Z Packages to change: 1
2092024-05-13T13:04:11.547Z Mediators to change: 1
2102024-05-13T13:04:11.547Z Services to change: 1
2112024-05-13T13:04:11.547Z Create boot environment: No
2122024-05-13T13:04:11.547ZCreate backup boot environment: Yes
2132024-05-13T13:04:13.122Z Actions: 1/6 actions (Updating modified actions)
2142024-05-13T13:04:13.152Z Actions: Completed 6 actions in 0.00 seconds.
2152024-05-13T13:04:13.153Z Done
2162024-05-13T13:04:13.153Z Done
2172024-05-13T13:04:13.187Z Done
2182024-05-13T13:04:17.326Z Done
2192024-05-13T13:04:17.419Z Done
2202024-05-13T13:04:17.420Z Done
2212024-05-13T13:04:17.492Z Done
2222024-05-13T13:04:18.035ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-05-13T13:04:18.035Zclang system 15 system
2242024-05-13T13:04:18.035Zcsh system system illumos
2252024-05-13T13:04:18.035Zctags system system illumos
2262024-05-13T13:04:18.035Zgcc vendor 12 vendor
2272024-05-13T13:04:18.035Zgcc system 10 system
2282024-05-13T13:04:18.035Zgcc system 7 system
2292024-05-13T13:04:18.035Zgo system 1.20 system
2302024-05-13T13:04:18.035Zgo system 1.19 system
2312024-05-13T13:04:18.035Zllvm system 15 system
2322024-05-13T13:04:18.035Zllvm system 14 system
2332024-05-13T13:04:18.035Zmariadb system 10.6 system
2342024-05-13T13:04:18.035Zmta vendor vendor dma
2352024-05-13T13:04:18.035Zopenjdk system 17 system
2362024-05-13T13:04:18.035Zopenjdk system 11 system
2372024-05-13T13:04:18.035Zopenjdk system 1.8 system
2382024-05-13T13:04:18.035Zopenssl vendor 3 vendor
2392024-05-13T13:04:18.035Zperl system 5.36 system
2402024-05-13T13:04:18.035Zpostgresql system 15 system
2412024-05-13T13:04:18.035Zpostgresql system 13 system
2422024-05-13T13:04:18.035Zpython vendor 3 vendor
2432024-05-13T13:04:18.035Zpython system 2 system
2442024-05-13T13:04:18.036Zpython3 system 3.11 system
2452024-05-13T13:04:18.036Zruby system 3.0 system
2462024-05-13T13:04:18.036Zwords vendor vendor american-english
2472024-05-13T13:04:18.036Zwords system system australian-english
2482024-05-13T13:04:18.036Zwords system system british-english
2492024-05-13T13:04:18.036Zwords system system canadian-english
2502024-05-13T13:04:18.036Zwords system system french
2512024-05-13T13:04:18.036Zwords system system italian
2522024-05-13T13:04:18.036Zwords system system ngerman
2532024-05-13T13:04:18.036Zwords system system ogerman
2542024-05-13T13:04:18.036Zwords system system spanish
2552024-05-13T13:04:18.423ZPUBLISHER TYPE STATUS P LOCATION
2562024-05-13T13:04:18.423Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-05-13T13:04:20.007ZFMRI IFO
2582024-05-13T13:04:20.008Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-05-13T13:04:20.008Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-05-13T13:04:20.008Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-05-13T13:04:20.008Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-05-13T13:04:20.008Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-05-13T13:04:20.008Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-05-13T13:04:20.008Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2652024-05-13T13:04:20.008Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-05-13T13:04:20.008Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-05-13T13:04:20.008Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-05-13T13:04:20.009Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-05-13T13:04:20.009Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-05-13T13:04:20.266Z+ set -o errexit
2712024-05-13T13:04:20.291Z+++ dirname ./tools/ci_download_cockroachdb
2722024-05-13T13:04:20.291Z++ cd ./tools
2732024-05-13T13:04:20.291Z++ pwd
2742024-05-13T13:04:20.291Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2752024-05-13T13:04:20.291Z++ basename ./tools/ci_download_cockroachdb
2762024-05-13T13:04:20.291Z+ ARG0=ci_download_cockroachdb
2772024-05-13T13:04:20.292Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2782024-05-13T13:04:20.292Z+ CIDL_VERSION=v22.1.9
2792024-05-13T13:04:20.292Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2802024-05-13T13:04:20.292Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2812024-05-13T13:04:20.292Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2822024-05-13T13:04:20.292Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2832024-05-13T13:04:20.292Z+ TARGET_DIR=out
2842024-05-13T13:04:20.292Z+ DOWNLOAD_DIR=out/downloads
2852024-05-13T13:04:20.292Z+ DEST_DIR=./out/cockroachdb
2862024-05-13T13:04:20.292Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2872024-05-13T13:04:20.292Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2882024-05-13T13:04:20.292Z+ main
2892024-05-13T13:04:20.292Z+ [[ 0 != 0 ]]
2902024-05-13T13:04:20.292Z+ CIDL_OS=solaris2.11
2912024-05-13T13:04:20.292Z+ [[ 0 != 0 ]]
2922024-05-13T13:04:20.292Z+ configure_os solaris2.11
2932024-05-13T13:04:20.292Z+ echo 'current directory: /work/oxidecomputer/omicron'
2942024-05-13T13:04:20.292Z+ echo 'configuring based on OS: "solaris2.11"'
2952024-05-13T13:04:20.292Zcurrent directory: /work/oxidecomputer/omicron
2962024-05-13T13:04:20.292Zconfiguring based on OS: "solaris2.11"
2972024-05-13T13:04:20.292Z+ case "$1" in
2982024-05-13T13:04:20.292Z+ CIDL_BUILD=illumos
2992024-05-13T13:04:20.293Z+ CIDL_SUFFIX=tar.gz
3002024-05-13T13:04:20.293Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3012024-05-13T13:04:20.293Z+ CIDL_URL_BASE=https://illumos.org/downloads
3022024-05-13T13:04:20.293Z+ CIDL_ASSEMBLE=do_assemble_illumos
3032024-05-13T13:04:20.293Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3042024-05-13T13:04:20.293Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3052024-05-13T13:04:20.293Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-05-13T13:04:20.293Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3072024-05-13T13:04:20.293Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-05-13T13:04:20.293Z+ CIDL_SHA256FUNC=do_sha256sum
3092024-05-13T13:04:20.293Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3102024-05-13T13:04:20.293Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3112024-05-13T13:04:20.293ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-05-13T13:04:20.293ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-05-13T13:04:20.293Z+ mkdir -p out/downloads
3142024-05-13T13:04:20.293Z+ mkdir -p ./out/cockroachdb
3152024-05-13T13:04:20.293Z+ local DO_DOWNLOAD=true
3162024-05-13T13:04:20.293Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3172024-05-13T13:04:20.293Z+ '[' true == true ']'
3182024-05-13T13:04:20.293Z+ echo Downloading...
3192024-05-13T13:04:20.293ZDownloading...
3202024-05-13T13:04:20.293Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-05-13T13:04:20.293Z+ 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-05-13T13:04:24.836Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3232024-05-13T13:04:24.860Z++ sha256sum
3242024-05-13T13:04:24.860Z++ awk '{print $1}'
3252024-05-13T13:04:24.910Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3262024-05-13T13:04:24.910Z+ [[ 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-05-13T13:04:24.910Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3282024-05-13T13:04:24.910Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3292024-05-13T13:04:27.846Z+ do_assemble_illumos
3302024-05-13T13:04:27.846Z+ rm -r ./out/cockroachdb
3312024-05-13T13:04:27.871Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3322024-05-13T13:04:28.206Z+ ./out/cockroachdb/bin/cockroach version
3332024-05-13T13:04:28.376ZBuild Tag: v22.1.9-dirty
3342024-05-13T13:04:28.376ZBuild Time: 2022/10/26 21:17:46
3352024-05-13T13:04:28.376ZDistribution: OSS
3362024-05-13T13:04:28.376ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3372024-05-13T13:04:28.376ZGo Version: go1.17.13
3382024-05-13T13:04:28.376ZC Compiler: gcc 10.3.0
3392024-05-13T13:04:28.377ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3402024-05-13T13:04:28.377ZBuild Type: release
3412024-05-13T13:04:28.403Z+ set -o errexit
3422024-05-13T13:04:28.444Z+++ dirname ./tools/ci_download_clickhouse
3432024-05-13T13:04:28.444Z++ cd ./tools
3442024-05-13T13:04:28.444Z++ pwd
3452024-05-13T13:04:28.444Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3462024-05-13T13:04:28.445Z++ basename ./tools/ci_download_clickhouse
3472024-05-13T13:04:28.445Z+ ARG0=ci_download_clickhouse
3482024-05-13T13:04:28.445Z+ TARGET_DIR=out
3492024-05-13T13:04:28.445Z+ DOWNLOAD_DIR=out/downloads
3502024-05-13T13:04:28.445Z+ DEST_DIR=./out/clickhouse
3512024-05-13T13:04:28.445Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3522024-05-13T13:04:28.446Z+ CIDL_VERSION=v23.8.7.24
3532024-05-13T13:04:28.446Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3542024-05-13T13:04:28.446Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3552024-05-13T13:04:28.446Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3562024-05-13T13:04:28.446Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3572024-05-13T13:04:28.446Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3582024-05-13T13:04:28.446Z+ main
3592024-05-13T13:04:28.447Z+ [[ 0 != 0 ]]
3602024-05-13T13:04:28.447Z+ CIDL_OS=solaris2.11
3612024-05-13T13:04:28.447Z+ [[ 0 != 0 ]]
3622024-05-13T13:04:28.447Z+ configure_os solaris2.11
3632024-05-13T13:04:28.447Z+ echo 'current directory: /work/oxidecomputer/omicron'
3642024-05-13T13:04:28.447Z+ echo 'configuring based on OS: "solaris2.11"'
3652024-05-13T13:04:28.447Z+ CIDL_DASHREV=
3662024-05-13T13:04:28.448Z+ case "$1" in
3672024-05-13T13:04:28.448Zcurrent directory: /work/oxidecomputer/omicron
3682024-05-13T13:04:28.448Zconfiguring based on OS: "solaris2.11"
3692024-05-13T13:04:28.448Z+ CIDL_PLATFORM=illumos
3702024-05-13T13:04:28.448Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3712024-05-13T13:04:28.448Z+ CIDL_MD5FUNC=do_md5sum
3722024-05-13T13:04:28.448Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3732024-05-13T13:04:28.449Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3742024-05-13T13:04:28.449Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-05-13T13:04:28.449Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-05-13T13:04:28.449Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3772024-05-13T13:04:28.449ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3782024-05-13T13:04:28.449ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3792024-05-13T13:04:28.449Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3802024-05-13T13:04:28.450Z+ mkdir -p out/downloads
3812024-05-13T13:04:28.450Z+ mkdir -p ./out/clickhouse
3822024-05-13T13:04:28.450Z+ local DO_DOWNLOAD=true
3832024-05-13T13:04:28.450Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3842024-05-13T13:04:28.450Z+ '[' true == true ']'
3852024-05-13T13:04:28.451Z+ echo Downloading...
3862024-05-13T13:04:28.451ZDownloading...
3872024-05-13T13:04:28.451Z+ 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-05-13T13:04:28.451Z+ 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-05-13T13:04:38.934Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3902024-05-13T13:04:38.958Z++ md5sum
3912024-05-13T13:04:38.959Z++ awk '{print $1}'
3922024-05-13T13:04:39.201Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3932024-05-13T13:04:39.201Z+ [[ 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-05-13T13:04:39.201Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3952024-05-13T13:04:39.201Z+ mkdir -p ./out/clickhouse
3962024-05-13T13:04:39.226Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3972024-05-13T13:04:44.316Z+ [[ solaris2.11 == darwin* ]]
3982024-05-13T13:04:44.316Z+ ./out/clickhouse/clickhouse server --version
3992024-05-13T13:04:44.460ZClickHouse server version 23.8.7.1.
4002024-05-13T13:04:44.489Z+ set -o errexit
4012024-05-13T13:04:44.513Z+++ dirname ./tools/ci_download_console
4022024-05-13T13:04:44.513Z++ cd ./tools
4032024-05-13T13:04:44.513Z++ pwd
4042024-05-13T13:04:44.513Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4052024-05-13T13:04:44.513Z++ basename ./tools/ci_download_console
4062024-05-13T13:04:44.513Z+ ARG0=ci_download_console
4072024-05-13T13:04:44.513Z+ TARGET_DIR=out
4082024-05-13T13:04:44.513Z+ DOWNLOAD_DIR=out/downloads
4092024-05-13T13:04:44.513Z+ DEST_DIR=./out/console-assets
4102024-05-13T13:04:44.513Z+ source /work/oxidecomputer/omicron/tools/console_version
4112024-05-13T13:04:44.514Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
4122024-05-13T13:04:44.514Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4132024-05-13T13:04:44.514Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4142024-05-13T13:04:44.514Z+ TARBALL_FILE=out/downloads/console.tar.gz
4152024-05-13T13:04:44.514Z+ main
4162024-05-13T13:04:44.514Z+ [[ 0 != 0 ]]
4172024-05-13T13:04:44.514Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4182024-05-13T13:04:44.514Z+ echo 'Local file: out/downloads/console.tar.gz'
4192024-05-13T13:04:44.514ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4202024-05-13T13:04:44.514ZLocal file: out/downloads/console.tar.gz
4212024-05-13T13:04:44.514Z+ local DO_DOWNLOAD=true
4222024-05-13T13:04:44.514Z+ [[ -f out/downloads/console.tar.gz ]]
4232024-05-13T13:04:44.514Z+ mkdir -p out/downloads
4242024-05-13T13:04:44.514Z+ '[' true == true ']'
4252024-05-13T13:04:44.514Z+ echo Downloading...
4262024-05-13T13:04:44.514ZDownloading...
4272024-05-13T13:04:44.514Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4282024-05-13T13:04:44.514Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4292024-05-13T13:04:44.774Z++ do_sha256sum out/downloads/console.tar.gz
4302024-05-13T13:04:44.774Z++ case "$OSTYPE" in
4312024-05-13T13:04:44.774Z++ SHA=sha256sum
4322024-05-13T13:04:44.803Z++ sha256sum
4332024-05-13T13:04:44.803Z++ awk '{print $1}'
4342024-05-13T13:04:44.804Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4352024-05-13T13:04:44.804Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4362024-05-13T13:04:44.804Z+ rm -rf ./out/console-assets
4372024-05-13T13:04:44.804Z+ mkdir -p ./out/console-assets
4382024-05-13T13:04:44.804Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4392024-05-13T13:04:44.804Z+ mkdir -p ./out/console-assets
4402024-05-13T13:04:44.804Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4412024-05-13T13:04:44.919Z+ set -o errexit
4422024-05-13T13:04:44.944Z+++ dirname ./tools/ci_download_dendrite_openapi
4432024-05-13T13:04:44.944Z++ cd ./tools
4442024-05-13T13:04:44.944Z++ pwd
4452024-05-13T13:04:44.944Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4462024-05-13T13:04:44.944Z++ basename ./tools/ci_download_dendrite_openapi
4472024-05-13T13:04:44.944Z+ ARG0=ci_download_dendrite_openapi
4482024-05-13T13:04:44.944Z+ TARGET_DIR=out
4492024-05-13T13:04:44.944Z+ DOWNLOAD_DIR=out/downloads
4502024-05-13T13:04:44.944Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4512024-05-13T13:04:44.944Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4522024-05-13T13:04:44.944Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4532024-05-13T13:04:44.944Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4542024-05-13T13:04:44.944Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4552024-05-13T13:04:44.944Z+ main
4562024-05-13T13:04:44.944Z+ [[ 0 != 0 ]]
4572024-05-13T13:04:44.944Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4582024-05-13T13:04:44.944ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4592024-05-13T13:04:44.944Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4602024-05-13T13:04:44.945Z+ local DO_DOWNLOAD=true
4612024-05-13T13:04:44.945ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4622024-05-13T13:04:44.945Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4632024-05-13T13:04:44.945Z+ mkdir -p out/downloads
4642024-05-13T13:04:44.945Z+ '[' true == true ']'
4652024-05-13T13:04:44.945Z+ echo Downloading...
4662024-05-13T13:04:44.945ZDownloading...
4672024-05-13T13:04:44.945Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4682024-05-13T13:04:44.945Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4692024-05-13T13:04:45.644Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4702024-05-13T13:04:45.644Z++ case "$OSTYPE" in
4712024-05-13T13:04:45.644Z++ SHA=sha256sum
4722024-05-13T13:04:45.669Z++ sha256sum
4732024-05-13T13:04:45.669Z++ awk '{print $1}'
4742024-05-13T13:04:45.669Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4752024-05-13T13:04:45.669Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4762024-05-13T13:04:45.669Z+ set -o errexit
4772024-05-13T13:04:45.669Z+++ dirname ./tools/ci_download_dendrite_stub
4782024-05-13T13:04:45.669Z++ cd ./tools
4792024-05-13T13:04:45.696Z++ pwd
4802024-05-13T13:04:45.696Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4812024-05-13T13:04:45.696Z++ basename ./tools/ci_download_dendrite_stub
4822024-05-13T13:04:45.696Z+ ARG0=ci_download_dendrite_stub
4832024-05-13T13:04:45.696Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4842024-05-13T13:04:45.696Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4852024-05-13T13:04:45.697Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4862024-05-13T13:04:45.697Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4872024-05-13T13:04:45.697Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4882024-05-13T13:04:45.697Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4892024-05-13T13:04:45.697Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4902024-05-13T13:04:45.697Z+ TARGET_DIR=out
4912024-05-13T13:04:45.697Z+ DOWNLOAD_DIR=out/downloads
4922024-05-13T13:04:45.697Z+ DEST_DIR=./out/dendrite-stub
4932024-05-13T13:04:45.697Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4942024-05-13T13:04:45.697Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4952024-05-13T13:04:45.697Z+ REPO=oxidecomputer/dendrite
4962024-05-13T13:04:45.697Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4972024-05-13T13:04:45.697Z+ main
4982024-05-13T13:04:45.697Z+ [[ 0 != 0 ]]
4992024-05-13T13:04:45.697Z+ CIDL_OS=solaris2.11
5002024-05-13T13:04:45.697Z+ [[ 0 != 0 ]]
5012024-05-13T13:04:45.697Z+ configure_os solaris2.11
5022024-05-13T13:04:45.697Z+ echo 'current directory: /work/oxidecomputer/omicron'
5032024-05-13T13:04:45.697Z+ echo 'configuring based on OS: "solaris2.11"'
5042024-05-13T13:04:45.698Zcurrent directory: /work/oxidecomputer/omicron
5052024-05-13T13:04:45.698Zconfiguring based on OS: "solaris2.11"
5062024-05-13T13:04:45.698Z+ case "$1" in
5072024-05-13T13:04:45.698Z+ SET_BINARIES=
5082024-05-13T13:04:45.698Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5092024-05-13T13:04:45.698Z+ CIDL_SHA256FUNC=do_sha256sum
5102024-05-13T13:04:45.698Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5112024-05-13T13:04:45.698Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5122024-05-13T13:04:45.698Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5132024-05-13T13:04:45.698Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
5142024-05-13T13:04:45.698ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5152024-05-13T13:04:45.698Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5162024-05-13T13:04:45.698ZLocal file: out/downloads/dendrite-stub.tar.gz
5172024-05-13T13:04:45.698Z+ mkdir -p out/downloads
5182024-05-13T13:04:45.698Z+ mkdir -p ./out/dendrite-stub
5192024-05-13T13:04:45.698Z+ fetch_and_verify
5202024-05-13T13:04:45.698Z+ local DO_DOWNLOAD=true
5212024-05-13T13:04:45.698Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5222024-05-13T13:04:45.698Z+ '[' true == true ']'
5232024-05-13T13:04:45.698Z+ echo Downloading...
5242024-05-13T13:04:45.698Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5252024-05-13T13:04:45.698ZDownloading...
5262024-05-13T13:04:45.699Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5272024-05-13T13:04:50.196Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5282024-05-13T13:04:50.220Z++ sha256sum
5292024-05-13T13:04:50.220Z++ awk '{print $1}'
5302024-05-13T13:04:50.271Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5312024-05-13T13:04:50.271Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5322024-05-13T13:04:50.271Z+ do_untar out/downloads/dendrite-stub.tar.gz
5332024-05-13T13:04:50.271Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5342024-05-13T13:04:51.056Z+ do_assemble
5352024-05-13T13:04:51.056Z+ rm -r ./out/dendrite-stub
5362024-05-13T13:04:51.080Z+ mkdir ./out/dendrite-stub
5372024-05-13T13:04:51.080Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5382024-05-13T13:04:51.233Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5392024-05-13T13:04:51.258Z+ set -o errexit
5402024-05-13T13:04:51.258Z+++ dirname ./tools/ci_download_maghemite_mgd
5412024-05-13T13:04:51.258Z++ cd ./tools
5422024-05-13T13:04:51.258Z++ pwd
5432024-05-13T13:04:51.258Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5442024-05-13T13:04:51.258Z++ basename ./tools/ci_download_maghemite_mgd
5452024-05-13T13:04:51.258Z+ ARG0=ci_download_maghemite_mgd
5462024-05-13T13:04:51.258Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5472024-05-13T13:04:51.259Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5482024-05-13T13:04:51.259Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5492024-05-13T13:04:51.259Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5502024-05-13T13:04:51.259Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5512024-05-13T13:04:51.259Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5522024-05-13T13:04:51.259Z+ TARGET_DIR=out
5532024-05-13T13:04:51.259Z+ DOWNLOAD_DIR=out/downloads
5542024-05-13T13:04:51.259Z+ DEST_DIR=./out/mgd
5552024-05-13T13:04:51.259Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5562024-05-13T13:04:51.259Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5572024-05-13T13:04:51.259Z+ REPO=oxidecomputer/maghemite
5582024-05-13T13:04:51.259Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5592024-05-13T13:04:51.259Z+ main
5602024-05-13T13:04:51.259Z+ rm -rf out/downloads/root
5612024-05-13T13:04:51.284Z+ [[ 0 != 0 ]]
5622024-05-13T13:04:51.284Z+ CIDL_OS=solaris2.11
5632024-05-13T13:04:51.284Z+ [[ 0 != 0 ]]
5642024-05-13T13:04:51.284Z+ configure_os solaris2.11
5652024-05-13T13:04:51.284Z+ echo 'current directory: /work/oxidecomputer/omicron'
5662024-05-13T13:04:51.284Zcurrent directory: /work/oxidecomputer/omicron
5672024-05-13T13:04:51.284Z+ echo 'configuring based on OS: "solaris2.11"'
5682024-05-13T13:04:51.284Z+ case "$1" in
5692024-05-13T13:04:51.284Z+ SET_BINARIES=
5702024-05-13T13:04:51.284Zconfiguring based on OS: "solaris2.11"
5712024-05-13T13:04:51.285Z+ CIDL_SHA256FUNC=do_sha256sum
5722024-05-13T13:04:51.285Z+ TARBALL_FILENAME=mgd.tar.gz
5732024-05-13T13:04:51.285Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5742024-05-13T13:04:51.285Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5752024-05-13T13:04:51.285Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5762024-05-13T13:04:51.285ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5772024-05-13T13:04:51.285ZLocal file: out/downloads/mgd.tar.gz
5782024-05-13T13:04:51.285Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5792024-05-13T13:04:51.285Z+ mkdir -p out/downloads
5802024-05-13T13:04:51.285Z+ mkdir -p ./out/mgd
5812024-05-13T13:04:51.285Z+ fetch_and_verify
5822024-05-13T13:04:51.285Z+ local DO_DOWNLOAD=true
5832024-05-13T13:04:51.285Z+ [[ -f out/downloads/mgd.tar.gz ]]
5842024-05-13T13:04:51.285Z+ '[' true == true ']'
5852024-05-13T13:04:51.285Z+ echo Downloading...
5862024-05-13T13:04:51.285ZDownloading...
5872024-05-13T13:04:51.285Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5882024-05-13T13:04:51.285Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5892024-05-13T13:04:56.937Z++ do_sha256sum out/downloads/mgd.tar.gz
5902024-05-13T13:04:56.961Z++ sha256sum
5912024-05-13T13:04:56.961Z++ awk '{print $1}'
5922024-05-13T13:04:56.986Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5932024-05-13T13:04:56.986Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5942024-05-13T13:04:56.986Z+ do_untar out/downloads/mgd.tar.gz
5952024-05-13T13:04:56.986Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5962024-05-13T13:04:57.739Z+ do_assemble
5972024-05-13T13:04:57.739Z+ rm -r ./out/mgd
5982024-05-13T13:04:57.764Z+ mkdir ./out/mgd
5992024-05-13T13:04:57.764Z+ cp -r out/downloads/root ./out/mgd/root
6002024-05-13T13:04:57.822Z+ set -o errexit
6012024-05-13T13:04:57.869Z+++ dirname ./tools/ci_download_transceiver_control
6022024-05-13T13:04:57.869Z++ cd ./tools
6032024-05-13T13:04:57.869Z++ pwd
6042024-05-13T13:04:57.869Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6052024-05-13T13:04:57.869Z++ basename ./tools/ci_download_transceiver_control
6062024-05-13T13:04:57.869Z+ ARG0=ci_download_transceiver_control
6072024-05-13T13:04:57.869Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6082024-05-13T13:04:57.869Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6092024-05-13T13:04:57.869Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6102024-05-13T13:04:57.869Z+ TARGET_DIR=out
6112024-05-13T13:04:57.869Z+ DOWNLOAD_DIR=out/downloads
6122024-05-13T13:04:57.869Z+ DEST_DIR=./out/transceiver-control
6132024-05-13T13:04:57.869Z+ BIN_DIR=/opt/oxide/bin
6142024-05-13T13:04:57.869Z+ BINARY=xcvradm
6152024-05-13T13:04:57.869Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6162024-05-13T13:04:57.869Z+ REPO=oxidecomputer/transceiver-control
6172024-05-13T13:04:57.869Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6182024-05-13T13:04:57.869Z+ main
6192024-05-13T13:04:57.869Z+ [[ 0 != 0 ]]
6202024-05-13T13:04:57.869Z+ CIDL_OS=solaris2.11
6212024-05-13T13:04:57.870Z+ [[ 0 != 0 ]]
6222024-05-13T13:04:57.870Z+ configure_os solaris2.11
6232024-05-13T13:04:57.870Z+ echo 'current directory: /work/oxidecomputer/omicron'
6242024-05-13T13:04:57.870Z+ echo 'configuring based on OS: "solaris2.11"'
6252024-05-13T13:04:57.870Z+ case "$1" in
6262024-05-13T13:04:57.870Zcurrent directory: /work/oxidecomputer/omicron
6272024-05-13T13:04:57.870Z+ SET_BINARIES=
6282024-05-13T13:04:57.870Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6292024-05-13T13:04:57.870Z+ CIDL_SHA256FUNC=do_sha256sum
6302024-05-13T13:04:57.870Z+ ARCHIVE_FILENAME=xcvradm.gz
6312024-05-13T13:04:57.870Zconfiguring based on OS: "solaris2.11"
6322024-05-13T13:04:57.870Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6332024-05-13T13:04:57.870Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6342024-05-13T13:04:57.870Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6352024-05-13T13:04:57.870Z+ echo 'Local file: out/downloads/xcvradm.gz'
6362024-05-13T13:04:57.870Z+ mkdir -p out/downloads
6372024-05-13T13:04:57.870ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6382024-05-13T13:04:57.870ZLocal file: out/downloads/xcvradm.gz
6392024-05-13T13:04:57.870Z+ mkdir -p ./out/transceiver-control
6402024-05-13T13:04:57.870Z+ fetch_and_verify
6412024-05-13T13:04:57.870Z+ local DO_DOWNLOAD=true
6422024-05-13T13:04:57.870Z+ [[ -f out/downloads/xcvradm.gz ]]
6432024-05-13T13:04:57.871Z+ '[' true == true ']'
6442024-05-13T13:04:57.871Z+ echo Downloading...
6452024-05-13T13:04:57.871ZDownloading...
6462024-05-13T13:04:57.871Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6472024-05-13T13:04:57.871Z+ 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
6482024-05-13T13:04:58.662Z++ do_sha256sum out/downloads/xcvradm.gz
6492024-05-13T13:04:58.686Z++ sha256sum
6502024-05-13T13:04:58.687Z++ awk '{print $1}'
6512024-05-13T13:04:58.687Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6522024-05-13T13:04:58.687Z+ [[ 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 ]]
6532024-05-13T13:04:58.687Z+ do_unpack out/downloads/xcvradm.gz
6542024-05-13T13:04:58.687Z+ mkdir -p out/downloads/root//opt/oxide/bin
6552024-05-13T13:04:58.687Z+ gzip -dc out/downloads/xcvradm.gz
6562024-05-13T13:04:58.823Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6572024-05-13T13:04:58.849Z+ do_assemble
6582024-05-13T13:04:58.849Z+ rm -r ./out/transceiver-control
6592024-05-13T13:04:58.849Z+ mkdir ./out/transceiver-control
6602024-05-13T13:04:58.849Z+ cp -r out/downloads/root ./out/transceiver-control/root
6612024-05-13T13:04:58.955Z+ set -o errexit
6622024-05-13T13:04:58.981Z+++ dirname ./tools/ci_download_thundermuffin
6632024-05-13T13:04:58.981Z++ cd ./tools
6642024-05-13T13:04:58.981Z++ pwd
6652024-05-13T13:04:58.981Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6662024-05-13T13:04:58.981Z++ basename ./tools/ci_download_thundermuffin
6672024-05-13T13:04:58.981Z+ ARG0=ci_download_thundermuffin
6682024-05-13T13:04:58.981Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6692024-05-13T13:04:58.981Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6702024-05-13T13:04:58.981Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6712024-05-13T13:04:58.981Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6722024-05-13T13:04:58.981Z+ TARGET_DIR=out
6732024-05-13T13:04:58.981Z+ DOWNLOAD_DIR=out/downloads
6742024-05-13T13:04:58.981Z+ DEST_DIR=./out/thundermuffin
6752024-05-13T13:04:58.981Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6762024-05-13T13:04:58.981Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6772024-05-13T13:04:58.981Z+ REPO=oxidecomputer/thundermuffin
6782024-05-13T13:04:58.981Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6792024-05-13T13:04:58.981Z+ main
6802024-05-13T13:04:58.982Z+ rm -rf out/downloads/root
6812024-05-13T13:04:58.982Z+ [[ 0 != 0 ]]
6822024-05-13T13:04:58.982Z+ CIDL_OS=solaris2.11
6832024-05-13T13:04:58.982Z+ [[ 0 != 0 ]]
6842024-05-13T13:04:58.982Z+ configure_os solaris2.11
6852024-05-13T13:04:58.982Z+ echo 'current directory: /work/oxidecomputer/omicron'
6862024-05-13T13:04:58.982Zcurrent directory: /work/oxidecomputer/omicron
6872024-05-13T13:04:58.982Z+ echo 'configuring based on OS: "solaris2.11"'
6882024-05-13T13:04:58.982Zconfiguring based on OS: "solaris2.11"
6892024-05-13T13:04:58.982Z+ case "$1" in
6902024-05-13T13:04:58.982Z+ SET_BINARIES=
6912024-05-13T13:04:58.982Z+ CIDL_SHA256FUNC=do_sha256sum
6922024-05-13T13:04:58.982Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6932024-05-13T13:04:58.982Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6942024-05-13T13:04:58.982Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6952024-05-13T13:04:58.982Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6962024-05-13T13:04:58.982ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6972024-05-13T13:04:58.982Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6982024-05-13T13:04:58.982Z+ mkdir -p out/downloads
6992024-05-13T13:04:58.982ZLocal file: out/downloads/thundermuffin.tar.gz
7002024-05-13T13:04:58.982Z+ mkdir -p ./out/thundermuffin
7012024-05-13T13:04:58.982Z+ fetch_and_verify
7022024-05-13T13:04:58.982Z+ local DO_DOWNLOAD=true
7032024-05-13T13:04:58.983Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7042024-05-13T13:04:58.983Z+ '[' true == true ']'
7052024-05-13T13:04:58.983Z+ echo Downloading...
7062024-05-13T13:04:58.983ZDownloading...
7072024-05-13T13:04:58.983Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7082024-05-13T13:04:58.983Z+ 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
7092024-05-13T13:05:01.853Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7102024-05-13T13:05:01.879Z++ sha256sum
7112024-05-13T13:05:01.879Z++ awk '{print $1}'
7122024-05-13T13:05:01.880Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7132024-05-13T13:05:01.880Z+ [[ 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 ]]
7142024-05-13T13:05:01.880Z+ do_untar out/downloads/thundermuffin.tar.gz
7152024-05-13T13:05:01.880Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7162024-05-13T13:05:01.939Z+ do_assemble
7172024-05-13T13:05:01.939Z+ rm -r ./out/thundermuffin
7182024-05-13T13:05:01.965Z+ mkdir ./out/thundermuffin
7192024-05-13T13:05:01.965Z+ cp -r out/downloads/root ./out/thundermuffin/root
7202024-05-13T13:05:01.990ZAll builder prerequisites installed successfully, and PATH looks valid
7212024-05-13T13:05:01.990Z
7222024-05-13T13:05:01.990Zreal 1:49.094175867
7232024-05-13T13:05:01.990Zuser 43.344410096
7242024-05-13T13:05:01.990Zsys 11.717604921
7252024-05-13T13:05:01.990Ztrap 0.013022712
7262024-05-13T13:05:01.990Ztflt 0.011420738
7272024-05-13T13:05:01.990Zdflt 0.019257798
7282024-05-13T13:05:01.991Zkflt 0.005272143
7292024-05-13T13:05:01.991Zlock 1.379103250
7302024-05-13T13:05:01.991Zslp 3:31.302910759
7312024-05-13T13:05:01.991Zlat 4.775812900
7322024-05-13T13:05:01.991Zstop 0.068626711
7332024-05-13T13:05:01.991Z
7342024-05-13T13:05:01.991Z #### # # ##### ##### # #
7352024-05-13T13:05:01.991Z # # # # # # # # # #
7362024-05-13T13:05:01.991Z # # # # # # # #
7372024-05-13T13:05:01.991Z # # # ##### ##### #
7382024-05-13T13:05:01.991Z # # # # # # #
7392024-05-13T13:05:01.991Z #### ###### # # # #
7402024-05-13T13:05:01.991Z
7412024-05-13T13:05:02.242Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7422024-05-13T13:05:02.744Z Updating git repository `https://github.com/oxidecomputer/zone`
7432024-05-13T13:05:03.198Z Updating crates.io index
7442024-05-13T13:05:03.250Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7452024-05-13T13:05:04.190Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7462024-05-13T13:05:05.067Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7472024-05-13T13:05:07.454Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7482024-05-13T13:05:07.935Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7492024-05-13T13:05:08.382Z Updating git repository `https://github.com/oxidecomputer/propolis`
7502024-05-13T13:05:09.616Z Updating git repository `https://github.com/oxidecomputer/crucible`
7512024-05-13T13:05:11.955Z Updating git repository `https://github.com/oxidecomputer/opte`
7522024-05-13T13:05:13.221Z Updating git repository `https://github.com/oxidecomputer/falcon`
7532024-05-13T13:05:14.145Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7542024-05-13T13:05:14.632Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7552024-05-13T13:05:15.577Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7562024-05-13T13:05:16.003Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7572024-05-13T13:05:16.481Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7582024-05-13T13:05:17.008Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7592024-05-13T13:05:17.460Z Updating git repository `http://github.com/oxidecomputer/tofino`
7602024-05-13T13:05:17.994Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7612024-05-13T13:05:18.423Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7622024-05-13T13:05:19.873Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7632024-05-13T13:05:20.391Z Updating git repository `https://github.com/oxidecomputer/ispf`
7642024-05-13T13:05:20.911Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7652024-05-13T13:05:21.295Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7662024-05-13T13:05:22.128Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7672024-05-13T13:05:22.696Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7682024-05-13T13:05:23.163Z Updating git repository `https://github.com/jgallagher/nix`
7692024-05-13T13:05:24.436Z Updating git repository `https://github.com/cbiffle/hubpack`
7702024-05-13T13:05:24.931Z Updating git repository `https://github.com/oxidecomputer/typify`
7712024-05-13T13:05:27.149Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7722024-05-13T13:05:27.723Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7732024-05-13T13:05:28.125Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7742024-05-13T13:05:28.823Z Updating git repository `https://github.com/oxidecomputer/rfb`
7752024-05-13T13:05:30.366Z Downloading crates ...
7762024-05-13T13:05:30.434Z Downloaded anstyle-parse v0.2.1
7772024-05-13T13:05:30.462Z Downloaded anstream v0.6.11
7782024-05-13T13:05:30.462Z Downloaded clap_derive v4.5.4
7792024-05-13T13:05:30.462Z Downloaded unicode-ident v1.0.12
7802024-05-13T13:05:30.462Z Downloaded heck v0.5.0
7812024-05-13T13:05:30.462Z Downloaded thiserror-impl v1.0.59
7822024-05-13T13:05:30.462Z Downloaded utf8parse v0.2.1
7832024-05-13T13:05:30.462Z Downloaded winnow v0.6.1
7842024-05-13T13:05:30.488Z Downloaded toml_datetime v0.6.5
7852024-05-13T13:05:30.488Z Downloaded toml v0.8.12
7862024-05-13T13:05:30.488Z Downloaded toml_edit v0.22.12
7872024-05-13T13:05:30.514Z Downloaded syn v2.0.60
7882024-05-13T13:05:30.538Z Downloaded libc v0.2.153
7892024-05-13T13:05:30.562Z Downloaded strsim v0.11.0
7902024-05-13T13:05:30.562Z Downloaded ryu v1.0.15
7912024-05-13T13:05:30.563Z Downloaded rustix v0.38.31
7922024-05-13T13:05:30.587Z Downloaded memchr v2.7.1
7932024-05-13T13:05:30.587Z Downloaded hashbrown v0.14.3
7942024-05-13T13:05:30.612Z Downloaded swrite v0.1.0
7952024-05-13T13:05:30.612Z Downloaded serde_json v1.0.116
7962024-05-13T13:05:30.612Z Downloaded clap_lex v0.7.0
7972024-05-13T13:05:30.612Z Downloaded thiserror v1.0.59
7982024-05-13T13:05:30.612Z Downloaded terminal_size v0.3.0
7992024-05-13T13:05:30.612Z Downloaded serde_derive v1.0.201
8002024-05-13T13:05:30.638Z Downloaded serde v1.0.201
8012024-05-13T13:05:30.638Z Downloaded quote v1.0.36
8022024-05-13T13:05:30.638Z Downloaded equivalent v1.0.1
8032024-05-13T13:05:30.638Z Downloaded clap_builder v4.5.2
8042024-05-13T13:05:30.638Z Downloaded serde_spanned v0.6.5
8052024-05-13T13:05:30.638Z Downloaded semver v1.0.22
8062024-05-13T13:05:30.638Z Downloaded proc-macro2 v1.0.81
8072024-05-13T13:05:30.638Z Downloaded macaddr v1.0.1
8082024-05-13T13:05:30.638Z Downloaded itoa v1.0.9
8092024-05-13T13:05:30.665Z Downloaded indexmap v2.2.6
8102024-05-13T13:05:30.665Z Downloaded fs-err v2.11.0
8112024-05-13T13:05:30.665Z Downloaded errno v0.3.8
8122024-05-13T13:05:30.665Z Downloaded colorchoice v1.0.0
8132024-05-13T13:05:30.665Z Downloaded clap v4.5.4
8142024-05-13T13:05:30.666Z Downloaded cargo-platform v0.1.3
8152024-05-13T13:05:30.666Z Downloaded bitflags v2.4.2
8162024-05-13T13:05:30.690Z Downloaded anyhow v1.0.82
8172024-05-13T13:05:30.690Z Downloaded anstyle-query v1.0.0
8182024-05-13T13:05:30.690Z Downloaded cargo_toml v0.20.2
8192024-05-13T13:05:30.691Z Downloaded cargo_metadata v0.18.1
8202024-05-13T13:05:30.691Z Downloaded camino v1.1.6
8212024-05-13T13:05:30.691Z Downloaded autocfg v1.1.0
8222024-05-13T13:05:30.691Z Downloaded anstyle v1.0.7
8232024-05-13T13:05:30.783Z Compiling proc-macro2 v1.0.81
8242024-05-13T13:05:30.783Z Compiling unicode-ident v1.0.12
8252024-05-13T13:05:30.810Z Compiling serde v1.0.201
8262024-05-13T13:05:30.810Z Compiling libc v0.2.153
8272024-05-13T13:05:30.810Z Compiling rustix v0.38.31
8282024-05-13T13:05:30.810Z Compiling hashbrown v0.14.3
8292024-05-13T13:05:30.810Z Compiling bitflags v2.4.2
8302024-05-13T13:05:30.810Z Compiling equivalent v1.0.1
8312024-05-13T13:05:31.021Z Compiling utf8parse v0.2.1
8322024-05-13T13:05:31.067Z Compiling autocfg v1.1.0
8332024-05-13T13:05:31.178Z Compiling anstyle-parse v0.2.1
8342024-05-13T13:05:31.303Z Compiling anstyle v1.0.7
8352024-05-13T13:05:31.470Z Compiling colorchoice v1.0.0
8362024-05-13T13:05:31.499Z Compiling serde_json v1.0.116
8372024-05-13T13:05:31.608Z Compiling winnow v0.6.1
8382024-05-13T13:05:31.651Z Compiling anstyle-query v1.0.0
8392024-05-13T13:05:31.695Z Compiling camino v1.1.6
8402024-05-13T13:05:31.769Z Compiling thiserror v1.0.59
8412024-05-13T13:05:31.793Z Compiling semver v1.0.22
8422024-05-13T13:05:31.847Z Compiling fs-err v2.11.0
8432024-05-13T13:05:32.015Z Compiling indexmap v2.2.6
8442024-05-13T13:05:32.122Z Compiling anstream v0.6.11
8452024-05-13T13:05:32.198Z Compiling quote v1.0.36
8462024-05-13T13:05:32.358Z Compiling clap_lex v0.7.0
8472024-05-13T13:05:32.382Z Compiling itoa v1.0.9
8482024-05-13T13:05:32.639Z Compiling syn v2.0.60
8492024-05-13T13:05:32.828Z Compiling errno v0.3.8
8502024-05-13T13:05:32.882Z Compiling ryu v1.0.15
8512024-05-13T13:05:32.907Z Compiling heck v0.5.0
8522024-05-13T13:05:32.931Z Compiling anyhow v1.0.82
8532024-05-13T13:05:33.096Z Compiling strsim v0.11.0
8542024-05-13T13:05:33.202Z Compiling swrite v0.1.0
8552024-05-13T13:05:33.852Z Compiling terminal_size v0.3.0
8562024-05-13T13:05:34.018Z Compiling clap_builder v4.5.2
8572024-05-13T13:05:38.595Z Compiling serde_derive v1.0.201
8582024-05-13T13:05:38.596Z Compiling thiserror-impl v1.0.59
8592024-05-13T13:05:38.620Z Compiling clap_derive v4.5.4
8602024-05-13T13:05:41.320Z Compiling clap v4.5.4
8612024-05-13T13:05:47.552Z Compiling toml_datetime v0.6.5
8622024-05-13T13:05:47.552Z Compiling serde_spanned v0.6.5
8632024-05-13T13:05:47.577Z Compiling cargo-platform v0.1.3
8642024-05-13T13:05:47.577Z Compiling macaddr v1.0.1
8652024-05-13T13:05:47.783Z Compiling toml_edit v0.22.12
8662024-05-13T13:05:48.881Z Compiling cargo_metadata v0.18.1
8672024-05-13T13:05:49.970Z Compiling toml v0.8.12
8682024-05-13T13:05:50.589Z Compiling cargo_toml v0.20.2
8692024-05-13T13:05:54.573Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8702024-05-13T13:05:57.587Z Finished dev [unoptimized + debuginfo] target(s) in 55.55s
8712024-05-13T13:05:57.779Z Running `target/debug/xtask clippy`
8722024-05-13T13:05:57.835Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8732024-05-13T13:05:58.582Z Downloading crates ...
8742024-05-13T13:05:58.675Z Downloaded aead v0.5.2
8752024-05-13T13:05:58.700Z Downloaded argon2 v0.5.3
8762024-05-13T13:05:58.826Z Downloaded ref-cast-impl v1.0.22
8772024-05-13T13:05:58.878Z Downloaded tiny-keccak v2.0.2
8782024-05-13T13:05:58.904Z Downloaded usdt-macro v0.5.0
8792024-05-13T13:05:58.928Z Downloaded darling_macro v0.20.8
8802024-05-13T13:05:58.928Z Downloaded defmt-macros v0.3.6
8812024-05-13T13:05:58.952Z Downloaded dtrace-parser v0.1.14
8822024-05-13T13:05:58.977Z Downloaded foreign-types-shared v0.1.1
8832024-05-13T13:05:58.977Z Downloaded x509-cert v0.2.4
8842024-05-13T13:05:58.977Z Downloaded guppy-workspace-hack v0.1.0
8852024-05-13T13:05:59.003Z Downloaded futures-channel v0.3.30
8862024-05-13T13:05:59.003Z Downloaded number_prefix v0.4.0
8872024-05-13T13:05:59.003Z Downloaded opaque-debug v0.3.0
8882024-05-13T13:05:59.003Z Downloaded peg-runtime v0.8.3
8892024-05-13T13:05:59.003Z Downloaded parse-size v1.0.0
8902024-05-13T13:05:59.003Z Downloaded peg v0.8.3
8912024-05-13T13:05:59.027Z Downloaded percent-encoding v2.3.1
8922024-05-13T13:05:59.027Z Downloaded pest_meta v2.7.6
8932024-05-13T13:05:59.027Z Downloaded heapless v0.7.16
8942024-05-13T13:05:59.027Z Downloaded once_cell v1.19.0
8952024-05-13T13:05:59.027Z Downloaded petgraph v0.6.4
8962024-05-13T13:05:59.052Z Downloaded parking_lot v0.11.2
8972024-05-13T13:05:59.079Z Downloaded papergrid v0.11.0
8982024-05-13T13:05:59.079Z Downloaded owo-colors v4.0.0
8992024-05-13T13:05:59.079Z Downloaded reqwest v0.11.27
9002024-05-13T13:05:59.104Z Downloaded h2 v0.3.26
9012024-05-13T13:05:59.104Z Downloaded guppy v0.17.5
9022024-05-13T13:05:59.104Z Downloaded gimli v0.28.0
9032024-05-13T13:05:59.129Z Downloaded openssl v0.10.64
9042024-05-13T13:05:59.153Z Downloaded openapiv3 v2.0.0
9052024-05-13T13:05:59.177Z Downloaded csv v1.3.0
9062024-05-13T13:05:59.202Z Downloaded tokio v1.37.0
9072024-05-13T13:05:59.234Z Downloaded encoding_rs v0.8.33
9082024-05-13T13:05:59.262Z Downloaded ratatui v0.26.2
9092024-05-13T13:05:59.287Z Downloaded zerocopy-derive v0.6.6
9102024-05-13T13:05:59.311Z Downloaded zerocopy-derive v0.2.0
9112024-05-13T13:05:59.339Z Downloaded object v0.32.1
9122024-05-13T13:05:59.339Z Downloaded rustls v0.22.4
9132024-05-13T13:05:59.363Z Downloaded regress v0.9.1
9142024-05-13T13:05:59.363Z Downloaded ring v0.17.8
9152024-05-13T13:05:59.447Z Downloaded ring v0.16.20
9162024-05-13T13:05:59.549Z Downloaded rustls v0.21.9
9172024-05-13T13:05:59.574Z Downloaded radix_trie v0.2.1
9182024-05-13T13:05:59.574Z Downloaded curve25519-dalek v4.1.2
9192024-05-13T13:05:59.599Z Downloaded goblin v0.8.0
9202024-05-13T13:05:59.599Z Downloaded futures-util v0.3.30
9212024-05-13T13:05:59.623Z Downloaded rustls-webpki v0.102.1
9222024-05-13T13:05:59.648Z Downloaded rustls-webpki v0.101.7
9232024-05-13T13:05:59.648Z Downloaded rayon v1.10.0
9242024-05-13T13:05:59.672Z Downloaded trust-dns-proto v0.22.0
9252024-05-13T13:05:59.672Z Downloaded oso v0.27.3
9262024-05-13T13:05:59.672Z Downloaded openssl-sys v0.9.102
9272024-05-13T13:05:59.697Z Downloaded omicron-zone-package v0.11.0
9282024-05-13T13:05:59.697Z Downloaded object v0.30.4
9292024-05-13T13:05:59.697Z Downloaded fancy-regex v0.13.0
9302024-05-13T13:05:59.697Z Downloaded expectorate v1.1.0
9312024-05-13T13:05:59.721Z Downloaded diesel v2.1.6
9322024-05-13T13:05:59.745Z Downloaded zerocopy v0.7.32
9332024-05-13T13:05:59.745Z Downloaded pest v2.7.6
9342024-05-13T13:05:59.770Z Downloaded polar-core v0.27.3
9352024-05-13T13:05:59.770Z Downloaded sha3 v0.10.8
9362024-05-13T13:05:59.770Z Downloaded hashbrown v0.12.3
9372024-05-13T13:05:59.770Z Downloaded fatfs v0.3.6
9382024-05-13T13:05:59.794Z Downloaded elliptic-curve v0.13.8
9392024-05-13T13:05:59.794Z Downloaded der v0.7.8
9402024-05-13T13:05:59.794Z Downloaded rsa v0.9.2
9412024-05-13T13:05:59.794Z Downloaded rayon-core v1.12.1
9422024-05-13T13:05:59.795Z Downloaded hashbrown v0.13.2
9432024-05-13T13:05:59.820Z Downloaded pest_generator v2.7.6
9442024-05-13T13:05:59.820Z Downloaded pest_derive v2.7.6
9452024-05-13T13:05:59.821Z Downloaded pem-rfc7468 v0.7.0
9462024-05-13T13:05:59.821Z Downloaded peg-macros v0.8.3
9472024-05-13T13:05:59.821Z Downloaded password-hash v0.5.0
9482024-05-13T13:05:59.821Z Downloaded partial-io v0.5.4
9492024-05-13T13:05:59.821Z Downloaded parking_lot v0.12.1
9502024-05-13T13:05:59.821Z Downloaded packed_struct_codegen v0.10.1
9512024-05-13T13:05:59.821Z Downloaded packed_struct v0.10.1
9522024-05-13T13:05:59.821Z Downloaded heapless v0.8.0
9532024-05-13T13:05:59.845Z Downloaded rstest_macros v0.19.0
9542024-05-13T13:05:59.845Z Downloaded ron v0.8.1
9552024-05-13T13:05:59.846Z Downloaded proptest v1.4.0
9562024-05-13T13:05:59.846Z Downloaded pem v3.0.4
9572024-05-13T13:05:59.846Z Downloaded paste v1.0.14
9582024-05-13T13:05:59.870Z Downloaded parse-display-derive v0.9.0
9592024-05-13T13:05:59.870Z Downloaded parking_lot_core v0.9.8
9602024-05-13T13:05:59.871Z Downloaded parking_lot_core v0.8.6
9612024-05-13T13:05:59.871Z Downloaded oso-derive v0.27.3
9622024-05-13T13:05:59.871Z Downloaded oorandom v11.1.3
9632024-05-13T13:05:59.871Z Downloaded num-traits v0.2.18
9642024-05-13T13:05:59.871Z Downloaded headers v0.3.9
9652024-05-13T13:05:59.871Z Downloaded half v2.3.1
9662024-05-13T13:05:59.871Z Downloaded getrandom v0.2.12
9672024-05-13T13:05:59.898Z Downloaded getopts v0.2.21
9682024-05-13T13:05:59.898Z Downloaded rand v0.8.5
9692024-05-13T13:05:59.898Z Downloaded quick-xml v0.31.0
9702024-05-13T13:05:59.898Z Downloaded parse-display v0.9.0
9712024-05-13T13:05:59.899Z Downloaded olpc-cjson v0.1.3
9722024-05-13T13:05:59.899Z Downloaded winnow v0.5.15
9732024-05-13T13:05:59.923Z Downloaded ron v0.7.1
9742024-05-13T13:05:59.923Z Downloaded smoltcp v0.11.0
9752024-05-13T13:05:59.923Z Downloaded peeking_take_while v0.1.2
9762024-05-13T13:05:59.923Z Downloaded pathdiff v0.2.1
9772024-05-13T13:05:59.923Z Downloaded path-slash v0.1.5
9782024-05-13T13:05:59.948Z Downloaded openssl-probe v0.1.5
9792024-05-13T13:05:59.948Z Downloaded openssl-macros v0.1.1
9802024-05-13T13:05:59.948Z Downloaded num_enum v0.5.11
9812024-05-13T13:05:59.948Z Downloaded num-rational v0.4.1
9822024-05-13T13:05:59.948Z Downloaded num-integer v0.1.46
9832024-05-13T13:05:59.948Z Downloaded num-derive v0.4.0
9842024-05-13T13:05:59.948Z Downloaded heck v0.3.3
9852024-05-13T13:05:59.948Z Downloaded num_enum_derive v0.5.11
9862024-05-13T13:05:59.948Z Downloaded num_cpus v1.16.0
9872024-05-13T13:05:59.948Z Downloaded num-iter v0.1.44
9882024-05-13T13:05:59.948Z Downloaded hash32 v0.3.1
9892024-05-13T13:05:59.948Z Downloaded hash32 v0.2.1
9902024-05-13T13:05:59.948Z Downloaded erased-serde v0.3.31
9912024-05-13T13:05:59.973Z Downloaded env_logger v0.9.3
9922024-05-13T13:05:59.973Z Downloaded derive-where v1.2.7
9932024-05-13T13:05:59.973Z Downloaded plotters v0.3.5
9942024-05-13T13:05:59.973Z Downloaded webpki-roots v0.25.2
9952024-05-13T13:05:59.973Z Downloaded smoltcp v0.9.1
9962024-05-13T13:05:59.998Z Downloaded num_threads v0.1.6
9972024-05-13T13:05:59.998Z Downloaded group v0.13.0
9982024-05-13T13:05:59.998Z Downloaded globset v0.4.13
9992024-05-13T13:05:59.998Z Downloaded glob v0.3.1
10002024-05-13T13:05:59.998Z Downloaded gethostname v0.4.3
10012024-05-13T13:05:59.998Z Downloaded generic-array v0.14.7
10022024-05-13T13:05:59.998Z Downloaded futures v0.3.30
10032024-05-13T13:06:00.023Z Downloaded flume v0.11.0
10042024-05-13T13:06:00.023Z Downloaded flate2 v1.0.28
10052024-05-13T13:06:00.023Z Downloaded ff v0.13.0
10062024-05-13T13:06:00.023Z Downloaded fallible-iterator v0.2.0
10072024-05-13T13:06:00.023Z Downloaded env_logger v0.10.0
10082024-05-13T13:06:00.023Z Downloaded rstest v0.19.0
10092024-05-13T13:06:00.049Z Downloaded portable-atomic v1.4.3
10102024-05-13T13:06:00.049Z Downloaded vcpkg v0.2.15
10112024-05-13T13:06:00.081Z Downloaded fragile v2.0.0
10122024-05-13T13:06:00.106Z Downloaded fd-lock v4.0.2
10132024-05-13T13:06:00.106Z Downloaded fastrand v2.0.1
10142024-05-13T13:06:00.106Z Downloaded diesel_derives v2.1.2
10152024-05-13T13:06:00.106Z Downloaded derive_more v0.99.17
10162024-05-13T13:06:00.106Z Downloaded rustls-pemfile v2.1.2
10172024-05-13T13:06:00.106Z Downloaded rustls-pemfile v1.0.3
10182024-05-13T13:06:00.106Z Downloaded publicsuffix v2.2.3
10192024-05-13T13:06:00.106Z Downloaded fxhash v0.2.1
10202024-05-13T13:06:00.132Z Downloaded futures-timer v3.0.2
10212024-05-13T13:06:00.132Z Downloaded futures-task v0.3.30
10222024-05-13T13:06:00.132Z Downloaded futures-sink v0.3.30
10232024-05-13T13:06:00.132Z Downloaded futures-macro v0.3.30
10242024-05-13T13:06:00.132Z Downloaded futures-io v0.3.30
10252024-05-13T13:06:00.132Z Downloaded futures-executor v0.3.30
10262024-05-13T13:06:00.132Z Downloaded futures-core v0.3.30
10272024-05-13T13:06:00.132Z Downloaded funty v2.0.0
10282024-05-13T13:06:00.132Z Downloaded form_urlencoded v1.2.1
10292024-05-13T13:06:00.132Z Downloaded foreign-types-shared v0.3.1
10302024-05-13T13:06:00.132Z Downloaded foreign-types-macros v0.2.3
10312024-05-13T13:06:00.132Z Downloaded foreign-types v0.5.0
10322024-05-13T13:06:00.132Z Downloaded foreign-types v0.3.2
10332024-05-13T13:06:00.132Z Downloaded fnv v1.0.7
10342024-05-13T13:06:00.132Z Downloaded float-cmp v0.9.0
10352024-05-13T13:06:00.132Z Downloaded flagset v0.4.3
10362024-05-13T13:06:00.132Z Downloaded fixedbitset v0.4.2
10372024-05-13T13:06:00.132Z Downloaded filetime v0.2.23
10382024-05-13T13:06:00.132Z Downloaded enum-as-inner v0.5.1
10392024-05-13T13:06:00.132Z Downloaded ena v0.14.2
10402024-05-13T13:06:00.157Z Downloaded embedded-io v0.4.0
10412024-05-13T13:06:00.158Z Downloaded either v1.11.0
10422024-05-13T13:06:00.158Z Downloaded ed25519 v1.5.3
10432024-05-13T13:06:00.158Z Downloaded dyn-clone v1.0.17
10442024-05-13T13:06:00.158Z Downloaded diff v0.1.13
10452024-05-13T13:06:00.158Z Downloaded derive_builder_core v0.20.0
10462024-05-13T13:06:00.158Z Downloaded derive_builder v0.20.0
10472024-05-13T13:06:00.158Z Downloaded deranged v0.3.11
10482024-05-13T13:06:00.158Z Downloaded der_derive v0.7.2
10492024-05-13T13:06:00.158Z Downloaded rust-argon2 v2.1.0
10502024-05-13T13:06:00.183Z Downloaded r2d2 v0.8.10
10512024-05-13T13:06:00.183Z Downloaded prettyplease v0.2.19
10522024-05-13T13:06:00.183Z Downloaded pretty_assertions v1.4.0
10532024-05-13T13:06:00.183Z Downloaded postcard v1.0.8
10542024-05-13T13:06:00.183Z Downloaded escape8259 v0.5.2
10552024-05-13T13:06:00.184Z Downloaded endian-type v0.1.2
10562024-05-13T13:06:00.184Z Downloaded dtrace-parser v0.2.0
10572024-05-13T13:06:00.184Z Downloaded downcast v0.11.0
10582024-05-13T13:06:00.184Z Downloaded dof v0.3.0
10592024-05-13T13:06:00.184Z Downloaded dof v0.1.5
10602024-05-13T13:06:00.184Z Downloaded doc-comment v0.3.3
10612024-05-13T13:06:00.184Z Downloaded display-error-chain v0.2.0
10622024-05-13T13:06:00.184Z Downloaded dirs-sys-next v0.1.2
10632024-05-13T13:06:00.184Z Downloaded dirs-next v2.0.0
10642024-05-13T13:06:00.184Z Downloaded digest v0.10.7
10652024-05-13T13:06:00.184Z Downloaded difflib v0.4.0
10662024-05-13T13:06:00.212Z Downloaded diesel_table_macro_syntax v0.1.0
10672024-05-13T13:06:00.212Z Downloaded derive_builder_macro v0.20.0
10682024-05-13T13:06:00.212Z Downloaded rustls-pki-types v1.3.0
10692024-05-13T13:06:00.212Z Downloaded rustls-native-certs v0.7.0
10702024-05-13T13:06:00.212Z Downloaded rustc-demangle v0.1.23
10712024-05-13T13:06:00.212Z Downloaded rtoolbox v0.0.1
10722024-05-13T13:06:00.212Z Downloaded rpassword v7.3.1
10732024-05-13T13:06:00.212Z Downloaded resolv-conf v0.7.0
10742024-05-13T13:06:00.212Z Downloaded relative-path v1.9.0
10752024-05-13T13:06:00.212Z Downloaded quick-error v1.2.3
10762024-05-13T13:06:00.212Z Downloaded psl-types v2.0.11
10772024-05-13T13:06:00.212Z Downloaded proc-macro-error v1.0.4
10782024-05-13T13:06:00.212Z Downloaded proc-macro-crate v1.3.1
10792024-05-13T13:06:00.213Z Downloaded predicates-core v1.0.6
10802024-05-13T13:06:00.213Z Downloaded predicates v3.1.0
10812024-05-13T13:06:00.267Z Downloaded ppv-lite86 v0.2.17
10822024-05-13T13:06:00.267Z Downloaded powerfmt v0.2.0
10832024-05-13T13:06:00.267Z Downloaded postgres-types v0.2.6
10842024-05-13T13:06:00.267Z Downloaded postgres-protocol v0.6.6
10852024-05-13T13:06:00.267Z Downloaded portpicker v0.1.1
10862024-05-13T13:06:00.267Z Downloaded poly1305 v0.8.0
10872024-05-13T13:06:00.267Z Downloaded plotters-svg v0.3.5
10882024-05-13T13:06:00.267Z Downloaded plotters-backend v0.3.5
10892024-05-13T13:06:00.267Z Downloaded platforms v3.0.2
10902024-05-13T13:06:00.267Z Downloaded plain v0.2.3
10912024-05-13T13:06:00.267Z Downloaded pkg-config v0.3.27
10922024-05-13T13:06:00.267Z Downloaded pkcs8 v0.10.2
10932024-05-13T13:06:00.267Z Downloaded pkcs1 v0.7.5
10942024-05-13T13:06:00.267Z Downloaded pin-utils v0.1.0
10952024-05-13T13:06:00.293Z Downloaded pin-project-lite v0.2.13
10962024-05-13T13:06:00.293Z Downloaded pin-project-internal v1.1.3
10972024-05-13T13:06:00.293Z Downloaded pin-project v1.1.3
10982024-05-13T13:06:00.293Z Downloaded darling_core v0.20.8
10992024-05-13T13:06:00.293Z Downloaded zip v0.6.6
11002024-05-13T13:06:00.293Z Downloaded unicode-normalization v0.1.22
11012024-05-13T13:06:00.293Z Downloaded tough v0.17.1
11022024-05-13T13:06:00.293Z Downloaded sqlparser v0.45.0
11032024-05-13T13:06:00.293Z Downloaded sled v0.34.7
11042024-05-13T13:06:00.318Z Downloaded serde_with v3.7.0
11052024-05-13T13:06:00.318Z Downloaded rustfmt-wrapper v0.2.1
11062024-05-13T13:06:00.318Z Downloaded rustc_version v0.4.0
11072024-05-13T13:06:00.318Z Downloaded rustc_version v0.1.7
11082024-05-13T13:06:00.318Z Downloaded rustc-hash v1.1.0
11092024-05-13T13:06:00.318Z Downloaded rand_xorshift v0.3.0
11102024-05-13T13:06:00.318Z Downloaded rand_seeder v0.2.3
11112024-05-13T13:06:00.318Z Downloaded rand_core v0.6.4
11122024-05-13T13:06:00.343Z Downloaded rand_chacha v0.3.1
11132024-05-13T13:06:00.343Z Downloaded radium v0.7.0
11142024-05-13T13:06:00.344Z Downloaded proc-macro-error-attr v1.0.4
11152024-05-13T13:06:00.344Z Downloaded pretty-hex v0.4.1
11162024-05-13T13:06:00.344Z Downloaded pretty-hex v0.2.1
11172024-05-13T13:06:00.344Z Downloaded predicates-tree v1.0.9
11182024-05-13T13:06:00.344Z Downloaded precomputed-hash v0.1.1
11192024-05-13T13:06:00.344Z Downloaded phf_shared v0.11.2
11202024-05-13T13:06:00.344Z Downloaded phf_shared v0.10.0
11212024-05-13T13:06:00.344Z Downloaded phf v0.11.2
11222024-05-13T13:06:00.344Z Downloaded defmt-parser v0.3.3
11232024-05-13T13:06:00.344Z Downloaded darling v0.20.8
11242024-05-13T13:06:00.344Z Downloaded csv-core v0.1.11
11252024-05-13T13:06:00.344Z Downloaded zerocopy-derive v0.7.32
11262024-05-13T13:06:00.344Z Downloaded zerocopy v0.6.6
11272024-05-13T13:06:00.369Z Downloaded whoami v1.5.1
11282024-05-13T13:06:00.370Z Downloaded walkdir v2.5.0
11292024-05-13T13:06:00.370Z Downloaded vte v0.11.1
11302024-05-13T13:06:00.370Z Downloaded vsss-rs v3.3.4
11312024-05-13T13:06:00.370Z Downloaded uuid v1.8.0
11322024-05-13T13:06:00.370Z Downloaded unicode_categories v0.1.1
11332024-05-13T13:06:00.370Z Downloaded unicode-segmentation v1.10.1
11342024-05-13T13:06:00.370Z Downloaded tower v0.4.13
11352024-05-13T13:06:00.397Z Downloaded tokio-util v0.7.10
11362024-05-13T13:06:00.397Z Downloaded steno v0.4.0
11372024-05-13T13:06:00.397Z Downloaded socket2 v0.5.6
11382024-05-13T13:06:00.397Z Downloaded socket2 v0.4.9
11392024-05-13T13:06:00.398Z Downloaded snafu-derive v0.8.2
11402024-05-13T13:06:00.398Z Downloaded snafu v0.8.2
11412024-05-13T13:06:00.427Z Downloaded serde_yaml v0.9.25
11422024-05-13T13:06:00.427Z Downloaded defmt v0.3.5
11432024-05-13T13:06:00.427Z Downloaded debug-ignore v1.0.5
11442024-05-13T13:06:00.427Z Downloaded datatest-stable v0.2.9
11452024-05-13T13:06:00.427Z Downloaded data-encoding v2.4.0
11462024-05-13T13:06:00.427Z Downloaded crypto-common v0.1.6
11472024-05-13T13:06:00.427Z Downloaded zone v0.1.8
11482024-05-13T13:06:00.427Z Downloaded zeroize_derive v1.4.2
11492024-05-13T13:06:00.427Z Downloaded zeroize v1.7.0
11502024-05-13T13:06:00.427Z Downloaded zerocopy v0.3.0
11512024-05-13T13:06:00.427Z Downloaded yasna v0.5.2
11522024-05-13T13:06:00.428Z Downloaded which v4.4.0
11532024-05-13T13:06:00.453Z Downloaded want v0.3.1
11542024-05-13T13:06:00.453Z Downloaded waitgroup v0.1.2
11552024-05-13T13:06:00.453Z Downloaded wait-timeout v0.2.0
11562024-05-13T13:06:00.453Z Downloaded vte_generate_state_changes v0.1.1
11572024-05-13T13:06:00.453Z Downloaded version_check v0.9.4
11582024-05-13T13:06:00.453Z Downloaded uzers v0.11.3
11592024-05-13T13:06:00.453Z Downloaded utf-8 v0.7.6
11602024-05-13T13:06:00.454Z Downloaded url v2.5.0
11612024-05-13T13:06:00.454Z Downloaded typed-path v0.7.0
11622024-05-13T13:06:00.454Z Downloaded trust-dns-resolver v0.22.0
11632024-05-13T13:06:00.454Z Downloaded structmeta v0.3.0
11642024-05-13T13:06:00.454Z Downloaded structmeta v0.2.0
11652024-05-13T13:06:00.454Z Downloaded strsim v0.10.0
11662024-05-13T13:06:00.454Z Downloaded stringprep v0.1.3
11672024-05-13T13:06:00.479Z Downloaded stable_deref_trait v1.2.0
11682024-05-13T13:06:00.479Z Downloaded spki v0.7.2
11692024-05-13T13:06:00.479Z Downloaded spin v0.9.8
11702024-05-13T13:06:00.479Z Downloaded smf v0.2.3
11712024-05-13T13:06:00.479Z Downloaded smawk v0.3.1
11722024-05-13T13:06:00.480Z Downloaded smallvec v1.13.1
11732024-05-13T13:06:00.480Z Downloaded smallvec v0.6.14
11742024-05-13T13:06:00.480Z Downloaded slog-term v2.9.1
11752024-05-13T13:06:00.480Z Downloaded slog-json v2.6.1
11762024-05-13T13:06:00.480Z Downloaded serde_urlencoded v0.7.1
11772024-05-13T13:06:00.480Z Downloaded serde_tokenstream v0.2.0
11782024-05-13T13:06:00.480Z Downloaded serde_tokenstream v0.1.7
11792024-05-13T13:06:00.505Z Downloaded curve25519-dalek-derive v0.1.0
11802024-05-13T13:06:00.505Z Downloaded cstr-argument v0.1.2
11812024-05-13T13:06:00.505Z Downloaded zone_cfg_derive v0.1.2
11822024-05-13T13:06:00.505Z Downloaded yansi v0.5.1
11832024-05-13T13:06:00.506Z Downloaded xattr v1.0.1
11842024-05-13T13:06:00.506Z Downloaded wyz v0.5.1
11852024-05-13T13:06:00.506Z Downloaded usdt-impl v0.3.5
11862024-05-13T13:06:00.506Z Downloaded unsafe-libyaml v0.2.10
11872024-05-13T13:06:00.506Z Downloaded unicode-bidi v0.3.15
11882024-05-13T13:06:00.506Z Downloaded ucd-trie v0.1.6
11892024-05-13T13:06:00.506Z Downloaded typenum v1.16.0
11902024-05-13T13:06:00.506Z Downloaded tungstenite v0.21.0
11912024-05-13T13:06:00.531Z Downloaded tungstenite v0.20.1
11922024-05-13T13:06:00.531Z Downloaded trybuild v1.0.91
11932024-05-13T13:06:00.532Z Downloaded trust-dns-server v0.22.1
11942024-05-13T13:06:00.532Z Downloaded trust-dns-client v0.22.0
11952024-05-13T13:06:00.532Z Downloaded tracing-core v0.1.32
11962024-05-13T13:06:00.532Z Downloaded tracing v0.1.40
11972024-05-13T13:06:00.559Z Downloaded toml v0.7.8
11982024-05-13T13:06:00.559Z Downloaded tokio-tungstenite v0.20.1
11992024-05-13T13:06:00.559Z Downloaded strip-ansi-escapes v0.2.0
12002024-05-13T13:06:00.559Z Downloaded string_cache v0.8.7
12012024-05-13T13:06:00.559Z Downloaded static_assertions v1.1.0
12022024-05-13T13:06:00.559Z Downloaded stability v0.2.0
12032024-05-13T13:06:00.559Z Downloaded sqlparser_derive v0.2.2
12042024-05-13T13:06:00.559Z Downloaded spin v0.5.2
12052024-05-13T13:06:00.559Z Downloaded slog-scope v4.4.0
12062024-05-13T13:06:00.559Z Downloaded slog-envlogger v2.2.0
12072024-05-13T13:06:00.559Z Downloaded slog-bunyan v2.5.0
12082024-05-13T13:06:00.559Z Downloaded similar-asserts v1.5.0
12092024-05-13T13:06:00.559Z Downloaded signature v1.6.4
12102024-05-13T13:06:00.559Z Downloaded signal-hook-registry v1.4.1
12112024-05-13T13:06:00.585Z Downloaded shlex v1.3.0
12122024-05-13T13:06:00.586Z Downloaded serde_with_macros v3.7.0
12132024-05-13T13:06:00.586Z Downloaded serde_plain v1.0.2
12142024-05-13T13:06:00.586Z Downloaded serde-big-array v0.5.1
12152024-05-13T13:06:00.586Z Downloaded serde-big-array v0.4.1
12162024-05-13T13:06:00.586Z Downloaded usdt-macro v0.3.5
12172024-05-13T13:06:00.586Z Downloaded usdt-impl v0.5.0
12182024-05-13T13:06:00.586Z Downloaded usdt-attr-macro v0.5.0
12192024-05-13T13:06:00.586Z Downloaded usdt-attr-macro v0.3.5
12202024-05-13T13:06:00.586Z Downloaded usdt v0.5.0
12212024-05-13T13:06:00.586Z Downloaded usdt v0.3.5
12222024-05-13T13:06:00.586Z Downloaded untrusted v0.9.0
12232024-05-13T13:06:00.586Z Downloaded untrusted v0.7.1
12242024-05-13T13:06:00.586Z Downloaded universal-hash v0.5.1
12252024-05-13T13:06:00.587Z Downloaded unicode-xid v0.2.4
12262024-05-13T13:06:00.587Z Downloaded unicode-width v0.1.11
12272024-05-13T13:06:00.587Z Downloaded unicode-linebreak v0.1.5
12282024-05-13T13:06:00.587Z Downloaded unicase v2.7.0
12292024-05-13T13:06:00.587Z Downloaded unarray v0.1.4
12302024-05-13T13:06:00.587Z Downloaded tui-tree-widget v0.19.0
12312024-05-13T13:06:00.612Z Downloaded try-lock v0.2.4
12322024-05-13T13:06:00.612Z Downloaded tracing-attributes v0.1.27
12332024-05-13T13:06:00.612Z Downloaded tower-service v0.3.2
12342024-05-13T13:06:00.612Z Downloaded tower-layer v0.3.2
12352024-05-13T13:06:00.612Z Downloaded topological-sort v0.2.2
12362024-05-13T13:06:00.612Z Downloaded toolchain_find v0.4.0
12372024-05-13T13:06:00.612Z Downloaded toml_edit v0.19.15
12382024-05-13T13:06:00.637Z Downloaded toml v0.5.11
12392024-05-13T13:06:00.637Z Downloaded tokio-tungstenite v0.21.0
12402024-05-13T13:06:00.638Z Downloaded tokio-stream v0.1.15
12412024-05-13T13:06:00.638Z Downloaded tokio-rustls v0.25.0
12422024-05-13T13:06:00.638Z Downloaded tokio-rustls v0.24.1
12432024-05-13T13:06:00.638Z Downloaded tokio-postgres v0.7.10
12442024-05-13T13:06:00.638Z Downloaded tokio-native-tls v0.3.1
12452024-05-13T13:06:00.638Z Downloaded tokio-macros v2.2.0
12462024-05-13T13:06:00.638Z Downloaded tinyvec_macros v0.1.1
12472024-05-13T13:06:00.638Z Downloaded tinyvec v1.6.0
12482024-05-13T13:06:00.664Z Downloaded tinytemplate v1.2.1
12492024-05-13T13:06:00.664Z Downloaded time-core v0.1.2
12502024-05-13T13:06:00.664Z Downloaded time v0.3.34
12512024-05-13T13:06:00.664Z Downloaded thread_local v1.1.7
12522024-05-13T13:06:00.664Z Downloaded thread-id v4.2.0
12532024-05-13T13:06:00.664Z Downloaded thiserror-no-std v2.0.2
12542024-05-13T13:06:00.664Z Downloaded thiserror-impl-no-std v2.0.2
12552024-05-13T13:06:00.664Z Downloaded termios v0.3.3
12562024-05-13T13:06:00.664Z Downloaded termcolor v1.2.0
12572024-05-13T13:06:00.664Z Downloaded take_mut v0.2.2
12582024-05-13T13:06:00.664Z Downloaded sqlformat v0.2.3
12592024-05-13T13:06:00.690Z Downloaded slog-stdlog v4.1.1
12602024-05-13T13:06:00.690Z Downloaded slog-dtrace v0.3.0
12612024-05-13T13:06:00.690Z Downloaded slog-async v2.8.0
12622024-05-13T13:06:00.690Z Downloaded slog v2.7.0
12632024-05-13T13:06:00.690Z Downloaded slab v0.4.9
12642024-05-13T13:06:00.690Z Downloaded siphasher v0.3.11
12652024-05-13T13:06:00.690Z Downloaded similar v2.4.0
12662024-05-13T13:06:00.690Z Downloaded sigpipe v0.1.3
12672024-05-13T13:06:00.690Z Downloaded signature v2.1.0
12682024-05-13T13:06:00.690Z Downloaded signal-hook-tokio v0.3.1
12692024-05-13T13:06:00.690Z Downloaded signal-hook-mio v0.2.3
12702024-05-13T13:06:00.690Z Downloaded signal-hook v0.3.17
12712024-05-13T13:06:00.690Z Downloaded shell-words v1.1.0
12722024-05-13T13:06:00.715Z Downloaded sha2 v0.10.8
12732024-05-13T13:06:00.715Z Downloaded sha1 v0.10.6
12742024-05-13T13:06:00.715Z Downloaded serde_repr v0.1.16
12752024-05-13T13:06:00.715Z Downloaded serde_path_to_error v0.1.16
12762024-05-13T13:06:00.715Z Downloaded serde_derive_internals v0.29.0
12772024-05-13T13:06:00.715Z Downloaded serde_arrays v0.1.0
12782024-05-13T13:06:00.716Z Downloaded serde-hex v0.1.0
12792024-05-13T13:06:00.716Z Downloaded semver v0.1.20
12802024-05-13T13:06:00.716Z Downloaded secrecy v0.8.0
12812024-05-13T13:06:00.716Z Downloaded sec1 v0.7.3
12822024-05-13T13:06:00.716Z Downloaded sct v0.7.0
12832024-05-13T13:06:00.716Z Downloaded scroll_derive v0.12.0
12842024-05-13T13:06:00.716Z Downloaded scroll v0.12.0
12852024-05-13T13:06:00.716Z Downloaded scopeguard v1.2.0
12862024-05-13T13:06:00.740Z Downloaded schemars_derive v0.8.17
12872024-05-13T13:06:00.740Z Downloaded schemars v0.8.17
12882024-05-13T13:06:00.741Z Downloaded scheduled-thread-pool v0.2.7
12892024-05-13T13:06:00.741Z Downloaded same-file v1.0.6
12902024-05-13T13:06:00.741Z Downloaded samael v0.0.15
12912024-05-13T13:06:00.741Z Downloaded salty v0.2.0
12922024-05-13T13:06:00.765Z Downloaded rustyline v14.0.0
12932024-05-13T13:06:00.765Z Downloaded rusty-fork v0.3.0
12942024-05-13T13:06:00.765Z Downloaded rustversion v1.0.14
12952024-05-13T13:06:00.765Z Downloaded regex-automata v0.4.5
12962024-05-13T13:06:00.789Z Downloaded chrono v0.4.38
12972024-05-13T13:06:00.789Z Downloaded bzip2-sys v0.1.11+1.0.8
12982024-05-13T13:06:00.816Z Downloaded time-macros v0.2.17
12992024-05-13T13:06:00.816Z Downloaded threadpool v1.8.1
13002024-05-13T13:06:00.816Z Downloaded textwrap v0.16.1
13012024-05-13T13:06:00.816Z Downloaded test-strategy v0.3.1
13022024-05-13T13:06:00.816Z Downloaded termtree v0.4.1
13032024-05-13T13:06:00.816Z Downloaded term v0.7.0
13042024-05-13T13:06:00.841Z Downloaded tempfile v3.10.1
13052024-05-13T13:06:00.841Z Downloaded target-spec v3.1.0
13062024-05-13T13:06:00.841Z Downloaded target-lexicon v0.12.13
13072024-05-13T13:06:00.841Z Downloaded tar v0.4.40
13082024-05-13T13:06:00.841Z Downloaded tap v1.0.1
13092024-05-13T13:06:00.841Z Downloaded tabwriter v1.4.0
13102024-05-13T13:06:00.841Z Downloaded tabled_derive v0.7.0
13112024-05-13T13:06:00.841Z Downloaded tabled v0.15.0
13122024-05-13T13:06:00.866Z Downloaded synstructure v0.12.6
13132024-05-13T13:06:00.866Z Downloaded sync_wrapper v0.1.2
13142024-05-13T13:06:00.866Z Downloaded syn v1.0.109
13152024-05-13T13:06:00.866Z Downloaded supports-color v3.0.0
13162024-05-13T13:06:00.866Z Downloaded subtle v2.5.0
13172024-05-13T13:06:00.866Z Downloaded subprocess v0.2.9
13182024-05-13T13:06:00.895Z Downloaded strum_macros v0.26.1
13192024-05-13T13:06:00.896Z Downloaded strum_macros v0.25.2
13202024-05-13T13:06:00.896Z Downloaded strum_macros v0.24.3
13212024-05-13T13:06:00.896Z Downloaded strum v0.26.2
13222024-05-13T13:06:00.896Z Downloaded structmeta-derive v0.3.0
13232024-05-13T13:06:00.896Z Downloaded structmeta-derive v0.2.0
13242024-05-13T13:06:00.896Z Downloaded regex-syntax v0.8.2
13252024-05-13T13:06:00.896Z Downloaded regex-syntax v0.6.29
13262024-05-13T13:06:00.896Z Downloaded regex-automata v0.1.10
13272024-05-13T13:06:00.920Z Downloaded regex v1.10.4
13282024-05-13T13:06:00.920Z Downloaded reedline v0.31.0
13292024-05-13T13:06:00.946Z Downloaded rcgen v0.12.1
13302024-05-13T13:06:00.946Z Downloaded ipnet v2.9.0
13312024-05-13T13:06:00.946Z Downloaded indexmap v1.9.3
13322024-05-13T13:06:00.946Z Downloaded idna v0.5.0
13332024-05-13T13:06:00.946Z Downloaded idna v0.3.0
13342024-05-13T13:06:00.971Z Downloaded idna v0.2.3
13352024-05-13T13:06:00.971Z Downloaded crossterm v0.27.0
13362024-05-13T13:06:00.971Z Downloaded crossbeam-channel v0.5.8
13372024-05-13T13:06:00.971Z Downloaded criterion v0.5.1
13382024-05-13T13:06:00.996Z Downloaded const-oid v0.9.6
13392024-05-13T13:06:00.996Z Downloaded chacha20poly1305 v0.10.1
13402024-05-13T13:06:00.996Z Downloaded cfg-expr v0.15.6
13412024-05-13T13:06:00.996Z Downloaded cc v1.0.83
13422024-05-13T13:06:00.996Z Downloaded bstr v1.9.0
13432024-05-13T13:06:01.021Z Downloaded bitvec v1.0.1
13442024-05-13T13:06:01.021Z Downloaded ref-cast v1.0.22
13452024-05-13T13:06:01.046Z Downloaded num-conv v0.1.0
13462024-05-13T13:06:01.046Z Downloaded num-complex v0.4.5
13472024-05-13T13:06:01.046Z Downloaded num-bigint-dig v0.8.4
13482024-05-13T13:06:01.046Z Downloaded num-bigint v0.4.4
13492024-05-13T13:06:01.046Z Downloaded num v0.4.2
13502024-05-13T13:06:01.046Z Downloaded nu-ansi-term v0.50.0
13512024-05-13T13:06:01.046Z Downloaded normalize-line-endings v0.3.0
13522024-05-13T13:06:01.046Z Downloaded nom v7.1.3
13532024-05-13T13:06:01.074Z Downloaded nodrop v0.1.14
13542024-05-13T13:06:01.074Z Downloaded nix v0.28.0
13552024-05-13T13:06:01.074Z Downloaded nibble_vec v0.1.0
13562024-05-13T13:06:01.074Z Downloaded newtype_derive v0.1.6
13572024-05-13T13:06:01.074Z Downloaded newtype-uuid v1.1.0
13582024-05-13T13:06:01.074Z Downloaded newline-converter v0.3.0
13592024-05-13T13:06:01.074Z Downloaded new_debug_unreachable v1.0.4
13602024-05-13T13:06:01.074Z Downloaded nested v0.1.1
13612024-05-13T13:06:01.074Z Downloaded native-tls v0.2.11
13622024-05-13T13:06:01.074Z Downloaded nanorand v0.7.0
13632024-05-13T13:06:01.101Z Downloaded multimap v0.10.0
13642024-05-13T13:06:01.101Z Downloaded multer v3.1.0
13652024-05-13T13:06:01.101Z Downloaded mockall_derive v0.12.1
13662024-05-13T13:06:01.101Z Downloaded mockall v0.12.1
13672024-05-13T13:06:01.101Z Downloaded mio v0.8.11
13682024-05-13T13:06:01.101Z Downloaded miniz_oxide v0.7.1
13692024-05-13T13:06:01.101Z Downloaded minimal-lexical v0.2.1
13702024-05-13T13:06:01.101Z Downloaded mime_guess v2.0.4
13712024-05-13T13:06:01.101Z Downloaded mime v0.3.17
13722024-05-13T13:06:01.101Z Downloaded memoffset v0.7.1
13732024-05-13T13:06:01.101Z Downloaded memmap2 v0.7.1
13742024-05-13T13:06:01.126Z Downloaded memmap v0.7.0
13752024-05-13T13:06:01.126Z Downloaded md-5 v0.10.5
13762024-05-13T13:06:01.126Z Downloaded maybe-uninit v2.0.0
13772024-05-13T13:06:01.126Z Downloaded matches v0.1.10
13782024-05-13T13:06:01.126Z Downloaded match_cfg v0.1.0
13792024-05-13T13:06:01.126Z Downloaded maplit v1.0.2
13802024-05-13T13:06:01.126Z Downloaded managed v0.8.0
13812024-05-13T13:06:01.126Z Downloaded lru-cache v0.1.2
13822024-05-13T13:06:01.126Z Downloaded lru v0.12.1
13832024-05-13T13:06:01.126Z Downloaded log v0.4.21
13842024-05-13T13:06:01.126Z Downloaded lock_api v0.4.10
13852024-05-13T13:06:01.126Z Downloaded linked-hash-map v0.5.6
13862024-05-13T13:06:01.126Z Downloaded linear-map v1.2.0
13872024-05-13T13:06:01.126Z Downloaded libxml v0.3.3
13882024-05-13T13:06:01.151Z Downloaded libtest-mimic v0.7.2
13892024-05-13T13:06:01.151Z Downloaded libsw v3.3.1
13902024-05-13T13:06:01.151Z Downloaded libm v0.2.7
13912024-05-13T13:06:01.151Z Downloaded libloading v0.7.4
13922024-05-13T13:06:01.151Z Downloaded libefi-sys v0.1.0
13932024-05-13T13:06:01.151Z Downloaded lazycell v1.3.0
13942024-05-13T13:06:01.151Z Downloaded lazy_static v1.4.0
13952024-05-13T13:06:01.151Z Downloaded lalrpop-util v0.19.12
13962024-05-13T13:06:01.151Z Downloaded lalrpop v0.19.12
13972024-05-13T13:06:01.176Z Downloaded kstat-rs v0.2.3
13982024-05-13T13:06:01.176Z Downloaded keccak v0.1.4
13992024-05-13T13:06:01.176Z Downloaded itertools v0.12.1
14002024-05-13T13:06:01.176Z Downloaded itertools v0.10.5
14012024-05-13T13:06:01.201Z Downloaded is_ci v1.2.0
14022024-05-13T13:06:01.201Z Downloaded is-terminal v0.4.9
14032024-05-13T13:06:01.201Z Downloaded ipnetwork v0.20.0
14042024-05-13T13:06:01.201Z Downloaded instant v0.1.12
14052024-05-13T13:06:01.201Z Downloaded inout v0.1.3
14062024-05-13T13:06:01.201Z Downloaded indoc v2.0.3
14072024-05-13T13:06:01.201Z Downloaded indoc v1.0.9
14082024-05-13T13:06:01.201Z Downloaded indicatif v0.17.8
14092024-05-13T13:06:01.202Z Downloaded impl-trait-for-tuples v0.2.2
14102024-05-13T13:06:01.227Z Downloaded ident_case v1.0.1
14112024-05-13T13:06:01.227Z Downloaded iana-time-zone v0.1.57
14122024-05-13T13:06:01.227Z Downloaded hyper-util v0.1.2
14132024-05-13T13:06:01.227Z Downloaded hyper-tls v0.5.0
14142024-05-13T13:06:01.227Z Downloaded hyper-staticfile v0.9.5
14152024-05-13T13:06:01.227Z Downloaded hyper-rustls v0.26.0
14162024-05-13T13:06:01.227Z Downloaded hyper-rustls v0.24.2
14172024-05-13T13:06:01.227Z Downloaded hyper v1.1.0
14182024-05-13T13:06:01.227Z Downloaded hyper v0.14.28
14192024-05-13T13:06:01.252Z Downloaded humantime v2.1.0
14202024-05-13T13:06:01.252Z Downloaded hubpack_derive v0.1.1
14212024-05-13T13:06:01.252Z Downloaded hubpack v0.1.2
14222024-05-13T13:06:01.252Z Downloaded httptest v0.15.5
14232024-05-13T13:06:01.252Z Downloaded httpdate v1.0.3
14242024-05-13T13:06:01.252Z Downloaded httparse v1.8.0
14252024-05-13T13:06:01.252Z Downloaded http-range v0.1.5
14262024-05-13T13:06:01.253Z Downloaded http-body v1.0.0
14272024-05-13T13:06:01.253Z Downloaded http-body v0.4.5
14282024-05-13T13:06:01.253Z Downloaded http v1.0.0
14292024-05-13T13:06:01.278Z Downloaded http v0.2.12
14302024-05-13T13:06:01.278Z Downloaded hostname v0.4.0
14312024-05-13T13:06:01.278Z Downloaded hostname v0.3.1
14322024-05-13T13:06:01.278Z Downloaded home v0.5.5
14332024-05-13T13:06:01.278Z Downloaded hmac v0.12.1
14342024-05-13T13:06:01.278Z Downloaded hkdf v0.12.4
14352024-05-13T13:06:01.278Z Downloaded highway v1.1.0
14362024-05-13T13:06:01.278Z Downloaded hex-literal v0.4.1
14372024-05-13T13:06:01.278Z Downloaded hex v0.4.3
14382024-05-13T13:06:01.278Z Downloaded heck v0.4.1
14392024-05-13T13:06:01.303Z Downloaded headers-core v0.2.0
14402024-05-13T13:06:01.303Z Downloaded crypto-bigint v0.5.2
14412024-05-13T13:06:01.303Z Downloaded crunchy v0.2.2
14422024-05-13T13:06:01.303Z Downloaded crucible-workspace-hack v0.1.0
14432024-05-13T13:06:01.303Z Downloaded crossbeam-utils v0.8.19
14442024-05-13T13:06:01.303Z Downloaded crossbeam-epoch v0.9.18
14452024-05-13T13:06:01.303Z Downloaded crossbeam-deque v0.8.3
14462024-05-13T13:06:01.304Z Downloaded criterion-plot v0.5.0
14472024-05-13T13:06:01.304Z Downloaded crc32fast v1.3.2
14482024-05-13T13:06:01.304Z Downloaded crc-catalog v2.2.0
14492024-05-13T13:06:01.304Z Downloaded crc-any v2.4.3
14502024-05-13T13:06:01.328Z Downloaded crc v3.0.1
14512024-05-13T13:06:01.329Z Downloaded cpufeatures v0.2.12
14522024-05-13T13:06:01.329Z Downloaded corncobs v0.1.3
14532024-05-13T13:06:01.329Z Downloaded cookie_store v0.20.0
14542024-05-13T13:06:01.329Z Downloaded cookie v0.18.1
14552024-05-13T13:06:01.329Z Downloaded cookie v0.17.0
14562024-05-13T13:06:01.329Z Downloaded convert_case v0.4.0
14572024-05-13T13:06:01.329Z Downloaded constant_time_eq v0.3.0
14582024-05-13T13:06:01.329Z Downloaded constant_time_eq v0.2.6
14592024-05-13T13:06:01.329Z Downloaded const_format_proc_macros v0.2.32
14602024-05-13T13:06:01.329Z Downloaded const_format v0.2.32
14612024-05-13T13:06:01.354Z Downloaded console v0.15.8
14622024-05-13T13:06:01.354Z Downloaded compact_str v0.7.1
14632024-05-13T13:06:01.354Z Downloaded colored v2.1.0
14642024-05-13T13:06:01.354Z Downloaded cobs v0.2.3
14652024-05-13T13:06:01.354Z Downloaded clang-sys v1.6.1
14662024-05-13T13:06:01.354Z Downloaded cipher v0.4.4
14672024-05-13T13:06:01.354Z Downloaded ciborium-ll v0.2.2
14682024-05-13T13:06:01.354Z Downloaded ciborium-io v0.2.2
14692024-05-13T13:06:01.354Z Downloaded ciborium v0.2.2
14702024-05-13T13:06:01.379Z Downloaded chacha20 v0.9.1
14712024-05-13T13:06:01.379Z Downloaded cfg_aliases v0.1.1
14722024-05-13T13:06:01.380Z Downloaded cfg-if v1.0.0
14732024-05-13T13:06:01.380Z Downloaded cexpr v0.6.0
14742024-05-13T13:06:01.380Z Downloaded castaway v0.2.2
14752024-05-13T13:06:01.380Z Downloaded cast v0.3.0
14762024-05-13T13:06:01.380Z Downloaded cassowary v0.3.0
14772024-05-13T13:06:01.380Z Downloaded cancel-safe-futures v0.1.5
14782024-05-13T13:06:01.380Z Downloaded camino-tempfile v1.1.1
14792024-05-13T13:06:01.380Z Downloaded bzip2 v0.4.4
14802024-05-13T13:06:01.380Z Downloaded bytes v1.6.0
14812024-05-13T13:06:01.405Z Downloaded byteorder v1.5.0
14822024-05-13T13:06:01.405Z Downloaded bytecount v0.6.3
14832024-05-13T13:06:01.405Z Downloaded buf-list v1.0.3
14842024-05-13T13:06:01.405Z Downloaded bstr v0.2.17
14852024-05-13T13:06:01.405Z Downloaded block-padding v0.3.3
14862024-05-13T13:06:01.405Z Downloaded block-buffer v0.10.4
14872024-05-13T13:06:01.405Z Downloaded blake3 v1.5.0
14882024-05-13T13:06:01.430Z Downloaded blake2b_simd v1.0.1
14892024-05-13T13:06:01.430Z Downloaded blake2 v0.10.6
14902024-05-13T13:06:01.430Z Downloaded bitstruct_derive v0.1.0
14912024-05-13T13:06:01.430Z Downloaded bitstruct v0.1.1
14922024-05-13T13:06:01.430Z Downloaded bitflags v1.3.2
14932024-05-13T13:06:01.431Z Downloaded bitfield v0.14.0
14942024-05-13T13:06:01.431Z Downloaded bit-vec v0.6.3
14952024-05-13T13:06:01.431Z Downloaded bit-set v0.5.3
14962024-05-13T13:06:01.431Z Downloaded bindgen v0.69.2
14972024-05-13T13:06:01.456Z Downloaded bcs v0.1.6
14982024-05-13T13:06:01.456Z Downloaded bb8 v0.8.3
14992024-05-13T13:06:01.456Z Downloaded base64ct v1.6.0
15002024-05-13T13:06:01.456Z Downloaded base64 v0.22.1
15012024-05-13T13:06:01.456Z Downloaded base64 v0.21.7
15022024-05-13T13:06:01.481Z Downloaded base64 v0.13.1
15032024-05-13T13:06:01.481Z Downloaded base16ct v0.2.0
15042024-05-13T13:06:01.481Z Downloaded backtrace v0.3.69
15052024-05-13T13:06:01.481Z Downloaded backoff v0.4.0
15062024-05-13T13:06:01.481Z Downloaded atty v0.2.14
15072024-05-13T13:06:01.482Z Downloaded atomicwrites v0.4.3
15082024-05-13T13:06:01.482Z Downloaded atomic-waker v1.1.1
15092024-05-13T13:06:01.482Z Downloaded async-trait v0.1.80
15102024-05-13T13:06:01.482Z Downloaded async-stream-impl v0.3.5
15112024-05-13T13:06:01.482Z Downloaded async-stream v0.3.5
15122024-05-13T13:06:01.510Z Downloaded async-recursion v1.1.0
15132024-05-13T13:06:01.510Z Downloaded assert_matches v1.5.0
15142024-05-13T13:06:01.510Z Downloaded assert_cmd v2.0.14
15152024-05-13T13:06:01.510Z Downloaded ascii-canvas v3.0.0
15162024-05-13T13:06:01.510Z Downloaded ascii v1.1.0
15172024-05-13T13:06:01.510Z Downloaded arrayvec v0.7.4
15182024-05-13T13:06:01.510Z Downloaded arrayref v0.3.7
15192024-05-13T13:06:01.510Z Downloaded array-init v0.0.4
15202024-05-13T13:06:01.510Z Downloaded arc-swap v1.6.0
15212024-05-13T13:06:01.510Z Downloaded approx v0.5.1
15222024-05-13T13:06:01.511Z Downloaded anes v0.1.6
15232024-05-13T13:06:01.535Z Downloaded allocator-api2 v0.2.16
15242024-05-13T13:06:01.535Z Downloaded aho-corasick v1.1.2
15252024-05-13T13:06:01.535Z Downloaded ahash v0.8.8
15262024-05-13T13:06:01.535Z Downloaded adler v1.0.2
15272024-05-13T13:06:01.536Z Downloaded addr2line v0.21.0
15282024-05-13T13:06:02.190Z Compiling libc v0.2.153
15292024-05-13T13:06:02.190Z Compiling serde v1.0.201
15302024-05-13T13:06:02.190Z Compiling version_check v0.9.4
15312024-05-13T13:06:02.215Z Checking cfg-if v1.0.0
15322024-05-13T13:06:02.215Z Compiling lock_api v0.4.10
15332024-05-13T13:06:02.215Z Compiling parking_lot_core v0.9.8
15342024-05-13T13:06:02.298Z Compiling syn v2.0.60
15352024-05-13T13:06:02.341Z Compiling once_cell v1.19.0
15362024-05-13T13:06:02.366Z Compiling libm v0.2.7
15372024-05-13T13:06:02.978Z Compiling num-traits v0.2.18
15382024-05-13T13:06:03.035Z Compiling memchr v2.7.1
15392024-05-13T13:06:03.080Z Compiling serde_json v1.0.116
15402024-05-13T13:06:03.121Z Compiling byteorder v1.5.0
15412024-05-13T13:06:03.417Z Compiling ahash v0.8.8
15422024-05-13T13:06:03.617Z Compiling syn v1.0.109
15432024-05-13T13:06:03.789Z Checking log v0.4.21
15442024-05-13T13:06:04.015Z Compiling slab v0.4.9
15452024-05-13T13:06:04.309Z Checking itoa v1.0.9
15462024-05-13T13:06:04.555Z Checking getrandom v0.2.12
15472024-05-13T13:06:04.579Z Compiling typenum v1.16.0
15482024-05-13T13:06:04.579Z Compiling generic-array v0.14.7
15492024-05-13T13:06:04.611Z Compiling cc v1.0.83
15502024-05-13T13:06:04.887Z Checking scopeguard v1.2.0
15512024-05-13T13:06:04.935Z Checking smallvec v1.13.1
15522024-05-13T13:06:05.092Z Compiling allocator-api2 v0.2.16
15532024-05-13T13:06:05.116Z Compiling pkg-config v0.3.27
15542024-05-13T13:06:05.350Z Compiling rustix v0.38.31
15552024-05-13T13:06:05.486Z Compiling schemars v0.8.17
15562024-05-13T13:06:05.741Z Compiling httparse v1.8.0
15572024-05-13T13:06:05.779Z Checking pin-project-lite v0.2.13
15582024-05-13T13:06:05.836Z Checking parking_lot v0.12.1
15592024-05-13T13:06:05.884Z Compiling time-core v0.1.2
15602024-05-13T13:06:06.035Z Compiling num-conv v0.1.0
15612024-05-13T13:06:06.129Z Compiling fnv v1.0.7
15622024-05-13T13:06:06.241Z Checking signal-hook-registry v1.4.1
15632024-05-13T13:06:06.266Z Compiling vcpkg v0.2.15
15642024-05-13T13:06:06.292Z Compiling time-macros v0.2.17
15652024-05-13T13:06:06.448Z Checking mio v0.8.11
15662024-05-13T13:06:06.606Z Checking ryu v1.0.15
15672024-05-13T13:06:06.790Z Compiling heck v0.4.1
15682024-05-13T13:06:06.947Z Compiling aho-corasick v1.1.2
15692024-05-13T13:06:07.047Z Compiling ring v0.17.8
15702024-05-13T13:06:08.116Z Compiling openssl-sys v0.9.102
15712024-05-13T13:06:08.304Z Compiling regex-syntax v0.8.2
15722024-05-13T13:06:09.068Z Compiling serde_derive_internals v0.29.0
15732024-05-13T13:06:09.215Z Checking rand_core v0.6.4
15742024-05-13T13:06:09.488Z Checking num_cpus v1.16.0
15752024-05-13T13:06:09.598Z Checking futures-core v0.3.30
15762024-05-13T13:06:09.759Z Compiling ring v0.16.20
15772024-05-13T13:06:10.110Z Checking socket2 v0.5.6
15782024-05-13T13:06:10.872Z Compiling openssl v0.10.64
15792024-05-13T13:06:11.216Z Compiling regex-automata v0.4.5
15802024-05-13T13:06:11.432Z Compiling ucd-trie v0.1.6
15812024-05-13T13:06:11.471Z Compiling rustversion v1.0.14
15822024-05-13T13:06:11.628Z Compiling slog v2.7.0
15832024-05-13T13:06:12.081Z Compiling crossbeam-utils v0.8.19
15842024-05-13T13:06:12.330Z Compiling iana-time-zone v0.1.57
15852024-05-13T13:06:12.648Z Compiling rustls v0.21.9
15862024-05-13T13:06:12.756Z Compiling native-tls v0.2.11
15872024-05-13T13:06:12.812Z Compiling cookie v0.17.0
15882024-05-13T13:06:12.916Z Checking spin v0.5.2
15892024-05-13T13:06:13.086Z Compiling backtrace v0.3.69
15902024-05-13T13:06:13.127Z Checking futures-sink v0.3.30
15912024-05-13T13:06:13.222Z Compiling dyn-clone v1.0.17
15922024-05-13T13:06:13.252Z Compiling anyhow v1.0.82
15932024-05-13T13:06:13.490Z Checking pin-utils v0.1.0
15942024-05-13T13:06:13.588Z Checking futures-channel v0.3.30
15952024-05-13T13:06:13.996Z Checking futures-task v0.3.30
15962024-05-13T13:06:14.100Z Compiling tinyvec_macros v0.1.1
15972024-05-13T13:06:14.125Z Checking futures-io v0.3.30
15982024-05-13T13:06:14.152Z Compiling thread-id v4.2.0
15992024-05-13T13:06:14.190Z Compiling tinyvec v1.6.0
16002024-05-13T13:06:14.531Z Compiling unicode-bidi v0.3.15
16012024-05-13T13:06:14.677Z Compiling serde_derive v1.0.201
16022024-05-13T13:06:14.927Z Compiling zerocopy-derive v0.7.32
16032024-05-13T13:06:15.056Z Compiling thiserror-impl v1.0.59
16042024-05-13T13:06:15.304Z Compiling zeroize_derive v1.4.2
16052024-05-13T13:06:15.344Z Compiling tokio-macros v2.2.0
16062024-05-13T13:06:15.752Z Compiling futures-macro v0.3.30
16072024-05-13T13:06:16.024Z Compiling tracing-attributes v0.1.27
16082024-05-13T13:06:16.619Z Compiling schemars_derive v0.8.17
16092024-05-13T13:06:16.734Z Compiling regex v1.10.4
16102024-05-13T13:06:16.858Z Compiling zerocopy v0.7.32
16112024-05-13T13:06:17.460Z Checking zeroize v1.7.0
16122024-05-13T13:06:17.747Z Compiling openssl-macros v0.1.1
16132024-05-13T13:06:17.821Z Compiling thiserror v1.0.59
16142024-05-13T13:06:18.070Z Compiling pest v2.7.6
16152024-05-13T13:06:18.388Z Compiling async-trait v0.1.80
16162024-05-13T13:06:18.698Z Compiling hashbrown v0.14.3
16172024-05-13T13:06:19.219Z Compiling scroll_derive v0.12.0
16182024-05-13T13:06:19.245Z Checking futures-util v0.3.30
16192024-05-13T13:06:19.831Z Compiling unicode-normalization v0.1.22
16202024-05-13T13:06:19.919Z Compiling pest_meta v2.7.6
16212024-05-13T13:06:20.297Z Compiling der_derive v0.7.2
16222024-05-13T13:06:20.625Z Compiling errno v0.3.8
16232024-05-13T13:06:20.678Z Checking subtle v2.5.0
16242024-05-13T13:06:20.820Z Compiling unicode-width v0.1.11
16252024-05-13T13:06:20.894Z Compiling pest_generator v2.7.6
16262024-05-13T13:06:20.956Z Compiling either v1.11.0
16272024-05-13T13:06:21.289Z Compiling crc32fast v1.3.2
16282024-05-13T13:06:21.767Z Compiling scroll v0.12.0
16292024-05-13T13:06:22.350Z Compiling usdt-impl v0.5.0
16302024-05-13T13:06:22.542Z Compiling plain v0.2.3
16312024-05-13T13:06:22.689Z Compiling winnow v0.5.15
16322024-05-13T13:06:23.636Z Compiling goblin v0.8.0
16332024-05-13T13:06:23.892Z Compiling pest_derive v2.7.6
16342024-05-13T13:06:24.211Z Compiling spin v0.9.8
16352024-05-13T13:06:24.305Z Compiling tracing-core v0.1.32
16362024-05-13T13:06:24.548Z Compiling pretty-hex v0.4.1
16372024-05-13T13:06:24.573Z Compiling dtrace-parser v0.2.0
16382024-05-13T13:06:24.827Z Compiling percent-encoding v2.3.1
16392024-05-13T13:06:25.139Z Compiling tracing v0.1.40
16402024-05-13T13:06:25.510Z Checking bytes v1.6.0
16412024-05-13T13:06:25.575Z Checking bitflags v2.4.2
16422024-05-13T13:06:25.773Z Compiling const-oid v0.9.6
16432024-05-13T13:06:25.940Z Checking chrono v0.4.38
16442024-05-13T13:06:26.141Z Compiling clap_derive v4.5.4
16452024-05-13T13:06:26.485Z Compiling indexmap v2.2.6
16462024-05-13T13:06:27.062Z Compiling serde_tokenstream v0.2.0
16472024-05-13T13:06:27.654Z Checking tokio v1.37.0
16482024-05-13T13:06:27.924Z Compiling uuid v1.8.0
16492024-05-13T13:06:27.949Z Compiling semver v1.0.22
16502024-05-13T13:06:28.186Z Compiling http v0.2.12
16512024-05-13T13:06:28.563Z Compiling toml_datetime v0.6.5
16522024-05-13T13:06:28.728Z Compiling serde_spanned v0.6.5
16532024-05-13T13:06:28.913Z Compiling rustc_version v0.4.0
16542024-05-13T13:06:30.060Z Compiling toml_edit v0.19.15
16552024-05-13T13:06:30.260Z Compiling openapiv3 v2.0.0
16562024-05-13T13:06:30.699Z Compiling dof v0.3.0
16572024-05-13T13:06:31.814Z Compiling untrusted v0.9.0
16582024-05-13T13:06:31.971Z Compiling untrusted v0.7.1
16592024-05-13T13:06:32.125Z Compiling signal-hook v0.3.17
16602024-05-13T13:06:32.344Z Compiling powerfmt v0.2.0
16612024-05-13T13:06:32.484Z Compiling foreign-types-shared v0.1.1
16622024-05-13T13:06:32.592Z Compiling foreign-types v0.3.2
16632024-05-13T13:06:32.627Z Compiling deranged v0.3.11
16642024-05-13T13:06:32.719Z Compiling usdt-macro v0.5.0
16652024-05-13T13:06:32.745Z Compiling usdt-attr-macro v0.5.0
16662024-05-13T13:06:33.728Z Compiling form_urlencoded v1.2.1
16672024-05-13T13:06:33.921Z Compiling crypto-common v0.1.6
16682024-05-13T13:06:34.000Z Compiling zerocopy-derive v0.6.6
16692024-05-13T13:06:34.120Z Compiling num_threads v0.1.6
16702024-05-13T13:06:34.144Z Compiling try-lock v0.2.4
16712024-05-13T13:06:34.239Z Compiling siphasher v0.3.11
16722024-05-13T13:06:34.268Z Compiling base64 v0.21.7
16732024-05-13T13:06:34.542Z Compiling sct v0.7.0
16742024-05-13T13:06:34.803Z Compiling want v0.3.1
16752024-05-13T13:06:34.843Z Compiling time v0.3.34
16762024-05-13T13:06:35.049Z Compiling rustls-webpki v0.101.7
16772024-05-13T13:06:35.743Z Compiling tokio-util v0.7.10
16782024-05-13T13:06:35.799Z Compiling http-body v0.4.5
16792024-05-13T13:06:36.425Z Compiling block-buffer v0.10.4
16802024-05-13T13:06:36.554Z Compiling idna v0.5.0
16812024-05-13T13:06:36.594Z Compiling bzip2-sys v0.1.11+1.0.8
16822024-05-13T13:06:36.654Z Compiling h2 v0.3.26
16832024-05-13T13:06:37.017Z Compiling openssl-probe v0.1.5
16842024-05-13T13:06:37.056Z Compiling httpdate v1.0.3
16852024-05-13T13:06:37.202Z Compiling tower-service v0.3.2
16862024-05-13T13:06:37.311Z Compiling url v2.5.0
16872024-05-13T13:06:37.901Z Compiling digest v0.10.7
16882024-05-13T13:06:38.303Z Compiling heapless v0.7.16
16892024-05-13T13:06:38.612Z Compiling idna v0.3.0
16902024-05-13T13:06:38.668Z Compiling lazy_static v1.4.0
16912024-05-13T13:06:38.929Z Compiling adler v1.0.2
16922024-05-13T13:06:39.247Z Compiling psl-types v2.0.11
16932024-05-13T13:06:39.434Z Compiling ppv-lite86 v0.2.17
16942024-05-13T13:06:39.977Z Checking equivalent v1.0.1
16952024-05-13T13:06:40.001Z Compiling crossbeam-epoch v0.9.18
16962024-05-13T13:06:40.141Z Compiling rand_chacha v0.3.1
16972024-05-13T13:06:40.705Z Compiling publicsuffix v2.2.3
16982024-05-13T13:06:40.931Z Compiling tokio-native-tls v0.3.1
16992024-05-13T13:06:40.977Z Compiling miniz_oxide v0.7.1
17002024-05-13T13:06:41.271Z Compiling tokio-rustls v0.24.1
17012024-05-13T13:06:41.389Z Compiling ipnet v2.9.0
17022024-05-13T13:06:41.608Z Compiling bit-vec v0.6.3
17032024-05-13T13:06:41.633Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17042024-05-13T13:06:41.992Z Compiling cookie_store v0.20.0
17052024-05-13T13:06:42.178Z Compiling rand v0.8.5
17062024-05-13T13:06:42.304Z Compiling hyper v0.14.28
17072024-05-13T13:06:42.539Z Compiling rustls-pemfile v1.0.3
17082024-05-13T13:06:42.563Z Compiling phf_shared v0.10.0
17092024-05-13T13:06:42.886Z Compiling serde_urlencoded v0.7.1
17102024-05-13T13:06:43.049Z Compiling encoding_rs v0.8.33
17112024-05-13T13:06:43.325Z Compiling num-bigint v0.4.4
17122024-05-13T13:06:43.349Z Compiling precomputed-hash v0.1.1
17132024-05-13T13:06:43.449Z Compiling minimal-lexical v0.2.1
17142024-05-13T13:06:43.551Z Compiling new_debug_unreachable v1.0.4
17152024-05-13T13:06:43.636Z Compiling mime v0.3.17
17162024-05-13T13:06:43.878Z Compiling base64ct v1.6.0
17172024-05-13T13:06:43.946Z Compiling smoltcp v0.9.1
17182024-05-13T13:06:43.999Z Compiling sync_wrapper v0.1.2
17192024-05-13T13:06:44.117Z Compiling fixedbitset v0.4.2
17202024-05-13T13:06:44.142Z Compiling webpki-roots v0.25.2
17212024-05-13T13:06:44.268Z Compiling gimli v0.28.0
17222024-05-13T13:06:44.371Z Compiling petgraph v0.6.4
17232024-05-13T13:06:44.500Z Compiling pem-rfc7468 v0.7.0
17242024-05-13T13:06:44.899Z Compiling nom v7.1.3
17252024-05-13T13:06:45.123Z Compiling string_cache v0.8.7
17262024-05-13T13:06:45.500Z Compiling bit-set v0.5.3
17272024-05-13T13:06:45.608Z Compiling hmac v0.12.1
17282024-05-13T13:06:45.736Z Compiling itertools v0.10.5
17292024-05-13T13:06:45.814Z Compiling enum-as-inner v0.5.1
17302024-05-13T13:06:46.005Z Compiling hubpack_derive v0.1.1
17312024-05-13T13:06:46.493Z Compiling diesel_table_macro_syntax v0.1.0
17322024-05-13T13:06:46.676Z Compiling object v0.32.1
17332024-05-13T13:06:46.764Z Compiling unicode-segmentation v1.10.1
17342024-05-13T13:06:47.406Z Compiling addr2line v0.21.0
17352024-05-13T13:06:47.436Z Compiling rustc-demangle v0.1.23
17362024-05-13T13:06:47.556Z Compiling flagset v0.4.3
17372024-05-13T13:06:47.756Z Compiling hyper-tls v0.5.0
17382024-05-13T13:06:47.783Z Compiling hyper-rustls v0.24.2
17392024-05-13T13:06:48.010Z Compiling reqwest v0.11.27
17402024-05-13T13:06:48.074Z Compiling lalrpop-util v0.19.12
17412024-05-13T13:06:48.099Z Compiling der v0.7.8
17422024-05-13T13:06:48.313Z Compiling diesel_derives v2.1.2
17432024-05-13T13:06:48.372Z Compiling toml_edit v0.22.12
17442024-05-13T13:06:48.438Z Compiling flate2 v1.0.28
17452024-05-13T13:06:48.566Z Compiling futures-executor v0.3.30
17462024-05-13T13:06:49.054Z Compiling cpufeatures v0.2.12
17472024-05-13T13:06:49.273Z Compiling sha2 v0.10.8
17482024-05-13T13:06:50.452Z Compiling spki v0.7.2
17492024-05-13T13:06:50.776Z Compiling futures v0.3.30
17502024-05-13T13:06:50.890Z Compiling md-5 v0.10.5
17512024-05-13T13:06:51.123Z Compiling toml v0.7.8
17522024-05-13T13:06:51.807Z Compiling hex v0.4.3
17532024-05-13T13:06:51.831Z Compiling stringprep v0.1.3
17542024-05-13T13:06:51.884Z Compiling strum_macros v0.25.2
17552024-05-13T13:06:52.526Z Compiling serde_repr v0.1.16
17562024-05-13T13:06:53.081Z Compiling num-integer v0.1.46
17572024-05-13T13:06:53.374Z Compiling hash32 v0.2.1
17582024-05-13T13:06:53.512Z Compiling fallible-iterator v0.2.0
17592024-05-13T13:06:53.693Z Compiling stable_deref_trait v1.2.0
17602024-05-13T13:06:53.738Z Checking unicode-ident v1.0.12
17612024-05-13T13:06:53.979Z Compiling pkcs8 v0.10.2
17622024-05-13T13:06:54.085Z Compiling postgres-protocol v0.6.6
17632024-05-13T13:06:54.795Z Compiling phf_shared v0.11.2
17642024-05-13T13:06:55.122Z Compiling terminal_size v0.3.0
17652024-05-13T13:06:55.175Z Compiling ff v0.13.0
17662024-05-13T13:06:55.281Z Compiling block-padding v0.3.3
17672024-05-13T13:06:55.309Z Compiling scheduled-thread-pool v0.2.7
17682024-05-13T13:06:55.498Z Compiling peg-runtime v0.8.3
17692024-05-13T13:06:55.670Z Compiling bitflags v1.3.2
17702024-05-13T13:06:55.694Z Compiling managed v0.8.0
17712024-05-13T13:06:55.773Z Compiling matches v0.1.10
17722024-05-13T13:06:55.797Z Compiling base16ct v0.2.0
17732024-05-13T13:06:55.821Z Compiling regex-automata v0.1.10
17742024-05-13T13:06:55.862Z Compiling clap_builder v4.5.2
17752024-05-13T13:06:56.070Z Compiling sec1 v0.7.3
17762024-05-13T13:06:56.095Z Compiling idna v0.2.3
17772024-05-13T13:06:56.228Z Compiling bstr v0.2.17
17782024-05-13T13:06:56.550Z Compiling r2d2 v0.8.10
17792024-05-13T13:06:56.844Z Compiling inout v0.1.3
17802024-05-13T13:06:57.279Z Compiling group v0.13.0
17812024-05-13T13:06:57.379Z Compiling signal-hook-mio v0.2.3
17822024-05-13T13:06:57.404Z Compiling phf v0.11.2
17832024-05-13T13:06:57.572Z Compiling bzip2 v0.4.4
17842024-05-13T13:06:57.608Z Compiling postgres-types v0.2.6
17852024-05-13T13:06:57.789Z Compiling hubpack v0.1.2
17862024-05-13T13:06:57.923Z Compiling hkdf v0.12.4
17872024-05-13T13:06:58.174Z Compiling zerocopy v0.6.6
17882024-05-13T13:06:58.371Z Compiling ipnetwork v0.20.0
17892024-05-13T13:06:58.822Z Compiling crypto-bigint v0.5.2
17902024-05-13T13:06:58.885Z Compiling float-cmp v0.9.0
17912024-05-13T13:06:59.080Z Compiling memmap v0.7.0
17922024-05-13T13:06:59.254Z Compiling difflib v0.4.0
17932024-05-13T13:06:59.385Z Compiling predicates-core v1.0.6
17942024-05-13T13:06:59.688Z Compiling whoami v1.5.1
17952024-05-13T13:07:00.238Z Compiling data-encoding v2.4.0
17962024-05-13T13:07:00.489Z Compiling static_assertions v1.1.0
17972024-05-13T13:07:00.557Z Compiling normalize-line-endings v0.3.0
17982024-05-13T13:07:00.582Z Compiling diesel v2.1.6
17992024-05-13T13:07:00.607Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18002024-05-13T13:07:00.631Z Compiling elliptic-curve v0.13.8
18012024-05-13T13:07:00.683Z Compiling predicates v3.1.0
18022024-05-13T13:07:01.276Z Compiling trust-dns-proto v0.22.0
18032024-05-13T13:07:01.478Z Compiling tokio-postgres v0.7.10
18042024-05-13T13:07:02.104Z Compiling yasna v0.5.2
18052024-05-13T13:07:03.697Z Compiling usdt v0.5.0
18062024-05-13T13:07:03.723Z Compiling clap v4.5.4
18072024-05-13T13:07:03.780Z Compiling zip v0.6.6
18082024-05-13T13:07:03.837Z Compiling crossterm v0.27.0
18092024-05-13T13:07:04.140Z Compiling cipher v0.4.4
18102024-05-13T13:07:04.576Z Compiling similar v2.4.0
18112024-05-13T13:07:05.079Z Checking proc-macro2 v1.0.81
18122024-05-13T13:07:05.130Z Compiling num-iter v0.1.44
18132024-05-13T13:07:05.290Z Compiling console v0.15.8
18142024-05-13T13:07:05.549Z Compiling tokio-stream v0.1.15
18152024-05-13T13:07:05.632Z Compiling bstr v1.9.0
18162024-05-13T13:07:06.275Z Checking quote v1.0.36
18172024-05-13T13:07:10.561Z Checking utf8parse v0.2.1
18182024-05-13T13:07:13.410Z Checking anstyle v1.0.7
18192024-05-13T13:07:14.657Z Checking anstyle-parse v0.2.1
18202024-05-13T13:07:14.897Z Checking anstyle-query v1.0.0
18212024-05-13T13:07:14.921Z Checking colorchoice v1.0.0
18222024-05-13T13:07:15.055Z Checking anstream v0.6.11
18232024-05-13T13:07:15.163Z Checking clap_lex v0.7.0
18242024-05-13T13:07:15.376Z Checking strsim v0.11.0
18252024-05-13T13:07:18.102Z Checking winnow v0.6.1
18262024-05-13T13:07:25.732Z Compiling regress v0.9.1
18272024-05-13T13:07:26.177Z Compiling getopts v0.2.21
18282024-05-13T13:07:26.361Z Compiling unsafe-libyaml v0.2.10
18292024-05-13T13:07:26.420Z Checking heck v0.5.0
18302024-05-13T13:07:27.018Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
18312024-05-13T13:07:27.598Z Compiling serde_yaml v0.9.25
18322024-05-13T13:07:27.722Z Checking is-terminal v0.4.9
18332024-05-13T13:07:27.837Z Checking camino v1.1.6
18342024-05-13T13:07:27.874Z Checking base64 v0.22.1
18352024-05-13T13:07:28.035Z Compiling ident_case v1.0.1
18362024-05-13T13:07:28.193Z Compiling strsim v0.10.0
18372024-05-13T13:07:28.277Z Compiling rayon-core v1.12.1
18382024-05-13T13:07:28.302Z Checking sha1 v0.10.6
18392024-05-13T13:07:28.521Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
18402024-05-13T13:07:28.566Z Compiling darling_core v0.20.8
18412024-05-13T13:07:28.897Z Checking http v1.0.0
18422024-05-13T13:07:29.178Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18432024-05-13T13:07:29.563Z Compiling paste v1.0.14
18442024-05-13T13:07:29.654Z Compiling strum_macros v0.26.1
18452024-05-13T13:07:30.015Z Checking rustls-pki-types v1.3.0
18462024-05-13T13:07:30.048Z Checking match_cfg v0.1.0
18472024-05-13T13:07:30.136Z Checking fastrand v2.0.1
18482024-05-13T13:07:30.355Z Checking hostname v0.3.1
18492024-05-13T13:07:30.408Z Checking tempfile v3.10.1
18502024-05-13T13:07:30.701Z Checking dirs-sys-next v0.1.2
18512024-05-13T13:07:30.855Z Checking quick-error v1.2.3
18522024-05-13T13:07:30.976Z Checking dirs-next v2.0.0
18532024-05-13T13:07:31.031Z Checking crossbeam-channel v0.5.8
18542024-05-13T13:07:31.055Z Checking thread_local v1.1.7
18552024-05-13T13:07:31.091Z Compiling slog-async v2.8.0
18562024-05-13T13:07:31.297Z Compiling rustls v0.22.4
18572024-05-13T13:07:31.497Z Checking term v0.7.0
18582024-05-13T13:07:31.565Z Checking rustls-webpki v0.102.1
18592024-05-13T13:07:31.590Z Checking instant v0.1.12
18602024-05-13T13:07:31.676Z Checking take_mut v0.2.2
18612024-05-13T13:07:31.701Z Checking rustls-pemfile v2.1.2
18622024-05-13T13:07:31.853Z Checking slog-term v2.9.1
18632024-05-13T13:07:31.908Z Compiling blake3 v1.5.0
18642024-05-13T13:07:32.052Z Compiling multer v3.1.0
18652024-05-13T13:07:32.257Z Checking debug-ignore v1.0.5
18662024-05-13T13:07:32.371Z Checking toml v0.8.12
18672024-05-13T13:07:32.395Z Checking slog-json v2.6.1
18682024-05-13T13:07:32.671Z Compiling crossbeam-deque v0.8.3
18692024-05-13T13:07:32.771Z Compiling async-stream-impl v0.3.5
18702024-05-13T13:07:32.984Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18712024-05-13T13:07:33.051Z Checking atomic-waker v1.1.1
18722024-05-13T13:07:33.238Z Compiling same-file v1.0.6
18732024-05-13T13:07:33.432Z Compiling walkdir v2.5.0
18742024-05-13T13:07:33.847Z Checking strum v0.26.2
18752024-05-13T13:07:33.922Z Checking async-stream v0.3.5
18762024-05-13T13:07:34.050Z Checking waitgroup v0.1.2
18772024-05-13T13:07:34.092Z Checking slog-bunyan v2.5.0
18782024-05-13T13:07:34.247Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18792024-05-13T13:07:34.371Z Checking serde_path_to_error v0.1.16
18802024-05-13T13:07:34.395Z Compiling darling_macro v0.20.8
18812024-05-13T13:07:34.514Z Checking hostname v0.4.0
18822024-05-13T13:07:34.914Z Compiling rayon v1.10.0
18832024-05-13T13:07:35.272Z Checking tokio-rustls v0.25.0
18842024-05-13T13:07:35.297Z Compiling darling v0.20.8
18852024-05-13T13:07:35.398Z Compiling memmap2 v0.7.1
18862024-05-13T13:07:35.527Z Compiling xattr v1.0.1
18872024-05-13T13:07:35.578Z Compiling filetime v0.2.23
18882024-05-13T13:07:35.603Z Compiling arrayvec v0.7.4
18892024-05-13T13:07:35.752Z Compiling home v0.5.5
18902024-05-13T13:07:35.776Z Compiling arrayref v0.3.7
18912024-05-13T13:07:35.869Z Compiling constant_time_eq v0.3.0
18922024-05-13T13:07:35.896Z Compiling toolchain_find v0.4.0
18932024-05-13T13:07:35.938Z Compiling tar v0.4.40
18942024-05-13T13:07:35.981Z Compiling serde_with_macros v3.7.0
18952024-05-13T13:07:36.047Z Compiling camino-tempfile v1.1.1
18962024-05-13T13:07:36.829Z Compiling topological-sort v0.2.2
18972024-05-13T13:07:37.020Z Checking newtype-uuid v1.1.0
18982024-05-13T13:07:37.226Z Compiling rustfmt-wrapper v0.2.1
18992024-05-13T13:07:37.740Z Checking wait-timeout v0.2.0
19002024-05-13T13:07:37.765Z Compiling structmeta-derive v0.3.0
19012024-05-13T13:07:37.909Z Checking rusty-fork v0.3.0
19022024-05-13T13:07:37.934Z Compiling structmeta-derive v0.2.0
19032024-05-13T13:07:38.162Z Checking rand_xorshift v0.3.0
19042024-05-13T13:07:38.318Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
19052024-05-13T13:07:38.622Z Checking serde_with v3.7.0
19062024-05-13T13:07:38.822Z Checking unarray v0.1.4
19072024-05-13T13:07:38.953Z Checking proptest v1.4.0
19082024-05-13T13:07:39.082Z Compiling omicron-zone-package v0.11.0
19092024-05-13T13:07:39.887Z Checking backoff v0.4.0
19102024-05-13T13:07:40.140Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19112024-05-13T13:07:40.233Z Compiling structmeta v0.3.0
19122024-05-13T13:07:40.354Z Compiling structmeta v0.2.0
19132024-05-13T13:07:40.607Z Compiling parse-display-derive v0.9.0
19142024-05-13T13:07:40.728Z Compiling test-strategy v0.3.1
19152024-05-13T13:07:40.785Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19162024-05-13T13:07:40.911Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19172024-05-13T13:07:41.129Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19182024-05-13T13:07:41.222Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19192024-05-13T13:07:41.356Z Checking macaddr v1.0.1
19202024-05-13T13:07:41.632Z Compiling proc-macro-error-attr v1.0.4
19212024-05-13T13:07:41.799Z Compiling proc-macro-error v1.0.4
19222024-05-13T13:07:42.206Z Compiling proc-macro-crate v1.3.1
19232024-05-13T13:07:42.697Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19242024-05-13T13:07:43.164Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
19252024-05-13T13:07:43.190Z Compiling num_enum_derive v0.5.11
19262024-05-13T13:07:43.242Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19272024-05-13T13:07:43.340Z Compiling foreign-types-macros v0.2.3
19282024-05-13T13:07:43.527Z Checking foreign-types-shared v0.3.1
19292024-05-13T13:07:43.638Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19302024-05-13T13:07:44.067Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19312024-05-13T13:07:44.164Z Checking cstr-argument v0.1.2
19322024-05-13T13:07:44.327Z Checking pretty-hex v0.2.1
19332024-05-13T13:07:44.446Z Checking foreign-types v0.5.0
19342024-05-13T13:07:44.471Z Checking tabwriter v1.4.0
19352024-05-13T13:07:44.495Z Checking colored v2.1.0
19362024-05-13T13:07:44.553Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19372024-05-13T13:07:44.639Z Checking parse-display v0.9.0
19382024-05-13T13:07:44.682Z Checking socket2 v0.4.9
19392024-05-13T13:07:44.745Z Checking smf v0.2.3
19402024-05-13T13:07:44.808Z Checking humantime v2.1.0
19412024-05-13T13:07:44.845Z Checking termcolor v1.2.0
19422024-05-13T13:07:44.947Z Checking arc-swap v1.6.0
19432024-05-13T13:07:45.054Z Checking utf-8 v0.7.6
19442024-05-13T13:07:45.079Z Checking newline-converter v0.3.0
19452024-05-13T13:07:45.262Z Checking tungstenite v0.20.1
19462024-05-13T13:07:45.304Z Checking expectorate v1.1.0
19472024-05-13T13:07:45.335Z Checking slog-scope v4.4.0
19482024-05-13T13:07:45.454Z Checking termtree v0.4.1
19492024-05-13T13:07:45.517Z Checking slog-stdlog v4.1.1
19502024-05-13T13:07:45.545Z Checking num_enum v0.5.11
19512024-05-13T13:07:45.633Z Compiling heapless v0.8.0
19522024-05-13T13:07:45.658Z Checking predicates-tree v1.0.9
19532024-05-13T13:07:45.682Z Checking slog-envlogger v2.2.0
19542024-05-13T13:07:45.707Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19552024-05-13T13:07:45.789Z Checking hash32 v0.3.1
19562024-05-13T13:07:45.873Z Compiling smoltcp v0.11.0
19572024-05-13T13:07:45.922Z Checking embedded-io v0.4.0
19582024-05-13T13:07:45.958Z Compiling crucible-workspace-hack v0.1.0
19592024-05-13T13:07:45.983Z Checking tokio-tungstenite v0.20.1
19602024-05-13T13:07:46.007Z Checking cobs v0.2.3
19612024-05-13T13:07:46.102Z Checking sigpipe v0.1.3
19622024-05-13T13:07:46.169Z Checking postcard v1.0.8
19632024-05-13T13:07:46.227Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19642024-05-13T13:07:46.257Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19652024-05-13T13:07:46.386Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19662024-05-13T13:07:46.486Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19672024-05-13T13:07:46.553Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19682024-05-13T13:07:46.579Z Checking atty v0.2.14
19692024-05-13T13:07:46.692Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19702024-05-13T13:07:46.772Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19712024-05-13T13:07:46.889Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19722024-05-13T13:07:47.197Z Compiling num-derive v0.4.0
19732024-05-13T13:07:47.288Z Compiling mockall_derive v0.12.1
19742024-05-13T13:07:47.395Z Checking downcast v0.11.0
19752024-05-13T13:07:47.434Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
19762024-05-13T13:07:47.694Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
19772024-05-13T13:07:47.719Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19782024-05-13T13:07:47.991Z Checking fragile v2.0.0
19792024-05-13T13:07:48.160Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19802024-05-13T13:07:48.222Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19812024-05-13T13:07:48.408Z Checking pem v3.0.4
19822024-05-13T13:07:48.433Z Checking env_logger v0.9.3
19832024-05-13T13:07:48.628Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19842024-05-13T13:07:48.778Z Compiling bitstruct_derive v0.1.0
19852024-05-13T13:07:48.808Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19862024-05-13T13:07:48.919Z Checking ascii v1.1.0
19872024-05-13T13:07:48.943Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19882024-05-13T13:07:49.079Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19892024-05-13T13:07:49.103Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19902024-05-13T13:07:49.262Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19912024-05-13T13:07:49.286Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19922024-05-13T13:07:49.311Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19932024-05-13T13:07:49.481Z Checking serde_arrays v0.1.0
19942024-05-13T13:07:49.533Z Checking erased-serde v0.3.31
19952024-05-13T13:07:49.557Z Compiling heck v0.3.3
19962024-05-13T13:07:49.626Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19972024-05-13T13:07:49.850Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19982024-05-13T13:07:49.909Z Checking tungstenite v0.21.0
19992024-05-13T13:07:49.933Z Compiling zone_cfg_derive v0.1.2
20002024-05-13T13:07:49.958Z Checking bitstruct v0.1.1
20012024-05-13T13:07:49.998Z Checking base64 v0.13.1
20022024-05-13T13:07:50.331Z Checking ron v0.7.1
20032024-05-13T13:07:50.408Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20042024-05-13T13:07:50.639Z Checking tokio-tungstenite v0.21.0
20052024-05-13T13:07:50.963Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20062024-05-13T13:07:51.021Z Checking headers-core v0.2.0
20072024-05-13T13:07:51.150Z Checking portpicker v0.1.1
20082024-05-13T13:07:51.196Z Checking zone v0.1.8
20092024-05-13T13:07:51.257Z Checking headers v0.3.9
20102024-05-13T13:07:51.281Z Checking rcgen v0.12.1
20112024-05-13T13:07:51.481Z Checking atomicwrites v0.4.3
20122024-05-13T13:07:51.644Z Checking subprocess v0.2.9
20132024-05-13T13:07:51.742Z Checking linked-hash-map v0.5.6
20142024-05-13T13:07:51.824Z Checking password-hash v0.5.0
20152024-05-13T13:07:52.015Z Checking lru-cache v0.1.2
20162024-05-13T13:07:52.084Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20172024-05-13T13:07:52.111Z Checking blake2 v0.10.6
20182024-05-13T13:07:52.184Z Checking swrite v0.1.0
20192024-05-13T13:07:52.208Z Checking itertools v0.12.1
20202024-05-13T13:07:52.233Z Compiling derive-where v1.2.7
20212024-05-13T13:07:52.297Z Checking resolv-conf v0.7.0
20222024-05-13T13:07:52.343Z Checking half v2.3.1
20232024-05-13T13:07:52.526Z Checking argon2 v0.5.3
20242024-05-13T13:07:52.646Z Checking trust-dns-resolver v0.22.0
20252024-05-13T13:07:52.805Z Compiling cancel-safe-futures v0.1.5
20262024-05-13T13:07:53.092Z Checking ciborium-io v0.2.2
20272024-05-13T13:07:53.117Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20282024-05-13T13:07:53.193Z Checking ciborium-ll v0.2.2
20292024-05-13T13:07:53.443Z Checking ciborium v0.2.2
20302024-05-13T13:07:53.807Z Checking bytecount v0.6.3
20312024-05-13T13:07:53.893Z Compiling tabled_derive v0.7.0
20322024-05-13T13:07:53.931Z Checking mockall v0.12.1
20332024-05-13T13:07:53.955Z Checking papergrid v0.11.0
20342024-05-13T13:07:54.132Z Compiling slog-dtrace v0.3.0
20352024-05-13T13:07:54.266Z Compiling semver v0.1.20
20362024-05-13T13:07:54.297Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20372024-05-13T13:07:54.410Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20382024-05-13T13:07:54.453Z Checking libsw v3.3.1
20392024-05-13T13:07:54.675Z Compiling rustc_version v0.1.7
20402024-05-13T13:07:54.700Z Checking linear-map v1.2.0
20412024-05-13T13:07:54.813Z Checking owo-colors v4.0.0
20422024-05-13T13:07:55.104Z Compiling newtype_derive v0.1.6
20432024-05-13T13:07:55.142Z Compiling num-rational v0.4.1
20442024-05-13T13:07:55.226Z Compiling unicode-xid v0.2.4
20452024-05-13T13:07:55.312Z Compiling radium v0.7.0
20462024-05-13T13:07:55.385Z Checking num-complex v0.4.5
20472024-05-13T13:07:55.537Z Checking steno v0.4.0
20482024-05-13T13:07:55.728Z Checking nibble_vec v0.1.0
20492024-05-13T13:07:55.896Z Checking endian-type v0.1.2
20502024-05-13T13:07:56.028Z Checking tabled v0.15.0
20512024-05-13T13:07:56.078Z Compiling maybe-uninit v2.0.0
20522024-05-13T13:07:56.103Z Checking tap v1.0.1
20532024-05-13T13:07:56.177Z Checking num v0.4.2
20542024-05-13T13:07:56.211Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20552024-05-13T13:07:56.241Z Checking wyz v0.5.1
20562024-05-13T13:07:56.271Z Checking radix_trie v0.2.1
20572024-05-13T13:07:56.579Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20582024-05-13T13:07:56.617Z Checking fxhash v0.2.1
20592024-05-13T13:07:56.768Z Checking funty v2.0.0
20602024-05-13T13:07:56.885Z Compiling num-bigint-dig v0.8.4
20612024-05-13T13:07:57.141Z Checking crc-catalog v2.2.0
20622024-05-13T13:07:57.261Z Compiling packed_struct v0.10.1
20632024-05-13T13:07:57.340Z Checking crc v3.0.1
20642024-05-13T13:07:57.555Z Checking bitvec v1.0.1
20652024-05-13T13:07:57.680Z Compiling packed_struct_codegen v0.10.1
20662024-05-13T13:07:57.728Z Compiling indexmap v1.9.3
20672024-05-13T13:07:57.752Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20682024-05-13T13:07:57.777Z Checking nodrop v0.1.14
20692024-05-13T13:07:57.883Z Checking array-init v0.0.4
20702024-05-13T13:07:58.007Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20712024-05-13T13:07:58.031Z Checking smallvec v0.6.14
20722024-05-13T13:07:58.411Z Checking pkcs1 v0.7.5
20732024-05-13T13:07:58.530Z Checking signature v2.1.0
20742024-05-13T13:07:58.682Z Checking bitfield v0.14.0
20752024-05-13T13:07:58.706Z Checking hashbrown v0.12.3
20762024-05-13T13:07:58.746Z Checking serde-hex v0.1.0
20772024-05-13T13:07:58.907Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20782024-05-13T13:07:59.114Z Checking env_logger v0.10.0
20792024-05-13T13:07:59.477Z Checking x509-cert v0.2.4
20802024-05-13T13:07:59.993Z Checking ron v0.8.1
20812024-05-13T13:08:00.067Z Checking rsa v0.9.2
20822024-05-13T13:08:00.094Z Checking hashbrown v0.13.2
20832024-05-13T13:08:00.140Z Checking crc-any v2.4.3
20842024-05-13T13:08:00.440Z Checking display-error-chain v0.2.0
20852024-05-13T13:08:00.565Z Checking path-slash v0.1.5
20862024-05-13T13:08:00.690Z Compiling convert_case v0.4.0
20872024-05-13T13:08:00.770Z Compiling async-recursion v1.1.0
20882024-05-13T13:08:00.881Z Compiling buf-list v1.0.3
20892024-05-13T13:08:00.930Z Checking object v0.30.4
20902024-05-13T13:08:01.033Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20912024-05-13T13:08:01.262Z Checking maplit v1.0.2
20922024-05-13T13:08:01.360Z Checking gethostname v0.4.3
20932024-05-13T13:08:01.493Z Compiling parking_lot_core v0.8.6
20942024-05-13T13:08:01.526Z Compiling derive_more v0.99.17
20952024-05-13T13:08:01.745Z Compiling libefi-sys v0.1.0
20962024-05-13T13:08:01.907Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20972024-05-13T13:08:02.196Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20982024-05-13T13:08:02.239Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20992024-05-13T13:08:02.346Z Checking keccak v0.1.4
21002024-05-13T13:08:02.374Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21012024-05-13T13:08:02.399Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21022024-05-13T13:08:02.598Z Checking parking_lot v0.11.2
21032024-05-13T13:08:02.658Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21042024-05-13T13:08:02.683Z Checking sha3 v0.10.8
21052024-05-13T13:08:02.722Z Checking trust-dns-client v0.22.0
21062024-05-13T13:08:02.762Z Compiling synstructure v0.12.6
21072024-05-13T13:08:02.905Z Checking toml v0.5.11
21082024-05-13T13:08:03.028Z Checking secrecy v0.8.0
21092024-05-13T13:08:03.203Z Compiling pin-project-internal v1.1.3
21102024-05-13T13:08:03.727Z Checking sled v0.34.7
21112024-05-13T13:08:04.069Z Checking trust-dns-server v0.22.1
21122024-05-13T13:08:04.235Z Compiling zerocopy-derive v0.2.0
21132024-05-13T13:08:05.714Z Checking pin-project v1.1.3
21142024-05-13T13:08:05.771Z Compiling vte_generate_state_changes v0.1.1
21152024-05-13T13:08:05.822Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
21162024-05-13T13:08:05.859Z Checking fd-lock v4.0.2
21172024-05-13T13:08:06.033Z Checking glob v0.3.1
21182024-05-13T13:08:06.105Z Compiling usdt-impl v0.3.5
21192024-05-13T13:08:06.130Z Checking nu-ansi-term v0.50.0
21202024-05-13T13:08:06.300Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21212024-05-13T13:08:06.338Z Checking vte v0.11.1
21222024-05-13T13:08:06.463Z Compiling zerocopy v0.3.0
21232024-05-13T13:08:06.549Z Compiling platforms v3.0.2
21242024-05-13T13:08:06.600Z Compiling prettyplease v0.2.19
21252024-05-13T13:08:06.882Z Compiling dtrace-parser v0.1.14
21262024-05-13T13:08:06.911Z Compiling snafu-derive v0.8.2
21272024-05-13T13:08:07.100Z Compiling dof v0.1.5
21282024-05-13T13:08:07.414Z Checking strip-ansi-escapes v0.2.0
21292024-05-13T13:08:07.608Z Checking reedline v0.31.0
21302024-05-13T13:08:08.062Z Checking globset v0.4.13
21312024-05-13T13:08:08.466Z Checking olpc-cjson v0.1.3
21322024-05-13T13:08:08.490Z Compiling serde_tokenstream v0.1.7
21332024-05-13T13:08:08.515Z Checking serde_plain v1.0.2
21342024-05-13T13:08:08.719Z Compiling memoffset v0.7.1
21352024-05-13T13:08:08.924Z Compiling crunchy v0.2.2
21362024-05-13T13:08:08.990Z Checking typed-path v0.7.0
21372024-05-13T13:08:09.351Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
21382024-05-13T13:08:09.501Z Compiling curve25519-dalek v4.1.2
21392024-05-13T13:08:09.568Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21402024-05-13T13:08:09.734Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21412024-05-13T13:08:09.785Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21422024-05-13T13:08:10.025Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21432024-05-13T13:08:10.771Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21442024-05-13T13:08:11.477Z Checking fs-err v2.11.0
21452024-05-13T13:08:11.599Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21462024-05-13T13:08:11.667Z Checking snafu v0.8.2
21472024-05-13T13:08:11.744Z Compiling clang-sys v1.6.1
21482024-05-13T13:08:12.065Z Checking tough v0.17.1
21492024-05-13T13:08:12.342Z Compiling unicase v2.7.0
21502024-05-13T13:08:12.667Z Compiling tiny-keccak v2.0.2
21512024-05-13T13:08:12.792Z Checking parse-size v1.0.0
21522024-05-13T13:08:13.038Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21532024-05-13T13:08:13.091Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21542024-05-13T13:08:13.430Z Compiling usdt-macro v0.3.5
21552024-05-13T13:08:13.522Z Compiling usdt-attr-macro v0.3.5
21562024-05-13T13:08:13.681Z Checking universal-hash v0.5.1
21572024-05-13T13:08:13.831Z Compiling thiserror-impl-no-std v2.0.2
21582024-05-13T13:08:14.563Z Compiling curve25519-dalek-derive v0.1.0
21592024-05-13T13:08:14.609Z Checking nanorand v0.7.0
21602024-05-13T13:08:14.765Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21612024-05-13T13:08:14.789Z Compiling cfg_aliases v0.1.1
21622024-05-13T13:08:14.889Z Checking opaque-debug v0.3.0
21632024-05-13T13:08:14.925Z Compiling salty v0.2.0
21642024-05-13T13:08:14.980Z Checking signature v1.6.4
21652024-05-13T13:08:15.103Z Checking poly1305 v0.8.0
21662024-05-13T13:08:15.127Z Checking ed25519 v1.5.3
21672024-05-13T13:08:15.127Z Checking flume v0.11.0
21682024-05-13T13:08:15.287Z Compiling nix v0.28.0
21692024-05-13T13:08:15.390Z Checking usdt v0.3.5
21702024-05-13T13:08:15.531Z Compiling ascii-canvas v3.0.0
21712024-05-13T13:08:15.555Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21722024-05-13T13:08:15.961Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21732024-05-13T13:08:15.986Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21742024-05-13T13:08:15.986Z Checking chacha20 v0.9.1
21752024-05-13T13:08:16.183Z Checking aead v0.5.2
21762024-05-13T13:08:16.301Z Checking serde-big-array v0.5.1
21772024-05-13T13:08:16.381Z Checking kstat-rs v0.2.3
21782024-05-13T13:08:16.405Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21792024-05-13T13:08:16.405Z Compiling ena v0.14.2
21802024-05-13T13:08:16.488Z Compiling libloading v0.7.4
21812024-05-13T13:08:16.516Z Checking thiserror-no-std v2.0.2
21822024-05-13T13:08:16.619Z Compiling diff v0.1.13
21832024-05-13T13:08:16.779Z Compiling bindgen v0.69.2
21842024-05-13T13:08:16.845Z Compiling regex-syntax v0.6.29
21852024-05-13T13:08:16.869Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21862024-05-13T13:08:17.176Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21872024-05-13T13:08:17.340Z Checking vsss-rs v3.3.4
21882024-05-13T13:08:17.403Z Checking chacha20poly1305 v0.10.1
21892024-05-13T13:08:17.909Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21902024-05-13T13:08:18.112Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21912024-05-13T13:08:18.332Z Checking signal-hook-tokio v0.3.1
21922024-05-13T13:08:18.494Z Compiling cexpr v0.6.0
21932024-05-13T13:08:18.757Z Checking serde-big-array v0.4.1
21942024-05-13T13:08:18.906Z Compiling which v4.4.0
21952024-05-13T13:08:19.522Z Compiling lalrpop v0.19.12
21962024-05-13T13:08:19.958Z Compiling lazycell v1.3.0
21972024-05-13T13:08:20.071Z Compiling ref-cast v1.0.22
21982024-05-13T13:08:20.132Z Compiling rustc-hash v1.1.0
21992024-05-13T13:08:20.226Z Compiling peeking_take_while v0.1.2
22002024-05-13T13:08:20.286Z Compiling shlex v1.3.0
22012024-05-13T13:08:20.367Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22022024-05-13T13:08:20.631Z Compiling mime_guess v2.0.4
22032024-05-13T13:08:21.703Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22042024-05-13T13:08:21.808Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22052024-05-13T13:08:22.060Z Compiling derive_builder_core v0.20.0
22062024-05-13T13:08:23.304Z Compiling peg-macros v0.8.3
22072024-05-13T13:08:23.894Z Compiling sqlparser_derive v0.2.2
22082024-05-13T13:08:24.154Z Compiling ref-cast-impl v1.0.22
22092024-05-13T13:08:24.809Z Compiling libxml v0.3.3
22102024-05-13T13:08:25.128Z Checking unicode_categories v0.1.1
22112024-05-13T13:08:25.261Z Checking corncobs v0.1.3
22122024-05-13T13:08:25.285Z Checking rustyline v14.0.0
22132024-05-13T13:08:25.388Z Checking sqlformat v0.2.3
22142024-05-13T13:08:25.413Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22152024-05-13T13:08:25.737Z Checking sqlparser v0.45.0
22162024-05-13T13:08:26.259Z Checking peg v0.8.3
22172024-05-13T13:08:26.354Z Compiling derive_builder_macro v0.20.0
22182024-05-13T13:08:26.683Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22192024-05-13T13:08:26.945Z Checking bcs v0.1.6
22202024-05-13T13:08:27.079Z Compiling strum_macros v0.24.3
22212024-05-13T13:08:27.338Z Compiling cookie v0.18.1
22222024-05-13T13:08:27.689Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22232024-05-13T13:08:27.869Z Compiling indoc v1.0.9
22242024-05-13T13:08:28.028Z Checking highway v1.1.0
22252024-05-13T13:08:28.554Z Checking derive_builder v0.20.0
22262024-05-13T13:08:29.298Z Compiling const_format_proc_macros v0.2.32
22272024-05-13T13:08:30.331Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22282024-05-13T13:08:30.405Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22292024-05-13T13:08:30.438Z Checking bb8 v0.8.3
22302024-05-13T13:08:30.595Z Checking quick-xml v0.31.0
22312024-05-13T13:08:30.630Z Compiling impl-trait-for-tuples v0.2.2
22322024-05-13T13:08:30.822Z Compiling oso-derive v0.27.3
22332024-05-13T13:08:31.227Z Checking http-range v0.1.5
22342024-05-13T13:08:31.385Z Checking hyper-staticfile v0.9.5
22352024-05-13T13:08:31.702Z Checking const_format v0.2.32
22362024-05-13T13:08:31.734Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22372024-05-13T13:08:32.090Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22382024-05-13T13:08:32.627Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22392024-05-13T13:08:32.652Z Checking assert_matches v1.5.0
22402024-05-13T13:08:32.745Z Checking rand_seeder v0.2.3
22412024-05-13T13:08:32.944Z Compiling portable-atomic v1.4.3
22422024-05-13T13:08:33.210Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22432024-05-13T13:08:33.402Z Checking number_prefix v0.4.0
22442024-05-13T13:08:33.561Z Checking castaway v0.2.2
22452024-05-13T13:08:33.646Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22462024-05-13T13:08:33.705Z Checking compact_str v0.7.1
22472024-05-13T13:08:34.122Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22482024-05-13T13:08:34.319Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22492024-05-13T13:08:34.374Z Checking lru v0.12.1
22502024-05-13T13:08:34.568Z Compiling stability v0.2.0
22512024-05-13T13:08:34.609Z Checking cassowary v0.3.0
22522024-05-13T13:08:34.684Z Checking indicatif v0.17.8
22532024-05-13T13:08:34.946Z Compiling indoc v2.0.3
22542024-05-13T13:08:35.357Z Checking smawk v0.3.1
22552024-05-13T13:08:35.390Z Checking unicode-linebreak v0.1.5
22562024-05-13T13:08:35.414Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22572024-05-13T13:08:35.528Z Checking is_ci v1.2.0
22582024-05-13T13:08:35.645Z Checking supports-color v3.0.0
22592024-05-13T13:08:35.698Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22602024-05-13T13:08:35.725Z Checking textwrap v0.16.1
22612024-05-13T13:08:35.811Z Checking fatfs v0.3.6
22622024-05-13T13:08:35.882Z Checking ratatui v0.26.2
22632024-05-13T13:08:36.050Z Checking rtoolbox v0.0.1
22642024-05-13T13:08:36.211Z Checking rpassword v7.3.1
22652024-05-13T13:08:36.334Z Checking shell-words v1.1.0
22662024-05-13T13:08:36.475Z Checking yansi v0.5.1
22672024-05-13T13:08:36.703Z Compiling target-lexicon v0.12.13
22682024-05-13T13:08:36.817Z Checking pretty_assertions v1.4.0
22692024-05-13T13:08:36.984Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22702024-05-13T13:08:37.043Z Compiling doc-comment v0.3.3
22712024-05-13T13:08:37.687Z Compiling guppy-workspace-hack v0.1.0
22722024-05-13T13:08:37.867Z Checking plotters-backend v0.3.5
22732024-05-13T13:08:38.155Z Checking plotters-svg v0.3.5
22742024-05-13T13:08:38.270Z Checking tui-tree-widget v0.19.0
22752024-05-13T13:08:38.321Z Checking http-body v1.0.0
22762024-05-13T13:08:38.345Z Checking tower-layer v0.3.2
22772024-05-13T13:08:38.503Z Compiling assert_cmd v2.0.14
22782024-05-13T13:08:38.532Z Checking cast v0.3.0
22792024-05-13T13:08:38.558Z Compiling target-spec v3.1.0
22802024-05-13T13:08:38.583Z Checking tower v0.4.13
22812024-05-13T13:08:38.770Z Checking criterion-plot v0.5.0
22822024-05-13T13:08:38.856Z Checking hyper v1.1.0
22832024-05-13T13:08:39.086Z Checking plotters v0.3.5
22842024-05-13T13:08:39.187Z Checking cfg-expr v0.15.6
22852024-05-13T13:08:39.301Z Checking tinytemplate v1.2.1
22862024-05-13T13:08:39.629Z Checking cargo-platform v0.1.3
22872024-05-13T13:08:39.726Z Checking oorandom v11.1.3
22882024-05-13T13:08:39.785Z Checking anes v0.1.6
22892024-05-13T13:08:39.863Z Checking hyper-util v0.1.2
22902024-05-13T13:08:39.888Z Checking cargo_metadata v0.18.1
22912024-05-13T13:08:40.110Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22922024-05-13T13:08:40.437Z Checking rustls-native-certs v0.7.0
22932024-05-13T13:08:40.474Z Checking criterion v0.5.1
22942024-05-13T13:08:40.566Z Checking httptest v0.15.5
22952024-05-13T13:08:41.060Z Checking pathdiff v0.2.1
22962024-05-13T13:08:41.157Z Checking nested v0.1.1
22972024-05-13T13:08:41.181Z Checking hyper-rustls v0.26.0
22982024-05-13T13:08:41.206Z Checking escape8259 v0.5.2
22992024-05-13T13:08:41.330Z Checking guppy v0.17.5
23002024-05-13T13:08:41.355Z Checking threadpool v1.8.1
23012024-05-13T13:08:41.522Z Checking libtest-mimic v0.7.2
23022024-05-13T13:08:41.890Z Checking similar-asserts v1.5.0
23032024-05-13T13:08:42.075Z Checking fancy-regex v0.13.0
23042024-05-13T13:08:42.106Z Compiling rstest_macros v0.19.0
23052024-05-13T13:08:42.741Z Checking datatest-stable v0.2.9
23062024-05-13T13:08:42.867Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23072024-05-13T13:08:42.988Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23082024-05-13T13:08:43.081Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23092024-05-13T13:08:43.286Z Checking csv-core v0.1.11
23102024-05-13T13:08:43.336Z Compiling relative-path v1.9.0
23112024-05-13T13:08:43.563Z Checking constant_time_eq v0.2.6
23122024-05-13T13:08:43.587Z Compiling trybuild v1.0.91
23132024-05-13T13:08:43.685Z Checking blake2b_simd v1.0.1
23142024-05-13T13:08:43.943Z Checking csv v1.3.0
23152024-05-13T13:08:44.109Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23162024-05-13T13:08:44.134Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23172024-05-13T13:08:44.373Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23182024-05-13T13:08:44.634Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23192024-05-13T13:08:46.299Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23202024-05-13T13:08:47.806Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23212024-05-13T13:08:48.031Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23222024-05-13T13:08:48.646Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23232024-05-13T13:08:49.105Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23242024-05-13T13:08:49.168Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23252024-05-13T13:08:50.452Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23262024-05-13T13:08:50.825Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23272024-05-13T13:08:51.239Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23282024-05-13T13:08:51.665Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23292024-05-13T13:08:52.348Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23302024-05-13T13:08:52.879Z Checking multimap v0.10.0
23312024-05-13T13:08:53.147Z Checking futures-timer v3.0.2
23322024-05-13T13:08:53.323Z Checking rust-argon2 v2.1.0
23332024-05-13T13:08:53.407Z Checking rstest v0.19.0
23342024-05-13T13:08:54.145Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23352024-05-13T13:08:54.529Z Checking partial-io v0.5.4
23362024-05-13T13:08:54.710Z Checking approx v0.5.1
23372024-05-13T13:08:54.836Z Checking termios v0.3.3
23382024-05-13T13:08:54.901Z Checking uzers v0.11.3
23392024-05-13T13:08:55.015Z Checking hex-literal v0.4.1
23402024-05-13T13:08:55.136Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23412024-05-13T13:08:58.175Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23422024-05-13T13:08:58.631Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23432024-05-13T13:08:58.858Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23442024-05-13T13:09:00.037Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23452024-05-13T13:09:00.062Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23462024-05-13T13:09:00.260Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23472024-05-13T13:09:00.285Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23482024-05-13T13:09:02.695Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23492024-05-13T13:09:02.928Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23502024-05-13T13:09:03.385Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23512024-05-13T13:09:03.668Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23522024-05-13T13:09:04.915Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23532024-05-13T13:09:06.486Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23542024-05-13T13:09:07.115Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23552024-05-13T13:09:08.830Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23562024-05-13T13:09:10.553Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23572024-05-13T13:09:11.958Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23582024-05-13T13:09:12.728Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23592024-05-13T13:09:12.851Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23602024-05-13T13:09:13.069Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23612024-05-13T13:09:13.105Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23622024-05-13T13:09:18.319Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23632024-05-13T13:09:20.300Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23642024-05-13T13:09:20.415Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23652024-05-13T13:09:21.191Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23662024-05-13T13:09:32.998Z Compiling samael v0.0.15
23672024-05-13T13:09:49.243Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23682024-05-13T13:09:51.731Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23692024-05-13T13:09:56.854Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23702024-05-13T13:10:05.478Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23712024-05-13T13:10:11.482Z Compiling polar-core v0.27.3
23722024-05-13T13:10:20.260Z Checking oso v0.27.3
23732024-05-13T13:10:55.558Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23742024-05-13T13:10:55.558Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23752024-05-13T13:10:55.586Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23762024-05-13T13:12:16.086Z Finished dev [unoptimized + debuginfo] target(s) in 6m 18s
23772024-05-13T13:12:16.320Z
23782024-05-13T13:12:16.320Zreal 7:14.342455973
23792024-05-13T13:12:16.320Zuser 32:36.552254043
23802024-05-13T13:12:16.320Zsys 6:20.099541172
23812024-05-13T13:12:16.320Ztrap 0.950141210
23822024-05-13T13:12:16.320Ztflt 0.594363450
23832024-05-13T13:12:16.320Zdflt 1.619201763
23842024-05-13T13:12:16.320Zkflt 0.003306677
23852024-05-13T13:12:16.320Zlock 49:44.271256000
23862024-05-13T13:12:16.345Zslp 1:39:04.197244043
23872024-05-13T13:12:16.345Zlat 1:51.833544454
23882024-05-13T13:12:16.345Zstop 4:49.834850786
23892024-05-13T13:12:17.537Zwarning: output filename collision.
23902024-05-13T13:12:17.537ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
23912024-05-13T13:12:17.537ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23922024-05-13T13:12:17.537ZThe targets should have unique names.
23932024-05-13T13:12:17.537ZThis is a known bug where multiple crates with the same name use
23942024-05-13T13:12:17.537Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23952024-05-13T13:12:17.537Zwarning: output filename collision.
23962024-05-13T13:12:17.537ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
23972024-05-13T13:12:17.537ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23982024-05-13T13:12:17.537ZThe targets should have unique names.
23992024-05-13T13:12:17.537ZThis is a known bug where multiple crates with the same name use
24002024-05-13T13:12:17.537Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24012024-05-13T13:12:17.585Zwarning: output filename collision.
24022024-05-13T13:12:17.585ZThe 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)`.
24032024-05-13T13:12:17.585ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24042024-05-13T13:12:17.585ZThe targets should have unique names.
24052024-05-13T13:12:17.585ZThis is a known bug where multiple crates with the same name use
24062024-05-13T13:12:17.585Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24072024-05-13T13:12:17.585Zwarning: output filename collision.
24082024-05-13T13:12:17.585ZThe 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)`.
24092024-05-13T13:12:17.585ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24102024-05-13T13:12:17.586ZThe targets should have unique names.
24112024-05-13T13:12:17.586ZThis is a known bug where multiple crates with the same name use
24122024-05-13T13:12:17.586Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24132024-05-13T13:12:17.586Zwarning: output filename collision.
24142024-05-13T13:12:17.586ZThe 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)`.
24152024-05-13T13:12:17.586ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24162024-05-13T13:12:17.586ZThe targets should have unique names.
24172024-05-13T13:12:17.586ZThis is a known bug where multiple crates with the same name use
24182024-05-13T13:12:17.586Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24192024-05-13T13:12:17.586Zwarning: output filename collision.
24202024-05-13T13:12:17.586ZThe 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)`.
24212024-05-13T13:12:17.586ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24222024-05-13T13:12:17.586ZThe targets should have unique names.
24232024-05-13T13:12:17.586ZThis is a known bug where multiple crates with the same name use
24242024-05-13T13:12:17.586Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24252024-05-13T13:12:17.586Zwarning: output filename collision.
24262024-05-13T13:12:17.586ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
24272024-05-13T13:12:17.586ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24282024-05-13T13:12:17.586ZThe targets should have unique names.
24292024-05-13T13:12:17.587ZThis is a known bug where multiple crates with the same name use
24302024-05-13T13:12:17.587Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24312024-05-13T13:12:17.587Zwarning: output filename collision.
24322024-05-13T13:12:17.587ZThe 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)`.
24332024-05-13T13:12:17.587ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24342024-05-13T13:12:17.587ZThe targets should have unique names.
24352024-05-13T13:12:17.587ZThis is a known bug where multiple crates with the same name use
24362024-05-13T13:12:17.587Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24372024-05-13T13:12:17.587Zwarning: output filename collision.
24382024-05-13T13:12:17.587ZThe 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`.
24392024-05-13T13:12:17.587ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24402024-05-13T13:12:17.587ZThe targets should have unique names.
24412024-05-13T13:12:17.587ZThis is a known bug where multiple crates with the same name use
24422024-05-13T13:12:17.587Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24432024-05-13T13:12:18.227Z Documenting libc v0.2.153
24442024-05-13T13:12:18.251Z Documenting cfg-if v1.0.0
24452024-05-13T13:12:18.279Z Documenting serde_derive v1.0.201
24462024-05-13T13:12:18.304Z Documenting log v0.4.21
24472024-05-13T13:12:18.304Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24482024-05-13T13:12:18.333Z Documenting memchr v2.7.1
24492024-05-13T13:12:18.358Z Documenting byteorder v1.5.0
24502024-05-13T13:12:18.383Z Documenting scopeguard v1.2.0
24512024-05-13T13:12:18.599Z Documenting smallvec v1.13.1
24522024-05-13T13:12:20.793Z Documenting itoa v1.0.9
24532024-05-13T13:12:21.571Z Documenting pin-project-lite v0.2.13
24542024-05-13T13:12:22.084Z Documenting once_cell v1.19.0
24552024-05-13T13:12:22.108Z Documenting lock_api v0.4.10
24562024-05-13T13:12:22.133Z Documenting libm v0.2.7
24572024-05-13T13:12:22.230Z Documenting getrandom v0.2.12
24582024-05-13T13:12:22.595Z Documenting parking_lot_core v0.9.8
24592024-05-13T13:12:23.466Z Documenting signal-hook-registry v1.4.1
24602024-05-13T13:12:24.187Z Documenting mio v0.8.11
24612024-05-13T13:12:24.395Z Documenting serde v1.0.201
24622024-05-13T13:12:25.197Z Documenting num-traits v0.2.18
24632024-05-13T13:12:25.924Z Documenting thiserror-impl v1.0.59
24642024-05-13T13:12:26.160Z Documenting zeroize_derive v1.4.2
24652024-05-13T13:12:26.285Z Documenting rand_core v0.6.4
24662024-05-13T13:12:26.422Z Documenting parking_lot v0.12.1
24672024-05-13T13:12:27.217Z Documenting futures-core v0.3.30
24682024-05-13T13:12:28.442Z Documenting ryu v1.0.15
24692024-05-13T13:12:29.688Z Documenting num_cpus v1.16.0
24702024-05-13T13:12:30.131Z Documenting socket2 v0.5.6
24712024-05-13T13:12:30.493Z Documenting tokio-macros v2.2.0
24722024-05-13T13:12:30.613Z Documenting thiserror v1.0.59
24732024-05-13T13:12:30.672Z Documenting zeroize v1.7.0
24742024-05-13T13:12:30.909Z Documenting zerocopy v0.7.32
24752024-05-13T13:12:31.057Z Documenting futures-sink v0.3.30
24762024-05-13T13:12:33.480Z Documenting typenum v1.16.0
24772024-05-13T13:12:34.169Z Documenting subtle v2.5.0
24782024-05-13T13:12:35.890Z Documenting pin-utils v0.1.0
24792024-05-13T13:12:35.942Z Documenting slab v0.4.9
24802024-05-13T13:12:35.970Z Documenting futures-channel v0.3.30
24812024-05-13T13:12:36.019Z Documenting futures-macro v0.3.30
24822024-05-13T13:12:37.325Z Documenting futures-io v0.3.30
24832024-05-13T13:12:44.248Z Documenting bytes v1.6.0
24842024-05-13T13:12:47.315Z Documenting bitflags v2.4.2
24852024-05-13T13:12:47.381Z Documenting serde_json v1.0.116
24862024-05-13T13:12:47.411Z Documenting futures-task v0.3.30
24872024-05-13T13:12:47.450Z Documenting iana-time-zone v0.1.57
24882024-05-13T13:12:47.487Z Documenting uuid v1.8.0
24892024-05-13T13:12:47.590Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24902024-05-13T13:12:47.840Z Documenting tokio v1.37.0
24912024-05-13T13:12:48.945Z Documenting generic-array v0.14.7
24922024-05-13T13:12:51.164Z Documenting futures-util v0.3.30
24932024-05-13T13:12:51.188Z Documenting chrono v0.4.38
24942024-05-13T13:12:51.487Z Documenting ahash v0.8.8
24952024-05-13T13:12:51.853Z Documenting allocator-api2 v0.2.16
24962024-05-13T13:12:52.380Z Documenting tinyvec_macros v0.1.1
24972024-05-13T13:12:53.383Z Documenting crypto-common v0.1.6
24982024-05-13T13:12:54.989Z Documenting const-oid v0.9.6
24992024-05-13T13:12:55.082Z Documenting tinyvec v1.6.0
25002024-05-13T13:12:55.808Z Documenting hashbrown v0.14.3
25012024-05-13T13:12:56.669Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25022024-05-13T13:12:56.856Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25032024-05-13T13:12:57.612Z Documenting tracing-core v0.1.32
25042024-05-13T13:12:57.769Z Checking serde_derive_internals v0.29.0
25052024-05-13T13:12:57.981Z Documenting serde_derive_internals v0.29.0
25062024-05-13T13:12:58.282Z Documenting tracing-attributes v0.1.27
25072024-05-13T13:12:58.406Z Documenting dyn-clone v1.0.17
25082024-05-13T13:12:59.976Z Documenting unicode-normalization v0.1.22
25092024-05-13T13:13:00.015Z Documenting ppv-lite86 v0.2.17
25102024-05-13T13:13:01.130Z Documenting unicode-bidi v0.3.15
25112024-05-13T13:13:01.232Z Documenting lazy_static v1.4.0
25122024-05-13T13:13:02.770Z Documenting rand_chacha v0.3.1
25132024-05-13T13:13:03.126Z Documenting schemars_derive v0.8.17
25142024-05-13T13:13:03.460Z Documenting percent-encoding v2.3.1
25152024-05-13T13:13:03.810Z Documenting block-buffer v0.10.4
25162024-05-13T13:13:04.130Z Documenting fnv v1.0.7
25172024-05-13T13:13:05.110Z Documenting equivalent v1.0.1
25182024-05-13T13:13:07.154Z Documenting rand v0.8.5
25192024-05-13T13:13:07.214Z Documenting powerfmt v0.2.0
25202024-05-13T13:13:07.654Z Documenting indexmap v2.2.6
25212024-05-13T13:13:07.779Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25222024-05-13T13:13:07.809Z Documenting form_urlencoded v1.2.1
25232024-05-13T13:13:08.069Z Documenting digest v0.10.7
25242024-05-13T13:13:08.273Z Documenting schemars v0.8.17
25252024-05-13T13:13:10.061Z Documenting deranged v0.3.11
25262024-05-13T13:13:11.559Z Documenting time-macros v0.2.17
25272024-05-13T13:13:11.792Z Documenting time-core v0.1.2
25282024-05-13T13:13:13.141Z Documenting num-conv v0.1.0
25292024-05-13T13:13:13.858Z Documenting tracing v0.1.40
25302024-05-13T13:13:15.375Z Documenting unicode-width v0.1.11
25312024-05-13T13:13:23.257Z Documenting num_threads v0.1.6
25322024-05-13T13:13:23.281Z Documenting idna v0.5.0
25332024-05-13T13:13:23.361Z Documenting errno v0.3.8
25342024-05-13T13:13:23.406Z Documenting unicode-ident v1.0.12
25352024-05-13T13:13:23.434Z Documenting adler v1.0.2
25362024-05-13T13:13:23.530Z Documenting slog v2.7.0
25372024-05-13T13:13:24.141Z Documenting httparse v1.8.0
25382024-05-13T13:13:26.076Z Documenting proc-macro2 v1.0.81
25392024-05-13T13:13:26.158Z Documenting miniz_oxide v0.7.1
25402024-05-13T13:13:27.086Z Documenting time v0.3.34
25412024-05-13T13:13:27.164Z Documenting rustix v0.38.31
25422024-05-13T13:13:27.597Z Documenting cpufeatures v0.2.12
25432024-05-13T13:13:27.680Z Documenting url v2.5.0
25442024-05-13T13:13:28.211Z Documenting async-trait v0.1.80
25452024-05-13T13:13:29.405Z Documenting try-lock v0.2.4
25462024-05-13T13:13:30.438Z Documenting httpdate v1.0.3
25472024-05-13T13:13:30.484Z Documenting quote v1.0.36
25482024-05-13T13:13:31.675Z Documenting tokio-util v0.7.10
25492024-05-13T13:13:31.716Z Documenting http-body v0.4.5
25502024-05-13T13:13:32.169Z Documenting want v0.3.1
25512024-05-13T13:13:32.507Z Documenting aho-corasick v1.1.2
25522024-05-13T13:13:33.044Z Documenting openssl-sys v0.9.102
25532024-05-13T13:13:33.795Z Documenting openssl-macros v0.1.1
25542024-05-13T13:13:34.321Z Documenting tower-service v0.3.2
25552024-05-13T13:13:34.629Z Documenting syn v2.0.60
25562024-05-13T13:13:36.054Z Documenting mime v0.3.17
25572024-05-13T13:13:36.300Z Documenting gimli v0.28.0
25582024-05-13T13:13:37.217Z Documenting regex-syntax v0.8.2
25592024-05-13T13:13:37.492Z Documenting h2 v0.3.26
25602024-05-13T13:13:38.205Z Documenting object v0.32.1
25612024-05-13T13:13:38.270Z Documenting openssl-probe v0.1.5
25622024-05-13T13:13:39.042Z Documenting openssl v0.10.64
25632024-05-13T13:13:39.909Z Documenting ipnet v2.9.0
25642024-05-13T13:13:41.769Z Documenting addr2line v0.21.0
25652024-05-13T13:13:41.910Z Documenting rustc-demangle v0.1.23
25662024-05-13T13:13:43.433Z Documenting regex-automata v0.4.5
25672024-05-13T13:13:43.986Z Documenting base64ct v1.6.0
25682024-05-13T13:13:44.724Z Documenting futures-executor v0.3.30
25692024-05-13T13:13:45.279Z Documenting encoding_rs v0.8.33
25702024-05-13T13:13:46.579Z Documenting hyper v0.14.28
25712024-05-13T13:13:46.604Z Documenting native-tls v0.2.11
25722024-05-13T13:13:47.955Z Documenting psl-types v2.0.11
25732024-05-13T13:13:48.562Z Documenting backtrace v0.3.69
25742024-05-13T13:13:49.292Z Documenting serde_urlencoded v0.7.1
25752024-05-13T13:13:49.635Z Checking pest_meta v2.7.6
25762024-05-13T13:13:50.424Z Documenting crossbeam-utils v0.8.19
25772024-05-13T13:13:50.664Z Documenting publicsuffix v2.2.3
25782024-05-13T13:13:51.724Z Documenting tokio-native-tls v0.3.1
25792024-05-13T13:13:51.846Z Documenting regex v1.10.4
25802024-05-13T13:13:52.773Z Documenting utf8parse v0.2.1
25812024-05-13T13:13:53.857Z Documenting futures v0.3.30
25822024-05-13T13:13:53.974Z Documenting anyhow v1.0.82
25832024-05-13T13:13:54.884Z Documenting pem-rfc7468 v0.7.0
25842024-05-13T13:13:54.909Z Documenting cookie_store v0.20.0
25852024-05-13T13:13:55.367Z Documenting pest_meta v2.7.6
25862024-05-13T13:13:56.916Z Documenting scroll_derive v0.12.0
25872024-05-13T13:13:57.027Z Documenting der_derive v0.7.2
25882024-05-13T13:13:57.886Z Documenting flagset v0.4.3
25892024-05-13T13:13:58.303Z Documenting hyper-tls v0.5.0
25902024-05-13T13:13:58.635Z Documenting hyper-rustls v0.24.2
25912024-05-13T13:13:59.601Z Documenting webpki-roots v0.25.2
25922024-05-13T13:13:59.829Z Documenting sync_wrapper v0.1.2
25932024-05-13T13:14:00.573Z Documenting pest_generator v2.7.6
25942024-05-13T13:14:01.458Z Checking pest_generator v2.7.6
25952024-05-13T13:14:01.586Z Documenting scroll v0.12.0
25962024-05-13T13:14:02.040Z Documenting num-integer v0.1.46
25972024-05-13T13:14:02.253Z Documenting der v0.7.8
25982024-05-13T13:14:02.529Z Documenting plain v0.2.3
25992024-05-13T13:14:03.510Z Documenting ucd-trie v0.1.6
26002024-05-13T13:14:04.696Z Documenting openapiv3 v2.0.0
26012024-05-13T13:14:04.877Z Documenting reqwest v0.11.27
26022024-05-13T13:14:05.287Z Documenting pretty-hex v0.4.1
26032024-05-13T13:14:05.538Z Documenting pest_derive v2.7.6
26042024-05-13T13:14:05.700Z Documenting goblin v0.8.0
26052024-05-13T13:14:06.301Z Documenting spin v0.9.8
26062024-05-13T13:14:06.891Z Documenting spki v0.7.2
26072024-05-13T13:14:07.163Z Documenting pest v2.7.6
26082024-05-13T13:14:08.227Z Documenting thread-id v4.2.0
26092024-05-13T13:14:09.881Z Documenting anstyle v1.0.7
26102024-05-13T13:14:10.432Z Documenting either v1.11.0
26112024-05-13T13:14:10.989Z Documenting pkcs8 v0.10.2
26122024-05-13T13:14:11.454Z Documenting anstyle-parse v0.2.1
26132024-05-13T13:14:11.972Z Documenting dtrace-parser v0.2.0
26142024-05-13T13:14:12.169Z Documenting memmap v0.7.0
26152024-05-13T13:14:12.740Z Documenting dof v0.3.0
26162024-05-13T13:14:13.758Z Documenting colorchoice v1.0.0
26172024-05-13T13:14:13.909Z Documenting data-encoding v2.4.0
26182024-05-13T13:14:14.361Z Documenting anstyle-query v1.0.0
26192024-05-13T13:14:14.538Z Documenting crossbeam-epoch v0.9.18
26202024-05-13T13:14:15.451Z Documenting terminal_size v0.3.0
26212024-05-13T13:14:16.109Z Documenting sha2 v0.10.8
26222024-05-13T13:14:16.406Z Documenting ipnetwork v0.20.0
26232024-05-13T13:14:16.580Z Documenting hex v0.4.3
26242024-05-13T13:14:17.847Z Documenting usdt-impl v0.5.0
26252024-05-13T13:14:17.910Z Documenting crc32fast v1.3.2
26262024-05-13T13:14:18.100Z Documenting anstream v0.6.11
26272024-05-13T13:14:18.772Z Documenting strsim v0.11.0
26282024-05-13T13:14:19.868Z Documenting clap_lex v0.7.0
26292024-05-13T13:14:20.766Z Documenting untrusted v0.9.0
26302024-05-13T13:14:20.879Z Documenting unicode-segmentation v1.10.1
26312024-05-13T13:14:21.667Z Documenting num-iter v0.1.44
26322024-05-13T13:14:21.736Z Documenting hmac v0.12.1
26332024-05-13T13:14:21.956Z Documenting signal-hook v0.3.17
26342024-05-13T13:14:22.466Z Documenting clap_derive v4.5.4
26352024-05-13T13:14:23.569Z Documenting ring v0.17.8
26362024-05-13T13:14:23.732Z Documenting clap_builder v4.5.2
26372024-05-13T13:14:23.883Z Documenting usdt v0.5.0
26382024-05-13T13:14:24.129Z Documenting static_assertions v1.1.0
26392024-05-13T13:14:26.054Z Documenting flate2 v1.0.28
26402024-05-13T13:14:26.163Z Documenting managed v0.8.0
26412024-05-13T13:14:26.275Z Documenting signal-hook-mio v0.2.3
26422024-05-13T13:14:27.004Z Documenting enum-as-inner v0.5.1
26432024-05-13T13:14:27.624Z Documenting block-padding v0.3.3
26442024-05-13T13:14:28.938Z Documenting scheduled-thread-pool v0.2.7
26452024-05-13T13:14:29.299Z Documenting bzip2-sys v0.1.11+1.0.8
26462024-05-13T13:14:29.620Z Checking diesel_table_macro_syntax v0.1.0
26472024-05-13T13:14:29.781Z Documenting diesel_table_macro_syntax v0.1.0
26482024-05-13T13:14:29.901Z Documenting clap v4.5.4
26492024-05-13T13:14:30.453Z Documenting md-5 v0.10.5
26502024-05-13T13:14:30.521Z Documenting crossterm v0.27.0
26512024-05-13T13:14:31.585Z Documenting trust-dns-proto v0.22.0
26522024-05-13T13:14:31.981Z Documenting inout v0.1.3
26532024-05-13T13:14:33.110Z Documenting r2d2 v0.8.10
26542024-05-13T13:14:33.385Z Documenting bzip2 v0.4.4
26552024-05-13T13:14:34.352Z Documenting diesel_derives v2.1.2
26562024-05-13T13:14:34.950Z Documenting stringprep v0.1.3
26572024-05-13T13:14:34.977Z Documenting regress v0.9.1
26582024-05-13T13:14:35.598Z Documenting ff v0.13.0
26592024-05-13T13:14:36.188Z Documenting toml_datetime v0.6.5
26602024-05-13T13:14:37.306Z Documenting serde_spanned v0.6.5
26612024-05-13T13:14:37.434Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26622024-05-13T13:14:38.960Z Documenting fallible-iterator v0.2.0
26632024-05-13T13:14:39.402Z Documenting winnow v0.6.1
26642024-05-13T13:14:39.655Z Documenting bit-vec v0.6.3
26652024-05-13T13:14:40.179Z Documenting siphasher v0.3.11
26662024-05-13T13:14:40.648Z Documenting base16ct v0.2.0
26672024-05-13T13:14:40.760Z Documenting group v0.13.0
26682024-05-13T13:14:41.329Z Documenting diesel v2.1.6
26692024-05-13T13:14:41.408Z Documenting zip v0.6.6
26702024-05-13T13:14:43.231Z Documenting phf_shared v0.11.2
26712024-05-13T13:14:43.462Z Documenting cipher v0.4.4
26722024-05-13T13:14:43.616Z Documenting postgres-protocol v0.6.6
26732024-05-13T13:14:43.640Z Documenting sec1 v0.7.3
26742024-05-13T13:14:44.470Z Documenting toml_edit v0.22.12
26752024-05-13T13:14:44.848Z Documenting hkdf v0.12.4
26762024-05-13T13:14:45.632Z Documenting num-bigint v0.4.4
26772024-05-13T13:14:47.014Z Documenting bstr v1.9.0
26782024-05-13T13:14:59.057Z Documenting console v0.15.8
26792024-05-13T13:15:08.254Z Documenting crypto-bigint v0.5.2
26802024-05-13T13:15:08.280Z Documenting hubpack v0.1.2
26812024-05-13T13:15:08.904Z Documenting serde_repr v0.1.16
26822024-05-13T13:15:08.929Z Documenting fixedbitset v0.4.2
26832024-05-13T13:15:09.252Z Documenting minimal-lexical v0.2.1
26842024-05-13T13:15:09.434Z Documenting new_debug_unreachable v1.0.4
26852024-05-13T13:15:09.499Z Documenting heck v0.5.0
26862024-05-13T13:15:11.088Z Documenting lalrpop-util v0.19.12
26872024-05-13T13:15:11.924Z Checking strsim v0.10.0
26882024-05-13T13:15:12.071Z Checking ident_case v1.0.1
26892024-05-13T13:15:12.134Z Checking unsafe-libyaml v0.2.10
26902024-05-13T13:15:12.223Z Documenting precomputed-hash v0.1.1
26912024-05-13T13:15:12.296Z Documenting petgraph v0.6.4
26922024-05-13T13:15:12.492Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26932024-05-13T13:15:13.284Z Documenting nom v7.1.3
26942024-05-13T13:15:13.331Z Documenting yasna v0.5.2
26952024-05-13T13:15:13.687Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26962024-05-13T13:15:24.229Z Documenting postgres-types v0.2.6
26972024-05-13T13:15:24.327Z Documenting string_cache v0.8.7
26982024-05-13T13:15:24.755Z Documenting phf v0.11.2
26992024-05-13T13:15:24.779Z Documenting similar v2.4.0
27002024-05-13T13:15:25.259Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
27012024-05-13T13:15:25.305Z Documenting elliptic-curve v0.13.8
27022024-05-13T13:15:25.575Z Documenting semver v1.0.22
27032024-05-13T13:15:25.719Z Documenting float-cmp v0.9.0
27042024-05-13T13:15:28.767Z Documenting peg-runtime v0.8.3
27052024-05-13T13:15:28.944Z Documenting normalize-line-endings v0.3.0
27062024-05-13T13:15:29.285Z Documenting unsafe-libyaml v0.2.10
27072024-05-13T13:15:29.839Z Documenting whoami v1.5.1
27082024-05-13T13:15:30.070Z Documenting predicates-core v1.0.6
27092024-05-13T13:15:30.468Z Documenting difflib v0.4.0
27102024-05-13T13:15:30.737Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
27112024-05-13T13:15:41.855Z Checking serde_yaml v0.9.25
27122024-05-13T13:15:41.982Z Checking darling_core v0.20.8
27132024-05-13T13:15:42.255Z Documenting serde_yaml v0.9.25
27142024-05-13T13:15:42.321Z Documenting tokio-postgres v0.7.10
27152024-05-13T13:15:42.506Z Documenting bit-set v0.5.3
27162024-05-13T13:15:42.633Z Documenting predicates v3.1.0
27172024-05-13T13:15:42.849Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27182024-05-13T13:15:42.928Z Documenting getopts v0.2.21
27192024-05-13T13:15:43.648Z Documenting tokio-stream v0.1.15
27202024-05-13T13:15:43.712Z Documenting ident_case v1.0.1
27212024-05-13T13:15:46.457Z Checking darling v0.20.8
27222024-05-13T13:15:46.569Z Documenting is-terminal v0.4.9
27232024-05-13T13:15:46.772Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27242024-05-13T13:15:47.479Z Documenting darling_core v0.20.8
27252024-05-13T13:15:47.789Z Documenting strum v0.26.2
27262024-05-13T13:15:48.493Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27272024-05-13T13:15:48.631Z Documenting base64 v0.22.1
27282024-05-13T13:15:50.269Z Documenting dirs-sys-next v0.1.2
27292024-05-13T13:15:50.841Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27302024-05-13T13:15:50.876Z Documenting sha1 v0.10.6
27312024-05-13T13:15:51.539Z Documenting http v1.0.0
27322024-05-13T13:15:52.494Z Documenting camino v1.1.6
27332024-05-13T13:15:53.950Z Documenting paste v1.0.14
27342024-05-13T13:15:54.256Z Documenting dirs-next v2.0.0
27352024-05-13T13:15:54.622Z Documenting thread_local v1.1.7
27362024-05-13T13:15:55.294Z Documenting darling_macro v0.20.8
27372024-05-13T13:15:55.356Z Documenting rustls-pki-types v1.3.0
27382024-05-13T13:15:55.717Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27392024-05-13T13:15:56.648Z Documenting crossbeam-channel v0.5.8
27402024-05-13T13:15:56.776Z Documenting take_mut v0.2.2
27412024-05-13T13:15:57.894Z Documenting slog-json v2.6.1
27422024-05-13T13:15:58.303Z Documenting term v0.7.0
27432024-05-13T13:15:58.605Z Documenting async-stream-impl v0.3.5
27442024-05-13T13:15:59.351Z Documenting rustls-webpki v0.102.1
27452024-05-13T13:16:00.082Z Documenting darling v0.20.8
27462024-05-13T13:16:00.709Z Documenting debug-ignore v1.0.5
27472024-05-13T13:16:01.014Z Documenting slog-async v2.8.0
27482024-05-13T13:16:02.338Z Documenting slog-term v2.9.1
27492024-05-13T13:16:02.665Z Documenting atomic-waker v1.1.1
27502024-05-13T13:16:03.294Z Documenting async-stream v0.3.5
27512024-05-13T13:16:03.479Z Documenting slog-bunyan v2.5.0
27522024-05-13T13:16:03.949Z Documenting rustls v0.22.4
27532024-05-13T13:16:04.727Z Documenting rustls-pemfile v2.1.2
27542024-05-13T13:16:04.893Z Documenting multer v3.1.0
27552024-05-13T13:16:05.208Z Documenting toml v0.8.12
27562024-05-13T13:16:05.339Z Documenting waitgroup v0.1.2
27572024-05-13T13:16:07.196Z Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27582024-05-13T13:16:07.302Z Documenting serde_path_to_error v0.1.16
27592024-05-13T13:16:08.341Z Documenting hostname v0.4.0
27602024-05-13T13:16:08.478Z Documenting serde_with_macros v3.7.0
27612024-05-13T13:16:09.163Z Documenting structmeta-derive v0.3.0
27622024-05-13T13:16:09.812Z Documenting newtype-uuid v1.1.0
27632024-05-13T13:16:10.739Z Checking structmeta v0.3.0
27642024-05-13T13:16:10.959Z Documenting instant v0.1.12
27652024-05-13T13:16:11.625Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27662024-05-13T13:16:12.204Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27672024-05-13T13:16:12.382Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27682024-05-13T13:16:12.838Z Documenting tokio-rustls v0.25.0
27692024-05-13T13:16:13.552Z Documenting serde_with v3.7.0
27702024-05-13T13:16:14.253Z Documenting structmeta v0.3.0
27712024-05-13T13:16:14.757Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27722024-05-13T13:16:14.862Z Documenting backoff v0.4.0
27732024-05-13T13:16:16.062Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27742024-05-13T13:16:18.073Z Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27752024-05-13T13:16:18.667Z Documenting parse-display-derive v0.9.0
27762024-05-13T13:16:19.506Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27772024-05-13T13:16:19.751Z Documenting macaddr v1.0.1
27782024-05-13T13:16:19.876Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27792024-05-13T13:16:20.158Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27802024-05-13T13:16:22.892Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27812024-05-13T13:16:23.106Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27822024-05-13T13:16:23.380Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27832024-05-13T13:16:23.610Z Documenting fastrand v2.0.1
27842024-05-13T13:16:23.855Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27852024-05-13T13:16:23.893Z Checking proc-macro-crate v1.3.1
27862024-05-13T13:16:24.078Z Documenting proc-macro-crate v1.3.1
27872024-05-13T13:16:24.110Z Documenting foreign-types-macros v0.2.3
27882024-05-13T13:16:24.134Z Documenting parse-display v0.9.0
27892024-05-13T13:16:24.159Z Documenting foreign-types-shared v0.3.1
27902024-05-13T13:16:24.231Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27912024-05-13T13:16:25.534Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27922024-05-13T13:16:26.797Z Documenting cstr-argument v0.1.2
27932024-05-13T13:16:27.347Z Documenting tempfile v3.10.1
27942024-05-13T13:16:28.078Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27952024-05-13T13:16:28.466Z Documenting tabwriter v1.4.0
27962024-05-13T13:16:28.823Z Documenting foreign-types v0.5.0
27972024-05-13T13:16:29.154Z Documenting num_enum_derive v0.5.11
27982024-05-13T13:16:29.324Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27992024-05-13T13:16:30.587Z Documenting colored v2.1.0
28002024-05-13T13:16:31.797Z Documenting camino-tempfile v1.1.1
28012024-05-13T13:16:31.987Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28022024-05-13T13:16:32.352Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28032024-05-13T13:16:32.581Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28042024-05-13T13:16:32.693Z Documenting hash32 v0.3.1
28052024-05-13T13:16:32.723Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28062024-05-13T13:16:34.405Z Documenting stable_deref_trait v1.2.0
28072024-05-13T13:16:35.158Z Documenting num_enum v0.5.11
28082024-05-13T13:16:36.237Z Documenting smf v0.2.3
28092024-05-13T13:16:36.264Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28102024-05-13T13:16:36.374Z Documenting embedded-io v0.4.0
28112024-05-13T13:16:36.531Z Documenting cobs v0.2.3
28122024-05-13T13:16:36.686Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28132024-05-13T13:16:37.030Z Documenting heapless v0.8.0
28142024-05-13T13:16:39.002Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28152024-05-13T13:16:39.240Z Documenting crucible-workspace-hack v0.1.0
28162024-05-13T13:16:39.421Z Documenting postcard v1.0.8
28172024-05-13T13:16:39.578Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28182024-05-13T13:16:40.224Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28192024-05-13T13:16:41.384Z Documenting smoltcp v0.11.0
28202024-05-13T13:16:42.945Z Documenting newline-converter v0.3.0
28212024-05-13T13:16:43.524Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28222024-05-13T13:16:43.776Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28232024-05-13T13:16:44.275Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28242024-05-13T13:16:44.635Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28252024-05-13T13:16:44.771Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28262024-05-13T13:16:45.186Z Documenting sigpipe v0.1.3
28272024-05-13T13:16:46.592Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28282024-05-13T13:16:46.617Z Documenting expectorate v1.1.0
28292024-05-13T13:16:47.154Z Documenting num-derive v0.4.0
28302024-05-13T13:16:47.488Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28312024-05-13T13:16:49.021Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28322024-05-13T13:16:49.059Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28332024-05-13T13:16:50.012Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28342024-05-13T13:16:50.259Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28352024-05-13T13:16:50.710Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28362024-05-13T13:16:50.888Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28372024-05-13T13:16:51.319Z Documenting password-hash v0.5.0
28382024-05-13T13:16:51.554Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
28392024-05-13T13:16:52.673Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28402024-05-13T13:16:53.466Z Documenting blake2 v0.10.6
28412024-05-13T13:16:53.923Z Documenting linked-hash-map v0.5.6
28422024-05-13T13:16:54.836Z Documenting proc-macro-error-attr v1.0.4
28432024-05-13T13:16:55.712Z Documenting humantime v2.1.0
28442024-05-13T13:16:56.467Z Checking proc-macro-error v1.0.4
28452024-05-13T13:16:56.724Z Documenting bytecount v0.6.3
28462024-05-13T13:16:57.946Z Documenting lru-cache v0.1.2
28472024-05-13T13:16:58.250Z Documenting argon2 v0.5.3
28482024-05-13T13:16:58.927Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28492024-05-13T13:16:58.978Z Documenting proc-macro-error v1.0.4
28502024-05-13T13:16:59.476Z Documenting papergrid v0.11.0
28512024-05-13T13:16:59.774Z Documenting derive-where v1.2.7
28522024-05-13T13:17:00.485Z Documenting swrite v0.1.0
28532024-05-13T13:17:01.281Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28542024-05-13T13:17:01.781Z Documenting newtype_derive v0.1.6
28552024-05-13T13:17:03.137Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28562024-05-13T13:17:03.407Z Documenting tabled_derive v0.7.0
28572024-05-13T13:17:03.749Z Documenting itertools v0.12.1
28582024-05-13T13:17:04.012Z Documenting arc-swap v1.6.0
28592024-05-13T13:17:04.271Z Documenting quick-error v1.2.3
28602024-05-13T13:17:05.083Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28612024-05-13T13:17:05.465Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28622024-05-13T13:17:05.568Z Documenting steno v0.4.0
28632024-05-13T13:17:07.960Z Documenting slog-scope v4.4.0
28642024-05-13T13:17:08.076Z Documenting resolv-conf v0.7.0
28652024-05-13T13:17:08.260Z Documenting tabled v0.15.0
28662024-05-13T13:17:09.113Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28672024-05-13T13:17:09.822Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28682024-05-13T13:17:10.362Z Documenting num-rational v0.4.1
28692024-05-13T13:17:11.531Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28702024-05-13T13:17:11.826Z Documenting slog-stdlog v4.1.1
28712024-05-13T13:17:12.279Z Documenting trust-dns-resolver v0.22.0
28722024-05-13T13:17:13.172Z Documenting num-complex v0.4.5
28732024-05-13T13:17:14.753Z Documenting xattr v1.0.1
28742024-05-13T13:17:14.780Z Documenting filetime v0.2.23
28752024-05-13T13:17:15.801Z Documenting slog-envlogger v2.2.0
28762024-05-13T13:17:17.752Z Documenting tap v1.0.1
28772024-05-13T13:17:18.800Z Documenting num v0.4.2
28782024-05-13T13:17:18.958Z Documenting tar v0.4.40
28792024-05-13T13:17:19.937Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28802024-05-13T13:17:20.445Z Documenting wyz v0.5.1
28812024-05-13T13:17:21.001Z Documenting radium v0.7.0
28822024-05-13T13:17:21.102Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28832024-05-13T13:17:21.308Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28842024-05-13T13:17:23.174Z Documenting nibble_vec v0.1.0
28852024-05-13T13:17:23.368Z Documenting funty v2.0.0
28862024-05-13T13:17:23.493Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28872024-05-13T13:17:23.922Z Documenting crc-catalog v2.2.0
28882024-05-13T13:17:24.139Z Documenting endian-type v0.1.2
28892024-05-13T13:17:25.743Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28902024-05-13T13:17:25.797Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28912024-05-13T13:17:26.148Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28922024-05-13T13:17:26.213Z Documenting cancel-safe-futures v0.1.5
28932024-05-13T13:17:26.362Z Documenting bitvec v1.0.1
28942024-05-13T13:17:26.580Z Documenting crc v3.0.1
28952024-05-13T13:17:26.913Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28962024-05-13T13:17:27.194Z Documenting packed_struct_codegen v0.10.1
28972024-05-13T13:17:27.849Z Documenting radix_trie v0.2.1
28982024-05-13T13:17:29.385Z Documenting same-file v1.0.6
28992024-05-13T13:17:31.295Z Documenting nodrop v0.1.14
29002024-05-13T13:17:31.334Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29012024-05-13T13:17:32.105Z Documenting num-bigint-dig v0.8.4
29022024-05-13T13:17:32.264Z Documenting packed_struct v0.10.1
29032024-05-13T13:17:33.272Z Documenting walkdir v2.5.0
29042024-05-13T13:17:33.943Z Documenting array-init v0.0.4
29052024-05-13T13:17:34.339Z Documenting pkcs1 v0.7.5
29062024-05-13T13:17:37.024Z Documenting signature v2.1.0
29072024-05-13T13:17:37.215Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29082024-05-13T13:17:37.574Z Documenting display-error-chain v0.2.0
29092024-05-13T13:17:37.903Z Documenting bitfield v0.14.0
29102024-05-13T13:17:38.777Z Documenting termcolor v1.2.0
29112024-05-13T13:17:38.813Z Documenting serde-hex v0.1.0
29122024-05-13T13:17:40.499Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29132024-05-13T13:17:40.596Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29142024-05-13T13:17:41.291Z Documenting slog-dtrace v0.3.0
29152024-05-13T13:17:41.573Z Documenting rsa v0.9.2
29162024-05-13T13:17:42.121Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29172024-05-13T13:17:42.278Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29182024-05-13T13:17:42.278Z --> nexus/types/src/sectioned_table.rs:145:7
29192024-05-13T13:17:42.278Z |
29202024-05-13T13:17:42.279Z145 | /// [`StNestedBuilder::make_subsection`].
29212024-05-13T13:17:42.279Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29222024-05-13T13:17:42.279Z |
29232024-05-13T13:17:42.279Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29242024-05-13T13:17:42.279Z
29252024-05-13T13:17:42.397Z Documenting pem v3.0.4
29262024-05-13T13:17:42.725Z Documenting env_logger v0.10.0
29272024-05-13T13:17:44.180Z Documenting x509-cert v0.2.4
29282024-05-13T13:17:44.205Z Documenting libsw v3.3.1
29292024-05-13T13:17:44.378Zwarning: `nexus-types` (lib doc) generated 1 warning
29302024-05-13T13:17:44.403Z Documenting ron v0.8.1
29312024-05-13T13:17:46.392Z Documenting half v2.3.1
29322024-05-13T13:17:47.289Z Documenting linear-map v1.2.0
29332024-05-13T13:17:47.504Z Documenting maplit v1.0.2
29342024-05-13T13:17:47.860Z Documenting crc-any v2.4.3
29352024-05-13T13:17:48.389Z Documenting owo-colors v4.0.0
29362024-05-13T13:17:48.773Z Documenting ciborium-io v0.2.2
29372024-05-13T13:17:49.098Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29382024-05-13T13:17:49.543Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29392024-05-13T13:17:50.648Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29402024-05-13T13:17:50.935Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29412024-05-13T13:17:51.277Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29422024-05-13T13:17:51.331Z Documenting headers-core v0.2.0
29432024-05-13T13:17:52.515Z Documenting ciborium-ll v0.2.2
29442024-05-13T13:17:52.605Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29452024-05-13T13:17:53.052Z Documenting path-slash v0.1.5
29462024-05-13T13:17:55.981Z Documenting headers v0.3.9
29472024-05-13T13:17:56.405Z Documenting ciborium v0.2.2
29482024-05-13T13:17:56.702Z Documenting fxhash v0.2.1
29492024-05-13T13:17:58.151Z Documenting async-recursion v1.1.0
29502024-05-13T13:17:58.700Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29512024-05-13T13:18:00.574Z Documenting vte_generate_state_changes v0.1.1
29522024-05-13T13:18:00.931Z Checking convert_case v0.4.0
29532024-05-13T13:18:01.127Z Documenting convert_case v0.4.0
29542024-05-13T13:18:01.556Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29552024-05-13T13:18:01.660Z Documenting buf-list v1.0.3
29562024-05-13T13:18:02.646Z Documenting derive_builder_core v0.20.0
29572024-05-13T13:18:03.405Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29582024-05-13T13:18:04.399Z Documenting vte v0.11.1
29592024-05-13T13:18:05.150Z Documenting derive_more v0.99.17
29602024-05-13T13:18:06.188Z Checking derive_builder_core v0.20.0
29612024-05-13T13:18:06.926Z Documenting fd-lock v4.0.2
29622024-05-13T13:18:07.629Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29632024-05-13T13:18:08.560Z Documenting bitstruct_derive v0.1.0
29642024-05-13T13:18:08.847Z Documenting pin-project-internal v1.1.3
29652024-05-13T13:18:09.129Z Documenting ascii v1.1.0
29662024-05-13T13:18:10.832Z Documenting derive_builder_macro v0.20.0
29672024-05-13T13:18:11.397Z Documenting strip-ansi-escapes v0.2.0
29682024-05-13T13:18:11.648Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29692024-05-13T13:18:12.119Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29702024-05-13T13:18:13.148Z Documenting bitstruct v0.1.1
29712024-05-13T13:18:13.739Z Documenting pin-project v1.1.3
29722024-05-13T13:18:15.047Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29732024-05-13T13:18:15.329Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29742024-05-13T13:18:15.497Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29752024-05-13T13:18:15.676Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29762024-05-13T13:18:15.779Z Documenting crossbeam-deque v0.8.3
29772024-05-13T13:18:16.330Z Documenting snafu-derive v0.8.2
29782024-05-13T13:18:17.153Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29792024-05-13T13:18:19.518Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29802024-05-13T13:18:19.666Z Documenting serde_arrays v0.1.0
29812024-05-13T13:18:19.887Z Documenting erased-serde v0.3.31
29822024-05-13T13:18:20.953Z Documenting ref-cast-impl v1.0.22
29832024-05-13T13:18:22.328Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29842024-05-13T13:18:22.635Z Documenting unicode-xid v0.2.4
29852024-05-13T13:18:22.906Z Checking unicode-xid v0.2.4
29862024-05-13T13:18:23.050Z Documenting nu-ansi-term v0.50.0
29872024-05-13T13:18:23.856Z Documenting snafu v0.8.2
29882024-05-13T13:18:24.642Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29892024-05-13T13:18:24.980Z Documenting ref-cast v1.0.22
29902024-05-13T13:18:25.270Z Documenting const_format_proc_macros v0.2.32
29912024-05-13T13:18:26.917Z Documenting reedline v0.31.0
29922024-05-13T13:18:27.651Z Documenting rayon-core v1.12.1
29932024-05-13T13:18:28.022Z Documenting derive_builder v0.20.0
29942024-05-13T13:18:29.562Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29952024-05-13T13:18:29.881Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29962024-05-13T13:18:30.963Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29972024-05-13T13:18:30.988Z Documenting libefi-sys v0.1.0
29982024-05-13T13:18:31.873Z Documenting trust-dns-client v0.22.0
29992024-05-13T13:18:34.069Z Documenting polar-core v0.27.3
30002024-05-13T13:18:35.182Z Documenting libxml v0.3.3
30012024-05-13T13:18:35.589Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30022024-05-13T13:18:36.171Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30032024-05-13T13:18:36.388Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30042024-05-13T13:18:37.178Z Documenting globset v0.4.13
30052024-05-13T13:18:38.790Z Documenting bb8 v0.8.3
30062024-05-13T13:18:39.368Z Documenting olpc-cjson v0.1.3
30072024-05-13T13:18:40.814Z Documenting serde_plain v1.0.2
30082024-05-13T13:18:41.594Z Documenting quick-xml v0.31.0
30092024-05-13T13:18:42.221Z Documenting oso-derive v0.27.3
30102024-05-13T13:18:42.484Z Documenting impl-trait-for-tuples v0.2.2
30112024-05-13T13:18:44.086Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30122024-05-13T13:18:44.250Z Documenting typed-path v0.7.0
30132024-05-13T13:18:45.188Z Documenting keccak v0.1.4
30142024-05-13T13:18:46.843Z Documenting utf-8 v0.7.6
30152024-05-13T13:18:47.391Z Documenting samael v0.0.15
30162024-05-13T13:18:47.776Z Documenting oso v0.27.3
30172024-05-13T13:18:47.901Z Documenting sha3 v0.10.8
30182024-05-13T13:18:48.163Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30192024-05-13T13:18:49.487Z Documenting tough v0.17.1
30202024-05-13T13:18:50.696Z Documenting tungstenite v0.21.0
30212024-05-13T13:18:51.176Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30222024-05-13T13:18:52.163Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30232024-05-13T13:18:52.649Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30242024-05-13T13:18:53.330Z Documenting trust-dns-server v0.22.1
30252024-05-13T13:18:56.861Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30262024-05-13T13:18:56.996Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30272024-05-13T13:18:57.883Z Documenting rayon v1.10.0
30282024-05-13T13:18:58.726Z Documenting const_format v0.2.32
30292024-05-13T13:19:00.711Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302024-05-13T13:19:01.495Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30312024-05-13T13:19:01.700Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30322024-05-13T13:19:01.865Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30332024-05-13T13:19:02.249Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30342024-05-13T13:19:02.535Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30352024-05-13T13:19:02.562Z Documenting sled v0.34.7
30362024-05-13T13:19:03.085Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30372024-05-13T13:19:03.172Z Documenting fs-err v2.11.0
30382024-05-13T13:19:03.849Z Documenting nix v0.28.0
30392024-05-13T13:19:05.287Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30402024-05-13T13:19:06.706Z Documenting cookie v0.18.1
30412024-05-13T13:19:06.995Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30422024-05-13T13:19:07.031Z Documenting secrecy v0.8.0
30432024-05-13T13:19:07.195Z Documenting gethostname v0.4.3
30442024-05-13T13:19:07.287Z Documenting peg-macros v0.8.3
30452024-05-13T13:19:08.412Z Documenting rustversion v1.0.14
30462024-05-13T13:19:09.447Z Documenting sqlparser_derive v0.2.2
30472024-05-13T13:19:10.726Z Documenting parse-size v1.0.0
30482024-05-13T13:19:11.040Z Documenting unicode_categories v0.1.1
30492024-05-13T13:19:11.348Z Documenting home v0.5.5
30502024-05-13T13:19:11.805Z Documenting peg v0.8.3
30512024-05-13T13:19:12.070Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30522024-05-13T13:19:12.310Z Documenting castaway v0.2.2
30532024-05-13T13:19:13.585Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30542024-05-13T13:19:13.978Z Documenting sqlparser v0.45.0
30552024-05-13T13:19:14.872Z Documenting sqlformat v0.2.3
30562024-05-13T13:19:15.168Z Documenting rustyline v14.0.0
30572024-05-13T13:19:15.674Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30582024-05-13T13:19:16.239Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30592024-05-13T13:19:18.993Z Documenting tokio-tungstenite v0.21.0
30602024-05-13T13:19:20.481Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30612024-05-13T13:19:20.723Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30622024-05-13T13:19:21.815Z Documenting zone v0.1.8
30632024-05-13T13:19:24.941Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30642024-05-13T13:19:25.594Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
30652024-05-13T13:19:26.048Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30662024-05-13T13:19:26.412Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30672024-05-13T13:19:28.347Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30682024-05-13T13:19:28.907Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30692024-05-13T13:19:28.932Z Documenting portpicker v0.1.1
30702024-05-13T13:19:29.924Z Documenting universal-hash v0.5.1
30712024-05-13T13:19:31.644Z Documenting bcs v0.1.6
30722024-05-13T13:19:32.980Z Documenting kstat-rs v0.2.3
30732024-05-13T13:19:34.015Z Documenting thiserror-impl-no-std v2.0.2
30742024-05-13T13:19:45.165Z Documenting curve25519-dalek-derive v0.1.0
30752024-05-13T13:19:45.219Z Documenting opaque-debug v0.3.0
30762024-05-13T13:19:45.284Z Documenting highway v1.1.0
30772024-05-13T13:19:45.461Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30782024-05-13T13:19:46.104Z Documenting thiserror-no-std v2.0.2
30792024-05-13T13:19:46.197Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30802024-05-13T13:19:46.579Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30812024-05-13T13:19:48.127Z Documenting poly1305 v0.8.0
30822024-05-13T13:19:49.130Z Documenting compact_str v0.7.1
30832024-05-13T13:19:49.448Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30842024-05-13T13:19:49.914Z Documenting curve25519-dalek v4.1.2
30852024-05-13T13:19:52.289Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30862024-05-13T13:19:53.381Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30872024-05-13T13:19:54.146Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30882024-05-13T13:19:54.896Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30892024-05-13T13:19:55.057Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30902024-05-13T13:19:55.627Z Documenting portable-atomic v1.4.3
30912024-05-13T13:19:57.943Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30922024-05-13T13:19:59.009Z Documenting ed25519 v1.5.3
30932024-05-13T13:20:00.707Z Documenting memoffset v0.7.1
30942024-05-13T13:20:01.305Z Documenting unicase v2.7.0
30952024-05-13T13:20:01.815Z Documenting rcgen v0.12.1
30962024-05-13T13:20:03.543Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
30972024-05-13T13:20:04.566Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30982024-05-13T13:20:04.655Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
30992024-05-13T13:20:06.605Z Documenting atomicwrites v0.4.3
31002024-05-13T13:20:07.500Zwarning: could not parse code block as Rust code
31012024-05-13T13:20:07.500Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31022024-05-13T13:20:07.500Z |
31032024-05-13T13:20:07.500Z246 | / /// Parse a string literal, either single- or double-quoted.
31042024-05-13T13:20:07.500Z247 | | ///
31052024-05-13T13:20:07.500Z248 | | /// Parsing string literals is pretty tricky, but we add several
31062024-05-13T13:20:07.500Z249 | | /// constraints to simplify things. First strings must be quoted, either
31072024-05-13T13:20:07.500Z... |
31082024-05-13T13:20:07.500Z277 | | ///
31092024-05-13T13:20:07.500Z278 | | /// Will be parsed as `this string has " in it`.
31102024-05-13T13:20:07.500Z | |________________________________________________________^
31112024-05-13T13:20:07.500Z |
31122024-05-13T13:20:07.500Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31132024-05-13T13:20:07.500Z = note: error from rustc: unknown start of token: \
31142024-05-13T13:20:07.500Z = note: error from rustc: unknown start of token: \
31152024-05-13T13:20:07.500Z = note: error from rustc: unknown start of token: \
31162024-05-13T13:20:07.501Z = note: error from rustc: unknown start of token: \
31172024-05-13T13:20:07.501Z = note: error from rustc: unknown start of token: \
31182024-05-13T13:20:07.501Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31192024-05-13T13:20:07.501Z
31202024-05-13T13:20:08.387Z Documenting chacha20 v0.9.1
31212024-05-13T13:20:09.200Zwarning: `oximeter-db` (lib doc) generated 1 warning
31222024-05-13T13:20:09.225Z Documenting lru v0.12.1
31232024-05-13T13:20:09.672Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31242024-05-13T13:20:11.290Z Documenting aead v0.5.2
31252024-05-13T13:20:12.447Z Documenting rand_seeder v0.2.3
31262024-05-13T13:20:12.745Z Documenting nanorand v0.7.0
31272024-05-13T13:20:13.658Z Documenting subprocess v0.2.9
31282024-05-13T13:20:14.138Z Documenting stability v0.2.0
31292024-05-13T13:20:14.263Z Documenting glob v0.3.1
31302024-05-13T13:20:16.327Z Documenting cassowary v0.3.0
31312024-05-13T13:20:26.646Z Documenting number_prefix v0.4.0
31322024-05-13T13:20:26.924Z Documenting flume v0.11.0
31332024-05-13T13:20:27.230Z Documenting chacha20poly1305 v0.10.1
31342024-05-13T13:20:27.262Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31352024-05-13T13:20:27.548Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31362024-05-13T13:20:27.815Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31372024-05-13T13:20:28.111Z Documenting ratatui v0.26.2
31382024-05-13T13:20:30.532Z Documenting indicatif v0.17.8
31392024-05-13T13:20:31.421Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31402024-05-13T13:20:42.562Z Documenting mime_guess v2.0.4
31412024-05-13T13:20:43.216Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31422024-05-13T13:20:43.391Z Documenting salty v0.2.0
31432024-05-13T13:20:43.591Z Documenting vsss-rs v3.3.4
31442024-05-13T13:20:43.794Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31452024-05-13T13:20:44.934Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31462024-05-13T13:20:45.820Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31472024-05-13T13:20:46.295Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31482024-05-13T13:20:46.611Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31492024-05-13T13:20:46.876Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31502024-05-13T13:20:47.361Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31512024-05-13T13:20:47.678Z Documenting serde-big-array v0.5.1
31522024-05-13T13:20:49.449Z Documenting rtoolbox v0.0.1
31532024-05-13T13:20:50.142Z Documenting unicode-linebreak v0.1.5
31542024-05-13T13:20:50.423Z Documenting http-range v0.1.5
31552024-05-13T13:20:50.674Z Documenting smawk v0.3.1
31562024-05-13T13:20:51.767Z Documenting is_ci v1.2.0
31572024-05-13T13:20:53.009Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31582024-05-13T13:20:53.688Z Documenting rpassword v7.3.1
31592024-05-13T13:20:54.400Z Documenting hyper-staticfile v0.9.5
31602024-05-13T13:20:54.575Z Documenting textwrap v0.16.1
31612024-05-13T13:20:55.630Z Documenting supports-color v3.0.0
31622024-05-13T13:20:57.819Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31632024-05-13T13:20:58.617Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31642024-05-13T13:20:59.525Z Documenting tui-tree-widget v0.19.0
31652024-05-13T13:21:00.446Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31662024-05-13T13:21:00.883Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31672024-05-13T13:21:01.118Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31682024-05-13T13:21:02.059Zwarning: unresolved link to `test_sled_transitions`
31692024-05-13T13:21:02.059Z --> nexus/db-queries/src/db/datastore/sled.rs:636:11
31702024-05-13T13:21:02.059Z |
31712024-05-13T13:21:02.060Z636 | /// [`test_sled_transitions`].
31722024-05-13T13:21:02.060Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31732024-05-13T13:21:02.060Z |
31742024-05-13T13:21:02.060Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31752024-05-13T13:21:02.060Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31762024-05-13T13:21:02.060Z
31772024-05-13T13:21:02.088Zwarning: unresolved link to `test_sled_transitions`
31782024-05-13T13:21:02.088Z --> nexus/db-queries/src/db/datastore/sled.rs:672:11
31792024-05-13T13:21:02.088Z |
31802024-05-13T13:21:02.089Z672 | /// [`test_sled_transitions`].
31812024-05-13T13:21:02.089Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31822024-05-13T13:21:02.089Z |
31832024-05-13T13:21:02.089Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31842024-05-13T13:21:02.089Z
31852024-05-13T13:21:02.089Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31862024-05-13T13:21:02.089Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31872024-05-13T13:21:02.089Z |
31882024-05-13T13:21:02.089Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
31892024-05-13T13:21:02.089Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
31902024-05-13T13:21:02.089Z
31912024-05-13T13:21:02.122Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31922024-05-13T13:21:04.401Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31932024-05-13T13:21:04.695Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31942024-05-13T13:21:05.087Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31952024-05-13T13:21:05.130Z Documenting signal-hook-tokio v0.3.1
31962024-05-13T13:21:05.400Z Documenting memmap2 v0.7.1
31972024-05-13T13:21:05.476Z Documenting corncobs v0.1.3
31982024-05-13T13:21:05.532Z Documenting arrayref v0.3.7
31992024-05-13T13:21:08.364Z Documenting constant_time_eq v0.3.0
32002024-05-13T13:21:08.538Z Documenting shell-words v1.1.0
32012024-05-13T13:21:09.517Z Documenting arrayvec v0.7.4
32022024-05-13T13:21:09.803Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32032024-05-13T13:21:11.111Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32042024-05-13T13:21:12.201Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32052024-05-13T13:21:12.579Z Documenting blake3 v1.5.0
32062024-05-13T13:21:15.204Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32072024-05-13T13:21:16.942Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32082024-05-13T13:21:17.436Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32092024-05-13T13:21:17.461Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32102024-05-13T13:21:18.216Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32112024-05-13T13:21:18.738Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32122024-05-13T13:21:26.195Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32132024-05-13T13:21:28.740Zwarning: unclosed HTML tag `usize`
32142024-05-13T13:21:28.740Z --> wicket/src/ui/panes/update.rs:153:19
32152024-05-13T13:21:28.740Z |
32162024-05-13T13:21:28.740Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32172024-05-13T13:21:28.740Z | ^^^^^^^
32182024-05-13T13:21:28.740Z |
32192024-05-13T13:21:28.740Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32202024-05-13T13:21:28.740Z
32212024-05-13T13:21:29.023Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32222024-05-13T13:21:30.105Zwarning: `wicket` (lib doc) generated 1 warning
32232024-05-13T13:21:30.131Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32242024-05-13T13:21:31.652Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32252024-05-13T13:21:33.667Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
32262024-05-13T13:21:36.372Zwarning: unresolved link to `BlueprintDisksConfig`
32272024-05-13T13:21:36.372Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1077:55
32282024-05-13T13:21:36.373Z |
32292024-05-13T13:21:36.373Z1077 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32302024-05-13T13:21:36.373Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32312024-05-13T13:21:36.373Z |
32322024-05-13T13:21:36.373Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32332024-05-13T13:21:36.373Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32342024-05-13T13:21:36.373Z
32352024-05-13T13:21:37.047Z Documenting fatfs v0.3.6
32362024-05-13T13:21:37.340Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32372024-05-13T13:21:37.365Z Documenting topological-sort v0.2.2
32382024-05-13T13:21:39.714Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32392024-05-13T13:21:41.188Z Documenting assert_matches v1.5.0
32402024-05-13T13:21:42.171Z Documenting omicron-zone-package v0.11.0
32412024-05-13T13:21:43.250Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32422024-05-13T13:21:44.089Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432024-05-13T13:21:49.682Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442024-05-13T13:21:51.269Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32452024-05-13T13:21:57.153Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32462024-05-13T13:21:57.153Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32472024-05-13T13:21:58.863Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32482024-05-13T13:21:59.110Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32492024-05-13T13:22:01.695Z Documenting termios v0.3.3
32502024-05-13T13:22:01.970Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32512024-05-13T13:22:02.591Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32522024-05-13T13:22:02.591Z --> sled-agent/src/sim/instance.rs:46:7
32532024-05-13T13:22:02.591Z |
32542024-05-13T13:22:02.591Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32552024-05-13T13:22:02.591Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32562024-05-13T13:22:02.592Z |
32572024-05-13T13:22:02.592Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32582024-05-13T13:22:02.592Z
32592024-05-13T13:22:04.539Z Documenting uzers v0.11.3
32602024-05-13T13:22:05.606Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32612024-05-13T13:22:05.694Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32622024-05-13T13:22:06.162Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32632024-05-13T13:22:07.390Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32642024-05-13T13:22:08.545Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32652024-05-13T13:22:09.136Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32662024-05-13T13:22:24.404Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32672024-05-13T13:22:35.675Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32682024-05-13T13:22:37.943Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32692024-05-13T13:22:41.978Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32702024-05-13T13:22:44.877Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32712024-05-13T13:22:46.654Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32722024-05-13T13:22:48.657Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32732024-05-13T13:22:50.661Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32742024-05-13T13:23:02.998Zwarning: unresolved link to `Nexus`
32752024-05-13T13:23:02.998Z --> nexus/src/app/instance_network.rs:280:34
32762024-05-13T13:23:02.998Z |
32772024-05-13T13:23:02.998Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32782024-05-13T13:23:02.998Z | ^^^^^ no item named `Nexus` in scope
32792024-05-13T13:23:02.998Z |
32802024-05-13T13:23:02.998Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32812024-05-13T13:23:02.998Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32822024-05-13T13:23:02.998Z
32832024-05-13T13:23:02.998Zwarning: unresolved link to `Nexus`
32842024-05-13T13:23:02.998Z --> nexus/src/app/instance_network.rs:458:34
32852024-05-13T13:23:02.998Z |
32862024-05-13T13:23:02.998Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32872024-05-13T13:23:02.998Z | ^^^^^ no item named `Nexus` in scope
32882024-05-13T13:23:03.024Z |
32892024-05-13T13:23:03.024Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32902024-05-13T13:23:03.024Z
32912024-05-13T13:23:03.025Zwarning: unresolved link to `VolumeConstructionRequest`
32922024-05-13T13:23:03.025Z --> nexus/src/app/sagas/volume_delete.rs:338:7
32932024-05-13T13:23:03.025Z |
32942024-05-13T13:23:03.025Z338 | /// [`VolumeConstructionRequest`] is shown here):
32952024-05-13T13:23:03.025Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
32962024-05-13T13:23:03.025Z |
32972024-05-13T13:23:03.025Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32982024-05-13T13:23:03.025Z
32992024-05-13T13:23:03.025Zwarning: unresolved link to `fd00:1122:3344:101::5`
33002024-05-13T13:23:03.025Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33012024-05-13T13:23:03.025Z |
33022024-05-13T13:23:03.025Z348 | /// "[fd00:1122:3344:101::5]:1000",
33032024-05-13T13:23:03.025Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33042024-05-13T13:23:03.025Z
33052024-05-13T13:23:03.025Zwarning: unresolved link to `fd00:1122:3344:102::9`
33062024-05-13T13:23:03.025Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33072024-05-13T13:23:03.025Z |
33082024-05-13T13:23:03.025Z349 | /// "[fd00:1122:3344:102::9]:1000",
33092024-05-13T13:23:03.025Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33102024-05-13T13:23:03.025Z
33112024-05-13T13:23:03.025Zwarning: unresolved link to `fd00:1122:3344:103::2`
33122024-05-13T13:23:03.025Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33132024-05-13T13:23:03.025Z |
33142024-05-13T13:23:03.026Z350 | /// "[fd00:1122:3344:103::2]:1000"
33152024-05-13T13:23:03.026Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33162024-05-13T13:23:03.026Z
33172024-05-13T13:23:03.026Zwarning: unresolved link to `fd00:1122:3344:101::5`
33182024-05-13T13:23:03.026Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33192024-05-13T13:23:03.026Z |
33202024-05-13T13:23:03.026Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33212024-05-13T13:23:03.026Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33222024-05-13T13:23:03.026Z
33232024-05-13T13:23:03.026Zwarning: unresolved link to `fd00:1122:3344:102::9`
33242024-05-13T13:23:03.026Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33252024-05-13T13:23:03.026Z |
33262024-05-13T13:23:03.026Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33272024-05-13T13:23:03.026Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33282024-05-13T13:23:03.026Z
33292024-05-13T13:23:03.026Zwarning: unresolved link to `fd00:1122:3344:103::2`
33302024-05-13T13:23:03.026Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33312024-05-13T13:23:03.026Z |
33322024-05-13T13:23:03.026Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33332024-05-13T13:23:03.026Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33342024-05-13T13:23:03.026Z
33352024-05-13T13:23:06.964Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33362024-05-13T13:23:26.002Z Finished dev [unoptimized + debuginfo] target(s) in 11m 09s
33372024-05-13T13:23:26.078Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33382024-05-13T13:23:26.078Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33392024-05-13T13:23:26.078Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33402024-05-13T13:23:26.078Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33412024-05-13T13:23:26.079Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33422024-05-13T13:23:26.079Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33432024-05-13T13:23:26.079Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33442024-05-13T13:23:26.079Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33452024-05-13T13:23:26.079Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33462024-05-13T13:23:26.126Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33472024-05-13T13:23:26.126Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33482024-05-13T13:23:26.126Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33492024-05-13T13:23:26.126Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33502024-05-13T13:23:26.126Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33512024-05-13T13:23:26.126Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33522024-05-13T13:23:26.126Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33532024-05-13T13:23:26.126Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33542024-05-13T13:23:26.126Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33552024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
33562024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
33572024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
33582024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
33592024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
33602024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
33612024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
33622024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
33632024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
33642024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
33652024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
33662024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
33672024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
33682024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
33692024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
33702024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
33712024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
33722024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
33732024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
33742024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
33752024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
33762024-05-13T13:23:26.127Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
33772024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
33782024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
33792024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
33802024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
33812024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
33822024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
33832024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
33842024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33852024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33862024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33872024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
33882024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
33892024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33902024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33912024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33922024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
33932024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
33942024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
33952024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33962024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
33972024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
33982024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
33992024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34002024-05-13T13:23:26.128Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34012024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34022024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34032024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34042024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34052024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34062024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34072024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34082024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34092024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34102024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34112024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34122024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34132024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34142024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34152024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34162024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34172024-05-13T13:23:26.129Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34182024-05-13T13:23:26.154Z
34192024-05-13T13:23:26.154Zreal 11:09.766266287
34202024-05-13T13:23:26.154Zuser 29:20.632743452
34212024-05-13T13:23:26.154Zsys 46:14.554165050
34222024-05-13T13:23:26.154Ztrap 0.801599358
34232024-05-13T13:23:26.154Ztflt 0.179348845
34242024-05-13T13:23:26.154Zdflt 1.005788811
34252024-05-13T13:23:26.154Zkflt 0.000632921
34262024-05-13T13:23:26.154Zlock 3:19:02.594311711
34272024-05-13T13:23:26.154Zslp 3:06:54.981297379
34282024-05-13T13:23:26.154Zlat 4:18.787102840
34292024-05-13T13:23:26.154Zstop 2:01.607719674
34302024-05-13T13:23:26.154Zprocess exited: duration 1228313 ms, exit code 0
 
34312024-05-13T13:23:26.204Zfound 0 output files