01HXS7NDX1F6XEE5FHGR8G78JC: 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: 01HXS7P2DWN3SSSPCGZY9S5KC7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-13T15:05:05.302Zjob assigned to worker 01HXS7PPVM1EBQ12PBNEWVYR62 (queued for 1 m 28 s)
 
22024-05-13T15:05:13.057Zstarting task 0: "setup"
32024-05-13T15:05:13.112Z++ uname -s
42024-05-13T15:05:13.116Z+ kern=SunOS
52024-05-13T15:05:13.116Z+ case "$kern" in
62024-05-13T15:05:13.116Z+ groupadd -g 12345 build
72024-05-13T15:05:13.116Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-13T15:05:15.144Z+ zfs create -o mountpoint=/work rpool/work
92024-05-13T15:05:15.249Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-13T15:05:15.256Z+ home_fs=zfs
112024-05-13T15:05:15.256Z+ [[ zfs == autofs ]]
122024-05-13T15:05:15.256Z+ mkdir -p /home/build
132024-05-13T15:05:15.257Z+ chown build:build /home/build /work
142024-05-13T15:05:17.323Z+ chmod 0700 /home/build /work
152024-05-13T15:05:17.343Zprocess exited: duration 4200 ms, exit code 0
 
162024-05-13T15:05:17.388Zstarting task 1: "rust-toolchain"
172024-05-13T15:05:17.817Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-13T15:05:17.818Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-13T15:05:18.236Zinfo: downloading installer
202024-05-13T15:05:19.056Zwarning: it looks like you have an existing installation of Rust at:
212024-05-13T15:05:19.056Zwarning: /opt/ooce/bin
222024-05-13T15:05:19.056Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-13T15:05:19.057Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-13T15:05:19.057Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-13T15:05:19.057Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-13T15:05:19.057Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-13T15:05:19.057Zerror: cannot install while Rust is installed
282024-05-13T15:05:19.057Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-13T15:05:19.159Zinfo: profile set to 'default'
302024-05-13T15:05:19.159Zinfo: default host triple is x86_64-unknown-illumos
312024-05-13T15:05:19.177Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-13T15:05:19.301Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-13T15:05:19.301Zinfo: downloading component 'cargo'
342024-05-13T15:05:20.172Zinfo: downloading component 'clippy'
352024-05-13T15:05:20.478Zinfo: downloading component 'rust-docs'
362024-05-13T15:05:21.576Zinfo: downloading component 'rust-std'
372024-05-13T15:05:23.571Zinfo: downloading component 'rustc'
382024-05-13T15:05:28.344Zinfo: downloading component 'rustfmt'
392024-05-13T15:05:28.614Zinfo: installing component 'cargo'
402024-05-13T15:05:29.469Zinfo: installing component 'clippy'
412024-05-13T15:05:29.852Zinfo: installing component 'rust-docs'
422024-05-13T15:05:31.276Zinfo: installing component 'rust-std'
432024-05-13T15:05:33.133Zinfo: installing component 'rustc'
442024-05-13T15:05:37.247Zinfo: installing component 'rustfmt'
452024-05-13T15:05:37.622Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-13T15:05:37.623Z
472024-05-13T15:05:37.892Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-13T15:05:37.892Z
492024-05-13T15:05:37.899Z
502024-05-13T15:05:37.899ZRust is installed now. Great!
512024-05-13T15:05:37.899Z
522024-05-13T15:05:37.899ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-13T15:05:37.899Zenvironment variable. This has not been done automatically.
542024-05-13T15:05:37.899Z
552024-05-13T15:05:37.899ZTo configure your current shell, you need to source
562024-05-13T15:05:37.899Zthe corresponding env file under $HOME/.cargo.
572024-05-13T15:05:37.899Z
582024-05-13T15:05:37.899ZThis is usually done by running one of the following (note the leading DOT):
592024-05-13T15:05:37.899Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-13T15:05:37.899Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-13T15:05:37.991Z+ rustc --version
622024-05-13T15:05:38.055Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-13T15:05:38.059Zprocess exited: duration 20668 ms, exit code 0
 
642024-05-13T15:05:38.067Zstarting task 2: "authentication"
652024-05-13T15:05:38.088Zprocess exited: duration 21 ms, exit code 0
 
662024-05-13T15:05:38.096Zstarting task 3: "clone repository"
672024-05-13T15:05:38.101Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-13T15:05:38.104Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-13T15:05:38.437ZCloning into '/work/oxidecomputer/omicron'...
702024-05-13T15:05:43.906Z+ cd /work/oxidecomputer/omicron
712024-05-13T15:05:43.929Z+ git fetch origin a132e422ea3da329b3f02036b23aa2d31c8305b8
722024-05-13T15:05:44.230ZFrom https://github.com/oxidecomputer/omicron
732024-05-13T15:05:44.230Z * branch a132e422ea3da329b3f02036b23aa2d31c8305b8 -> FETCH_HEAD
742024-05-13T15:05:44.245Z+ [[ -n john/panic-large-quota ]]
752024-05-13T15:05:44.264Z++ git branch --show-current
762024-05-13T15:05:44.264Z+ current=main
772024-05-13T15:05:44.265Z+ [[ main != john/panic-large-quota ]]
782024-05-13T15:05:44.265Z+ git branch -f john/panic-large-quota a132e422ea3da329b3f02036b23aa2d31c8305b8
792024-05-13T15:05:44.265Z+ git checkout -f john/panic-large-quota
802024-05-13T15:05:44.380ZSwitched to branch 'john/panic-large-quota'
812024-05-13T15:05:44.398Z+ git reset --hard a132e422ea3da329b3f02036b23aa2d31c8305b8
822024-05-13T15:05:44.507ZHEAD is now at a132e422e Validate `ByteCount` ranges during deserialization
832024-05-13T15:05:44.512Zprocess exited: duration 6404 ms, exit code 0
 
842024-05-13T15:05:44.522Zstarting task 4: "build"
852024-05-13T15:05:44.527Z+ cargo --version
862024-05-13T15:05:44.532Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-13T15:05:44.698Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-13T15:05:44.698Zinfo: downloading component 'cargo'
892024-05-13T15:05:45.737Zinfo: downloading component 'clippy'
902024-05-13T15:05:46.066Zinfo: downloading component 'rust-docs'
912024-05-13T15:05:47.429Zinfo: downloading component 'rust-std'
922024-05-13T15:05:49.437Zinfo: downloading component 'rustc'
932024-05-13T15:05:54.766Zinfo: downloading component 'rustfmt'
942024-05-13T15:05:55.071Zinfo: installing component 'cargo'
952024-05-13T15:05:55.885Zinfo: installing component 'clippy'
962024-05-13T15:05:56.218Zinfo: installing component 'rust-docs'
972024-05-13T15:05:57.692Zinfo: installing component 'rust-std'
982024-05-13T15:05:59.340Zinfo: installing component 'rustc'
992024-05-13T15:06:03.496Zinfo: installing component 'rustfmt'
1002024-05-13T15:06:03.929Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-13T15:06:03.937Z+ rustc --version
1022024-05-13T15:06:03.997Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-13T15:06:04.003Z+ source ./env.sh
1042024-05-13T15:06:04.007Z++ set -o xtrace
1052024-05-13T15:06:04.007Z++++ dirname ./env.sh
1062024-05-13T15:06:04.018Z+++ readlink -f .
1072024-05-13T15:06:04.053Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-05-13T15:06:04.059Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-05-13T15:06:04.059Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-05-13T15:06:04.060Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112024-05-13T15:06:04.060Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122024-05-13T15:06:04.060Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132024-05-13T15:06:04.060Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142024-05-13T15:06:04.060Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152024-05-13T15:06:04.060Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162024-05-13T15:06:04.060Z++ unset OMICRON_WS
1172024-05-13T15:06:04.060Z++ set +o xtrace
1182024-05-13T15:06:04.097Z
1192024-05-13T15:06:04.097Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-05-13T15:06:04.097Z # # # # # # # # # # # # # # #
1212024-05-13T15:06:04.097Z # # # # ##### # # ##### # # # # # #### #
1222024-05-13T15:06:04.097Z ##### ##### # ##### # # # # # # # # #
1232024-05-13T15:06:04.097Z # # # # # # # # # # # # # # #
1242024-05-13T15:06:04.097Z # # # ###### # # ###### ### # #### # #### #
1252024-05-13T15:06:04.097Z
1262024-05-13T15:06:12.785Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-05-13T15:06:14.471Z Startup: Caching catalogs ... Done
1282024-05-13T15:06:16.010ZPlanning: Solver setup ... Done (1.110s)
1292024-05-13T15:06:16.026ZPlanning: Running solver ... Done (0.020s)
1302024-05-13T15:06:16.058ZPlanning: Finding local manifests ... Done (0.004s)
1312024-05-13T15:06:16.106ZPlanning: Fetching manifests: 0/4 0% complete
1322024-05-13T15:06:16.392ZPlanning: Fetching manifests: 4/4 100% complete
1332024-05-13T15:06:16.442ZPlanning: Package planning ... Done (0.050s)
1342024-05-13T15:06:16.493ZPlanning: Merging actions ... Done (0.050s)
1352024-05-13T15:06:17.206ZPlanning: Checking for conflicting actions ... Done (0.713s)
1362024-05-13T15:06:17.218ZPlanning: Consolidating action changes ... Done (0.011s)
1372024-05-13T15:06:21.126ZPlanning: Evaluating mediators ... Done (3.908s)
1382024-05-13T15:06:21.136ZPlanning: Planning completed in 6.60 seconds
1392024-05-13T15:06:21.545Z Packages to install: 4
1402024-05-13T15:06:21.546Z Mediators to change: 2
1412024-05-13T15:06:21.546Z Services to change: 1
1422024-05-13T15:06:21.549Z Estimated space available: 155.31 GB
1432024-05-13T15:06:21.549ZEstimated space to be consumed: 1.44 GB
1442024-05-13T15:06:21.549Z Create boot environment: No
1452024-05-13T15:06:21.549ZCreate backup boot environment: No
1462024-05-13T15:06:21.549Z Rebuild boot archive: No
1472024-05-13T15:06:21.549Z
1482024-05-13T15:06:21.549ZChanged mediators:
1492024-05-13T15:06:21.549Z mediator clang:
1502024-05-13T15:06:21.549Z version: None -> 15 (system default)
1512024-05-13T15:06:21.550Z
1522024-05-13T15:06:21.550Z mediator llvm:
1532024-05-13T15:06:21.550Z version: 14 (system default) -> 15 (system default)
1542024-05-13T15:06:21.550Z
1552024-05-13T15:06:21.550ZChanged packages:
1562024-05-13T15:06:21.550Zhelios-dev
1572024-05-13T15:06:21.550Z developer/build-essential
1582024-05-13T15:06:21.550Z None -> 11-2.0
1592024-05-13T15:06:21.550Z library/libxmlsec1
1602024-05-13T15:06:21.550Z None -> 1.2.35-2.0
1612024-05-13T15:06:21.550Z ooce/developer/clang-15
1622024-05-13T15:06:21.550Z None -> 15.0.7-2.0
1632024-05-13T15:06:21.550Z ooce/developer/llvm-15
1642024-05-13T15:06:21.550Z None -> 15.0.7-2.0
1652024-05-13T15:06:21.550Z
1662024-05-13T15:06:21.550ZServices:
1672024-05-13T15:06:21.550Z restart_fmri:
1682024-05-13T15:06:21.550Z svc:/system/update-man-index:default
1692024-05-13T15:06:21.670Z
1702024-05-13T15:06:21.670ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-05-13T15:06:27.918ZDownload: 213/3290 items 1.3/212.6MB 0% complete (829k/s)
1722024-05-13T15:06:32.930ZDownload: 993/3290 items 19.4/212.6MB 9% complete (1.9M/s)
1732024-05-13T15:06:37.931ZDownload: 1934/3290 items 118.6/212.6MB 55% complete (11.8M/s)
1742024-05-13T15:06:42.933ZDownload: 3220/3290 items 166.1/212.6MB 78% complete (14.6M/s)
1752024-05-13T15:06:45.721ZDownload: Completed 212.60 MB in 24.05 seconds (8.8M/s)
1762024-05-13T15:06:46.112Z Actions: 1/3689 actions (Installing new actions)
1772024-05-13T15:06:51.136Z Actions: 3641/3689 actions (Installing new actions)
1782024-05-13T15:06:51.232Z Actions: Completed 3689 actions in 5.11 seconds.
1792024-05-13T15:06:51.354Z Done (0.119s)
1802024-05-13T15:06:51.355Z Done (0.000s)
1812024-05-13T15:06:51.641Z Done (0.289s)
1822024-05-13T15:06:56.816Z Done (5.024s)
1832024-05-13T15:06:56.994Z Done (0.111s)
1842024-05-13T15:06:56.997Z Done (0.000s)
1852024-05-13T15:06:57.166Z Done (0.000s)
1862024-05-13T15:06:57.731ZPlanning: Evaluating mediator changes ... Done
1872024-05-13T15:06:57.893ZPlanning: Checking for conflicting actions ... Done
1882024-05-13T15:06:57.896ZPlanning: Consolidating action changes ... Done
1892024-05-13T15:06:58.511ZPlanning: Evaluating mediators ... Done
1902024-05-13T15:06:58.511ZPlanning: Planning completed in 0.43 seconds
1912024-05-13T15:06:58.511Z Mediators to change: 2
1922024-05-13T15:06:58.511Z Create boot environment: No
1932024-05-13T15:06:58.512ZCreate backup boot environment: No
1942024-05-13T15:06:58.512Z Done
1952024-05-13T15:06:58.512Z Done
1962024-05-13T15:06:58.512Z Done
1972024-05-13T15:07:02.003Z Done
1982024-05-13T15:07:02.089Z Done
1992024-05-13T15:07:02.100Z Done
2002024-05-13T15:07:02.189Z Done
2012024-05-13T15:07:02.795ZPlanning: Evaluating mediator changes ... Done
2022024-05-13T15:07:02.802ZPlanning: Merging actions ... Done
2032024-05-13T15:07:02.984ZPlanning: Checking for conflicting actions ... Done
2042024-05-13T15:07:02.991ZPlanning: Consolidating action changes ... Done
2052024-05-13T15:07:03.241ZPlanning: Evaluating mediators ... Done
2062024-05-13T15:07:03.297ZPlanning: Planning completed in 0.75 seconds
2072024-05-13T15:07:03.332Z Packages to change: 1
2082024-05-13T15:07:03.332Z Mediators to change: 1
2092024-05-13T15:07:03.341Z Services to change: 1
2102024-05-13T15:07:03.341Z Create boot environment: No
2112024-05-13T15:07:03.341ZCreate backup boot environment: Yes
2122024-05-13T15:07:05.271Z Actions: 1/6 actions (Updating modified actions)
2132024-05-13T15:07:05.321Z Actions: Completed 6 actions in 0.05 seconds.
2142024-05-13T15:07:05.325Z Done
2152024-05-13T15:07:05.325Z Done
2162024-05-13T15:07:05.383Z Done
2172024-05-13T15:07:09.047Z Done
2182024-05-13T15:07:09.132Z Done
2192024-05-13T15:07:09.135Z Done
2202024-05-13T15:07:09.248Z Done
2212024-05-13T15:07:09.681ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-05-13T15:07:09.681Zclang system 15 system
2232024-05-13T15:07:09.681Zcsh system system illumos
2242024-05-13T15:07:09.681Zctags system system illumos
2252024-05-13T15:07:09.682Zgcc vendor 12 vendor
2262024-05-13T15:07:09.682Zgcc system 10 system
2272024-05-13T15:07:09.682Zgcc system 7 system
2282024-05-13T15:07:09.682Zgo system 1.20 system
2292024-05-13T15:07:09.682Zgo system 1.19 system
2302024-05-13T15:07:09.682Zllvm system 15 system
2312024-05-13T15:07:09.682Zllvm system 14 system
2322024-05-13T15:07:09.682Zmariadb system 10.6 system
2332024-05-13T15:07:09.682Zmta vendor vendor dma
2342024-05-13T15:07:09.682Zopenjdk system 17 system
2352024-05-13T15:07:09.682Zopenjdk system 11 system
2362024-05-13T15:07:09.682Zopenjdk system 1.8 system
2372024-05-13T15:07:09.682Zopenssl vendor 3 vendor
2382024-05-13T15:07:09.682Zperl system 5.36 system
2392024-05-13T15:07:09.682Zpostgresql system 15 system
2402024-05-13T15:07:09.683Zpostgresql system 13 system
2412024-05-13T15:07:09.683Zpython vendor 3 vendor
2422024-05-13T15:07:09.683Zpython system 2 system
2432024-05-13T15:07:09.683Zpython3 system 3.11 system
2442024-05-13T15:07:09.683Zruby system 3.0 system
2452024-05-13T15:07:09.683Zwords vendor vendor american-english
2462024-05-13T15:07:09.683Zwords system system australian-english
2472024-05-13T15:07:09.683Zwords system system british-english
2482024-05-13T15:07:09.683Zwords system system canadian-english
2492024-05-13T15:07:09.683Zwords system system french
2502024-05-13T15:07:09.683Zwords system system italian
2512024-05-13T15:07:09.683Zwords system system ngerman
2522024-05-13T15:07:09.683Zwords system system ogerman
2532024-05-13T15:07:09.683Zwords system system spanish
2542024-05-13T15:07:10.012ZPUBLISHER TYPE STATUS P LOCATION
2552024-05-13T15:07:10.012Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-05-13T15:07:11.356ZFMRI IFO
2572024-05-13T15:07:11.356Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-05-13T15:07:11.356Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-05-13T15:07:11.356Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-05-13T15:07:11.356Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-05-13T15:07:11.356Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-05-13T15:07:11.356Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-05-13T15:07:11.357Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2642024-05-13T15:07:11.357Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-05-13T15:07:11.357Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-05-13T15:07:11.357Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-05-13T15:07:11.357Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-05-13T15:07:11.357Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2692024-05-13T15:07:11.618Z+ set -o errexit
2702024-05-13T15:07:11.633Z+++ dirname ./tools/ci_download_cockroachdb
2712024-05-13T15:07:11.633Z++ cd ./tools
2722024-05-13T15:07:11.633Z++ pwd
2732024-05-13T15:07:11.633Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2742024-05-13T15:07:11.633Z++ basename ./tools/ci_download_cockroachdb
2752024-05-13T15:07:11.633Z+ ARG0=ci_download_cockroachdb
2762024-05-13T15:07:11.633Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2772024-05-13T15:07:11.633Z+ CIDL_VERSION=v22.1.9
2782024-05-13T15:07:11.633Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2792024-05-13T15:07:11.633Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2802024-05-13T15:07:11.633Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2812024-05-13T15:07:11.633Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2822024-05-13T15:07:11.633Z+ TARGET_DIR=out
2832024-05-13T15:07:11.634Z+ DOWNLOAD_DIR=out/downloads
2842024-05-13T15:07:11.634Z+ DEST_DIR=./out/cockroachdb
2852024-05-13T15:07:11.634Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2862024-05-13T15:07:11.634Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2872024-05-13T15:07:11.634Z+ main
2882024-05-13T15:07:11.634Z+ [[ 0 != 0 ]]
2892024-05-13T15:07:11.634Z+ CIDL_OS=solaris2.11
2902024-05-13T15:07:11.634Z+ [[ 0 != 0 ]]
2912024-05-13T15:07:11.634Z+ configure_os solaris2.11
2922024-05-13T15:07:11.634Z+ echo 'current directory: /work/oxidecomputer/omicron'
2932024-05-13T15:07:11.634Zcurrent directory: /work/oxidecomputer/omicron
2942024-05-13T15:07:11.634Z+ echo 'configuring based on OS: "solaris2.11"'
2952024-05-13T15:07:11.634Z+ case "$1" in
2962024-05-13T15:07:11.635Zconfiguring based on OS: "solaris2.11"
2972024-05-13T15:07:11.635Z+ CIDL_BUILD=illumos
2982024-05-13T15:07:11.635Z+ CIDL_SUFFIX=tar.gz
2992024-05-13T15:07:11.635Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3002024-05-13T15:07:11.635Z+ CIDL_URL_BASE=https://illumos.org/downloads
3012024-05-13T15:07:11.635Z+ CIDL_ASSEMBLE=do_assemble_illumos
3022024-05-13T15:07:11.635Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3032024-05-13T15:07:11.635Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3042024-05-13T15:07:11.635Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-05-13T15:07:11.635Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3062024-05-13T15:07:11.635Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-05-13T15:07:11.635Z+ CIDL_SHA256FUNC=do_sha256sum
3082024-05-13T15:07:11.635Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3092024-05-13T15:07:11.635ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-05-13T15:07:11.635Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3112024-05-13T15:07:11.635Z+ mkdir -p out/downloads
3122024-05-13T15:07:11.636ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-05-13T15:07:11.636Z+ mkdir -p ./out/cockroachdb
3142024-05-13T15:07:11.636Z+ local DO_DOWNLOAD=true
3152024-05-13T15:07:11.636Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3162024-05-13T15:07:11.636Z+ '[' true == true ']'
3172024-05-13T15:07:11.636Z+ echo Downloading...
3182024-05-13T15:07:11.636ZDownloading...
3192024-05-13T15:07:11.636Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3202024-05-13T15:07:11.636Z+ 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
3212024-05-13T15:07:18.920Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-05-13T15:07:18.923Z++ sha256sum
3232024-05-13T15:07:18.923Z++ awk '{print $1}'
3242024-05-13T15:07:18.985Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3252024-05-13T15:07:18.985Z+ [[ 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 ]]
3262024-05-13T15:07:18.985Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3272024-05-13T15:07:18.988Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3282024-05-13T15:07:21.179Z+ do_assemble_illumos
3292024-05-13T15:07:21.179Z+ rm -r ./out/cockroachdb
3302024-05-13T15:07:21.183Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3312024-05-13T15:07:21.580Z+ ./out/cockroachdb/bin/cockroach version
3322024-05-13T15:07:21.820ZBuild Tag: v22.1.9-dirty
3332024-05-13T15:07:21.820ZBuild Time: 2022/10/26 21:17:46
3342024-05-13T15:07:21.820ZDistribution: OSS
3352024-05-13T15:07:21.820ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3362024-05-13T15:07:21.821ZGo Version: go1.17.13
3372024-05-13T15:07:21.821ZC Compiler: gcc 10.3.0
3382024-05-13T15:07:21.821ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3392024-05-13T15:07:21.821ZBuild Type: release
3402024-05-13T15:07:21.839Z+ set -o errexit
3412024-05-13T15:07:21.842Z+++ dirname ./tools/ci_download_clickhouse
3422024-05-13T15:07:21.845Z++ cd ./tools
3432024-05-13T15:07:21.845Z++ pwd
3442024-05-13T15:07:21.845Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3452024-05-13T15:07:21.845Z++ basename ./tools/ci_download_clickhouse
3462024-05-13T15:07:21.848Z+ ARG0=ci_download_clickhouse
3472024-05-13T15:07:21.848Z+ TARGET_DIR=out
3482024-05-13T15:07:21.848Z+ DOWNLOAD_DIR=out/downloads
3492024-05-13T15:07:21.848Z+ DEST_DIR=./out/clickhouse
3502024-05-13T15:07:21.848Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3512024-05-13T15:07:21.851Z+ CIDL_VERSION=v23.8.7.24
3522024-05-13T15:07:21.852Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3532024-05-13T15:07:21.852Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3542024-05-13T15:07:21.852Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3552024-05-13T15:07:21.852Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3562024-05-13T15:07:21.852Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3572024-05-13T15:07:21.852Z+ main
3582024-05-13T15:07:21.852Z+ [[ 0 != 0 ]]
3592024-05-13T15:07:21.852Z+ CIDL_OS=solaris2.11
3602024-05-13T15:07:21.852Z+ [[ 0 != 0 ]]
3612024-05-13T15:07:21.852Z+ configure_os solaris2.11
3622024-05-13T15:07:21.852Z+ echo 'current directory: /work/oxidecomputer/omicron'
3632024-05-13T15:07:21.852Zcurrent directory: /work/oxidecomputer/omicron
3642024-05-13T15:07:21.852Zconfiguring based on OS: "solaris2.11"
3652024-05-13T15:07:21.852Z+ echo 'configuring based on OS: "solaris2.11"'
3662024-05-13T15:07:21.852Z+ CIDL_DASHREV=
3672024-05-13T15:07:21.852Z+ case "$1" in
3682024-05-13T15:07:21.852Z+ CIDL_PLATFORM=illumos
3692024-05-13T15:07:21.852Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3702024-05-13T15:07:21.852Z+ CIDL_MD5FUNC=do_md5sum
3712024-05-13T15:07:21.852Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3722024-05-13T15:07:21.852Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3732024-05-13T15:07:21.853Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-05-13T15:07:21.853Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-05-13T15:07:21.853Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3762024-05-13T15:07:21.853ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3772024-05-13T15:07:21.853ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3782024-05-13T15:07:21.853Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3792024-05-13T15:07:21.853Z+ mkdir -p out/downloads
3802024-05-13T15:07:21.856Z+ mkdir -p ./out/clickhouse
3812024-05-13T15:07:21.856Z+ local DO_DOWNLOAD=true
3822024-05-13T15:07:21.857Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3832024-05-13T15:07:21.857Z+ '[' true == true ']'
3842024-05-13T15:07:21.857Z+ echo Downloading...
3852024-05-13T15:07:21.857ZDownloading...
3862024-05-13T15:07:21.857Z+ 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
3872024-05-13T15:07:21.857Z+ 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
3882024-05-13T15:07:23.445Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3892024-05-13T15:07:23.449Z++ md5sum
3902024-05-13T15:07:23.449Z++ awk '{print $1}'
3912024-05-13T15:07:23.709Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3922024-05-13T15:07:23.709Z+ [[ 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 ]]
3932024-05-13T15:07:23.712Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3942024-05-13T15:07:23.712Z+ mkdir -p ./out/clickhouse
3952024-05-13T15:07:23.712Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3962024-05-13T15:07:27.553Z+ [[ solaris2.11 == darwin* ]]
3972024-05-13T15:07:27.553Z+ ./out/clickhouse/clickhouse server --version
3982024-05-13T15:07:27.785ZClickHouse server version 23.8.7.1.
3992024-05-13T15:07:27.803Z+ set -o errexit
4002024-05-13T15:07:27.808Z+++ dirname ./tools/ci_download_console
4012024-05-13T15:07:27.811Z++ cd ./tools
4022024-05-13T15:07:27.811Z++ pwd
4032024-05-13T15:07:27.811Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4042024-05-13T15:07:27.811Z++ basename ./tools/ci_download_console
4052024-05-13T15:07:27.811Z+ ARG0=ci_download_console
4062024-05-13T15:07:27.811Z+ TARGET_DIR=out
4072024-05-13T15:07:27.812Z+ DOWNLOAD_DIR=out/downloads
4082024-05-13T15:07:27.812Z+ DEST_DIR=./out/console-assets
4092024-05-13T15:07:27.812Z+ source /work/oxidecomputer/omicron/tools/console_version
4102024-05-13T15:07:27.812Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
4112024-05-13T15:07:27.812Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4122024-05-13T15:07:27.812Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4132024-05-13T15:07:27.812Z+ TARBALL_FILE=out/downloads/console.tar.gz
4142024-05-13T15:07:27.812Z+ main
4152024-05-13T15:07:27.812Z+ [[ 0 != 0 ]]
4162024-05-13T15:07:27.812Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4172024-05-13T15:07:27.812ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4182024-05-13T15:07:27.812Z+ echo 'Local file: out/downloads/console.tar.gz'
4192024-05-13T15:07:27.812ZLocal file: out/downloads/console.tar.gz
4202024-05-13T15:07:27.812Z+ local DO_DOWNLOAD=true
4212024-05-13T15:07:27.812Z+ [[ -f out/downloads/console.tar.gz ]]
4222024-05-13T15:07:27.812Z+ mkdir -p out/downloads
4232024-05-13T15:07:27.816Z+ '[' true == true ']'
4242024-05-13T15:07:27.816Z+ echo Downloading...
4252024-05-13T15:07:27.816ZDownloading...
4262024-05-13T15:07:27.816Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4272024-05-13T15:07:27.816Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4282024-05-13T15:07:28.389Z++ do_sha256sum out/downloads/console.tar.gz
4292024-05-13T15:07:28.419Z++ case "$OSTYPE" in
4302024-05-13T15:07:28.419Z++ SHA=sha256sum
4312024-05-13T15:07:28.419Z++ sha256sum
4322024-05-13T15:07:28.420Z++ awk '{print $1}'
4332024-05-13T15:07:28.431Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4342024-05-13T15:07:28.431Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4352024-05-13T15:07:28.432Z+ rm -rf ./out/console-assets
4362024-05-13T15:07:28.432Z+ mkdir -p ./out/console-assets
4372024-05-13T15:07:28.432Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4382024-05-13T15:07:28.433Z+ mkdir -p ./out/console-assets
4392024-05-13T15:07:28.433Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4402024-05-13T15:07:28.509Z+ set -o errexit
4412024-05-13T15:07:28.519Z+++ dirname ./tools/ci_download_dendrite_openapi
4422024-05-13T15:07:28.519Z++ cd ./tools
4432024-05-13T15:07:28.519Z++ pwd
4442024-05-13T15:07:28.519Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4452024-05-13T15:07:28.519Z++ basename ./tools/ci_download_dendrite_openapi
4462024-05-13T15:07:28.519Z+ ARG0=ci_download_dendrite_openapi
4472024-05-13T15:07:28.519Z+ TARGET_DIR=out
4482024-05-13T15:07:28.520Z+ DOWNLOAD_DIR=out/downloads
4492024-05-13T15:07:28.520Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4502024-05-13T15:07:28.520Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4512024-05-13T15:07:28.520Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4522024-05-13T15:07:28.520Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4532024-05-13T15:07:28.520Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4542024-05-13T15:07:28.520Z+ main
4552024-05-13T15:07:28.520Z+ [[ 0 != 0 ]]
4562024-05-13T15:07:28.521Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4572024-05-13T15:07:28.521ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4582024-05-13T15:07:28.521ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4592024-05-13T15:07:28.521Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4602024-05-13T15:07:28.521Z+ local DO_DOWNLOAD=true
4612024-05-13T15:07:28.521Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4622024-05-13T15:07:28.521Z+ mkdir -p out/downloads
4632024-05-13T15:07:28.522Z+ '[' true == true ']'
4642024-05-13T15:07:28.522Z+ echo Downloading...
4652024-05-13T15:07:28.522ZDownloading...
4662024-05-13T15:07:28.522Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4672024-05-13T15:07:28.522Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4682024-05-13T15:07:28.769Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4692024-05-13T15:07:28.770Z++ case "$OSTYPE" in
4702024-05-13T15:07:28.770Z++ SHA=sha256sum
4712024-05-13T15:07:28.782Z++ sha256sum
4722024-05-13T15:07:28.782Z++ awk '{print $1}'
4732024-05-13T15:07:28.782Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4742024-05-13T15:07:28.783Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4752024-05-13T15:07:28.794Z+ set -o errexit
4762024-05-13T15:07:28.794Z+++ dirname ./tools/ci_download_dendrite_stub
4772024-05-13T15:07:28.794Z++ cd ./tools
4782024-05-13T15:07:28.795Z++ pwd
4792024-05-13T15:07:28.795Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4802024-05-13T15:07:28.795Z++ basename ./tools/ci_download_dendrite_stub
4812024-05-13T15:07:28.795Z+ ARG0=ci_download_dendrite_stub
4822024-05-13T15:07:28.796Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4832024-05-13T15:07:28.796Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4842024-05-13T15:07:28.796Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4852024-05-13T15:07:28.796Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4862024-05-13T15:07:28.797Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4872024-05-13T15:07:28.797Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4882024-05-13T15:07:28.797Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4892024-05-13T15:07:28.797Z+ TARGET_DIR=out
4902024-05-13T15:07:28.798Z+ DOWNLOAD_DIR=out/downloads
4912024-05-13T15:07:28.798Z+ DEST_DIR=./out/dendrite-stub
4922024-05-13T15:07:28.798Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4932024-05-13T15:07:28.798Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4942024-05-13T15:07:28.798Z+ REPO=oxidecomputer/dendrite
4952024-05-13T15:07:28.799Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4962024-05-13T15:07:28.799Z+ main
4972024-05-13T15:07:28.799Z+ [[ 0 != 0 ]]
4982024-05-13T15:07:28.799Z+ CIDL_OS=solaris2.11
4992024-05-13T15:07:28.800Z+ [[ 0 != 0 ]]
5002024-05-13T15:07:28.800Z+ configure_os solaris2.11
5012024-05-13T15:07:28.800Z+ echo 'current directory: /work/oxidecomputer/omicron'
5022024-05-13T15:07:28.800Zcurrent directory: /work/oxidecomputer/omicron
5032024-05-13T15:07:28.801Z+ echo 'configuring based on OS: "solaris2.11"'
5042024-05-13T15:07:28.801Z+ case "$1" in
5052024-05-13T15:07:28.801Z+ SET_BINARIES=
5062024-05-13T15:07:28.801Zconfiguring based on OS: "solaris2.11"
5072024-05-13T15:07:28.801Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5082024-05-13T15:07:28.801Z+ CIDL_SHA256FUNC=do_sha256sum
5092024-05-13T15:07:28.801Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5102024-05-13T15:07:28.801Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5112024-05-13T15:07:28.801Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5122024-05-13T15:07:28.801Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
5132024-05-13T15:07:28.801ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5142024-05-13T15:07:28.802Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5152024-05-13T15:07:28.802Z+ mkdir -p out/downloads
5162024-05-13T15:07:28.802ZLocal file: out/downloads/dendrite-stub.tar.gz
5172024-05-13T15:07:28.806Z+ mkdir -p ./out/dendrite-stub
5182024-05-13T15:07:28.806Z+ fetch_and_verify
5192024-05-13T15:07:28.806Z+ local DO_DOWNLOAD=true
5202024-05-13T15:07:28.806Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5212024-05-13T15:07:28.806Z+ '[' true == true ']'
5222024-05-13T15:07:28.807Z+ echo Downloading...
5232024-05-13T15:07:28.807Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5242024-05-13T15:07:28.807ZDownloading...
5252024-05-13T15:07:28.807Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5262024-05-13T15:07:36.510Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5272024-05-13T15:07:36.532Z++ sha256sum
5282024-05-13T15:07:36.532Z++ awk '{print $1}'
5292024-05-13T15:07:36.546Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5302024-05-13T15:07:36.546Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5312024-05-13T15:07:36.546Z+ do_untar out/downloads/dendrite-stub.tar.gz
5322024-05-13T15:07:36.546Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5332024-05-13T15:07:37.163Z+ do_assemble
5342024-05-13T15:07:37.163Z+ rm -r ./out/dendrite-stub
5352024-05-13T15:07:37.166Z+ mkdir ./out/dendrite-stub
5362024-05-13T15:07:37.169Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5372024-05-13T15:07:37.255Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5382024-05-13T15:07:37.264Z+ set -o errexit
5392024-05-13T15:07:37.267Z+++ dirname ./tools/ci_download_maghemite_mgd
5402024-05-13T15:07:37.270Z++ cd ./tools
5412024-05-13T15:07:37.270Z++ pwd
5422024-05-13T15:07:37.270Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5432024-05-13T15:07:37.270Z++ basename ./tools/ci_download_maghemite_mgd
5442024-05-13T15:07:37.273Z+ ARG0=ci_download_maghemite_mgd
5452024-05-13T15:07:37.273Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5462024-05-13T15:07:37.273Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5472024-05-13T15:07:37.273Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5482024-05-13T15:07:37.273Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5492024-05-13T15:07:37.273Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5502024-05-13T15:07:37.274Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5512024-05-13T15:07:37.274Z+ TARGET_DIR=out
5522024-05-13T15:07:37.274Z+ DOWNLOAD_DIR=out/downloads
5532024-05-13T15:07:37.274Z+ DEST_DIR=./out/mgd
5542024-05-13T15:07:37.274Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5552024-05-13T15:07:37.274Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5562024-05-13T15:07:37.274Z+ REPO=oxidecomputer/maghemite
5572024-05-13T15:07:37.274Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5582024-05-13T15:07:37.274Z+ main
5592024-05-13T15:07:37.274Z+ rm -rf out/downloads/root
5602024-05-13T15:07:37.280Z+ [[ 0 != 0 ]]
5612024-05-13T15:07:37.280Z+ CIDL_OS=solaris2.11
5622024-05-13T15:07:37.284Z+ [[ 0 != 0 ]]
5632024-05-13T15:07:37.284Z+ configure_os solaris2.11
5642024-05-13T15:07:37.284Z+ echo 'current directory: /work/oxidecomputer/omicron'
5652024-05-13T15:07:37.284Z+ echo 'configuring based on OS: "solaris2.11"'
5662024-05-13T15:07:37.284Zcurrent directory: /work/oxidecomputer/omicron
5672024-05-13T15:07:37.284Zconfiguring based on OS: "solaris2.11"
5682024-05-13T15:07:37.284Z+ case "$1" in
5692024-05-13T15:07:37.284Z+ SET_BINARIES=
5702024-05-13T15:07:37.284Z+ CIDL_SHA256FUNC=do_sha256sum
5712024-05-13T15:07:37.284Z+ TARBALL_FILENAME=mgd.tar.gz
5722024-05-13T15:07:37.284Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5732024-05-13T15:07:37.284Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5742024-05-13T15:07:37.284Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5752024-05-13T15:07:37.284ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5762024-05-13T15:07:37.284ZLocal file: out/downloads/mgd.tar.gz
5772024-05-13T15:07:37.284Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5782024-05-13T15:07:37.284Z+ mkdir -p out/downloads
5792024-05-13T15:07:37.285Z+ mkdir -p ./out/mgd
5802024-05-13T15:07:37.288Z+ fetch_and_verify
5812024-05-13T15:07:37.288Z+ local DO_DOWNLOAD=true
5822024-05-13T15:07:37.288Z+ [[ -f out/downloads/mgd.tar.gz ]]
5832024-05-13T15:07:37.288Z+ '[' true == true ']'
5842024-05-13T15:07:37.288Z+ echo Downloading...
5852024-05-13T15:07:37.288ZDownloading...
5862024-05-13T15:07:37.288Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5872024-05-13T15:07:37.288Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5882024-05-13T15:07:42.956Z++ do_sha256sum out/downloads/mgd.tar.gz
5892024-05-13T15:07:42.976Z++ sha256sum
5902024-05-13T15:07:42.976Z++ awk '{print $1}'
5912024-05-13T15:07:42.990Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5922024-05-13T15:07:42.990Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5932024-05-13T15:07:42.990Z+ do_untar out/downloads/mgd.tar.gz
5942024-05-13T15:07:42.990Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5952024-05-13T15:07:43.563Z+ do_assemble
5962024-05-13T15:07:43.564Z+ rm -r ./out/mgd
5972024-05-13T15:07:43.566Z+ mkdir ./out/mgd
5982024-05-13T15:07:43.569Z+ cp -r out/downloads/root ./out/mgd/root
5992024-05-13T15:07:43.651Z+ set -o errexit
6002024-05-13T15:07:43.654Z+++ dirname ./tools/ci_download_transceiver_control
6012024-05-13T15:07:43.656Z++ cd ./tools
6022024-05-13T15:07:43.656Z++ pwd
6032024-05-13T15:07:43.657Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6042024-05-13T15:07:43.660Z++ basename ./tools/ci_download_transceiver_control
6052024-05-13T15:07:43.660Z+ ARG0=ci_download_transceiver_control
6062024-05-13T15:07:43.660Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6072024-05-13T15:07:43.660Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6082024-05-13T15:07:43.660Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6092024-05-13T15:07:43.660Z+ TARGET_DIR=out
6102024-05-13T15:07:43.660Z+ DOWNLOAD_DIR=out/downloads
6112024-05-13T15:07:43.660Z+ DEST_DIR=./out/transceiver-control
6122024-05-13T15:07:43.661Z+ BIN_DIR=/opt/oxide/bin
6132024-05-13T15:07:43.661Z+ BINARY=xcvradm
6142024-05-13T15:07:43.661Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6152024-05-13T15:07:43.661Z+ REPO=oxidecomputer/transceiver-control
6162024-05-13T15:07:43.661Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6172024-05-13T15:07:43.661Z+ main
6182024-05-13T15:07:43.661Z+ [[ 0 != 0 ]]
6192024-05-13T15:07:43.661Z+ CIDL_OS=solaris2.11
6202024-05-13T15:07:43.661Z+ [[ 0 != 0 ]]
6212024-05-13T15:07:43.661Z+ configure_os solaris2.11
6222024-05-13T15:07:43.661Z+ echo 'current directory: /work/oxidecomputer/omicron'
6232024-05-13T15:07:43.661Zcurrent directory: /work/oxidecomputer/omicron
6242024-05-13T15:07:43.661Z+ echo 'configuring based on OS: "solaris2.11"'
6252024-05-13T15:07:43.661Z+ case "$1" in
6262024-05-13T15:07:43.661Zconfiguring based on OS: "solaris2.11"
6272024-05-13T15:07:43.661Z+ SET_BINARIES=
6282024-05-13T15:07:43.661Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6292024-05-13T15:07:43.661Z+ CIDL_SHA256FUNC=do_sha256sum
6302024-05-13T15:07:43.661Z+ ARCHIVE_FILENAME=xcvradm.gz
6312024-05-13T15:07:43.661Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6322024-05-13T15:07:43.661Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6332024-05-13T15:07:43.661Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6342024-05-13T15:07:43.661ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6352024-05-13T15:07:43.662Z+ echo 'Local file: out/downloads/xcvradm.gz'
6362024-05-13T15:07:43.662Z+ mkdir -p out/downloads
6372024-05-13T15:07:43.662ZLocal file: out/downloads/xcvradm.gz
6382024-05-13T15:07:43.665Z+ mkdir -p ./out/transceiver-control
6392024-05-13T15:07:43.665Z+ fetch_and_verify
6402024-05-13T15:07:43.665Z+ local DO_DOWNLOAD=true
6412024-05-13T15:07:43.665Z+ [[ -f out/downloads/xcvradm.gz ]]
6422024-05-13T15:07:43.665Z+ '[' true == true ']'
6432024-05-13T15:07:43.665Z+ echo Downloading...
6442024-05-13T15:07:43.665ZDownloading...
6452024-05-13T15:07:43.665Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6462024-05-13T15:07:43.665Z+ 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
6472024-05-13T15:07:44.139Z++ do_sha256sum out/downloads/xcvradm.gz
6482024-05-13T15:07:44.142Z++ sha256sum
6492024-05-13T15:07:44.142Z++ awk '{print $1}'
6502024-05-13T15:07:44.147Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6512024-05-13T15:07:44.151Z+ [[ 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 ]]
6522024-05-13T15:07:44.151Z+ do_unpack out/downloads/xcvradm.gz
6532024-05-13T15:07:44.151Z+ mkdir -p out/downloads/root//opt/oxide/bin
6542024-05-13T15:07:44.151Z+ gzip -dc out/downloads/xcvradm.gz
6552024-05-13T15:07:44.277Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6562024-05-13T15:07:44.291Z+ do_assemble
6572024-05-13T15:07:44.291Z+ rm -r ./out/transceiver-control
6582024-05-13T15:07:44.291Z+ mkdir ./out/transceiver-control
6592024-05-13T15:07:44.291Z+ cp -r out/downloads/root ./out/transceiver-control/root
6602024-05-13T15:07:44.389Z+ set -o errexit
6612024-05-13T15:07:44.396Z+++ dirname ./tools/ci_download_thundermuffin
6622024-05-13T15:07:44.396Z++ cd ./tools
6632024-05-13T15:07:44.396Z++ pwd
6642024-05-13T15:07:44.396Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6652024-05-13T15:07:44.396Z++ basename ./tools/ci_download_thundermuffin
6662024-05-13T15:07:44.397Z+ ARG0=ci_download_thundermuffin
6672024-05-13T15:07:44.397Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6682024-05-13T15:07:44.397Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6692024-05-13T15:07:44.397Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6702024-05-13T15:07:44.398Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6712024-05-13T15:07:44.398Z+ TARGET_DIR=out
6722024-05-13T15:07:44.398Z+ DOWNLOAD_DIR=out/downloads
6732024-05-13T15:07:44.398Z+ DEST_DIR=./out/thundermuffin
6742024-05-13T15:07:44.398Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6752024-05-13T15:07:44.399Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6762024-05-13T15:07:44.399Z+ REPO=oxidecomputer/thundermuffin
6772024-05-13T15:07:44.399Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6782024-05-13T15:07:44.399Z+ main
6792024-05-13T15:07:44.399Z+ rm -rf out/downloads/root
6802024-05-13T15:07:44.404Z+ [[ 0 != 0 ]]
6812024-05-13T15:07:44.404Z+ CIDL_OS=solaris2.11
6822024-05-13T15:07:44.405Z+ [[ 0 != 0 ]]
6832024-05-13T15:07:44.405Z+ configure_os solaris2.11
6842024-05-13T15:07:44.405Z+ echo 'current directory: /work/oxidecomputer/omicron'
6852024-05-13T15:07:44.405Zcurrent directory: /work/oxidecomputer/omicron
6862024-05-13T15:07:44.405Z+ echo 'configuring based on OS: "solaris2.11"'
6872024-05-13T15:07:44.406Z+ case "$1" in
6882024-05-13T15:07:44.406Zconfiguring based on OS: "solaris2.11"
6892024-05-13T15:07:44.406Z+ SET_BINARIES=
6902024-05-13T15:07:44.406Z+ CIDL_SHA256FUNC=do_sha256sum
6912024-05-13T15:07:44.406Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6922024-05-13T15:07:44.406Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6932024-05-13T15:07:44.407Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6942024-05-13T15:07:44.407Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6952024-05-13T15:07:44.407Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6962024-05-13T15:07:44.407ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6972024-05-13T15:07:44.407ZLocal file: out/downloads/thundermuffin.tar.gz
6982024-05-13T15:07:44.408Z+ mkdir -p out/downloads
6992024-05-13T15:07:44.408Z+ mkdir -p ./out/thundermuffin
7002024-05-13T15:07:44.408Z+ fetch_and_verify
7012024-05-13T15:07:44.408Z+ local DO_DOWNLOAD=true
7022024-05-13T15:07:44.408Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7032024-05-13T15:07:44.409Z+ '[' true == true ']'
7042024-05-13T15:07:44.409Z+ echo Downloading...
7052024-05-13T15:07:44.409ZDownloading...
7062024-05-13T15:07:44.409Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7072024-05-13T15:07:44.409Z+ 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
7082024-05-13T15:07:45.414Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7092024-05-13T15:07:45.417Z++ sha256sum
7102024-05-13T15:07:45.417Z++ awk '{print $1}'
7112024-05-13T15:07:45.421Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7122024-05-13T15:07:45.424Z+ [[ 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 ]]
7132024-05-13T15:07:45.424Z+ do_untar out/downloads/thundermuffin.tar.gz
7142024-05-13T15:07:45.424Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7152024-05-13T15:07:45.486Z+ do_assemble
7162024-05-13T15:07:45.486Z+ rm -r ./out/thundermuffin
7172024-05-13T15:07:45.490Z+ mkdir ./out/thundermuffin
7182024-05-13T15:07:45.498Z+ cp -r out/downloads/root ./out/thundermuffin/root
7192024-05-13T15:07:45.693ZAll builder prerequisites installed successfully, and PATH looks valid
7202024-05-13T15:07:45.702Z
7212024-05-13T15:07:45.702Zreal 1:41.519076362
7222024-05-13T15:07:45.702Zuser 37.208894179
7232024-05-13T15:07:45.702Zsys 6.994489098
7242024-05-13T15:07:45.702Ztrap 0.008705680
7252024-05-13T15:07:45.702Ztflt 0.184196121
7262024-05-13T15:07:45.702Zdflt 0.204229673
7272024-05-13T15:07:45.703Zkflt 0.153722034
7282024-05-13T15:07:45.703Zlock 1.334973220
7292024-05-13T15:07:45.703Zslp 3:19.205799051
7302024-05-13T15:07:45.703Zlat 1.953667434
7312024-05-13T15:07:45.703Zstop 0.101785470
7322024-05-13T15:07:45.703Z
7332024-05-13T15:07:45.703Z #### # # ##### ##### # #
7342024-05-13T15:07:45.703Z # # # # # # # # # #
7352024-05-13T15:07:45.703Z # # # # # # # #
7362024-05-13T15:07:45.704Z # # # ##### ##### #
7372024-05-13T15:07:45.704Z # # # # # # #
7382024-05-13T15:07:45.704Z #### ###### # # # #
7392024-05-13T15:07:45.704Z
7402024-05-13T15:07:45.909Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7412024-05-13T15:07:46.236Z Updating git repository `https://github.com/oxidecomputer/zone`
7422024-05-13T15:07:46.516Z Updating crates.io index
7432024-05-13T15:07:46.587Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7442024-05-13T15:07:47.391Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7452024-05-13T15:07:48.099Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7462024-05-13T15:07:50.078Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7472024-05-13T15:07:50.609Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7482024-05-13T15:07:50.916Z Updating git repository `https://github.com/oxidecomputer/propolis`
7492024-05-13T15:07:52.024Z Updating git repository `https://github.com/oxidecomputer/crucible`
7502024-05-13T15:07:53.814Z Updating git repository `https://github.com/oxidecomputer/opte`
7512024-05-13T15:07:54.925Z Updating git repository `https://github.com/oxidecomputer/falcon`
7522024-05-13T15:07:55.655Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7532024-05-13T15:07:56.018Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7542024-05-13T15:07:56.701Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7552024-05-13T15:07:57.116Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7562024-05-13T15:07:57.299Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7572024-05-13T15:07:57.653Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7582024-05-13T15:07:57.974Z Updating git repository `http://github.com/oxidecomputer/tofino`
7592024-05-13T15:07:58.317Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7602024-05-13T15:07:58.570Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7612024-05-13T15:07:58.864Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7622024-05-13T15:07:59.303Z Updating git repository `https://github.com/oxidecomputer/ispf`
7632024-05-13T15:07:59.795Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7642024-05-13T15:08:00.097Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7652024-05-13T15:08:00.785Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7662024-05-13T15:08:01.171Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7672024-05-13T15:08:01.585Z Updating git repository `https://github.com/jgallagher/nix`
7682024-05-13T15:08:02.707Z Updating git repository `https://github.com/cbiffle/hubpack`
7692024-05-13T15:08:03.182Z Updating git repository `https://github.com/oxidecomputer/typify`
7702024-05-13T15:08:05.273Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7712024-05-13T15:08:05.651Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7722024-05-13T15:08:05.983Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7732024-05-13T15:08:06.575Z Updating git repository `https://github.com/oxidecomputer/rfb`
7742024-05-13T15:08:07.926Z Downloading crates ...
7752024-05-13T15:08:07.980Z Downloaded anstyle v1.0.7
7762024-05-13T15:08:07.985Z Downloaded cargo-platform v0.1.3
7772024-05-13T15:08:07.989Z Downloaded anstyle-query v1.0.0
7782024-05-13T15:08:07.989Z Downloaded anstyle-parse v0.2.1
7792024-05-13T15:08:07.995Z Downloaded anyhow v1.0.82
7802024-05-13T15:08:07.999Z Downloaded clap_lex v0.7.0
7812024-05-13T15:08:08.003Z Downloaded cargo_metadata v0.18.1
7822024-05-13T15:08:08.007Z Downloaded cargo_toml v0.20.2
7832024-05-13T15:08:08.013Z Downloaded swrite v0.1.0
7842024-05-13T15:08:08.016Z Downloaded autocfg v1.1.0
7852024-05-13T15:08:08.021Z Downloaded colorchoice v1.0.0
7862024-05-13T15:08:08.028Z Downloaded equivalent v1.0.1
7872024-05-13T15:08:08.031Z Downloaded utf8parse v0.2.1
7882024-05-13T15:08:08.031Z Downloaded thiserror v1.0.59
7892024-05-13T15:08:08.035Z Downloaded terminal_size v0.3.0
7902024-05-13T15:08:08.039Z Downloaded toml_datetime v0.6.5
7912024-05-13T15:08:08.039Z Downloaded strsim v0.11.0
7922024-05-13T15:08:08.042Z Downloaded clap_derive v4.5.4
7932024-05-13T15:08:08.045Z Downloaded camino v1.1.6
7942024-05-13T15:08:08.049Z Downloaded thiserror-impl v1.0.59
7952024-05-13T15:08:08.049Z Downloaded semver v1.0.22
7962024-05-13T15:08:08.055Z Downloaded serde_spanned v0.6.5
7972024-05-13T15:08:08.055Z Downloaded heck v0.5.0
7982024-05-13T15:08:08.055Z Downloaded macaddr v1.0.1
7992024-05-13T15:08:08.055Z Downloaded fs-err v2.11.0
8002024-05-13T15:08:08.059Z Downloaded itoa v1.0.9
8012024-05-13T15:08:08.059Z Downloaded errno v0.3.8
8022024-05-13T15:08:08.059Z Downloaded anstream v0.6.11
8032024-05-13T15:08:08.063Z Downloaded quote v1.0.36
8042024-05-13T15:08:08.066Z Downloaded clap v4.5.4
8052024-05-13T15:08:08.071Z Downloaded bitflags v2.4.2
8062024-05-13T15:08:08.075Z Downloaded toml v0.8.12
8072024-05-13T15:08:08.078Z Downloaded serde_derive v1.0.201
8082024-05-13T15:08:08.081Z Downloaded ryu v1.0.15
8092024-05-13T15:08:08.092Z Downloaded unicode-ident v1.0.12
8102024-05-13T15:08:08.095Z Downloaded proc-macro2 v1.0.81
8112024-05-13T15:08:08.108Z Downloaded toml_edit v0.22.12
8122024-05-13T15:08:08.129Z Downloaded memchr v2.7.1
8132024-05-13T15:08:08.134Z Downloaded indexmap v2.2.6
8142024-05-13T15:08:08.140Z Downloaded clap_builder v4.5.2
8152024-05-13T15:08:08.144Z Downloaded hashbrown v0.14.3
8162024-05-13T15:08:08.149Z Downloaded winnow v0.6.1
8172024-05-13T15:08:08.157Z Downloaded serde_json v1.0.116
8182024-05-13T15:08:08.164Z Downloaded syn v2.0.60
8192024-05-13T15:08:08.174Z Downloaded serde v1.0.201
8202024-05-13T15:08:08.183Z Downloaded rustix v0.38.31
8212024-05-13T15:08:08.211Z Downloaded libc v0.2.153
8222024-05-13T15:08:08.467Z Compiling proc-macro2 v1.0.81
8232024-05-13T15:08:08.470Z Compiling unicode-ident v1.0.12
8242024-05-13T15:08:08.470Z Compiling serde v1.0.201
8252024-05-13T15:08:08.470Z Compiling libc v0.2.153
8262024-05-13T15:08:08.470Z Compiling rustix v0.38.31
8272024-05-13T15:08:08.470Z Compiling utf8parse v0.2.1
8282024-05-13T15:08:08.493Z Compiling bitflags v2.4.2
8292024-05-13T15:08:08.503Z Compiling hashbrown v0.14.3
8302024-05-13T15:08:08.695Z Compiling equivalent v1.0.1
8312024-05-13T15:08:08.698Z Compiling anstyle-parse v0.2.1
8322024-05-13T15:08:08.819Z Compiling anstyle v1.0.7
8332024-05-13T15:08:08.934Z Compiling semver v1.0.22
8342024-05-13T15:08:08.990Z Compiling winnow v0.6.1
8352024-05-13T15:08:09.197Z Compiling thiserror v1.0.59
8362024-05-13T15:08:09.616Z Compiling indexmap v2.2.6
8372024-05-13T15:08:10.462Z Compiling camino v1.1.6
8382024-05-13T15:08:10.774Z Compiling colorchoice v1.0.0
8392024-05-13T15:08:10.777Z Compiling serde_json v1.0.116
8402024-05-13T15:08:10.868Z Compiling anstyle-query v1.0.0
8412024-05-13T15:08:10.902Z Compiling autocfg v1.1.0
8422024-05-13T15:08:10.990Z Compiling anstream v0.6.11
8432024-05-13T15:08:11.067Z Compiling clap_lex v0.7.0
8442024-05-13T15:08:11.087Z Compiling itoa v1.0.9
8452024-05-13T15:08:11.166Z Compiling heck v0.5.0
8462024-05-13T15:08:11.306Z Compiling strsim v0.11.0
8472024-05-13T15:08:11.666Z Compiling anyhow v1.0.82
8482024-05-13T15:08:11.680Z Compiling ryu v1.0.15
8492024-05-13T15:08:11.699Z Compiling swrite v0.1.0
8502024-05-13T15:08:11.746Z Compiling quote v1.0.36
8512024-05-13T15:08:11.780Z Compiling fs-err v2.11.0
8522024-05-13T15:08:12.034Z Compiling errno v0.3.8
8532024-05-13T15:08:12.127Z Compiling syn v2.0.60
8542024-05-13T15:08:13.056Z Compiling terminal_size v0.3.0
8552024-05-13T15:08:13.174Z Compiling clap_builder v4.5.2
8562024-05-13T15:08:17.141Z Compiling serde_derive v1.0.201
8572024-05-13T15:08:17.141Z Compiling thiserror-impl v1.0.59
8582024-05-13T15:08:17.144Z Compiling clap_derive v4.5.4
8592024-05-13T15:08:19.661Z Compiling clap v4.5.4
8602024-05-13T15:08:24.902Z Compiling toml_datetime v0.6.5
8612024-05-13T15:08:24.906Z Compiling serde_spanned v0.6.5
8622024-05-13T15:08:24.906Z Compiling cargo-platform v0.1.3
8632024-05-13T15:08:24.906Z Compiling macaddr v1.0.1
8642024-05-13T15:08:25.328Z Compiling toml_edit v0.22.12
8652024-05-13T15:08:26.217Z Compiling cargo_metadata v0.18.1
8662024-05-13T15:08:27.336Z Compiling toml v0.8.12
8672024-05-13T15:08:28.028Z Compiling cargo_toml v0.20.2
8682024-05-13T15:08:31.402Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8692024-05-13T15:08:33.821Z Finished dev [unoptimized + debuginfo] target(s) in 48.06s
8702024-05-13T15:08:34.030Z Running `target/debug/xtask clippy`
8712024-05-13T15:08:34.072Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8722024-05-13T15:08:34.651Z Downloading crates ...
8732024-05-13T15:08:34.782Z Downloaded assert_matches v1.5.0
8742024-05-13T15:08:34.785Z Downloaded base64 v0.21.7
8752024-05-13T15:08:34.788Z Downloaded atomicwrites v0.4.3
8762024-05-13T15:08:34.792Z Downloaded ascii-canvas v3.0.0
8772024-05-13T15:08:34.792Z Downloaded argon2 v0.5.3
8782024-05-13T15:08:34.795Z Downloaded async-stream-impl v0.3.5
8792024-05-13T15:08:34.795Z Downloaded hmac v0.12.1
8802024-05-13T15:08:34.799Z Downloaded approx v0.5.1
8812024-05-13T15:08:34.803Z Downloaded heapless v0.7.16
8822024-05-13T15:08:34.806Z Downloaded http v0.2.12
8832024-05-13T15:08:34.810Z Downloaded hex v0.4.3
8842024-05-13T15:08:34.814Z Downloaded hostname v0.4.0
8852024-05-13T15:08:34.817Z Downloaded arrayref v0.3.7
8862024-05-13T15:08:34.817Z Downloaded anes v0.1.6
8872024-05-13T15:08:34.820Z Downloaded base64ct v1.6.0
8882024-05-13T15:08:34.823Z Downloaded hex-literal v0.4.1
8892024-05-13T15:08:34.823Z Downloaded crypto-bigint v0.5.2
8902024-05-13T15:08:34.830Z Downloaded http-body v0.4.5
8912024-05-13T15:08:34.833Z Downloaded bitfield v0.14.0
8922024-05-13T15:08:34.836Z Downloaded http-range v0.1.5
8932024-05-13T15:08:34.836Z Downloaded hkdf v0.12.4
8942024-05-13T15:08:34.839Z Downloaded lazycell v1.3.0
8952024-05-13T15:08:34.842Z Downloaded lazy_static v1.4.0
8962024-05-13T15:08:34.842Z Downloaded hubpack_derive v0.1.1
8972024-05-13T15:08:34.845Z Downloaded httpdate v1.0.3
8982024-05-13T15:08:34.845Z Downloaded ident_case v1.0.1
8992024-05-13T15:08:34.848Z Downloaded itertools v0.10.5
9002024-05-13T15:08:34.853Z Downloaded keccak v0.1.4
9012024-05-13T15:08:34.856Z Downloaded instant v0.1.12
9022024-05-13T15:08:34.859Z Downloaded bcs v0.1.6
9032024-05-13T15:08:34.863Z Downloaded http-body v1.0.0
9042024-05-13T15:08:34.863Z Downloaded bitstruct v0.1.1
9052024-05-13T15:08:34.869Z Downloaded bb8 v0.8.3
9062024-05-13T15:08:34.869Z Downloaded ascii v1.1.0
9072024-05-13T15:08:34.873Z Downloaded matches v0.1.10
9082024-05-13T15:08:34.873Z Downloaded indoc v2.0.3
9092024-05-13T15:08:34.873Z Downloaded newline-converter v0.3.0
9102024-05-13T15:08:34.873Z Downloaded crunchy v0.2.2
9112024-05-13T15:08:34.876Z Downloaded nodrop v0.1.14
9122024-05-13T15:08:34.876Z Downloaded crucible-workspace-hack v0.1.0
9132024-05-13T15:08:34.876Z Downloaded cipher v0.4.4
9142024-05-13T15:08:34.879Z Downloaded match_cfg v0.1.0
9152024-05-13T15:08:34.879Z Downloaded bit-vec v0.6.3
9162024-05-13T15:08:34.882Z Downloaded kstat-rs v0.2.3
9172024-05-13T15:08:34.882Z Downloaded castaway v0.2.2
9182024-05-13T15:08:34.885Z Downloaded linear-map v1.2.0
9192024-05-13T15:08:34.885Z Downloaded indoc v1.0.9
9202024-05-13T15:08:34.888Z Downloaded linked-hash-map v0.5.6
9212024-05-13T15:08:34.891Z Downloaded normalize-line-endings v0.3.0
9222024-05-13T15:08:34.892Z Downloaded new_debug_unreachable v1.0.4
9232024-05-13T15:08:34.894Z Downloaded nested v0.1.1
9242024-05-13T15:08:34.894Z Downloaded scroll_derive v0.12.0
9252024-05-13T15:08:34.899Z Downloaded is_ci v1.2.0
9262024-05-13T15:08:34.899Z Downloaded cast v0.3.0
9272024-05-13T15:08:34.902Z Downloaded memoffset v0.7.1
9282024-05-13T15:08:34.902Z Downloaded cobs v0.2.3
9292024-05-13T15:08:34.902Z Downloaded libsw v3.3.1
9302024-05-13T15:08:34.905Z Downloaded bytecount v0.6.3
9312024-05-13T15:08:34.905Z Downloaded nibble_vec v0.1.0
9322024-05-13T15:08:34.908Z Downloaded allocator-api2 v0.2.16
9332024-05-13T15:08:34.910Z Downloaded signal-hook-tokio v0.3.1
9342024-05-13T15:08:34.914Z Downloaded md-5 v0.10.5
9352024-05-13T15:08:34.914Z Downloaded managed v0.8.0
9362024-05-13T15:08:34.917Z Downloaded cassowary v0.3.0
9372024-05-13T15:08:34.917Z Downloaded crc v3.0.1
9382024-05-13T15:08:34.920Z Downloaded multimap v0.10.0
9392024-05-13T15:08:34.923Z Downloaded memmap v0.7.0
9402024-05-13T15:08:34.923Z Downloaded num v0.4.2
9412024-05-13T15:08:34.929Z Downloaded cpufeatures v0.2.12
9422024-05-13T15:08:34.929Z Downloaded nanorand v0.7.0
9432024-05-13T15:08:34.932Z Downloaded multer v3.1.0
9442024-05-13T15:08:34.935Z Downloaded vte_generate_state_changes v0.1.1
9452024-05-13T15:08:34.935Z Downloaded mockall v0.12.1
9462024-05-13T15:08:34.935Z Downloaded criterion-plot v0.5.0
9472024-05-13T15:08:34.938Z Downloaded serde_tokenstream v0.2.0
9482024-05-13T15:08:34.941Z Downloaded take_mut v0.2.2
9492024-05-13T15:08:34.944Z Downloaded rand_seeder v0.2.3
9502024-05-13T15:08:34.944Z Downloaded smf v0.2.3
9512024-05-13T15:08:34.947Z Downloaded rustc-hash v1.1.0
9522024-05-13T15:08:34.947Z Downloaded newtype-uuid v1.1.0
9532024-05-13T15:08:34.950Z Downloaded bzip2 v0.4.4
9542024-05-13T15:08:34.953Z Downloaded lock_api v0.4.10
9552024-05-13T15:08:34.953Z Downloaded ciborium v0.2.2
9562024-05-13T15:08:34.956Z Downloaded strip-ansi-escapes v0.2.0
9572024-05-13T15:08:34.959Z Downloaded stringprep v0.1.3
9582024-05-13T15:08:34.959Z Downloaded thread_local v1.1.7
9592024-05-13T15:08:34.962Z Downloaded blake2b_simd v1.0.1
9602024-05-13T15:08:34.962Z Downloaded thread-id v4.2.0
9612024-05-13T15:08:34.965Z Downloaded base64 v0.13.1
9622024-05-13T15:08:34.968Z Downloaded num-conv v0.1.0
9632024-05-13T15:08:34.971Z Downloaded usdt-macro v0.5.0
9642024-05-13T15:08:34.971Z Downloaded scopeguard v1.2.0
9652024-05-13T15:08:34.971Z Downloaded signature v1.6.4
9662024-05-13T15:08:34.974Z Downloaded smawk v0.3.1
9672024-05-13T15:08:34.977Z Downloaded parse-size v1.0.0
9682024-05-13T15:08:34.977Z Downloaded oorandom v11.1.3
9692024-05-13T15:08:34.977Z Downloaded wait-timeout v0.2.0
9702024-05-13T15:08:34.983Z Downloaded pretty-hex v0.4.1
9712024-05-13T15:08:34.986Z Downloaded foreign-types-shared v0.3.1
9722024-05-13T15:08:34.986Z Downloaded fxhash v0.2.1
9732024-05-13T15:08:34.987Z Downloaded zeroize_derive v1.4.2
9742024-05-13T15:08:34.987Z Downloaded serde_urlencoded v0.7.1
9752024-05-13T15:08:34.990Z Downloaded either v1.11.0
9762024-05-13T15:08:34.990Z Downloaded string_cache v0.8.7
9772024-05-13T15:08:34.993Z Downloaded tabwriter v1.4.0
9782024-05-13T15:08:34.993Z Downloaded mockall_derive v0.12.1
9792024-05-13T15:08:34.996Z Downloaded getopts v0.2.21
9802024-05-13T15:08:34.998Z Downloaded thiserror-impl-no-std v2.0.2
9812024-05-13T15:08:34.999Z Downloaded flagset v0.4.3
9822024-05-13T15:08:35.002Z Downloaded tokio-tungstenite v0.21.0
9832024-05-13T15:08:35.006Z Downloaded tokio-tungstenite v0.20.1
9842024-05-13T15:08:35.006Z Downloaded tui-tree-widget v0.19.0
9852024-05-13T15:08:35.009Z Downloaded indicatif v0.17.8
9862024-05-13T15:08:35.012Z Downloaded olpc-cjson v0.1.3
9872024-05-13T15:08:35.015Z Downloaded num-derive v0.4.0
9882024-05-13T15:08:35.015Z Downloaded slog-envlogger v2.2.0
9892024-05-13T15:08:35.018Z Downloaded toolchain_find v0.4.0
9902024-05-13T15:08:35.018Z Downloaded termtree v0.4.1
9912024-05-13T15:08:35.022Z Downloaded rustls-native-certs v0.7.0
9922024-05-13T15:08:35.025Z Downloaded const-oid v0.9.6
9932024-05-13T15:08:35.028Z Downloaded try-lock v0.2.4
9942024-05-13T15:08:35.028Z Downloaded pem v3.0.4
9952024-05-13T15:08:35.028Z Downloaded proc-macro-crate v1.3.1
9962024-05-13T15:08:35.034Z Downloaded zeroize v1.7.0
9972024-05-13T15:08:35.034Z Downloaded dof v0.3.0
9982024-05-13T15:08:35.037Z Downloaded smallvec v1.13.1
9992024-05-13T15:08:35.037Z Downloaded doc-comment v0.3.3
10002024-05-13T15:08:35.038Z Downloaded display-error-chain v0.2.0
10012024-05-13T15:08:35.040Z Downloaded rustc_version v0.1.7
10022024-05-13T15:08:35.041Z Downloaded cfg-expr v0.15.6
10032024-05-13T15:08:35.043Z Downloaded generic-array v0.14.7
10042024-05-13T15:08:35.046Z Downloaded form_urlencoded v1.2.1
10052024-05-13T15:08:35.046Z Downloaded typenum v1.16.0
10062024-05-13T15:08:35.049Z Downloaded phf_shared v0.10.0
10072024-05-13T15:08:35.054Z Downloaded pin-utils v0.1.0
10082024-05-13T15:08:35.054Z Downloaded serde_repr v0.1.16
10092024-05-13T15:08:35.054Z Downloaded serde_plain v1.0.2
10102024-05-13T15:08:35.058Z Downloaded slog-stdlog v4.1.1
10112024-05-13T15:08:35.058Z Downloaded slog-json v2.6.1
10122024-05-13T15:08:35.061Z Downloaded slog-scope v4.4.0
10132024-05-13T15:08:35.061Z Downloaded path-slash v0.1.5
10142024-05-13T15:08:35.064Z Downloaded pkg-config v0.3.27
10152024-05-13T15:08:35.064Z Downloaded zerocopy-derive v0.7.32
10162024-05-13T15:08:35.069Z Downloaded peg-macros v0.8.3
10172024-05-13T15:08:35.072Z Downloaded usdt v0.3.5
10182024-05-13T15:08:35.077Z Downloaded uzers v0.11.3
10192024-05-13T15:08:35.077Z Downloaded topological-sort v0.2.2
10202024-05-13T15:08:35.080Z Downloaded rustversion v1.0.14
10212024-05-13T15:08:35.081Z Downloaded serde-big-array v0.5.1
10222024-05-13T15:08:35.084Z Downloaded der_derive v0.7.2
10232024-05-13T15:08:35.084Z Downloaded supports-color v3.0.0
10242024-05-13T15:08:35.088Z Downloaded strum v0.26.2
10252024-05-13T15:08:35.088Z Downloaded dirs-sys-next v0.1.2
10262024-05-13T15:08:35.091Z Downloaded difflib v0.4.0
10272024-05-13T15:08:35.091Z Downloaded rustc-demangle v0.1.23
10282024-05-13T15:08:35.091Z Downloaded time-core v0.1.2
10292024-05-13T15:08:35.095Z Downloaded serde-big-array v0.4.1
10302024-05-13T15:08:35.095Z Downloaded ff v0.13.0
10312024-05-13T15:08:35.101Z Downloaded utf-8 v0.7.6
10322024-05-13T15:08:35.101Z Downloaded data-encoding v2.4.0
10332024-05-13T15:08:35.104Z Downloaded num-complex v0.4.5
10342024-05-13T15:08:35.104Z Downloaded num-iter v0.1.44
10352024-05-13T15:08:35.104Z Downloaded phf_shared v0.11.2
10362024-05-13T15:08:35.104Z Downloaded num-integer v0.1.46
10372024-05-13T15:08:35.107Z Downloaded usdt-attr-macro v0.5.0
10382024-05-13T15:08:35.110Z Downloaded diesel_table_macro_syntax v0.1.0
10392024-05-13T15:08:35.110Z Downloaded waitgroup v0.1.2
10402024-05-13T15:08:35.110Z Downloaded foreign-types v0.3.2
10412024-05-13T15:08:35.113Z Downloaded term v0.7.0
10422024-05-13T15:08:35.116Z Downloaded oso-derive v0.27.3
10432024-05-13T15:08:35.116Z Downloaded derive_builder_macro v0.20.0
10442024-05-13T15:08:35.119Z Downloaded vte v0.11.1
10452024-05-13T15:08:35.119Z Downloaded static_assertions v1.1.0
10462024-05-13T15:08:35.122Z Downloaded paste v1.0.14
10472024-05-13T15:08:35.140Z Downloaded chacha20poly1305 v0.10.1
10482024-05-13T15:08:35.140Z Downloaded deranged v0.3.11
10492024-05-13T15:08:35.140Z Downloaded r2d2 v0.8.10
10502024-05-13T15:08:35.140Z Downloaded scheduled-thread-pool v0.2.7
10512024-05-13T15:08:35.140Z Downloaded quick-error v1.2.3
10522024-05-13T15:08:35.140Z Downloaded openssl-probe v0.1.5
10532024-05-13T15:08:35.560Z Downloaded digest v0.10.7
10542024-05-13T15:08:35.560Z Downloaded guppy-workspace-hack v0.1.0
10552024-05-13T15:08:35.560Z Downloaded strum_macros v0.24.3
10562024-05-13T15:08:35.560Z Downloaded tokio-native-tls v0.3.1
10572024-05-13T15:08:35.560Z Downloaded mio v0.8.11
10582024-05-13T15:08:35.560Z Downloaded serde_tokenstream v0.1.7
10592024-05-13T15:08:35.560Z Downloaded num-rational v0.4.1
10602024-05-13T15:08:35.560Z Downloaded serde-hex v0.1.0
10612024-05-13T15:08:35.560Z Downloaded unarray v0.1.4
10622024-05-13T15:08:35.560Z Downloaded opaque-debug v0.3.0
10632024-05-13T15:08:35.561Z Downloaded pkcs8 v0.10.2
10642024-05-13T15:08:35.561Z Downloaded fnv v1.0.7
10652024-05-13T15:08:35.561Z Downloaded hash32 v0.2.1
10662024-05-13T15:08:35.561Z Downloaded ucd-trie v0.1.6
10672024-05-13T15:08:35.561Z Downloaded cstr-argument v0.1.2
10682024-05-13T15:08:35.561Z Downloaded usdt-impl v0.3.5
10692024-05-13T15:08:35.561Z Downloaded zerocopy v0.6.6
10702024-05-13T15:08:35.561Z Downloaded prettyplease v0.2.19
10712024-05-13T15:08:35.561Z Downloaded endian-type v0.1.2
10722024-05-13T15:08:35.562Z Downloaded flate2 v1.0.28
10732024-05-13T15:08:35.562Z Downloaded password-hash v0.5.0
10742024-05-13T15:08:35.562Z Downloaded sigpipe v0.1.3
10752024-05-13T15:08:35.562Z Downloaded shlex v1.3.0
10762024-05-13T15:08:35.562Z Downloaded nom v7.1.3
10772024-05-13T15:08:35.562Z Downloaded escape8259 v0.5.2
10782024-05-13T15:08:35.562Z Downloaded signature v2.1.0
10792024-05-13T15:08:35.562Z Downloaded structmeta v0.3.0
10802024-05-13T15:08:35.562Z Downloaded number_prefix v0.4.0
10812024-05-13T15:08:35.562Z Downloaded portpicker v0.1.1
10822024-05-13T15:08:35.562Z Downloaded trybuild v1.0.91
10832024-05-13T15:08:35.562Z Downloaded num_threads v0.1.6
10842024-05-13T15:08:35.562Z Downloaded futures-task v0.3.30
10852024-05-13T15:08:35.562Z Downloaded plotters-backend v0.3.5
10862024-05-13T15:08:35.562Z Downloaded futures-sink v0.3.30
10872024-05-13T15:08:35.562Z Downloaded pretty_assertions v1.4.0
10882024-05-13T15:08:35.563Z Downloaded futures-macro v0.3.30
10892024-05-13T15:08:35.563Z Downloaded want v0.3.1
10902024-05-13T15:08:35.563Z Downloaded uuid v1.8.0
10912024-05-13T15:08:35.563Z Downloaded rand_core v0.6.4
10922024-05-13T15:08:35.563Z Downloaded parse-display-derive v0.9.0
10932024-05-13T15:08:35.563Z Downloaded poly1305 v0.8.0
10942024-05-13T15:08:35.563Z Downloaded precomputed-hash v0.1.1
10952024-05-13T15:08:35.563Z Downloaded ref-cast-impl v1.0.22
10962024-05-13T15:08:35.563Z Downloaded same-file v1.0.6
10972024-05-13T15:08:35.563Z Downloaded typed-path v0.7.0
10982024-05-13T15:08:35.563Z Downloaded which v4.4.0
10992024-05-13T15:08:35.563Z Downloaded threadpool v1.8.1
11002024-05-13T15:08:35.563Z Downloaded target-spec v3.1.0
11012024-05-13T15:08:35.563Z Downloaded rpassword v7.3.1
11022024-05-13T15:08:35.563Z Downloaded crypto-common v0.1.6
11032024-05-13T15:08:35.564Z Downloaded whoami v1.5.1
11042024-05-13T15:08:35.564Z Downloaded futures-core v0.3.30
11052024-05-13T15:08:35.564Z Downloaded enum-as-inner v0.5.1
11062024-05-13T15:08:35.564Z Downloaded getrandom v0.2.12
11072024-05-13T15:08:35.564Z Downloaded tower-service v0.3.2
11082024-05-13T15:08:35.564Z Downloaded tower-layer v0.3.2
11092024-05-13T15:08:35.564Z Downloaded csv-core v0.1.11
11102024-05-13T15:08:35.564Z Downloaded schemars v0.8.17
11112024-05-13T15:08:35.564Z Downloaded pathdiff v0.2.1
11122024-05-13T15:08:35.564Z Downloaded signal-hook-registry v1.4.1
11132024-05-13T15:08:35.564Z Downloaded signal-hook-mio v0.2.3
11142024-05-13T15:08:35.564Z Downloaded powerfmt v0.2.0
11152024-05-13T15:08:35.564Z Downloaded percent-encoding v2.3.1
11162024-05-13T15:08:35.565Z Downloaded itertools v0.12.1
11172024-05-13T15:08:35.565Z Downloaded defmt-parser v0.3.3
11182024-05-13T15:08:35.565Z Downloaded similar-asserts v1.5.0
11192024-05-13T15:08:35.565Z Downloaded defmt-macros v0.3.6
11202024-05-13T15:08:35.565Z Downloaded num_enum_derive v0.5.11
11212024-05-13T15:08:35.565Z Downloaded synstructure v0.12.6
11222024-05-13T15:08:35.565Z Downloaded spin v0.5.2
11232024-05-13T15:08:35.565Z Downloaded sha1 v0.10.6
11242024-05-13T15:08:35.565Z Downloaded tokio-rustls v0.25.0
11252024-05-13T15:08:35.565Z Downloaded parse-display v0.9.0
11262024-05-13T15:08:35.565Z Downloaded dyn-clone v1.0.17
11272024-05-13T15:08:35.565Z Downloaded diesel_derives v2.1.2
11282024-05-13T15:08:35.565Z Downloaded zone v0.1.8
11292024-05-13T15:08:35.565Z Downloaded futures v0.3.30
11302024-05-13T15:08:35.565Z Downloaded dtrace-parser v0.2.0
11312024-05-13T15:08:35.566Z Downloaded half v2.3.1
11322024-05-13T15:08:35.566Z Downloaded dtrace-parser v0.1.14
11332024-05-13T15:08:35.566Z Downloaded env_logger v0.9.3
11342024-05-13T15:08:35.566Z Downloaded glob v0.3.1
11352024-05-13T15:08:35.566Z Downloaded downcast v0.11.0
11362024-05-13T15:08:35.566Z Downloaded serde_with v3.7.0
11372024-05-13T15:08:35.566Z Downloaded proc-macro-error-attr v1.0.4
11382024-05-13T15:08:35.566Z Downloaded rand_xorshift v0.3.0
11392024-05-13T15:08:35.566Z Downloaded textwrap v0.16.1
11402024-05-13T15:08:35.566Z Downloaded similar v2.4.0
11412024-05-13T15:08:35.566Z Downloaded sync_wrapper v0.1.2
11422024-05-13T15:08:35.566Z Downloaded peeking_take_while v0.1.2
11432024-05-13T15:08:35.566Z Downloaded futures-io v0.3.30
11442024-05-13T15:08:35.566Z Downloaded darling_macro v0.20.8
11452024-05-13T15:08:35.566Z Downloaded num_cpus v1.16.0
11462024-05-13T15:08:35.566Z Downloaded wyz v0.5.1
11472024-05-13T15:08:35.566Z Downloaded usdt v0.5.0
11482024-05-13T15:08:35.567Z Downloaded stability v0.2.0
11492024-05-13T15:08:35.567Z Downloaded predicates-tree v1.0.9
11502024-05-13T15:08:35.567Z Downloaded crossterm v0.27.0
11512024-05-13T15:08:35.567Z Downloaded tracing-attributes v0.1.27
11522024-05-13T15:08:35.567Z Downloaded openssl-macros v0.1.1
11532024-05-13T15:08:35.589Z Downloaded toml v0.7.8
11542024-05-13T15:08:35.589Z Downloaded globset v0.4.13
11552024-05-13T15:08:35.589Z Downloaded funty v2.0.0
11562024-05-13T15:08:35.590Z Downloaded untrusted v0.9.0
11572024-05-13T15:08:35.590Z Downloaded untrusted v0.7.1
11582024-05-13T15:08:35.590Z Downloaded pest_meta v2.7.6
11592024-05-13T15:08:35.590Z Downloaded semver v0.1.20
11602024-05-13T15:08:35.590Z Downloaded secrecy v0.8.0
11612024-05-13T15:08:35.590Z Downloaded toml_edit v0.19.15
11622024-05-13T15:08:35.591Z Downloaded embedded-io v0.4.0
11632024-05-13T15:08:35.591Z Downloaded radium v0.7.0
11642024-05-13T15:08:35.591Z Downloaded pest_derive v2.7.6
11652024-05-13T15:08:35.591Z Downloaded predicates v3.1.0
11662024-05-13T15:08:35.591Z Downloaded tinyvec_macros v0.1.1
11672024-05-13T15:08:35.591Z Downloaded packed_struct_codegen v0.10.1
11682024-05-13T15:08:35.591Z Downloaded siphasher v0.3.11
11692024-05-13T15:08:35.591Z Downloaded derive_builder v0.20.0
11702024-05-13T15:08:35.591Z Downloaded postcard v1.0.8
11712024-05-13T15:08:35.592Z Downloaded dof v0.1.5
11722024-05-13T15:08:35.592Z Downloaded sqlparser_derive v0.2.2
11732024-05-13T15:08:35.592Z Downloaded rustc_version v0.4.0
11742024-05-13T15:08:35.592Z Downloaded xattr v1.0.1
11752024-05-13T15:08:35.592Z Downloaded pest_generator v2.7.6
11762024-05-13T15:08:35.592Z Downloaded snafu v0.8.2
11772024-05-13T15:08:35.592Z Downloaded ena v0.14.2
11782024-05-13T15:08:35.592Z Downloaded tokio-rustls v0.24.1
11792024-05-13T15:08:35.592Z Downloaded fallible-iterator v0.2.0
11802024-05-13T15:08:35.592Z Downloaded packed_struct v0.10.1
11812024-05-13T15:08:35.593Z Downloaded curve25519-dalek-derive v0.1.0
11822024-05-13T15:08:35.593Z Downloaded pin-project-lite v0.2.13
11832024-05-13T15:08:35.593Z Downloaded foreign-types-shared v0.1.1
11842024-05-13T15:08:35.593Z Downloaded pem-rfc7468 v0.7.0
11852024-05-13T15:08:35.593Z Downloaded headers v0.3.9
11862024-05-13T15:08:35.593Z Downloaded parking_lot v0.11.2
11872024-05-13T15:08:35.593Z Downloaded subtle v2.5.0
11882024-05-13T15:08:35.593Z Downloaded spki v0.7.2
11892024-05-13T15:08:35.593Z Downloaded rusty-fork v0.3.0
11902024-05-13T15:08:35.593Z Downloaded rsa v0.9.2
11912024-05-13T15:08:35.594Z Downloaded unicode-linebreak v0.1.5
11922024-05-13T15:08:35.594Z Downloaded unicase v2.7.0
11932024-05-13T15:08:35.594Z Downloaded debug-ignore v1.0.5
11942024-05-13T15:08:35.594Z Downloaded time-macros v0.2.17
11952024-05-13T15:08:35.594Z Downloaded derive-where v1.2.7
11962024-05-13T15:08:35.594Z Downloaded rustfmt-wrapper v0.2.1
11972024-05-13T15:08:35.594Z Downloaded owo-colors v4.0.0
11982024-05-13T15:08:35.594Z Downloaded trust-dns-client v0.22.0
11992024-05-13T15:08:35.594Z Downloaded foreign-types-macros v0.2.3
12002024-05-13T15:08:35.594Z Downloaded foreign-types v0.5.0
12012024-05-13T15:08:35.594Z Downloaded rust-argon2 v2.1.0
12022024-05-13T15:08:35.595Z Downloaded rand v0.8.5
12032024-05-13T15:08:35.595Z Downloaded structmeta-derive v0.2.0
12042024-05-13T15:08:35.595Z Downloaded futures-channel v0.3.30
12052024-05-13T15:08:35.595Z Downloaded ron v0.8.1
12062024-05-13T15:08:35.595Z Downloaded zerocopy v0.3.0
12072024-05-13T15:08:35.595Z Downloaded num-traits v0.2.18
12082024-05-13T15:08:35.595Z Downloaded yasna v0.5.2
12092024-05-13T15:08:35.595Z Downloaded tracing v0.1.40
12102024-05-13T15:08:35.595Z Downloaded parking_lot v0.12.1
12112024-05-13T15:08:35.596Z Downloaded elliptic-curve v0.13.8
12122024-05-13T15:08:35.596Z Downloaded socket2 v0.4.9
12132024-05-13T15:08:35.596Z Downloaded portable-atomic v1.4.3
12142024-05-13T15:08:35.596Z Downloaded fastrand v2.0.1
12152024-05-13T15:08:35.596Z Downloaded papergrid v0.11.0
12162024-05-13T15:08:35.596Z Downloaded partial-io v0.5.4
12172024-05-13T15:08:35.597Z Downloaded unicode-segmentation v1.10.1
12182024-05-13T15:08:35.597Z Downloaded tokio-postgres v0.7.10
12192024-05-13T15:08:35.597Z Downloaded hash32 v0.3.1
12202024-05-13T15:08:35.597Z Downloaded regex-automata v0.1.10
12212024-05-13T15:08:35.597Z Downloaded diff v0.1.13
12222024-05-13T15:08:35.597Z Downloaded url v2.5.0
12232024-05-13T15:08:35.598Z Downloaded quick-xml v0.31.0
12242024-05-13T15:08:35.606Z Downloaded blake3 v1.5.0
12252024-05-13T15:08:35.607Z Downloaded hashbrown v0.12.3
12262024-05-13T15:08:35.607Z Downloaded subprocess v0.2.9
12272024-05-13T15:08:35.607Z Downloaded tower v0.4.13
12282024-05-13T15:08:35.607Z Downloaded lalrpop v0.19.12
12292024-05-13T15:08:35.615Z Downloaded zip v0.6.6
12302024-05-13T15:08:35.625Z Downloaded tough v0.17.1
12312024-05-13T15:08:35.633Z Downloaded time v0.3.34
12322024-05-13T15:08:35.641Z Downloaded unicode-bidi v0.3.15
12332024-05-13T15:08:35.641Z Downloaded winnow v0.5.15
12342024-05-13T15:08:35.648Z Downloaded guppy v0.17.5
12352024-05-13T15:08:35.653Z Downloaded vcpkg v0.2.15
12362024-05-13T15:08:35.691Z Downloaded nix v0.28.0
12372024-05-13T15:08:35.702Z Downloaded plotters v0.3.5
12382024-05-13T15:08:35.713Z Downloaded x509-cert v0.2.4
12392024-05-13T15:08:35.720Z Downloaded sqlparser v0.45.0
12402024-05-13T15:08:35.725Z Downloaded rustls-webpki v0.102.1
12412024-05-13T15:08:35.743Z Downloaded radix_trie v0.2.1
12422024-05-13T15:08:35.749Z Downloaded rustls v0.22.4
12432024-05-13T15:08:35.763Z Downloaded goblin v0.8.0
12442024-05-13T15:08:35.769Z Downloaded proptest v1.4.0
12452024-05-13T15:08:35.779Z Downloaded openapiv3 v2.0.0
12462024-05-13T15:08:35.792Z Downloaded regex v1.10.4
12472024-05-13T15:08:35.806Z Downloaded curve25519-dalek v4.1.2
12482024-05-13T15:08:35.816Z Downloaded ratatui v0.26.2
12492024-05-13T15:08:35.835Z Downloaded rustyline v14.0.0
12502024-05-13T15:08:35.840Z Downloaded webpki-roots v0.25.2
12512024-05-13T15:08:35.845Z Downloaded h2 v0.3.26
12522024-05-13T15:08:35.851Z Downloaded rayon v1.10.0
12532024-05-13T15:08:35.860Z Downloaded tabled v0.15.0
12542024-05-13T15:08:35.880Z Downloaded sha3 v0.10.8
12552024-05-13T15:08:35.883Z Downloaded bstr v0.2.17
12562024-05-13T15:08:35.893Z Downloaded syn v1.0.109
12572024-05-13T15:08:35.907Z Downloaded regex-syntax v0.6.29
12582024-05-13T15:08:35.912Z Downloaded object v0.32.1
12592024-05-13T15:08:35.923Z Downloaded object v0.30.4
12602024-05-13T15:08:35.932Z Downloaded regress v0.9.1
12612024-05-13T15:08:35.942Z Downloaded polar-core v0.27.3
12622024-05-13T15:08:35.950Z Downloaded gimli v0.28.0
12632024-05-13T15:08:35.959Z Downloaded openssl v0.10.64
12642024-05-13T15:08:35.970Z Downloaded rustls v0.21.9
12652024-05-13T15:08:35.982Z Downloaded encoding_rs v0.8.33
12662024-05-13T15:08:36.011Z Downloaded trust-dns-proto v0.22.0
12672024-05-13T15:08:36.020Z Downloaded smoltcp v0.11.0
12682024-05-13T15:08:36.037Z Downloaded regex-syntax v0.8.2
12692024-05-13T15:08:36.046Z Downloaded sled v0.34.7
12702024-05-13T15:08:36.050Z Downloaded zerocopy-derive v0.6.6
12712024-05-13T15:08:36.063Z Downloaded bstr v1.9.0
12722024-05-13T15:08:36.070Z Downloaded hashbrown v0.13.2
12732024-05-13T15:08:36.074Z Downloaded petgraph v0.6.4
12742024-05-13T15:08:36.090Z Downloaded zerocopy-derive v0.2.0
12752024-05-13T15:08:36.098Z Downloaded bzip2-sys v0.1.11+1.0.8
12762024-05-13T15:08:36.111Z Downloaded regex-automata v0.4.5
12772024-05-13T15:08:36.129Z Downloaded diesel v2.1.6
12782024-05-13T15:08:36.147Z Downloaded ring v0.17.8
12792024-05-13T15:08:36.217Z Downloaded csv v1.3.0
12802024-05-13T15:08:36.238Z Downloaded tokio v1.37.0
12812024-05-13T15:08:36.274Z Downloaded bitvec v1.0.1
12822024-05-13T15:08:36.288Z Downloaded chrono v0.4.38
12832024-05-13T15:08:36.295Z Downloaded smoltcp v0.9.1
12842024-05-13T15:08:36.307Z Downloaded futures-util v0.3.30
12852024-05-13T15:08:36.317Z Downloaded idna v0.5.0
12862024-05-13T15:08:36.324Z Downloaded idna v0.3.0
12872024-05-13T15:08:36.331Z Downloaded idna v0.2.3
12882024-05-13T15:08:36.337Z Downloaded bindgen v0.69.2
12892024-05-13T15:08:36.344Z Downloaded fancy-regex v0.13.0
12902024-05-13T15:08:36.347Z Downloaded rayon-core v1.12.1
12912024-05-13T15:08:36.351Z Downloaded unicode-normalization v0.1.22
12922024-05-13T15:08:36.354Z Downloaded reedline v0.31.0
12932024-05-13T15:08:36.361Z Downloaded expectorate v1.1.0
12942024-05-13T15:08:36.364Z Downloaded zerocopy v0.7.32
12952024-05-13T15:08:36.378Z Downloaded reqwest v0.11.27
12962024-05-13T15:08:36.388Z Downloaded pest v2.7.6
12972024-05-13T15:08:36.392Z Downloaded tracing-core v0.1.32
12982024-05-13T15:08:36.395Z Downloaded num-bigint v0.4.4
12992024-05-13T15:08:36.398Z Downloaded structmeta-derive v0.3.0
13002024-05-13T15:08:36.400Z Downloaded serde_yaml v0.9.25
13012024-05-13T15:08:36.406Z Downloaded parking_lot_core v0.9.8
13022024-05-13T15:08:36.409Z Downloaded tinyvec v1.6.0
13032024-05-13T15:08:36.409Z Downloaded sct v0.7.0
13042024-05-13T15:08:36.412Z Downloaded num-bigint-dig v0.8.4
13052024-05-13T15:08:36.415Z Downloaded rustls-webpki v0.101.7
13062024-05-13T15:08:36.428Z Downloaded rustls-pki-types v1.3.0
13072024-05-13T15:08:36.430Z Downloaded tinytemplate v1.2.1
13082024-05-13T15:08:36.431Z Downloaded spin v0.9.8
13092024-05-13T15:08:36.433Z Downloaded socket2 v0.5.6
13102024-05-13T15:08:36.436Z Downloaded unicode_categories v0.1.1
13112024-05-13T15:08:36.436Z Downloaded aho-corasick v1.1.2
13122024-05-13T15:08:36.446Z Downloaded universal-hash v0.5.1
13132024-05-13T15:08:36.462Z Downloaded rtoolbox v0.0.1
13142024-05-13T15:08:36.462Z Downloaded stable_deref_trait v1.2.0
13152024-05-13T15:08:36.462Z Downloaded rstest_macros v0.19.0
13162024-05-13T15:08:36.462Z Downloaded flume v0.11.0
13172024-05-13T15:08:36.462Z Downloaded pin-project-internal v1.1.3
13182024-05-13T15:08:36.462Z Downloaded samael v0.0.15
13192024-05-13T15:08:36.462Z Downloaded trust-dns-resolver v0.22.0
13202024-05-13T15:08:36.465Z Downloaded plain v0.2.3
13212024-05-13T15:08:36.465Z Downloaded sha2 v0.10.8
13222024-05-13T15:08:36.465Z Downloaded ron v0.7.1
13232024-05-13T15:08:36.472Z Downloaded openssl-sys v0.9.102
13242024-05-13T15:08:36.472Z Downloaded trust-dns-server v0.22.1
13252024-05-13T15:08:36.477Z Downloaded hyper v1.1.0
13262024-05-13T15:08:36.484Z Downloaded predicates-core v1.0.6
13272024-05-13T15:08:36.487Z Downloaded tiny-keccak v2.0.2
13282024-05-13T15:08:36.487Z Downloaded hyper v0.14.28
13292024-05-13T15:08:36.494Z Downloaded zone_cfg_derive v0.1.2
13302024-05-13T15:08:36.497Z Downloaded slab v0.4.9
13312024-05-13T15:08:36.497Z Downloaded futures-executor v0.3.30
13322024-05-13T15:08:36.497Z Downloaded smallvec v0.6.14
13332024-05-13T15:08:36.500Z Downloaded test-strategy v0.3.1
13342024-05-13T15:08:36.503Z Downloaded der v0.7.8
13352024-05-13T15:08:36.506Z Downloaded pretty-hex v0.2.1
13362024-05-13T15:08:36.509Z Downloaded rand_chacha v0.3.1
13372024-05-13T15:08:36.509Z Downloaded platforms v3.0.2
13382024-05-13T15:08:36.512Z Downloaded target-lexicon v0.12.13
13392024-05-13T15:08:36.512Z Downloaded signal-hook v0.3.17
13402024-05-13T15:08:36.515Z Downloaded criterion v0.5.1
13412024-05-13T15:08:36.520Z Downloaded ring v0.16.20
13422024-05-13T15:08:36.627Z Downloaded derive_more v0.99.17
13432024-05-13T15:08:36.632Z Downloaded darling_core v0.20.8
13442024-05-13T15:08:36.636Z Downloaded publicsuffix v2.2.3
13452024-05-13T15:08:36.642Z Downloaded libxml v0.3.3
13462024-05-13T15:08:36.645Z Downloaded tar v0.4.40
13472024-05-13T15:08:36.648Z Downloaded unsafe-libyaml v0.2.10
13482024-05-13T15:08:36.653Z Downloaded num_enum v0.5.11
13492024-05-13T15:08:36.656Z Downloaded float-cmp v0.9.0
13502024-05-13T15:08:36.656Z Downloaded defmt v0.3.5
13512024-05-13T15:08:36.659Z Downloaded tokio-util v0.7.10
13522024-05-13T15:08:36.663Z Downloaded steno v0.4.0
13532024-05-13T15:08:36.668Z Downloaded crossbeam-channel v0.5.8
13542024-05-13T15:08:36.671Z Downloaded oso v0.27.3
13552024-05-13T15:08:36.674Z Downloaded derive_builder_core v0.20.0
13562024-05-13T15:08:36.677Z Downloaded pin-project v1.1.3
13572024-05-13T15:08:36.686Z Downloaded darling v0.20.8
13582024-05-13T15:08:36.690Z Downloaded sec1 v0.7.3
13592024-05-13T15:08:36.693Z Downloaded ref-cast v1.0.22
13602024-05-13T15:08:36.696Z Downloaded tabled_derive v0.7.0
13612024-05-13T15:08:36.696Z Downloaded shell-words v1.1.0
13622024-05-13T15:08:36.696Z Downloaded usdt-impl v0.5.0
13632024-05-13T15:08:36.702Z Downloaded fatfs v0.3.6
13642024-05-13T15:08:36.702Z Downloaded tungstenite v0.20.1
13652024-05-13T15:08:36.705Z Downloaded tungstenite v0.21.0
13662024-05-13T15:08:36.706Z Downloaded libm v0.2.7
13672024-05-13T15:08:36.715Z Downloaded resolv-conf v0.7.0
13682024-05-13T15:08:36.718Z Downloaded serde_with_macros v3.7.0
13692024-05-13T15:08:36.718Z Downloaded rustls-pemfile v1.0.3
13702024-05-13T15:08:36.721Z Downloaded yansi v0.5.1
13712024-05-13T15:08:36.721Z Downloaded unicode-xid v0.2.4
13722024-05-13T15:08:36.721Z Downloaded unicode-width v0.1.11
13732024-05-13T15:08:36.724Z Downloaded phf v0.11.2
13742024-05-13T15:08:36.724Z Downloaded salty v0.2.0
13752024-05-13T15:08:36.728Z Downloaded structmeta v0.2.0
13762024-05-13T15:08:36.731Z Downloaded sqlformat v0.2.3
13772024-05-13T15:08:36.731Z Downloaded plotters-svg v0.3.5
13782024-05-13T15:08:36.731Z Downloaded slog v2.7.0
13792024-05-13T15:08:36.739Z Downloaded parking_lot_core v0.8.6
13802024-05-13T15:08:36.739Z Downloaded strum_macros v0.26.1
13812024-05-13T15:08:36.746Z Downloaded strum_macros v0.25.2
13822024-05-13T15:08:36.746Z Downloaded group v0.13.0
13832024-05-13T15:08:36.746Z Downloaded pkcs1 v0.7.5
13842024-05-13T15:08:36.746Z Downloaded snafu-derive v0.8.2
13852024-05-13T15:08:36.750Z Downloaded rustls-pemfile v2.1.2
13862024-05-13T15:08:36.750Z Downloaded postgres-types v0.2.6
13872024-05-13T15:08:36.750Z Downloaded postgres-protocol v0.6.6
13882024-05-13T15:08:36.750Z Downloaded walkdir v2.5.0
13892024-05-13T15:08:36.753Z Downloaded fd-lock v4.0.2
13902024-05-13T15:08:36.754Z Downloaded const_format v0.2.32
13912024-05-13T15:08:36.757Z Downloaded tokio-macros v2.2.0
13922024-05-13T15:08:36.760Z Downloaded minimal-lexical v0.2.1
13932024-05-13T15:08:36.763Z Downloaded futures-timer v3.0.2
13942024-05-13T15:08:36.766Z Downloaded tempfile v3.10.1
13952024-05-13T15:08:36.766Z Downloaded rcgen v0.12.1
13962024-05-13T15:08:36.772Z Downloaded termios v0.3.3
13972024-05-13T15:08:36.775Z Downloaded termcolor v1.2.0
13982024-05-13T15:08:36.775Z Downloaded slog-term v2.9.1
13992024-05-13T15:08:36.775Z Downloaded peg v0.8.3
14002024-05-13T15:08:36.778Z Downloaded omicron-zone-package v0.11.0
14012024-05-13T15:08:36.781Z Downloaded fixedbitset v0.4.2
14022024-05-13T15:08:36.781Z Downloaded filetime v0.2.23
14032024-05-13T15:08:36.781Z Downloaded usdt-macro v0.3.5
14042024-05-13T15:08:36.784Z Downloaded cc v1.0.83
14052024-05-13T15:08:36.784Z Downloaded fragile v2.0.0
14062024-05-13T15:08:36.787Z Downloaded serde_derive_internals v0.29.0
14072024-05-13T15:08:36.787Z Downloaded erased-serde v0.3.31
14082024-05-13T15:08:36.791Z Downloaded env_logger v0.10.0
14092024-05-13T15:08:36.794Z Downloaded psl-types v2.0.11
14102024-05-13T15:08:36.794Z Downloaded slog-dtrace v0.3.0
14112024-05-13T15:08:36.794Z Downloaded proc-macro-error v1.0.4
14122024-05-13T15:08:36.798Z Downloaded ppv-lite86 v0.2.17
14132024-05-13T15:08:36.798Z Downloaded vsss-rs v3.3.4
14142024-05-13T15:08:36.801Z Downloaded once_cell v1.19.0
14152024-05-13T15:08:36.804Z Downloaded serde_path_to_error v0.1.16
14162024-05-13T15:08:36.804Z Downloaded serde_arrays v0.1.0
14172024-05-13T15:08:36.804Z Downloaded bytes v1.6.0
14182024-05-13T15:08:36.808Z Downloaded tokio-stream v0.1.15
14192024-05-13T15:08:36.812Z Downloaded crossbeam-utils v0.8.19
14202024-05-13T15:08:36.816Z Downloaded blake2 v0.10.6
14212024-05-13T15:08:36.816Z Downloaded toml v0.5.11
14222024-05-13T15:08:36.822Z Downloaded tap v1.0.1
14232024-05-13T15:08:36.822Z Downloaded cookie v0.18.1
14242024-05-13T15:08:36.825Z Downloaded crossbeam-epoch v0.9.18
14252024-05-13T15:08:36.825Z Downloaded crc-any v2.4.3
14262024-05-13T15:08:36.825Z Downloaded indexmap v1.9.3
14272024-05-13T15:08:36.829Z Downloaded camino-tempfile v1.1.1
14282024-05-13T15:08:36.832Z Downloaded compact_str v0.7.1
14292024-05-13T15:08:36.835Z Downloaded datatest-stable v0.2.9
14302024-05-13T15:08:36.835Z Downloaded gethostname v0.4.3
14312024-05-13T15:08:36.835Z Downloaded version_check v0.9.4
14322024-05-13T15:08:36.838Z Downloaded base64 v0.22.1
14332024-05-13T15:08:36.841Z Downloaded arc-swap v1.6.0
14342024-05-13T15:08:36.845Z Downloaded rstest v0.19.0
14352024-05-13T15:08:36.848Z Downloaded relative-path v1.9.0
14362024-05-13T15:08:36.851Z Downloaded clang-sys v1.6.1
14372024-05-13T15:08:36.854Z Downloaded thiserror-no-std v2.0.2
14382024-05-13T15:08:36.857Z Downloaded strsim v0.10.0
14392024-05-13T15:08:36.857Z Downloaded miniz_oxide v0.7.1
14402024-05-13T15:08:36.860Z Downloaded cookie v0.17.0
14412024-05-13T15:08:36.865Z Downloaded crossbeam-deque v0.8.3
14422024-05-13T15:08:36.865Z Downloaded crc32fast v1.3.2
14432024-05-13T15:08:36.871Z Downloaded cookie_store v0.20.0
14442024-05-13T15:08:36.871Z Downloaded console v0.15.8
14452024-05-13T15:08:36.872Z Downloaded ed25519 v1.5.3
14462024-05-13T15:08:36.874Z Downloaded dirs-next v2.0.0
14472024-05-13T15:08:36.874Z Downloaded scroll v0.12.0
14482024-05-13T15:08:36.874Z Downloaded log v0.4.21
14492024-05-13T15:08:36.875Z Downloaded const_format_proc_macros v0.2.32
14502024-05-13T15:08:36.877Z Downloaded peg-runtime v0.8.3
14512024-05-13T15:08:36.877Z Downloaded slog-bunyan v2.5.0
14522024-05-13T15:08:36.880Z Downloaded slog-async v2.8.0
14532024-05-13T15:08:36.880Z Downloaded schemars_derive v0.8.17
14542024-05-13T15:08:36.883Z Downloaded nu-ansi-term v0.50.0
14552024-05-13T15:08:36.883Z Downloaded hyper-util v0.1.2
14562024-05-13T15:08:36.887Z Downloaded backtrace v0.3.69
14572024-05-13T15:08:36.892Z Downloaded native-tls v0.2.11
14582024-05-13T15:08:36.895Z Downloaded libtest-mimic v0.7.2
14592024-05-13T15:08:36.895Z Downloaded cancel-safe-futures v0.1.5
14602024-05-13T15:08:36.898Z Downloaded memmap2 v0.7.1
14612024-05-13T15:08:36.901Z Downloaded libloading v0.7.4
14622024-05-13T15:08:36.901Z Downloaded hyper-rustls v0.24.2
14632024-05-13T15:08:36.903Z Downloaded ipnet v2.9.0
14642024-05-13T15:08:36.907Z Downloaded cexpr v0.6.0
14652024-05-13T15:08:36.907Z Downloaded corncobs v0.1.3
14662024-05-13T15:08:36.911Z Downloaded colored v2.1.0
14672024-05-13T15:08:36.911Z Downloaded usdt-attr-macro v0.3.5
14682024-05-13T15:08:36.911Z Downloaded impl-trait-for-tuples v0.2.2
14692024-05-13T15:08:36.914Z Downloaded mime_guess v2.0.4
14702024-05-13T15:08:36.914Z Downloaded hyper-rustls v0.26.0
14712024-05-13T15:08:36.917Z Downloaded httptest v0.15.5
14722024-05-13T15:08:36.917Z Downloaded block-padding v0.3.3
14732024-05-13T15:08:36.920Z Downloaded mime v0.3.17
14742024-05-13T15:08:36.920Z Downloaded maplit v1.0.2
14752024-05-13T15:08:36.920Z Downloaded lru-cache v0.1.2
14762024-05-13T15:08:36.920Z Downloaded hubpack v0.1.2
14772024-05-13T15:08:36.926Z Downloaded crc-catalog v2.2.0
14782024-05-13T15:08:36.926Z Downloaded convert_case v0.4.0
14792024-05-13T15:08:36.926Z Downloaded constant_time_eq v0.2.6
14802024-05-13T15:08:36.929Z Downloaded maybe-uninit v2.0.0
14812024-05-13T15:08:36.929Z Downloaded lalrpop-util v0.19.12
14822024-05-13T15:08:36.929Z Downloaded hyper-staticfile v0.9.5
14832024-05-13T15:08:36.929Z Downloaded constant_time_eq v0.3.0
14842024-05-13T15:08:36.930Z Downloaded libefi-sys v0.1.0
14852024-05-13T15:08:36.930Z Downloaded buf-list v1.0.3
14862024-05-13T15:08:36.933Z Downloaded newtype_derive v0.1.6
14872024-05-13T15:08:36.933Z Downloaded is-terminal v0.4.9
14882024-05-13T15:08:36.933Z Downloaded ipnetwork v0.20.0
14892024-05-13T15:08:36.937Z Downloaded inout v0.1.3
14902024-05-13T15:08:36.937Z Downloaded bitflags v1.3.2
14912024-05-13T15:08:36.940Z Downloaded ahash v0.8.8
14922024-05-13T15:08:36.940Z Downloaded lru v0.12.1
14932024-05-13T15:08:36.943Z Downloaded hyper-tls v0.5.0
14942024-05-13T15:08:36.943Z Downloaded byteorder v1.5.0
14952024-05-13T15:08:36.946Z Downloaded iana-time-zone v0.1.57
14962024-05-13T15:08:36.946Z Downloaded humantime v2.1.0
14972024-05-13T15:08:36.950Z Downloaded ciborium-ll v0.2.2
14982024-05-13T15:08:36.950Z Downloaded chacha20 v0.9.1
14992024-05-13T15:08:36.953Z Downloaded cfg-if v1.0.0
15002024-05-13T15:08:36.953Z Downloaded block-buffer v0.10.4
15012024-05-13T15:08:36.953Z Downloaded atty v0.2.14
15022024-05-13T15:08:36.953Z Downloaded home v0.5.5
15032024-05-13T15:08:36.956Z Downloaded backoff v0.4.0
15042024-05-13T15:08:36.956Z Downloaded adler v1.0.2
15052024-05-13T15:08:36.960Z Downloaded ciborium-io v0.2.2
15062024-05-13T15:08:36.960Z Downloaded cfg_aliases v0.1.1
15072024-05-13T15:08:36.960Z Downloaded base16ct v0.2.0
15082024-05-13T15:08:36.960Z Downloaded httparse v1.8.0
15092024-05-13T15:08:36.963Z Downloaded hostname v0.3.1
15102024-05-13T15:08:36.963Z Downloaded bitstruct_derive v0.1.0
15112024-05-13T15:08:36.963Z Downloaded heapless v0.8.0
15122024-05-13T15:08:36.966Z Downloaded arrayvec v0.7.4
15132024-05-13T15:08:36.972Z Downloaded bit-set v0.5.3
15142024-05-13T15:08:36.975Z Downloaded addr2line v0.21.0
15152024-05-13T15:08:36.975Z Downloaded http v1.0.0
15162024-05-13T15:08:36.975Z Downloaded heck v0.3.3
15172024-05-13T15:08:36.979Z Downloaded atomic-waker v1.1.1
15182024-05-13T15:08:36.979Z Downloaded array-init v0.0.4
15192024-05-13T15:08:36.979Z Downloaded async-stream v0.3.5
15202024-05-13T15:08:36.982Z Downloaded aead v0.5.2
15212024-05-13T15:08:36.982Z Downloaded async-recursion v1.1.0
15222024-05-13T15:08:36.985Z Downloaded highway v1.1.0
15232024-05-13T15:08:36.985Z Downloaded heck v0.4.1
15242024-05-13T15:08:36.989Z Downloaded headers-core v0.2.0
15252024-05-13T15:08:36.989Z Downloaded async-trait v0.1.80
15262024-05-13T15:08:36.993Z Downloaded assert_cmd v2.0.14
15272024-05-13T15:08:37.573Z Compiling libc v0.2.153
15282024-05-13T15:08:37.573Z Compiling serde v1.0.201
15292024-05-13T15:08:37.576Z Compiling version_check v0.9.4
15302024-05-13T15:08:37.576Z Checking cfg-if v1.0.0
15312024-05-13T15:08:37.637Z Compiling lock_api v0.4.10
15322024-05-13T15:08:37.640Z Compiling parking_lot_core v0.9.8
15332024-05-13T15:08:37.675Z Compiling syn v2.0.60
15342024-05-13T15:08:37.713Z Compiling once_cell v1.19.0
15352024-05-13T15:08:37.730Z Compiling libm v0.2.7
15362024-05-13T15:08:38.091Z Compiling num-traits v0.2.18
15372024-05-13T15:08:38.110Z Compiling memchr v2.7.1
15382024-05-13T15:08:38.141Z Compiling serde_json v1.0.116
15392024-05-13T15:08:38.177Z Compiling byteorder v1.5.0
15402024-05-13T15:08:38.473Z Compiling ahash v0.8.8
15412024-05-13T15:08:38.666Z Compiling syn v1.0.109
15422024-05-13T15:08:38.872Z Checking log v0.4.21
15432024-05-13T15:08:39.080Z Compiling slab v0.4.9
15442024-05-13T15:08:39.186Z Checking itoa v1.0.9
15452024-05-13T15:08:39.396Z Compiling typenum v1.16.0
15462024-05-13T15:08:39.479Z Checking getrandom v0.2.12
15472024-05-13T15:08:39.504Z Compiling cc v1.0.83
15482024-05-13T15:08:39.708Z Compiling generic-array v0.14.7
15492024-05-13T15:08:39.837Z Checking scopeguard v1.2.0
15502024-05-13T15:08:40.029Z Checking smallvec v1.13.1
15512024-05-13T15:08:40.105Z Compiling allocator-api2 v0.2.16
15522024-05-13T15:08:40.202Z Compiling pkg-config v0.3.27
15532024-05-13T15:08:40.375Z Compiling rustix v0.38.31
15542024-05-13T15:08:40.654Z Compiling schemars v0.8.17
15552024-05-13T15:08:40.861Z Compiling httparse v1.8.0
15562024-05-13T15:08:40.974Z Checking parking_lot v0.12.1
15572024-05-13T15:08:41.015Z Checking pin-project-lite v0.2.13
15582024-05-13T15:08:41.128Z Compiling num-conv v0.1.0
15592024-05-13T15:08:41.242Z Compiling time-core v0.1.2
15602024-05-13T15:08:41.333Z Compiling fnv v1.0.7
15612024-05-13T15:08:41.407Z Compiling time-macros v0.2.17
15622024-05-13T15:08:41.448Z Checking signal-hook-registry v1.4.1
15632024-05-13T15:08:41.614Z Compiling vcpkg v0.2.15
15642024-05-13T15:08:41.725Z Checking mio v0.8.11
15652024-05-13T15:08:42.072Z Compiling heck v0.4.1
15662024-05-13T15:08:42.410Z Checking ryu v1.0.15
15672024-05-13T15:08:42.556Z Compiling aho-corasick v1.1.2
15682024-05-13T15:08:42.583Z Compiling ring v0.17.8
15692024-05-13T15:08:43.834Z Compiling openssl-sys v0.9.102
15702024-05-13T15:08:44.034Z Compiling regex-syntax v0.8.2
15712024-05-13T15:08:44.818Z Compiling serde_derive_internals v0.29.0
15722024-05-13T15:08:46.014Z Checking rand_core v0.6.4
15732024-05-13T15:08:46.064Z Checking num_cpus v1.16.0
15742024-05-13T15:08:46.170Z Checking futures-core v0.3.30
15752024-05-13T15:08:46.251Z Compiling ring v0.16.20
15762024-05-13T15:08:46.336Z Checking socket2 v0.5.6
15772024-05-13T15:08:47.187Z Compiling regex-automata v0.4.5
15782024-05-13T15:08:47.372Z Compiling openssl v0.10.64
15792024-05-13T15:08:47.786Z Compiling slog v2.7.0
15802024-05-13T15:08:48.192Z Compiling ucd-trie v0.1.6
15812024-05-13T15:08:48.272Z Compiling rustversion v1.0.14
15822024-05-13T15:08:48.984Z Compiling crossbeam-utils v0.8.19
15832024-05-13T15:08:49.578Z Compiling rustls v0.21.9
15842024-05-13T15:08:49.735Z Compiling native-tls v0.2.11
15852024-05-13T15:08:49.856Z Compiling iana-time-zone v0.1.57
15862024-05-13T15:08:50.085Z Compiling cookie v0.17.0
15872024-05-13T15:08:50.130Z Checking spin v0.5.2
15882024-05-13T15:08:50.251Z Compiling backtrace v0.3.69
15892024-05-13T15:08:50.327Z Checking futures-sink v0.3.30
15902024-05-13T15:08:50.343Z Compiling dyn-clone v1.0.17
15912024-05-13T15:08:50.450Z Compiling anyhow v1.0.82
15922024-05-13T15:08:50.551Z Checking pin-utils v0.1.0
15932024-05-13T15:08:50.712Z Checking futures-channel v0.3.30
15942024-05-13T15:08:51.167Z Checking futures-task v0.3.30
15952024-05-13T15:08:51.338Z Compiling tinyvec_macros v0.1.1
15962024-05-13T15:08:51.355Z Checking futures-io v0.3.30
15972024-05-13T15:08:51.385Z Compiling thread-id v4.2.0
15982024-05-13T15:08:51.423Z Compiling tinyvec v1.6.0
15992024-05-13T15:08:51.635Z Compiling unicode-bidi v0.3.15
16002024-05-13T15:08:51.685Z Compiling serde_derive v1.0.201
16012024-05-13T15:08:52.333Z Compiling zerocopy-derive v0.7.32
16022024-05-13T15:08:52.477Z Compiling thiserror-impl v1.0.59
16032024-05-13T15:08:52.888Z Compiling zeroize_derive v1.4.2
16042024-05-13T15:08:53.059Z Compiling tokio-macros v2.2.0
16052024-05-13T15:08:53.117Z Compiling futures-macro v0.3.30
16062024-05-13T15:08:53.712Z Compiling tracing-attributes v0.1.27
16072024-05-13T15:08:54.534Z Compiling schemars_derive v0.8.17
16082024-05-13T15:08:54.688Z Compiling zerocopy v0.7.32
16092024-05-13T15:08:54.775Z Compiling regex v1.10.4
16102024-05-13T15:08:55.244Z Checking zeroize v1.7.0
16112024-05-13T15:08:55.519Z Compiling openssl-macros v0.1.1
16122024-05-13T15:08:55.845Z Compiling thiserror v1.0.59
16132024-05-13T15:08:56.095Z Compiling pest v2.7.6
16142024-05-13T15:08:56.357Z Compiling async-trait v0.1.80
16152024-05-13T15:08:56.903Z Compiling hashbrown v0.14.3
16162024-05-13T15:08:57.612Z Compiling scroll_derive v0.12.0
16172024-05-13T15:08:57.690Z Checking futures-util v0.3.30
16182024-05-13T15:08:58.232Z Compiling unicode-normalization v0.1.22
16192024-05-13T15:08:58.585Z Compiling pest_meta v2.7.6
16202024-05-13T15:08:58.846Z Compiling der_derive v0.7.2
16212024-05-13T15:08:59.286Z Compiling errno v0.3.8
16222024-05-13T15:08:59.328Z Compiling unicode-width v0.1.11
16232024-05-13T15:08:59.480Z Compiling crc32fast v1.3.2
16242024-05-13T15:08:59.499Z Compiling either v1.11.0
16252024-05-13T15:08:59.901Z Compiling pest_generator v2.7.6
16262024-05-13T15:08:59.951Z Checking subtle v2.5.0
16272024-05-13T15:09:00.194Z Compiling scroll v0.12.0
16282024-05-13T15:09:00.977Z Compiling usdt-impl v0.5.0
16292024-05-13T15:09:01.418Z Compiling plain v0.2.3
16302024-05-13T15:09:01.584Z Compiling winnow v0.5.15
16312024-05-13T15:09:02.672Z Compiling goblin v0.8.0
16322024-05-13T15:09:03.445Z Compiling spin v0.9.8
16332024-05-13T15:09:03.474Z Compiling pest_derive v2.7.6
16342024-05-13T15:09:03.691Z Compiling tracing-core v0.1.32
16352024-05-13T15:09:03.848Z Compiling pretty-hex v0.4.1
16362024-05-13T15:09:04.033Z Compiling percent-encoding v2.3.1
16372024-05-13T15:09:04.262Z Compiling dtrace-parser v0.2.0
16382024-05-13T15:09:04.702Z Compiling tracing v0.1.40
16392024-05-13T15:09:05.191Z Compiling const-oid v0.9.6
16402024-05-13T15:09:05.235Z Compiling clap_derive v4.5.4
16412024-05-13T15:09:05.340Z Compiling untrusted v0.7.1
16422024-05-13T15:09:05.499Z Checking bytes v1.6.0
16432024-05-13T15:09:06.223Z Checking bitflags v2.4.2
16442024-05-13T15:09:06.309Z Checking tokio v1.37.0
16452024-05-13T15:09:06.735Z Compiling indexmap v2.2.6
16462024-05-13T15:09:07.161Z Compiling serde_tokenstream v0.2.0
16472024-05-13T15:09:08.032Z Compiling uuid v1.8.0
16482024-05-13T15:09:08.119Z Compiling chrono v0.4.38
16492024-05-13T15:09:08.137Z Compiling semver v1.0.22
16502024-05-13T15:09:08.220Z Compiling http v0.2.12
16512024-05-13T15:09:08.882Z Compiling serde_spanned v0.6.5
16522024-05-13T15:09:09.101Z Compiling toml_datetime v0.6.5
16532024-05-13T15:09:09.401Z Compiling rustc_version v0.4.0
16542024-05-13T15:09:10.148Z Compiling toml_edit v0.19.15
16552024-05-13T15:09:10.716Z Compiling openapiv3 v2.0.0
16562024-05-13T15:09:12.046Z Compiling dof v0.3.0
16572024-05-13T15:09:13.284Z Compiling untrusted v0.9.0
16582024-05-13T15:09:13.463Z Compiling powerfmt v0.2.0
16592024-05-13T15:09:13.863Z Compiling signal-hook v0.3.17
16602024-05-13T15:09:14.141Z Compiling foreign-types-shared v0.1.1
16612024-05-13T15:09:14.243Z Compiling foreign-types v0.3.2
16622024-05-13T15:09:14.315Z Compiling deranged v0.3.11
16632024-05-13T15:09:14.398Z Compiling usdt-macro v0.5.0
16642024-05-13T15:09:14.408Z Compiling usdt-attr-macro v0.5.0
16652024-05-13T15:09:15.146Z Compiling form_urlencoded v1.2.1
16662024-05-13T15:09:15.448Z Compiling crypto-common v0.1.6
16672024-05-13T15:09:15.692Z Compiling zerocopy-derive v0.6.6
16682024-05-13T15:09:16.022Z Compiling num_threads v0.1.6
16692024-05-13T15:09:16.149Z Compiling siphasher v0.3.11
16702024-05-13T15:09:16.222Z Compiling try-lock v0.2.4
16712024-05-13T15:09:16.358Z Compiling base64 v0.21.7
16722024-05-13T15:09:16.521Z Compiling want v0.3.1
16732024-05-13T15:09:16.827Z Compiling sct v0.7.0
16742024-05-13T15:09:17.128Z Compiling rustls-webpki v0.101.7
16752024-05-13T15:09:17.158Z Compiling time v0.3.34
16762024-05-13T15:09:17.325Z Compiling tokio-util v0.7.10
16772024-05-13T15:09:18.106Z Compiling http-body v0.4.5
16782024-05-13T15:09:18.531Z Compiling h2 v0.3.26
16792024-05-13T15:09:18.534Z Compiling block-buffer v0.10.4
16802024-05-13T15:09:18.712Z Compiling idna v0.5.0
16812024-05-13T15:09:18.801Z Compiling bzip2-sys v0.1.11+1.0.8
16822024-05-13T15:09:19.018Z Compiling httpdate v1.0.3
16832024-05-13T15:09:19.334Z Compiling tower-service v0.3.2
16842024-05-13T15:09:19.461Z Compiling openssl-probe v0.1.5
16852024-05-13T15:09:19.521Z Compiling url v2.5.0
16862024-05-13T15:09:20.234Z Compiling digest v0.10.7
16872024-05-13T15:09:20.707Z Compiling heapless v0.7.16
16882024-05-13T15:09:20.916Z Compiling idna v0.3.0
16892024-05-13T15:09:21.152Z Compiling lazy_static v1.4.0
16902024-05-13T15:09:22.507Z Checking equivalent v1.0.1
16912024-05-13T15:09:22.600Z Compiling ppv-lite86 v0.2.17
16922024-05-13T15:09:22.618Z Compiling adler v1.0.2
16932024-05-13T15:09:22.641Z Compiling psl-types v2.0.11
16942024-05-13T15:09:22.828Z Compiling publicsuffix v2.2.3
16952024-05-13T15:09:22.831Z Compiling miniz_oxide v0.7.1
16962024-05-13T15:09:23.068Z Compiling crossbeam-epoch v0.9.18
16972024-05-13T15:09:23.342Z Compiling rand_chacha v0.3.1
16982024-05-13T15:09:24.243Z Compiling tokio-native-tls v0.3.1
16992024-05-13T15:09:24.305Z Compiling tokio-rustls v0.24.1
17002024-05-13T15:09:24.501Z Compiling ipnet v2.9.0
17012024-05-13T15:09:24.521Z Compiling bit-vec v0.6.3
17022024-05-13T15:09:24.707Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17032024-05-13T15:09:24.954Z Compiling hyper v0.14.28
17042024-05-13T15:09:25.188Z Compiling cookie_store v0.20.0
17052024-05-13T15:09:25.522Z Compiling rand v0.8.5
17062024-05-13T15:09:25.735Z Compiling rustls-pemfile v1.0.3
17072024-05-13T15:09:26.105Z Compiling phf_shared v0.10.0
17082024-05-13T15:09:26.482Z Compiling serde_urlencoded v0.7.1
17092024-05-13T15:09:26.640Z Compiling encoding_rs v0.8.33
17102024-05-13T15:09:26.679Z Compiling num-bigint v0.4.4
17112024-05-13T15:09:27.046Z Compiling webpki-roots v0.25.2
17122024-05-13T15:09:27.205Z Compiling smoltcp v0.9.1
17132024-05-13T15:09:27.303Z Compiling precomputed-hash v0.1.1
17142024-05-13T15:09:27.422Z Compiling minimal-lexical v0.2.1
17152024-05-13T15:09:27.479Z Compiling mime v0.3.17
17162024-05-13T15:09:27.586Z Compiling fixedbitset v0.4.2
17172024-05-13T15:09:27.938Z Compiling gimli v0.28.0
17182024-05-13T15:09:27.942Z Compiling new_debug_unreachable v1.0.4
17192024-05-13T15:09:27.990Z Compiling base64ct v1.6.0
17202024-05-13T15:09:28.039Z Compiling sync_wrapper v0.1.2
17212024-05-13T15:09:28.095Z Compiling string_cache v0.8.7
17222024-05-13T15:09:28.193Z Compiling nom v7.1.3
17232024-05-13T15:09:28.566Z Compiling pem-rfc7468 v0.7.0
17242024-05-13T15:09:28.569Z Compiling petgraph v0.6.4
17252024-05-13T15:09:29.325Z Compiling bit-set v0.5.3
17262024-05-13T15:09:29.500Z Compiling hmac v0.12.1
17272024-05-13T15:09:29.593Z Compiling itertools v0.10.5
17282024-05-13T15:09:29.740Z Compiling hubpack_derive v0.1.1
17292024-05-13T15:09:29.846Z Compiling enum-as-inner v0.5.1
17302024-05-13T15:09:30.707Z Compiling diesel_table_macro_syntax v0.1.0
17312024-05-13T15:09:30.926Z Compiling object v0.32.1
17322024-05-13T15:09:31.090Z Compiling unicode-segmentation v1.10.1
17332024-05-13T15:09:31.195Z Compiling rustc-demangle v0.1.23
17342024-05-13T15:09:31.824Z Compiling hyper-tls v0.5.0
17352024-05-13T15:09:31.926Z Compiling hyper-rustls v0.24.2
17362024-05-13T15:09:32.132Z Compiling addr2line v0.21.0
17372024-05-13T15:09:32.294Z Compiling reqwest v0.11.27
17382024-05-13T15:09:32.311Z Compiling flagset v0.4.3
17392024-05-13T15:09:32.383Z Compiling lalrpop-util v0.19.12
17402024-05-13T15:09:32.666Z Compiling der v0.7.8
17412024-05-13T15:09:32.722Z Compiling toml_edit v0.22.12
17422024-05-13T15:09:32.746Z Compiling diesel_derives v2.1.2
17432024-05-13T15:09:32.768Z Compiling flate2 v1.0.28
17442024-05-13T15:09:33.552Z Compiling futures-executor v0.3.30
17452024-05-13T15:09:34.110Z Compiling cpufeatures v0.2.12
17462024-05-13T15:09:34.349Z Compiling sha2 v0.10.8
17472024-05-13T15:09:35.044Z Compiling spki v0.7.2
17482024-05-13T15:09:35.395Z Compiling futures v0.3.30
17492024-05-13T15:09:36.015Z Compiling md-5 v0.10.5
17502024-05-13T15:09:36.258Z Compiling toml v0.7.8
17512024-05-13T15:09:36.782Z Compiling hex v0.4.3
17522024-05-13T15:09:37.300Z Compiling stringprep v0.1.3
17532024-05-13T15:09:37.971Z Compiling strum_macros v0.25.2
17542024-05-13T15:09:38.039Z Compiling serde_repr v0.1.16
17552024-05-13T15:09:38.275Z Compiling num-integer v0.1.46
17562024-05-13T15:09:39.076Z Compiling hash32 v0.2.1
17572024-05-13T15:09:39.082Z Compiling stable_deref_trait v1.2.0
17582024-05-13T15:09:39.243Z Compiling fallible-iterator v0.2.0
17592024-05-13T15:09:39.408Z Checking unicode-ident v1.0.12
17602024-05-13T15:09:39.609Z Compiling pkcs8 v0.10.2
17612024-05-13T15:09:39.924Z Compiling postgres-protocol v0.6.6
17622024-05-13T15:09:40.339Z Compiling phf_shared v0.11.2
17632024-05-13T15:09:40.785Z Compiling terminal_size v0.3.0
17642024-05-13T15:09:40.982Z Compiling ff v0.13.0
17652024-05-13T15:09:41.208Z Compiling block-padding v0.3.3
17662024-05-13T15:09:41.213Z Compiling scheduled-thread-pool v0.2.7
17672024-05-13T15:09:41.656Z Compiling base16ct v0.2.0
17682024-05-13T15:09:41.713Z Compiling managed v0.8.0
17692024-05-13T15:09:41.790Z Compiling regex-automata v0.1.10
17702024-05-13T15:09:41.835Z Compiling peg-runtime v0.8.3
17712024-05-13T15:09:41.956Z Compiling bitflags v1.3.2
17722024-05-13T15:09:42.059Z Compiling matches v0.1.10
17732024-05-13T15:09:42.073Z Compiling clap_builder v4.5.2
17742024-05-13T15:09:42.143Z Compiling idna v0.2.3
17752024-05-13T15:09:42.283Z Compiling bstr v0.2.17
17762024-05-13T15:09:42.474Z Compiling sec1 v0.7.3
17772024-05-13T15:09:43.046Z Compiling r2d2 v0.8.10
17782024-05-13T15:09:43.392Z Compiling inout v0.1.3
17792024-05-13T15:09:43.676Z Compiling group v0.13.0
17802024-05-13T15:09:43.790Z Compiling signal-hook-mio v0.2.3
17812024-05-13T15:09:43.947Z Compiling postgres-types v0.2.6
17822024-05-13T15:09:43.993Z Compiling phf v0.11.2
17832024-05-13T15:09:44.021Z Compiling bzip2 v0.4.4
17842024-05-13T15:09:44.310Z Compiling hubpack v0.1.2
17852024-05-13T15:09:44.416Z Compiling hkdf v0.12.4
17862024-05-13T15:09:44.761Z Compiling zerocopy v0.6.6
17872024-05-13T15:09:44.933Z Compiling ipnetwork v0.20.0
17882024-05-13T15:09:45.459Z Compiling crypto-bigint v0.5.2
17892024-05-13T15:09:45.615Z Compiling float-cmp v0.9.0
17902024-05-13T15:09:45.784Z Compiling memmap v0.7.0
17912024-05-13T15:09:45.994Z Compiling whoami v1.5.1
17922024-05-13T15:09:46.140Z Compiling normalize-line-endings v0.3.0
17932024-05-13T15:09:46.265Z Compiling predicates-core v1.0.6
17942024-05-13T15:09:46.621Z Compiling static_assertions v1.1.0
17952024-05-13T15:09:46.642Z Compiling data-encoding v2.4.0
17962024-05-13T15:09:46.720Z Compiling difflib v0.4.0
17972024-05-13T15:09:47.505Z Compiling elliptic-curve v0.13.8
17982024-05-13T15:09:47.549Z Compiling trust-dns-proto v0.22.0
17992024-05-13T15:09:48.290Z Compiling predicates v3.1.0
18002024-05-13T15:09:48.350Z Compiling yasna v0.5.2
18012024-05-13T15:09:48.814Z Compiling diesel v2.1.6
18022024-05-13T15:09:48.819Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18032024-05-13T15:09:48.915Z Compiling tokio-postgres v0.7.10
18042024-05-13T15:09:50.239Z Compiling usdt v0.5.0
18052024-05-13T15:09:50.737Z Compiling clap v4.5.4
18062024-05-13T15:09:50.851Z Compiling zip v0.6.6
18072024-05-13T15:09:51.492Z Compiling crossterm v0.27.0
18082024-05-13T15:09:52.218Z Compiling cipher v0.4.4
18092024-05-13T15:09:52.223Z Compiling similar v2.4.0
18102024-05-13T15:09:52.920Z Checking proc-macro2 v1.0.81
18112024-05-13T15:09:53.595Z Compiling num-iter v0.1.44
18122024-05-13T15:09:53.771Z Compiling console v0.15.8
18132024-05-13T15:09:53.788Z Compiling tokio-stream v0.1.15
18142024-05-13T15:09:54.349Z Compiling bstr v1.9.0
18152024-05-13T15:09:54.707Z Checking quote v1.0.36
18162024-05-13T15:09:59.858Z Checking utf8parse v0.2.1
18172024-05-13T15:10:02.695Z Checking anstyle v1.0.7
18182024-05-13T15:10:04.393Z Checking anstyle-parse v0.2.1
18192024-05-13T15:10:04.555Z Checking colorchoice v1.0.0
18202024-05-13T15:10:04.620Z Checking anstyle-query v1.0.0
18212024-05-13T15:10:04.740Z Checking anstream v0.6.11
18222024-05-13T15:10:05.072Z Checking clap_lex v0.7.0
18232024-05-13T15:10:05.090Z Checking strsim v0.11.0
18242024-05-13T15:10:08.610Z Checking winnow v0.6.1
18252024-05-13T15:10:17.291Z Compiling regress v0.9.1
18262024-05-13T15:10:17.938Z Compiling getopts v0.2.21
18272024-05-13T15:10:18.155Z Checking heck v0.5.0
18282024-05-13T15:10:18.342Z Compiling unsafe-libyaml v0.2.10
18292024-05-13T15:10:18.948Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
18302024-05-13T15:10:19.579Z Checking is-terminal v0.4.9
18312024-05-13T15:10:19.689Z Compiling serde_yaml v0.9.25
18322024-05-13T15:10:19.937Z Checking camino v1.1.6
18332024-05-13T15:10:20.219Z Checking base64 v0.22.1
18342024-05-13T15:10:20.230Z Compiling ident_case v1.0.1
18352024-05-13T15:10:20.388Z Compiling strsim v0.10.0
18362024-05-13T15:10:20.450Z Compiling rayon-core v1.12.1
18372024-05-13T15:10:20.684Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
18382024-05-13T15:10:20.754Z Compiling darling_core v0.20.8
18392024-05-13T15:10:21.151Z Checking sha1 v0.10.6
18402024-05-13T15:10:21.415Z Checking http v1.0.0
18412024-05-13T15:10:22.273Z Compiling paste v1.0.14
18422024-05-13T15:10:22.775Z Compiling strum_macros v0.26.1
18432024-05-13T15:10:22.855Z Checking match_cfg v0.1.0
18442024-05-13T15:10:22.939Z Checking rustls-pki-types v1.3.0
18452024-05-13T15:10:23.339Z Checking fastrand v2.0.1
18462024-05-13T15:10:23.650Z Checking tempfile v3.10.1
18472024-05-13T15:10:23.895Z Checking hostname v0.3.1
18482024-05-13T15:10:24.008Z Checking dirs-sys-next v0.1.2
18492024-05-13T15:10:24.027Z Checking quick-error v1.2.3
18502024-05-13T15:10:24.077Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18512024-05-13T15:10:24.157Z Checking crossbeam-channel v0.5.8
18522024-05-13T15:10:24.174Z Checking dirs-next v2.0.0
18532024-05-13T15:10:24.296Z Checking thread_local v1.1.7
18542024-05-13T15:10:24.518Z Compiling slog-async v2.8.0
18552024-05-13T15:10:24.580Z Compiling rustls v0.22.4
18562024-05-13T15:10:24.894Z Checking term v0.7.0
18572024-05-13T15:10:24.907Z Checking rustls-webpki v0.102.1
18582024-05-13T15:10:25.102Z Checking instant v0.1.12
18592024-05-13T15:10:25.211Z Checking take_mut v0.2.2
18602024-05-13T15:10:25.227Z Checking rustls-pemfile v2.1.2
18612024-05-13T15:10:25.309Z Checking slog-term v2.9.1
18622024-05-13T15:10:25.469Z Compiling blake3 v1.5.0
18632024-05-13T15:10:25.638Z Compiling multer v3.1.0
18642024-05-13T15:10:25.789Z Checking debug-ignore v1.0.5
18652024-05-13T15:10:25.918Z Checking toml v0.8.12
18662024-05-13T15:10:26.008Z Checking slog-json v2.6.1
18672024-05-13T15:10:26.258Z Compiling crossbeam-deque v0.8.3
18682024-05-13T15:10:26.371Z Compiling async-stream-impl v0.3.5
18692024-05-13T15:10:26.615Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18702024-05-13T15:10:26.689Z Checking atomic-waker v1.1.1
18712024-05-13T15:10:26.920Z Compiling same-file v1.0.6
18722024-05-13T15:10:27.389Z Compiling walkdir v2.5.0
18732024-05-13T15:10:27.894Z Checking async-stream v0.3.5
18742024-05-13T15:10:27.912Z Compiling darling_macro v0.20.8
18752024-05-13T15:10:28.047Z Checking waitgroup v0.1.2
18762024-05-13T15:10:28.079Z Checking slog-bunyan v2.5.0
18772024-05-13T15:10:28.110Z Checking strum v0.26.2
18782024-05-13T15:10:28.256Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18792024-05-13T15:10:28.327Z Checking serde_path_to_error v0.1.16
18802024-05-13T15:10:28.549Z Checking hostname v0.4.0
18812024-05-13T15:10:28.885Z Compiling rayon v1.10.0
18822024-05-13T15:10:28.956Z Compiling darling v0.20.8
18832024-05-13T15:10:29.075Z Compiling filetime v0.2.23
18842024-05-13T15:10:29.255Z Checking tokio-rustls v0.25.0
18852024-05-13T15:10:29.400Z Compiling memmap2 v0.7.1
18862024-05-13T15:10:29.610Z Compiling xattr v1.0.1
18872024-05-13T15:10:29.717Z Compiling home v0.5.5
18882024-05-13T15:10:29.808Z Compiling constant_time_eq v0.3.0
18892024-05-13T15:10:29.835Z Compiling arrayref v0.3.7
18902024-05-13T15:10:29.880Z Compiling arrayvec v0.7.4
18912024-05-13T15:10:29.927Z Compiling toolchain_find v0.4.0
18922024-05-13T15:10:29.967Z Compiling tar v0.4.40
18932024-05-13T15:10:29.982Z Compiling camino-tempfile v1.1.1
18942024-05-13T15:10:30.247Z Compiling serde_with_macros v3.7.0
18952024-05-13T15:10:30.989Z Compiling topological-sort v0.2.2
18962024-05-13T15:10:31.206Z Checking newtype-uuid v1.1.0
18972024-05-13T15:10:31.434Z Compiling rustfmt-wrapper v0.2.1
18982024-05-13T15:10:32.077Z Checking wait-timeout v0.2.0
18992024-05-13T15:10:32.136Z Compiling structmeta-derive v0.3.0
19002024-05-13T15:10:32.181Z Compiling structmeta-derive v0.2.0
19012024-05-13T15:10:32.256Z Checking rusty-fork v0.3.0
19022024-05-13T15:10:32.537Z Checking rand_xorshift v0.3.0
19032024-05-13T15:10:32.703Z Checking unarray v0.1.4
19042024-05-13T15:10:32.849Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
19052024-05-13T15:10:33.151Z Checking proptest v1.4.0
19062024-05-13T15:10:33.831Z Checking serde_with v3.7.0
19072024-05-13T15:10:34.060Z Compiling omicron-zone-package v0.11.0
19082024-05-13T15:10:35.146Z Checking backoff v0.4.0
19092024-05-13T15:10:35.211Z Compiling structmeta v0.3.0
19102024-05-13T15:10:35.306Z Compiling structmeta v0.2.0
19112024-05-13T15:10:35.434Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19122024-05-13T15:10:35.631Z Compiling parse-display-derive v0.9.0
19132024-05-13T15:10:35.727Z Compiling test-strategy v0.3.1
19142024-05-13T15:10:36.221Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19152024-05-13T15:10:36.362Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19162024-05-13T15:10:36.640Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19172024-05-13T15:10:37.146Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19182024-05-13T15:10:37.297Z Checking macaddr v1.0.1
19192024-05-13T15:10:37.455Z Compiling proc-macro-error-attr v1.0.4
19202024-05-13T15:10:37.626Z Compiling proc-macro-error v1.0.4
19212024-05-13T15:10:37.656Z Compiling proc-macro-crate v1.3.1
19222024-05-13T15:10:38.088Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19232024-05-13T15:10:38.711Z Compiling num_enum_derive v0.5.11
19242024-05-13T15:10:38.728Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19252024-05-13T15:10:38.923Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
19262024-05-13T15:10:39.039Z Compiling foreign-types-macros v0.2.3
19272024-05-13T15:10:39.817Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19282024-05-13T15:10:39.826Z Checking foreign-types-shared v0.3.1
19292024-05-13T15:10:39.936Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19302024-05-13T15:10:39.992Z Checking cstr-argument v0.1.2
19312024-05-13T15:10:40.158Z Checking pretty-hex v0.2.1
19322024-05-13T15:10:40.312Z Checking foreign-types v0.5.0
19332024-05-13T15:10:40.322Z Checking tabwriter v1.4.0
19342024-05-13T15:10:40.405Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19352024-05-13T15:10:40.470Z Checking parse-display v0.9.0
19362024-05-13T15:10:40.488Z Checking colored v2.1.0
19372024-05-13T15:10:40.540Z Checking socket2 v0.4.9
19382024-05-13T15:10:40.676Z Checking smf v0.2.3
19392024-05-13T15:10:40.681Z Checking humantime v2.1.0
19402024-05-13T15:10:40.789Z Checking termcolor v1.2.0
19412024-05-13T15:10:40.909Z Checking arc-swap v1.6.0
19422024-05-13T15:10:40.950Z Checking utf-8 v0.7.6
19432024-05-13T15:10:40.954Z Checking newline-converter v0.3.0
19442024-05-13T15:10:41.149Z Checking tungstenite v0.20.1
19452024-05-13T15:10:41.273Z Checking expectorate v1.1.0
19462024-05-13T15:10:41.332Z Checking slog-scope v4.4.0
19472024-05-13T15:10:41.413Z Compiling heapless v0.8.0
19482024-05-13T15:10:41.428Z Checking num_enum v0.5.11
19492024-05-13T15:10:41.512Z Checking slog-stdlog v4.1.1
19502024-05-13T15:10:41.561Z Checking termtree v0.4.1
19512024-05-13T15:10:41.637Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19522024-05-13T15:10:41.721Z Checking slog-envlogger v2.2.0
19532024-05-13T15:10:41.813Z Checking predicates-tree v1.0.9
19542024-05-13T15:10:41.920Z Checking hash32 v0.3.1
19552024-05-13T15:10:41.935Z Compiling smoltcp v0.11.0
19562024-05-13T15:10:41.959Z Checking embedded-io v0.4.0
19572024-05-13T15:10:41.990Z Checking tokio-tungstenite v0.20.1
19582024-05-13T15:10:42.087Z Compiling crucible-workspace-hack v0.1.0
19592024-05-13T15:10:42.103Z Checking cobs v0.2.3
19602024-05-13T15:10:42.160Z Checking sigpipe v0.1.3
19612024-05-13T15:10:42.265Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19622024-05-13T15:10:42.279Z Checking postcard v1.0.8
19632024-05-13T15:10:42.385Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19642024-05-13T15:10:42.527Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19652024-05-13T15:10:42.545Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19662024-05-13T15:10:42.626Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19672024-05-13T15:10:42.669Z Checking atty v0.2.14
19682024-05-13T15:10:42.789Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19692024-05-13T15:10:42.982Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19702024-05-13T15:10:42.999Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19712024-05-13T15:10:43.334Z Compiling num-derive v0.4.0
19722024-05-13T15:10:43.430Z Compiling mockall_derive v0.12.1
19732024-05-13T15:10:43.639Z Checking fragile v2.0.0
19742024-05-13T15:10:43.855Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
19752024-05-13T15:10:43.986Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
19762024-05-13T15:10:44.468Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19772024-05-13T15:10:44.509Z Checking downcast v0.11.0
19782024-05-13T15:10:44.645Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19792024-05-13T15:10:44.701Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19802024-05-13T15:10:44.766Z Checking pem v3.0.4
19812024-05-13T15:10:44.946Z Checking env_logger v0.9.3
19822024-05-13T15:10:45.023Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19832024-05-13T15:10:45.371Z Compiling bitstruct_derive v0.1.0
19842024-05-13T15:10:45.380Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19852024-05-13T15:10:45.402Z Checking ascii v1.1.0
19862024-05-13T15:10:45.491Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19872024-05-13T15:10:45.634Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19882024-05-13T15:10:45.687Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19892024-05-13T15:10:45.714Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19902024-05-13T15:10:45.770Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19912024-05-13T15:10:45.848Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19922024-05-13T15:10:45.992Z Checking erased-serde v0.3.31
19932024-05-13T15:10:46.100Z Checking serde_arrays v0.1.0
19942024-05-13T15:10:46.121Z Compiling heck v0.3.3
19952024-05-13T15:10:46.146Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19962024-05-13T15:10:46.240Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19972024-05-13T15:10:46.530Z Compiling zone_cfg_derive v0.1.2
19982024-05-13T15:10:46.569Z Checking tungstenite v0.21.0
19992024-05-13T15:10:46.608Z Checking base64 v0.13.1
20002024-05-13T15:10:46.805Z Checking bitstruct v0.1.1
20012024-05-13T15:10:47.186Z Checking ron v0.7.1
20022024-05-13T15:10:47.193Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20032024-05-13T15:10:47.520Z Checking tokio-tungstenite v0.21.0
20042024-05-13T15:10:47.570Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20052024-05-13T15:10:47.988Z Checking headers-core v0.2.0
20062024-05-13T15:10:48.119Z Checking zone v0.1.8
20072024-05-13T15:10:48.143Z Checking portpicker v0.1.1
20082024-05-13T15:10:48.153Z Checking headers v0.3.9
20092024-05-13T15:10:48.272Z Checking rcgen v0.12.1
20102024-05-13T15:10:48.675Z Checking atomicwrites v0.4.3
20112024-05-13T15:10:48.789Z Checking subprocess v0.2.9
20122024-05-13T15:10:48.863Z Checking linked-hash-map v0.5.6
20132024-05-13T15:10:48.949Z Checking password-hash v0.5.0
20142024-05-13T15:10:48.953Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20152024-05-13T15:10:49.179Z Checking lru-cache v0.1.2
20162024-05-13T15:10:49.203Z Checking blake2 v0.10.6
20172024-05-13T15:10:49.221Z Checking swrite v0.1.0
20182024-05-13T15:10:49.301Z Checking itertools v0.12.1
20192024-05-13T15:10:49.334Z Compiling derive-where v1.2.7
20202024-05-13T15:10:49.353Z Checking resolv-conf v0.7.0
20212024-05-13T15:10:49.385Z Checking half v2.3.1
20222024-05-13T15:10:49.628Z Checking argon2 v0.5.3
20232024-05-13T15:10:49.699Z Checking trust-dns-resolver v0.22.0
20242024-05-13T15:10:49.840Z Compiling cancel-safe-futures v0.1.5
20252024-05-13T15:10:50.187Z Checking ciborium-io v0.2.2
20262024-05-13T15:10:50.270Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20272024-05-13T15:10:50.303Z Checking ciborium-ll v0.2.2
20282024-05-13T15:10:50.621Z Checking ciborium v0.2.2
20292024-05-13T15:10:51.071Z Checking bytecount v0.6.3
20302024-05-13T15:10:51.132Z Compiling tabled_derive v0.7.0
20312024-05-13T15:10:51.214Z Checking papergrid v0.11.0
20322024-05-13T15:10:51.527Z Checking mockall v0.12.1
20332024-05-13T15:10:51.544Z Compiling slog-dtrace v0.3.0
20342024-05-13T15:10:51.805Z Compiling semver v0.1.20
20352024-05-13T15:10:51.943Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20362024-05-13T15:10:51.960Z Checking libsw v3.3.1
20372024-05-13T15:10:52.228Z Compiling rustc_version v0.1.7
20382024-05-13T15:10:52.250Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20392024-05-13T15:10:52.293Z Checking owo-colors v4.0.0
20402024-05-13T15:10:52.496Z Checking linear-map v1.2.0
20412024-05-13T15:10:52.718Z Compiling newtype_derive v0.1.6
20422024-05-13T15:10:52.808Z Compiling num-rational v0.4.1
20432024-05-13T15:10:52.979Z Compiling unicode-xid v0.2.4
20442024-05-13T15:10:53.148Z Compiling radium v0.7.0
20452024-05-13T15:10:53.164Z Checking num-complex v0.4.5
20462024-05-13T15:10:53.193Z Checking steno v0.4.0
20472024-05-13T15:10:53.617Z Checking nibble_vec v0.1.0
20482024-05-13T15:10:53.759Z Checking tabled v0.15.0
20492024-05-13T15:10:53.792Z Compiling maybe-uninit v2.0.0
20502024-05-13T15:10:53.964Z Checking endian-type v0.1.2
20512024-05-13T15:10:54.026Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20522024-05-13T15:10:54.032Z Checking tap v1.0.1
20532024-05-13T15:10:54.178Z Checking radix_trie v0.2.1
20542024-05-13T15:10:54.195Z Checking wyz v0.5.1
20552024-05-13T15:10:54.383Z Checking num v0.4.2
20562024-05-13T15:10:54.579Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20572024-05-13T15:10:54.595Z Checking fxhash v0.2.1
20582024-05-13T15:10:54.761Z Checking funty v2.0.0
20592024-05-13T15:10:54.854Z Compiling packed_struct v0.10.1
20602024-05-13T15:10:55.298Z Checking crc-catalog v2.2.0
20612024-05-13T15:10:55.375Z Compiling num-bigint-dig v0.8.4
20622024-05-13T15:10:55.425Z Checking crc v3.0.1
20632024-05-13T15:10:55.700Z Compiling packed_struct_codegen v0.10.1
20642024-05-13T15:10:55.730Z Checking bitvec v1.0.1
20652024-05-13T15:10:55.764Z Compiling indexmap v1.9.3
20662024-05-13T15:10:55.782Z Checking nodrop v0.1.14
20672024-05-13T15:10:55.800Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20682024-05-13T15:10:55.896Z Checking array-init v0.0.4
20692024-05-13T15:10:56.070Z Checking smallvec v0.6.14
20702024-05-13T15:10:56.088Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20712024-05-13T15:10:56.571Z Checking pkcs1 v0.7.5
20722024-05-13T15:10:56.830Z Checking signature v2.1.0
20732024-05-13T15:10:56.854Z Checking bitfield v0.14.0
20742024-05-13T15:10:56.996Z Checking hashbrown v0.12.3
20752024-05-13T15:10:57.009Z Checking serde-hex v0.1.0
20762024-05-13T15:10:57.117Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20772024-05-13T15:10:57.369Z Checking env_logger v0.10.0
20782024-05-13T15:10:57.811Z Checking x509-cert v0.2.4
20792024-05-13T15:10:58.583Z Checking rsa v0.9.2
20802024-05-13T15:10:58.691Z Checking ron v0.8.1
20812024-05-13T15:10:58.707Z Checking hashbrown v0.13.2
20822024-05-13T15:10:58.781Z Checking crc-any v2.4.3
20832024-05-13T15:10:59.129Z Checking display-error-chain v0.2.0
20842024-05-13T15:10:59.273Z Checking path-slash v0.1.5
20852024-05-13T15:10:59.354Z Compiling convert_case v0.4.0
20862024-05-13T15:10:59.417Z Compiling async-recursion v1.1.0
20872024-05-13T15:10:59.572Z Compiling buf-list v1.0.3
20882024-05-13T15:10:59.706Z Checking object v0.30.4
20892024-05-13T15:10:59.900Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20902024-05-13T15:11:00.158Z Checking maplit v1.0.2
20912024-05-13T15:11:00.268Z Checking gethostname v0.4.3
20922024-05-13T15:11:00.303Z Compiling derive_more v0.99.17
20932024-05-13T15:11:00.410Z Compiling libefi-sys v0.1.0
20942024-05-13T15:11:00.549Z Compiling parking_lot_core v0.8.6
20952024-05-13T15:11:00.718Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20962024-05-13T15:11:01.198Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20972024-05-13T15:11:01.237Z Checking keccak v0.1.4
20982024-05-13T15:11:01.288Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20992024-05-13T15:11:01.352Z Checking parking_lot v0.11.2
21002024-05-13T15:11:01.423Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21012024-05-13T15:11:01.515Z Checking sha3 v0.10.8
21022024-05-13T15:11:01.702Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21032024-05-13T15:11:01.718Z Checking trust-dns-client v0.22.0
21042024-05-13T15:11:01.796Z Compiling synstructure v0.12.6
21052024-05-13T15:11:01.882Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21062024-05-13T15:11:01.923Z Checking toml v0.5.11
21072024-05-13T15:11:01.927Z Checking secrecy v0.8.0
21082024-05-13T15:11:02.146Z Compiling pin-project-internal v1.1.3
21092024-05-13T15:11:02.940Z Checking sled v0.34.7
21102024-05-13T15:11:03.398Z Checking trust-dns-server v0.22.1
21112024-05-13T15:11:03.607Z Compiling zerocopy-derive v0.2.0
21122024-05-13T15:11:05.450Z Checking pin-project v1.1.3
21132024-05-13T15:11:05.564Z Compiling vte_generate_state_changes v0.1.1
21142024-05-13T15:11:05.606Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
21152024-05-13T15:11:05.628Z Checking fd-lock v4.0.2
21162024-05-13T15:11:05.722Z Checking glob v0.3.1
21172024-05-13T15:11:05.918Z Compiling usdt-impl v0.3.5
21182024-05-13T15:11:05.934Z Checking nu-ansi-term v0.50.0
21192024-05-13T15:11:05.990Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21202024-05-13T15:11:06.209Z Checking vte v0.11.1
21212024-05-13T15:11:06.313Z Compiling zerocopy v0.3.0
21222024-05-13T15:11:06.347Z Compiling prettyplease v0.2.19
21232024-05-13T15:11:06.405Z Compiling platforms v3.0.2
21242024-05-13T15:11:06.696Z Compiling dtrace-parser v0.1.14
21252024-05-13T15:11:06.757Z Compiling snafu-derive v0.8.2
21262024-05-13T15:11:07.168Z Compiling dof v0.1.5
21272024-05-13T15:11:07.618Z Checking strip-ansi-escapes v0.2.0
21282024-05-13T15:11:07.767Z Checking reedline v0.31.0
21292024-05-13T15:11:08.132Z Checking globset v0.4.13
21302024-05-13T15:11:08.620Z Checking olpc-cjson v0.1.3
21312024-05-13T15:11:08.645Z Compiling serde_tokenstream v0.1.7
21322024-05-13T15:11:08.822Z Checking serde_plain v1.0.2
21332024-05-13T15:11:09.068Z Compiling memoffset v0.7.1
21342024-05-13T15:11:09.111Z Checking typed-path v0.7.0
21352024-05-13T15:11:09.398Z Compiling crunchy v0.2.2
21362024-05-13T15:11:09.914Z Compiling curve25519-dalek v4.1.2
21372024-05-13T15:11:09.949Z Checking fs-err v2.11.0
21382024-05-13T15:11:10.190Z Compiling clang-sys v1.6.1
21392024-05-13T15:11:10.415Z Compiling unicase v2.7.0
21402024-05-13T15:11:10.438Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
21412024-05-13T15:11:10.711Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21422024-05-13T15:11:10.726Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21432024-05-13T15:11:10.750Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21442024-05-13T15:11:10.915Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21452024-05-13T15:11:11.923Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21462024-05-13T15:11:12.225Z Compiling tiny-keccak v2.0.2
21472024-05-13T15:11:12.523Z Checking parse-size v1.0.0
21482024-05-13T15:11:12.540Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21492024-05-13T15:11:12.584Z Checking snafu v0.8.2
21502024-05-13T15:11:13.071Z Checking tough v0.17.1
21512024-05-13T15:11:13.802Z Compiling usdt-macro v0.3.5
21522024-05-13T15:11:14.510Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21532024-05-13T15:11:14.681Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21542024-05-13T15:11:15.048Z Compiling usdt-attr-macro v0.3.5
21552024-05-13T15:11:15.248Z Checking universal-hash v0.5.1
21562024-05-13T15:11:15.266Z Compiling thiserror-impl-no-std v2.0.2
21572024-05-13T15:11:15.401Z Compiling curve25519-dalek-derive v0.1.0
21582024-05-13T15:11:15.431Z Checking nanorand v0.7.0
21592024-05-13T15:11:15.814Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21602024-05-13T15:11:16.125Z Checking signature v1.6.4
21612024-05-13T15:11:16.254Z Compiling salty v0.2.0
21622024-05-13T15:11:16.596Z Checking opaque-debug v0.3.0
21632024-05-13T15:11:16.694Z Compiling cfg_aliases v0.1.1
21642024-05-13T15:11:16.796Z Compiling nix v0.28.0
21652024-05-13T15:11:16.827Z Checking poly1305 v0.8.0
21662024-05-13T15:11:16.850Z Checking usdt v0.3.5
21672024-05-13T15:11:17.044Z Checking ed25519 v1.5.3
21682024-05-13T15:11:17.249Z Checking flume v0.11.0
21692024-05-13T15:11:17.265Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21702024-05-13T15:11:17.302Z Compiling ascii-canvas v3.0.0
21712024-05-13T15:11:17.697Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21722024-05-13T15:11:17.726Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21732024-05-13T15:11:17.802Z Checking chacha20 v0.9.1
21742024-05-13T15:11:18.034Z Checking aead v0.5.2
21752024-05-13T15:11:18.227Z Checking serde-big-array v0.5.1
21762024-05-13T15:11:18.230Z Checking kstat-rs v0.2.3
21772024-05-13T15:11:18.258Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21782024-05-13T15:11:18.262Z Compiling ena v0.14.2
21792024-05-13T15:11:18.424Z Compiling libloading v0.7.4
21802024-05-13T15:11:18.626Z Checking thiserror-no-std v2.0.2
21812024-05-13T15:11:18.731Z Compiling bindgen v0.69.2
21822024-05-13T15:11:18.757Z Compiling diff v0.1.13
21832024-05-13T15:11:18.779Z Compiling regex-syntax v0.6.29
21842024-05-13T15:11:18.814Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21852024-05-13T15:11:19.121Z Checking vsss-rs v3.3.4
21862024-05-13T15:11:19.152Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21872024-05-13T15:11:19.437Z Checking chacha20poly1305 v0.10.1
21882024-05-13T15:11:19.998Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21892024-05-13T15:11:20.095Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21902024-05-13T15:11:20.355Z Checking signal-hook-tokio v0.3.1
21912024-05-13T15:11:20.530Z Compiling cexpr v0.6.0
21922024-05-13T15:11:21.026Z Checking serde-big-array v0.4.1
21932024-05-13T15:11:21.193Z Compiling which v4.4.0
21942024-05-13T15:11:21.865Z Compiling lalrpop v0.19.12
21952024-05-13T15:11:22.150Z Compiling rustc-hash v1.1.0
21962024-05-13T15:11:22.296Z Compiling peeking_take_while v0.1.2
21972024-05-13T15:11:22.367Z Compiling shlex v1.3.0
21982024-05-13T15:11:22.427Z Compiling ref-cast v1.0.22
21992024-05-13T15:11:22.648Z Compiling lazycell v1.3.0
22002024-05-13T15:11:22.807Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22012024-05-13T15:11:23.208Z Compiling mime_guess v2.0.4
22022024-05-13T15:11:24.535Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22032024-05-13T15:11:24.649Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22042024-05-13T15:11:24.952Z Compiling derive_builder_core v0.20.0
22052024-05-13T15:11:26.331Z Compiling peg-macros v0.8.3
22062024-05-13T15:11:26.789Z Compiling ref-cast-impl v1.0.22
22072024-05-13T15:11:27.400Z Compiling sqlparser_derive v0.2.2
22082024-05-13T15:11:28.084Z Compiling libxml v0.3.3
22092024-05-13T15:11:28.546Z Checking unicode_categories v0.1.1
22102024-05-13T15:11:28.605Z Checking corncobs v0.1.3
22112024-05-13T15:11:28.649Z Checking rustyline v14.0.0
22122024-05-13T15:11:28.779Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22132024-05-13T15:11:28.818Z Checking sqlformat v0.2.3
22142024-05-13T15:11:28.965Z Checking sqlparser v0.45.0
22152024-05-13T15:11:30.293Z Checking peg v0.8.3
22162024-05-13T15:11:30.350Z Compiling derive_builder_macro v0.20.0
22172024-05-13T15:11:30.425Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22182024-05-13T15:11:30.711Z Checking bcs v0.1.6
22192024-05-13T15:11:31.158Z Compiling strum_macros v0.24.3
22202024-05-13T15:11:31.240Z Compiling cookie v0.18.1
22212024-05-13T15:11:31.544Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22222024-05-13T15:11:31.892Z Compiling indoc v1.0.9
22232024-05-13T15:11:32.042Z Checking highway v1.1.0
22242024-05-13T15:11:32.604Z Checking derive_builder v0.20.0
22252024-05-13T15:11:33.407Z Compiling const_format_proc_macros v0.2.32
22262024-05-13T15:11:34.788Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22272024-05-13T15:11:34.948Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22282024-05-13T15:11:35.090Z Checking bb8 v0.8.3
22292024-05-13T15:11:35.125Z Checking quick-xml v0.31.0
22302024-05-13T15:11:35.197Z Compiling oso-derive v0.27.3
22312024-05-13T15:11:35.521Z Compiling impl-trait-for-tuples v0.2.2
22322024-05-13T15:11:35.738Z Checking http-range v0.1.5
22332024-05-13T15:11:35.907Z Checking hyper-staticfile v0.9.5
22342024-05-13T15:11:36.302Z Checking const_format v0.2.32
22352024-05-13T15:11:36.320Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22362024-05-13T15:11:36.857Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22372024-05-13T15:11:37.370Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22382024-05-13T15:11:37.598Z Checking assert_matches v1.5.0
22392024-05-13T15:11:37.686Z Checking rand_seeder v0.2.3
22402024-05-13T15:11:37.907Z Compiling portable-atomic v1.4.3
22412024-05-13T15:11:38.343Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22422024-05-13T15:11:38.564Z Checking number_prefix v0.4.0
22432024-05-13T15:11:38.758Z Checking castaway v0.2.2
22442024-05-13T15:11:38.908Z Checking compact_str v0.7.1
22452024-05-13T15:11:39.295Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22462024-05-13T15:11:39.598Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22472024-05-13T15:11:39.637Z Checking lru v0.12.1
22482024-05-13T15:11:39.806Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22492024-05-13T15:11:39.878Z Compiling stability v0.2.0
22502024-05-13T15:11:39.895Z Compiling indoc v2.0.3
22512024-05-13T15:11:40.033Z Checking indicatif v0.17.8
22522024-05-13T15:11:40.782Z Checking cassowary v0.3.0
22532024-05-13T15:11:41.390Z Checking smawk v0.3.1
22542024-05-13T15:11:41.394Z Checking unicode-linebreak v0.1.5
22552024-05-13T15:11:41.395Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22562024-05-13T15:11:41.395Z Checking is_ci v1.2.0
22572024-05-13T15:11:41.395Z Checking ratatui v0.26.2
22582024-05-13T15:11:41.395Z Checking supports-color v3.0.0
22592024-05-13T15:11:41.451Z Checking textwrap v0.16.1
22602024-05-13T15:11:41.465Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22612024-05-13T15:11:41.479Z Checking fatfs v0.3.6
22622024-05-13T15:11:41.861Z Checking rtoolbox v0.0.1
22632024-05-13T15:11:42.054Z Checking rpassword v7.3.1
22642024-05-13T15:11:42.192Z Checking shell-words v1.1.0
22652024-05-13T15:11:42.367Z Checking yansi v0.5.1
22662024-05-13T15:11:42.641Z Compiling target-lexicon v0.12.13
22672024-05-13T15:11:42.703Z Checking pretty_assertions v1.4.0
22682024-05-13T15:11:42.888Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22692024-05-13T15:11:43.187Z Compiling doc-comment v0.3.3
22702024-05-13T15:11:43.697Z Compiling guppy-workspace-hack v0.1.0
22712024-05-13T15:11:43.756Z Checking plotters-backend v0.3.5
22722024-05-13T15:11:44.109Z Checking plotters-svg v0.3.5
22732024-05-13T15:11:44.154Z Checking tui-tree-widget v0.19.0
22742024-05-13T15:11:44.441Z Checking http-body v1.0.0
22752024-05-13T15:11:44.457Z Checking cast v0.3.0
22762024-05-13T15:11:44.599Z Compiling target-spec v3.1.0
22772024-05-13T15:11:44.639Z Compiling assert_cmd v2.0.14
22782024-05-13T15:11:44.749Z Checking tower-layer v0.3.2
22792024-05-13T15:11:44.849Z Checking cfg-expr v0.15.6
22802024-05-13T15:11:45.002Z Checking tower v0.4.13
22812024-05-13T15:11:45.060Z Checking criterion-plot v0.5.0
22822024-05-13T15:11:45.166Z Checking hyper v1.1.0
22832024-05-13T15:11:45.666Z Checking plotters v0.3.5
22842024-05-13T15:11:45.749Z Checking tinytemplate v1.2.1
22852024-05-13T15:11:45.769Z Checking cargo-platform v0.1.3
22862024-05-13T15:11:46.056Z Checking anes v0.1.6
22872024-05-13T15:11:46.133Z Checking oorandom v11.1.3
22882024-05-13T15:11:46.286Z Checking cargo_metadata v0.18.1
22892024-05-13T15:11:46.317Z Checking hyper-util v0.1.2
22902024-05-13T15:11:46.772Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22912024-05-13T15:11:47.175Z Checking rustls-native-certs v0.7.0
22922024-05-13T15:11:47.321Z Checking httptest v0.15.5
22932024-05-13T15:11:47.537Z Checking criterion v0.5.1
22942024-05-13T15:11:47.830Z Checking pathdiff v0.2.1
22952024-05-13T15:11:47.903Z Checking nested v0.1.1
22962024-05-13T15:11:47.977Z Checking hyper-rustls v0.26.0
22972024-05-13T15:11:48.053Z Checking escape8259 v0.5.2
22982024-05-13T15:11:48.102Z Checking guppy v0.17.5
22992024-05-13T15:11:48.237Z Checking threadpool v1.8.1
23002024-05-13T15:11:48.423Z Checking libtest-mimic v0.7.2
23012024-05-13T15:11:48.892Z Checking similar-asserts v1.5.0
23022024-05-13T15:11:49.102Z Checking fancy-regex v0.13.0
23032024-05-13T15:11:49.126Z Compiling rstest_macros v0.19.0
23042024-05-13T15:11:49.876Z Checking datatest-stable v0.2.9
23052024-05-13T15:11:50.169Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23062024-05-13T15:11:50.254Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23072024-05-13T15:11:50.394Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23082024-05-13T15:11:50.658Z Checking csv-core v0.1.11
23092024-05-13T15:11:50.678Z Compiling relative-path v1.9.0
23102024-05-13T15:11:50.920Z Compiling trybuild v1.0.91
23112024-05-13T15:11:51.008Z Checking constant_time_eq v0.2.6
23122024-05-13T15:11:51.116Z Checking blake2b_simd v1.0.1
23132024-05-13T15:11:51.349Z Checking csv v1.3.0
23142024-05-13T15:11:51.639Z Checking multimap v0.10.0
23152024-05-13T15:11:51.965Z Checking futures-timer v3.0.2
23162024-05-13T15:11:51.991Z Checking rust-argon2 v2.1.0
23172024-05-13T15:11:52.390Z Checking partial-io v0.5.4
23182024-05-13T15:11:52.767Z Checking approx v0.5.1
23192024-05-13T15:11:52.967Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23202024-05-13T15:11:52.995Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23212024-05-13T15:11:53.226Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23222024-05-13T15:11:53.513Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23232024-05-13T15:11:55.793Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23242024-05-13T15:11:57.659Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23252024-05-13T15:11:57.921Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23262024-05-13T15:11:58.719Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23272024-05-13T15:11:59.342Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23282024-05-13T15:11:59.424Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23292024-05-13T15:12:01.040Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23302024-05-13T15:12:01.072Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23312024-05-13T15:12:01.458Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23322024-05-13T15:12:01.838Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23332024-05-13T15:12:02.706Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23342024-05-13T15:12:03.185Z Checking rstest v0.19.0
23352024-05-13T15:12:03.404Z Checking uzers v0.11.3
23362024-05-13T15:12:03.748Z Checking termios v0.3.3
23372024-05-13T15:12:03.854Z Checking hex-literal v0.4.1
23382024-05-13T15:12:03.954Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23392024-05-13T15:12:05.495Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23402024-05-13T15:12:09.656Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23412024-05-13T15:12:10.502Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23422024-05-13T15:12:12.253Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23432024-05-13T15:12:12.393Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23442024-05-13T15:12:13.189Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23452024-05-13T15:12:14.050Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23462024-05-13T15:12:14.160Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23472024-05-13T15:12:17.068Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23482024-05-13T15:12:19.771Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23492024-05-13T15:12:19.983Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23502024-05-13T15:12:20.897Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23512024-05-13T15:12:22.312Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23522024-05-13T15:12:24.253Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23532024-05-13T15:12:25.085Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23542024-05-13T15:12:25.885Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23552024-05-13T15:12:25.960Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23562024-05-13T15:12:26.630Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23572024-05-13T15:12:27.037Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23582024-05-13T15:12:27.091Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23592024-05-13T15:12:29.567Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23602024-05-13T15:12:30.115Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23612024-05-13T15:12:36.309Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23622024-05-13T15:12:38.038Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23632024-05-13T15:12:38.347Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23642024-05-13T15:12:39.084Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23652024-05-13T15:12:56.004Z Compiling samael v0.0.15
23662024-05-13T15:13:15.195Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23672024-05-13T15:13:16.427Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23682024-05-13T15:13:18.629Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23692024-05-13T15:13:31.751Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23702024-05-13T15:13:42.235Z Compiling polar-core v0.27.3
23712024-05-13T15:13:49.645Z Checking oso v0.27.3
23722024-05-13T15:14:17.027Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23732024-05-13T15:14:17.030Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23742024-05-13T15:14:17.030Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23752024-05-13T15:15:20.679Z Finished dev [unoptimized + debuginfo] target(s) in 6m 46s
23762024-05-13T15:15:20.872Z
23772024-05-13T15:15:20.872Zreal 7:35.070595281
23782024-05-13T15:15:20.872Zuser 38:31.534856133
23792024-05-13T15:15:20.872Zsys 6:41.165524588
23802024-05-13T15:15:20.875Ztrap 1.027207214
23812024-05-13T15:15:20.876Ztflt 4.294791946
23822024-05-13T15:15:20.876Zdflt 6.451514791
23832024-05-13T15:15:20.876Zkflt 0.017254370
23842024-05-13T15:15:20.876Zlock 58:44.068745942
23852024-05-13T15:15:20.876Zslp 1:57:16.500544149
23862024-05-13T15:15:20.876Zlat 1:45.141645122
23872024-05-13T15:15:20.876Zstop 4:28.363842982
23882024-05-13T15:15:21.818Zwarning: output filename collision.
23892024-05-13T15:15:21.818ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
23902024-05-13T15:15:21.818ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23912024-05-13T15:15:21.819ZThe targets should have unique names.
23922024-05-13T15:15:21.819ZThis is a known bug where multiple crates with the same name use
23932024-05-13T15:15:21.819Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23942024-05-13T15:15:21.819Zwarning: output filename collision.
23952024-05-13T15:15:21.819ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
23962024-05-13T15:15:21.819ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23972024-05-13T15:15:21.819ZThe targets should have unique names.
23982024-05-13T15:15:21.819ZThis is a known bug where multiple crates with the same name use
23992024-05-13T15:15:21.819Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24002024-05-13T15:15:21.824Zwarning: output filename collision.
24012024-05-13T15:15:21.824ZThe 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)`.
24022024-05-13T15:15:21.824ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24032024-05-13T15:15:21.824ZThe targets should have unique names.
24042024-05-13T15:15:21.824ZThis is a known bug where multiple crates with the same name use
24052024-05-13T15:15:21.824Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24062024-05-13T15:15:21.824Zwarning: output filename collision.
24072024-05-13T15:15:21.824ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`.
24082024-05-13T15:15:21.824ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24092024-05-13T15:15:21.824ZThe targets should have unique names.
24102024-05-13T15:15:21.824ZThis is a known bug where multiple crates with the same name use
24112024-05-13T15:15:21.824Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24122024-05-13T15:15:21.824Zwarning: output filename collision.
24132024-05-13T15:15:21.824ZThe lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
24142024-05-13T15:15:21.824ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24152024-05-13T15:15:21.824ZThe targets should have unique names.
24162024-05-13T15:15:21.824ZThis is a known bug where multiple crates with the same name use
24172024-05-13T15:15:21.824Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24182024-05-13T15:15:21.824Zwarning: output filename collision.
24192024-05-13T15:15:21.824ZThe 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)`.
24202024-05-13T15:15:21.824ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24212024-05-13T15:15:21.824ZThe targets should have unique names.
24222024-05-13T15:15:21.825ZThis is a known bug where multiple crates with the same name use
24232024-05-13T15:15:21.825Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24242024-05-13T15:15:21.825Zwarning: output filename collision.
24252024-05-13T15:15:21.825ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
24262024-05-13T15:15:21.825ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24272024-05-13T15:15:21.825ZThe targets should have unique names.
24282024-05-13T15:15:21.825ZThis is a known bug where multiple crates with the same name use
24292024-05-13T15:15:21.825Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24302024-05-13T15:15:21.825Zwarning: output filename collision.
24312024-05-13T15:15:21.825ZThe 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)`.
24322024-05-13T15:15:21.825ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24332024-05-13T15:15:21.825ZThe targets should have unique names.
24342024-05-13T15:15:21.825ZThis is a known bug where multiple crates with the same name use
24352024-05-13T15:15:21.825Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24362024-05-13T15:15:21.825Zwarning: output filename collision.
24372024-05-13T15:15:21.825ZThe lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`.
24382024-05-13T15:15:21.825ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24392024-05-13T15:15:21.825ZThe targets should have unique names.
24402024-05-13T15:15:21.825ZThis is a known bug where multiple crates with the same name use
24412024-05-13T15:15:21.825Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24422024-05-13T15:15:22.335Z Documenting libc v0.2.153
24432024-05-13T15:15:22.385Z Documenting cfg-if v1.0.0
24442024-05-13T15:15:22.399Z Documenting serde_derive v1.0.201
24452024-05-13T15:15:22.432Z Documenting log v0.4.21
24462024-05-13T15:15:22.435Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24472024-05-13T15:15:22.464Z Documenting memchr v2.7.1
24482024-05-13T15:15:22.476Z Documenting byteorder v1.5.0
24492024-05-13T15:15:22.489Z Documenting smallvec v1.13.1
24502024-05-13T15:15:22.731Z Documenting scopeguard v1.2.0
24512024-05-13T15:15:25.158Z Documenting itoa v1.0.9
24522024-05-13T15:15:25.727Z Documenting pin-project-lite v0.2.13
24532024-05-13T15:15:26.198Z Documenting once_cell v1.19.0
24542024-05-13T15:15:26.277Z Documenting libm v0.2.7
24552024-05-13T15:15:26.603Z Documenting getrandom v0.2.12
24562024-05-13T15:15:27.360Z Documenting lock_api v0.4.10
24572024-05-13T15:15:27.811Z Documenting parking_lot_core v0.9.8
24582024-05-13T15:15:28.085Z Documenting signal-hook-registry v1.4.1
24592024-05-13T15:15:28.617Z Documenting mio v0.8.11
24602024-05-13T15:15:30.087Z Documenting num-traits v0.2.18
24612024-05-13T15:15:30.166Z Documenting serde v1.0.201
24622024-05-13T15:15:30.278Z Documenting thiserror-impl v1.0.59
24632024-05-13T15:15:30.748Z Documenting rand_core v0.6.4
24642024-05-13T15:15:32.242Z Documenting zeroize_derive v1.4.2
24652024-05-13T15:15:32.289Z Documenting futures-core v0.3.30
24662024-05-13T15:15:32.667Z Documenting parking_lot v0.12.1
24672024-05-13T15:15:33.862Z Documenting ryu v1.0.15
24682024-05-13T15:15:34.887Z Documenting socket2 v0.5.6
24692024-05-13T15:15:35.505Z Documenting thiserror v1.0.59
24702024-05-13T15:15:35.646Z Documenting num_cpus v1.16.0
24712024-05-13T15:15:36.177Z Documenting tokio-macros v2.2.0
24722024-05-13T15:15:36.905Z Documenting zeroize v1.7.0
24732024-05-13T15:15:37.116Z Documenting zerocopy v0.7.32
24742024-05-13T15:15:37.627Z Documenting futures-sink v0.3.30
24752024-05-13T15:15:39.475Z Documenting typenum v1.16.0
24762024-05-13T15:15:39.867Z Documenting subtle v2.5.0
24772024-05-13T15:15:39.894Z Documenting pin-utils v0.1.0
24782024-05-13T15:15:40.991Z Documenting slab v0.4.9
24792024-05-13T15:15:41.351Z Documenting futures-macro v0.3.30
24802024-05-13T15:15:41.530Z Documenting futures-channel v0.3.30
24812024-05-13T15:15:50.525Z Documenting bytes v1.6.0
24822024-05-13T15:15:52.374Z Documenting bitflags v2.4.2
24832024-05-13T15:15:52.453Z Documenting serde_json v1.0.116
24842024-05-13T15:15:52.558Z Documenting futures-task v0.3.30
24852024-05-13T15:15:52.760Z Documenting futures-io v0.3.30
24862024-05-13T15:15:52.763Z Documenting iana-time-zone v0.1.57
24872024-05-13T15:15:53.180Z Documenting uuid v1.8.0
24882024-05-13T15:15:53.688Z Documenting generic-array v0.14.7
24892024-05-13T15:15:55.247Z Documenting tokio v1.37.0
24902024-05-13T15:15:56.535Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24912024-05-13T15:15:56.762Z Documenting ahash v0.8.8
24922024-05-13T15:15:57.358Z Documenting chrono v0.4.38
24932024-05-13T15:15:57.433Z Documenting futures-util v0.3.30
24942024-05-13T15:15:57.592Z Documenting allocator-api2 v0.2.16
24952024-05-13T15:15:58.245Z Documenting crypto-common v0.1.6
24962024-05-13T15:15:59.160Z Documenting const-oid v0.9.6
24972024-05-13T15:16:01.189Z Documenting tinyvec_macros v0.1.1
24982024-05-13T15:16:01.798Z Documenting hashbrown v0.14.3
24992024-05-13T15:16:03.095Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25002024-05-13T15:16:03.286Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25012024-05-13T15:16:04.095Z Documenting tracing-core v0.1.32
25022024-05-13T15:16:04.356Z Documenting tracing-attributes v0.1.27
25032024-05-13T15:16:04.514Z Documenting tinyvec v1.6.0
25042024-05-13T15:16:04.825Z Documenting serde_derive_internals v0.29.0
25052024-05-13T15:16:07.014Z Checking serde_derive_internals v0.29.0
25062024-05-13T15:16:07.392Z Documenting dyn-clone v1.0.17
25072024-05-13T15:16:07.657Z Documenting ppv-lite86 v0.2.17
25082024-05-13T15:16:07.800Z Documenting unicode-bidi v0.3.15
25092024-05-13T15:16:08.897Z Documenting unicode-normalization v0.1.22
25102024-05-13T15:16:10.254Z Documenting lazy_static v1.4.0
25112024-05-13T15:16:10.892Z Documenting percent-encoding v2.3.1
25122024-05-13T15:16:11.263Z Documenting rand_chacha v0.3.1
25132024-05-13T15:16:11.840Z Documenting schemars_derive v0.8.17
25142024-05-13T15:16:12.576Z Documenting block-buffer v0.10.4
25152024-05-13T15:16:13.527Z Documenting powerfmt v0.2.0
25162024-05-13T15:16:14.315Z Documenting fnv v1.0.7
25172024-05-13T15:16:16.541Z Documenting equivalent v1.0.1
25182024-05-13T15:16:16.599Z Documenting rand v0.8.5
25192024-05-13T15:16:16.629Z Documenting deranged v0.3.11
25202024-05-13T15:16:17.212Z Documenting digest v0.10.7
25212024-05-13T15:16:17.411Z Documenting schemars v0.8.17
25222024-05-13T15:16:18.402Z Documenting form_urlencoded v1.2.1
25232024-05-13T15:16:19.411Z Documenting indexmap v2.2.6
25242024-05-13T15:16:19.722Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25252024-05-13T15:16:21.465Z Documenting time-macros v0.2.17
25262024-05-13T15:16:22.195Z Documenting num_threads v0.1.6
25272024-05-13T15:16:24.462Z Documenting tracing v0.1.40
25282024-05-13T15:16:26.986Z Documenting num-conv v0.1.0
25292024-05-13T15:16:31.050Z Documenting time-core v0.1.2
25302024-05-13T15:16:31.249Z Documenting unicode-width v0.1.11
25312024-05-13T15:16:31.261Z Documenting idna v0.5.0
25322024-05-13T15:16:31.313Z Documenting errno v0.3.8
25332024-05-13T15:16:31.330Z Documenting unicode-ident v1.0.12
25342024-05-13T15:16:31.570Z Documenting adler v1.0.2
25352024-05-13T15:16:31.832Z Documenting slog v2.7.0
25362024-05-13T15:16:34.046Z Documenting time v0.3.34
25372024-05-13T15:16:34.159Z Documenting httparse v1.8.0
25382024-05-13T15:16:34.774Z Documenting proc-macro2 v1.0.81
25392024-05-13T15:16:34.935Z Documenting miniz_oxide v0.7.1
25402024-05-13T15:16:35.505Z Documenting rustix v0.38.31
25412024-05-13T15:16:35.605Z Documenting url v2.5.0
25422024-05-13T15:16:36.687Z Documenting cpufeatures v0.2.12
25432024-05-13T15:16:38.321Z Documenting async-trait v0.1.80
25442024-05-13T15:16:39.014Z Documenting try-lock v0.2.4
25452024-05-13T15:16:39.295Z Documenting quote v1.0.36
25462024-05-13T15:16:40.008Z Documenting httpdate v1.0.3
25472024-05-13T15:16:40.302Z Documenting http-body v0.4.5
25482024-05-13T15:16:40.979Z Documenting tokio-util v0.7.10
25492024-05-13T15:16:41.133Z Documenting aho-corasick v1.1.2
25502024-05-13T15:16:41.972Z Documenting want v0.3.1
25512024-05-13T15:16:43.411Z Documenting openssl-sys v0.9.102
25522024-05-13T15:16:44.082Z Documenting openssl-macros v0.1.1
25532024-05-13T15:16:44.220Z Documenting syn v2.0.60
25542024-05-13T15:16:44.232Z Documenting tower-service v0.3.2
25552024-05-13T15:16:45.652Z Documenting gimli v0.28.0
25562024-05-13T15:16:46.076Z Documenting mime v0.3.17
25572024-05-13T15:16:46.586Z Documenting regex-syntax v0.8.2
25582024-05-13T15:16:47.552Z Documenting h2 v0.3.26
25592024-05-13T15:16:48.258Z Documenting object v0.32.1
25602024-05-13T15:16:48.808Z Documenting openssl-probe v0.1.5
25612024-05-13T15:16:50.221Z Documenting rustc-demangle v0.1.23
25622024-05-13T15:16:50.418Z Documenting openssl v0.10.64
25632024-05-13T15:16:52.422Z Documenting addr2line v0.21.0
25642024-05-13T15:16:53.110Z Documenting ipnet v2.9.0
25652024-05-13T15:16:53.415Z Documenting regex-automata v0.4.5
25662024-05-13T15:16:53.725Z Documenting base64ct v1.6.0
25672024-05-13T15:16:56.284Z Documenting futures-executor v0.3.30
25682024-05-13T15:16:57.318Z Documenting encoding_rs v0.8.33
25692024-05-13T15:16:58.233Z Documenting hyper v0.14.28
25702024-05-13T15:16:58.587Z Documenting psl-types v2.0.11
25712024-05-13T15:16:59.600Z Documenting native-tls v0.2.11
25722024-05-13T15:17:00.258Z Documenting backtrace v0.3.69
25732024-05-13T15:17:00.724Z Documenting serde_urlencoded v0.7.1
25742024-05-13T15:17:01.989Z Documenting publicsuffix v2.2.3
25752024-05-13T15:17:02.210Z Checking pest_meta v2.7.6
25762024-05-13T15:17:02.576Z Documenting regex v1.10.4
25772024-05-13T15:17:03.127Z Documenting crossbeam-utils v0.8.19
25782024-05-13T15:17:04.942Z Documenting tokio-native-tls v0.3.1
25792024-05-13T15:17:05.406Z Documenting utf8parse v0.2.1
25802024-05-13T15:17:05.610Z Documenting anyhow v1.0.82
25812024-05-13T15:17:06.946Z Documenting cookie_store v0.20.0
25822024-05-13T15:17:07.452Z Documenting futures v0.3.30
25832024-05-13T15:17:07.902Z Documenting pem-rfc7468 v0.7.0
25842024-05-13T15:17:08.431Z Documenting pest_meta v2.7.6
25852024-05-13T15:17:08.774Z Documenting scroll_derive v0.12.0
25862024-05-13T15:17:10.661Z Documenting der_derive v0.7.2
25872024-05-13T15:17:10.910Z Documenting hyper-rustls v0.24.2
25882024-05-13T15:17:10.922Z Documenting hyper-tls v0.5.0
25892024-05-13T15:17:12.396Z Documenting sync_wrapper v0.1.2
25902024-05-13T15:17:12.702Z Documenting flagset v0.4.3
25912024-05-13T15:17:12.822Z Documenting webpki-roots v0.25.2
25922024-05-13T15:17:14.269Z Documenting scroll v0.12.0
25932024-05-13T15:17:15.287Z Documenting pest_generator v2.7.6
25942024-05-13T15:17:15.300Z Checking pest_generator v2.7.6
25952024-05-13T15:17:15.986Z Documenting num-integer v0.1.46
25962024-05-13T15:17:16.014Z Documenting plain v0.2.3
25972024-05-13T15:17:16.210Z Documenting der v0.7.8
25982024-05-13T15:17:16.878Z Documenting ucd-trie v0.1.6
25992024-05-13T15:17:17.695Z Documenting openapiv3 v2.0.0
26002024-05-13T15:17:18.616Z Documenting pretty-hex v0.4.1
26012024-05-13T15:17:19.022Z Documenting goblin v0.8.0
26022024-05-13T15:17:19.372Z Documenting reqwest v0.11.27
26032024-05-13T15:17:20.368Z Documenting pest_derive v2.7.6
26042024-05-13T15:17:20.518Z Documenting spin v0.9.8
26052024-05-13T15:17:21.019Z Documenting pest v2.7.6
26062024-05-13T15:17:21.766Z Documenting thread-id v4.2.0
26072024-05-13T15:17:22.467Z Documenting spki v0.7.2
26082024-05-13T15:17:24.920Z Documenting anstyle v1.0.7
26092024-05-13T15:17:25.034Z Documenting either v1.11.0
26102024-05-13T15:17:25.363Z Documenting anstyle-parse v0.2.1
26112024-05-13T15:17:26.635Z Documenting pkcs8 v0.10.2
26122024-05-13T15:17:26.661Z Documenting memmap v0.7.0
26132024-05-13T15:17:27.195Z Documenting dtrace-parser v0.2.0
26142024-05-13T15:17:27.346Z Documenting dof v0.3.0
26152024-05-13T15:17:29.164Z Documenting data-encoding v2.4.0
26162024-05-13T15:17:29.213Z Documenting colorchoice v1.0.0
26172024-05-13T15:17:29.633Z Documenting anstyle-query v1.0.0
26182024-05-13T15:17:30.602Z Documenting crossbeam-epoch v0.9.18
26192024-05-13T15:17:31.164Z Documenting terminal_size v0.3.0
26202024-05-13T15:17:31.283Z Documenting sha2 v0.10.8
26212024-05-13T15:17:31.611Z Documenting ipnetwork v0.20.0
26222024-05-13T15:17:32.506Z Documenting hex v0.4.3
26232024-05-13T15:17:32.549Z Documenting usdt-impl v0.5.0
26242024-05-13T15:17:33.606Z Documenting anstream v0.6.11
26252024-05-13T15:17:33.823Z Documenting crc32fast v1.3.2
26262024-05-13T15:17:34.923Z Documenting strsim v0.11.0
26272024-05-13T15:17:35.869Z Documenting unicode-segmentation v1.10.1
26282024-05-13T15:17:36.525Z Documenting untrusted v0.9.0
26292024-05-13T15:17:36.841Z Documenting clap_lex v0.7.0
26302024-05-13T15:17:37.932Z Documenting num-iter v0.1.44
26312024-05-13T15:17:38.512Z Documenting hmac v0.12.1
26322024-05-13T15:17:38.524Z Documenting signal-hook v0.3.17
26332024-05-13T15:17:38.852Z Documenting clap_derive v4.5.4
26342024-05-13T15:17:39.148Z Documenting usdt v0.5.0
26352024-05-13T15:17:39.697Z Documenting static_assertions v1.1.0
26362024-05-13T15:17:39.883Z Documenting ring v0.17.8
26372024-05-13T15:17:40.667Z Documenting clap_builder v4.5.2
26382024-05-13T15:17:42.999Z Documenting flate2 v1.0.28
26392024-05-13T15:17:43.080Z Documenting managed v0.8.0
26402024-05-13T15:17:43.234Z Documenting enum-as-inner v0.5.1
26412024-05-13T15:17:43.613Z Documenting signal-hook-mio v0.2.3
26422024-05-13T15:17:44.164Z Documenting block-padding v0.3.3
26432024-05-13T15:17:45.235Z Documenting scheduled-thread-pool v0.2.7
26442024-05-13T15:17:45.713Z Documenting bzip2-sys v0.1.11+1.0.8
26452024-05-13T15:17:46.919Z Documenting diesel_table_macro_syntax v0.1.0
26462024-05-13T15:17:47.550Z Documenting clap v4.5.4
26472024-05-13T15:17:47.629Z Checking diesel_table_macro_syntax v0.1.0
26482024-05-13T15:17:47.729Z Documenting trust-dns-proto v0.22.0
26492024-05-13T15:17:47.799Z Documenting md-5 v0.10.5
26502024-05-13T15:17:48.738Z Documenting inout v0.1.3
26512024-05-13T15:17:48.825Z Documenting crossterm v0.27.0
26522024-05-13T15:17:50.176Z Documenting r2d2 v0.8.10
26532024-05-13T15:17:50.684Z Documenting bzip2 v0.4.4
26542024-05-13T15:17:51.793Z Documenting diesel_derives v2.1.2
26552024-05-13T15:17:52.301Z Documenting stringprep v0.1.3
26562024-05-13T15:17:53.282Z Documenting regress v0.9.1
26572024-05-13T15:17:53.318Z Documenting ff v0.13.0
26582024-05-13T15:17:54.180Z Documenting toml_datetime v0.6.5
26592024-05-13T15:17:54.436Z Documenting serde_spanned v0.6.5
26602024-05-13T15:17:55.645Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26612024-05-13T15:17:56.752Z Documenting siphasher v0.3.11
26622024-05-13T15:17:57.269Z Documenting base16ct v0.2.0
26632024-05-13T15:17:58.198Z Documenting fallible-iterator v0.2.0
26642024-05-13T15:17:58.576Z Documenting bit-vec v0.6.3
26652024-05-13T15:17:58.760Z Documenting winnow v0.6.1
26662024-05-13T15:17:59.483Z Documenting group v0.13.0
26672024-05-13T15:17:59.966Z Documenting diesel v2.1.6
26682024-05-13T15:18:00.179Z Documenting phf_shared v0.11.2
26692024-05-13T15:18:00.484Z Documenting zip v0.6.6
26702024-05-13T15:18:00.848Z Documenting sec1 v0.7.3
26712024-05-13T15:18:03.367Z Documenting cipher v0.4.4
26722024-05-13T15:18:03.844Z Documenting postgres-protocol v0.6.6
26732024-05-13T15:18:04.344Z Documenting hkdf v0.12.4
26742024-05-13T15:18:04.463Z Documenting num-bigint v0.4.4
26752024-05-13T15:18:05.169Z Documenting toml_edit v0.22.12
26762024-05-13T15:18:05.188Z Documenting bstr v1.9.0
26772024-05-13T15:18:15.598Z Documenting console v0.15.8
26782024-05-13T15:18:22.888Z Documenting crypto-bigint v0.5.2
26792024-05-13T15:18:23.372Z Documenting hubpack v0.1.2
26802024-05-13T15:18:23.375Z Documenting serde_repr v0.1.16
26812024-05-13T15:18:23.529Z Documenting fixedbitset v0.4.2
26822024-05-13T15:18:23.758Z Documenting lalrpop-util v0.19.12
26832024-05-13T15:18:23.946Z Checking ident_case v1.0.1
26842024-05-13T15:18:24.097Z Checking strsim v0.10.0
26852024-05-13T15:18:24.146Z Documenting precomputed-hash v0.1.1
26862024-05-13T15:18:24.310Z Documenting new_debug_unreachable v1.0.4
26872024-05-13T15:18:25.940Z Checking unsafe-libyaml v0.2.10
26882024-05-13T15:18:27.178Z Documenting minimal-lexical v0.2.1
26892024-05-13T15:18:27.338Z Documenting heck v0.5.0
26902024-05-13T15:18:27.351Z Documenting petgraph v0.6.4
26912024-05-13T15:18:27.683Z Documenting yasna v0.5.2
26922024-05-13T15:18:27.922Z Documenting postgres-types v0.2.6
26932024-05-13T15:18:37.314Z Documenting string_cache v0.8.7
26942024-05-13T15:18:37.416Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26952024-05-13T15:18:37.521Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26962024-05-13T15:18:37.612Z Documenting nom v7.1.3
26972024-05-13T15:18:37.856Z Documenting phf v0.11.2
26982024-05-13T15:18:38.046Z Documenting similar v2.4.0
26992024-05-13T15:18:38.256Z Documenting elliptic-curve v0.13.8
27002024-05-13T15:18:39.046Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
27012024-05-13T15:18:41.849Z Documenting semver v1.0.22
27022024-05-13T15:18:42.188Z Documenting float-cmp v0.9.0
27032024-05-13T15:18:43.354Z Documenting normalize-line-endings v0.3.0
27042024-05-13T15:18:43.733Z Documenting whoami v1.5.1
27052024-05-13T15:18:43.907Z Documenting unsafe-libyaml v0.2.10
27062024-05-13T15:18:54.377Z Documenting predicates-core v1.0.6
27072024-05-13T15:18:54.614Z Documenting peg-runtime v0.8.3
27082024-05-13T15:18:54.704Z Documenting difflib v0.4.0
27092024-05-13T15:18:54.711Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
27102024-05-13T15:18:54.880Z Documenting tokio-postgres v0.7.10
27112024-05-13T15:18:54.977Z Checking serde_yaml v0.9.25
27122024-05-13T15:18:55.244Z Documenting serde_yaml v0.9.25
27132024-05-13T15:18:55.300Z Checking darling_core v0.20.8
27142024-05-13T15:18:56.853Z Documenting bit-set v0.5.3
27152024-05-13T15:18:57.192Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27162024-05-13T15:18:58.645Z Documenting getopts v0.2.21
27172024-05-13T15:18:58.761Z Documenting tokio-stream v0.1.15
27182024-05-13T15:18:58.885Z Documenting predicates v3.1.0
27192024-05-13T15:19:01.418Z Documenting ident_case v1.0.1
27202024-05-13T15:19:01.863Z Checking darling v0.20.8
27212024-05-13T15:19:01.961Z Documenting is-terminal v0.4.9
27222024-05-13T15:19:02.082Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27232024-05-13T15:19:02.694Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27242024-05-13T15:19:03.890Z Documenting strum v0.26.2
27252024-05-13T15:19:04.397Z Documenting base64 v0.22.1
27262024-05-13T15:19:05.173Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27272024-05-13T15:19:05.436Z Documenting darling_core v0.20.8
27282024-05-13T15:19:06.397Z Documenting dirs-sys-next v0.1.2
27292024-05-13T15:19:07.013Z Documenting sha1 v0.10.6
27302024-05-13T15:19:07.969Z Documenting http v1.0.0
27312024-05-13T15:19:09.210Z Documenting camino v1.1.6
27322024-05-13T15:19:09.844Z Documenting paste v1.0.14
27332024-05-13T15:19:10.091Z Documenting thread_local v1.1.7
27342024-05-13T15:19:10.942Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27352024-05-13T15:19:11.241Z Documenting dirs-next v2.0.0
27362024-05-13T15:19:11.521Z Documenting rustls-pki-types v1.3.0
27372024-05-13T15:19:13.657Z Documenting crossbeam-channel v0.5.8
27382024-05-13T15:19:13.680Z Documenting take_mut v0.2.2
27392024-05-13T15:19:14.095Z Documenting slog-json v2.6.1
27402024-05-13T15:19:14.235Z Documenting darling_macro v0.20.8
27412024-05-13T15:19:14.276Z Documenting async-stream-impl v0.3.5
27422024-05-13T15:19:15.735Z Documenting rustls-webpki v0.102.1
27432024-05-13T15:19:16.219Z Documenting term v0.7.0
27442024-05-13T15:19:18.530Z Documenting atomic-waker v1.1.1
27452024-05-13T15:19:18.877Z Documenting slog-async v2.8.0
27462024-05-13T15:19:19.085Z Documenting darling v0.20.8
27472024-05-13T15:19:19.220Z Documenting debug-ignore v1.0.5
27482024-05-13T15:19:19.924Z Documenting async-stream v0.3.5
27492024-05-13T15:19:20.459Z Documenting slog-bunyan v2.5.0
27502024-05-13T15:19:20.609Z Documenting rustls v0.22.4
27512024-05-13T15:19:21.332Z Documenting slog-term v2.9.1
27522024-05-13T15:19:21.829Z Documenting waitgroup v0.1.2
27532024-05-13T15:19:22.526Z Documenting rustls-pemfile v2.1.2
27542024-05-13T15:19:23.103Z Documenting multer v3.1.0
27552024-05-13T15:19:24.027Z Documenting toml v0.8.12
27562024-05-13T15:19:24.364Z Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27572024-05-13T15:19:25.491Z Documenting serde_path_to_error v0.1.16
27582024-05-13T15:19:25.998Z Documenting hostname v0.4.0
27592024-05-13T15:19:26.698Z Documenting serde_with_macros v3.7.0
27602024-05-13T15:19:27.352Z Documenting structmeta-derive v0.3.0
27612024-05-13T15:19:28.417Z Documenting newtype-uuid v1.1.0
27622024-05-13T15:19:29.767Z Documenting tokio-rustls v0.25.0
27632024-05-13T15:19:29.918Z Checking structmeta v0.3.0
27642024-05-13T15:19:29.946Z Documenting instant v0.1.12
27652024-05-13T15:19:30.132Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27662024-05-13T15:19:30.755Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27672024-05-13T15:19:30.868Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27682024-05-13T15:19:31.988Z Documenting serde_with v3.7.0
27692024-05-13T15:19:32.905Z Documenting structmeta v0.3.0
27702024-05-13T15:19:33.943Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27712024-05-13T15:19:34.048Z Documenting backoff v0.4.0
27722024-05-13T15:19:34.929Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27732024-05-13T15:19:35.582Z Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27742024-05-13T15:19:37.598Z Documenting parse-display-derive v0.9.0
27752024-05-13T15:19:39.018Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27762024-05-13T15:19:39.563Z Documenting macaddr v1.0.1
27772024-05-13T15:19:39.701Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27782024-05-13T15:19:40.312Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27792024-05-13T15:19:43.222Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27802024-05-13T15:19:43.441Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27812024-05-13T15:19:44.029Z Documenting parse-display v0.9.0
27822024-05-13T15:19:44.115Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27832024-05-13T15:19:44.183Z Documenting fastrand v2.0.1
27842024-05-13T15:19:44.288Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27852024-05-13T15:19:44.369Z Documenting proc-macro-crate v1.3.1
27862024-05-13T15:19:44.552Z Checking proc-macro-crate v1.3.1
27872024-05-13T15:19:44.778Z Documenting foreign-types-macros v0.2.3
27882024-05-13T15:19:45.293Z Documenting foreign-types-shared v0.3.1
27892024-05-13T15:19:45.702Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27902024-05-13T15:19:46.543Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27912024-05-13T15:19:48.103Z Documenting tempfile v3.10.1
27922024-05-13T15:19:48.897Z Documenting cstr-argument v0.1.2
27932024-05-13T15:19:49.231Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27942024-05-13T15:19:49.327Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27952024-05-13T15:19:49.595Z Documenting tabwriter v1.4.0
27962024-05-13T15:19:49.749Z Documenting foreign-types v0.5.0
27972024-05-13T15:19:50.513Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27982024-05-13T15:19:50.733Z Documenting num_enum_derive v0.5.11
27992024-05-13T15:19:52.914Z Documenting camino-tempfile v1.1.1
28002024-05-13T15:19:53.763Z Documenting colored v2.1.0
28012024-05-13T15:19:53.907Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28022024-05-13T15:19:54.209Z Documenting hash32 v0.3.1
28032024-05-13T15:19:54.332Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28042024-05-13T15:19:54.918Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28052024-05-13T15:19:57.480Z Documenting num_enum v0.5.11
28062024-05-13T15:19:57.918Z Documenting stable_deref_trait v1.2.0
28072024-05-13T15:19:58.062Z Documenting smf v0.2.3
28082024-05-13T15:19:58.349Z Documenting cobs v0.2.3
28092024-05-13T15:19:58.408Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28102024-05-13T15:19:58.920Z Documenting embedded-io v0.4.0
28112024-05-13T15:19:59.153Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28122024-05-13T15:20:01.133Z Documenting heapless v0.8.0
28132024-05-13T15:20:01.285Z Documenting crucible-workspace-hack v0.1.0
28142024-05-13T15:20:01.545Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28152024-05-13T15:20:02.096Z Documenting postcard v1.0.8
28162024-05-13T15:20:02.374Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28172024-05-13T15:20:02.697Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28182024-05-13T15:20:05.938Z Documenting newline-converter v0.3.0
28192024-05-13T15:20:06.206Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28202024-05-13T15:20:06.785Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28212024-05-13T15:20:06.918Z Documenting smoltcp v0.11.0
28222024-05-13T15:20:07.600Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28232024-05-13T15:20:07.638Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28242024-05-13T15:20:07.963Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28252024-05-13T15:20:07.976Z Documenting sigpipe v0.1.3
28262024-05-13T15:20:08.200Z Documenting num-derive v0.4.0
28272024-05-13T15:20:10.033Z Documenting expectorate v1.1.0
28282024-05-13T15:20:11.258Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28292024-05-13T15:20:11.282Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28302024-05-13T15:20:12.992Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28312024-05-13T15:20:13.125Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28322024-05-13T15:20:13.341Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28332024-05-13T15:20:14.066Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28342024-05-13T15:20:14.080Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28352024-05-13T15:20:14.124Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
28362024-05-13T15:20:14.722Z Documenting password-hash v0.5.0
28372024-05-13T15:20:15.413Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28382024-05-13T15:20:17.025Z Documenting blake2 v0.10.6
28392024-05-13T15:20:18.064Z Documenting linked-hash-map v0.5.6
28402024-05-13T15:20:18.525Z Documenting proc-macro-error-attr v1.0.4
28412024-05-13T15:20:19.893Z Documenting humantime v2.1.0
28422024-05-13T15:20:20.137Z Checking proc-macro-error v1.0.4
28432024-05-13T15:20:20.398Z Documenting bytecount v0.6.3
28442024-05-13T15:20:20.695Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28452024-05-13T15:20:21.760Z Documenting argon2 v0.5.3
28462024-05-13T15:20:22.173Z Documenting lru-cache v0.1.2
28472024-05-13T15:20:23.392Z Documenting proc-macro-error v1.0.4
28482024-05-13T15:20:23.741Z Documenting papergrid v0.11.0
28492024-05-13T15:20:24.014Z Documenting derive-where v1.2.7
28502024-05-13T15:20:25.638Z Documenting swrite v0.1.0
28512024-05-13T15:20:26.234Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28522024-05-13T15:20:26.530Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28532024-05-13T15:20:27.937Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28542024-05-13T15:20:28.006Z Documenting tabled_derive v0.7.0
28552024-05-13T15:20:28.602Z Documenting newtype_derive v0.1.6
28562024-05-13T15:20:29.161Z Documenting itertools v0.12.1
28572024-05-13T15:20:29.491Z Documenting quick-error v1.2.3
28582024-05-13T15:20:29.797Z Documenting arc-swap v1.6.0
28592024-05-13T15:20:30.188Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28602024-05-13T15:20:32.625Z Documenting steno v0.4.0
28612024-05-13T15:20:33.137Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28622024-05-13T15:20:33.358Z Documenting tabled v0.15.0
28632024-05-13T15:20:33.679Z Documenting resolv-conf v0.7.0
28642024-05-13T15:20:33.940Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28652024-05-13T15:20:34.027Z Documenting slog-scope v4.4.0
28662024-05-13T15:20:35.979Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28672024-05-13T15:20:37.534Z Documenting num-rational v0.4.1
28682024-05-13T15:20:38.188Z Documenting slog-stdlog v4.1.1
28692024-05-13T15:20:38.726Z Documenting trust-dns-resolver v0.22.0
28702024-05-13T15:20:41.284Z Documenting num-complex v0.4.5
28712024-05-13T15:20:41.722Z Documenting xattr v1.0.1
28722024-05-13T15:20:42.473Z Documenting slog-envlogger v2.2.0
28732024-05-13T15:20:42.843Z Documenting filetime v0.2.23
28742024-05-13T15:20:43.224Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28752024-05-13T15:20:46.620Z Documenting tap v1.0.1
28762024-05-13T15:20:46.890Z Documenting num v0.4.2
28772024-05-13T15:20:47.551Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28782024-05-13T15:20:47.663Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28792024-05-13T15:20:47.676Z Documenting tar v0.4.40
28802024-05-13T15:20:48.153Z Documenting radium v0.7.0
28812024-05-13T15:20:48.783Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28822024-05-13T15:20:49.001Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28832024-05-13T15:20:49.579Z Documenting wyz v0.5.1
28842024-05-13T15:20:51.556Z Documenting nibble_vec v0.1.0
28852024-05-13T15:20:51.735Z Documenting endian-type v0.1.2
28862024-05-13T15:20:52.724Z Documenting crc-catalog v2.2.0
28872024-05-13T15:20:52.947Z Documenting funty v2.0.0
28882024-05-13T15:20:53.231Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28892024-05-13T15:20:53.712Z Documenting cancel-safe-futures v0.1.5
28902024-05-13T15:20:54.021Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28912024-05-13T15:20:55.550Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28922024-05-13T15:20:55.827Z Documenting packed_struct_codegen v0.10.1
28932024-05-13T15:20:56.138Z Documenting crc v3.0.1
28942024-05-13T15:20:56.396Z Documenting bitvec v1.0.1
28952024-05-13T15:20:56.486Z Documenting radix_trie v0.2.1
28962024-05-13T15:20:59.374Z Documenting nodrop v0.1.14
28972024-05-13T15:20:59.728Z Documenting same-file v1.0.6
28982024-05-13T15:20:59.752Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28992024-05-13T15:21:01.343Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29002024-05-13T15:21:01.684Z Documenting num-bigint-dig v0.8.4
29012024-05-13T15:21:02.006Z Documenting packed_struct v0.10.1
29022024-05-13T15:21:02.376Z Documenting array-init v0.0.4
29032024-05-13T15:21:03.743Z Documenting walkdir v2.5.0
29042024-05-13T15:21:04.921Z Documenting pkcs1 v0.7.5
29052024-05-13T15:21:05.725Z Documenting signature v2.1.0
29062024-05-13T15:21:07.800Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29072024-05-13T15:21:07.996Z Documenting termcolor v1.2.0
29082024-05-13T15:21:08.167Z Documenting display-error-chain v0.2.0
29092024-05-13T15:21:09.071Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29102024-05-13T15:21:09.071Z --> nexus/types/src/sectioned_table.rs:145:7
29112024-05-13T15:21:09.071Z |
29122024-05-13T15:21:09.071Z145 | /// [`StNestedBuilder::make_subsection`].
29132024-05-13T15:21:09.071Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29142024-05-13T15:21:09.071Z |
29152024-05-13T15:21:09.071Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29162024-05-13T15:21:09.071Z
29172024-05-13T15:21:09.370Z Documenting bitfield v0.14.0
29182024-05-13T15:21:10.450Z Documenting rsa v0.9.2
29192024-05-13T15:21:11.053Z Documenting serde-hex v0.1.0
29202024-05-13T15:21:11.277Zwarning: `nexus-types` (lib doc) generated 1 warning
29212024-05-13T15:21:11.281Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29222024-05-13T15:21:12.227Z Documenting env_logger v0.10.0
29232024-05-13T15:21:12.288Z Documenting slog-dtrace v0.3.0
29242024-05-13T15:21:12.348Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29252024-05-13T15:21:12.624Z Documenting pem v3.0.4
29262024-05-13T15:21:12.856Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29272024-05-13T15:21:14.093Z Documenting x509-cert v0.2.4
29282024-05-13T15:21:16.037Z Documenting libsw v3.3.1
29292024-05-13T15:21:16.717Z Documenting ron v0.8.1
29302024-05-13T15:21:17.302Z Documenting half v2.3.1
29312024-05-13T15:21:17.495Z Documenting ciborium-io v0.2.2
29322024-05-13T15:21:19.175Z Documenting maplit v1.0.2
29332024-05-13T15:21:19.461Z Documenting crc-any v2.4.3
29342024-05-13T15:21:19.472Z Documenting linear-map v1.2.0
29352024-05-13T15:21:20.787Z Documenting owo-colors v4.0.0
29362024-05-13T15:21:21.614Z Documenting ciborium-ll v0.2.2
29372024-05-13T15:21:21.617Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29382024-05-13T15:21:22.056Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29392024-05-13T15:21:23.056Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29402024-05-13T15:21:23.260Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29412024-05-13T15:21:23.705Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29422024-05-13T15:21:23.945Z Documenting headers-core v0.2.0
29432024-05-13T15:21:26.153Z Documenting path-slash v0.1.5
29442024-05-13T15:21:26.428Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29452024-05-13T15:21:26.706Z Documenting ciborium v0.2.2
29462024-05-13T15:21:29.637Z Documenting headers v0.3.9
29472024-05-13T15:21:30.936Z Documenting fxhash v0.2.1
29482024-05-13T15:21:31.464Z Documenting async-recursion v1.1.0
29492024-05-13T15:21:31.794Z Documenting vte_generate_state_changes v0.1.1
29502024-05-13T15:21:32.078Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29512024-05-13T15:21:35.079Z Documenting convert_case v0.4.0
29522024-05-13T15:21:35.885Z Checking convert_case v0.4.0
29532024-05-13T15:21:36.091Z Documenting buf-list v1.0.3
29542024-05-13T15:21:36.265Z Documenting derive_builder_core v0.20.0
29552024-05-13T15:21:36.611Z Documenting vte v0.11.1
29562024-05-13T15:21:37.781Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29572024-05-13T15:21:39.272Z Documenting derive_more v0.99.17
29582024-05-13T15:21:40.899Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29592024-05-13T15:21:40.935Z Checking derive_builder_core v0.20.0
29602024-05-13T15:21:41.151Z Documenting fd-lock v4.0.2
29612024-05-13T15:21:41.825Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29622024-05-13T15:21:42.871Z Documenting bitstruct_derive v0.1.0
29632024-05-13T15:21:45.445Z Documenting pin-project-internal v1.1.3
29642024-05-13T15:21:46.224Z Documenting ascii v1.1.0
29652024-05-13T15:21:46.370Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29662024-05-13T15:21:46.680Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29672024-05-13T15:21:46.818Z Documenting derive_builder_macro v0.20.0
29682024-05-13T15:21:48.053Z Documenting bitstruct v0.1.1
29692024-05-13T15:21:49.427Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29702024-05-13T15:21:50.896Z Documenting pin-project v1.1.3
29712024-05-13T15:21:51.415Z Documenting strip-ansi-escapes v0.2.0
29722024-05-13T15:21:51.481Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29732024-05-13T15:21:51.586Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29742024-05-13T15:21:51.673Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29752024-05-13T15:21:54.342Z Documenting crossbeam-deque v0.8.3
29762024-05-13T15:21:55.492Z Documenting snafu-derive v0.8.2
29772024-05-13T15:21:56.348Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29782024-05-13T15:21:56.920Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29792024-05-13T15:21:57.911Z Documenting erased-serde v0.3.31
29802024-05-13T15:21:58.225Z Documenting serde_arrays v0.1.0
29812024-05-13T15:21:58.651Z Documenting ref-cast-impl v1.0.22
29822024-05-13T15:22:01.902Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29832024-05-13T15:22:02.203Z Documenting nu-ansi-term v0.50.0
29842024-05-13T15:22:02.620Z Checking unicode-xid v0.2.4
29852024-05-13T15:22:02.710Z Documenting unicode-xid v0.2.4
29862024-05-13T15:22:02.763Z Documenting snafu v0.8.2
29872024-05-13T15:22:03.541Z Documenting ref-cast v1.0.22
29882024-05-13T15:22:04.363Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29892024-05-13T15:22:05.626Z Documenting const_format_proc_macros v0.2.32
29902024-05-13T15:22:06.434Z Documenting reedline v0.31.0
29912024-05-13T15:22:07.050Z Documenting rayon-core v1.12.1
29922024-05-13T15:22:07.066Z Documenting derive_builder v0.20.0
29932024-05-13T15:22:08.521Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29942024-05-13T15:22:10.223Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29952024-05-13T15:22:10.238Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29962024-05-13T15:22:11.485Z Documenting libefi-sys v0.1.0
29972024-05-13T15:22:11.917Z Documenting trust-dns-client v0.22.0
29982024-05-13T15:22:12.404Z Documenting polar-core v0.27.3
29992024-05-13T15:22:15.470Z Documenting libxml v0.3.3
30002024-05-13T15:22:15.940Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30012024-05-13T15:22:16.228Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30022024-05-13T15:22:16.633Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30032024-05-13T15:22:17.926Z Documenting globset v0.4.13
30042024-05-13T15:22:19.218Z Documenting bb8 v0.8.3
30052024-05-13T15:22:20.892Z Documenting olpc-cjson v0.1.3
30062024-05-13T15:22:21.114Z Documenting quick-xml v0.31.0
30072024-05-13T15:22:22.603Z Documenting serde_plain v1.0.2
30082024-05-13T15:22:23.753Z Documenting oso-derive v0.27.3
30092024-05-13T15:22:24.095Z Documenting impl-trait-for-tuples v0.2.2
30102024-05-13T15:22:25.293Z Documenting typed-path v0.7.0
30112024-05-13T15:22:25.786Z Documenting utf-8 v0.7.6
30122024-05-13T15:22:28.076Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30132024-05-13T15:22:28.152Z Documenting keccak v0.1.4
30142024-05-13T15:22:28.631Z Documenting samael v0.0.15
30152024-05-13T15:22:29.909Z Documenting oso v0.27.3
30162024-05-13T15:22:30.738Z Documenting tungstenite v0.21.0
30172024-05-13T15:22:31.122Z Documenting tough v0.17.1
30182024-05-13T15:22:31.520Z Documenting sha3 v0.10.8
30192024-05-13T15:22:32.364Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30202024-05-13T15:22:33.857Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30212024-05-13T15:22:35.932Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30222024-05-13T15:22:36.371Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30232024-05-13T15:22:36.587Z Documenting trust-dns-server v0.22.1
30242024-05-13T15:22:38.128Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30252024-05-13T15:22:41.454Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30262024-05-13T15:22:42.444Z Documenting rayon v1.10.0
30272024-05-13T15:22:43.812Z Documenting const_format v0.2.32
30282024-05-13T15:22:44.110Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30292024-05-13T15:22:46.472Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30302024-05-13T15:22:46.558Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30312024-05-13T15:22:46.622Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30322024-05-13T15:22:46.735Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30332024-05-13T15:22:47.160Z Documenting sled v0.34.7
30342024-05-13T15:22:47.655Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30352024-05-13T15:22:48.099Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30362024-05-13T15:22:48.251Z Documenting fs-err v2.11.0
30372024-05-13T15:22:48.952Z Documenting nix v0.28.0
30382024-05-13T15:22:51.012Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30392024-05-13T15:22:51.756Z Documenting cookie v0.18.1
30402024-05-13T15:22:51.908Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30412024-05-13T15:22:52.194Z Documenting secrecy v0.8.0
30422024-05-13T15:22:52.223Z Documenting gethostname v0.4.3
30432024-05-13T15:22:53.326Z Documenting peg-macros v0.8.3
30442024-05-13T15:22:53.402Z Documenting rustversion v1.0.14
30452024-05-13T15:22:55.392Z Documenting sqlparser_derive v0.2.2
30462024-05-13T15:22:56.794Z Documenting parse-size v1.0.0
30472024-05-13T15:22:56.949Z Documenting unicode_categories v0.1.1
30482024-05-13T15:22:57.431Z Documenting home v0.5.5
30492024-05-13T15:22:57.833Z Documenting castaway v0.2.2
30502024-05-13T15:22:58.203Z Documenting peg v0.8.3
30512024-05-13T15:22:59.307Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30522024-05-13T15:23:00.326Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30532024-05-13T15:23:00.540Z Documenting sqlparser v0.45.0
30542024-05-13T15:23:01.895Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30552024-05-13T15:23:02.098Z Documenting sqlformat v0.2.3
30562024-05-13T15:23:02.292Z Documenting rustyline v14.0.0
30572024-05-13T15:23:03.222Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30582024-05-13T15:23:07.505Z Documenting tokio-tungstenite v0.21.0
30592024-05-13T15:23:08.458Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30602024-05-13T15:23:09.691Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30612024-05-13T15:23:10.950Z Documenting zone v0.1.8
30622024-05-13T15:23:14.365Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30632024-05-13T15:23:14.911Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
30642024-05-13T15:23:15.856Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30652024-05-13T15:23:16.221Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30662024-05-13T15:23:17.371Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30672024-05-13T15:23:17.660Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30682024-05-13T15:23:17.946Z Documenting portpicker v0.1.1
30692024-05-13T15:23:18.609Z Documenting universal-hash v0.5.1
30702024-05-13T15:23:21.482Z Documenting bcs v0.1.6
30712024-05-13T15:23:23.180Z Documenting kstat-rs v0.2.3
30722024-05-13T15:23:33.205Z Documenting thiserror-impl-no-std v2.0.2
30732024-05-13T15:23:33.210Z Documenting curve25519-dalek-derive v0.1.0
30742024-05-13T15:23:33.210Z Documenting highway v1.1.0
30752024-05-13T15:23:33.219Z Documenting opaque-debug v0.3.0
30762024-05-13T15:23:33.438Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30772024-05-13T15:23:33.596Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30782024-05-13T15:23:34.013Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30792024-05-13T15:23:36.533Z Documenting poly1305 v0.8.0
30802024-05-13T15:23:37.356Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30812024-05-13T15:23:38.514Z Documenting curve25519-dalek v4.1.2
30822024-05-13T15:23:38.842Z Documenting thiserror-no-std v2.0.2
30832024-05-13T15:23:41.745Z Documenting compact_str v0.7.1
30842024-05-13T15:23:42.245Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30852024-05-13T15:23:43.967Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30862024-05-13T15:23:44.191Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30872024-05-13T15:23:45.028Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30882024-05-13T15:23:45.714Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30892024-05-13T15:23:45.813Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30902024-05-13T15:23:46.969Z Documenting portable-atomic v1.4.3
30912024-05-13T15:23:47.715Z Documenting ed25519 v1.5.3
30922024-05-13T15:23:50.684Z Documenting memoffset v0.7.1
30932024-05-13T15:23:51.234Z Documenting unicase v2.7.0
30942024-05-13T15:23:53.261Z Documenting rcgen v0.12.1
30952024-05-13T15:23:54.015Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
30962024-05-13T15:23:54.409Zwarning: could not parse code block as Rust code
30972024-05-13T15:23:54.410Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
30982024-05-13T15:23:54.410Z |
30992024-05-13T15:23:54.410Z246 | / /// Parse a string literal, either single- or double-quoted.
31002024-05-13T15:23:54.410Z247 | | ///
31012024-05-13T15:23:54.411Z248 | | /// Parsing string literals is pretty tricky, but we add several
31022024-05-13T15:23:54.411Z249 | | /// constraints to simplify things. First strings must be quoted, either
31032024-05-13T15:23:54.411Z... |
31042024-05-13T15:23:54.411Z277 | | ///
31052024-05-13T15:23:54.411Z278 | | /// Will be parsed as `this string has " in it`.
31062024-05-13T15:23:54.412Z | |________________________________________________________^
31072024-05-13T15:23:54.412Z |
31082024-05-13T15:23:54.412Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31092024-05-13T15:23:54.412Z = note: error from rustc: unknown start of token: \
31102024-05-13T15:23:54.412Z = note: error from rustc: unknown start of token: \
31112024-05-13T15:23:54.412Z = note: error from rustc: unknown start of token: \
31122024-05-13T15:23:54.413Z = note: error from rustc: unknown start of token: \
31132024-05-13T15:23:54.413Z = note: error from rustc: unknown start of token: \
31142024-05-13T15:23:54.413Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31152024-05-13T15:23:54.413Z
31162024-05-13T15:23:55.466Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31172024-05-13T15:23:55.918Zwarning: `oximeter-db` (lib doc) generated 1 warning
31182024-05-13T15:23:55.929Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
31192024-05-13T15:23:57.659Z Documenting atomicwrites v0.4.3
31202024-05-13T15:23:58.136Z Documenting chacha20 v0.9.1
31212024-05-13T15:24:02.172Z Documenting lru v0.12.1
31222024-05-13T15:24:02.784Z Documenting aead v0.5.2
31232024-05-13T15:24:02.825Z Documenting rand_seeder v0.2.3
31242024-05-13T15:24:03.283Z Documenting nanorand v0.7.0
31252024-05-13T15:24:03.926Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31262024-05-13T15:24:05.952Z Documenting subprocess v0.2.9
31272024-05-13T15:24:06.517Z Documenting stability v0.2.0
31282024-05-13T15:24:06.598Z Documenting cassowary v0.3.0
31292024-05-13T15:24:07.315Z Documenting number_prefix v0.4.0
31302024-05-13T15:24:17.007Z Documenting glob v0.3.1
31312024-05-13T15:24:17.854Z Documenting flume v0.11.0
31322024-05-13T15:24:17.861Z Documenting chacha20poly1305 v0.10.1
31332024-05-13T15:24:17.861Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31342024-05-13T15:24:17.861Z Documenting ratatui v0.26.2
31352024-05-13T15:24:17.943Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31362024-05-13T15:24:18.118Z Documenting indicatif v0.17.8
31372024-05-13T15:24:21.132Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31382024-05-13T15:24:22.333Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31392024-05-13T15:24:31.747Z Documenting mime_guess v2.0.4
31402024-05-13T15:24:31.840Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31412024-05-13T15:24:32.180Z Documenting salty v0.2.0
31422024-05-13T15:24:32.683Z Documenting vsss-rs v3.3.4
31432024-05-13T15:24:32.889Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31442024-05-13T15:24:34.132Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31452024-05-13T15:24:35.129Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31462024-05-13T15:24:36.227Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31472024-05-13T15:24:36.343Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31482024-05-13T15:24:37.423Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31492024-05-13T15:24:38.719Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31502024-05-13T15:24:39.003Z Documenting serde-big-array v0.5.1
31512024-05-13T15:24:40.290Z Documenting rtoolbox v0.0.1
31522024-05-13T15:24:40.936Z Documenting is_ci v1.2.0
31532024-05-13T15:24:42.274Z Documenting unicode-linebreak v0.1.5
31542024-05-13T15:24:43.305Z Documenting smawk v0.3.1
31552024-05-13T15:24:44.366Z Documenting http-range v0.1.5
31562024-05-13T15:24:45.064Z Documenting supports-color v3.0.0
31572024-05-13T15:24:45.349Z Documenting rpassword v7.3.1
31582024-05-13T15:24:45.532Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31592024-05-13T15:24:47.231Z Documenting textwrap v0.16.1
31602024-05-13T15:24:49.046Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31612024-05-13T15:24:49.264Z Documenting hyper-staticfile v0.9.5
31622024-05-13T15:24:49.742Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31632024-05-13T15:24:51.515Z Documenting tui-tree-widget v0.19.0
31642024-05-13T15:24:51.923Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31652024-05-13T15:24:53.972Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31662024-05-13T15:24:55.865Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31672024-05-13T15:24:55.924Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31682024-05-13T15:24:58.038Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31692024-05-13T15:24:58.141Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31702024-05-13T15:24:58.362Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31712024-05-13T15:24:58.827Z Documenting signal-hook-tokio v0.3.1
31722024-05-13T15:24:58.953Z Documenting memmap2 v0.7.1
31732024-05-13T15:24:59.630Z Documenting shell-words v1.1.0
31742024-05-13T15:25:00.035Zwarning: unresolved link to `test_sled_transitions`
31752024-05-13T15:25:00.035Z --> nexus/db-queries/src/db/datastore/sled.rs:636:11
31762024-05-13T15:25:00.035Z |
31772024-05-13T15:25:00.035Z636 | /// [`test_sled_transitions`].
31782024-05-13T15:25:00.035Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31792024-05-13T15:25:00.035Z |
31802024-05-13T15:25:00.035Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31812024-05-13T15:25:00.035Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31822024-05-13T15:25:00.035Z
31832024-05-13T15:25:00.039Zwarning: unresolved link to `test_sled_transitions`
31842024-05-13T15:25:00.039Z --> nexus/db-queries/src/db/datastore/sled.rs:672:11
31852024-05-13T15:25:00.039Z |
31862024-05-13T15:25:00.039Z672 | /// [`test_sled_transitions`].
31872024-05-13T15:25:00.039Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31882024-05-13T15:25:00.039Z |
31892024-05-13T15:25:00.039Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31902024-05-13T15:25:00.039Z
31912024-05-13T15:25:00.040Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31922024-05-13T15:25:00.040Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31932024-05-13T15:25:00.040Z |
31942024-05-13T15:25:00.040Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
31952024-05-13T15:25:00.040Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
31962024-05-13T15:25:00.040Z
31972024-05-13T15:25:00.851Z Documenting corncobs v0.1.3
31982024-05-13T15:25:03.417Z Documenting constant_time_eq v0.3.0
31992024-05-13T15:25:03.832Z Documenting arrayref v0.3.7
32002024-05-13T15:25:04.037Z Documenting arrayvec v0.7.4
32012024-05-13T15:25:04.305Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32022024-05-13T15:25:06.901Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32032024-05-13T15:25:07.046Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32042024-05-13T15:25:07.088Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32052024-05-13T15:25:07.838Z Documenting blake3 v1.5.0
32062024-05-13T15:25:08.416Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32072024-05-13T15:25:11.402Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32082024-05-13T15:25:12.762Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092024-05-13T15:25:17.203Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32102024-05-13T15:25:17.468Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32112024-05-13T15:25:17.475Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32122024-05-13T15:25:19.037Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32132024-05-13T15:25:26.332Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32142024-05-13T15:25:29.978Zwarning: unresolved link to `BlueprintDisksConfig`
32152024-05-13T15:25:29.978Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55
32162024-05-13T15:25:29.978Z |
32172024-05-13T15:25:29.978Z1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32182024-05-13T15:25:29.978Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32192024-05-13T15:25:29.978Z |
32202024-05-13T15:25:29.978Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32212024-05-13T15:25:29.978Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32222024-05-13T15:25:29.978Z
32232024-05-13T15:25:31.027Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32242024-05-13T15:25:31.032Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32252024-05-13T15:25:32.026Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
32262024-05-13T15:25:33.020Z Documenting fatfs v0.3.6
32272024-05-13T15:25:33.138Zwarning: unclosed HTML tag `usize`
32282024-05-13T15:25:33.138Z --> wicket/src/ui/panes/update.rs:153:19
32292024-05-13T15:25:33.138Z |
32302024-05-13T15:25:33.138Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32312024-05-13T15:25:33.138Z | ^^^^^^^
32322024-05-13T15:25:33.138Z |
32332024-05-13T15:25:33.138Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32342024-05-13T15:25:33.138Z
32352024-05-13T15:25:34.603Zwarning: `wicket` (lib doc) generated 1 warning
32362024-05-13T15:25:34.606Z Documenting assert_matches v1.5.0
32372024-05-13T15:25:37.610Z Documenting topological-sort v0.2.2
32382024-05-13T15:25:38.611Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32392024-05-13T15:25:41.684Z Documenting omicron-zone-package v0.11.0
32402024-05-13T15:25:42.615Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32412024-05-13T15:25:44.692Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32422024-05-13T15:25:44.692Z --> sled-agent/src/sim/instance.rs:46:7
32432024-05-13T15:25:44.692Z |
32442024-05-13T15:25:44.692Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32452024-05-13T15:25:44.692Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32462024-05-13T15:25:44.692Z |
32472024-05-13T15:25:44.692Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32482024-05-13T15:25:44.692Z
32492024-05-13T15:25:47.031Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32502024-05-13T15:25:48.228Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32512024-05-13T15:25:48.234Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32522024-05-13T15:25:49.097Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32532024-05-13T15:25:49.253Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32542024-05-13T15:25:51.610Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32552024-05-13T15:25:52.672Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32562024-05-13T15:25:55.936Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32572024-05-13T15:25:56.328Z Documenting uzers v0.11.3
32582024-05-13T15:25:56.650Z Documenting termios v0.3.3
32592024-05-13T15:26:03.932Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32602024-05-13T15:26:03.932Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32612024-05-13T15:26:03.951Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32622024-05-13T15:26:04.140Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32632024-05-13T15:26:10.479Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32642024-05-13T15:26:19.931Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32652024-05-13T15:26:27.709Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32662024-05-13T15:26:32.800Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32672024-05-13T15:26:40.013Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32682024-05-13T15:26:47.177Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32692024-05-13T15:26:48.484Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32702024-05-13T15:26:50.191Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32712024-05-13T15:26:52.614Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32722024-05-13T15:26:56.628Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32732024-05-13T15:27:13.665Zwarning: unresolved link to `Nexus`
32742024-05-13T15:27:13.665Z --> nexus/src/app/instance_network.rs:280:34
32752024-05-13T15:27:13.665Z |
32762024-05-13T15:27:13.665Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32772024-05-13T15:27:13.665Z | ^^^^^ no item named `Nexus` in scope
32782024-05-13T15:27:13.665Z |
32792024-05-13T15:27:13.665Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32802024-05-13T15:27:13.665Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32812024-05-13T15:27:13.665Z
32822024-05-13T15:27:13.670Zwarning: unresolved link to `Nexus`
32832024-05-13T15:27:13.670Z --> nexus/src/app/instance_network.rs:458:34
32842024-05-13T15:27:13.670Z |
32852024-05-13T15:27:13.670Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32862024-05-13T15:27:13.670Z | ^^^^^ no item named `Nexus` in scope
32872024-05-13T15:27:13.670Z |
32882024-05-13T15:27:13.670Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32892024-05-13T15:27:13.670Z
32902024-05-13T15:27:13.670Zwarning: unresolved link to `VolumeConstructionRequest`
32912024-05-13T15:27:13.670Z --> nexus/src/app/sagas/volume_delete.rs:338:7
32922024-05-13T15:27:13.670Z |
32932024-05-13T15:27:13.670Z338 | /// [`VolumeConstructionRequest`] is shown here):
32942024-05-13T15:27:13.671Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
32952024-05-13T15:27:13.671Z |
32962024-05-13T15:27:13.671Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32972024-05-13T15:27:13.671Z
32982024-05-13T15:27:13.671Zwarning: unresolved link to `fd00:1122:3344:101::5`
32992024-05-13T15:27:13.671Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33002024-05-13T15:27:13.671Z |
33012024-05-13T15:27:13.671Z348 | /// "[fd00:1122:3344:101::5]:1000",
33022024-05-13T15:27:13.671Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33032024-05-13T15:27:13.671Z
33042024-05-13T15:27:13.671Zwarning: unresolved link to `fd00:1122:3344:102::9`
33052024-05-13T15:27:13.671Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33062024-05-13T15:27:13.671Z |
33072024-05-13T15:27:13.671Z349 | /// "[fd00:1122:3344:102::9]:1000",
33082024-05-13T15:27:13.671Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33092024-05-13T15:27:13.671Z
33102024-05-13T15:27:13.671Zwarning: unresolved link to `fd00:1122:3344:103::2`
33112024-05-13T15:27:13.671Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33122024-05-13T15:27:13.671Z |
33132024-05-13T15:27:13.671Z350 | /// "[fd00:1122:3344:103::2]:1000"
33142024-05-13T15:27:13.671Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33152024-05-13T15:27:13.671Z
33162024-05-13T15:27:13.672Zwarning: unresolved link to `fd00:1122:3344:101::5`
33172024-05-13T15:27:13.672Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33182024-05-13T15:27:13.672Z |
33192024-05-13T15:27:13.672Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33202024-05-13T15:27:13.672Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33212024-05-13T15:27:13.672Z
33222024-05-13T15:27:13.672Zwarning: unresolved link to `fd00:1122:3344:102::9`
33232024-05-13T15:27:13.672Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33242024-05-13T15:27:13.672Z |
33252024-05-13T15:27:13.672Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33262024-05-13T15:27:13.672Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33272024-05-13T15:27:13.672Z
33282024-05-13T15:27:13.672Zwarning: unresolved link to `fd00:1122:3344:103::2`
33292024-05-13T15:27:13.672Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33302024-05-13T15:27:13.672Z |
33312024-05-13T15:27:13.672Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33322024-05-13T15:27:13.672Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33332024-05-13T15:27:13.672Z
33342024-05-13T15:27:16.685Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33352024-05-13T15:27:32.981Z Finished dev [unoptimized + debuginfo] target(s) in 12m 11s
33362024-05-13T15:27:33.062Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33372024-05-13T15:27:33.062Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33382024-05-13T15:27:33.062Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33392024-05-13T15:27:33.062Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33402024-05-13T15:27:33.062Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33412024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33422024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33432024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33442024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33452024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33462024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33472024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33482024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33492024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33502024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33512024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33522024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33532024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33542024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
33552024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
33562024-05-13T15:27:33.068Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
33572024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
33582024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
33592024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
33602024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
33612024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
33622024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
33632024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
33642024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
33652024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
33662024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
33672024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
33682024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
33692024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
33702024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
33712024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
33722024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
33732024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
33742024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
33752024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
33762024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
33772024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
33782024-05-13T15:27:33.069Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
33792024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
33802024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
33812024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
33822024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
33832024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33842024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33852024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33862024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
33872024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
33882024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33892024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33902024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33912024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
33922024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
33932024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
33942024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33952024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
33962024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
33972024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
33982024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
33992024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34002024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34012024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34022024-05-13T15:27:33.070Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34032024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34042024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34052024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34062024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34072024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34082024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34092024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34102024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34112024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34122024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34132024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34142024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34152024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34162024-05-13T15:27:33.071Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34172024-05-13T15:27:33.095Z
34182024-05-13T15:27:33.099Zreal 12:12.023368978
34192024-05-13T15:27:33.099Zuser 33:31.359786208
34202024-05-13T15:27:33.099Zsys 52:30.534119911
34212024-05-13T15:27:33.099Ztrap 0.903422923
34222024-05-13T15:27:33.099Ztflt 0.157012748
34232024-05-13T15:27:33.099Zdflt 0.588606165
34242024-05-13T15:27:33.099Zkflt 0.000142296
34252024-05-13T15:27:33.099Zlock 3:15:39.616969682
34262024-05-13T15:27:33.099Zslp 3:23:03.232569727
34272024-05-13T15:27:33.099Zlat 4:29.358503715
34282024-05-13T15:27:33.099Zstop 1:48.339309818
34292024-05-13T15:27:33.099Zprocess exited: duration 1308268 ms, exit code 0
 
34302024-05-13T15:27:33.106Zfound 0 output files