01HS11ZVN3MHWWWXEX5D635N43: 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: 01HS12037QP9B4WC02M3DQSYEA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-15T12:41:48.519Zjob assigned to worker 01HS1209WRW9GYG5K036BN0X81 (queued for 2 m 7 s)
 
22024-03-15T12:41:56.031Zstarting task 0: "setup"
32024-03-15T12:41:56.065Z++ uname -s
42024-03-15T12:41:56.069Z+ kern=SunOS
52024-03-15T12:41:56.069Z+ case "$kern" in
62024-03-15T12:41:56.069Z+ groupadd -g 12345 build
72024-03-15T12:41:56.104Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-15T12:41:58.117Z+ zfs create -o mountpoint=/work rpool/work
92024-03-15T12:41:58.219Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-15T12:41:58.222Z+ home_fs=zfs
112024-03-15T12:41:58.222Z+ [[ zfs == autofs ]]
122024-03-15T12:41:58.222Z+ mkdir -p /home/build
132024-03-15T12:41:58.225Z+ chown build:build /home/build /work
142024-03-15T12:42:00.225Z+ chmod 0700 /home/build /work
152024-03-15T12:42:00.229Zprocess exited: duration 4202 ms, exit code 0
 
162024-03-15T12:42:00.235Zstarting task 1: "rust-toolchain"
172024-03-15T12:42:00.242Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-15T12:42:00.246Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-15T12:42:00.367Zinfo: downloading installer
202024-03-15T12:42:02.314Zwarning: it looks like you have an existing installation of Rust at:
212024-03-15T12:42:02.314Zwarning: /opt/ooce/bin
222024-03-15T12:42:02.314Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-15T12:42:02.314Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-15T12:42:02.314Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-15T12:42:02.314Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-15T12:42:02.314Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-15T12:42:02.314Zerror: cannot install while Rust is installed
282024-03-15T12:42:02.314Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-15T12:42:02.464Zinfo: profile set to 'default'
302024-03-15T12:42:02.464Zinfo: default host triple is x86_64-unknown-illumos
312024-03-15T12:42:02.468Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-15T12:42:02.659Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-15T12:42:02.659Zinfo: downloading component 'cargo'
342024-03-15T12:42:03.797Zinfo: downloading component 'clippy'
352024-03-15T12:42:04.202Zinfo: downloading component 'rust-docs'
362024-03-15T12:42:05.694Zinfo: downloading component 'rust-std'
372024-03-15T12:42:08.314Zinfo: downloading component 'rustc'
382024-03-15T12:42:13.542Zinfo: downloading component 'rustfmt'
392024-03-15T12:42:13.934Zinfo: installing component 'cargo'
402024-03-15T12:42:14.773Zinfo: installing component 'clippy'
412024-03-15T12:42:15.126Zinfo: installing component 'rust-docs'
422024-03-15T12:42:16.569Zinfo: installing component 'rust-std'
432024-03-15T12:42:18.385Zinfo: installing component 'rustc'
442024-03-15T12:42:22.465Zinfo: installing component 'rustfmt'
452024-03-15T12:42:22.815Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-15T12:42:22.815Z
472024-03-15T12:42:23.095Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-15T12:42:23.095Z
492024-03-15T12:42:23.099Z
502024-03-15T12:42:23.099ZRust is installed now. Great!
512024-03-15T12:42:23.099Z
522024-03-15T12:42:23.099ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-15T12:42:23.099Zenvironment variable. This has not been done automatically.
542024-03-15T12:42:23.099Z
552024-03-15T12:42:23.099ZTo configure your current shell, you need to source
562024-03-15T12:42:23.099Zthe corresponding env file under $HOME/.cargo.
572024-03-15T12:42:23.099Z
582024-03-15T12:42:23.099ZThis is usually done by running one of the following (note the leading DOT):
592024-03-15T12:42:23.099Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-15T12:42:23.099Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-15T12:42:23.191Z+ rustc --version
622024-03-15T12:42:23.256Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-15T12:42:23.259Zprocess exited: duration 23021 ms, exit code 0
 
642024-03-15T12:42:23.265Zstarting task 2: "authentication"
652024-03-15T12:42:23.291Zprocess exited: duration 24 ms, exit code 0
 
662024-03-15T12:42:23.301Zstarting task 3: "clone repository"
672024-03-15T12:42:23.305Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-15T12:42:23.309Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-15T12:42:23.561ZCloning into '/work/oxidecomputer/omicron'...
702024-03-15T12:42:30.997Z+ cd /work/oxidecomputer/omicron
712024-03-15T12:42:30.997Z+ git fetch origin 6bafd890ffecea9e2d0d5f863d7e007539fc6fbf
722024-03-15T12:42:31.315ZFrom https://github.com/oxidecomputer/omicron
732024-03-15T12:42:31.315Z * branch 6bafd890ffecea9e2d0d5f863d7e007539fc6fbf -> FETCH_HEAD
742024-03-15T12:42:31.324Z+ [[ -n john/rss-handoff-sets-initial-blueprint ]]
752024-03-15T12:42:31.327Z++ git branch --show-current
762024-03-15T12:42:31.331Z+ current=main
772024-03-15T12:42:31.331Z+ [[ main != john/rss-handoff-sets-initial-blueprint ]]
782024-03-15T12:42:31.331Z+ git branch -f john/rss-handoff-sets-initial-blueprint 6bafd890ffecea9e2d0d5f863d7e007539fc6fbf
792024-03-15T12:42:31.334Z+ git checkout -f john/rss-handoff-sets-initial-blueprint
802024-03-15T12:42:31.452ZSwitched to branch 'john/rss-handoff-sets-initial-blueprint'
812024-03-15T12:42:31.455Z+ git reset --hard 6bafd890ffecea9e2d0d5f863d7e007539fc6fbf
822024-03-15T12:42:31.469ZHEAD is now at 6bafd890f Merge remote-tracking branch 'origin/main' into john/rss-handoff-sets-initial-blueprint
832024-03-15T12:42:31.472Zprocess exited: duration 8171 ms, exit code 0
 
842024-03-15T12:42:31.481Zstarting task 4: "build"
852024-03-15T12:42:31.484Z+ cargo --version
862024-03-15T12:42:31.489Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-15T12:42:31.644Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-15T12:42:31.645Zinfo: downloading component 'cargo'
892024-03-15T12:42:32.632Zinfo: downloading component 'clippy'
902024-03-15T12:42:32.921Zinfo: downloading component 'rust-docs'
912024-03-15T12:42:34.112Zinfo: downloading component 'rust-std'
922024-03-15T12:42:35.729Zinfo: downloading component 'rustc'
932024-03-15T12:42:39.392Zinfo: downloading component 'rustfmt'
942024-03-15T12:42:39.592Zinfo: installing component 'cargo'
952024-03-15T12:42:40.457Zinfo: installing component 'clippy'
962024-03-15T12:42:40.787Zinfo: installing component 'rust-docs'
972024-03-15T12:42:42.267Zinfo: installing component 'rust-std'
982024-03-15T12:42:44.096Zinfo: installing component 'rustc'
992024-03-15T12:42:47.965Zinfo: installing component 'rustfmt'
1002024-03-15T12:42:48.355Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-15T12:42:48.358Z+ rustc --version
1022024-03-15T12:42:48.420Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-15T12:42:48.423Z+ source ./env.sh
1042024-03-15T12:42:48.426Z++ set -o xtrace
1052024-03-15T12:42:48.429Z++++ dirname ./env.sh
1062024-03-15T12:42:48.466Z+++ readlink -f .
1072024-03-15T12:42:48.510Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-03-15T12:42:48.514Z++ 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-03-15T12:42:48.515Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-03-15T12:42:48.515Z++ 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-03-15T12:42:48.515Z++ 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-03-15T12:42:48.515Z++ 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-03-15T12:42:48.515Z++ 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-03-15T12:42:48.515Z++ 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-03-15T12:42:48.515Z++ 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-03-15T12:42:48.515Z++ unset OMICRON_WS
1172024-03-15T12:42:48.515Z++ set +o xtrace
1182024-03-15T12:42:48.515Z
1192024-03-15T12:42:48.515Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-03-15T12:42:48.515Z # # # # # # # # # # # # # # #
1212024-03-15T12:42:48.515Z # # # # ##### # # ##### # # # # # #### #
1222024-03-15T12:42:48.515Z ##### ##### # ##### # # # # # # # # #
1232024-03-15T12:42:48.515Z # # # # # # # # # # # # # # #
1242024-03-15T12:42:48.515Z # # # ###### # # ###### ### # #### # #### #
1252024-03-15T12:42:48.515Z
1262024-03-15T12:42:56.677Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-03-15T12:42:58.027Z Startup: Caching catalogs ... Done
1282024-03-15T12:42:59.324ZPlanning: Solver setup ... Done (0.922s)
1292024-03-15T12:42:59.443ZPlanning: Running solver ... Done (0.119s)
1302024-03-15T12:42:59.585ZPlanning: Finding local manifests ... Done (0.119s)
1312024-03-15T12:42:59.597ZPlanning: Fetching manifests: 0/4 0% complete
1322024-03-15T12:42:59.886ZPlanning: Fetching manifests: 4/4 100% complete
1332024-03-15T12:42:59.935ZPlanning: Package planning ... Done (0.049s)
1342024-03-15T12:42:59.988ZPlanning: Merging actions ... Done (0.053s)
1352024-03-15T12:43:00.375ZPlanning: Checking for conflicting actions ... Done (0.386s)
1362024-03-15T12:43:00.386ZPlanning: Consolidating action changes ... Done (0.011s)
1372024-03-15T12:43:06.460ZPlanning: Evaluating mediators ... Done (6.074s)
1382024-03-15T12:43:06.470ZPlanning: Planning completed in 8.39 seconds
1392024-03-15T12:43:06.484Z Packages to install: 4
1402024-03-15T12:43:06.488Z Mediators to change: 2
1412024-03-15T12:43:06.488Z Services to change: 1
1422024-03-15T12:43:06.488Z Estimated space available: 155.32 GB
1432024-03-15T12:43:06.488ZEstimated space to be consumed: 1.42 GB
1442024-03-15T12:43:06.488Z Create boot environment: No
1452024-03-15T12:43:06.488ZCreate backup boot environment: No
1462024-03-15T12:43:06.488Z Rebuild boot archive: No
1472024-03-15T12:43:06.488Z
1482024-03-15T12:43:06.488ZChanged mediators:
1492024-03-15T12:43:06.488Z mediator clang:
1502024-03-15T12:43:06.488Z version: None -> 15 (system default)
1512024-03-15T12:43:06.488Z
1522024-03-15T12:43:06.488Z mediator llvm:
1532024-03-15T12:43:06.488Z version: 14 (system default) -> 15 (system default)
1542024-03-15T12:43:06.488Z
1552024-03-15T12:43:06.488ZChanged packages:
1562024-03-15T12:43:06.488Zhelios-dev
1572024-03-15T12:43:06.489Z developer/build-essential
1582024-03-15T12:43:06.489Z None -> 11-2.0
1592024-03-15T12:43:06.489Z library/libxmlsec1
1602024-03-15T12:43:06.489Z None -> 1.2.35-2.0
1612024-03-15T12:43:06.489Z ooce/developer/clang-15
1622024-03-15T12:43:06.489Z None -> 15.0.7-2.0
1632024-03-15T12:43:06.489Z ooce/developer/llvm-15
1642024-03-15T12:43:06.489Z None -> 15.0.7-2.0
1652024-03-15T12:43:06.489Z
1662024-03-15T12:43:06.489ZServices:
1672024-03-15T12:43:06.489Z restart_fmri:
1682024-03-15T12:43:06.489Z svc:/system/update-man-index:default
1692024-03-15T12:43:06.637Z
1702024-03-15T12:43:06.637ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-03-15T12:43:11.641ZDownload: 493/3290 items 17.0/212.6MB 7% complete (3.5M/s)
1722024-03-15T12:43:16.650ZDownload: 1156/3290 items 47.2/212.6MB 22% complete (4.7M/s)
1732024-03-15T12:43:22.193ZDownload: 1197/3290 items 77.9/212.6MB 36% complete (7.6M/s)
1742024-03-15T12:43:35.192ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1752024-03-15T12:43:40.195ZDownload: 1930/3290 items 118.5/212.6MB 55% complete (7.2M/s)
1762024-03-15T12:43:45.198ZDownload: 3111/3290 items 128.8/212.6MB 60% complete (4.5M/s)
1772024-03-15T12:43:50.710ZDownload: 3246/3290 items 203.1/212.6MB 95% complete (10.1M/s)
1782024-03-15T12:43:52.035ZDownload: Completed 212.60 MB in 45.40 seconds (4.7M/s)
1792024-03-15T12:43:52.210Z Actions: 1/3689 actions (Installing new actions)
1802024-03-15T12:43:57.229Z Actions: 3565/3689 actions (Installing new actions)
1812024-03-15T12:43:57.405Z Actions: Completed 3689 actions in 5.19 seconds.
1822024-03-15T12:43:57.508Z Done (0.099s)
1832024-03-15T12:43:57.508Z Done (0.000s)
1842024-03-15T12:43:57.755Z Done (0.246s)
1852024-03-15T12:44:03.131Z Done (5.239s)
1862024-03-15T12:44:03.298Z Done (0.096s)
1872024-03-15T12:44:03.302Z Done (0.000s)
1882024-03-15T12:44:03.486Z Done (0.000s)
1892024-03-15T12:44:04.002ZPlanning: Evaluating mediator changes ... Done
1902024-03-15T12:44:04.165ZPlanning: Checking for conflicting actions ... Done
1912024-03-15T12:44:04.168ZPlanning: Consolidating action changes ... Done
1922024-03-15T12:44:04.433ZPlanning: Evaluating mediators ... Done
1932024-03-15T12:44:04.436ZPlanning: Planning completed in 0.43 seconds
1942024-03-15T12:44:04.466Z Mediators to change: 2
1952024-03-15T12:44:04.466Z Create boot environment: No
1962024-03-15T12:44:04.470ZCreate backup boot environment: No
1972024-03-15T12:44:04.543Z Done
1982024-03-15T12:44:04.543Z Done
1992024-03-15T12:44:04.685Z Done
2002024-03-15T12:44:08.299Z Done
2012024-03-15T12:44:08.388Z Done
2022024-03-15T12:44:08.391Z Done
2032024-03-15T12:44:08.498Z Done
2042024-03-15T12:44:09.140ZPlanning: Evaluating mediator changes ... Done
2052024-03-15T12:44:09.144ZPlanning: Merging actions ... Done
2062024-03-15T12:44:09.329ZPlanning: Checking for conflicting actions ... Done
2072024-03-15T12:44:09.334ZPlanning: Consolidating action changes ... Done
2082024-03-15T12:44:09.596ZPlanning: Evaluating mediators ... Done
2092024-03-15T12:44:09.655ZPlanning: Planning completed in 0.78 seconds
2102024-03-15T12:44:09.686Z Packages to change: 1
2112024-03-15T12:44:09.687Z Mediators to change: 1
2122024-03-15T12:44:09.691Z Services to change: 1
2132024-03-15T12:44:09.691Z Create boot environment: No
2142024-03-15T12:44:09.691ZCreate backup boot environment: Yes
2152024-03-15T12:44:11.698Z Actions: 1/6 actions (Updating modified actions)
2162024-03-15T12:44:11.731Z Actions: Completed 6 actions in 0.00 seconds.
2172024-03-15T12:44:11.732Z Done
2182024-03-15T12:44:11.732Z Done
2192024-03-15T12:44:12.164Z Done
2202024-03-15T12:44:15.345Z Done
2212024-03-15T12:44:15.435Z Done
2222024-03-15T12:44:15.438Z Done
2232024-03-15T12:44:15.586Z Done
2242024-03-15T12:44:16.019ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252024-03-15T12:44:16.019Zclang system 15 system
2262024-03-15T12:44:16.019Zcsh system system illumos
2272024-03-15T12:44:16.019Zctags system system illumos
2282024-03-15T12:44:16.019Zgcc vendor 12 vendor
2292024-03-15T12:44:16.019Zgcc system 10 system
2302024-03-15T12:44:16.019Zgcc system 7 system
2312024-03-15T12:44:16.019Zgo system 1.20 system
2322024-03-15T12:44:16.019Zgo system 1.19 system
2332024-03-15T12:44:16.019Zllvm system 15 system
2342024-03-15T12:44:16.019Zllvm system 14 system
2352024-03-15T12:44:16.019Zmariadb system 10.6 system
2362024-03-15T12:44:16.019Zmta vendor vendor dma
2372024-03-15T12:44:16.019Zopenjdk system 17 system
2382024-03-15T12:44:16.020Zopenjdk system 11 system
2392024-03-15T12:44:16.020Zopenjdk system 1.8 system
2402024-03-15T12:44:16.020Zopenssl vendor 3 vendor
2412024-03-15T12:44:16.020Zperl system 5.36 system
2422024-03-15T12:44:16.020Zpostgresql system 15 system
2432024-03-15T12:44:16.020Zpostgresql system 13 system
2442024-03-15T12:44:16.020Zpython vendor 3 vendor
2452024-03-15T12:44:16.020Zpython system 2 system
2462024-03-15T12:44:16.020Zpython3 system 3.11 system
2472024-03-15T12:44:16.020Zruby system 3.0 system
2482024-03-15T12:44:16.020Zwords vendor vendor american-english
2492024-03-15T12:44:16.020Zwords system system australian-english
2502024-03-15T12:44:16.020Zwords system system british-english
2512024-03-15T12:44:16.020Zwords system system canadian-english
2522024-03-15T12:44:16.020Zwords system system french
2532024-03-15T12:44:16.020Zwords system system italian
2542024-03-15T12:44:16.020Zwords system system ngerman
2552024-03-15T12:44:16.020Zwords system system ogerman
2562024-03-15T12:44:16.020Zwords system system spanish
2572024-03-15T12:44:16.351ZPUBLISHER TYPE STATUS P LOCATION
2582024-03-15T12:44:16.351Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592024-03-15T12:44:17.559ZFMRI IFO
2602024-03-15T12:44:17.559Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-03-15T12:44:17.559Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-03-15T12:44:17.560Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-03-15T12:44:17.560Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-03-15T12:44:17.560Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652024-03-15T12:44:17.560Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662024-03-15T12:44:17.560Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2672024-03-15T12:44:17.560Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-03-15T12:44:17.560Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-03-15T12:44:17.560Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-03-15T12:44:17.560Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2712024-03-15T12:44:17.560Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2722024-03-15T12:44:17.786Z+ set -o errexit
2732024-03-15T12:44:17.789Z+++ dirname ./tools/ci_download_cockroachdb
2742024-03-15T12:44:17.789Z++ cd ./tools
2752024-03-15T12:44:17.793Z++ pwd
2762024-03-15T12:44:17.793Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2772024-03-15T12:44:17.793Z++ basename ./tools/ci_download_cockroachdb
2782024-03-15T12:44:17.793Z+ ARG0=ci_download_cockroachdb
2792024-03-15T12:44:17.809Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2802024-03-15T12:44:17.809Z+ CIDL_VERSION=v22.1.9
2812024-03-15T12:44:17.810Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2822024-03-15T12:44:17.810Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2832024-03-15T12:44:17.810Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2842024-03-15T12:44:17.810Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2852024-03-15T12:44:17.810Z+ TARGET_DIR=out
2862024-03-15T12:44:17.810Z+ DOWNLOAD_DIR=out/downloads
2872024-03-15T12:44:17.810Z+ DEST_DIR=./out/cockroachdb
2882024-03-15T12:44:17.810Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2892024-03-15T12:44:17.810Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2902024-03-15T12:44:17.810Z+ main
2912024-03-15T12:44:17.810Z+ [[ 0 != 0 ]]
2922024-03-15T12:44:17.810Z+ CIDL_OS=solaris2.11
2932024-03-15T12:44:17.810Z+ [[ 0 != 0 ]]
2942024-03-15T12:44:17.810Z+ configure_os solaris2.11
2952024-03-15T12:44:17.810Z+ echo 'current directory: /work/oxidecomputer/omicron'
2962024-03-15T12:44:17.810Zcurrent directory: /work/oxidecomputer/omicron
2972024-03-15T12:44:17.810Z+ echo 'configuring based on OS: "solaris2.11"'
2982024-03-15T12:44:17.810Z+ case "$1" in
2992024-03-15T12:44:17.810Z+ CIDL_BUILD=illumos
3002024-03-15T12:44:17.810Z+ CIDL_SUFFIX=tar.gz
3012024-03-15T12:44:17.810Zconfiguring based on OS: "solaris2.11"
3022024-03-15T12:44:17.810Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3032024-03-15T12:44:17.811Z+ CIDL_URL_BASE=https://illumos.org/downloads
3042024-03-15T12:44:17.811Z+ CIDL_ASSEMBLE=do_assemble_illumos
3052024-03-15T12:44:17.811Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3062024-03-15T12:44:17.811Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3072024-03-15T12:44:17.811Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-03-15T12:44:17.811Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3092024-03-15T12:44:17.811Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-03-15T12:44:17.811Z+ CIDL_SHA256FUNC=do_sha256sum
3112024-03-15T12:44:17.811Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3122024-03-15T12:44:17.811Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3132024-03-15T12:44:17.811Z+ mkdir -p out/downloads
3142024-03-15T12:44:17.811ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-03-15T12:44:17.811ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3162024-03-15T12:44:17.811Z+ mkdir -p ./out/cockroachdb
3172024-03-15T12:44:17.811Z+ local DO_DOWNLOAD=true
3182024-03-15T12:44:17.811Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3192024-03-15T12:44:17.811Z+ '[' true == true ']'
3202024-03-15T12:44:17.811Z+ echo Downloading...
3212024-03-15T12:44:17.811ZDownloading...
3222024-03-15T12:44:17.811Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3232024-03-15T12:44:17.811Z+ 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
3242024-03-15T12:44:22.540Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3252024-03-15T12:44:22.543Z++ sha256sum
3262024-03-15T12:44:22.543Z++ awk '{print $1}'
3272024-03-15T12:44:22.657Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3282024-03-15T12:44:22.657Z+ [[ 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 ]]
3292024-03-15T12:44:22.660Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3302024-03-15T12:44:22.660Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3312024-03-15T12:44:24.828Z+ do_assemble_illumos
3322024-03-15T12:44:24.829Z+ rm -r ./out/cockroachdb
3332024-03-15T12:44:24.832Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3342024-03-15T12:44:25.285Z+ ./out/cockroachdb/bin/cockroach version
3352024-03-15T12:44:25.449ZBuild Tag: v22.1.9-dirty
3362024-03-15T12:44:25.449ZBuild Time: 2022/10/26 21:17:46
3372024-03-15T12:44:25.449ZDistribution: OSS
3382024-03-15T12:44:25.449ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3392024-03-15T12:44:25.449ZGo Version: go1.17.13
3402024-03-15T12:44:25.449ZC Compiler: gcc 10.3.0
3412024-03-15T12:44:25.449ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3422024-03-15T12:44:25.449ZBuild Type: release
3432024-03-15T12:44:25.465Z+ set -o errexit
3442024-03-15T12:44:25.468Z+++ dirname ./tools/ci_download_clickhouse
3452024-03-15T12:44:25.471Z++ cd ./tools
3462024-03-15T12:44:25.471Z++ pwd
3472024-03-15T12:44:25.471Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3482024-03-15T12:44:25.471Z++ basename ./tools/ci_download_clickhouse
3492024-03-15T12:44:25.471Z+ ARG0=ci_download_clickhouse
3502024-03-15T12:44:25.471Z+ TARGET_DIR=out
3512024-03-15T12:44:25.471Z+ DOWNLOAD_DIR=out/downloads
3522024-03-15T12:44:25.471Z+ DEST_DIR=./out/clickhouse
3532024-03-15T12:44:25.476Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3542024-03-15T12:44:25.476Z+ CIDL_VERSION=v23.8.7.24
3552024-03-15T12:44:25.476Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3562024-03-15T12:44:25.476Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3572024-03-15T12:44:25.476Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3582024-03-15T12:44:25.476Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3592024-03-15T12:44:25.477Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3602024-03-15T12:44:25.477Z+ main
3612024-03-15T12:44:25.477Z+ [[ 0 != 0 ]]
3622024-03-15T12:44:25.477Z+ CIDL_OS=solaris2.11
3632024-03-15T12:44:25.477Z+ [[ 0 != 0 ]]
3642024-03-15T12:44:25.477Z+ configure_os solaris2.11
3652024-03-15T12:44:25.477Z+ echo 'current directory: /work/oxidecomputer/omicron'
3662024-03-15T12:44:25.477Z+ echo 'configuring based on OS: "solaris2.11"'
3672024-03-15T12:44:25.477Zcurrent directory: /work/oxidecomputer/omicron
3682024-03-15T12:44:25.477Zconfiguring based on OS: "solaris2.11"
3692024-03-15T12:44:25.477Z+ CIDL_DASHREV=
3702024-03-15T12:44:25.477Z+ case "$1" in
3712024-03-15T12:44:25.477Z+ CIDL_PLATFORM=illumos
3722024-03-15T12:44:25.477Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3732024-03-15T12:44:25.477Z+ CIDL_MD5FUNC=do_md5sum
3742024-03-15T12:44:25.477Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3752024-03-15T12:44:25.477Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3762024-03-15T12:44:25.477Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3772024-03-15T12:44:25.477Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3782024-03-15T12:44:25.477Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3792024-03-15T12:44:25.477Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3802024-03-15T12:44:25.478Z+ mkdir -p out/downloads
3812024-03-15T12:44:25.478ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3822024-03-15T12:44:25.478ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3832024-03-15T12:44:25.481Z+ mkdir -p ./out/clickhouse
3842024-03-15T12:44:25.481Z+ local DO_DOWNLOAD=true
3852024-03-15T12:44:25.481Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3862024-03-15T12:44:25.481Z+ '[' true == true ']'
3872024-03-15T12:44:25.481Z+ echo Downloading...
3882024-03-15T12:44:25.481ZDownloading...
3892024-03-15T12:44:25.481Z+ 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
3902024-03-15T12:44:25.481Z+ 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
3912024-03-15T12:44:27.115Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3922024-03-15T12:44:27.119Z++ md5sum
3932024-03-15T12:44:27.119Z++ awk '{print $1}'
3942024-03-15T12:44:27.342Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3952024-03-15T12:44:27.342Z+ [[ 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 ]]
3962024-03-15T12:44:27.346Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3972024-03-15T12:44:27.346Z+ mkdir -p ./out/clickhouse
3982024-03-15T12:44:27.346Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3992024-03-15T12:44:31.210Z+ [[ solaris2.11 == darwin* ]]
4002024-03-15T12:44:31.210Z+ ./out/clickhouse/clickhouse server --version
4012024-03-15T12:44:31.463ZClickHouse server version 23.8.7.1.
4022024-03-15T12:44:31.483Z+ set -o errexit
4032024-03-15T12:44:31.487Z+++ dirname ./tools/ci_download_console
4042024-03-15T12:44:31.490Z++ cd ./tools
4052024-03-15T12:44:31.490Z++ pwd
4062024-03-15T12:44:31.491Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072024-03-15T12:44:31.491Z++ basename ./tools/ci_download_console
4082024-03-15T12:44:31.491Z+ ARG0=ci_download_console
4092024-03-15T12:44:31.491Z+ TARGET_DIR=out
4102024-03-15T12:44:31.491Z+ DOWNLOAD_DIR=out/downloads
4112024-03-15T12:44:31.491Z+ DEST_DIR=./out/console-assets
4122024-03-15T12:44:31.491Z+ source /work/oxidecomputer/omicron/tools/console_version
4132024-03-15T12:44:31.491Z++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198
4142024-03-15T12:44:31.491Z++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4152024-03-15T12:44:31.491Z+ URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4162024-03-15T12:44:31.491Z+ TARBALL_FILE=out/downloads/console.tar.gz
4172024-03-15T12:44:31.491Z+ main
4182024-03-15T12:44:31.491Z+ [[ 0 != 0 ]]
4192024-03-15T12:44:31.491Z+ echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz'
4202024-03-15T12:44:31.491ZURL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4212024-03-15T12:44:31.491Z+ echo 'Local file: out/downloads/console.tar.gz'
4222024-03-15T12:44:31.491ZLocal file: out/downloads/console.tar.gz
4232024-03-15T12:44:31.491Z+ local DO_DOWNLOAD=true
4242024-03-15T12:44:31.491Z+ [[ -f out/downloads/console.tar.gz ]]
4252024-03-15T12:44:31.491Z+ mkdir -p out/downloads
4262024-03-15T12:44:31.495Z+ '[' true == true ']'
4272024-03-15T12:44:31.495Z+ echo Downloading...
4282024-03-15T12:44:31.495ZDownloading...
4292024-03-15T12:44:31.495Z+ do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz
4302024-03-15T12:44:31.495Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4312024-03-15T12:44:32.066Z++ do_sha256sum out/downloads/console.tar.gz
4322024-03-15T12:44:32.073Z++ case "$OSTYPE" in
4332024-03-15T12:44:32.073Z++ SHA=sha256sum
4342024-03-15T12:44:32.073Z++ sha256sum
4352024-03-15T12:44:32.073Z++ awk '{print $1}'
4362024-03-15T12:44:32.076Z+ calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4372024-03-15T12:44:32.077Z+ [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]]
4382024-03-15T12:44:32.077Z+ rm -rf ./out/console-assets
4392024-03-15T12:44:32.077Z+ mkdir -p ./out/console-assets
4402024-03-15T12:44:32.083Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4412024-03-15T12:44:32.083Z+ mkdir -p ./out/console-assets
4422024-03-15T12:44:32.083Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4432024-03-15T12:44:32.174Z+ set -o errexit
4442024-03-15T12:44:32.178Z+++ dirname ./tools/ci_download_maghemite_openapi
4452024-03-15T12:44:32.181Z++ cd ./tools
4462024-03-15T12:44:32.181Z++ pwd
4472024-03-15T12:44:32.181Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4482024-03-15T12:44:32.181Z++ basename ./tools/ci_download_maghemite_openapi
4492024-03-15T12:44:32.181Z+ ARG0=ci_download_maghemite_openapi
4502024-03-15T12:44:32.181Z+ TARGET_DIR=out
4512024-03-15T12:44:32.181Z+ DOWNLOAD_DIR=out/downloads
4522024-03-15T12:44:32.181Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4532024-03-15T12:44:32.181Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
4542024-03-15T12:44:32.181Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4552024-03-15T12:44:32.181Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4562024-03-15T12:44:32.181Z+ LOCAL_FILE=out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4572024-03-15T12:44:32.182Z+ main
4582024-03-15T12:44:32.182Z+ rm -rf out/downloads/root
4592024-03-15T12:44:32.186Z+ [[ 0 != 0 ]]
4602024-03-15T12:44:32.186Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json'
4612024-03-15T12:44:32.186ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4622024-03-15T12:44:32.186Z+ echo 'Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json'
4632024-03-15T12:44:32.186ZLocal file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4642024-03-15T12:44:32.186Z+ local DO_DOWNLOAD=true
4652024-03-15T12:44:32.186Z+ [[ -f out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]]
4662024-03-15T12:44:32.186Z+ mkdir -p out/downloads
4672024-03-15T12:44:32.186Z+ '[' true == true ']'
4682024-03-15T12:44:32.186Z+ echo Downloading...
4692024-03-15T12:44:32.186ZDownloading...
4702024-03-15T12:44:32.186Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4712024-03-15T12:44:32.186Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4722024-03-15T12:44:32.433Z++ do_sha256sum out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4732024-03-15T12:44:32.433Z++ case "$OSTYPE" in
4742024-03-15T12:44:32.436Z++ SHA=sha256sum
4752024-03-15T12:44:32.436Z++ sha256sum
4762024-03-15T12:44:32.436Z++ awk '{print $1}'
4772024-03-15T12:44:32.439Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4782024-03-15T12:44:32.439Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4792024-03-15T12:44:32.439Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4802024-03-15T12:44:32.439Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
4812024-03-15T12:44:32.440Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4822024-03-15T12:44:32.440Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4832024-03-15T12:44:32.440Z+ LOCAL_FILE=out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4842024-03-15T12:44:32.440Z+ main
4852024-03-15T12:44:32.440Z+ rm -rf out/downloads/root
4862024-03-15T12:44:32.444Z+ [[ 0 != 0 ]]
4872024-03-15T12:44:32.444Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json'
4882024-03-15T12:44:32.444ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4892024-03-15T12:44:32.444Z+ echo 'Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json'
4902024-03-15T12:44:32.444ZLocal file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4912024-03-15T12:44:32.444Z+ local DO_DOWNLOAD=true
4922024-03-15T12:44:32.444Z+ [[ -f out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]]
4932024-03-15T12:44:32.444Z+ mkdir -p out/downloads
4942024-03-15T12:44:32.445Z+ '[' true == true ']'
4952024-03-15T12:44:32.445Z+ echo Downloading...
4962024-03-15T12:44:32.445ZDownloading...
4972024-03-15T12:44:32.445Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4982024-03-15T12:44:32.445Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4992024-03-15T12:44:32.544Z++ do_sha256sum out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
5002024-03-15T12:44:32.547Z++ case "$OSTYPE" in
5012024-03-15T12:44:32.547Z++ SHA=sha256sum
5022024-03-15T12:44:32.547Z++ sha256sum
5032024-03-15T12:44:32.547Z++ awk '{print $1}'
5042024-03-15T12:44:32.551Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5052024-03-15T12:44:32.551Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
5062024-03-15T12:44:32.556Z+ set -o errexit
5072024-03-15T12:44:32.560Z+++ dirname ./tools/ci_download_dendrite_openapi
5082024-03-15T12:44:32.565Z++ cd ./tools
5092024-03-15T12:44:32.565Z++ pwd
5102024-03-15T12:44:32.565Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5112024-03-15T12:44:32.565Z++ basename ./tools/ci_download_dendrite_openapi
5122024-03-15T12:44:32.565Z+ ARG0=ci_download_dendrite_openapi
5132024-03-15T12:44:32.565Z+ TARGET_DIR=out
5142024-03-15T12:44:32.565Z+ DOWNLOAD_DIR=out/downloads
5152024-03-15T12:44:32.565Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5162024-03-15T12:44:32.565Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5172024-03-15T12:44:32.565Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5182024-03-15T12:44:32.565Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5192024-03-15T12:44:32.565Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5202024-03-15T12:44:32.565Z+ main
5212024-03-15T12:44:32.565Z+ [[ 0 != 0 ]]
5222024-03-15T12:44:32.566Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5232024-03-15T12:44:32.566ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5242024-03-15T12:44:32.566Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5252024-03-15T12:44:32.566ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5262024-03-15T12:44:32.566Z+ local DO_DOWNLOAD=true
5272024-03-15T12:44:32.566Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5282024-03-15T12:44:32.566Z+ mkdir -p out/downloads
5292024-03-15T12:44:32.570Z+ '[' true == true ']'
5302024-03-15T12:44:32.570Z+ echo Downloading...
5312024-03-15T12:44:32.570ZDownloading...
5322024-03-15T12:44:32.570Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5332024-03-15T12:44:32.570Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5342024-03-15T12:44:32.673Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5352024-03-15T12:44:32.673Z++ case "$OSTYPE" in
5362024-03-15T12:44:32.673Z++ SHA=sha256sum
5372024-03-15T12:44:32.677Z++ sha256sum
5382024-03-15T12:44:32.677Z++ awk '{print $1}'
5392024-03-15T12:44:32.681Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5402024-03-15T12:44:32.681Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5412024-03-15T12:44:32.689Z+ set -o errexit
5422024-03-15T12:44:32.692Z+++ dirname ./tools/ci_download_dendrite_stub
5432024-03-15T12:44:32.692Z++ cd ./tools
5442024-03-15T12:44:32.692Z++ pwd
5452024-03-15T12:44:32.692Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5462024-03-15T12:44:32.696Z++ basename ./tools/ci_download_dendrite_stub
5472024-03-15T12:44:32.696Z+ ARG0=ci_download_dendrite_stub
5482024-03-15T12:44:32.696Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5492024-03-15T12:44:32.696Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5502024-03-15T12:44:32.696Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5512024-03-15T12:44:32.696Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5522024-03-15T12:44:32.696Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5532024-03-15T12:44:32.696Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5542024-03-15T12:44:32.696Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5552024-03-15T12:44:32.696Z+ TARGET_DIR=out
5562024-03-15T12:44:32.696Z+ DOWNLOAD_DIR=out/downloads
5572024-03-15T12:44:32.696Z+ DEST_DIR=./out/dendrite-stub
5582024-03-15T12:44:32.696Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5592024-03-15T12:44:32.696Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5602024-03-15T12:44:32.697Z+ REPO=oxidecomputer/dendrite
5612024-03-15T12:44:32.697Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5622024-03-15T12:44:32.697Z+ main
5632024-03-15T12:44:32.697Z+ [[ 0 != 0 ]]
5642024-03-15T12:44:32.697Z+ CIDL_OS=solaris2.11
5652024-03-15T12:44:32.697Z+ [[ 0 != 0 ]]
5662024-03-15T12:44:32.697Z+ configure_os solaris2.11
5672024-03-15T12:44:32.697Z+ echo 'current directory: /work/oxidecomputer/omicron'
5682024-03-15T12:44:32.697Zcurrent directory: /work/oxidecomputer/omicron
5692024-03-15T12:44:32.697Z+ echo 'configuring based on OS: "solaris2.11"'
5702024-03-15T12:44:32.697Z+ case "$1" in
5712024-03-15T12:44:32.697Zconfiguring based on OS: "solaris2.11"
5722024-03-15T12:44:32.697Z+ SET_BINARIES=
5732024-03-15T12:44:32.697Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5742024-03-15T12:44:32.697Z+ CIDL_SHA256FUNC=do_sha256sum
5752024-03-15T12:44:32.697Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5762024-03-15T12:44:32.697Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5772024-03-15T12:44:32.697Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5782024-03-15T12:44:32.697Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5792024-03-15T12:44:32.697ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5802024-03-15T12:44:32.697Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5812024-03-15T12:44:32.697Z+ mkdir -p out/downloads
5822024-03-15T12:44:32.697ZLocal file: out/downloads/dendrite-stub.tar.gz
5832024-03-15T12:44:32.701Z+ mkdir -p ./out/dendrite-stub
5842024-03-15T12:44:32.701Z+ fetch_and_verify
5852024-03-15T12:44:32.701Z+ local DO_DOWNLOAD=true
5862024-03-15T12:44:32.701Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5872024-03-15T12:44:32.701Z+ '[' true == true ']'
5882024-03-15T12:44:32.701Z+ echo Downloading...
5892024-03-15T12:44:32.701ZDownloading...
5902024-03-15T12:44:32.701Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5912024-03-15T12:44:32.701Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5922024-03-15T12:44:34.550Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5932024-03-15T12:44:34.553Z++ sha256sum
5942024-03-15T12:44:34.553Z++ awk '{print $1}'
5952024-03-15T12:44:34.574Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5962024-03-15T12:44:34.577Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5972024-03-15T12:44:34.577Z+ do_untar out/downloads/dendrite-stub.tar.gz
5982024-03-15T12:44:34.577Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5992024-03-15T12:44:35.279Z+ do_assemble
6002024-03-15T12:44:35.279Z+ rm -r ./out/dendrite-stub
6012024-03-15T12:44:35.282Z+ mkdir ./out/dendrite-stub
6022024-03-15T12:44:35.285Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6032024-03-15T12:44:35.384Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6042024-03-15T12:44:35.394Z+ set -o errexit
6052024-03-15T12:44:35.397Z+++ dirname ./tools/ci_download_maghemite_mgd
6062024-03-15T12:44:35.400Z++ cd ./tools
6072024-03-15T12:44:35.400Z++ pwd
6082024-03-15T12:44:35.400Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6092024-03-15T12:44:35.400Z++ basename ./tools/ci_download_maghemite_mgd
6102024-03-15T12:44:35.403Z+ ARG0=ci_download_maghemite_mgd
6112024-03-15T12:44:35.403Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6122024-03-15T12:44:35.403Z++ CIDL_SHA256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d
6132024-03-15T12:44:35.403Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
6142024-03-15T12:44:35.404Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6152024-03-15T12:44:35.404Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
6162024-03-15T12:44:35.404Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
6172024-03-15T12:44:35.404Z+ TARGET_DIR=out
6182024-03-15T12:44:35.404Z+ DOWNLOAD_DIR=out/downloads
6192024-03-15T12:44:35.404Z+ DEST_DIR=./out/mgd
6202024-03-15T12:44:35.404Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6212024-03-15T12:44:35.404Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6222024-03-15T12:44:35.404Z+ REPO=oxidecomputer/maghemite
6232024-03-15T12:44:35.404Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
6242024-03-15T12:44:35.404Z+ main
6252024-03-15T12:44:35.404Z+ rm -rf out/downloads/root
6262024-03-15T12:44:35.413Z+ [[ 0 != 0 ]]
6272024-03-15T12:44:35.413Z+ CIDL_OS=solaris2.11
6282024-03-15T12:44:35.413Z+ [[ 0 != 0 ]]
6292024-03-15T12:44:35.413Z+ configure_os solaris2.11
6302024-03-15T12:44:35.417Z+ echo 'current directory: /work/oxidecomputer/omicron'
6312024-03-15T12:44:35.417Zcurrent directory: /work/oxidecomputer/omicron
6322024-03-15T12:44:35.417Zconfiguring based on OS: "solaris2.11"
6332024-03-15T12:44:35.417Z+ echo 'configuring based on OS: "solaris2.11"'
6342024-03-15T12:44:35.417Z+ case "$1" in
6352024-03-15T12:44:35.417Z+ SET_BINARIES=
6362024-03-15T12:44:35.417Z+ CIDL_SHA256FUNC=do_sha256sum
6372024-03-15T12:44:35.417Z+ TARBALL_FILENAME=mgd.tar.gz
6382024-03-15T12:44:35.417Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6392024-03-15T12:44:35.417Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6402024-03-15T12:44:35.417Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz'
6412024-03-15T12:44:35.417Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6422024-03-15T12:44:35.417ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6432024-03-15T12:44:35.417ZLocal file: out/downloads/mgd.tar.gz
6442024-03-15T12:44:35.417Z+ mkdir -p out/downloads
6452024-03-15T12:44:35.417Z+ mkdir -p ./out/mgd
6462024-03-15T12:44:35.421Z+ fetch_and_verify
6472024-03-15T12:44:35.421Z+ local DO_DOWNLOAD=true
6482024-03-15T12:44:35.421Z+ [[ -f out/downloads/mgd.tar.gz ]]
6492024-03-15T12:44:35.421Z+ '[' true == true ']'
6502024-03-15T12:44:35.421Z+ echo Downloading...
6512024-03-15T12:44:35.421ZDownloading...
6522024-03-15T12:44:35.421Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz out/downloads/mgd.tar.gz
6532024-03-15T12:44:35.421Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6542024-03-15T12:44:42.267Z++ do_sha256sum out/downloads/mgd.tar.gz
6552024-03-15T12:44:42.281Z++ sha256sum
6562024-03-15T12:44:42.281Z++ awk '{print $1}'
6572024-03-15T12:44:42.289Z+ calculated_sha256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d
6582024-03-15T12:44:42.289Z+ [[ 151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d != \1\5\1\a\e\b\2\6\4\1\4\9\8\9\c\a\d\5\7\1\b\3\8\8\6\7\8\6\e\f\b\e\e\a\f\d\9\1\c\4\1\a\9\3\a\7\4\7\c\7\8\4\c\d\c\6\5\4\d\5\8\7\6\d ]]
6592024-03-15T12:44:42.289Z+ do_untar out/downloads/mgd.tar.gz
6602024-03-15T12:44:42.289Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6612024-03-15T12:44:42.732Z+ do_assemble
6622024-03-15T12:44:42.732Z+ rm -r ./out/mgd
6632024-03-15T12:44:42.735Z+ mkdir ./out/mgd
6642024-03-15T12:44:42.738Z+ cp -r out/downloads/root ./out/mgd/root
6652024-03-15T12:44:42.805Z+ set -o errexit
6662024-03-15T12:44:43.243Z+++ dirname ./tools/ci_download_transceiver_control
6672024-03-15T12:44:43.243Z++ cd ./tools
6682024-03-15T12:44:43.243Z++ pwd
6692024-03-15T12:44:43.243Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6702024-03-15T12:44:43.244Z++ basename ./tools/ci_download_transceiver_control
6712024-03-15T12:44:43.244Z+ ARG0=ci_download_transceiver_control
6722024-03-15T12:44:43.244Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6732024-03-15T12:44:43.244Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6742024-03-15T12:44:43.244Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6752024-03-15T12:44:43.244Z+ TARGET_DIR=out
6762024-03-15T12:44:43.244Z+ DOWNLOAD_DIR=out/downloads
6772024-03-15T12:44:43.244Z+ DEST_DIR=./out/transceiver-control
6782024-03-15T12:44:43.244Z+ BIN_DIR=/opt/oxide/bin
6792024-03-15T12:44:43.244Z+ BINARY=xcvradm
6802024-03-15T12:44:43.244Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6812024-03-15T12:44:43.244Z+ REPO=oxidecomputer/transceiver-control
6822024-03-15T12:44:43.244Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6832024-03-15T12:44:43.244Z+ main
6842024-03-15T12:44:43.244Z+ [[ 0 != 0 ]]
6852024-03-15T12:44:43.244Z+ CIDL_OS=solaris2.11
6862024-03-15T12:44:43.244Z+ [[ 0 != 0 ]]
6872024-03-15T12:44:43.244Z+ configure_os solaris2.11
6882024-03-15T12:44:43.244Z+ echo 'current directory: /work/oxidecomputer/omicron'
6892024-03-15T12:44:43.244Zcurrent directory: /work/oxidecomputer/omicron
6902024-03-15T12:44:43.244Z+ echo 'configuring based on OS: "solaris2.11"'
6912024-03-15T12:44:43.244Z+ case "$1" in
6922024-03-15T12:44:43.244Z+ SET_BINARIES=
6932024-03-15T12:44:43.245Zconfiguring based on OS: "solaris2.11"
6942024-03-15T12:44:43.245Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6952024-03-15T12:44:43.245Z+ CIDL_SHA256FUNC=do_sha256sum
6962024-03-15T12:44:43.245Z+ ARCHIVE_FILENAME=xcvradm.gz
6972024-03-15T12:44:43.245Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6982024-03-15T12:44:43.245Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6992024-03-15T12:44:43.245Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7002024-03-15T12:44:43.245Z+ echo 'Local file: out/downloads/xcvradm.gz'
7012024-03-15T12:44:43.245ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7022024-03-15T12:44:43.245ZLocal file: out/downloads/xcvradm.gz
7032024-03-15T12:44:43.245Z+ mkdir -p out/downloads
7042024-03-15T12:44:43.245Z+ mkdir -p ./out/transceiver-control
7052024-03-15T12:44:43.245Z+ fetch_and_verify
7062024-03-15T12:44:43.245Z+ local DO_DOWNLOAD=true
7072024-03-15T12:44:43.245Z+ [[ -f out/downloads/xcvradm.gz ]]
7082024-03-15T12:44:43.245Z+ '[' true == true ']'
7092024-03-15T12:44:43.245Z+ echo Downloading...
7102024-03-15T12:44:43.245ZDownloading...
7112024-03-15T12:44:43.245Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7122024-03-15T12:44:43.245Z+ 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
7132024-03-15T12:44:46.038Z++ do_sha256sum out/downloads/xcvradm.gz
7142024-03-15T12:44:46.063Z++ sha256sum
7152024-03-15T12:44:46.063Z++ awk '{print $1}'
7162024-03-15T12:44:46.066Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7172024-03-15T12:44:46.066Z+ [[ 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 ]]
7182024-03-15T12:44:46.066Z+ do_unpack out/downloads/xcvradm.gz
7192024-03-15T12:44:46.066Z+ mkdir -p out/downloads/root//opt/oxide/bin
7202024-03-15T12:44:46.067Z+ gzip -dc out/downloads/xcvradm.gz
7212024-03-15T12:44:46.163Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7222024-03-15T12:44:46.166Z+ do_assemble
7232024-03-15T12:44:46.167Z+ rm -r ./out/transceiver-control
7242024-03-15T12:44:46.170Z+ mkdir ./out/transceiver-control
7252024-03-15T12:44:46.170Z+ cp -r out/downloads/root ./out/transceiver-control/root
7262024-03-15T12:44:46.246Z+ set -o errexit
7272024-03-15T12:44:46.249Z+++ dirname ./tools/ci_download_thundermuffin
7282024-03-15T12:44:46.252Z++ cd ./tools
7292024-03-15T12:44:46.252Z++ pwd
7302024-03-15T12:44:46.253Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7312024-03-15T12:44:46.253Z++ basename ./tools/ci_download_thundermuffin
7322024-03-15T12:44:46.256Z+ ARG0=ci_download_thundermuffin
7332024-03-15T12:44:46.256Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7342024-03-15T12:44:46.256Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7352024-03-15T12:44:46.256Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7362024-03-15T12:44:46.256Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7372024-03-15T12:44:46.256Z+ TARGET_DIR=out
7382024-03-15T12:44:46.256Z+ DOWNLOAD_DIR=out/downloads
7392024-03-15T12:44:46.256Z+ DEST_DIR=./out/thundermuffin
7402024-03-15T12:44:46.256Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7412024-03-15T12:44:46.256Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7422024-03-15T12:44:46.256Z+ REPO=oxidecomputer/thundermuffin
7432024-03-15T12:44:46.256Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7442024-03-15T12:44:46.256Z+ main
7452024-03-15T12:44:46.256Z+ rm -rf out/downloads/root
7462024-03-15T12:44:46.260Z+ [[ 0 != 0 ]]
7472024-03-15T12:44:46.260Z+ CIDL_OS=solaris2.11
7482024-03-15T12:44:46.263Z+ [[ 0 != 0 ]]
7492024-03-15T12:44:46.263Z+ configure_os solaris2.11
7502024-03-15T12:44:46.263Z+ echo 'current directory: /work/oxidecomputer/omicron'
7512024-03-15T12:44:46.263Zcurrent directory: /work/oxidecomputer/omicron
7522024-03-15T12:44:46.263Z+ echo 'configuring based on OS: "solaris2.11"'
7532024-03-15T12:44:46.263Z+ case "$1" in
7542024-03-15T12:44:46.263Z+ SET_BINARIES=
7552024-03-15T12:44:46.263Zconfiguring based on OS: "solaris2.11"
7562024-03-15T12:44:46.263Z+ CIDL_SHA256FUNC=do_sha256sum
7572024-03-15T12:44:46.263Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7582024-03-15T12:44:46.263Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7592024-03-15T12:44:46.263Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7602024-03-15T12:44:46.263Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7612024-03-15T12:44:46.263Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7622024-03-15T12:44:46.263ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7632024-03-15T12:44:46.264ZLocal file: out/downloads/thundermuffin.tar.gz
7642024-03-15T12:44:46.264Z+ mkdir -p out/downloads
7652024-03-15T12:44:46.264Z+ mkdir -p ./out/thundermuffin
7662024-03-15T12:44:46.267Z+ fetch_and_verify
7672024-03-15T12:44:46.267Z+ local DO_DOWNLOAD=true
7682024-03-15T12:44:46.267Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7692024-03-15T12:44:46.267Z+ '[' true == true ']'
7702024-03-15T12:44:46.267Z+ echo Downloading...
7712024-03-15T12:44:46.267ZDownloading...
7722024-03-15T12:44:46.267Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7732024-03-15T12:44:46.267Z+ 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
7742024-03-15T12:44:47.343Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7752024-03-15T12:44:47.349Z++ sha256sum
7762024-03-15T12:44:47.349Z++ awk '{print $1}'
7772024-03-15T12:44:47.353Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7782024-03-15T12:44:47.354Z+ [[ 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 ]]
7792024-03-15T12:44:47.354Z+ do_untar out/downloads/thundermuffin.tar.gz
7802024-03-15T12:44:47.354Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7812024-03-15T12:44:47.411Z+ do_assemble
7822024-03-15T12:44:47.411Z+ rm -r ./out/thundermuffin
7832024-03-15T12:44:47.415Z+ mkdir ./out/thundermuffin
7842024-03-15T12:44:47.418Z+ cp -r out/downloads/root ./out/thundermuffin/root
7852024-03-15T12:44:47.441ZAll builder prerequisites installed successfully, and PATH looks valid
7862024-03-15T12:44:47.447Z
7872024-03-15T12:44:47.447Zreal 1:58.881607551
7882024-03-15T12:44:47.447Zuser 36.807780663
7892024-03-15T12:44:47.447Zsys 7.063680643
7902024-03-15T12:44:47.447Ztrap 0.008863942
7912024-03-15T12:44:47.447Ztflt 0.113220522
7922024-03-15T12:44:47.447Zdflt 0.299575576
7932024-03-15T12:44:47.447Zkflt 0.131707727
7942024-03-15T12:44:47.447Zlock 1.123068484
7952024-03-15T12:44:47.447Zslp 3:49.892531751
7962024-03-15T12:44:47.447Zlat 2.068742334
7972024-03-15T12:44:47.447Zstop 0.149729848
7982024-03-15T12:44:47.447Z
7992024-03-15T12:44:47.447Z #### # # ##### ##### # #
8002024-03-15T12:44:47.447Z # # # # # # # # # #
8012024-03-15T12:44:47.447Z # # # # # # # #
8022024-03-15T12:44:47.447Z # # # ##### ##### #
8032024-03-15T12:44:47.448Z # # # # # # #
8042024-03-15T12:44:47.448Z #### ###### # # # #
8052024-03-15T12:44:47.448Z
8062024-03-15T12:44:47.655Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8072024-03-15T12:44:47.993Z Updating git repository `https://github.com/oxidecomputer/samael`
8082024-03-15T12:44:48.361Z Updating git repository `https://github.com/oxidecomputer/zone`
8092024-03-15T12:44:48.658Z Updating crates.io index
8102024-03-15T12:44:48.756Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8112024-03-15T12:44:49.535Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8122024-03-15T12:44:51.556Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8132024-03-15T12:44:52.228Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8142024-03-15T12:44:52.511Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152024-03-15T12:44:53.468Z Updating git repository `https://github.com/oxidecomputer/crucible`
8162024-03-15T12:44:55.773Z Updating git repository `https://github.com/oxidecomputer/opte`
8172024-03-15T12:44:56.802Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8182024-03-15T12:44:57.098Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8192024-03-15T12:44:57.703Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8202024-03-15T12:44:57.986Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8212024-03-15T12:44:58.318Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8222024-03-15T12:44:58.687Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8232024-03-15T12:44:59.015Z Updating git repository `http://github.com/oxidecomputer/tofino`
8242024-03-15T12:44:59.320Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8252024-03-15T12:44:59.693Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8262024-03-15T12:44:59.999Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8272024-03-15T12:45:00.335Z Updating git repository `https://github.com/oxidecomputer/ispf`
8282024-03-15T12:45:00.689Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8292024-03-15T12:45:01.598Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8302024-03-15T12:45:01.700Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8312024-03-15T12:45:02.204Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8322024-03-15T12:45:02.525Z Updating git repository `https://github.com/jgallagher/nix`
8332024-03-15T12:45:03.592Z Updating git repository `https://github.com/cbiffle/hubpack`
8342024-03-15T12:45:03.912Z Updating git repository `https://github.com/oxidecomputer/typify`
8352024-03-15T12:45:05.683Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8362024-03-15T12:45:06.094Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8372024-03-15T12:45:06.424Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8382024-03-15T12:45:07.707Z Downloading crates ...
8392024-03-15T12:45:07.762Z Downloaded itoa v1.0.9
8402024-03-15T12:45:07.765Z Downloaded anstyle v1.0.2
8412024-03-15T12:45:07.773Z Downloaded heck v0.4.1
8422024-03-15T12:45:07.776Z Downloaded colorchoice v1.0.0
8432024-03-15T12:45:07.806Z Downloaded equivalent v1.0.1
8442024-03-15T12:45:07.811Z Downloaded cargo-platform v0.1.3
8452024-03-15T12:45:07.815Z Downloaded utf8parse v0.2.1
8462024-03-15T12:45:07.815Z Downloaded toml_datetime v0.6.5
8472024-03-15T12:45:07.815Z Downloaded thiserror-impl v1.0.57
8482024-03-15T12:45:07.818Z Downloaded strsim v0.11.0
8492024-03-15T12:45:07.818Z Downloaded errno v0.3.8
8502024-03-15T12:45:07.818Z Downloaded thiserror v1.0.57
8512024-03-15T12:45:07.822Z Downloaded anstyle-query v1.0.0
8522024-03-15T12:45:07.831Z Downloaded serde_spanned v0.6.5
8532024-03-15T12:45:07.836Z Downloaded cargo_toml v0.19.0
8542024-03-15T12:45:07.836Z Downloaded clap_lex v0.7.0
8552024-03-15T12:45:07.844Z Downloaded terminal_size v0.3.0
8562024-03-15T12:45:07.847Z Downloaded camino v1.1.6
8572024-03-15T12:45:07.847Z Downloaded anstream v0.6.11
8582024-03-15T12:45:07.848Z Downloaded quote v1.0.35
8592024-03-15T12:45:07.851Z Downloaded clap_derive v4.5.0
8602024-03-15T12:45:07.851Z Downloaded anstyle-parse v0.2.1
8612024-03-15T12:45:07.854Z Downloaded ryu v1.0.15
8622024-03-15T12:45:07.857Z Downloaded semver v1.0.22
8632024-03-15T12:45:07.857Z Downloaded toml v0.8.10
8642024-03-15T12:45:07.860Z Downloaded cargo_metadata v0.18.1
8652024-03-15T12:45:07.863Z Downloaded anyhow v1.0.79
8662024-03-15T12:45:07.866Z Downloaded proc-macro2 v1.0.78
8672024-03-15T12:45:07.869Z Downloaded bitflags v2.4.2
8682024-03-15T12:45:07.873Z Downloaded unicode-ident v1.0.12
8692024-03-15T12:45:07.876Z Downloaded serde_derive v1.0.197
8702024-03-15T12:45:07.879Z Downloaded clap v4.5.1
8712024-03-15T12:45:07.905Z Downloaded serde v1.0.197
8722024-03-15T12:45:07.914Z Downloaded indexmap v2.2.5
8732024-03-15T12:45:07.918Z Downloaded toml_edit v0.22.6
8742024-03-15T12:45:07.942Z Downloaded serde_json v1.0.114
8752024-03-15T12:45:07.946Z Downloaded memchr v2.7.1
8762024-03-15T12:45:07.951Z Downloaded winnow v0.6.1
8772024-03-15T12:45:07.958Z Downloaded clap_builder v4.5.1
8782024-03-15T12:45:07.964Z Downloaded hashbrown v0.14.3
8792024-03-15T12:45:07.979Z Downloaded syn v2.0.51
8802024-03-15T12:45:08.000Z Downloaded rustix v0.38.31
8812024-03-15T12:45:08.026Z Downloaded libc v0.2.153
8822024-03-15T12:45:08.279Z Compiling proc-macro2 v1.0.78
8832024-03-15T12:45:08.282Z Compiling unicode-ident v1.0.12
8842024-03-15T12:45:08.282Z Compiling serde v1.0.197
8852024-03-15T12:45:08.282Z Compiling libc v0.2.153
8862024-03-15T12:45:08.282Z Compiling rustix v0.38.31
8872024-03-15T12:45:08.282Z Compiling hashbrown v0.14.3
8882024-03-15T12:45:08.282Z Compiling utf8parse v0.2.1
8892024-03-15T12:45:08.282Z Compiling bitflags v2.4.2
8902024-03-15T12:45:08.507Z Compiling equivalent v1.0.1
8912024-03-15T12:45:08.532Z Compiling anstyle-parse v0.2.1
8922024-03-15T12:45:08.601Z Compiling semver v1.0.22
8932024-03-15T12:45:08.761Z Compiling anstyle-query v1.0.0
8942024-03-15T12:45:08.830Z Compiling camino v1.1.6
8952024-03-15T12:45:08.865Z Compiling thiserror v1.0.57
8962024-03-15T12:45:09.442Z Compiling indexmap v2.2.5
8972024-03-15T12:45:09.563Z Compiling anstyle v1.0.2
8982024-03-15T12:45:09.568Z Compiling colorchoice v1.0.0
8992024-03-15T12:45:09.568Z Compiling serde_json v1.0.114
9002024-03-15T12:45:09.688Z Compiling winnow v0.6.1
9012024-03-15T12:45:09.842Z Compiling anstream v0.6.11
9022024-03-15T12:45:09.860Z Compiling strsim v0.11.0
9032024-03-15T12:45:09.910Z Compiling ryu v1.0.15
9042024-03-15T12:45:09.934Z Compiling heck v0.4.1
9052024-03-15T12:45:10.300Z Compiling itoa v1.0.9
9062024-03-15T12:45:10.444Z Compiling anyhow v1.0.79
9072024-03-15T12:45:10.526Z Compiling clap_lex v0.7.0
9082024-03-15T12:45:10.611Z Compiling quote v1.0.35
9092024-03-15T12:45:10.932Z Compiling errno v0.3.8
9102024-03-15T12:45:10.963Z Compiling syn v2.0.51
9112024-03-15T12:45:11.905Z Compiling terminal_size v0.3.0
9122024-03-15T12:45:12.029Z Compiling clap_builder v4.5.1
9132024-03-15T12:45:15.950Z Compiling serde_derive v1.0.197
9142024-03-15T12:45:15.950Z Compiling thiserror-impl v1.0.57
9152024-03-15T12:45:15.965Z Compiling clap_derive v4.5.0
9162024-03-15T12:45:18.582Z Compiling clap v4.5.1
9172024-03-15T12:45:23.841Z Compiling serde_spanned v0.6.5
9182024-03-15T12:45:23.847Z Compiling toml_datetime v0.6.5
9192024-03-15T12:45:23.847Z Compiling cargo-platform v0.1.3
9202024-03-15T12:45:24.094Z Compiling toml_edit v0.22.6
9212024-03-15T12:45:25.146Z Compiling cargo_metadata v0.18.1
9222024-03-15T12:45:26.100Z Compiling toml v0.8.10
9232024-03-15T12:45:26.845Z Compiling cargo_toml v0.19.0
9242024-03-15T12:45:30.444Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9252024-03-15T12:45:31.401Z Finished dev [unoptimized + debuginfo] target(s) in 43.91s
9262024-03-15T12:45:31.604Z Running `target/debug/xtask clippy`
9272024-03-15T12:45:31.644Zrunning: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types"
9282024-03-15T12:45:32.182Z Downloading crates ...
9292024-03-15T12:45:32.272Z Downloaded adler v1.0.2
9302024-03-15T12:45:32.275Z Downloaded addr2line v0.21.0
9312024-03-15T12:45:32.281Z Downloaded arc-swap v1.6.0
9322024-03-15T12:45:32.285Z Downloaded console v0.15.8
9332024-03-15T12:45:32.289Z Downloaded crucible-workspace-hack v0.1.0
9342024-03-15T12:45:32.292Z Downloaded ansi_term v0.12.1
9352024-03-15T12:45:32.292Z Downloaded ahash v0.8.8
9362024-03-15T12:45:32.295Z Downloaded http-body v1.0.0
9372024-03-15T12:45:32.298Z Downloaded crypto-bigint v0.5.2
9382024-03-15T12:45:32.303Z Downloaded cstr-argument v0.1.2
9392024-03-15T12:45:32.306Z Downloaded cipher v0.4.4
9402024-03-15T12:45:32.309Z Downloaded hubpack_derive v0.1.1
9412024-03-15T12:45:32.309Z Downloaded cc v1.0.83
9422024-03-15T12:45:32.312Z Downloaded base16ct v0.2.0
9432024-03-15T12:45:32.312Z Downloaded async-stream-impl v0.3.5
9442024-03-15T12:45:32.315Z Downloaded async-stream v0.3.5
9452024-03-15T12:45:32.315Z Downloaded clap v2.34.0
9462024-03-15T12:45:32.325Z Downloaded matches v0.1.10
9472024-03-15T12:45:32.329Z Downloaded atomicwrites v0.4.3
9482024-03-15T12:45:32.329Z Downloaded indoc v1.0.9
9492024-03-15T12:45:32.332Z Downloaded new_debug_unreachable v1.0.4
9502024-03-15T12:45:32.335Z Downloaded ident_case v1.0.1
9512024-03-15T12:45:32.335Z Downloaded httptest v0.15.5
9522024-03-15T12:45:32.338Z Downloaded iana-time-zone v0.1.57
9532024-03-15T12:45:32.341Z Downloaded http-body v0.4.5
9542024-03-15T12:45:32.344Z Downloaded nested v0.1.1
9552024-03-15T12:45:32.344Z Downloaded atomic-waker v1.1.1
9562024-03-15T12:45:32.348Z Downloaded cpufeatures v0.2.12
9572024-03-15T12:45:32.348Z Downloaded instant v0.1.12
9582024-03-15T12:45:32.351Z Downloaded is-terminal v0.4.9
9592024-03-15T12:45:32.351Z Downloaded autocfg v1.1.0
9602024-03-15T12:45:32.354Z Downloaded async-recursion v1.0.5
9612024-03-15T12:45:32.354Z Downloaded httparse v1.8.0
9622024-03-15T12:45:32.357Z Downloaded macaddr v1.0.1
9632024-03-15T12:45:32.363Z Downloaded num v0.4.1
9642024-03-15T12:45:32.363Z Downloaded managed v0.8.0
9652024-03-15T12:45:32.366Z Downloaded lru v0.12.1
9662024-03-15T12:45:32.366Z Downloaded log v0.4.20
9672024-03-15T12:45:32.369Z Downloaded inout v0.1.3
9682024-03-15T12:45:32.369Z Downloaded hyper-rustls v0.24.2
9692024-03-15T12:45:32.373Z Downloaded bit-set v0.5.3
9702024-03-15T12:45:32.373Z Downloaded normalize-line-endings v0.3.0
9712024-03-15T12:45:32.376Z Downloaded chacha20 v0.9.1
9722024-03-15T12:45:32.376Z Downloaded num-conv v0.1.0
9732024-03-15T12:45:32.376Z Downloaded signal-hook-tokio v0.3.1
9742024-03-15T12:45:32.379Z Downloaded multimap v0.10.0
9752024-03-15T12:45:32.379Z Downloaded colored v2.1.0
9762024-03-15T12:45:32.382Z Downloaded cfg-if v1.0.0
9772024-03-15T12:45:32.385Z Downloaded newtype_derive v0.1.6
9782024-03-15T12:45:32.385Z Downloaded cobs v0.2.3
9792024-03-15T12:45:32.388Z Downloaded newline-converter v0.3.0
9802024-03-15T12:45:32.388Z Downloaded corncobs v0.1.3
9812024-03-15T12:45:32.391Z Downloaded basic-toml v0.1.8
9822024-03-15T12:45:32.400Z Downloaded stability v0.1.1
9832024-03-15T12:45:32.403Z Downloaded libloading v0.7.4
9842024-03-15T12:45:32.406Z Downloaded crypto-common v0.1.6
9852024-03-15T12:45:32.406Z Downloaded hyper-util v0.1.2
9862024-03-15T12:45:32.411Z Downloaded crc v3.0.1
9872024-03-15T12:45:32.417Z Downloaded convert_case v0.4.0
9882024-03-15T12:45:32.417Z Downloaded bytecount v0.6.3
9892024-03-15T12:45:32.420Z Downloaded remove_dir_all v0.5.3
9902024-03-15T12:45:32.420Z Downloaded lazy_static v1.4.0
9912024-03-15T12:45:32.420Z Downloaded same-file v1.0.6
9922024-03-15T12:45:32.420Z Downloaded rustfmt-wrapper v0.2.0
9932024-03-15T12:45:32.423Z Downloaded ciborium v0.2.2
9942024-03-15T12:45:32.426Z Downloaded usdt-attr-macro v0.3.5
9952024-03-15T12:45:32.426Z Downloaded memoffset v0.7.1
9962024-03-15T12:45:32.429Z Downloaded signal-hook-registry v1.4.1
9972024-03-15T12:45:32.429Z Downloaded signal-hook-mio v0.2.3
9982024-03-15T12:45:32.432Z Downloaded num-iter v0.1.44
9992024-03-15T12:45:32.432Z Downloaded md-5 v0.10.5
10002024-03-15T12:45:32.435Z Downloaded nodrop v0.1.14
10012024-03-15T12:45:32.435Z Downloaded derive_builder_macro v0.12.0
10022024-03-15T12:45:32.438Z Downloaded crossbeam-utils v0.8.19
10032024-03-15T12:45:32.441Z Downloaded dtrace-parser v0.2.0
10042024-03-15T12:45:32.441Z Downloaded dtrace-parser v0.1.14
10052024-03-15T12:45:32.444Z Downloaded crc32fast v1.3.2
10062024-03-15T12:45:32.444Z Downloaded bitflags v1.3.2
10072024-03-15T12:45:32.447Z Downloaded cookie v0.17.0
10082024-03-15T12:45:32.450Z Downloaded num_enum_derive v0.5.11
10092024-03-15T12:45:32.453Z Downloaded num_enum v0.5.11
10102024-03-15T12:45:32.457Z Downloaded mime v0.3.17
10112024-03-15T12:45:32.460Z Downloaded cookie_store v0.20.0
10122024-03-15T12:45:32.463Z Downloaded thiserror-no-std v2.0.2
10132024-03-15T12:45:32.470Z Downloaded foreign-types-shared v0.1.1
10142024-03-15T12:45:32.473Z Downloaded semver v0.11.0
10152024-03-15T12:45:32.474Z Downloaded mime_guess v2.0.4
10162024-03-15T12:45:32.474Z Downloaded usdt v0.5.0
10172024-03-15T12:45:32.474Z Downloaded threadpool v1.8.1
10182024-03-15T12:45:32.477Z Downloaded downcast v0.11.0
10192024-03-15T12:45:32.477Z Downloaded unicode-linebreak v0.1.5
10202024-03-15T12:45:32.480Z Downloaded dof v0.3.0
10212024-03-15T12:45:32.480Z Downloaded allocator-api2 v0.2.16
10222024-03-15T12:45:32.483Z Downloaded rpassword v7.3.1
10232024-03-15T12:45:32.486Z Downloaded scroll_derive v0.12.0
10242024-03-15T12:45:32.486Z Downloaded lock_api v0.4.10
10252024-03-15T12:45:32.489Z Downloaded cookie v0.18.0
10262024-03-15T12:45:32.492Z Downloaded phf_shared v0.10.0
10272024-03-15T12:45:32.492Z Downloaded cfg-expr v0.15.6
10282024-03-15T12:45:32.495Z Downloaded tinyvec_macros v0.1.1
10292024-03-15T12:45:32.499Z Downloaded clang-sys v1.6.1
10302024-03-15T12:45:32.502Z Downloaded mockall v0.12.0
10312024-03-15T12:45:32.502Z Downloaded zerocopy v0.3.0
10322024-03-15T12:45:32.505Z Downloaded globset v0.4.13
10332024-03-15T12:45:32.505Z Downloaded indexmap v1.9.3
10342024-03-15T12:45:32.508Z Downloaded packed_struct_codegen v0.10.1
10352024-03-15T12:45:32.511Z Downloaded packed_struct v0.10.1
10362024-03-15T12:45:32.511Z Downloaded darling_macro v0.20.3
10372024-03-15T12:45:32.514Z Downloaded signal-hook v0.3.17
10382024-03-15T12:45:32.517Z Downloaded ed25519 v1.5.3
10392024-03-15T12:45:32.523Z Downloaded dyn-clone v1.0.17
10402024-03-15T12:45:32.523Z Downloaded diesel_table_macro_syntax v0.1.0
10412024-03-15T12:45:32.529Z Downloaded unicase v2.7.0
10422024-03-15T12:45:32.529Z Downloaded flagset v0.4.3
10432024-03-15T12:45:32.529Z Downloaded yasna v0.5.2
10442024-03-15T12:45:32.532Z Downloaded phf v0.11.2
10452024-03-15T12:45:32.532Z Downloaded darling_macro v0.14.4
10462024-03-15T12:45:32.532Z Downloaded home v0.5.5
10472024-03-15T12:45:32.532Z Downloaded highway v1.1.0
10482024-03-15T12:45:32.535Z Downloaded scopeguard v1.2.0
10492024-03-15T12:45:32.535Z Downloaded num-rational v0.4.1
10502024-03-15T12:45:32.538Z Downloaded signature v2.1.0
10512024-03-15T12:45:32.539Z Downloaded crc-any v2.4.3
10522024-03-15T12:45:32.542Z Downloaded signature v1.6.4
10532024-03-15T12:45:32.546Z Downloaded number_prefix v0.4.0
10542024-03-15T12:45:32.546Z Downloaded num-traits v0.2.18
10552024-03-15T12:45:32.550Z Downloaded pin-utils v0.1.0
10562024-03-15T12:45:32.550Z Downloaded phf_shared v0.11.2
10572024-03-15T12:45:32.553Z Downloaded mockall_derive v0.12.0
10582024-03-15T12:45:32.553Z Downloaded tokio-macros v2.2.0
10592024-03-15T12:45:32.556Z Downloaded tokio-native-tls v0.3.1
10602024-03-15T12:45:32.556Z Downloaded strum_macros v0.25.2
10612024-03-15T12:45:32.559Z Downloaded glob v0.3.1
10622024-03-15T12:45:32.565Z Downloaded rusty-fork v0.3.0
10632024-03-15T12:45:32.565Z Downloaded backtrace v0.3.69
10642024-03-15T12:45:32.568Z Downloaded ref-cast v1.0.20
10652024-03-15T12:45:32.571Z Downloaded num_cpus v1.16.0
10662024-03-15T12:45:32.574Z Downloaded miniz_oxide v0.7.1
10672024-03-15T12:45:32.578Z Downloaded base64 v0.22.0
10682024-03-15T12:45:32.580Z Downloaded time-core v0.1.2
10692024-03-15T12:45:32.584Z Downloaded termtree v0.4.1
10702024-03-15T12:45:32.584Z Downloaded tap v1.0.1
10712024-03-15T12:45:32.587Z Downloaded futures-macro v0.3.30
10722024-03-15T12:45:32.587Z Downloaded yansi v0.5.1
10732024-03-15T12:45:32.587Z Downloaded sha2 v0.10.8
10742024-03-15T12:45:32.590Z Downloaded sct v0.7.0
10752024-03-15T12:45:32.594Z Downloaded usdt-attr-macro v0.5.0
10762024-03-15T12:45:32.597Z Downloaded take_mut v0.2.2
10772024-03-15T12:45:32.597Z Downloaded serde-big-array v0.5.1
10782024-03-15T12:45:32.600Z Downloaded plotters-svg v0.3.5
10792024-03-15T12:45:32.600Z Downloaded toml v0.5.11
10802024-03-15T12:45:32.602Z Downloaded parking_lot v0.11.2
10812024-03-15T12:45:32.605Z Downloaded rand_xorshift v0.3.0
10822024-03-15T12:45:32.606Z Downloaded pem-rfc7468 v0.7.0
10832024-03-15T12:45:32.609Z Downloaded dirs-next v2.0.0
10842024-03-15T12:45:32.612Z Downloaded pkcs8 v0.10.2
10852024-03-15T12:45:32.617Z Downloaded papergrid v0.11.0
10862024-03-15T12:45:32.620Z Downloaded display-error-chain v0.2.0
10872024-03-15T12:45:32.621Z Downloaded slog-bunyan v2.5.0
10882024-03-15T12:45:32.624Z Downloaded sha1 v0.10.6
10892024-03-15T12:45:32.624Z Downloaded futures-timer v3.0.2
10902024-03-15T12:45:32.627Z Downloaded opaque-debug v0.3.0
10912024-03-15T12:45:32.630Z Downloaded path-slash v0.1.5
10922024-03-15T12:45:32.630Z Downloaded fixedbitset v0.4.2
10932024-03-15T12:45:32.633Z Downloaded pest_derive v2.7.6
10942024-03-15T12:45:32.633Z Downloaded unicode-width v0.1.11
10952024-03-15T12:45:32.636Z Downloaded peeking_take_while v0.1.2
10962024-03-15T12:45:32.636Z Downloaded flume v0.11.0
10972024-03-15T12:45:32.640Z Downloaded pathdiff v0.2.1
10982024-03-15T12:45:32.643Z Downloaded usdt v0.3.5
10992024-03-15T12:45:32.643Z Downloaded untrusted v0.9.0
11002024-03-15T12:45:32.646Z Downloaded pest_meta v2.7.6
11012024-03-15T12:45:32.649Z Downloaded supports-color v3.0.0
11022024-03-15T12:45:32.649Z Downloaded funty v2.0.0
11032024-03-15T12:45:32.652Z Downloaded filetime v0.2.23
11042024-03-15T12:45:32.652Z Downloaded pkg-config v0.3.27
11052024-03-15T12:45:32.656Z Downloaded vte v0.11.1
11062024-03-15T12:45:32.659Z Downloaded rtoolbox v0.0.1
11072024-03-15T12:45:32.659Z Downloaded slog-json v2.6.1
11082024-03-15T12:45:32.662Z Downloaded rsa v0.9.2
11092024-03-15T12:45:32.666Z Downloaded group v0.13.0
11102024-03-15T12:45:32.669Z Downloaded want v0.3.1
11112024-03-15T12:45:32.675Z Downloaded toolchain_find v0.2.0
11122024-03-15T12:45:32.675Z Downloaded usdt-impl v0.5.0
11132024-03-15T12:45:32.678Z Downloaded oorandom v11.1.3
11142024-03-15T12:45:32.678Z Downloaded crossterm v0.27.0
11152024-03-15T12:45:32.682Z Downloaded fxhash v0.2.1
11162024-03-15T12:45:32.685Z Downloaded paste v1.0.14
11172024-03-15T12:45:32.688Z Downloaded dirs-sys-next v0.1.2
11182024-03-15T12:45:32.691Z Downloaded futures-sink v0.3.30
11192024-03-15T12:45:32.691Z Downloaded rstest_macros v0.18.2
11202024-03-15T12:45:32.694Z Downloaded ron v0.8.1
11212024-03-15T12:45:32.699Z Downloaded foreign-types v0.3.2
11222024-03-15T12:45:32.702Z Downloaded derive_builder_core v0.12.0
11232024-03-15T12:45:32.705Z Downloaded pretty-hex v0.2.1
11242024-03-15T12:45:32.705Z Downloaded oso-derive v0.27.0
11252024-03-15T12:45:32.705Z Downloaded omicron-zone-package v0.11.0
11262024-03-15T12:45:32.709Z Downloaded rand_chacha v0.3.1
11272024-03-15T12:45:32.712Z Downloaded typenum v1.16.0
11282024-03-15T12:45:32.716Z Downloaded target-spec v3.1.0
11292024-03-15T12:45:32.719Z Downloaded spin v0.5.2
11302024-03-15T12:45:32.719Z Downloaded stable_deref_trait v1.2.0
11312024-03-15T12:45:32.719Z Downloaded platforms v3.0.2
11322024-03-15T12:45:32.722Z Downloaded waitgroup v0.1.2
11332024-03-15T12:45:32.722Z Downloaded slog-async v2.8.0
11342024-03-15T12:45:32.734Z Downloaded swrite v0.1.0
11352024-03-15T12:45:32.737Z Downloaded strum v0.26.1
11362024-03-15T12:45:32.737Z Downloaded getopts v0.2.21
11372024-03-15T12:45:32.737Z Downloaded topological-sort v0.2.2
11382024-03-15T12:45:32.737Z Downloaded tempdir v0.3.7
11392024-03-15T12:45:32.740Z Downloaded criterion v0.5.1
11402024-03-15T12:45:32.746Z Downloaded serde_plain v1.0.2
11412024-03-15T12:45:32.749Z Downloaded tiny-keccak v2.0.2
11422024-03-15T12:45:32.752Z Downloaded num-bigint v0.4.4
11432024-03-15T12:45:32.756Z Downloaded parse-size v1.0.0
11442024-03-15T12:45:32.759Z Downloaded serde_tokenstream v0.1.7
11452024-03-15T12:45:32.762Z Downloaded defmt-macros v0.3.6
11462024-03-15T12:45:32.765Z Downloaded sqlformat v0.2.3
11472024-03-15T12:45:32.768Z Downloaded walkdir v2.4.0
11482024-03-15T12:45:32.771Z Downloaded predicates-tree v1.0.9
11492024-03-15T12:45:32.771Z Downloaded predicates-core v1.0.6
11502024-03-15T12:45:32.774Z Downloaded tokio-rustls v0.24.1
11512024-03-15T12:45:32.777Z Downloaded doc-comment v0.3.3
11522024-03-15T12:45:32.777Z Downloaded strum_macros v0.24.3
11532024-03-15T12:45:32.780Z Downloaded resolv-conf v0.7.0
11542024-03-15T12:45:32.783Z Downloaded hash32 v0.3.1
11552024-03-15T12:45:32.784Z Downloaded toml_edit v0.19.15
11562024-03-15T12:45:32.801Z Downloaded precomputed-hash v0.1.1
11572024-03-15T12:45:32.804Z Downloaded deranged v0.3.11
11582024-03-15T12:45:32.804Z Downloaded universal-hash v0.5.1
11592024-03-15T12:45:32.804Z Downloaded serde_urlencoded v0.7.1
11602024-03-15T12:45:32.807Z Downloaded minimal-lexical v0.2.1
11612024-03-15T12:45:32.814Z Downloaded try-lock v0.2.4
11622024-03-15T12:45:32.817Z Downloaded time-macros v0.2.17
11632024-03-15T12:45:32.817Z Downloaded endian-type v0.1.2
11642024-03-15T12:45:32.817Z Downloaded siphasher v0.3.11
11652024-03-15T12:45:32.817Z Downloaded slog-stdlog v4.1.1
11662024-03-15T12:45:32.820Z Downloaded r2d2 v0.8.10
11672024-03-15T12:45:32.823Z Downloaded textwrap v0.11.0
11682024-03-15T12:45:32.823Z Downloaded static_assertions v1.1.0
11692024-03-15T12:45:32.830Z Downloaded quick-error v1.2.3
11702024-03-15T12:45:32.830Z Downloaded libm v0.2.7
11712024-03-15T12:45:32.836Z Downloaded curve25519-dalek-derive v0.1.0
11722024-03-15T12:45:32.839Z Downloaded psl-types v2.0.11
11732024-03-15T12:45:32.839Z Downloaded futures-core v0.3.30
11742024-03-15T12:45:32.843Z Downloaded zeroize v1.7.0
11752024-03-15T12:45:32.843Z Downloaded wyz v0.5.1
11762024-03-15T12:45:32.843Z Downloaded string_cache v0.8.7
11772024-03-15T12:45:32.846Z Downloaded parse-display-derive v0.9.0
11782024-03-15T12:45:32.849Z Downloaded http v0.2.12
11792024-03-15T12:45:32.852Z Downloaded tower-service v0.3.2
11802024-03-15T12:45:32.852Z Downloaded tower-layer v0.3.2
11812024-03-15T12:45:32.855Z Downloaded tinytemplate v1.2.1
11822024-03-15T12:45:32.858Z Downloaded strum v0.25.0
11832024-03-15T12:45:32.858Z Downloaded ppv-lite86 v0.2.17
11842024-03-15T12:45:32.858Z Downloaded slab v0.4.9
11852024-03-15T12:45:32.861Z Downloaded flate2 v1.0.28
11862024-03-15T12:45:32.865Z Downloaded futures-executor v0.3.30
11872024-03-15T12:45:32.871Z Downloaded der_derive v0.7.2
11882024-03-15T12:45:32.871Z Downloaded schemars v0.8.16
11892024-03-15T12:45:32.881Z Downloaded sync_wrapper v0.1.2
11902024-03-15T12:45:32.884Z Downloaded foreign-types-shared v0.3.1
11912024-03-15T12:45:32.884Z Downloaded rustc-hash v1.1.0
11922024-03-15T12:45:32.884Z Downloaded smallvec v0.6.14
11932024-03-15T12:45:32.887Z Downloaded pretty-hex v0.4.1
11942024-03-15T12:45:32.887Z Downloaded vsss-rs v3.3.4
11952024-03-15T12:45:32.890Z Downloaded openssl-probe v0.1.5
11962024-03-15T12:45:32.890Z Downloaded openssl-macros v0.1.1
11972024-03-15T12:45:32.893Z Downloaded usdt-macro v0.3.5
11982024-03-15T12:45:32.894Z Downloaded vec_map v0.8.2
11992024-03-15T12:45:32.894Z Downloaded rustls-pki-types v1.3.0
12002024-03-15T12:45:32.897Z Downloaded password-hash v0.5.0
12012024-03-15T12:45:32.897Z Downloaded rustls-pemfile v1.0.3
12022024-03-15T12:45:32.900Z Downloaded fs-err v2.11.0
12032024-03-15T12:45:32.903Z Downloaded fd-lock v4.0.2
12042024-03-15T12:45:32.906Z Downloaded fd-lock v3.0.13
12052024-03-15T12:45:32.906Z Downloaded fastrand v2.0.1
12062024-03-15T12:45:32.909Z Downloaded headers v0.3.9
12072024-03-15T12:45:32.913Z Downloaded structopt-derive v0.4.18
12082024-03-15T12:45:32.916Z Downloaded powerfmt v0.2.0
12092024-03-15T12:45:32.919Z Downloaded radium v0.7.0
12102024-03-15T12:45:32.919Z Downloaded postgres-types v0.2.6
12112024-03-15T12:45:32.922Z Downloaded postgres-protocol v0.6.6
12122024-03-15T12:45:32.922Z Downloaded slog v2.7.0
12132024-03-15T12:45:32.925Z Downloaded smf v0.2.2
12142024-03-15T12:45:32.928Z Downloaded smawk v0.3.1
12152024-03-15T12:45:32.928Z Downloaded either v1.10.0
12162024-03-15T12:45:32.934Z Downloaded aho-corasick v1.1.2
12172024-03-15T12:45:32.937Z Downloaded proc-macro-error-attr v1.0.4
12182024-03-15T12:45:32.937Z Downloaded serde_derive_internals v0.26.0
12192024-03-15T12:45:32.940Z Downloaded usdt-macro v0.5.0
12202024-03-15T12:45:32.940Z Downloaded test-strategy v0.3.1
12212024-03-15T12:45:32.943Z Downloaded utf-8 v0.7.6
12222024-03-15T12:45:32.946Z Downloaded guppy-workspace-hack v0.1.0
12232024-03-15T12:45:32.946Z Downloaded headers-core v0.2.0
12242024-03-15T12:45:32.947Z Downloaded hex-literal v0.4.1
12252024-03-15T12:45:32.949Z Downloaded hex v0.4.3
12262024-03-15T12:45:32.950Z Downloaded form_urlencoded v1.2.1
12272024-03-15T12:45:32.950Z Downloaded zeroize_derive v1.4.2
12282024-03-15T12:45:32.953Z Downloaded tui-tree-widget v0.17.0
12292024-03-15T12:45:32.953Z Downloaded unicode-xid v0.2.4
12302024-03-15T12:45:32.956Z Downloaded foreign-types-macros v0.2.3
12312024-03-15T12:45:32.956Z Downloaded whoami v1.5.0
12322024-03-15T12:45:32.956Z Downloaded pest v2.7.6
12332024-03-15T12:45:32.961Z Downloaded rustc_version v0.4.0
12342024-03-15T12:45:32.964Z Downloaded rand v0.4.6
12352024-03-15T12:45:32.968Z Downloaded rustc_version v0.1.7
12362024-03-15T12:45:32.968Z Downloaded rand v0.8.5
12372024-03-15T12:45:32.971Z Downloaded itertools v0.12.1
12382024-03-15T12:45:32.979Z Downloaded synstructure v0.12.6
12392024-03-15T12:45:32.982Z Downloaded smallvec v1.13.1
12402024-03-15T12:45:32.983Z Downloaded textwrap v0.16.1
12412024-03-15T12:45:32.989Z Downloaded rand_seeder v0.2.3
12422024-03-15T12:45:32.992Z Downloaded ena v0.14.2
12432024-03-15T12:45:32.992Z Downloaded embedded-io v0.4.0
12442024-03-15T12:45:32.992Z Downloaded rand_core v0.6.4
12452024-03-15T12:45:32.995Z Downloaded hyper v0.14.28
12462024-03-15T12:45:33.001Z Downloaded termios v0.3.3
12472024-03-15T12:45:33.005Z Downloaded proc-macro-error v1.0.4
12482024-03-15T12:45:33.008Z Downloaded serde_yaml v0.9.25
12492024-03-15T12:45:33.011Z Downloaded term v0.7.0
12502024-03-15T12:45:33.014Z Downloaded publicsuffix v2.2.3
12512024-03-15T12:45:33.017Z Downloaded rustls-native-certs v0.7.0
12522024-03-15T12:45:33.021Z Downloaded derive-where v1.2.7
12532024-03-15T12:45:33.024Z Downloaded rustversion v1.0.14
12542024-03-15T12:45:33.027Z Downloaded hkdf v0.12.4
12552024-03-15T12:45:33.030Z Downloaded futures-util v0.3.30
12562024-03-15T12:45:33.041Z Downloaded parking_lot_core v0.8.6
12572024-03-15T12:45:33.044Z Downloaded tempfile v3.10.0
12582024-03-15T12:45:33.047Z Downloaded zip v0.6.6
12592024-03-15T12:45:33.053Z Downloaded tracing-attributes v0.1.27
12602024-03-15T12:45:33.056Z Downloaded darling_core v0.14.4
12612024-03-15T12:45:33.059Z Downloaded uuid v1.7.0
12622024-03-15T12:45:33.062Z Downloaded darling_core v0.20.3
12632024-03-15T12:45:33.065Z Downloaded bitvec v1.0.1
12642024-03-15T12:45:33.082Z Downloaded postcard v1.0.8
12652024-03-15T12:45:33.085Z Downloaded tungstenite v0.20.1
12662024-03-15T12:45:33.088Z Downloaded structopt v0.3.26
12672024-03-15T12:45:33.096Z Downloaded elliptic-curve v0.13.8
12682024-03-15T12:45:33.100Z Downloaded tracing-core v0.1.32
12692024-03-15T12:45:33.104Z Downloaded tracing v0.1.40
12702024-03-15T12:45:33.108Z Downloaded expectorate v1.1.0
12712024-03-15T12:45:33.111Z Downloaded rcgen v0.12.1
12722024-03-15T12:45:33.114Z Downloaded rayon-core v1.12.1
12732024-03-15T12:45:33.117Z Downloaded tough v0.16.0
12742024-03-15T12:45:33.126Z Downloaded trust-dns-client v0.22.0
12752024-03-15T12:45:33.135Z Downloaded tower v0.4.13
12762024-03-15T12:45:33.141Z Downloaded plotters v0.3.5
12772024-03-15T12:45:33.151Z Downloaded heapless v0.7.16
12782024-03-15T12:45:33.155Z Downloaded rayon v1.9.0
12792024-03-15T12:45:33.166Z Downloaded lalrpop v0.19.12
12802024-03-15T12:45:33.178Z Downloaded rustyline v13.0.0
12812024-03-15T12:45:33.183Z Downloaded vcpkg v0.2.15
12822024-03-15T12:45:33.222Z Downloaded regex-automata v0.1.10
12832024-03-15T12:45:33.227Z Downloaded portable-atomic v1.4.3
12842024-03-15T12:45:33.233Z Downloaded hashbrown v0.13.2
12852024-03-15T12:45:33.237Z Downloaded hashbrown v0.12.3
12862024-03-15T12:45:33.242Z Downloaded nix v0.27.1
12872024-03-15T12:45:33.253Z Downloaded rustls-webpki v0.101.7
12882024-03-15T12:45:33.270Z Downloaded proptest v1.4.0
12892024-03-15T12:45:33.279Z Downloaded rustls-webpki v0.102.1
12902024-03-15T12:45:33.298Z Downloaded trust-dns-proto v0.22.0
12912024-03-15T12:45:33.310Z Downloaded h2 v0.3.24
12922024-03-15T12:45:33.320Z Downloaded sqlparser v0.43.1
12932024-03-15T12:45:33.323Z Downloaded smoltcp v0.9.1
12942024-03-15T12:45:33.336Z Downloaded rustls v0.22.2
12952024-03-15T12:45:33.350Z Downloaded webpki-roots v0.25.2
12962024-03-15T12:45:33.355Z Downloaded radix_trie v0.2.1
12972024-03-15T12:45:33.359Z Downloaded regress v0.8.0
12982024-03-15T12:45:33.367Z Downloaded zerocopy-derive v0.6.4
12992024-03-15T12:45:33.380Z Downloaded tabled v0.15.0
13002024-03-15T12:45:33.395Z Downloaded regex v1.10.3
13012024-03-15T12:45:33.408Z Downloaded regress v0.9.0
13022024-03-15T12:45:33.420Z Downloaded curve25519-dalek v4.1.1
13032024-03-15T12:45:33.426Z Downloaded smoltcp v0.11.0
13042024-03-15T12:45:33.439Z Downloaded regex-syntax v0.8.2
13052024-03-15T12:45:33.447Z Downloaded openapiv3 v2.0.0
13062024-03-15T12:45:33.460Z Downloaded sled v0.34.7
13072024-03-15T12:45:33.470Z Downloaded regex-syntax v0.6.29
13082024-03-15T12:45:33.477Z Downloaded zerocopy-derive v0.2.0
13092024-03-15T12:45:33.486Z Downloaded csv v1.3.0
13102024-03-15T12:45:33.506Z Downloaded openssl v0.10.60
13112024-03-15T12:45:33.518Z Downloaded bstr v1.9.0
13122024-03-15T12:45:33.526Z Downloaded bzip2-sys v0.1.11+1.0.8
13132024-03-15T12:45:33.539Z Downloaded ratatui v0.26.1
13142024-03-15T12:45:33.556Z Downloaded object v0.32.1
13152024-03-15T12:45:33.568Z Downloaded object v0.30.4
13162024-03-15T12:45:33.576Z Downloaded regex-automata v0.4.5
13172024-03-15T12:45:33.594Z Downloaded tokio v1.36.0
13182024-03-15T12:45:33.631Z Downloaded sha3 v0.10.8
13192024-03-15T12:45:33.635Z Downloaded syn v1.0.109
13202024-03-15T12:45:33.646Z Downloaded polar-core v0.27.0
13212024-03-15T12:45:33.655Z Downloaded gimli v0.28.0
13222024-03-15T12:45:33.663Z Downloaded diesel v2.1.4
13232024-03-15T12:45:33.681Z Downloaded rustls v0.21.9
13242024-03-15T12:45:33.693Z Downloaded bstr v0.2.17
13252024-03-15T12:45:33.703Z Downloaded quick-xml v0.30.0
13262024-03-15T12:45:33.708Z Downloaded reqwest v0.11.24
13272024-03-15T12:45:33.715Z Downloaded idna v0.5.0
13282024-03-15T12:45:33.722Z Downloaded idna v0.3.0
13292024-03-15T12:45:33.729Z Downloaded idna v0.2.3
13302024-03-15T12:45:33.739Z Downloaded chrono v0.4.34
13312024-03-15T12:45:33.744Z Downloaded encoding_rs v0.8.33
13322024-03-15T12:45:33.766Z Downloaded steno v0.4.0
13332024-03-15T12:45:33.769Z Downloaded time v0.3.34
13342024-03-15T12:45:33.776Z Downloaded serde_with v3.6.1
13352024-03-15T12:45:33.783Z Downloaded bindgen v0.69.2
13362024-03-15T12:45:33.791Z Downloaded guppy v0.17.5
13372024-03-15T12:45:33.796Z Downloaded salty v0.2.0
13382024-03-15T12:45:33.802Z Downloaded petgraph v0.6.4
13392024-03-15T12:45:33.816Z Downloaded zerocopy v0.7.32
13402024-03-15T12:45:33.832Z Downloaded tokio-util v0.7.10
13412024-03-15T12:45:33.839Z Downloaded unicode-normalization v0.1.22
13422024-03-15T12:45:33.842Z Downloaded serde_with_macros v3.6.1
13432024-03-15T12:45:33.848Z Downloaded reedline v0.30.0
13442024-03-15T12:45:33.851Z Downloaded winnow v0.5.15
13452024-03-15T12:45:33.859Z Downloaded goblin v0.8.0
13462024-03-15T12:45:33.865Z Downloaded trybuild v1.0.89
13472024-03-15T12:45:33.869Z Downloaded poly1305 v0.8.0
13482024-03-15T12:45:33.872Z Downloaded parking_lot_core v0.9.8
13492024-03-15T12:45:33.876Z Downloaded csv-core v0.1.11
13502024-03-15T12:45:33.876Z Downloaded unicode_categories v0.1.1
13512024-03-15T12:45:33.879Z Downloaded num-bigint-dig v0.8.4
13522024-03-15T12:45:33.882Z Downloaded fatfs v0.3.6
13532024-03-15T12:45:33.885Z Downloaded slog-term v2.9.0
13542024-03-15T12:45:33.888Z Downloaded foreign-types v0.5.0
13552024-03-15T12:45:33.888Z Downloaded parse-display v0.9.0
13562024-03-15T12:45:33.891Z Downloaded env_logger v0.10.0
13572024-03-15T12:45:33.891Z Downloaded predicates v3.1.0
13582024-03-15T12:45:33.894Z Downloaded getrandom v0.2.12
13592024-03-15T12:45:33.897Z Downloaded unsafe-libyaml v0.2.10
13602024-03-15T12:45:33.900Z Downloaded x509-cert v0.2.4
13612024-03-15T12:45:33.905Z Downloaded nom v7.1.3
13622024-03-15T12:45:33.913Z Downloaded parking_lot v0.12.1
13632024-03-15T12:45:33.916Z Downloaded owo-colors v4.0.0
13642024-03-15T12:45:33.916Z Downloaded oso v0.27.0
13652024-03-15T12:45:33.920Z Downloaded openssl-sys v0.9.96
13662024-03-15T12:45:33.923Z Downloaded prettyplease v0.2.16
13672024-03-15T12:45:33.926Z Downloaded unicode-segmentation v1.10.1
13682024-03-15T12:45:33.932Z Downloaded half v2.3.1
13692024-03-15T12:45:33.935Z Downloaded pretty_assertions v1.4.0
13702024-03-15T12:45:33.938Z Downloaded url v2.5.0
13712024-03-15T12:45:33.941Z Downloaded partial-io v0.5.4
13722024-03-15T12:45:33.944Z Downloaded itertools v0.10.5
13732024-03-15T12:45:33.948Z Downloaded hyper v1.1.0
13742024-03-15T12:45:33.954Z Downloaded version_check v0.9.4
13752024-03-15T12:45:33.958Z Downloaded serde-hex v0.1.0
13762024-03-15T12:45:33.958Z Downloaded dof v0.1.5
13772024-03-15T12:45:33.961Z Downloaded derive_builder v0.12.0
13782024-03-15T12:45:33.964Z Downloaded typed-path v0.7.0
13792024-03-15T12:45:33.968Z Downloaded blake3 v1.5.0
13802024-03-15T12:45:33.976Z Downloaded trust-dns-server v0.22.1
13812024-03-15T12:45:33.981Z Downloaded der v0.7.8
13822024-03-15T12:45:33.989Z Downloaded untrusted v0.7.1
13832024-03-15T12:45:33.992Z Downloaded slog-scope v4.4.0
13842024-03-15T12:45:33.992Z Downloaded hash32 v0.2.1
13852024-03-15T12:45:33.992Z Downloaded float-cmp v0.9.0
13862024-03-15T12:45:33.992Z Downloaded ff v0.13.0
13872024-03-15T12:45:33.993Z Downloaded enum-as-inner v0.5.1
13882024-03-15T12:45:33.996Z Downloaded datatest-stable v0.2.3
13892024-03-15T12:45:33.996Z Downloaded debug-ignore v1.0.5
13902024-03-15T12:45:34.000Z Downloaded fnv v1.0.7
13912024-03-15T12:45:34.000Z Downloaded defmt-parser v0.3.3
13922024-03-15T12:45:34.000Z Downloaded spin v0.9.8
13932024-03-15T12:45:34.003Z Downloaded defmt v0.3.5
13942024-03-15T12:45:34.006Z Downloaded tokio-postgres v0.7.10
13952024-03-15T12:45:34.010Z Downloaded serde_tokenstream v0.2.0
13962024-03-15T12:45:34.013Z Downloaded serde_repr v0.1.16
13972024-03-15T12:45:34.016Z Downloaded serde_path_to_error v0.1.16
13982024-03-15T12:45:34.016Z Downloaded tabwriter v1.4.0
13992024-03-15T12:45:34.019Z Downloaded pin-project v1.1.3
14002024-03-15T12:45:34.027Z Downloaded gethostname v0.4.3
14012024-03-15T12:45:34.030Z Downloaded generic-array v0.14.7
14022024-03-15T12:45:34.030Z Downloaded rustls-pemfile v2.1.1
14032024-03-15T12:45:34.034Z Downloaded tokio-tungstenite v0.20.1
14042024-03-15T12:45:34.034Z Downloaded trust-dns-resolver v0.22.0
14052024-03-15T12:45:34.038Z Downloaded which v4.4.0
14062024-03-15T12:45:34.044Z Downloaded tokio-rustls v0.25.0
14072024-03-15T12:45:34.044Z Downloaded tabled_derive v0.7.0
14082024-03-15T12:45:34.047Z Downloaded spki v0.7.2
14092024-03-15T12:45:34.047Z Downloaded schemars_derive v0.8.16
14102024-03-15T12:45:34.047Z Downloaded futures v0.3.30
14112024-03-15T12:45:34.050Z Downloaded rustc-demangle v0.1.23
14122024-03-15T12:45:34.053Z Downloaded rust-argon2 v1.0.1
14132024-03-15T12:45:34.053Z Downloaded diesel_derives v2.1.2
14142024-03-15T12:45:34.056Z Downloaded ucd-trie v0.1.6
14152024-03-15T12:45:34.060Z Downloaded ring v0.17.8
14162024-03-15T12:45:34.131Z Downloaded tar v0.4.40
14172024-03-15T12:45:34.136Z Downloaded similar v2.4.0
14182024-03-15T12:45:34.139Z Downloaded proc-macro-crate v1.3.1
14192024-03-15T12:45:34.139Z Downloaded socket2 v0.5.5
14202024-03-15T12:45:34.142Z Downloaded snafu v0.7.5
14212024-03-15T12:45:34.146Z Downloaded libxml v0.3.3
14222024-03-15T12:45:34.152Z Downloaded darling v0.20.3
14232024-03-15T12:45:34.155Z Downloaded darling v0.14.4
14242024-03-15T12:45:34.163Z Downloaded once_cell v1.19.0
14252024-03-15T12:45:34.165Z Downloaded mio v0.8.11
14262024-03-15T12:45:34.168Z Downloaded ring v0.16.20
14272024-03-15T12:45:34.249Z Downloaded http v1.0.0
14282024-03-15T12:45:34.252Z Downloaded tokio-stream v0.1.14
14292024-03-15T12:45:34.256Z Downloaded pin-project-lite v0.2.13
14302024-03-15T12:45:34.260Z Downloaded usdt-impl v0.3.5
14312024-03-15T12:45:34.264Z Downloaded diff v0.1.13
14322024-03-15T12:45:34.267Z Downloaded slog-dtrace v0.3.0
14332024-03-15T12:45:34.267Z Downloaded toml v0.7.8
14342024-03-15T12:45:34.270Z Downloaded heapless v0.8.0
14352024-03-15T12:45:34.273Z Downloaded slog-envlogger v2.2.0
14362024-03-15T12:45:34.276Z Downloaded plain v0.2.3
14372024-03-15T12:45:34.276Z Downloaded plotters-backend v0.3.5
14382024-03-15T12:45:34.276Z Downloaded percent-encoding v2.3.1
14392024-03-15T12:45:34.279Z Downloaded tinyvec v1.6.0
14402024-03-15T12:45:34.279Z Downloaded target-lexicon v0.12.13
14412024-03-15T12:45:34.282Z Downloaded socket2 v0.4.9
14422024-03-15T12:45:34.285Z Downloaded fallible-iterator v0.2.0
14432024-03-15T12:45:34.285Z Downloaded subtle v2.5.0
14442024-03-15T12:45:34.285Z Downloaded zerocopy v0.6.4
14452024-03-15T12:45:34.288Z Downloaded futures-task v0.3.30
14462024-03-15T12:45:34.288Z Downloaded zerocopy-derive v0.7.32
14472024-03-15T12:45:34.295Z Downloaded secrecy v0.8.0
14482024-03-15T12:45:34.298Z Downloaded sec1 v0.7.3
14492024-03-15T12:45:34.298Z Downloaded unicode-bidi v0.3.15
14502024-03-15T12:45:34.298Z Downloaded crossbeam-channel v0.5.8
14512024-03-15T12:45:34.301Z Downloaded data-encoding v2.4.0
14522024-03-15T12:45:34.304Z Downloaded subprocess v0.2.9
14532024-03-15T12:45:34.307Z Downloaded ref-cast-impl v1.0.20
14542024-03-15T12:45:34.307Z Downloaded hmac v0.12.1
14552024-03-15T12:45:34.307Z Downloaded pkcs1 v0.7.5
14562024-03-15T12:45:34.310Z Downloaded pin-project-internal v1.1.3
14572024-03-15T12:45:34.313Z Downloaded digest v0.10.7
14582024-03-15T12:45:34.313Z Downloaded difflib v0.4.0
14592024-03-15T12:45:34.313Z Downloaded strum_macros v0.26.1
14602024-03-15T12:45:34.316Z Downloaded indicatif v0.17.8
14612024-03-15T12:45:34.319Z Downloaded pem v3.0.2
14622024-03-15T12:45:34.319Z Downloaded olpc-cjson v0.1.3
14632024-03-15T12:45:34.322Z Downloaded futures-channel v0.3.30
14642024-03-15T12:45:34.322Z Downloaded scroll v0.12.0
14652024-03-15T12:45:34.325Z Downloaded xattr v1.0.1
14662024-03-15T12:45:34.325Z Downloaded wait-timeout v0.2.0
14672024-03-15T12:45:34.325Z Downloaded futures-io v0.3.30
14682024-03-15T12:45:34.329Z Downloaded fragile v2.0.0
14692024-03-15T12:45:34.329Z Downloaded unarray v0.1.4
14702024-03-15T12:45:34.329Z Downloaded similar-asserts v1.5.0
14712024-03-15T12:45:34.332Z Downloaded pest_generator v2.7.6
14722024-03-15T12:45:34.332Z Downloaded sqlparser_derive v0.2.2
14732024-03-15T12:45:34.335Z Downloaded derive_more v0.99.17
14742024-03-15T12:45:34.338Z Downloaded base64 v0.21.7
14752024-03-15T12:45:34.341Z Downloaded chacha20poly1305 v0.10.1
14762024-03-15T12:45:34.347Z Downloaded bytes v1.5.0
14772024-03-15T12:45:34.350Z Downloaded hostname v0.3.1
14782024-03-15T12:45:34.350Z Downloaded snafu-derive v0.7.5
14792024-03-15T12:45:34.350Z Downloaded num-complex v0.4.4
14802024-03-15T12:45:34.350Z Downloaded compact_str v0.7.1
14812024-03-15T12:45:34.353Z Downloaded native-tls v0.2.11
14822024-03-15T12:45:34.356Z Downloaded multer v3.0.0
14832024-03-15T12:45:34.356Z Downloaded memmap2 v0.7.1
14842024-03-15T12:45:34.359Z Downloaded thread_local v1.1.7
14852024-03-15T12:45:34.359Z Downloaded thread-id v4.2.0
14862024-03-15T12:45:34.362Z Downloaded ipnet v2.9.0
14872024-03-15T12:45:34.362Z Downloaded structmeta-derive v0.3.0
14882024-03-15T12:45:34.362Z Downloaded structmeta-derive v0.2.0
14892024-03-15T12:45:34.365Z Downloaded structmeta v0.3.0
14902024-03-15T12:45:34.365Z Downloaded structmeta v0.2.0
14912024-03-15T12:45:34.365Z Downloaded strsim v0.10.0
14922024-03-15T12:45:34.368Z Downloaded strsim v0.8.0
14932024-03-15T12:45:34.368Z Downloaded scheduled-thread-pool v0.2.7
14942024-03-15T12:45:34.368Z Downloaded rstest v0.18.2
14952024-03-15T12:45:34.372Z Downloaded nu-ansi-term v0.50.0
14962024-03-15T12:45:34.375Z Downloaded thiserror-impl-no-std v2.0.2
14972024-03-15T12:45:34.378Z Downloaded termcolor v1.2.0
14982024-03-15T12:45:34.378Z Downloaded strip-ansi-escapes v0.2.0
14992024-03-15T12:45:34.378Z Downloaded stringprep v0.1.3
15002024-03-15T12:45:34.381Z Downloaded relative-path v1.9.0
15012024-03-15T12:45:34.381Z Downloaded cancel-safe-futures v0.1.5
15022024-03-15T12:45:34.384Z Downloaded bzip2 v0.4.4
15032024-03-15T12:45:34.388Z Downloaded vte_generate_state_changes v0.1.1
15042024-03-15T12:45:34.388Z Downloaded num-derive v0.4.0
15052024-03-15T12:45:34.388Z Downloaded newtype-uuid v1.0.1
15062024-03-15T12:45:34.388Z Downloaded const-oid v0.9.6
15072024-03-15T12:45:34.391Z Downloaded crossbeam-epoch v0.9.18
15082024-03-15T12:45:34.397Z Downloaded memmap v0.7.0
15092024-03-15T12:45:34.397Z Downloaded libsw v3.3.1
15102024-03-15T12:45:34.400Z Downloaded maplit v1.0.2
15112024-03-15T12:45:34.400Z Downloaded nanorand v0.7.0
15122024-03-15T12:45:34.400Z Downloaded lazycell v1.3.0
15132024-03-15T12:45:34.400Z Downloaded kstat-rs v0.2.3
15142024-03-15T12:45:34.400Z Downloaded impl-trait-for-tuples v0.2.2
15152024-03-15T12:45:34.403Z Downloaded bcs v0.1.6
15162024-03-15T12:45:34.403Z Downloaded shlex v1.3.0
15172024-03-15T12:45:34.406Z Downloaded shell-words v1.1.0
15182024-03-15T12:45:34.406Z Downloaded semver-parser v0.10.2
15192024-03-15T12:45:34.407Z Downloaded bit-vec v0.6.3
15202024-03-15T12:45:34.410Z Downloaded maybe-uninit v2.0.0
15212024-03-15T12:45:34.410Z Downloaded linked-hash-map v0.5.6
15222024-03-15T12:45:34.410Z Downloaded hyper-tls v0.5.0
15232024-03-15T12:45:34.413Z Downloaded semver v0.1.20
15242024-03-15T12:45:34.413Z Downloaded assert_cmd v2.0.14
15252024-03-15T12:45:34.413Z Downloaded backoff v0.4.0
15262024-03-15T12:45:34.416Z Downloaded ipnetwork v0.20.0
15272024-03-15T12:45:34.416Z Downloaded heck v0.3.3
15282024-03-15T12:45:34.420Z Downloaded constant_time_eq v0.2.6
15292024-03-15T12:45:34.420Z Downloaded buf-list v1.0.3
15302024-03-15T12:45:34.423Z Downloaded crossbeam-deque v0.8.3
15312024-03-15T12:45:34.423Z Downloaded criterion-plot v0.5.0
15322024-03-15T12:45:34.426Z Downloaded byteorder v1.5.0
15332024-03-15T12:45:34.426Z Downloaded keccak v0.1.4
15342024-03-15T12:45:34.426Z Downloaded hyper-rustls v0.26.0
15352024-03-15T12:45:34.429Z Downloaded serde-big-array v0.4.1
15362024-03-15T12:45:34.429Z Downloaded num_threads v0.1.6
15372024-03-15T12:45:34.432Z Downloaded num-integer v0.1.46
15382024-03-15T12:45:34.432Z Downloaded nibble_vec v0.1.0
15392024-03-15T12:45:34.432Z Downloaded lru-cache v0.1.2
15402024-03-15T12:45:34.435Z Downloaded linear-map v1.2.0
15412024-03-15T12:45:34.435Z Downloaded lalrpop-util v0.19.12
15422024-03-15T12:45:34.435Z Downloaded hyper-staticfile v0.9.5
15432024-03-15T12:45:34.438Z Downloaded constant_time_eq v0.3.0
15442024-03-15T12:45:34.438Z Downloaded cexpr v0.6.0
15452024-03-15T12:45:34.441Z Downloaded camino-tempfile v1.1.1
15462024-03-15T12:45:34.441Z Downloaded async-trait v0.1.77
15472024-03-15T12:45:34.444Z Downloaded argon2 v0.5.3
15482024-03-15T12:45:34.450Z Downloaded base64ct v1.6.0
15492024-03-15T12:45:34.453Z Downloaded ciborium-ll v0.2.2
15502024-03-15T12:45:34.453Z Downloaded cast v0.3.0
15512024-03-15T12:45:34.453Z Downloaded cassowary v0.3.0
15522024-03-15T12:45:34.453Z Downloaded castaway v0.2.2
15532024-03-15T12:45:34.453Z Downloaded bb8 v0.8.3
15542024-03-15T12:45:34.453Z Downloaded bitfield v0.14.0
15552024-03-15T12:45:34.456Z Downloaded array-init v0.0.4
15562024-03-15T12:45:34.457Z Downloaded approx v0.5.1
15572024-03-15T12:45:34.457Z Downloaded ascii-canvas v3.0.0
15582024-03-15T12:45:34.460Z Downloaded aead v0.5.2
15592024-03-15T12:45:34.460Z Downloaded libtest-mimic v0.6.1
15602024-03-15T12:45:34.460Z Downloaded libefi-sys v0.1.0
15612024-03-15T12:45:34.463Z Downloaded indoc v2.0.3
15622024-03-15T12:45:34.463Z Downloaded ciborium-io v0.2.2
15632024-03-15T12:45:34.466Z Downloaded match_cfg v0.1.0
15642024-03-15T12:45:34.466Z Downloaded is_ci v1.2.0
15652024-03-15T12:45:34.466Z Downloaded crunchy v0.2.2
15662024-03-15T12:45:34.466Z Downloaded assert_matches v1.5.0
15672024-03-15T12:45:34.467Z Downloaded humantime v2.1.0
15682024-03-15T12:45:34.470Z Downloaded hubpack v0.1.2
15692024-03-15T12:45:34.470Z Downloaded httpdate v1.0.3
15702024-03-15T12:45:34.470Z Downloaded http-range v0.1.5
15712024-03-15T12:45:34.473Z Downloaded atty v0.2.14
15722024-03-15T12:45:34.473Z Downloaded arrayvec v0.7.4
15732024-03-15T12:45:34.476Z Downloaded arrayref v0.3.7
15742024-03-15T12:45:34.476Z Downloaded crc-catalog v2.2.0
15752024-03-15T12:45:34.476Z Downloaded block-padding v0.3.3
15762024-03-15T12:45:34.476Z Downloaded blake2b_simd v1.0.1
15772024-03-15T12:45:34.479Z Downloaded blake2 v0.10.6
15782024-03-15T12:45:34.479Z Downloaded block-buffer v0.10.4
15792024-03-15T12:45:34.482Z Downloaded anes v0.1.6
15802024-03-15T12:45:35.006Z Compiling libc v0.2.153
15812024-03-15T12:45:35.006Z Compiling serde v1.0.197
15822024-03-15T12:45:35.009Z Compiling version_check v0.9.4
15832024-03-15T12:45:35.009Z Compiling autocfg v1.1.0
15842024-03-15T12:45:35.010Z Checking cfg-if v1.0.0
15852024-03-15T12:45:35.010Z Compiling syn v1.0.109
15862024-03-15T12:45:35.078Z Compiling syn v2.0.51
15872024-03-15T12:45:35.230Z Compiling parking_lot_core v0.9.8
15882024-03-15T12:45:35.260Z Compiling memchr v2.7.1
15892024-03-15T12:45:35.631Z Compiling libm v0.2.7
15902024-03-15T12:45:35.710Z Compiling once_cell v1.19.0
15912024-03-15T12:45:36.036Z Compiling lock_api v0.4.10
15922024-03-15T12:45:36.043Z Compiling ahash v0.8.8
15932024-03-15T12:45:36.115Z Compiling num-traits v0.2.18
15942024-03-15T12:45:36.437Z Compiling serde_json v1.0.114
15952024-03-15T12:45:36.455Z Compiling byteorder v1.5.0
15962024-03-15T12:45:36.923Z Compiling slab v0.4.9
15972024-03-15T12:45:37.102Z Compiling log v0.4.20
15982024-03-15T12:45:37.158Z Checking getrandom v0.2.12
15992024-03-15T12:45:37.321Z Compiling cc v1.0.83
16002024-03-15T12:45:37.415Z Compiling typenum v1.16.0
16012024-03-15T12:45:37.636Z Compiling generic-array v0.14.7
16022024-03-15T12:45:37.739Z Checking itoa v1.0.9
16032024-03-15T12:45:37.931Z Compiling allocator-api2 v0.2.16
16042024-03-15T12:45:37.949Z Compiling pkg-config v0.3.27
16052024-03-15T12:45:38.022Z Checking scopeguard v1.2.0
16062024-03-15T12:45:38.314Z Checking smallvec v1.13.1
16072024-03-15T12:45:38.542Z Compiling rustix v0.38.31
16082024-03-15T12:45:38.726Z Compiling schemars v0.8.16
16092024-03-15T12:45:38.945Z Compiling fnv v1.0.7
16102024-03-15T12:45:39.082Z Compiling httparse v1.8.0
16112024-03-15T12:45:39.102Z Compiling time-core v0.1.2
16122024-03-15T12:45:39.253Z Compiling num-conv v0.1.0
16132024-03-15T12:45:39.284Z Compiling vcpkg v0.2.15
16142024-03-15T12:45:39.336Z Compiling ucd-trie v0.1.6
16152024-03-15T12:45:39.509Z Compiling aho-corasick v1.1.2
16162024-03-15T12:45:39.526Z Compiling time-macros v0.2.17
16172024-03-15T12:45:40.494Z Compiling ring v0.17.8
16182024-03-15T12:45:40.934Z Compiling regex-syntax v0.8.2
16192024-03-15T12:45:41.619Z Compiling openssl-sys v0.9.96
16202024-03-15T12:45:43.004Z Compiling serde_derive_internals v0.26.0
16212024-03-15T12:45:44.671Z Compiling regex-automata v0.4.5
16222024-03-15T12:45:44.729Z Checking parking_lot v0.12.1
16232024-03-15T12:45:45.051Z Checking pin-project-lite v0.2.13
16242024-03-15T12:45:45.376Z Checking rand_core v0.6.4
16252024-03-15T12:45:45.631Z Compiling crossbeam-utils v0.8.19
16262024-03-15T12:45:45.665Z Compiling ring v0.16.20
16272024-03-15T12:45:46.123Z Checking ryu v1.0.15
16282024-03-15T12:45:46.253Z Checking signal-hook-registry v1.4.1
16292024-03-15T12:45:46.352Z Compiling openssl v0.10.60
16302024-03-15T12:45:46.499Z Checking mio v0.8.11
16312024-03-15T12:45:46.788Z Checking num_cpus v1.16.0
16322024-03-15T12:45:46.884Z Checking futures-core v0.3.30
16332024-03-15T12:45:47.057Z Compiling rustls v0.21.9
16342024-03-15T12:45:47.094Z Compiling iana-time-zone v0.1.57
16352024-03-15T12:45:47.130Z Compiling spin v0.5.2
16362024-03-15T12:45:47.316Z Compiling native-tls v0.2.11
16372024-03-15T12:45:47.352Z Compiling async-trait v0.1.77
16382024-03-15T12:45:47.529Z Compiling slog v2.7.0
16392024-03-15T12:45:47.885Z Compiling cookie v0.17.0
16402024-03-15T12:45:48.228Z Checking socket2 v0.5.5
16412024-03-15T12:45:48.702Z Compiling tinyvec_macros v0.1.1
16422024-03-15T12:45:48.787Z Compiling tinyvec v1.6.0
16432024-03-15T12:45:48.805Z Compiling dyn-clone v1.0.17
16442024-03-15T12:45:48.874Z Compiling backtrace v0.3.69
16452024-03-15T12:45:49.053Z Compiling futures-sink v0.3.30
16462024-03-15T12:45:49.206Z Compiling unicode-bidi v0.3.15
16472024-03-15T12:45:49.281Z Compiling errno v0.3.8
16482024-03-15T12:45:49.331Z Compiling crc32fast v1.3.2
16492024-03-15T12:45:49.509Z Compiling either v1.10.0
16502024-03-15T12:45:49.818Z Compiling regex v1.10.3
16512024-03-15T12:45:49.914Z Compiling unicode-xid v0.2.4
16522024-03-15T12:45:49.992Z Compiling futures-channel v0.3.30
16532024-03-15T12:45:50.070Z Compiling serde_derive v1.0.197
16542024-03-15T12:45:50.132Z Compiling zerocopy-derive v0.7.32
16552024-03-15T12:45:50.267Z Compiling thiserror-impl v1.0.57
16562024-03-15T12:45:50.430Z Compiling zeroize_derive v1.4.2
16572024-03-15T12:45:50.704Z Compiling tokio-macros v2.2.0
16582024-03-15T12:45:50.771Z Compiling futures-macro v0.3.30
16592024-03-15T12:45:50.967Z Compiling tracing-attributes v0.1.27
16602024-03-15T12:45:52.078Z Compiling schemars_derive v0.8.16
16612024-03-15T12:45:52.448Z Checking zeroize v1.7.0
16622024-03-15T12:45:52.592Z Compiling zerocopy v0.7.32
16632024-03-15T12:45:52.696Z Compiling openssl-macros v0.1.1
16642024-03-15T12:45:53.752Z Compiling thiserror v1.0.57
16652024-03-15T12:45:53.883Z Compiling pest v2.7.6
16662024-03-15T12:45:54.518Z Compiling unicode-normalization v0.1.22
16672024-03-15T12:45:54.787Z Compiling hashbrown v0.14.3
16682024-03-15T12:45:55.649Z Compiling anyhow v1.0.79
16692024-03-15T12:45:55.701Z Compiling futures-io v0.3.30
16702024-03-15T12:45:55.848Z Compiling pin-utils v0.1.0
16712024-03-15T12:45:55.871Z Compiling futures-task v0.3.30
16722024-03-15T12:45:55.942Z Compiling spin v0.9.8
16732024-03-15T12:45:55.994Z Compiling tracing-core v0.1.32
16742024-03-15T12:45:56.171Z Compiling pest_meta v2.7.6
16752024-03-15T12:45:56.228Z Compiling futures-util v0.3.30
16762024-03-15T12:45:56.284Z Compiling rustversion v1.0.14
16772024-03-15T12:45:56.287Z Compiling der_derive v0.7.2
16782024-03-15T12:45:56.638Z Compiling percent-encoding v2.3.1
16792024-03-15T12:45:56.975Z Compiling tracing v0.1.40
16802024-03-15T12:45:57.165Z Compiling winnow v0.5.15
16812024-03-15T12:45:57.475Z Compiling pest_generator v2.7.6
16822024-03-15T12:45:59.213Z Compiling lazy_static v1.4.0
16832024-03-15T12:45:59.325Z Checking subtle v2.5.0
16842024-03-15T12:45:59.541Z Compiling unicode-width v0.1.11
16852024-03-15T12:45:59.779Z Compiling untrusted v0.9.0
16862024-03-15T12:45:59.956Z Compiling powerfmt v0.2.0
16872024-03-15T12:46:00.126Z Compiling untrusted v0.7.1
16882024-03-15T12:46:00.321Z Compiling foreign-types-shared v0.1.1
16892024-03-15T12:46:00.434Z Compiling foreign-types v0.3.2
16902024-03-15T12:46:00.526Z Compiling deranged v0.3.11
16912024-03-15T12:46:01.280Z Compiling pest_derive v2.7.6
16922024-03-15T12:46:02.113Z Compiling form_urlencoded v1.2.1
16932024-03-15T12:46:02.429Z Compiling synstructure v0.12.6
16942024-03-15T12:46:02.453Z Compiling scroll_derive v0.12.0
16952024-03-15T12:46:02.892Z Compiling thread-id v4.2.0
16962024-03-15T12:46:03.000Z Compiling base64 v0.21.7
16972024-03-15T12:46:03.889Z Checking bytes v1.5.0
16982024-03-15T12:46:03.980Z Checking bitflags v2.4.2
16992024-03-15T12:46:03.997Z Compiling try-lock v0.2.4
17002024-03-15T12:46:04.086Z Compiling num_threads v0.1.6
17012024-03-15T12:46:04.212Z Compiling time v0.3.34
17022024-03-15T12:46:04.245Z Compiling zerocopy-derive v0.2.0
17032024-03-15T12:46:04.261Z Compiling want v0.3.1
17042024-03-15T12:46:04.541Z Compiling rustls-webpki v0.101.7
17052024-03-15T12:46:04.582Z Compiling sct v0.7.0
17062024-03-15T12:46:04.629Z Checking tokio v1.36.0
17072024-03-15T12:46:04.874Z Compiling idna v0.5.0
17082024-03-15T12:46:05.662Z Compiling indexmap v2.2.5
17092024-03-15T12:46:06.566Z Compiling uuid v1.7.0
17102024-03-15T12:46:06.943Z Compiling semver v1.0.22
17112024-03-15T12:46:07.151Z Compiling chrono v0.4.34
17122024-03-15T12:46:07.672Z Compiling http v0.2.12
17132024-03-15T12:46:08.554Z Compiling serde_spanned v0.6.5
17142024-03-15T12:46:08.799Z Compiling toml_datetime v0.6.5
17152024-03-15T12:46:09.282Z Compiling rustc_version v0.4.0
17162024-03-15T12:46:09.738Z Compiling toml_edit v0.19.15
17172024-03-15T12:46:10.049Z Compiling openapiv3 v2.0.0
17182024-03-15T12:46:10.364Z Compiling http-body v0.4.5
17192024-03-15T12:46:11.206Z Compiling openssl-probe v0.1.5
17202024-03-15T12:46:11.539Z Compiling httpdate v1.0.3
17212024-03-15T12:46:11.742Z Compiling const-oid v0.9.6
17222024-03-15T12:46:11.790Z Compiling tower-service v0.3.2
17232024-03-15T12:46:12.248Z Compiling url v2.5.0
17242024-03-15T12:46:13.645Z Compiling idna v0.3.0
17252024-03-15T12:46:14.188Z Compiling adler v1.0.2
17262024-03-15T12:46:14.419Z Compiling psl-types v2.0.11
17272024-03-15T12:46:14.614Z Compiling publicsuffix v2.2.3
17282024-03-15T12:46:14.631Z Compiling miniz_oxide v0.7.1
17292024-03-15T12:46:14.856Z Compiling crossbeam-epoch v0.9.18
17302024-03-15T12:46:15.237Z Compiling signal-hook v0.3.17
17312024-03-15T12:46:15.632Z Compiling ipnet v2.9.0
17322024-03-15T12:46:15.685Z Compiling cookie_store v0.20.0
17332024-03-15T12:46:16.185Z Compiling tokio-util v0.7.10
17342024-03-15T12:46:16.313Z Compiling serde_urlencoded v0.7.1
17352024-03-15T12:46:16.831Z Compiling rustls-pemfile v1.0.3
17362024-03-15T12:46:16.891Z Compiling crypto-common v0.1.6
17372024-03-15T12:46:17.212Z Compiling clap_derive v4.5.0
17382024-03-15T12:46:17.242Z Compiling zerocopy-derive v0.6.4
17392024-03-15T12:46:17.697Z Compiling h2 v0.3.24
17402024-03-15T12:46:17.718Z Compiling tokio-native-tls v0.3.1
17412024-03-15T12:46:17.973Z Compiling tokio-rustls v0.24.1
17422024-03-15T12:46:17.990Z Compiling usdt-impl v0.3.5
17432024-03-15T12:46:18.314Z Compiling encoding_rs v0.8.33
17442024-03-15T12:46:18.363Z Compiling sync_wrapper v0.1.2
17452024-03-15T12:46:18.491Z Compiling gimli v0.28.0
17462024-03-15T12:46:19.537Z Compiling webpki-roots v0.25.2
17472024-03-15T12:46:19.665Z Compiling siphasher v0.3.11
17482024-03-15T12:46:19.683Z Compiling mime v0.3.17
17492024-03-15T12:46:20.213Z Compiling zerocopy v0.3.0
17502024-03-15T12:46:20.312Z Compiling scroll v0.12.0
17512024-03-15T12:46:20.865Z Compiling block-buffer v0.10.4
17522024-03-15T12:46:21.131Z Compiling bzip2-sys v0.1.11+1.0.8
17532024-03-15T12:46:21.428Z Compiling object v0.32.1
17542024-03-15T12:46:21.583Z Compiling usdt-impl v0.5.0
17552024-03-15T12:46:22.055Z Compiling rustc-demangle v0.1.23
17562024-03-15T12:46:22.452Z Compiling plain v0.2.3
17572024-03-15T12:46:22.611Z Compiling goblin v0.8.0
17582024-03-15T12:46:22.815Z Compiling addr2line v0.21.0
17592024-03-15T12:46:23.402Z Compiling flate2 v1.0.28
17602024-03-15T12:46:23.405Z Compiling digest v0.10.7
17612024-03-15T12:46:23.434Z Compiling dof v0.1.5
17622024-03-15T12:46:23.855Z Compiling heapless v0.7.16
17632024-03-15T12:46:24.069Z Compiling dtrace-parser v0.1.14
17642024-03-15T12:46:24.277Z Compiling futures-executor v0.3.30
17652024-03-15T12:46:24.343Z Compiling ppv-lite86 v0.2.17
17662024-03-15T12:46:24.889Z Compiling hyper v0.14.28
17672024-03-15T12:46:25.163Z Compiling pretty-hex v0.4.1
17682024-03-15T12:46:25.180Z Compiling rand_chacha v0.3.1
17692024-03-15T12:46:26.094Z Compiling futures v0.3.30
17702024-03-15T12:46:26.124Z Compiling toml_edit v0.22.6
17712024-03-15T12:46:26.278Z Compiling toml v0.7.8
17722024-03-15T12:46:27.069Z Compiling hex v0.4.3
17732024-03-15T12:46:27.268Z Compiling serde_tokenstream v0.1.7
17742024-03-15T12:46:27.783Z Compiling dtrace-parser v0.2.0
17752024-03-15T12:46:28.323Z Compiling dof v0.3.0
17762024-03-15T12:46:28.942Z Compiling bit-vec v0.6.3
17772024-03-15T12:46:29.391Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17782024-03-15T12:46:30.308Z Compiling rand v0.8.5
17792024-03-15T12:46:30.683Z Compiling phf_shared v0.10.0
17802024-03-15T12:46:31.073Z Compiling num-bigint v0.4.4
17812024-03-15T12:46:31.093Z Compiling precomputed-hash v0.1.1
17822024-03-15T12:46:31.145Z Compiling new_debug_unreachable v1.0.4
17832024-03-15T12:46:31.205Z Compiling fixedbitset v0.4.2
17842024-03-15T12:46:31.236Z Compiling minimal-lexical v0.2.1
17852024-03-15T12:46:31.407Z Compiling base64ct v1.6.0
17862024-03-15T12:46:31.636Z Compiling smoltcp v0.9.1
17872024-03-15T12:46:31.755Z Compiling nom v7.1.3
17882024-03-15T12:46:31.913Z Compiling hyper-tls v0.5.0
17892024-03-15T12:46:32.004Z Compiling hyper-rustls v0.24.2
17902024-03-15T12:46:32.337Z Compiling reqwest v0.11.24
17912024-03-15T12:46:32.358Z Compiling pem-rfc7468 v0.7.0
17922024-03-15T12:46:32.415Z Compiling petgraph v0.6.4
17932024-03-15T12:46:32.643Z Compiling string_cache v0.8.7
17942024-03-15T12:46:33.106Z Compiling bit-set v0.5.3
17952024-03-15T12:46:33.109Z Compiling usdt-attr-macro v0.3.5
17962024-03-15T12:46:33.203Z Compiling usdt-macro v0.3.5
17972024-03-15T12:46:33.387Z Compiling hmac v0.12.1
17982024-03-15T12:46:34.221Z Compiling enum-as-inner v0.5.1
17992024-03-15T12:46:34.562Z Compiling hubpack_derive v0.1.1
18002024-03-15T12:46:34.632Z Compiling itertools v0.10.5
18012024-03-15T12:46:34.747Z Compiling diesel_table_macro_syntax v0.1.0
18022024-03-15T12:46:35.196Z Compiling lalrpop-util v0.19.12
18032024-03-15T12:46:35.290Z Checking equivalent v1.0.1
18042024-03-15T12:46:35.398Z Compiling flagset v0.4.3
18052024-03-15T12:46:35.488Z Compiling unicode-segmentation v1.10.1
18062024-03-15T12:46:35.547Z Compiling diesel_derives v2.1.2
18072024-03-15T12:46:35.596Z Compiling der v0.7.8
18082024-03-15T12:46:36.312Z Compiling strum_macros v0.25.2
18092024-03-15T12:46:36.587Z Compiling cpufeatures v0.2.12
18102024-03-15T12:46:36.735Z Compiling sha2 v0.10.8
18112024-03-15T12:46:37.016Z Compiling md-5 v0.10.5
18122024-03-15T12:46:37.255Z Compiling stringprep v0.1.3
18132024-03-15T12:46:37.549Z Compiling serde_repr v0.1.16
18142024-03-15T12:46:37.816Z Compiling spki v0.7.2
18152024-03-15T12:46:38.192Z Compiling num-integer v0.1.46
18162024-03-15T12:46:38.251Z Compiling hash32 v0.2.1
18172024-03-15T12:46:38.744Z Compiling stable_deref_trait v1.2.0
18182024-03-15T12:46:38.847Z Compiling fallible-iterator v0.2.0
18192024-03-15T12:46:39.032Z Compiling pkcs8 v0.10.2
18202024-03-15T12:46:39.567Z Compiling postgres-protocol v0.6.6
18212024-03-15T12:46:39.767Z Compiling phf_shared v0.11.2
18222024-03-15T12:46:40.269Z Compiling ff v0.13.0
18232024-03-15T12:46:40.440Z Compiling terminal_size v0.3.0
18242024-03-15T12:46:40.565Z Compiling block-padding v0.3.3
18252024-03-15T12:46:40.590Z Compiling scheduled-thread-pool v0.2.7
18262024-03-15T12:46:40.845Z Compiling base16ct v0.2.0
18272024-03-15T12:46:40.920Z Compiling matches v0.1.10
18282024-03-15T12:46:40.961Z Compiling managed v0.8.0
18292024-03-15T12:46:41.016Z Compiling regex-automata v0.1.10
18302024-03-15T12:46:41.173Z Compiling bitflags v1.3.2
18312024-03-15T12:46:41.190Z Compiling clap_builder v4.5.1
18322024-03-15T12:46:41.243Z Compiling sec1 v0.7.3
18332024-03-15T12:46:41.264Z Compiling idna v0.2.3
18342024-03-15T12:46:41.412Z Compiling bstr v0.2.17
18352024-03-15T12:46:41.813Z Compiling r2d2 v0.8.10
18362024-03-15T12:46:42.184Z Compiling inout v0.1.3
18372024-03-15T12:46:42.849Z Compiling signal-hook-mio v0.2.3
18382024-03-15T12:46:42.878Z Compiling group v0.13.0
18392024-03-15T12:46:42.945Z Compiling postgres-types v0.2.6
18402024-03-15T12:46:43.003Z Compiling phf v0.11.2
18412024-03-15T12:46:43.197Z Compiling bzip2 v0.4.4
18422024-03-15T12:46:43.331Z Compiling hubpack v0.1.2
18432024-03-15T12:46:43.606Z Compiling hkdf v0.12.4
18442024-03-15T12:46:43.771Z Compiling zerocopy v0.6.4
18452024-03-15T12:46:43.847Z Compiling crypto-bigint v0.5.2
18462024-03-15T12:46:43.958Z Compiling ipnetwork v0.20.0
18472024-03-15T12:46:44.485Z Compiling float-cmp v0.9.0
18482024-03-15T12:46:44.643Z Compiling data-encoding v2.4.0
18492024-03-15T12:46:44.702Z Compiling static_assertions v1.1.0
18502024-03-15T12:46:44.797Z Compiling whoami v1.5.0
18512024-03-15T12:46:44.872Z Compiling predicates-core v1.0.6
18522024-03-15T12:46:45.464Z Compiling difflib v0.4.0
18532024-03-15T12:46:45.481Z Compiling normalize-line-endings v0.3.0
18542024-03-15T12:46:45.602Z Compiling trust-dns-proto v0.22.0
18552024-03-15T12:46:47.002Z Compiling yasna v0.5.2
18562024-03-15T12:46:47.137Z Compiling predicates v3.1.0
18572024-03-15T12:46:47.263Z Compiling elliptic-curve v0.13.8
18582024-03-15T12:46:47.906Z Compiling tokio-postgres v0.7.10
18592024-03-15T12:46:48.070Z Compiling clap v4.5.1
18602024-03-15T12:46:48.198Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18612024-03-15T12:46:48.893Z Compiling zip v0.6.6
18622024-03-15T12:46:48.975Z Compiling crossterm v0.27.0
18632024-03-15T12:46:50.293Z Compiling cipher v0.4.4
18642024-03-15T12:46:50.808Z Compiling similar v2.4.0
18652024-03-15T12:46:51.383Z Compiling num-iter v0.1.44
18662024-03-15T12:46:51.576Z Compiling usdt v0.3.5
18672024-03-15T12:46:51.857Z Compiling tokio-stream v0.1.14
18682024-03-15T12:46:52.283Z Compiling diesel v2.1.4
18692024-03-15T12:46:52.826Z Compiling console v0.15.8
18702024-03-15T12:46:52.887Z Compiling bstr v1.9.0
18712024-03-15T12:46:53.074Z Checking unicode-ident v1.0.12
18722024-03-15T12:46:54.653Z Checking proc-macro2 v1.0.78
18732024-03-15T12:46:55.320Z Checking quote v1.0.35
18742024-03-15T12:46:56.823Z Checking utf8parse v0.2.1
18752024-03-15T12:46:57.399Z Checking anstyle v1.0.2
18762024-03-15T12:47:02.545Z Checking anstyle-parse v0.2.1
18772024-03-15T12:47:03.644Z Checking colorchoice v1.0.0
18782024-03-15T12:47:03.774Z Checking anstyle-query v1.0.0
18792024-03-15T12:47:03.883Z Checking anstream v0.6.11
18802024-03-15T12:47:04.498Z Checking strsim v0.11.0
18812024-03-15T12:47:04.519Z Checking clap_lex v0.7.0
18822024-03-15T12:47:07.544Z Compiling serde_tokenstream v0.2.0
18832024-03-15T12:47:10.356Z Checking winnow v0.6.1
18842024-03-15T12:47:18.592Z Compiling regress v0.8.0
18852024-03-15T12:47:18.956Z Compiling getopts v0.2.21
18862024-03-15T12:47:19.427Z Compiling unsafe-libyaml v0.2.10
18872024-03-15T12:47:19.916Z Checking heck v0.4.1
18882024-03-15T12:47:19.971Z Compiling ident_case v1.0.1
18892024-03-15T12:47:20.128Z Compiling strsim v0.10.0
18902024-03-15T12:47:20.913Z Compiling serde_yaml v0.9.25
18912024-03-15T12:47:20.958Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
18922024-03-15T12:47:21.260Z Checking camino v1.1.6
18932024-03-15T12:47:21.427Z Checking fastrand v2.0.1
18942024-03-15T12:47:21.579Z Checking match_cfg v0.1.0
18952024-03-15T12:47:21.667Z Checking rustls-pki-types v1.3.0
18962024-03-15T12:47:21.731Z Checking tempfile v3.10.0
18972024-03-15T12:47:21.812Z Checking hostname v0.3.1
18982024-03-15T12:47:21.947Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
18992024-03-15T12:47:22.046Z Compiling darling_core v0.20.3
19002024-03-15T12:47:22.086Z Checking http v1.0.0
19012024-03-15T12:47:23.400Z Checking atty v0.2.14
19022024-03-15T12:47:23.518Z Compiling paste v1.0.14
19032024-03-15T12:47:24.025Z Checking quick-error v1.2.3
19042024-03-15T12:47:24.225Z Checking sha1 v0.10.6
19052024-03-15T12:47:24.503Z Checking dirs-sys-next v0.1.2
19062024-03-15T12:47:24.680Z Compiling rustls v0.22.2
19072024-03-15T12:47:24.725Z Checking dirs-next v2.0.0
19082024-03-15T12:47:24.982Z Checking rustls-webpki v0.102.1
19092024-03-15T12:47:25.138Z Checking crossbeam-channel v0.5.8
19102024-03-15T12:47:25.516Z Checking thread_local v1.1.7
19112024-03-15T12:47:25.785Z Checking instant v0.1.12
19122024-03-15T12:47:25.811Z Compiling slog-async v2.8.0
19132024-03-15T12:47:25.899Z Checking term v0.7.0
19142024-03-15T12:47:26.127Z Checking rustls-pemfile v2.1.1
19152024-03-15T12:47:26.342Z Compiling multer v3.0.0
19162024-03-15T12:47:26.360Z Checking take_mut v0.2.2
19172024-03-15T12:47:26.378Z Checking debug-ignore v1.0.5
19182024-03-15T12:47:26.513Z Checking slog-term v2.9.0
19192024-03-15T12:47:26.693Z Checking slog-json v2.6.1
19202024-03-15T12:47:26.775Z Compiling async-stream-impl v0.3.5
19212024-03-15T12:47:26.949Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19222024-03-15T12:47:26.963Z Checking atomic-waker v1.1.1
19232024-03-15T12:47:27.083Z Checking waitgroup v0.1.2
19242024-03-15T12:47:27.222Z Checking slog-bunyan v2.5.0
19252024-03-15T12:47:27.393Z Checking toml v0.8.10
19262024-03-15T12:47:27.729Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19272024-03-15T12:47:28.152Z Compiling darling_macro v0.20.3
19282024-03-15T12:47:28.172Z Checking serde_path_to_error v0.1.16
19292024-03-15T12:47:28.192Z Checking async-stream v0.3.5
19302024-03-15T12:47:28.379Z Compiling strum_macros v0.26.1
19312024-03-15T12:47:28.806Z Checking regress v0.9.0
19322024-03-15T12:47:29.233Z Compiling darling v0.20.3
19332024-03-15T12:47:29.314Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19342024-03-15T12:47:29.351Z Compiling serde_with_macros v3.6.1
19352024-03-15T12:47:29.614Z Checking tokio-rustls v0.25.0
19362024-03-15T12:47:29.738Z Checking wait-timeout v0.2.0
19372024-03-15T12:47:29.905Z Compiling structmeta-derive v0.3.0
19382024-03-15T12:47:29.973Z Checking rusty-fork v0.3.0
19392024-03-15T12:47:30.282Z Checking newtype-uuid v1.0.1
19402024-03-15T12:47:30.528Z Compiling structmeta-derive v0.2.0
19412024-03-15T12:47:32.309Z Checking rand_xorshift v0.3.0
19422024-03-15T12:47:32.482Z Checking unarray v0.1.4
19432024-03-15T12:47:32.627Z Checking proptest v1.4.0
19442024-03-15T12:47:32.691Z Checking serde_with v3.6.1
19452024-03-15T12:47:33.184Z Compiling structmeta v0.3.0
19462024-03-15T12:47:33.640Z Compiling structmeta v0.2.0
19472024-03-15T12:47:33.655Z Compiling parse-display-derive v0.9.0
19482024-03-15T12:47:33.807Z Checking strum v0.26.1
19492024-03-15T12:47:33.810Z Checking backoff v0.4.0
19502024-03-15T12:47:33.954Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19512024-03-15T12:47:34.095Z Compiling test-strategy v0.3.1
19522024-03-15T12:47:34.114Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19532024-03-15T12:47:34.302Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19542024-03-15T12:47:34.746Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19552024-03-15T12:47:34.883Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19562024-03-15T12:47:35.041Z Checking macaddr v1.0.1
19572024-03-15T12:47:35.119Z Checking camino-tempfile v1.1.1
19582024-03-15T12:47:35.402Z Compiling proc-macro-error-attr v1.0.4
19592024-03-15T12:47:35.416Z Compiling proc-macro-error v1.0.4
19602024-03-15T12:47:35.860Z Compiling proc-macro-crate v1.3.1
19612024-03-15T12:47:36.066Z Checking termtree v0.4.1
19622024-03-15T12:47:36.269Z Compiling heapless v0.8.0
19632024-03-15T12:47:36.990Z Compiling num_enum_derive v0.5.11
19642024-03-15T12:47:37.122Z Checking predicates-tree v1.0.9
19652024-03-15T12:47:37.228Z Compiling usdt-attr-macro v0.5.0
19662024-03-15T12:47:37.270Z Compiling usdt-macro v0.5.0
19672024-03-15T12:47:37.346Z Checking hash32 v0.3.1
19682024-03-15T12:47:37.532Z Checking memmap v0.7.0
19692024-03-15T12:47:37.722Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19702024-03-15T12:47:38.070Z Compiling smoltcp v0.11.0
19712024-03-15T12:47:38.714Z Checking parse-display v0.9.0
19722024-03-15T12:47:38.738Z Compiling crucible-workspace-hack v0.1.0
19732024-03-15T12:47:38.807Z Checking embedded-io v0.4.0
19742024-03-15T12:47:38.893Z Checking usdt v0.5.0
19752024-03-15T12:47:38.914Z Checking cobs v0.2.3
19762024-03-15T12:47:38.989Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19772024-03-15T12:47:39.029Z Compiling foreign-types-macros v0.2.3
19782024-03-15T12:47:39.083Z Checking postcard v1.0.8
19792024-03-15T12:47:39.137Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
19802024-03-15T12:47:39.287Z Checking foreign-types-shared v0.3.1
19812024-03-15T12:47:39.399Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
19822024-03-15T12:47:39.431Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19832024-03-15T12:47:39.751Z Checking num_enum v0.5.11
19842024-03-15T12:47:39.799Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
19852024-03-15T12:47:39.821Z Checking tabwriter v1.4.0
19862024-03-15T12:47:39.906Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19872024-03-15T12:47:39.921Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
19882024-03-15T12:47:40.044Z Checking cstr-argument v0.1.2
19892024-03-15T12:47:40.231Z Checking pretty-hex v0.2.1
19902024-03-15T12:47:40.389Z Checking foreign-types v0.5.0
19912024-03-15T12:47:40.404Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19922024-03-15T12:47:40.496Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19932024-03-15T12:47:40.687Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19942024-03-15T12:47:40.815Z Checking colored v2.1.0
19952024-03-15T12:47:40.830Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
19962024-03-15T12:47:40.870Z Checking socket2 v0.4.9
19972024-03-15T12:47:40.940Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19982024-03-15T12:47:40.943Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19992024-03-15T12:47:40.991Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
20002024-03-15T12:47:41.093Z Compiling num-derive v0.4.0
20012024-03-15T12:47:41.144Z Compiling mockall_derive v0.12.0
20022024-03-15T12:47:41.343Z Checking downcast v0.11.0
20032024-03-15T12:47:41.535Z Checking fragile v2.0.0
20042024-03-15T12:47:41.805Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
20052024-03-15T12:47:42.026Z Checking smf v0.2.2
20062024-03-15T12:47:42.296Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
20072024-03-15T12:47:42.447Z Checking base64 v0.22.0
20082024-03-15T12:47:42.473Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20092024-03-15T12:47:42.924Z Checking filetime v0.2.23
20102024-03-15T12:47:43.050Z Checking xattr v1.0.1
20112024-03-15T12:47:43.129Z Checking same-file v1.0.6
20122024-03-15T12:47:43.195Z Checking pem v3.0.2
20132024-03-15T12:47:43.227Z Checking tar v0.4.40
20142024-03-15T12:47:43.293Z Checking walkdir v2.4.0
20152024-03-15T12:47:43.409Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
20162024-03-15T12:47:43.446Z Checking linked-hash-map v0.5.6
20172024-03-15T12:47:43.558Z Checking humantime v2.1.0
20182024-03-15T12:47:43.636Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
20192024-03-15T12:47:43.749Z Checking lru-cache v0.1.2
20202024-03-15T12:47:43.845Z Compiling rayon-core v1.12.1
20212024-03-15T12:47:43.861Z Checking itertools v0.12.1
20222024-03-15T12:47:43.925Z Checking password-hash v0.5.0
20232024-03-15T12:47:43.942Z Checking headers-core v0.2.0
20242024-03-15T12:47:44.074Z Checking blake2 v0.10.6
20252024-03-15T12:47:44.153Z Checking headers v0.3.9
20262024-03-15T12:47:44.348Z Checking swrite v0.1.0
20272024-03-15T12:47:44.456Z Compiling derive-where v1.2.7
20282024-03-15T12:47:44.511Z Checking argon2 v0.5.3
20292024-03-15T12:47:45.020Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
20302024-03-15T12:47:45.247Z Checking rcgen v0.12.1
20312024-03-15T12:47:45.273Z Checking atomicwrites v0.4.3
20322024-03-15T12:47:45.356Z Checking subprocess v0.2.9
20332024-03-15T12:47:45.455Z Checking resolv-conf v0.7.0
20342024-03-15T12:47:45.777Z Checking arc-swap v1.6.0
20352024-03-15T12:47:45.887Z Checking trust-dns-resolver v0.22.0
20362024-03-15T12:47:45.934Z Checking half v2.3.1
20372024-03-15T12:47:46.163Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
20382024-03-15T12:47:46.310Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
20392024-03-15T12:47:46.392Z Checking slog-scope v4.4.0
20402024-03-15T12:47:46.524Z Compiling cancel-safe-futures v0.1.5
20412024-03-15T12:47:46.591Z Checking ciborium-io v0.2.2
20422024-03-15T12:47:46.712Z Checking ciborium-ll v0.2.2
20432024-03-15T12:47:46.895Z Checking slog-stdlog v4.1.1
20442024-03-15T12:47:46.971Z Checking ciborium v0.2.2
20452024-03-15T12:47:47.060Z Checking slog-envlogger v2.2.0
20462024-03-15T12:47:47.129Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20472024-03-15T12:47:47.257Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20482024-03-15T12:47:47.400Z Compiling semver v0.1.20
20492024-03-15T12:47:47.592Z Checking libsw v3.3.1
20502024-03-15T12:47:47.739Z Compiling rustc_version v0.1.7
20512024-03-15T12:47:47.847Z Checking linear-map v1.2.0
20522024-03-15T12:47:47.937Z Checking owo-colors v4.0.0
20532024-03-15T12:47:48.060Z Compiling slog-dtrace v0.3.0
20542024-03-15T12:47:48.179Z Checking termcolor v1.2.0
20552024-03-15T12:47:48.202Z Compiling blake3 v1.5.0
20562024-03-15T12:47:48.216Z Compiling radium v0.7.0
20572024-03-15T12:47:48.229Z Compiling newtype_derive v0.1.6
20582024-03-15T12:47:48.559Z Checking is-terminal v0.4.9
20592024-03-15T12:47:48.673Z Checking nibble_vec v0.1.0
20602024-03-15T12:47:48.705Z Checking steno v0.4.0
20612024-03-15T12:47:48.725Z Checking tap v1.0.1
20622024-03-15T12:47:48.778Z Checking endian-type v0.1.2
20632024-03-15T12:47:48.849Z Compiling maybe-uninit v2.0.0
20642024-03-15T12:47:48.873Z Checking wyz v0.5.1
20652024-03-15T12:47:48.984Z Checking radix_trie v0.2.1
20662024-03-15T12:47:49.286Z Checking fxhash v0.2.1
20672024-03-15T12:47:49.373Z Checking mockall v0.12.0
20682024-03-15T12:47:49.391Z Compiling num-bigint-dig v0.8.4
20692024-03-15T12:47:49.427Z Checking funty v2.0.0
20702024-03-15T12:47:49.446Z Checking crc-catalog v2.2.0
20712024-03-15T12:47:49.567Z Compiling packed_struct v0.10.1
20722024-03-15T12:47:49.584Z Checking crc v3.0.1
20732024-03-15T12:47:49.696Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20742024-03-15T12:47:49.716Z Compiling packed_struct_codegen v0.10.1
20752024-03-15T12:47:49.732Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20762024-03-15T12:47:49.777Z Compiling indexmap v1.9.3
20772024-03-15T12:47:50.026Z Compiling num-rational v0.4.1
20782024-03-15T12:47:50.063Z Checking nodrop v0.1.14
20792024-03-15T12:47:50.219Z Checking array-init v0.0.4
20802024-03-15T12:47:50.416Z Checking bitvec v1.0.1
20812024-03-15T12:47:50.574Z Checking smallvec v0.6.14
20822024-03-15T12:47:50.926Z Checking newline-converter v0.3.0
20832024-03-15T12:47:50.951Z Checking pkcs1 v0.7.5
20842024-03-15T12:47:51.078Z Checking signature v2.1.0
20852024-03-15T12:47:51.213Z Checking hashbrown v0.12.3
20862024-03-15T12:47:51.279Z Checking bitfield v0.14.0
20872024-03-15T12:47:51.336Z Checking serde-hex v0.1.0
20882024-03-15T12:47:51.536Z Checking expectorate v1.1.0
20892024-03-15T12:47:52.361Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20902024-03-15T12:47:52.378Z Checking rsa v0.9.2
20912024-03-15T12:47:52.602Z Checking env_logger v0.10.0
20922024-03-15T12:47:52.864Z Checking x509-cert v0.2.4
20932024-03-15T12:47:52.928Z Checking ron v0.8.1
20942024-03-15T12:47:53.026Z Compiling crossbeam-deque v0.8.3
20952024-03-15T12:47:53.350Z Checking hashbrown v0.13.2
20962024-03-15T12:47:53.365Z Checking num-complex v0.4.4
20972024-03-15T12:47:54.155Z Checking crc-any v2.4.3
20982024-03-15T12:47:54.450Z Checking object v0.30.4
20992024-03-15T12:47:54.508Z Checking num v0.4.1
21002024-03-15T12:47:54.514Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21012024-03-15T12:47:54.660Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
21022024-03-15T12:47:54.876Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21032024-03-15T12:47:55.188Z Compiling semver-parser v0.10.2
21042024-03-15T12:47:55.213Z Checking path-slash v0.1.5
21052024-03-15T12:47:55.653Z Compiling rayon v1.9.0
21062024-03-15T12:47:56.133Z Compiling semver v0.11.0
21072024-03-15T12:47:56.486Z Compiling memmap2 v0.7.1
21082024-03-15T12:47:56.746Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21092024-03-15T12:47:56.914Z Compiling home v0.5.5
21102024-03-15T12:47:56.917Z Compiling arrayref v0.3.7
21112024-03-15T12:47:57.022Z Compiling convert_case v0.4.0
21122024-03-15T12:47:57.071Z Compiling constant_time_eq v0.3.0
21132024-03-15T12:47:57.195Z Compiling arrayvec v0.7.4
21142024-03-15T12:47:57.253Z Compiling toolchain_find v0.2.0
21152024-03-15T12:47:58.033Z Compiling toml v0.5.11
21162024-03-15T12:47:58.084Z Compiling derive_more v0.99.17
21172024-03-15T12:47:58.385Z Compiling topological-sort v0.2.2
21182024-03-15T12:47:58.608Z Checking display-error-chain v0.2.0
21192024-03-15T12:47:59.485Z Checking utf-8 v0.7.6
21202024-03-15T12:47:59.677Z Checking tungstenite v0.20.1
21212024-03-15T12:48:00.537Z Compiling rustfmt-wrapper v0.2.0
21222024-03-15T12:48:00.560Z Compiling buf-list v1.0.3
21232024-03-15T12:48:00.611Z Checking tokio-tungstenite v0.20.1
21242024-03-15T12:48:01.064Z Compiling omicron-zone-package v0.11.0
21252024-03-15T12:48:01.149Z Checking textwrap v0.11.0
21262024-03-15T12:48:01.367Z Compiling heck v0.3.3
21272024-03-15T12:48:01.565Z Compiling parking_lot_core v0.8.6
21282024-03-15T12:48:01.758Z Checking vec_map v0.8.2
21292024-03-15T12:48:01.783Z Checking ansi_term v0.12.1
21302024-03-15T12:48:02.025Z Compiling libefi-sys v0.1.0
21312024-03-15T12:48:02.041Z Checking strsim v0.8.0
21322024-03-15T12:48:02.117Z Compiling structopt-derive v0.4.18
21332024-03-15T12:48:02.224Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
21342024-03-15T12:48:02.236Z Checking clap v2.34.0
21352024-03-15T12:48:02.718Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21362024-03-15T12:48:03.006Z Compiling pin-project-internal v1.1.3
21372024-03-15T12:48:03.056Z Compiling doc-comment v0.3.3
21382024-03-15T12:48:03.649Z Checking keccak v0.1.4
21392024-03-15T12:48:03.972Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21402024-03-15T12:48:04.129Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21412024-03-15T12:48:04.482Z Checking sha3 v0.10.8
21422024-03-15T12:48:04.966Z Checking parking_lot v0.11.2
21432024-03-15T12:48:05.022Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21442024-03-15T12:48:05.279Z Checking structopt v0.3.26
21452024-03-15T12:48:05.293Z Checking trust-dns-client v0.22.0
21462024-03-15T12:48:05.666Z Checking secrecy v0.8.0
21472024-03-15T12:48:05.875Z Checking gethostname v0.4.3
21482024-03-15T12:48:06.007Z Compiling vte_generate_state_changes v0.1.1
21492024-03-15T12:48:06.254Z Checking pin-project v1.1.3
21502024-03-15T12:48:06.375Z Checking sled v0.34.7
21512024-03-15T12:48:06.533Z Checking fd-lock v3.0.13
21522024-03-15T12:48:06.667Z Checking vte v0.11.1
21532024-03-15T12:48:06.707Z Checking strum v0.25.0
21542024-03-15T12:48:06.786Z Checking trust-dns-server v0.22.1
21552024-03-15T12:48:06.851Z Checking nu-ansi-term v0.50.0
21562024-03-15T12:48:06.985Z Checking glob v0.3.1
21572024-03-15T12:48:07.281Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21582024-03-15T12:48:07.296Z Compiling snafu-derive v0.7.5
21592024-03-15T12:48:07.609Z Compiling unicase v2.7.0
21602024-03-15T12:48:07.783Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21612024-03-15T12:48:07.800Z Compiling fs-err v2.11.0
21622024-03-15T12:48:07.886Z Compiling platforms v3.0.2
21632024-03-15T12:48:08.057Z Checking strip-ansi-escapes v0.2.0
21642024-03-15T12:48:08.200Z Checking reedline v0.30.0
21652024-03-15T12:48:08.266Z Checking globset v0.4.13
21662024-03-15T12:48:08.419Z Checking olpc-cjson v0.1.3
21672024-03-15T12:48:08.636Z Checking serde_plain v1.0.2
21682024-03-15T12:48:08.715Z Compiling async-recursion v1.0.5
21692024-03-15T12:48:08.877Z Checking typed-path v0.7.0
21702024-03-15T12:48:09.808Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21712024-03-15T12:48:09.851Z Compiling memoffset v0.7.1
21722024-03-15T12:48:09.873Z Checking parse-size v1.0.0
21732024-03-15T12:48:09.908Z Checking bytecount v0.6.3
21742024-03-15T12:48:10.095Z Checking papergrid v0.11.0
21752024-03-15T12:48:10.393Z Compiling curve25519-dalek v4.1.1
21762024-03-15T12:48:10.966Z Compiling tabled_derive v0.7.0
21772024-03-15T12:48:11.013Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21782024-03-15T12:48:11.126Z Compiling mime_guess v2.0.4
21792024-03-15T12:48:11.297Z Checking universal-hash v0.5.1
21802024-03-15T12:48:11.395Z Compiling thiserror-impl-no-std v2.0.2
21812024-03-15T12:48:11.473Z Compiling curve25519-dalek-derive v0.1.0
21822024-03-15T12:48:11.631Z Checking nanorand v0.7.0
21832024-03-15T12:48:12.010Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21842024-03-15T12:48:12.316Z Compiling salty v0.2.0
21852024-03-15T12:48:12.403Z Checking opaque-debug v0.3.0
21862024-03-15T12:48:12.488Z Compiling prettyplease v0.2.16
21872024-03-15T12:48:12.759Z Checking signature v1.6.4
21882024-03-15T12:48:12.879Z Checking poly1305 v0.8.0
21892024-03-15T12:48:12.893Z Checking ed25519 v1.5.3
21902024-03-15T12:48:13.187Z Checking flume v0.11.0
21912024-03-15T12:48:13.219Z Checking snafu v0.7.5
21922024-03-15T12:48:13.346Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21932024-03-15T12:48:13.434Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
21942024-03-15T12:48:13.664Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21952024-03-15T12:48:13.690Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21962024-03-15T12:48:13.693Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21972024-03-15T12:48:13.845Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21982024-03-15T12:48:14.790Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21992024-03-15T12:48:14.849Z Checking tough v0.16.0
22002024-03-15T12:48:14.868Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22012024-03-15T12:48:14.971Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
22022024-03-15T12:48:16.805Z Checking tabled v0.15.0
22032024-03-15T12:48:17.120Z Checking thiserror-no-std v2.0.2
22042024-03-15T12:48:17.522Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22052024-03-15T12:48:17.842Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22062024-03-15T12:48:18.099Z Checking chacha20 v0.9.1
22072024-03-15T12:48:18.445Z Checking aead v0.5.2
22082024-03-15T12:48:18.673Z Checking serde-big-array v0.5.1
22092024-03-15T12:48:18.895Z Checking kstat-rs v0.2.3
22102024-03-15T12:48:19.236Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22112024-03-15T12:48:19.720Z Checking chacha20poly1305 v0.10.1
22122024-03-15T12:48:19.917Z Checking vsss-rs v3.3.4
22132024-03-15T12:48:20.127Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22142024-03-15T12:48:20.445Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
22152024-03-15T12:48:21.157Z Checking signal-hook-tokio v0.3.1
22162024-03-15T12:48:21.343Z Checking serde-big-array v0.4.1
22172024-03-15T12:48:21.506Z Compiling crunchy v0.2.2
22182024-03-15T12:48:21.862Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22192024-03-15T12:48:22.012Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
22202024-03-15T12:48:22.089Z Compiling clang-sys v1.6.1
22212024-03-15T12:48:22.813Z Checking fd-lock v4.0.2
22222024-03-15T12:48:22.816Z Checking nix v0.27.1
22232024-03-15T12:48:22.992Z Compiling sqlparser_derive v0.2.2
22242024-03-15T12:48:23.235Z Checking corncobs v0.1.3
22252024-03-15T12:48:23.425Z Compiling tiny-keccak v2.0.2
22262024-03-15T12:48:23.715Z Checking unicode_categories v0.1.1
22272024-03-15T12:48:24.089Z Checking sqlparser v0.43.1
22282024-03-15T12:48:24.141Z Checking sqlformat v0.2.3
22292024-03-15T12:48:25.360Z Checking rustyline v13.0.0
22302024-03-15T12:48:25.515Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22312024-03-15T12:48:25.555Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22322024-03-15T12:48:25.947Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22332024-03-15T12:48:26.872Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22342024-03-15T12:48:28.006Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22352024-03-15T12:48:28.315Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22362024-03-15T12:48:29.315Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22372024-03-15T12:48:29.710Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22382024-03-15T12:48:30.025Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22392024-03-15T12:48:30.649Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22402024-03-15T12:48:31.174Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22412024-03-15T12:48:32.252Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22422024-03-15T12:48:32.498Z Compiling darling_core v0.14.4
22432024-03-15T12:48:32.514Z Checking bcs v0.1.6
22442024-03-15T12:48:32.545Z Compiling ref-cast v1.0.20
22452024-03-15T12:48:32.648Z Checking highway v1.1.0
22462024-03-15T12:48:32.963Z Compiling ascii-canvas v3.0.0
22472024-03-15T12:48:33.079Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22482024-03-15T12:48:33.109Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
22492024-03-15T12:48:33.370Z Compiling ref-cast-impl v1.0.20
22502024-03-15T12:48:33.492Z Compiling ena v0.14.2
22512024-03-15T12:48:33.521Z Compiling libloading v0.7.4
22522024-03-15T12:48:33.720Z Checking http-range v0.1.5
22532024-03-15T12:48:33.898Z Compiling diff v0.1.13
22542024-03-15T12:48:33.917Z Compiling regex-syntax v0.6.29
22552024-03-15T12:48:33.946Z Compiling bindgen v0.69.2
22562024-03-15T12:48:34.600Z Checking hyper-staticfile v0.9.5
22572024-03-15T12:48:34.784Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
22582024-03-15T12:48:35.005Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22592024-03-15T12:48:38.543Z Compiling darling_macro v0.14.4
22602024-03-15T12:48:38.803Z Compiling lalrpop v0.19.12
22612024-03-15T12:48:39.584Z Compiling darling v0.14.4
22622024-03-15T12:48:39.708Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22632024-03-15T12:48:40.087Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22642024-03-15T12:48:41.829Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22652024-03-15T12:48:42.595Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22662024-03-15T12:48:43.399Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22672024-03-15T12:48:43.490Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22682024-03-15T12:48:43.630Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22692024-03-15T12:48:43.830Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22702024-03-15T12:48:44.841Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22712024-03-15T12:48:45.231Z Compiling cexpr v0.6.0
22722024-03-15T12:48:46.699Z Compiling which v4.4.0
22732024-03-15T12:48:46.746Z Compiling rustc-hash v1.1.0
22742024-03-15T12:48:46.897Z Checking maplit v1.0.2
22752024-03-15T12:48:46.901Z Compiling peeking_take_while v0.1.2
22762024-03-15T12:48:47.004Z Checking assert_matches v1.5.0
22772024-03-15T12:48:47.053Z Compiling shlex v1.3.0
22782024-03-15T12:48:47.095Z Compiling lazycell v1.3.0
22792024-03-15T12:48:47.263Z Compiling derive_builder_core v0.12.0
22802024-03-15T12:48:47.480Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22812024-03-15T12:48:47.560Z Compiling libxml v0.3.3
22822024-03-15T12:48:47.831Z Compiling strum_macros v0.24.3
22832024-03-15T12:48:47.958Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22842024-03-15T12:48:48.276Z Compiling cookie v0.18.0
22852024-03-15T12:48:48.566Z Compiling indoc v1.0.9
22862024-03-15T12:48:48.706Z Compiling portable-atomic v1.4.3
22872024-03-15T12:48:49.689Z Compiling derive_builder_macro v0.12.0
22882024-03-15T12:48:49.820Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22892024-03-15T12:48:50.114Z Checking bb8 v0.8.3
22902024-03-15T12:48:50.563Z Checking quick-xml v0.30.0
22912024-03-15T12:48:50.597Z Checking derive_builder v0.12.0
22922024-03-15T12:48:50.749Z Compiling impl-trait-for-tuples v0.2.2
22932024-03-15T12:48:51.486Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22942024-03-15T12:48:51.840Z Compiling oso-derive v0.27.0
22952024-03-15T12:48:51.878Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22962024-03-15T12:48:52.817Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22972024-03-15T12:48:53.223Z Checking number_prefix v0.4.0
22982024-03-15T12:48:53.410Z Checking castaway v0.2.2
22992024-03-15T12:48:53.531Z Checking indicatif v0.17.8
23002024-03-15T12:48:53.574Z Checking rand_seeder v0.2.3
23012024-03-15T12:48:53.817Z Checking compact_str v0.7.1
23022024-03-15T12:48:54.318Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23032024-03-15T12:48:54.373Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23042024-03-15T12:48:54.559Z Checking lru v0.12.1
23052024-03-15T12:48:54.705Z Compiling stability v0.1.1
23062024-03-15T12:48:54.829Z Compiling indoc v2.0.3
23072024-03-15T12:48:55.275Z Checking cassowary v0.3.0
23082024-03-15T12:48:55.693Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23092024-03-15T12:48:55.713Z Checking smawk v0.3.1
23102024-03-15T12:48:55.734Z Checking unicode-linebreak v0.1.5
23112024-03-15T12:48:55.894Z Checking is_ci v1.2.0
23122024-03-15T12:48:56.028Z Checking ratatui v0.26.1
23132024-03-15T12:48:56.043Z Checking supports-color v3.0.0
23142024-03-15T12:48:56.116Z Checking textwrap v0.16.1
23152024-03-15T12:48:56.225Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23162024-03-15T12:48:56.507Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23172024-03-15T12:48:56.545Z Checking rtoolbox v0.0.1
23182024-03-15T12:48:56.739Z Checking rpassword v7.3.1
23192024-03-15T12:48:56.814Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
23202024-03-15T12:48:56.879Z Checking fatfs v0.3.6
23212024-03-15T12:48:57.209Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23222024-03-15T12:48:57.895Z Checking shell-words v1.1.0
23232024-03-15T12:48:58.088Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23242024-03-15T12:48:58.394Z Checking yansi v0.5.1
23252024-03-15T12:48:58.676Z Checking pretty_assertions v1.4.0
23262024-03-15T12:48:58.888Z Compiling target-lexicon v0.12.13
23272024-03-15T12:48:59.033Z Checking tui-tree-widget v0.17.0
23282024-03-15T12:48:59.334Z Checking plotters-backend v0.3.5
23292024-03-15T12:48:59.585Z Compiling guppy-workspace-hack v0.1.0
23302024-03-15T12:48:59.691Z Checking plotters-svg v0.3.5
23312024-03-15T12:48:59.894Z Checking http-body v1.0.0
23322024-03-15T12:48:59.909Z Checking rand v0.4.6
23332024-03-15T12:49:00.105Z Checking cast v0.3.0
23342024-03-15T12:49:00.427Z Checking remove_dir_all v0.5.3
23352024-03-15T12:49:00.532Z Checking tower-layer v0.3.2
23362024-03-15T12:49:00.572Z Compiling target-spec v3.1.0
23372024-03-15T12:49:00.798Z Compiling assert_cmd v2.0.14
23382024-03-15T12:49:00.940Z Checking tempdir v0.3.7
23392024-03-15T12:49:01.112Z Checking tower v0.4.13
23402024-03-15T12:49:01.152Z Checking cfg-expr v0.15.6
23412024-03-15T12:49:01.234Z Checking criterion-plot v0.5.0
23422024-03-15T12:49:01.746Z Checking hyper v1.1.0
23432024-03-15T12:49:01.882Z Checking plotters v0.3.5
23442024-03-15T12:49:02.003Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23452024-03-15T12:49:02.799Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23462024-03-15T12:49:02.916Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23472024-03-15T12:49:03.330Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23482024-03-15T12:49:03.735Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23492024-03-15T12:49:03.833Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23502024-03-15T12:49:04.199Z Checking tinytemplate v1.2.1
23512024-03-15T12:49:04.607Z Checking cargo-platform v0.1.3
23522024-03-15T12:49:04.891Z Checking oorandom v11.1.3
23532024-03-15T12:49:04.928Z Checking anes v0.1.6
23542024-03-15T12:49:05.043Z Checking cargo_metadata v0.18.1
23552024-03-15T12:49:05.283Z Checking hyper-util v0.1.2
23562024-03-15T12:49:05.298Z Checking criterion v0.5.1
23572024-03-15T12:49:07.066Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23582024-03-15T12:49:07.217Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23592024-03-15T12:49:08.160Z Checking rustls-native-certs v0.7.0
23602024-03-15T12:49:08.305Z Checking pathdiff v0.2.1
23612024-03-15T12:49:08.334Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23622024-03-15T12:49:08.463Z Checking nested v0.1.1
23632024-03-15T12:49:08.667Z Checking guppy v0.17.5
23642024-03-15T12:49:10.877Z Checking hyper-rustls v0.26.0
23652024-03-15T12:49:11.208Z Checking httptest v0.15.5
23662024-03-15T12:49:11.962Z Checking threadpool v1.8.1
23672024-03-15T12:49:12.152Z Checking libtest-mimic v0.6.1
23682024-03-15T12:49:12.583Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23692024-03-15T12:49:12.891Z Checking similar-asserts v1.5.0
23702024-03-15T12:49:13.135Z Compiling rstest_macros v0.18.2
23712024-03-15T12:49:14.749Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23722024-03-15T12:49:15.576Z Checking datatest-stable v0.2.3
23732024-03-15T12:49:15.665Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23742024-03-15T12:49:15.796Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23752024-03-15T12:49:16.085Z Checking csv-core v0.1.11
23762024-03-15T12:49:16.104Z Compiling relative-path v1.9.0
23772024-03-15T12:49:16.333Z Compiling trybuild v1.0.89
23782024-03-15T12:49:16.432Z Checking constant_time_eq v0.2.6
23792024-03-15T12:49:16.560Z Checking blake2b_simd v1.0.1
23802024-03-15T12:49:16.773Z Checking csv v1.3.0
23812024-03-15T12:49:17.434Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23822024-03-15T12:49:17.641Z Checking multimap v0.10.0
23832024-03-15T12:49:17.931Z Checking basic-toml v0.1.8
23842024-03-15T12:49:18.760Z Checking futures-timer v3.0.2
23852024-03-15T12:49:19.948Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23862024-03-15T12:49:20.427Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23872024-03-15T12:49:20.952Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23882024-03-15T12:49:22.730Z Checking rust-argon2 v1.0.1
23892024-03-15T12:49:23.168Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23902024-03-15T12:49:25.142Z Checking partial-io v0.5.4
23912024-03-15T12:49:25.522Z Checking approx v0.5.1
23922024-03-15T12:49:25.750Z Checking termios v0.3.3
23932024-03-15T12:49:25.966Z Checking hex-literal v0.4.1
23942024-03-15T12:49:26.749Z Checking rstest v0.18.2
23952024-03-15T12:49:29.271Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23962024-03-15T12:49:45.235Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23972024-03-15T12:50:16.611Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23982024-03-15T12:50:19.112Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23992024-03-15T12:50:21.609Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
24002024-03-15T12:50:22.786Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24012024-03-15T12:50:23.793Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24022024-03-15T12:50:35.209Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24032024-03-15T12:50:46.270Z Compiling polar-core v0.27.0
24042024-03-15T12:50:53.747Z Checking oso v0.27.0
24052024-03-15T12:51:19.702Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24062024-03-15T12:51:19.702Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24072024-03-15T12:52:21.430Z Finished dev [unoptimized + debuginfo] target(s) in 6m 49s
24082024-03-15T12:52:21.607Z
24092024-03-15T12:52:21.607Zreal 7:34.130039194
24102024-03-15T12:52:21.607Zuser 38:50.996057159
24112024-03-15T12:52:21.607Zsys 6:43.594869497
24122024-03-15T12:52:21.611Ztrap 1.061275574
24132024-03-15T12:52:21.611Ztflt 5.860342215
24142024-03-15T12:52:21.611Zdflt 4.118125339
24152024-03-15T12:52:21.611Zkflt 0.142985010
24162024-03-15T12:52:21.611Zlock 59:40.454889950
24172024-03-15T12:52:21.611Zslp 1:57:59.735066597
24182024-03-15T12:52:21.611Zlat 1:46.633871013
24192024-03-15T12:52:21.611Zstop 4:28.387500656
24202024-03-15T12:52:22.484Zwarning: output filename collision.
24212024-03-15T12:52:22.484ZThe 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)`.
24222024-03-15T12:52:22.484ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24232024-03-15T12:52:22.484ZThe targets should have unique names.
24242024-03-15T12:52:22.484ZThis is a known bug where multiple crates with the same name use
24252024-03-15T12:52:22.484Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24262024-03-15T12:52:22.488Zwarning: output filename collision.
24272024-03-15T12:52:22.488ZThe lib target `nix` in package `nix v0.27.1` 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)`.
24282024-03-15T12:52:22.488ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24292024-03-15T12:52:22.488ZThe targets should have unique names.
24302024-03-15T12:52:22.488ZThis is a known bug where multiple crates with the same name use
24312024-03-15T12:52:22.488Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24322024-03-15T12:52:22.488Zwarning: output filename collision.
24332024-03-15T12:52:22.488ZThe 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)`.
24342024-03-15T12:52:22.488ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24352024-03-15T12:52:22.488ZThe targets should have unique names.
24362024-03-15T12:52:22.488ZThis is a known bug where multiple crates with the same name use
24372024-03-15T12:52:22.488Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24382024-03-15T12:52:22.488Zwarning: output filename collision.
24392024-03-15T12:52:22.488ZThe 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)`.
24402024-03-15T12:52:22.488ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24412024-03-15T12:52:22.488ZThe targets should have unique names.
24422024-03-15T12:52:22.488ZThis is a known bug where multiple crates with the same name use
24432024-03-15T12:52:22.488Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24442024-03-15T12:52:22.953Z Documenting libc v0.2.153
24452024-03-15T12:52:22.998Z Documenting cfg-if v1.0.0
24462024-03-15T12:52:23.011Z Documenting serde_derive v1.0.197
24472024-03-15T12:52:23.040Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24482024-03-15T12:52:23.058Z Documenting log v0.4.20
24492024-03-15T12:52:23.075Z Documenting memchr v2.7.1
24502024-03-15T12:52:23.089Z Documenting byteorder v1.5.0
24512024-03-15T12:52:23.092Z Documenting smallvec v1.13.1
24522024-03-15T12:52:23.404Z Documenting scopeguard v1.2.0
24532024-03-15T12:52:26.142Z Documenting itoa v1.0.9
24542024-03-15T12:52:26.247Z Documenting lock_api v0.4.10
24552024-03-15T12:52:26.250Z Documenting zeroize_derive v1.4.2
24562024-03-15T12:52:27.632Z Documenting once_cell v1.19.0
24572024-03-15T12:52:27.740Z Documenting getrandom v0.2.12
24582024-03-15T12:52:27.837Z Documenting parking_lot_core v0.9.8
24592024-03-15T12:52:28.454Z Documenting libm v0.2.7
24602024-03-15T12:52:28.984Z Documenting pin-project-lite v0.2.13
24612024-03-15T12:52:29.312Z Documenting signal-hook-registry v1.4.1
24622024-03-15T12:52:30.821Z Documenting serde v1.0.197
24632024-03-15T12:52:31.610Z Documenting zeroize v1.7.0
24642024-03-15T12:52:31.784Z Documenting num-traits v0.2.18
24652024-03-15T12:52:31.901Z Documenting mio v0.8.11
24662024-03-15T12:52:32.203Z Documenting futures-core v0.3.30
24672024-03-15T12:52:32.706Z Documenting rand_core v0.6.4
24682024-03-15T12:52:32.927Z Documenting parking_lot v0.12.1
24692024-03-15T12:52:34.108Z Documenting thiserror-impl v1.0.57
24702024-03-15T12:52:36.213Z Documenting ryu v1.0.15
24712024-03-15T12:52:36.728Z Documenting socket2 v0.5.5
24722024-03-15T12:52:36.836Z Documenting num_cpus v1.16.0
24732024-03-15T12:52:37.066Z Documenting typenum v1.16.0
24742024-03-15T12:52:37.095Z Documenting tokio-macros v2.2.0
24752024-03-15T12:52:37.659Z Documenting subtle v2.5.0
24762024-03-15T12:52:39.113Z Documenting zerocopy v0.7.32
24772024-03-15T12:52:40.237Z Documenting thiserror v1.0.57
24782024-03-15T12:52:41.640Z Documenting futures-sink v0.3.30
24792024-03-15T12:52:41.740Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24802024-03-15T12:52:41.901Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24812024-03-15T12:52:42.513Z Documenting const-oid v0.9.6
24822024-03-15T12:52:49.829Z Documenting iana-time-zone v0.1.57
24832024-03-15T12:52:50.818Z Documenting generic-array v0.14.7
24842024-03-15T12:52:51.180Z Documenting pin-utils v0.1.0
24852024-03-15T12:52:51.192Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24862024-03-15T12:52:51.487Z Documenting futures-channel v0.3.30
24872024-03-15T12:52:51.852Z Documenting slab v0.4.9
24882024-03-15T12:52:53.079Z Documenting futures-macro v0.3.30
24892024-03-15T12:52:54.301Z Documenting futures-task v0.3.30
24902024-03-15T12:52:56.331Z Documenting crypto-common v0.1.6
24912024-03-15T12:52:56.487Z Documenting futures-io v0.3.30
24922024-03-15T12:52:56.625Z Documenting tinyvec_macros v0.1.1
24932024-03-15T12:52:57.245Z Documenting ahash v0.8.8
24942024-03-15T12:52:59.199Z Documenting allocator-api2 v0.2.16
24952024-03-15T12:52:59.537Z Documenting tinyvec v1.6.0
24962024-03-15T12:52:59.557Z Documenting block-buffer v0.10.4
24972024-03-15T12:52:59.640Z Documenting ppv-lite86 v0.2.17
24982024-03-15T12:53:00.465Z Documenting bytes v1.5.0
24992024-03-15T12:53:01.469Z Documenting bitflags v2.4.2
25002024-03-15T12:53:02.228Z Documenting serde_json v1.0.114
25012024-03-15T12:53:02.641Z Documenting chrono v0.4.34
25022024-03-15T12:53:03.330Z Documenting futures-util v0.3.30
25032024-03-15T12:53:03.502Z Documenting uuid v1.7.0
25042024-03-15T12:53:03.783Z Documenting hashbrown v0.14.3
25052024-03-15T12:53:05.254Z Documenting digest v0.10.7
25062024-03-15T12:53:05.278Z Documenting tokio v1.36.0
25072024-03-15T12:53:06.563Z Documenting unicode-normalization v0.1.22
25082024-03-15T12:53:07.920Z Documenting rand_chacha v0.3.1
25092024-03-15T12:53:08.813Z Documenting tracing-core v0.1.32
25102024-03-15T12:53:09.710Z Documenting tracing-attributes v0.1.27
25112024-03-15T12:53:10.289Z Documenting unicode-bidi v0.3.15
25122024-03-15T12:53:11.830Z Documenting lazy_static v1.4.0
25132024-03-15T12:53:12.273Z Documenting percent-encoding v2.3.1
25142024-03-15T12:53:20.999Z Documenting serde_derive_internals v0.26.0
25152024-03-15T12:53:21.017Z Documenting rand v0.8.5
25162024-03-15T12:53:21.212Z Checking serde_derive_internals v0.26.0
25172024-03-15T12:53:21.224Z Documenting dyn-clone v1.0.17
25182024-03-15T12:53:21.434Z Documenting equivalent v1.0.1
25192024-03-15T12:53:21.774Z Documenting powerfmt v0.2.0
25202024-03-15T12:53:21.920Z Documenting form_urlencoded v1.2.1
25212024-03-15T12:53:22.698Z Documenting time-macros v0.2.17
25222024-03-15T12:53:24.310Z Documenting indexmap v2.2.5
25232024-03-15T12:53:24.885Z Documenting time-core v0.1.2
25242024-03-15T12:53:25.220Z Documenting deranged v0.3.11
25252024-03-15T12:53:26.941Z Documenting num-conv v0.1.0
25262024-03-15T12:53:26.951Z Documenting num_threads v0.1.6
25272024-03-15T12:53:28.124Z Documenting schemars_derive v0.8.16
25282024-03-15T12:53:28.225Z Documenting cpufeatures v0.2.12
25292024-03-15T12:53:28.696Z Documenting fnv v1.0.7
25302024-03-15T12:53:30.347Z Documenting unicode-width v0.1.11
25312024-03-15T12:53:30.358Z Documenting idna v0.5.0
25322024-03-15T12:53:30.819Z Documenting tracing v0.1.40
25332024-03-15T12:53:30.925Z Documenting errno v0.3.8
25342024-03-15T12:53:31.261Z Documenting httparse v1.8.0
25352024-03-15T12:53:31.726Z Documenting time v0.3.34
25362024-03-15T12:53:33.669Z Documenting adler v1.0.2
25372024-03-15T12:53:33.691Z Documenting base64ct v1.6.0
25382024-03-15T12:53:33.871Z Documenting schemars v0.8.16
25392024-03-15T12:53:35.478Z Documenting url v2.5.0
25402024-03-15T12:53:35.688Z Documenting rustix v0.38.31
25412024-03-15T12:53:36.011Z Documenting unicode-ident v1.0.12
25422024-03-15T12:53:37.007Z Documenting miniz_oxide v0.7.1
25432024-03-15T12:53:37.416Z Documenting slog v2.7.0
25442024-03-15T12:53:38.463Z Documenting try-lock v0.2.4
25452024-03-15T12:53:38.956Z Documenting proc-macro2 v1.0.78
25462024-03-15T12:53:41.108Z Documenting httpdate v1.0.3
25472024-03-15T12:53:41.162Z Documenting http-body v0.4.5
25482024-03-15T12:53:41.222Z Documenting want v0.3.1
25492024-03-15T12:53:41.239Z Documenting aho-corasick v1.1.2
25502024-03-15T12:53:41.658Z Documenting openssl-sys v0.9.96
25512024-03-15T12:53:42.432Z Documenting async-trait v0.1.77
25522024-03-15T12:53:44.136Z Documenting openssl-macros v0.1.1
25532024-03-15T12:53:46.105Z Documenting tower-service v0.3.2
25542024-03-15T12:53:46.329Z Documenting mime v0.3.17
25552024-03-15T12:53:46.806Z Documenting regex-syntax v0.8.2
25562024-03-15T12:53:47.414Z Documenting quote v1.0.35
25572024-03-15T12:53:48.435Z Documenting tokio-util v0.7.10
25582024-03-15T12:53:48.869Z Documenting pem-rfc7468 v0.7.0
25592024-03-15T12:53:48.921Z Documenting crossbeam-utils v0.8.19
25602024-03-15T12:53:49.942Z Documenting openssl v0.10.60
25612024-03-15T12:53:51.055Z Documenting der_derive v0.7.2
25622024-03-15T12:53:51.301Z Documenting ipnet v2.9.0
25632024-03-15T12:53:51.681Z Documenting flagset v0.4.3
25642024-03-15T12:53:53.877Z Documenting utf8parse v0.2.1
25652024-03-15T12:53:54.369Z Documenting openssl-probe v0.1.5
25662024-03-15T12:53:54.442Z Documenting regex-automata v0.4.5
25672024-03-15T12:53:54.662Z Documenting syn v2.0.51
25682024-03-15T12:53:55.005Z Documenting h2 v0.3.24
25692024-03-15T12:53:56.308Z Documenting num-integer v0.1.46
25702024-03-15T12:53:56.820Z Documenting gimli v0.28.0
25712024-03-15T12:53:57.733Z Documenting der v0.7.8
25722024-03-15T12:53:58.387Z Documenting object v0.32.1
25732024-03-15T12:53:59.355Z Documenting native-tls v0.2.11
25742024-03-15T12:54:01.209Z Documenting encoding_rs v0.8.33
25752024-03-15T12:54:03.126Z Documenting addr2line v0.21.0
25762024-03-15T12:54:04.103Z Documenting spki v0.7.2
25772024-03-15T12:54:04.431Z Documenting regex v1.10.3
25782024-03-15T12:54:04.593Z Documenting psl-types v2.0.11
25792024-03-15T12:54:05.371Z Documenting hyper v0.14.28
25802024-03-15T12:54:06.580Z Documenting rustc-demangle v0.1.23
25812024-03-15T12:54:07.147Z Documenting tokio-native-tls v0.3.1
25822024-03-15T12:54:07.991Z Documenting publicsuffix v2.2.3
25832024-03-15T12:54:08.460Z Documenting serde_urlencoded v0.7.1
25842024-03-15T12:54:10.292Z Documenting spin v0.9.8
25852024-03-15T12:54:11.056Z Documenting either v1.10.0
25862024-03-15T12:54:11.204Z Documenting backtrace v0.3.69
25872024-03-15T12:54:13.106Z Documenting cookie_store v0.20.0
25882024-03-15T12:54:13.262Z Documenting pkcs8 v0.10.2
25892024-03-15T12:54:13.840Z Documenting futures-executor v0.3.30
25902024-03-15T12:54:14.211Z Checking pest_meta v2.7.6
25912024-03-15T12:54:15.130Z Documenting sync_wrapper v0.1.2
25922024-03-15T12:54:15.687Z Documenting data-encoding v2.4.0
25932024-03-15T12:54:17.602Z Documenting webpki-roots v0.25.2
25942024-03-15T12:54:17.758Z Documenting anyhow v1.0.79
25952024-03-15T12:54:18.147Z Documenting anstyle v1.0.2
25962024-03-15T12:54:18.235Z Documenting anstyle-parse v0.2.1
25972024-03-15T12:54:18.313Z Documenting crossbeam-epoch v0.9.18
25982024-03-15T12:54:18.886Z Documenting ipnetwork v0.20.0
25992024-03-15T12:54:19.449Z Documenting hyper-tls v0.5.0
26002024-03-15T12:54:19.987Z Documenting hyper-rustls v0.24.2
26012024-03-15T12:54:22.102Z Documenting sha2 v0.10.8
26022024-03-15T12:54:22.428Z Documenting hex v0.4.3
26032024-03-15T12:54:22.736Z Documenting crc32fast v1.3.2
26042024-03-15T12:54:23.294Z Documenting pest_meta v2.7.6
26052024-03-15T12:54:23.442Z Documenting scroll_derive v0.12.0
26062024-03-15T12:54:24.624Z Documenting anstyle-query v1.0.0
26072024-03-15T12:54:26.488Z Documenting untrusted v0.9.0
26082024-03-15T12:54:26.915Z Documenting reqwest v0.11.24
26092024-03-15T12:54:27.469Z Documenting colorchoice v1.0.0
26102024-03-15T12:54:27.613Z Documenting futures v0.3.30
26112024-03-15T12:54:27.711Z Documenting pest_generator v2.7.6
26122024-03-15T12:54:27.849Z Checking pest_generator v2.7.6
26132024-03-15T12:54:28.547Z Documenting num-iter v0.1.44
26142024-03-15T12:54:29.207Z Documenting scroll v0.12.0
26152024-03-15T12:54:29.353Z Documenting terminal_size v0.3.0
26162024-03-15T12:54:29.444Z Documenting ring v0.17.8
26172024-03-15T12:54:30.464Z Documenting anstream v0.6.11
26182024-03-15T12:54:32.690Z Documenting openapiv3 v2.0.0
26192024-03-15T12:54:33.450Z Documenting hmac v0.12.1
26202024-03-15T12:54:33.581Z Documenting signal-hook v0.3.17
26212024-03-15T12:54:34.624Z Documenting clap_lex v0.7.0
26222024-03-15T12:54:34.859Z Documenting ucd-trie v0.1.6
26232024-03-15T12:54:35.216Z Documenting strsim v0.11.0
26242024-03-15T12:54:36.046Z Documenting static_assertions v1.1.0
26252024-03-15T12:54:38.358Z Documenting plain v0.2.3
26262024-03-15T12:54:38.855Z Documenting pest_derive v2.7.6
26272024-03-15T12:54:39.070Z Documenting flate2 v1.0.28
26282024-03-15T12:54:39.307Z Documenting clap_derive v4.5.0
26292024-03-15T12:54:39.432Z Documenting unicode-segmentation v1.10.1
26302024-03-15T12:54:39.543Z Documenting pest v2.7.6
26312024-03-15T12:54:39.753Z Documenting clap_builder v4.5.1
26322024-03-15T12:54:40.144Z Documenting managed v0.8.0
26332024-03-15T12:54:41.346Z Documenting goblin v0.8.0
26342024-03-15T12:54:43.346Z Documenting pretty-hex v0.4.1
26352024-03-15T12:54:43.493Z Documenting signal-hook-mio v0.2.3
26362024-03-15T12:54:43.686Z Documenting block-padding v0.3.3
26372024-03-15T12:54:44.541Z Documenting scheduled-thread-pool v0.2.7
26382024-03-15T12:54:45.034Z Documenting dtrace-parser v0.2.0
26392024-03-15T12:54:45.107Z Documenting bzip2-sys v0.1.11+1.0.8
26402024-03-15T12:54:46.580Z Documenting thread-id v4.2.0
26412024-03-15T12:54:47.676Z Documenting clap v4.5.1
26422024-03-15T12:54:47.922Z Documenting enum-as-inner v0.5.1
26432024-03-15T12:54:48.684Z Checking diesel_table_macro_syntax v0.1.0
26442024-03-15T12:54:48.820Z Documenting dof v0.3.0
26452024-03-15T12:54:48.857Z Documenting diesel_table_macro_syntax v0.1.0
26462024-03-15T12:54:49.037Z Documenting inout v0.1.3
26472024-03-15T12:54:50.374Z Documenting r2d2 v0.8.10
26482024-03-15T12:54:50.521Z Documenting bzip2 v0.4.4
26492024-03-15T12:54:51.621Z Documenting crossterm v0.27.0
26502024-03-15T12:54:52.562Z Documenting trust-dns-proto v0.22.0
26512024-03-15T12:54:54.198Z Documenting usdt-impl v0.5.0
26522024-03-15T12:54:54.402Z Documenting md-5 v0.10.5
26532024-03-15T12:54:54.562Z Documenting stringprep v0.1.3
26542024-03-15T12:54:54.692Z Documenting toml_datetime v0.6.5
26552024-03-15T12:54:54.772Z Documenting diesel_derives v2.1.2
26562024-03-15T12:54:55.586Z Documenting serde_spanned v0.6.5
26572024-03-15T12:54:57.354Z Documenting ff v0.13.0
26582024-03-15T12:54:59.383Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26592024-03-15T12:54:59.520Z Documenting fallible-iterator v0.2.0
26602024-03-15T12:54:59.883Z Documenting bit-vec v0.6.3
26612024-03-15T12:55:00.661Z Documenting winnow v0.6.1
26622024-03-15T12:55:01.112Z Documenting siphasher v0.3.11
26632024-03-15T12:55:01.531Z Documenting base16ct v0.2.0
26642024-03-15T12:55:02.451Z Documenting group v0.13.0
26652024-03-15T12:55:03.040Z Documenting zip v0.6.6
26662024-03-15T12:55:04.280Z Documenting diesel v2.1.4
26672024-03-15T12:55:04.593Z Documenting phf_shared v0.11.2
26682024-03-15T12:55:04.776Z Documenting cipher v0.4.4
26692024-03-15T12:55:04.969Z Documenting sec1 v0.7.3
26702024-03-15T12:55:05.504Z Documenting postgres-protocol v0.6.6
26712024-03-15T12:55:06.858Z Documenting toml_edit v0.22.6
26722024-03-15T12:55:07.600Z Documenting hkdf v0.12.4
26732024-03-15T12:55:07.640Z Documenting bstr v1.9.0
26742024-03-15T12:55:09.604Z Documenting num-bigint v0.4.4
26752024-03-15T12:55:19.992Z Documenting hubpack v0.1.2
26762024-03-15T12:55:27.554Z Documenting crypto-bigint v0.5.2
26772024-03-15T12:55:27.925Z Documenting serde_repr v0.1.16
26782024-03-15T12:55:27.928Z Documenting lalrpop-util v0.19.12
26792024-03-15T12:55:28.073Z Documenting new_debug_unreachable v1.0.4
26802024-03-15T12:55:28.136Z Documenting precomputed-hash v0.1.1
26812024-03-15T12:55:28.635Z Checking strsim v0.10.0
26822024-03-15T12:55:28.847Z Checking ident_case v1.0.1
26832024-03-15T12:55:28.944Z Documenting minimal-lexical v0.2.1
26842024-03-15T12:55:28.998Z Documenting fixedbitset v0.4.2
26852024-03-15T12:55:30.518Z Documenting yasna v0.5.2
26862024-03-15T12:55:31.118Z Documenting postgres-types v0.2.6
26872024-03-15T12:55:32.662Z Documenting phf v0.11.2
26882024-03-15T12:55:32.829Z Documenting petgraph v0.6.4
26892024-03-15T12:55:32.930Z Documenting string_cache v0.8.7
26902024-03-15T12:55:33.619Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26912024-03-15T12:55:33.798Z Documenting nom v7.1.3
26922024-03-15T12:55:43.599Z Documenting console v0.15.8
26932024-03-15T12:55:43.822Z Documenting semver v1.0.22
26942024-03-15T12:55:43.891Z Documenting float-cmp v0.9.0
26952024-03-15T12:55:44.093Z Documenting normalize-line-endings v0.3.0
26962024-03-15T12:55:44.397Z Documenting whoami v1.5.0
26972024-03-15T12:55:44.447Z Documenting elliptic-curve v0.13.8
26982024-03-15T12:55:44.590Z Documenting difflib v0.4.0
26992024-03-15T12:55:45.498Z Documenting predicates-core v1.0.6
27002024-03-15T12:55:48.422Z Documenting bit-set v0.5.3
27012024-03-15T12:55:48.730Z Documenting similar v2.4.0
27022024-03-15T12:55:48.958Z Documenting tokio-stream v0.1.14
27032024-03-15T12:55:48.995Z Checking unsafe-libyaml v0.2.10
27042024-03-15T12:55:49.311Z Documenting tokio-postgres v0.7.10
27052024-03-15T12:55:49.497Z Documenting heck v0.4.1
27062024-03-15T12:55:50.192Z Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
27072024-03-15T12:55:50.357Z Documenting predicates v3.1.0
27082024-03-15T12:56:00.852Z Documenting unsafe-libyaml v0.2.10
27092024-03-15T12:56:01.038Z Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
27102024-03-15T12:56:01.048Z Checking serde_yaml v0.9.25
27112024-03-15T12:56:01.291Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
27122024-03-15T12:56:01.423Z Documenting getopts v0.2.21
27132024-03-15T12:56:01.443Z Documenting match_cfg v0.1.0
27142024-03-15T12:56:01.734Z Checking darling_core v0.20.3
27152024-03-15T12:56:02.037Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27162024-03-15T12:56:02.841Z Documenting sha1 v0.10.6
27172024-03-15T12:56:03.482Z Documenting dirs-sys-next v0.1.2
27182024-03-15T12:56:04.384Z Documenting hostname v0.3.1
27192024-03-15T12:56:04.863Z Documenting serde_yaml v0.9.25
27202024-03-15T12:56:06.218Z Documenting rustls-pki-types v1.3.0
27212024-03-15T12:56:06.857Z Checking darling v0.20.3
27222024-03-15T12:56:06.970Z Documenting camino v1.1.6
27232024-03-15T12:56:07.833Z Documenting thread_local v1.1.7
27242024-03-15T12:56:08.535Z Documenting dirs-next v2.0.0
27252024-03-15T12:56:09.388Z Documenting paste v1.0.14
27262024-03-15T12:56:09.478Z Documenting crossbeam-channel v0.5.8
27272024-03-15T12:56:10.108Z Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
27282024-03-15T12:56:11.159Z Documenting rustls-webpki v0.102.1
27292024-03-15T12:56:11.705Z Documenting progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
27302024-03-15T12:56:11.721Z Documenting atty v0.2.14
27312024-03-15T12:56:12.531Z Documenting take_mut v0.2.2
27322024-03-15T12:56:13.578Z Documenting term v0.7.0
27332024-03-15T12:56:14.023Z Documenting slog-json v2.6.1
27342024-03-15T12:56:14.134Z Documenting http v1.0.0
27352024-03-15T12:56:15.497Z Documenting async-stream-impl v0.3.5
27362024-03-15T12:56:16.083Z Documenting rustls v0.22.2
27372024-03-15T12:56:17.132Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
27382024-03-15T12:56:17.420Z Documenting slog-async v2.8.0
27392024-03-15T12:56:18.689Z Documenting slog-term v2.9.0
27402024-03-15T12:56:18.959Z Documenting debug-ignore v1.0.5
27412024-03-15T12:56:19.512Z Documenting atomic-waker v1.1.1
27422024-03-15T12:56:20.002Z Documenting multer v3.0.0
27432024-03-15T12:56:21.251Z Documenting async-stream v0.3.5
27442024-03-15T12:56:21.952Z Documenting slog-bunyan v2.5.0
27452024-03-15T12:56:22.211Z Documenting rustls-pemfile v2.1.1
27462024-03-15T12:56:22.526Z Documenting waitgroup v0.1.2
27472024-03-15T12:56:23.608Z Documenting toml v0.8.10
27482024-03-15T12:56:25.337Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
27492024-03-15T12:56:25.432Z Documenting serde_path_to_error v0.1.16
27502024-03-15T12:56:25.713Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
27512024-03-15T12:56:26.489Z Documenting strum v0.26.1
27522024-03-15T12:56:26.654Z Documenting tokio-rustls v0.25.0
27532024-03-15T12:56:27.102Z Documenting serde_with_macros v3.6.1
27542024-03-15T12:56:27.345Z Documenting structmeta-derive v0.3.0
27552024-03-15T12:56:29.936Z Documenting regress v0.9.0
27562024-03-15T12:56:30.596Z Checking structmeta v0.3.0
27572024-03-15T12:56:30.596Z Documenting instant v0.1.12
27582024-03-15T12:56:30.596Z Documenting newtype-uuid v1.0.1
27592024-03-15T12:56:31.253Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27602024-03-15T12:56:32.562Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
27612024-03-15T12:56:33.471Z Documenting serde_with v3.6.1
27622024-03-15T12:56:33.902Z Documenting structmeta v0.3.0
27632024-03-15T12:56:35.155Z Documenting backoff v0.4.0
27642024-03-15T12:56:35.857Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27652024-03-15T12:56:36.115Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27662024-03-15T12:56:36.309Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27672024-03-15T12:56:37.313Z Documenting macaddr v1.0.1
27682024-03-15T12:56:39.470Z Documenting parse-display-derive v0.9.0
27692024-03-15T12:56:40.636Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27702024-03-15T12:56:40.745Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27712024-03-15T12:56:40.890Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27722024-03-15T12:56:40.971Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27732024-03-15T12:56:41.099Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27742024-03-15T12:56:41.883Z Documenting fastrand v2.0.1
27752024-03-15T12:56:41.955Z Documenting proc-macro-error-attr v1.0.4
27762024-03-15T12:56:42.541Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27772024-03-15T12:56:42.826Z Checking proc-macro-error v1.0.4
27782024-03-15T12:56:43.101Z Documenting proc-macro-crate v1.3.1
27792024-03-15T12:56:43.572Z Checking proc-macro-crate v1.3.1
27802024-03-15T12:56:43.808Z Documenting hash32 v0.3.1
27812024-03-15T12:56:44.824Z Documenting stable_deref_trait v1.2.0
27822024-03-15T12:56:45.688Z Documenting parse-display v0.9.0
27832024-03-15T12:56:45.909Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27842024-03-15T12:56:46.238Z Documenting cobs v0.2.3
27852024-03-15T12:56:46.558Z Documenting tempfile v3.10.0
27862024-03-15T12:56:46.875Z Documenting proc-macro-error v1.0.4
27872024-03-15T12:56:47.755Z Documenting embedded-io v0.4.0
27882024-03-15T12:56:48.706Z Documenting num_enum_derive v0.5.11
27892024-03-15T12:56:48.858Z Documenting heapless v0.8.0
27902024-03-15T12:56:49.960Z Documenting foreign-types-macros v0.2.3
27912024-03-15T12:56:50.935Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27922024-03-15T12:56:51.068Z Documenting postcard v1.0.8
27932024-03-15T12:56:51.343Z Documenting camino-tempfile v1.1.1
27942024-03-15T12:56:52.637Z Documenting foreign-types-shared v0.3.1
27952024-03-15T12:56:54.002Z Documenting smoltcp v0.11.0
27962024-03-15T12:56:55.075Z Documenting num_enum v0.5.11
27972024-03-15T12:56:55.669Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
27982024-03-15T12:56:56.245Z Documenting crucible-workspace-hack v0.1.0
27992024-03-15T12:56:56.422Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28002024-03-15T12:56:56.554Z Documenting foreign-types v0.5.0
28012024-03-15T12:56:56.999Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28022024-03-15T12:56:58.691Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28032024-03-15T12:56:59.173Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
28042024-03-15T12:57:00.964Z Documenting tabwriter v1.4.0
28052024-03-15T12:57:01.064Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
28062024-03-15T12:57:01.202Z Documenting cstr-argument v0.1.2
28072024-03-15T12:57:01.704Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28082024-03-15T12:57:03.841Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
28092024-03-15T12:57:04.033Z Documenting base64 v0.22.0
28102024-03-15T12:57:05.952Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28112024-03-15T12:57:06.177Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28122024-03-15T12:57:06.295Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28132024-03-15T12:57:07.877Z Documenting colored v2.1.0
28142024-03-15T12:57:08.628Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28152024-03-15T12:57:08.659Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
28162024-03-15T12:57:08.810Z Documenting zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28172024-03-15T12:57:08.980Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
28182024-03-15T12:57:11.031Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28192024-03-15T12:57:11.184Z Documenting num-derive v0.4.0
28202024-03-15T12:57:11.342Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28212024-03-15T12:57:11.926Z Documenting smf v0.2.2
28222024-03-15T12:57:12.116Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28232024-03-15T12:57:12.563Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28242024-03-15T12:57:13.652Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28252024-03-15T12:57:14.454Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
28262024-03-15T12:57:15.181Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
28272024-03-15T12:57:16.942Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28282024-03-15T12:57:17.189Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
28292024-03-15T12:57:17.606Z Documenting password-hash v0.5.0
28302024-03-15T12:57:19.131Z Documenting blake2 v0.10.6
28312024-03-15T12:57:19.408Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28322024-03-15T12:57:19.872Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28332024-03-15T12:57:21.028Z Documenting linked-hash-map v0.5.6
28342024-03-15T12:57:21.110Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28352024-03-15T12:57:22.284Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
28362024-03-15T12:57:22.809Z Documenting humantime v2.1.0
28372024-03-15T12:57:23.270Z Documenting memmap v0.7.0
28382024-03-15T12:57:23.856Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28392024-03-15T12:57:24.258Z Documenting itertools v0.12.1
28402024-03-15T12:57:24.380Z Documenting argon2 v0.5.3
28412024-03-15T12:57:26.163Z Documenting lru-cache v0.1.2
28422024-03-15T12:57:26.850Z Documenting derive-where v1.2.7
28432024-03-15T12:57:27.407Z Documenting newtype_derive v0.1.6
28442024-03-15T12:57:27.662Z Documenting quick-error v1.2.3
28452024-03-15T12:57:28.763Z Documenting usdt v0.5.0
28462024-03-15T12:57:30.783Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28472024-03-15T12:57:30.919Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28482024-03-15T12:57:31.051Z Documenting swrite v0.1.0
28492024-03-15T12:57:32.237Z Documenting steno v0.4.0
28502024-03-15T12:57:32.293Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28512024-03-15T12:57:32.467Z Documenting resolv-conf v0.7.0
28522024-03-15T12:57:32.888Z Documenting tap v1.0.1
28532024-03-15T12:57:35.323Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28542024-03-15T12:57:35.844Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28552024-03-15T12:57:35.955Z Documenting wyz v0.5.1
28562024-03-15T12:57:36.597Z Documenting radium v0.7.0
28572024-03-15T12:57:36.633Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28582024-03-15T12:57:37.297Z Documenting nibble_vec v0.1.0
28592024-03-15T12:57:37.700Z Documenting trust-dns-resolver v0.22.0
28602024-03-15T12:57:37.885Z Documenting funty v2.0.0
28612024-03-15T12:57:39.586Z Documenting crc-catalog v2.2.0
28622024-03-15T12:57:39.831Z Documenting endian-type v0.1.2
28632024-03-15T12:57:40.976Z Documenting cancel-safe-futures v0.1.5
28642024-03-15T12:57:41.324Z Documenting bitvec v1.0.1
28652024-03-15T12:57:41.953Z Documenting num-rational v0.4.1
28662024-03-15T12:57:42.656Z Documenting crc v3.0.1
28672024-03-15T12:57:44.672Z Documenting radix_trie v0.2.1
28682024-03-15T12:57:45.737Z Documenting num-complex v0.4.4
28692024-03-15T12:57:46.372Z Documenting filetime v0.2.23
28702024-03-15T12:57:46.959Z Documenting xattr v1.0.1
28712024-03-15T12:57:47.081Z Documenting packed_struct_codegen v0.10.1
28722024-03-15T12:57:47.257Z Documenting nodrop v0.1.14
28732024-03-15T12:57:47.577Z Documenting num-bigint-dig v0.8.4
28742024-03-15T12:57:49.945Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28752024-03-15T12:57:50.268Z Documenting array-init v0.0.4
28762024-03-15T12:57:51.356Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28772024-03-15T12:57:51.491Z Documenting num v0.4.1
28782024-03-15T12:57:51.564Z Documenting pkcs1 v0.7.5
28792024-03-15T12:57:52.017Z Documenting tar v0.4.40
28802024-03-15T12:57:52.482Z Documenting packed_struct v0.10.1
28812024-03-15T12:57:54.246Z Documenting is-terminal v0.4.9
28822024-03-15T12:57:54.982Z Documenting signature v2.1.0
28832024-03-15T12:57:56.306Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28842024-03-15T12:57:56.525Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28852024-03-15T12:57:57.526Z Documenting bitfield v0.14.0
28862024-03-15T12:57:58.040Z Documenting termcolor v1.2.0
28872024-03-15T12:58:00.045Z Documenting arc-swap v1.6.0
28882024-03-15T12:58:00.608Z Documenting serde-hex v0.1.0
28892024-03-15T12:58:00.845Z Documenting rsa v0.9.2
28902024-03-15T12:58:01.640Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28912024-03-15T12:58:01.934Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28922024-03-15T12:58:02.933Z Documenting env_logger v0.10.0
28932024-03-15T12:58:04.447Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28942024-03-15T12:58:05.044Z Documenting slog-scope v4.4.0
28952024-03-15T12:58:06.493Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28962024-03-15T12:58:06.963Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28972024-03-15T12:58:07.235Z Documenting x509-cert v0.2.4
28982024-03-15T12:58:07.810Z Documenting libsw v3.3.1
28992024-03-15T12:58:08.587Z Documenting ron v0.8.1
29002024-03-15T12:58:08.594Z Documenting half v2.3.1
29012024-03-15T12:58:09.481Z Documenting ciborium-io v0.2.2
29022024-03-15T12:58:09.993Z Documenting display-error-chain v0.2.0
29032024-03-15T12:58:11.800Z Documenting owo-colors v4.0.0
29042024-03-15T12:58:12.900Z Documenting crc-any v2.4.3
29052024-03-15T12:58:13.370Z Documenting same-file v1.0.6
29062024-03-15T12:58:13.395Z Documenting linear-map v1.2.0
29072024-03-15T12:58:13.861Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29082024-03-15T12:58:14.303Z Documenting ciborium-ll v0.2.2
29092024-03-15T12:58:14.869Z Documenting slog-stdlog v4.1.1
29102024-03-15T12:58:16.251Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29112024-03-15T12:58:16.570Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29122024-03-15T12:58:16.962Z Documenting slog-dtrace v0.3.0
29132024-03-15T12:58:18.142Z Documenting walkdir v2.4.0
29142024-03-15T12:58:18.433Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29152024-03-15T12:58:18.694Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29162024-03-15T12:58:19.121Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29172024-03-15T12:58:19.494Z Documenting path-slash v0.1.5
29182024-03-15T12:58:19.809Z Documenting ciborium v0.2.2
29192024-03-15T12:58:19.894Z Documenting slog-envlogger v2.2.0
29202024-03-15T12:58:23.040Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29212024-03-15T12:58:24.386Z Documenting fxhash v0.2.1
29222024-03-15T12:58:25.462Z Documenting pem v3.0.2
29232024-03-15T12:58:25.605Z Documenting utf-8 v0.7.6
29242024-03-15T12:58:25.999Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29252024-03-15T12:58:28.851Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29262024-03-15T12:58:29.473Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29272024-03-15T12:58:30.375Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29282024-03-15T12:58:30.447Z Checking darling_core v0.14.4
29292024-03-15T12:58:30.536Z Documenting tungstenite v0.20.1
29302024-03-15T12:58:32.125Z Documenting vte_generate_state_changes v0.1.1
29312024-03-15T12:58:36.834Z Documenting convert_case v0.4.0
29322024-03-15T12:58:37.126Z Checking convert_case v0.4.0
29332024-03-15T12:58:37.345Z Documenting vte v0.11.1
29342024-03-15T12:58:38.123Z Documenting tokio-tungstenite v0.20.1
29352024-03-15T12:58:39.819Z Checking darling v0.14.4
29362024-03-15T12:58:39.936Z Documenting buf-list v1.0.3
29372024-03-15T12:58:41.738Z Documenting derive_more v0.99.17
29382024-03-15T12:58:42.443Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29392024-03-15T12:58:44.297Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29402024-03-15T12:58:44.574Z Checking heck v0.3.3
29412024-03-15T12:58:44.744Z Documenting pin-project-internal v1.1.3
29422024-03-15T12:58:45.189Z Documenting structopt-derive v0.4.18
29432024-03-15T12:58:46.294Z Documenting strip-ansi-escapes v0.2.0
29442024-03-15T12:58:46.456Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29452024-03-15T12:58:49.178Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29462024-03-15T12:58:49.228Z Documenting doc-comment v0.3.3
29472024-03-15T12:58:50.868Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29482024-03-15T12:58:50.882Z Documenting crossbeam-deque v0.8.3
29492024-03-15T12:58:51.647Z Documenting pin-project v1.1.3
29502024-03-15T12:58:51.935Z Documenting snafu-derive v0.7.5
29512024-03-15T12:58:52.392Z Documenting headers-core v0.2.0
29522024-03-15T12:58:54.856Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29532024-03-15T12:58:55.155Z Documenting nu-ansi-term v0.50.0
29542024-03-15T12:58:55.295Z Documenting rayon-core v1.12.1
29552024-03-15T12:58:56.579Z Documenting structopt v0.3.26
29562024-03-15T12:58:58.455Z Documenting headers v0.3.9
29572024-03-15T12:58:59.721Z Documenting snafu v0.7.5
29582024-03-15T12:59:00.402Z Documenting reedline v0.30.0
29592024-03-15T12:59:00.736Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29602024-03-15T12:59:01.798Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29612024-03-15T12:59:02.945Z Checking derive_builder_core v0.12.0
29622024-03-15T12:59:03.863Z Documenting derive_builder_core v0.12.0
29632024-03-15T12:59:04.939Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29642024-03-15T12:59:05.024Z Documenting libefi-sys v0.1.0
29652024-03-15T12:59:05.493Z Documenting trust-dns-client v0.22.0
29662024-03-15T12:59:08.154Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29672024-03-15T12:59:09.018Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29682024-03-15T12:59:09.342Z Documenting globset v0.4.13
29692024-03-15T12:59:10.580Z Documenting olpc-cjson v0.1.3
29702024-03-15T12:59:10.735Z Documenting serde_plain v1.0.2
29712024-03-15T12:59:11.256Z Documenting async-recursion v1.0.5
29722024-03-15T12:59:17.969Z Documenting ref-cast-impl v1.0.20
29732024-03-15T12:59:17.980Z Documenting keccak v0.1.4
29742024-03-15T12:59:17.980Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29752024-03-15T12:59:17.980Z Documenting typed-path v0.7.0
29762024-03-15T12:59:17.984Z Documenting bytecount v0.6.3
29772024-03-15T12:59:17.984Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
29782024-03-15T12:59:17.984Z Documenting sha3 v0.10.8
29792024-03-15T12:59:18.734Z Documenting trust-dns-server v0.22.1
29802024-03-15T12:59:19.215Z Documenting papergrid v0.11.0
29812024-03-15T12:59:19.563Z Documenting ref-cast v1.0.20
29822024-03-15T12:59:19.939Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29832024-03-15T12:59:21.832Z Documenting tough v0.16.0
29842024-03-15T12:59:22.210Z Documenting derive_builder_macro v0.12.0
29852024-03-15T12:59:22.593Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29862024-03-15T12:59:22.892Z Documenting rayon v1.9.0
29872024-03-15T12:59:24.953Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29882024-03-15T12:59:26.219Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29892024-03-15T12:59:27.317Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29902024-03-15T12:59:27.378Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29912024-03-15T12:59:27.618Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29922024-03-15T12:59:28.221Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29932024-03-15T12:59:28.314Z Documenting sled v0.34.7
29942024-03-15T12:59:28.814Z Documenting fs-err v2.11.0
29952024-03-15T12:59:29.026Z Documenting unicase v2.7.0
29962024-03-15T12:59:29.947Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972024-03-15T12:59:30.258Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29982024-03-15T12:59:32.044Z Documenting tabled_derive v0.7.0
29992024-03-15T12:59:32.527Z Documenting fd-lock v4.0.2
30002024-03-15T12:59:33.510Z Documenting nix v0.27.1
30012024-03-15T12:59:33.746Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30022024-03-15T12:59:34.741Z Documenting secrecy v0.8.0
30032024-03-15T12:59:35.437Z Documenting gethostname v0.4.3
30042024-03-15T12:59:37.399Z Documenting rustversion v1.0.14
30052024-03-15T12:59:37.511Z Documenting sqlparser_derive v0.2.2
30062024-03-15T12:59:37.614Z Documenting home v0.5.5
30072024-03-15T12:59:39.427Z Documenting parse-size v1.0.0
30082024-03-15T12:59:39.574Z Documenting unicode_categories v0.1.1
30092024-03-15T12:59:40.435Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30102024-03-15T12:59:42.407Z Documenting castaway v0.2.2
30112024-03-15T12:59:42.577Z Documenting rustyline v13.0.0
30122024-03-15T12:59:42.768Z Documenting sqlparser v0.43.1
30132024-03-15T12:59:42.943Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30142024-03-15T12:59:43.944Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30152024-03-15T12:59:44.724Z Documenting sqlformat v0.2.3
30162024-03-15T12:59:47.406Z Documenting tabled v0.15.0
30172024-03-15T12:59:48.533Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30182024-03-15T12:59:50.325Z Documenting mime_guess v2.0.4
30192024-03-15T12:59:53.676Z Documenting derive_builder v0.12.0
30202024-03-15T12:59:55.240Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30212024-03-15T12:59:56.283Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30222024-03-15T12:59:56.949Z Documenting polar-core v0.27.0
30232024-03-15T12:59:58.558Z Documenting libxml v0.3.3
30242024-03-15T13:00:02.500Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30252024-03-15T13:00:02.771Z Documenting bb8 v0.8.3
30262024-03-15T13:00:03.022Z Documenting universal-hash v0.5.1
30272024-03-15T13:00:03.358Z Documenting quick-xml v0.30.0
30282024-03-15T13:00:06.647Z Documenting bcs v0.1.6
30292024-03-15T13:00:07.281Z Documenting kstat-rs v0.2.3
30302024-03-15T13:00:09.027Z Documenting oso-derive v0.27.0
30312024-03-15T13:00:09.031Z Documenting impl-trait-for-tuples v0.2.2
30322024-03-15T13:00:18.586Z Documenting thiserror-impl-no-std v2.0.2
30332024-03-15T13:00:18.762Z Documenting curve25519-dalek-derive v0.1.0
30342024-03-15T13:00:18.888Z Documenting maplit v1.0.2
30352024-03-15T13:00:18.916Z Documenting opaque-debug v0.3.0
30362024-03-15T13:00:19.002Z Documenting highway v1.1.0
30372024-03-15T13:00:19.155Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30382024-03-15T13:00:19.443Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
30392024-03-15T13:00:21.968Z Documenting poly1305 v0.8.0
30402024-03-15T13:00:23.674Z Documenting oso v0.27.0
30412024-03-15T13:00:24.133Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30422024-03-15T13:00:24.584Z Documenting curve25519-dalek v4.1.1
30432024-03-15T13:00:24.972Z Documenting thiserror-no-std v2.0.2
30442024-03-15T13:00:27.970Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30452024-03-15T13:00:28.070Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30462024-03-15T13:00:28.946Z Documenting compact_str v0.7.1
30472024-03-15T13:00:29.748Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30482024-03-15T13:00:31.199Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30492024-03-15T13:00:31.443Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30502024-03-15T13:00:31.849Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30512024-03-15T13:00:33.534Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
30522024-03-15T13:00:34.226Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30532024-03-15T13:00:36.065Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
30542024-03-15T13:00:39.482Z Documenting portable-atomic v1.4.3
30552024-03-15T13:00:41.756Z Documenting ed25519 v1.5.3
30562024-03-15T13:00:43.842Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30572024-03-15T13:00:44.862Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30582024-03-15T13:00:47.127Z Documenting cookie v0.18.0
30592024-03-15T13:00:47.837Z Documenting memoffset v0.7.1
30602024-03-15T13:00:48.287Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30612024-03-15T13:00:48.476Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30622024-03-15T13:00:49.247Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30632024-03-15T13:00:50.289Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
30642024-03-15T13:00:50.538Z Documenting chacha20 v0.9.1
30652024-03-15T13:00:50.850Z Documenting lru v0.12.1
30662024-03-15T13:00:52.154Z Documenting aead v0.5.2
30672024-03-15T13:00:53.287Z Documenting nanorand v0.7.0
30682024-03-15T13:00:55.390Z Documenting stability v0.1.1
30692024-03-15T13:00:56.534Z Documenting glob v0.3.1
30702024-03-15T13:00:59.008Z Documenting cassowary v0.3.0
30712024-03-15T13:00:59.038Z Documenting number_prefix v0.4.0
30722024-03-15T13:01:06.176Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30732024-03-15T13:01:08.526Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30742024-03-15T13:01:08.574Z Documenting flume v0.11.0
30752024-03-15T13:01:08.815Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30762024-03-15T13:01:08.879Z Documenting chacha20poly1305 v0.10.1
30772024-03-15T13:01:09.278Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
30782024-03-15T13:01:09.367Z Documenting ratatui v0.26.1
30792024-03-15T13:01:09.582Z Documenting indicatif v0.17.8
30802024-03-15T13:01:13.859Z Documenting salty v0.2.0
30812024-03-15T13:01:23.968Z Documenting vsss-rs v3.3.4
30822024-03-15T13:01:24.767Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30832024-03-15T13:01:24.788Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30842024-03-15T13:01:25.075Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
30852024-03-15T13:01:25.273Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30862024-03-15T13:01:25.899Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30872024-03-15T13:01:25.944Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30882024-03-15T13:01:26.219Z Documenting serde-big-array v0.5.1
30892024-03-15T13:01:26.967Z Documenting rtoolbox v0.0.1
30902024-03-15T13:01:29.909Z Documenting is_ci v1.2.0
30912024-03-15T13:01:30.699Z Documenting smawk v0.3.1
30922024-03-15T13:01:30.965Z Documenting http-range v0.1.5
30932024-03-15T13:01:31.930Z Documenting unicode-linebreak v0.1.5
30942024-03-15T13:01:32.146Z Documenting rpassword v7.3.1
30952024-03-15T13:01:34.718Z Documenting supports-color v3.0.0
30962024-03-15T13:01:35.452Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972024-03-15T13:01:35.706Z Documenting textwrap v0.16.1
30982024-03-15T13:01:36.134Z Documenting hyper-staticfile v0.9.5
30992024-03-15T13:01:37.247Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31002024-03-15T13:01:38.408Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31012024-03-15T13:01:39.431Z Documenting tui-tree-widget v0.17.0
31022024-03-15T13:01:40.751Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31032024-03-15T13:01:41.336Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31042024-03-15T13:01:42.189Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31052024-03-15T13:01:44.505Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31062024-03-15T13:01:44.726Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31072024-03-15T13:01:44.884Z Documenting rcgen v0.12.1
31082024-03-15T13:01:45.261Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31092024-03-15T13:01:46.016Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31102024-03-15T13:01:46.412Z Documenting atomicwrites v0.4.3
31112024-03-15T13:01:47.234Z Documenting signal-hook-tokio v0.3.1
31122024-03-15T13:01:51.410Z Documenting rand_seeder v0.2.3
31132024-03-15T13:01:51.533Z Documenting subprocess v0.2.9
31142024-03-15T13:01:53.054Z Documenting memmap2 v0.7.1
31152024-03-15T13:01:53.568Z Documenting shell-words v1.1.0
31162024-03-15T13:01:56.475Z Documenting corncobs v0.1.3
31172024-03-15T13:01:56.947Z Documenting arrayref v0.3.7
31182024-03-15T13:01:58.016Z Documenting arrayvec v0.7.4
31192024-03-15T13:01:58.193Z Documenting constant_time_eq v0.3.0
31202024-03-15T13:01:58.436Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31212024-03-15T13:01:59.611Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31222024-03-15T13:01:59.977Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31232024-03-15T13:02:00.154Zwarning: unresolved link to `test_sled_transitions`
31242024-03-15T13:02:00.154Z --> nexus/db-queries/src/db/datastore/sled.rs:536:11
31252024-03-15T13:02:00.154Z |
31262024-03-15T13:02:00.154Z536 | /// [`test_sled_transitions`].
31272024-03-15T13:02:00.154Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31282024-03-15T13:02:00.154Z |
31292024-03-15T13:02:00.154Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31302024-03-15T13:02:00.154Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31312024-03-15T13:02:00.154Z
31322024-03-15T13:02:00.160Zwarning: unresolved link to `test_sled_transitions`
31332024-03-15T13:02:00.160Z --> nexus/db-queries/src/db/datastore/sled.rs:572:11
31342024-03-15T13:02:00.160Z |
31352024-03-15T13:02:00.161Z572 | /// [`test_sled_transitions`].
31362024-03-15T13:02:00.161Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31372024-03-15T13:02:00.161Z |
31382024-03-15T13:02:00.161Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31392024-03-15T13:02:00.161Z
31402024-03-15T13:02:00.161Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31412024-03-15T13:02:00.161Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31422024-03-15T13:02:00.161Z |
31432024-03-15T13:02:00.161Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
31442024-03-15T13:02:00.161Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
31452024-03-15T13:02:00.161Z
31462024-03-15T13:02:01.153Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31472024-03-15T13:02:01.231Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31482024-03-15T13:02:01.777Z Documenting blake3 v1.5.0
31492024-03-15T13:02:03.647Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31502024-03-15T13:02:05.095Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31512024-03-15T13:02:06.400Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31522024-03-15T13:02:06.596Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31532024-03-15T13:02:17.482Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31542024-03-15T13:02:17.864Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31552024-03-15T13:02:18.438Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
31562024-03-15T13:02:18.442Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31572024-03-15T13:02:19.450Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31582024-03-15T13:02:24.184Zwarning: unclosed HTML tag `usize`
31592024-03-15T13:02:24.184Z --> wicket/src/ui/panes/update.rs:153:19
31602024-03-15T13:02:24.184Z |
31612024-03-15T13:02:24.185Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
31622024-03-15T13:02:24.185Z | ^^^^^^^
31632024-03-15T13:02:24.185Z |
31642024-03-15T13:02:24.185Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
31652024-03-15T13:02:24.185Z
31662024-03-15T13:02:25.548Zwarning: `wicket` (lib doc) generated 1 warning
31672024-03-15T13:02:25.551Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
31682024-03-15T13:02:26.297Z Documenting fatfs v0.3.6
31692024-03-15T13:02:27.881Z Documenting assert_matches v1.5.0
31702024-03-15T13:02:30.903Z Documenting topological-sort v0.2.2
31712024-03-15T13:02:31.782Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31722024-03-15T13:02:31.936Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31732024-03-15T13:02:35.674Z Documenting omicron-zone-package v0.11.0
31742024-03-15T13:02:36.351Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31752024-03-15T13:02:38.493Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31762024-03-15T13:02:39.415Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
31772024-03-15T13:02:48.590Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
31782024-03-15T13:02:48.857Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
31792024-03-15T13:02:51.219Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
31802024-03-15T13:02:51.982Z Documenting termios v0.3.3
31812024-03-15T13:02:52.116Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31822024-03-15T13:02:52.495Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31832024-03-15T13:02:53.611Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31842024-03-15T13:02:54.494Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31852024-03-15T13:02:54.565Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
31862024-03-15T13:02:54.565Z --> sled-agent/src/sim/instance.rs:46:7
31872024-03-15T13:02:54.565Z |
31882024-03-15T13:02:54.565Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
31892024-03-15T13:02:54.565Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
31902024-03-15T13:02:54.565Z |
31912024-03-15T13:02:54.565Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31922024-03-15T13:02:54.565Z
31932024-03-15T13:02:57.292Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31942024-03-15T13:02:58.059Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
31952024-03-15T13:03:05.482Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31962024-03-15T13:03:21.141Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31972024-03-15T13:03:26.376Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31982024-03-15T13:03:32.217Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31992024-03-15T13:03:36.980Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32002024-03-15T13:03:38.332Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32012024-03-15T13:03:40.500Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
32022024-03-15T13:03:41.132Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32032024-03-15T13:03:47.855Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32042024-03-15T13:03:49.402Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32052024-03-15T13:04:16.491Zwarning: unresolved link to `VolumeConstructionRequest`
32062024-03-15T13:04:16.491Z --> nexus/src/app/sagas/volume_delete.rs:338:7
32072024-03-15T13:04:16.491Z |
32082024-03-15T13:04:16.491Z338 | /// [`VolumeConstructionRequest`] is shown here):
32092024-03-15T13:04:16.491Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
32102024-03-15T13:04:16.491Z |
32112024-03-15T13:04:16.491Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32122024-03-15T13:04:16.491Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32132024-03-15T13:04:16.491Z
32142024-03-15T13:04:16.495Zwarning: unresolved link to `fd00:1122:3344:101::5`
32152024-03-15T13:04:16.495Z --> nexus/src/app/sagas/volume_delete.rs:348:17
32162024-03-15T13:04:16.495Z |
32172024-03-15T13:04:16.495Z348 | /// "[fd00:1122:3344:101::5]:1000",
32182024-03-15T13:04:16.495Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
32192024-03-15T13:04:16.495Z
32202024-03-15T13:04:16.495Zwarning: unresolved link to `fd00:1122:3344:102::9`
32212024-03-15T13:04:16.495Z --> nexus/src/app/sagas/volume_delete.rs:349:17
32222024-03-15T13:04:16.495Z |
32232024-03-15T13:04:16.495Z349 | /// "[fd00:1122:3344:102::9]:1000",
32242024-03-15T13:04:16.495Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
32252024-03-15T13:04:16.495Z
32262024-03-15T13:04:16.495Zwarning: unresolved link to `fd00:1122:3344:103::2`
32272024-03-15T13:04:16.495Z --> nexus/src/app/sagas/volume_delete.rs:350:17
32282024-03-15T13:04:16.495Z |
32292024-03-15T13:04:16.495Z350 | /// "[fd00:1122:3344:103::2]:1000"
32302024-03-15T13:04:16.495Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
32312024-03-15T13:04:16.495Z
32322024-03-15T13:04:16.495Zwarning: unresolved link to `fd00:1122:3344:101::5`
32332024-03-15T13:04:16.496Z --> nexus/src/app/sagas/volume_delete.rs:369:17
32342024-03-15T13:04:16.496Z |
32352024-03-15T13:04:16.496Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
32362024-03-15T13:04:16.496Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
32372024-03-15T13:04:16.496Z
32382024-03-15T13:04:16.496Zwarning: unresolved link to `fd00:1122:3344:102::9`
32392024-03-15T13:04:16.496Z --> nexus/src/app/sagas/volume_delete.rs:370:17
32402024-03-15T13:04:16.496Z |
32412024-03-15T13:04:16.496Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
32422024-03-15T13:04:16.496Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
32432024-03-15T13:04:16.496Z
32442024-03-15T13:04:16.496Zwarning: unresolved link to `fd00:1122:3344:103::2`
32452024-03-15T13:04:16.496Z --> nexus/src/app/sagas/volume_delete.rs:371:17
32462024-03-15T13:04:16.496Z |
32472024-03-15T13:04:16.496Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
32482024-03-15T13:04:16.496Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
32492024-03-15T13:04:16.496Z
32502024-03-15T13:04:19.496Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
32512024-03-15T13:04:41.846Z Finished dev [unoptimized + debuginfo] target(s) in 12m 20s
32522024-03-15T13:04:41.923Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
32532024-03-15T13:04:41.923Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
32542024-03-15T13:04:41.923Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
32552024-03-15T13:04:41.923Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
32562024-03-15T13:04:41.923Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
32572024-03-15T13:04:41.923Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
32582024-03-15T13:04:41.924Z Generated /work/oxidecomputer/omicron/target/doc/ddm_admin_client/index.html
32592024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
32602024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
32612024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
32622024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
32632024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
32642024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
32652024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
32662024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
32672024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
32682024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
32692024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
32702024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
32712024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
32722024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
32732024-03-15T13:04:41.929Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
32742024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
32752024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
32762024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
32772024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/mg_admin_client/index.html
32782024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
32792024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
32802024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
32812024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
32822024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
32832024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
32842024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
32852024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
32862024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
32872024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
32882024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
32892024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
32902024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
32912024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
32922024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
32932024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
32942024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
32952024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
32962024-03-15T13:04:41.930Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
32972024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
32982024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
32992024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33002024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33012024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33022024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33032024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33042024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33052024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
33062024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
33072024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
33082024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33092024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
33102024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
33112024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
33122024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
33132024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
33142024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
33152024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
33162024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
33172024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
33182024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
33192024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
33202024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
33212024-03-15T13:04:41.931Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
33222024-03-15T13:04:41.932Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
33232024-03-15T13:04:41.932Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
33242024-03-15T13:04:41.932Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
33252024-03-15T13:04:41.932Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
33262024-03-15T13:04:41.932Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
33272024-03-15T13:04:41.932Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
33282024-03-15T13:04:41.932Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
33292024-03-15T13:04:41.932Z Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html
33302024-03-15T13:04:41.952Z
33312024-03-15T13:04:41.955Zreal 12:20.268477166
33322024-03-15T13:04:41.955Zuser 32:15.879489430
33332024-03-15T13:04:41.955Zsys 52:46.948740073
33342024-03-15T13:04:41.955Ztrap 0.872103260
33352024-03-15T13:04:41.955Ztflt 0.472043055
33362024-03-15T13:04:41.956Zdflt 0.277451354
33372024-03-15T13:04:41.956Zkflt 0.000121405
33382024-03-15T13:04:41.956Zlock 3:18:39.028812278
33392024-03-15T13:04:41.956Zslp 3:22:56.576554315
33402024-03-15T13:04:41.956Zlat 4:15.248135360
33412024-03-15T13:04:41.956Zstop 1:39.091831351
33422024-03-15T13:04:41.956Zprocess exited: duration 1330381 ms, exit code 0
 
33432024-03-15T13:04:41.963Zfound 0 output files