01HXB16MZDYRJK3GY1FFPBW3BF: 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: 01HXB16YN7YCAPAS36YCDDHV4Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-08T02:42:16.918Zjob assigned to worker 01HXB176SH4F99REWGFXE9K61N (queued for 1 m 8 s)
 
22024-05-08T02:42:24.105Zstarting task 0: "setup"
32024-05-08T02:42:24.156Z++ uname -s
42024-05-08T02:42:24.160Z+ kern=SunOS
52024-05-08T02:42:24.160Z+ case "$kern" in
62024-05-08T02:42:24.160Z+ groupadd -g 12345 build
72024-05-08T02:42:24.160Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-08T02:42:26.188Z+ zfs create -o mountpoint=/work rpool/work
92024-05-08T02:42:26.286Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-08T02:42:26.294Z+ home_fs=zfs
112024-05-08T02:42:26.294Z+ [[ zfs == autofs ]]
122024-05-08T02:42:26.295Z+ mkdir -p /home/build
132024-05-08T02:42:26.295Z+ chown build:build /home/build /work
142024-05-08T02:42:28.293Z+ chmod 0700 /home/build /work
152024-05-08T02:42:28.307Zprocess exited: duration 4184 ms, exit code 0
 
162024-05-08T02:42:28.324Zstarting task 1: "rust-toolchain"
172024-05-08T02:42:28.330Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-08T02:42:28.330Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-08T02:42:28.491Zinfo: downloading installer
202024-05-08T02:42:29.614Zwarning: it looks like you have an existing installation of Rust at:
212024-05-08T02:42:29.615Zwarning: /opt/ooce/bin
222024-05-08T02:42:29.615Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-08T02:42:29.615Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-08T02:42:29.615Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-08T02:42:29.615Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-08T02:42:29.615Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-08T02:42:29.615Zerror: cannot install while Rust is installed
282024-05-08T02:42:29.615Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-08T02:42:29.708Zinfo: profile set to 'default'
302024-05-08T02:42:29.708Zinfo: default host triple is x86_64-unknown-illumos
312024-05-08T02:42:29.712Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-08T02:42:29.810Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-08T02:42:29.810Zinfo: downloading component 'cargo'
342024-05-08T02:42:30.425Zinfo: downloading component 'clippy'
352024-05-08T02:42:30.645Zinfo: downloading component 'rust-docs'
362024-05-08T02:42:31.400Zinfo: downloading component 'rust-std'
372024-05-08T02:42:32.785Zinfo: downloading component 'rustc'
382024-05-08T02:42:36.078Zinfo: downloading component 'rustfmt'
392024-05-08T02:42:36.278Zinfo: installing component 'cargo'
402024-05-08T02:42:37.131Zinfo: installing component 'clippy'
412024-05-08T02:42:37.503Zinfo: installing component 'rust-docs'
422024-05-08T02:42:38.922Zinfo: installing component 'rust-std'
432024-05-08T02:42:40.810Zinfo: installing component 'rustc'
442024-05-08T02:42:45.101Zinfo: installing component 'rustfmt'
452024-05-08T02:42:45.455Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-08T02:42:45.455Z
472024-05-08T02:42:45.744Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-08T02:42:45.744Z
492024-05-08T02:42:45.748Z
502024-05-08T02:42:45.748ZRust is installed now. Great!
512024-05-08T02:42:45.748Z
522024-05-08T02:42:45.748ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-08T02:42:45.749Zenvironment variable. This has not been done automatically.
542024-05-08T02:42:45.749Z
552024-05-08T02:42:45.749ZTo configure your current shell, you need to source
562024-05-08T02:42:45.749Zthe corresponding env file under $HOME/.cargo.
572024-05-08T02:42:45.749Z
582024-05-08T02:42:45.749ZThis is usually done by running one of the following (note the leading DOT):
592024-05-08T02:42:45.749Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-08T02:42:45.749Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-08T02:42:45.820Z+ rustc --version
622024-05-08T02:42:45.888Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-08T02:42:45.895Zprocess exited: duration 17567 ms, exit code 0
 
642024-05-08T02:42:45.903Zstarting task 2: "authentication"
652024-05-08T02:42:45.929Zprocess exited: duration 22 ms, exit code 0
 
662024-05-08T02:42:45.938Zstarting task 3: "clone repository"
672024-05-08T02:42:45.944Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-08T02:42:45.948Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-08T02:42:46.089ZCloning into '/work/oxidecomputer/omicron'...
702024-05-08T02:42:51.777Z+ cd /work/oxidecomputer/omicron
712024-05-08T02:42:51.777Z+ git fetch origin 93b3e848089adc2c12d8663e885c3b2b6c46517f
722024-05-08T02:42:52.435ZFrom https://github.com/oxidecomputer/omicron
732024-05-08T02:42:52.435Z * branch 93b3e848089adc2c12d8663e885c3b2b6c46517f -> FETCH_HEAD
742024-05-08T02:42:52.444Z+ [[ -n '' ]]
752024-05-08T02:42:52.444Z+ git reset --hard 93b3e848089adc2c12d8663e885c3b2b6c46517f
762024-05-08T02:42:52.578ZHEAD is now at 93b3e8480 store volume that points to old region in replacement request
772024-05-08T02:42:52.586Zprocess exited: duration 6639 ms, exit code 0
 
782024-05-08T02:42:52.597Zstarting task 4: "build"
792024-05-08T02:42:52.602Z+ cargo --version
802024-05-08T02:42:52.608Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
812024-05-08T02:42:52.732Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
822024-05-08T02:42:52.732Zinfo: downloading component 'cargo'
832024-05-08T02:42:53.382Zinfo: downloading component 'clippy'
842024-05-08T02:42:53.595Zinfo: downloading component 'rust-docs'
852024-05-08T02:42:54.436Zinfo: downloading component 'rust-std'
862024-05-08T02:42:55.699Zinfo: downloading component 'rustc'
872024-05-08T02:42:59.059Zinfo: downloading component 'rustfmt'
882024-05-08T02:42:59.261Zinfo: installing component 'cargo'
892024-05-08T02:43:00.109Zinfo: installing component 'clippy'
902024-05-08T02:43:00.456Zinfo: installing component 'rust-docs'
912024-05-08T02:43:01.896Zinfo: installing component 'rust-std'
922024-05-08T02:43:03.495Zinfo: installing component 'rustc'
932024-05-08T02:43:07.624Zinfo: installing component 'rustfmt'
942024-05-08T02:43:08.017Zcargo 1.77.2 (e52e36006 2024-03-26)
952024-05-08T02:43:08.022Z+ rustc --version
962024-05-08T02:43:08.085Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
972024-05-08T02:43:08.089Z+ source ./env.sh
982024-05-08T02:43:08.089Z++ set -o xtrace
992024-05-08T02:43:08.093Z++++ dirname ./env.sh
1002024-05-08T02:43:08.093Z+++ readlink -f .
1012024-05-08T02:43:08.214Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022024-05-08T02:43:08.219Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-05-08T02:43:08.219Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042024-05-08T02:43:08.219Z++ 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
1052024-05-08T02:43:08.219Z++ 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
1062024-05-08T02:43:08.219Z++ 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
1072024-05-08T02:43:08.219Z++ 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
1082024-05-08T02:43:08.219Z++ 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
1092024-05-08T02:43:08.219Z++ 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
1102024-05-08T02:43:08.219Z++ unset OMICRON_WS
1112024-05-08T02:43:08.219Z++ set +o xtrace
1122024-05-08T02:43:08.325Z
1132024-05-08T02:43:08.325Z ##### ##### ###### ##### ###### #### # # # #### #
1142024-05-08T02:43:08.325Z # # # # # # # # # # # # # # #
1152024-05-08T02:43:08.325Z # # # # ##### # # ##### # # # # # #### #
1162024-05-08T02:43:08.325Z ##### ##### # ##### # # # # # # # # #
1172024-05-08T02:43:08.325Z # # # # # # # # # # # # # # #
1182024-05-08T02:43:08.325Z # # # ###### # # ###### ### # #### # #### #
1192024-05-08T02:43:08.325Z
1202024-05-08T02:43:23.347Z Startup: Refreshing catalog 'helios-dev' ... Done
1212024-05-08T02:43:25.219Z Startup: Caching catalogs ... Done
1222024-05-08T02:43:26.800ZPlanning: Solver setup ... Done (1.047s)
1232024-05-08T02:43:26.819ZPlanning: Running solver ... Done (0.019s)
1242024-05-08T02:43:26.855ZPlanning: Finding local manifests ... Done (0.005s)
1252024-05-08T02:43:26.866ZPlanning: Fetching manifests: 0/4 0% complete
1262024-05-08T02:43:27.206ZPlanning: Fetching manifests: 4/4 100% complete
1272024-05-08T02:43:27.258ZPlanning: Package planning ... Done (0.051s)
1282024-05-08T02:43:27.309ZPlanning: Merging actions ... Done (0.051s)
1292024-05-08T02:43:28.600ZPlanning: Checking for conflicting actions ... Done (1.291s)
1302024-05-08T02:43:28.612ZPlanning: Consolidating action changes ... Done (0.011s)
1312024-05-08T02:43:35.971ZPlanning: Evaluating mediators ... Done (7.357s)
1322024-05-08T02:43:35.981ZPlanning: Planning completed in 10.70 seconds
1332024-05-08T02:43:36.705Z Packages to install: 4
1342024-05-08T02:43:36.705Z Mediators to change: 2
1352024-05-08T02:43:36.705Z Services to change: 1
1362024-05-08T02:43:36.706Z Estimated space available: 155.31 GB
1372024-05-08T02:43:36.710ZEstimated space to be consumed: 1.44 GB
1382024-05-08T02:43:36.710Z Create boot environment: No
1392024-05-08T02:43:36.710ZCreate backup boot environment: No
1402024-05-08T02:43:36.710Z Rebuild boot archive: No
1412024-05-08T02:43:36.710Z
1422024-05-08T02:43:36.710ZChanged mediators:
1432024-05-08T02:43:36.711Z mediator clang:
1442024-05-08T02:43:36.711Z version: None -> 15 (system default)
1452024-05-08T02:43:36.711Z
1462024-05-08T02:43:36.711Z mediator llvm:
1472024-05-08T02:43:36.711Z version: 14 (system default) -> 15 (system default)
1482024-05-08T02:43:36.711Z
1492024-05-08T02:43:36.711ZChanged packages:
1502024-05-08T02:43:36.711Zhelios-dev
1512024-05-08T02:43:36.711Z developer/build-essential
1522024-05-08T02:43:36.711Z None -> 11-2.0
1532024-05-08T02:43:36.711Z library/libxmlsec1
1542024-05-08T02:43:36.711Z None -> 1.2.35-2.0
1552024-05-08T02:43:36.711Z ooce/developer/clang-15
1562024-05-08T02:43:36.711Z None -> 15.0.7-2.0
1572024-05-08T02:43:36.711Z ooce/developer/llvm-15
1582024-05-08T02:43:36.711Z None -> 15.0.7-2.0
1592024-05-08T02:43:36.711Z
1602024-05-08T02:43:36.711ZServices:
1612024-05-08T02:43:36.711Z restart_fmri:
1622024-05-08T02:43:36.711Z svc:/system/update-man-index:default
1632024-05-08T02:43:36.920Z
1642024-05-08T02:43:36.920ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1652024-05-08T02:43:41.925ZDownload: 1315/3290 items 113.2/212.6MB 53% complete (22.8M/s)
1662024-05-08T02:43:46.933ZDownload: 2823/3290 items 121.0/212.6MB 56% complete (12.2M/s)
1672024-05-08T02:43:51.447ZDownload: Completed 212.60 MB in 14.52 seconds (14.6M/s)
1682024-05-08T02:43:51.899Z Actions: 1/3689 actions (Installing new actions)
1692024-05-08T02:43:56.952Z Actions: 3566/3689 actions (Installing new actions)
1702024-05-08T02:43:57.705Z Actions: Completed 3689 actions in 5.80 seconds.
1712024-05-08T02:43:57.945Z Done (0.234s)
1722024-05-08T02:43:57.945Z Done (0.000s)
1732024-05-08T02:43:58.243Z Done (0.297s)
1742024-05-08T02:44:04.812Z Done (6.411s)
1752024-05-08T02:44:05.160Z Done (0.236s)
1762024-05-08T02:44:05.172Z Done (0.000s)
1772024-05-08T02:44:05.341Z Done (0.000s)
1782024-05-08T02:44:05.972ZPlanning: Evaluating mediator changes ... Done
1792024-05-08T02:44:06.157ZPlanning: Checking for conflicting actions ... Done
1802024-05-08T02:44:06.161ZPlanning: Consolidating action changes ... Done
1812024-05-08T02:44:06.439ZPlanning: Evaluating mediators ... Done
1822024-05-08T02:44:06.445ZPlanning: Planning completed in 0.47 seconds
1832024-05-08T02:44:06.883Z Mediators to change: 2
1842024-05-08T02:44:06.883Z Create boot environment: No
1852024-05-08T02:44:06.883ZCreate backup boot environment: No
1862024-05-08T02:44:06.887Z Done
1872024-05-08T02:44:06.887Z Done
1882024-05-08T02:44:06.887Z Done
1892024-05-08T02:44:11.411Z Done
1902024-05-08T02:44:11.421Z Done
1912024-05-08T02:44:11.421Z Done
1922024-05-08T02:44:11.421Z Done
1932024-05-08T02:44:11.896ZPlanning: Evaluating mediator changes ... Done
1942024-05-08T02:44:11.904ZPlanning: Merging actions ... Done
1952024-05-08T02:44:12.105ZPlanning: Checking for conflicting actions ... Done
1962024-05-08T02:44:12.110ZPlanning: Consolidating action changes ... Done
1972024-05-08T02:44:12.817ZPlanning: Evaluating mediators ... Done
1982024-05-08T02:44:12.843ZPlanning: Planning completed in 0.81 seconds
1992024-05-08T02:44:12.843Z Packages to change: 1
2002024-05-08T02:44:12.843Z Mediators to change: 1
2012024-05-08T02:44:12.843Z Services to change: 1
2022024-05-08T02:44:12.843Z Create boot environment: No
2032024-05-08T02:44:12.843ZCreate backup boot environment: Yes
2042024-05-08T02:44:14.547Z Actions: 1/6 actions (Updating modified actions)
2052024-05-08T02:44:14.612Z Actions: Completed 6 actions in 0.13 seconds.
2062024-05-08T02:44:14.612Z Done
2072024-05-08T02:44:14.613Z Done
2082024-05-08T02:44:14.673Z Done
2092024-05-08T02:44:18.527Z Done
2102024-05-08T02:44:18.619Z Done
2112024-05-08T02:44:18.623Z Done
2122024-05-08T02:44:18.740Z Done
2132024-05-08T02:44:19.181ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2142024-05-08T02:44:19.181Zclang system 15 system
2152024-05-08T02:44:19.182Zcsh system system illumos
2162024-05-08T02:44:19.182Zctags system system illumos
2172024-05-08T02:44:19.182Zgcc vendor 12 vendor
2182024-05-08T02:44:19.182Zgcc system 10 system
2192024-05-08T02:44:19.182Zgcc system 7 system
2202024-05-08T02:44:19.182Zgo system 1.20 system
2212024-05-08T02:44:19.182Zgo system 1.19 system
2222024-05-08T02:44:19.182Zllvm system 15 system
2232024-05-08T02:44:19.182Zllvm system 14 system
2242024-05-08T02:44:19.182Zmariadb system 10.6 system
2252024-05-08T02:44:19.182Zmta vendor vendor dma
2262024-05-08T02:44:19.182Zopenjdk system 17 system
2272024-05-08T02:44:19.182Zopenjdk system 11 system
2282024-05-08T02:44:19.182Zopenjdk system 1.8 system
2292024-05-08T02:44:19.182Zopenssl vendor 3 vendor
2302024-05-08T02:44:19.182Zperl system 5.36 system
2312024-05-08T02:44:19.182Zpostgresql system 15 system
2322024-05-08T02:44:19.182Zpostgresql system 13 system
2332024-05-08T02:44:19.182Zpython vendor 3 vendor
2342024-05-08T02:44:19.182Zpython system 2 system
2352024-05-08T02:44:19.182Zpython3 system 3.11 system
2362024-05-08T02:44:19.182Zruby system 3.0 system
2372024-05-08T02:44:19.183Zwords vendor vendor american-english
2382024-05-08T02:44:19.183Zwords system system australian-english
2392024-05-08T02:44:19.183Zwords system system british-english
2402024-05-08T02:44:19.183Zwords system system canadian-english
2412024-05-08T02:44:19.183Zwords system system french
2422024-05-08T02:44:19.183Zwords system system italian
2432024-05-08T02:44:19.183Zwords system system ngerman
2442024-05-08T02:44:19.183Zwords system system ogerman
2452024-05-08T02:44:19.183Zwords system system spanish
2462024-05-08T02:44:19.526ZPUBLISHER TYPE STATUS P LOCATION
2472024-05-08T02:44:19.526Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2482024-05-08T02:44:20.899ZFMRI IFO
2492024-05-08T02:44:20.899Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2502024-05-08T02:44:20.899Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2512024-05-08T02:44:20.899Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2522024-05-08T02:44:20.899Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2532024-05-08T02:44:20.899Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2542024-05-08T02:44:20.899Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2552024-05-08T02:44:20.900Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2562024-05-08T02:44:20.900Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2572024-05-08T02:44:20.900Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2582024-05-08T02:44:20.900Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592024-05-08T02:44:20.900Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2602024-05-08T02:44:20.900Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612024-05-08T02:44:21.182Z+ set -o errexit
2622024-05-08T02:44:21.186Z+++ dirname ./tools/ci_download_cockroachdb
2632024-05-08T02:44:21.186Z++ cd ./tools
2642024-05-08T02:44:21.186Z++ pwd
2652024-05-08T02:44:21.186Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2662024-05-08T02:44:21.186Z++ basename ./tools/ci_download_cockroachdb
2672024-05-08T02:44:21.186Z+ ARG0=ci_download_cockroachdb
2682024-05-08T02:44:21.186Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2692024-05-08T02:44:21.191Z+ CIDL_VERSION=v22.1.9
2702024-05-08T02:44:21.191Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2712024-05-08T02:44:21.191Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2722024-05-08T02:44:21.191Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2732024-05-08T02:44:21.191Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2742024-05-08T02:44:21.191Z+ TARGET_DIR=out
2752024-05-08T02:44:21.192Z+ DOWNLOAD_DIR=out/downloads
2762024-05-08T02:44:21.192Z+ DEST_DIR=./out/cockroachdb
2772024-05-08T02:44:21.192Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2782024-05-08T02:44:21.192Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2792024-05-08T02:44:21.192Z+ main
2802024-05-08T02:44:21.192Z+ [[ 0 != 0 ]]
2812024-05-08T02:44:21.192Z+ CIDL_OS=solaris2.11
2822024-05-08T02:44:21.192Z+ [[ 0 != 0 ]]
2832024-05-08T02:44:21.192Z+ configure_os solaris2.11
2842024-05-08T02:44:21.192Z+ echo 'current directory: /work/oxidecomputer/omicron'
2852024-05-08T02:44:21.192Z+ echo 'configuring based on OS: "solaris2.11"'
2862024-05-08T02:44:21.192Zcurrent directory: /work/oxidecomputer/omicron
2872024-05-08T02:44:21.192Zconfiguring based on OS: "solaris2.11"
2882024-05-08T02:44:21.192Z+ case "$1" in
2892024-05-08T02:44:21.192Z+ CIDL_BUILD=illumos
2902024-05-08T02:44:21.192Z+ CIDL_SUFFIX=tar.gz
2912024-05-08T02:44:21.192Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2922024-05-08T02:44:21.192Z+ CIDL_URL_BASE=https://illumos.org/downloads
2932024-05-08T02:44:21.192Z+ CIDL_ASSEMBLE=do_assemble_illumos
2942024-05-08T02:44:21.192Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2952024-05-08T02:44:21.192Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2962024-05-08T02:44:21.192Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-05-08T02:44:21.192Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2982024-05-08T02:44:21.193Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-05-08T02:44:21.193Z+ CIDL_SHA256FUNC=do_sha256sum
3002024-05-08T02:44:21.193Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3012024-05-08T02:44:21.193ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-05-08T02:44:21.193Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3032024-05-08T02:44:21.193Z+ mkdir -p out/downloads
3042024-05-08T02:44:21.193ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-05-08T02:44:21.193Z+ mkdir -p ./out/cockroachdb
3062024-05-08T02:44:21.205Z+ local DO_DOWNLOAD=true
3072024-05-08T02:44:21.205Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3082024-05-08T02:44:21.205Z+ '[' true == true ']'
3092024-05-08T02:44:21.205Z+ echo Downloading...
3102024-05-08T02:44:21.205ZDownloading...
3112024-05-08T02:44:21.205Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-05-08T02:44:21.205Z+ 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
3132024-05-08T02:44:23.444Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3142024-05-08T02:44:23.449Z++ sha256sum
3152024-05-08T02:44:23.449Z++ awk '{print $1}'
3162024-05-08T02:44:23.507Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3172024-05-08T02:44:23.508Z+ [[ 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 ]]
3182024-05-08T02:44:23.512Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-05-08T02:44:23.512Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3202024-05-08T02:44:25.692Z+ do_assemble_illumos
3212024-05-08T02:44:25.692Z+ rm -r ./out/cockroachdb
3222024-05-08T02:44:25.696Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3232024-05-08T02:44:26.085Z+ ./out/cockroachdb/bin/cockroach version
3242024-05-08T02:44:26.338ZBuild Tag: v22.1.9-dirty
3252024-05-08T02:44:26.338ZBuild Time: 2022/10/26 21:17:46
3262024-05-08T02:44:26.338ZDistribution: OSS
3272024-05-08T02:44:26.338ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3282024-05-08T02:44:26.338ZGo Version: go1.17.13
3292024-05-08T02:44:26.338ZC Compiler: gcc 10.3.0
3302024-05-08T02:44:26.338ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3312024-05-08T02:44:26.339ZBuild Type: release
3322024-05-08T02:44:26.357Z+ set -o errexit
3332024-05-08T02:44:26.361Z+++ dirname ./tools/ci_download_clickhouse
3342024-05-08T02:44:26.361Z++ cd ./tools
3352024-05-08T02:44:26.361Z++ pwd
3362024-05-08T02:44:26.365Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3372024-05-08T02:44:26.365Z++ basename ./tools/ci_download_clickhouse
3382024-05-08T02:44:26.365Z+ ARG0=ci_download_clickhouse
3392024-05-08T02:44:26.365Z+ TARGET_DIR=out
3402024-05-08T02:44:26.366Z+ DOWNLOAD_DIR=out/downloads
3412024-05-08T02:44:26.366Z+ DEST_DIR=./out/clickhouse
3422024-05-08T02:44:26.366Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3432024-05-08T02:44:26.370Z+ CIDL_VERSION=v23.8.7.24
3442024-05-08T02:44:26.370Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3452024-05-08T02:44:26.370Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3462024-05-08T02:44:26.370Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3472024-05-08T02:44:26.370Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3482024-05-08T02:44:26.370Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3492024-05-08T02:44:26.370Z+ main
3502024-05-08T02:44:26.370Z+ [[ 0 != 0 ]]
3512024-05-08T02:44:26.370Z+ CIDL_OS=solaris2.11
3522024-05-08T02:44:26.370Z+ [[ 0 != 0 ]]
3532024-05-08T02:44:26.370Z+ configure_os solaris2.11
3542024-05-08T02:44:26.370Z+ echo 'current directory: /work/oxidecomputer/omicron'
3552024-05-08T02:44:26.370Zcurrent directory: /work/oxidecomputer/omicron
3562024-05-08T02:44:26.370Zconfiguring based on OS: "solaris2.11"
3572024-05-08T02:44:26.370Z+ echo 'configuring based on OS: "solaris2.11"'
3582024-05-08T02:44:26.371Z+ CIDL_DASHREV=
3592024-05-08T02:44:26.371Z+ case "$1" in
3602024-05-08T02:44:26.371Z+ CIDL_PLATFORM=illumos
3612024-05-08T02:44:26.371Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3622024-05-08T02:44:26.371Z+ CIDL_MD5FUNC=do_md5sum
3632024-05-08T02:44:26.371Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3642024-05-08T02:44:26.371Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3652024-05-08T02:44:26.371Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-05-08T02:44:26.371Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-05-08T02:44:26.371Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3682024-05-08T02:44:26.371ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-05-08T02:44:26.371Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3702024-05-08T02:44:26.371ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3712024-05-08T02:44:26.371Z+ mkdir -p out/downloads
3722024-05-08T02:44:26.371Z+ mkdir -p ./out/clickhouse
3732024-05-08T02:44:26.376Z+ local DO_DOWNLOAD=true
3742024-05-08T02:44:26.376Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3752024-05-08T02:44:26.376Z+ '[' true == true ']'
3762024-05-08T02:44:26.376Z+ echo Downloading...
3772024-05-08T02:44:26.376ZDownloading...
3782024-05-08T02:44:26.376Z+ 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
3792024-05-08T02:44:26.376Z+ 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
3802024-05-08T02:44:27.975Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3812024-05-08T02:44:27.979Z++ md5sum
3822024-05-08T02:44:27.979Z++ awk '{print $1}'
3832024-05-08T02:44:28.300Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3842024-05-08T02:44:28.300Z+ [[ 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 ]]
3852024-05-08T02:44:28.300Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3862024-05-08T02:44:28.300Z+ mkdir -p ./out/clickhouse
3872024-05-08T02:44:28.304Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3882024-05-08T02:44:32.117Z+ [[ solaris2.11 == darwin* ]]
3892024-05-08T02:44:32.117Z+ ./out/clickhouse/clickhouse server --version
3902024-05-08T02:44:32.536ZClickHouse server version 23.8.7.1.
3912024-05-08T02:44:32.558Z+ set -o errexit
3922024-05-08T02:44:32.563Z+++ dirname ./tools/ci_download_console
3932024-05-08T02:44:32.566Z++ cd ./tools
3942024-05-08T02:44:32.567Z++ pwd
3952024-05-08T02:44:32.567Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3962024-05-08T02:44:32.567Z++ basename ./tools/ci_download_console
3972024-05-08T02:44:32.567Z+ ARG0=ci_download_console
3982024-05-08T02:44:32.567Z+ TARGET_DIR=out
3992024-05-08T02:44:32.567Z+ DOWNLOAD_DIR=out/downloads
4002024-05-08T02:44:32.567Z+ DEST_DIR=./out/console-assets
4012024-05-08T02:44:32.567Z+ source /work/oxidecomputer/omicron/tools/console_version
4022024-05-08T02:44:32.567Z++ COMMIT=31d188450d18a705c7f3974a23b0c8e1273aa55a
4032024-05-08T02:44:32.567Z++ SHA2=2a3a0d2f19a1df4fa27088135d0e9af7d97adebd133ea1f5c946d98b010a3e78
4042024-05-08T02:44:32.567Z+ URL=https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz
4052024-05-08T02:44:32.567Z+ TARBALL_FILE=out/downloads/console.tar.gz
4062024-05-08T02:44:32.567Z+ main
4072024-05-08T02:44:32.567Z+ [[ 0 != 0 ]]
4082024-05-08T02:44:32.567Z+ echo 'URL: https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz'
4092024-05-08T02:44:32.567ZURL: https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz
4102024-05-08T02:44:32.567Z+ echo 'Local file: out/downloads/console.tar.gz'
4112024-05-08T02:44:32.567ZLocal file: out/downloads/console.tar.gz
4122024-05-08T02:44:32.567Z+ local DO_DOWNLOAD=true
4132024-05-08T02:44:32.568Z+ [[ -f out/downloads/console.tar.gz ]]
4142024-05-08T02:44:32.568Z+ mkdir -p out/downloads
4152024-05-08T02:44:32.571Z+ '[' true == true ']'
4162024-05-08T02:44:32.571Z+ echo Downloading...
4172024-05-08T02:44:32.571ZDownloading...
4182024-05-08T02:44:32.572Z+ do_download_curl https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz out/downloads/console.tar.gz
4192024-05-08T02:44:32.572Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz
4202024-05-08T02:44:33.153Z++ do_sha256sum out/downloads/console.tar.gz
4212024-05-08T02:44:33.153Z++ case "$OSTYPE" in
4222024-05-08T02:44:33.153Z++ SHA=sha256sum
4232024-05-08T02:44:33.157Z++ sha256sum
4242024-05-08T02:44:33.157Z++ awk '{print $1}'
4252024-05-08T02:44:33.161Z+ calculated_sha2=2a3a0d2f19a1df4fa27088135d0e9af7d97adebd133ea1f5c946d98b010a3e78
4262024-05-08T02:44:33.161Z+ [[ 2a3a0d2f19a1df4fa27088135d0e9af7d97adebd133ea1f5c946d98b010a3e78 != \2\a\3\a\0\d\2\f\1\9\a\1\d\f\4\f\a\2\7\0\8\8\1\3\5\d\0\e\9\a\f\7\d\9\7\a\d\e\b\d\1\3\3\e\a\1\f\5\c\9\4\6\d\9\8\b\0\1\0\a\3\e\7\8 ]]
4272024-05-08T02:44:33.161Z+ rm -rf ./out/console-assets
4282024-05-08T02:44:33.167Z+ mkdir -p ./out/console-assets
4292024-05-08T02:44:33.167Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4302024-05-08T02:44:33.167Z+ mkdir -p ./out/console-assets
4312024-05-08T02:44:33.167Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4322024-05-08T02:44:33.261Z+ set -o errexit
4332024-05-08T02:44:33.265Z+++ dirname ./tools/ci_download_maghemite_openapi
4342024-05-08T02:44:33.269Z++ cd ./tools
4352024-05-08T02:44:33.269Z++ pwd
4362024-05-08T02:44:33.269Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4372024-05-08T02:44:33.269Z++ basename ./tools/ci_download_maghemite_openapi
4382024-05-08T02:44:33.269Z+ ARG0=ci_download_maghemite_openapi
4392024-05-08T02:44:33.269Z+ TARGET_DIR=out
4402024-05-08T02:44:33.269Z+ DOWNLOAD_DIR=out/downloads
4412024-05-08T02:44:33.269Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4422024-05-08T02:44:33.270Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4432024-05-08T02:44:33.270Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4442024-05-08T02:44:33.270Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4452024-05-08T02:44:33.270Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4462024-05-08T02:44:33.270Z+ main
4472024-05-08T02:44:33.270Z+ rm -rf out/downloads/root
4482024-05-08T02:44:33.280Z+ [[ 0 != 0 ]]
4492024-05-08T02:44:33.280Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4502024-05-08T02:44:33.280ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4512024-05-08T02:44:33.280Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4522024-05-08T02:44:33.280ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4532024-05-08T02:44:33.280Z+ local DO_DOWNLOAD=true
4542024-05-08T02:44:33.280Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4552024-05-08T02:44:33.280Z+ mkdir -p out/downloads
4562024-05-08T02:44:33.280Z+ '[' true == true ']'
4572024-05-08T02:44:33.280Z+ echo Downloading...
4582024-05-08T02:44:33.280ZDownloading...
4592024-05-08T02:44:33.280Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4602024-05-08T02:44:33.280Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4612024-05-08T02:44:33.532Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4622024-05-08T02:44:33.532Z++ case "$OSTYPE" in
4632024-05-08T02:44:33.536Z++ SHA=sha256sum
4642024-05-08T02:44:33.536Z++ sha256sum
4652024-05-08T02:44:33.537Z++ awk '{print $1}'
4662024-05-08T02:44:33.540Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4672024-05-08T02:44:33.541Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4682024-05-08T02:44:33.541Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4692024-05-08T02:44:33.541Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4702024-05-08T02:44:33.541Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4712024-05-08T02:44:33.541Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4722024-05-08T02:44:33.541Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4732024-05-08T02:44:33.541Z+ main
4742024-05-08T02:44:33.541Z+ rm -rf out/downloads/root
4752024-05-08T02:44:33.541Z+ [[ 0 != 0 ]]
4762024-05-08T02:44:33.541Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4772024-05-08T02:44:33.541ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4782024-05-08T02:44:33.541Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4792024-05-08T02:44:33.541ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4802024-05-08T02:44:33.541Z+ local DO_DOWNLOAD=true
4812024-05-08T02:44:33.541Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4822024-05-08T02:44:33.541Z+ mkdir -p out/downloads
4832024-05-08T02:44:33.546Z+ '[' true == true ']'
4842024-05-08T02:44:33.546Z+ echo Downloading...
4852024-05-08T02:44:33.546ZDownloading...
4862024-05-08T02:44:33.546Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4872024-05-08T02:44:33.546Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4882024-05-08T02:44:33.651Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4892024-05-08T02:44:33.656Z++ case "$OSTYPE" in
4902024-05-08T02:44:33.656Z++ SHA=sha256sum
4912024-05-08T02:44:33.656Z++ sha256sum
4922024-05-08T02:44:33.656Z++ awk '{print $1}'
4932024-05-08T02:44:33.661Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4942024-05-08T02:44:33.661Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4952024-05-08T02:44:33.665Z+ set -o errexit
4962024-05-08T02:44:33.668Z+++ dirname ./tools/ci_download_dendrite_openapi
4972024-05-08T02:44:33.668Z++ cd ./tools
4982024-05-08T02:44:33.669Z++ pwd
4992024-05-08T02:44:33.669Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5002024-05-08T02:44:33.674Z++ basename ./tools/ci_download_dendrite_openapi
5012024-05-08T02:44:33.674Z+ ARG0=ci_download_dendrite_openapi
5022024-05-08T02:44:33.674Z+ TARGET_DIR=out
5032024-05-08T02:44:33.674Z+ DOWNLOAD_DIR=out/downloads
5042024-05-08T02:44:33.674Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5052024-05-08T02:44:33.674Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5062024-05-08T02:44:33.674Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5072024-05-08T02:44:33.674Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5082024-05-08T02:44:33.674Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5092024-05-08T02:44:33.674Z+ main
5102024-05-08T02:44:33.674Z+ [[ 0 != 0 ]]
5112024-05-08T02:44:33.674Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5122024-05-08T02:44:33.674ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5132024-05-08T02:44:33.674Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5142024-05-08T02:44:33.674ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5152024-05-08T02:44:33.674Z+ local DO_DOWNLOAD=true
5162024-05-08T02:44:33.674Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5172024-05-08T02:44:33.674Z+ mkdir -p out/downloads
5182024-05-08T02:44:33.680Z+ '[' true == true ']'
5192024-05-08T02:44:33.680Z+ echo Downloading...
5202024-05-08T02:44:33.680ZDownloading...
5212024-05-08T02:44:33.680Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5222024-05-08T02:44:33.680Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5232024-05-08T02:44:33.787Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5242024-05-08T02:44:33.787Z++ case "$OSTYPE" in
5252024-05-08T02:44:33.787Z++ SHA=sha256sum
5262024-05-08T02:44:33.791Z++ sha256sum
5272024-05-08T02:44:33.791Z++ awk '{print $1}'
5282024-05-08T02:44:33.795Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5292024-05-08T02:44:33.796Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5302024-05-08T02:44:33.801Z+ set -o errexit
5312024-05-08T02:44:33.805Z+++ dirname ./tools/ci_download_dendrite_stub
5322024-05-08T02:44:33.810Z++ cd ./tools
5332024-05-08T02:44:33.810Z++ pwd
5342024-05-08T02:44:33.810Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5352024-05-08T02:44:33.810Z++ basename ./tools/ci_download_dendrite_stub
5362024-05-08T02:44:33.810Z+ ARG0=ci_download_dendrite_stub
5372024-05-08T02:44:33.810Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5382024-05-08T02:44:33.810Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5392024-05-08T02:44:33.810Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5402024-05-08T02:44:33.810Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5412024-05-08T02:44:33.810Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5422024-05-08T02:44:33.810Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5432024-05-08T02:44:33.810Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5442024-05-08T02:44:33.810Z+ TARGET_DIR=out
5452024-05-08T02:44:33.810Z+ DOWNLOAD_DIR=out/downloads
5462024-05-08T02:44:33.810Z+ DEST_DIR=./out/dendrite-stub
5472024-05-08T02:44:33.810Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5482024-05-08T02:44:33.810Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5492024-05-08T02:44:33.810Z+ REPO=oxidecomputer/dendrite
5502024-05-08T02:44:33.810Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5512024-05-08T02:44:33.810Z+ main
5522024-05-08T02:44:33.810Z+ [[ 0 != 0 ]]
5532024-05-08T02:44:33.811Z+ CIDL_OS=solaris2.11
5542024-05-08T02:44:33.811Z+ [[ 0 != 0 ]]
5552024-05-08T02:44:33.811Z+ configure_os solaris2.11
5562024-05-08T02:44:33.811Z+ echo 'current directory: /work/oxidecomputer/omicron'
5572024-05-08T02:44:33.811Z+ echo 'configuring based on OS: "solaris2.11"'
5582024-05-08T02:44:33.811Zcurrent directory: /work/oxidecomputer/omicron
5592024-05-08T02:44:33.811Zconfiguring based on OS: "solaris2.11"
5602024-05-08T02:44:33.811Z+ case "$1" in
5612024-05-08T02:44:33.811Z+ SET_BINARIES=
5622024-05-08T02:44:33.811Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5632024-05-08T02:44:33.811Z+ CIDL_SHA256FUNC=do_sha256sum
5642024-05-08T02:44:33.811Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5652024-05-08T02:44:33.811Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5662024-05-08T02:44:33.811Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5672024-05-08T02:44:33.811Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5682024-05-08T02:44:33.811ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5692024-05-08T02:44:33.811ZLocal file: out/downloads/dendrite-stub.tar.gz
5702024-05-08T02:44:33.811Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5712024-05-08T02:44:33.811Z+ mkdir -p out/downloads
5722024-05-08T02:44:33.816Z+ mkdir -p ./out/dendrite-stub
5732024-05-08T02:44:33.816Z+ fetch_and_verify
5742024-05-08T02:44:33.816Z+ local DO_DOWNLOAD=true
5752024-05-08T02:44:33.816Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5762024-05-08T02:44:33.816Z+ '[' true == true ']'
5772024-05-08T02:44:33.816Z+ echo Downloading...
5782024-05-08T02:44:33.816ZDownloading...
5792024-05-08T02:44:33.816Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5802024-05-08T02:44:33.816Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5812024-05-08T02:44:40.930Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5822024-05-08T02:44:40.936Z++ sha256sum
5832024-05-08T02:44:40.936Z++ awk '{print $1}'
5842024-05-08T02:44:40.954Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5852024-05-08T02:44:40.954Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5862024-05-08T02:44:40.958Z+ do_untar out/downloads/dendrite-stub.tar.gz
5872024-05-08T02:44:40.958Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5882024-05-08T02:44:41.564Z+ do_assemble
5892024-05-08T02:44:41.564Z+ rm -r ./out/dendrite-stub
5902024-05-08T02:44:41.569Z+ mkdir ./out/dendrite-stub
5912024-05-08T02:44:41.569Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5922024-05-08T02:44:41.649Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5932024-05-08T02:44:41.672Z+ set -o errexit
5942024-05-08T02:44:41.672Z+++ dirname ./tools/ci_download_maghemite_mgd
5952024-05-08T02:44:41.672Z++ cd ./tools
5962024-05-08T02:44:41.672Z++ pwd
5972024-05-08T02:44:41.672Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5982024-05-08T02:44:41.672Z++ basename ./tools/ci_download_maghemite_mgd
5992024-05-08T02:44:41.673Z+ ARG0=ci_download_maghemite_mgd
6002024-05-08T02:44:41.673Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6012024-05-08T02:44:41.673Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6022024-05-08T02:44:41.673Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6032024-05-08T02:44:41.673Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6042024-05-08T02:44:41.673Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6052024-05-08T02:44:41.673Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6062024-05-08T02:44:41.673Z+ TARGET_DIR=out
6072024-05-08T02:44:41.673Z+ DOWNLOAD_DIR=out/downloads
6082024-05-08T02:44:41.673Z+ DEST_DIR=./out/mgd
6092024-05-08T02:44:41.673Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6102024-05-08T02:44:41.674Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6112024-05-08T02:44:41.674Z+ REPO=oxidecomputer/maghemite
6122024-05-08T02:44:41.674Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6132024-05-08T02:44:41.674Z+ main
6142024-05-08T02:44:41.674Z+ rm -rf out/downloads/root
6152024-05-08T02:44:41.674Z+ [[ 0 != 0 ]]
6162024-05-08T02:44:41.674Z+ CIDL_OS=solaris2.11
6172024-05-08T02:44:41.674Z+ [[ 0 != 0 ]]
6182024-05-08T02:44:41.674Z+ configure_os solaris2.11
6192024-05-08T02:44:41.674Z+ echo 'current directory: /work/oxidecomputer/omicron'
6202024-05-08T02:44:41.674Z+ echo 'configuring based on OS: "solaris2.11"'
6212024-05-08T02:44:41.674Z+ case "$1" in
6222024-05-08T02:44:41.674Z+ SET_BINARIES=
6232024-05-08T02:44:41.675Zcurrent directory: /work/oxidecomputer/omicron
6242024-05-08T02:44:41.675Zconfiguring based on OS: "solaris2.11"
6252024-05-08T02:44:41.675Z+ CIDL_SHA256FUNC=do_sha256sum
6262024-05-08T02:44:41.675Z+ TARBALL_FILENAME=mgd.tar.gz
6272024-05-08T02:44:41.675Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6282024-05-08T02:44:41.675Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6292024-05-08T02:44:41.675Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6302024-05-08T02:44:41.675ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6312024-05-08T02:44:41.675Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6322024-05-08T02:44:41.675Z+ mkdir -p out/downloads
6332024-05-08T02:44:41.675ZLocal file: out/downloads/mgd.tar.gz
6342024-05-08T02:44:41.675Z+ mkdir -p ./out/mgd
6352024-05-08T02:44:41.682Z+ fetch_and_verify
6362024-05-08T02:44:41.682Z+ local DO_DOWNLOAD=true
6372024-05-08T02:44:41.682Z+ [[ -f out/downloads/mgd.tar.gz ]]
6382024-05-08T02:44:41.682Z+ '[' true == true ']'
6392024-05-08T02:44:41.682Z+ echo Downloading...
6402024-05-08T02:44:41.682ZDownloading...
6412024-05-08T02:44:41.682Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6422024-05-08T02:44:41.683Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6432024-05-08T02:44:48.117Z++ do_sha256sum out/downloads/mgd.tar.gz
6442024-05-08T02:44:48.122Z++ sha256sum
6452024-05-08T02:44:48.122Z++ awk '{print $1}'
6462024-05-08T02:44:48.142Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6472024-05-08T02:44:48.146Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6482024-05-08T02:44:48.146Z+ do_untar out/downloads/mgd.tar.gz
6492024-05-08T02:44:48.146Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6502024-05-08T02:44:48.741Z+ do_assemble
6512024-05-08T02:44:48.741Z+ rm -r ./out/mgd
6522024-05-08T02:44:48.745Z+ mkdir ./out/mgd
6532024-05-08T02:44:48.745Z+ cp -r out/downloads/root ./out/mgd/root
6542024-05-08T02:44:48.826Z+ set -o errexit
6552024-05-08T02:44:48.830Z+++ dirname ./tools/ci_download_transceiver_control
6562024-05-08T02:44:48.830Z++ cd ./tools
6572024-05-08T02:44:48.830Z++ pwd
6582024-05-08T02:44:48.830Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6592024-05-08T02:44:48.835Z++ basename ./tools/ci_download_transceiver_control
6602024-05-08T02:44:48.835Z+ ARG0=ci_download_transceiver_control
6612024-05-08T02:44:48.835Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6622024-05-08T02:44:48.835Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6632024-05-08T02:44:48.835Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6642024-05-08T02:44:48.835Z+ TARGET_DIR=out
6652024-05-08T02:44:48.835Z+ DOWNLOAD_DIR=out/downloads
6662024-05-08T02:44:48.835Z+ DEST_DIR=./out/transceiver-control
6672024-05-08T02:44:48.835Z+ BIN_DIR=/opt/oxide/bin
6682024-05-08T02:44:48.835Z+ BINARY=xcvradm
6692024-05-08T02:44:48.835Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6702024-05-08T02:44:48.835Z+ REPO=oxidecomputer/transceiver-control
6712024-05-08T02:44:48.835Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6722024-05-08T02:44:48.835Z+ main
6732024-05-08T02:44:48.835Z+ [[ 0 != 0 ]]
6742024-05-08T02:44:48.835Z+ CIDL_OS=solaris2.11
6752024-05-08T02:44:48.835Z+ [[ 0 != 0 ]]
6762024-05-08T02:44:48.835Z+ configure_os solaris2.11
6772024-05-08T02:44:48.835Z+ echo 'current directory: /work/oxidecomputer/omicron'
6782024-05-08T02:44:48.835Zcurrent directory: /work/oxidecomputer/omicron
6792024-05-08T02:44:48.836Z+ echo 'configuring based on OS: "solaris2.11"'
6802024-05-08T02:44:48.836Z+ case "$1" in
6812024-05-08T02:44:48.836Z+ SET_BINARIES=
6822024-05-08T02:44:48.836Zconfiguring based on OS: "solaris2.11"
6832024-05-08T02:44:48.836Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6842024-05-08T02:44:48.836Z+ CIDL_SHA256FUNC=do_sha256sum
6852024-05-08T02:44:48.836Z+ ARCHIVE_FILENAME=xcvradm.gz
6862024-05-08T02:44:48.836Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6872024-05-08T02:44:48.836Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6882024-05-08T02:44:48.836Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6892024-05-08T02:44:48.836Z+ echo 'Local file: out/downloads/xcvradm.gz'
6902024-05-08T02:44:48.836ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6912024-05-08T02:44:48.836ZLocal file: out/downloads/xcvradm.gz
6922024-05-08T02:44:48.836Z+ mkdir -p out/downloads
6932024-05-08T02:44:48.840Z+ mkdir -p ./out/transceiver-control
6942024-05-08T02:44:48.840Z+ fetch_and_verify
6952024-05-08T02:44:48.840Z+ local DO_DOWNLOAD=true
6962024-05-08T02:44:48.840Z+ [[ -f out/downloads/xcvradm.gz ]]
6972024-05-08T02:44:48.840Z+ '[' true == true ']'
6982024-05-08T02:44:48.840Z+ echo Downloading...
6992024-05-08T02:44:48.840ZDownloading...
7002024-05-08T02:44:48.840Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7012024-05-08T02:44:48.840Z+ 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
7022024-05-08T02:44:50.395Z++ do_sha256sum out/downloads/xcvradm.gz
7032024-05-08T02:44:50.407Z++ sha256sum
7042024-05-08T02:44:50.407Z++ awk '{print $1}'
7052024-05-08T02:44:50.407Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7062024-05-08T02:44:50.407Z+ [[ 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 ]]
7072024-05-08T02:44:50.407Z+ do_unpack out/downloads/xcvradm.gz
7082024-05-08T02:44:50.407Z+ mkdir -p out/downloads/root//opt/oxide/bin
7092024-05-08T02:44:50.428Z+ gzip -dc out/downloads/xcvradm.gz
7102024-05-08T02:44:50.526Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7112024-05-08T02:44:50.530Z+ do_assemble
7122024-05-08T02:44:50.530Z+ rm -r ./out/transceiver-control
7132024-05-08T02:44:50.534Z+ mkdir ./out/transceiver-control
7142024-05-08T02:44:50.534Z+ cp -r out/downloads/root ./out/transceiver-control/root
7152024-05-08T02:44:50.638Z+ set -o errexit
7162024-05-08T02:44:50.642Z+++ dirname ./tools/ci_download_thundermuffin
7172024-05-08T02:44:50.642Z++ cd ./tools
7182024-05-08T02:44:50.646Z++ pwd
7192024-05-08T02:44:50.646Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7202024-05-08T02:44:50.646Z++ basename ./tools/ci_download_thundermuffin
7212024-05-08T02:44:50.646Z+ ARG0=ci_download_thundermuffin
7222024-05-08T02:44:50.646Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7232024-05-08T02:44:50.646Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7242024-05-08T02:44:50.646Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7252024-05-08T02:44:50.646Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7262024-05-08T02:44:50.646Z+ TARGET_DIR=out
7272024-05-08T02:44:50.647Z+ DOWNLOAD_DIR=out/downloads
7282024-05-08T02:44:50.647Z+ DEST_DIR=./out/thundermuffin
7292024-05-08T02:44:50.647Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7302024-05-08T02:44:50.647Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7312024-05-08T02:44:50.647Z+ REPO=oxidecomputer/thundermuffin
7322024-05-08T02:44:50.647Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7332024-05-08T02:44:50.647Z+ main
7342024-05-08T02:44:50.647Z+ rm -rf out/downloads/root
7352024-05-08T02:44:50.653Z+ [[ 0 != 0 ]]
7362024-05-08T02:44:50.654Z+ CIDL_OS=solaris2.11
7372024-05-08T02:44:50.654Z+ [[ 0 != 0 ]]
7382024-05-08T02:44:50.654Z+ configure_os solaris2.11
7392024-05-08T02:44:50.658Z+ echo 'current directory: /work/oxidecomputer/omicron'
7402024-05-08T02:44:50.658Zcurrent directory: /work/oxidecomputer/omicron
7412024-05-08T02:44:50.658Z+ echo 'configuring based on OS: "solaris2.11"'
7422024-05-08T02:44:50.659Z+ case "$1" in
7432024-05-08T02:44:50.659Z+ SET_BINARIES=
7442024-05-08T02:44:50.659Zconfiguring based on OS: "solaris2.11"
7452024-05-08T02:44:50.659Z+ CIDL_SHA256FUNC=do_sha256sum
7462024-05-08T02:44:50.659Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7472024-05-08T02:44:50.659Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7482024-05-08T02:44:50.659Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7492024-05-08T02:44:50.659Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7502024-05-08T02:44:50.659ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7512024-05-08T02:44:50.659Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7522024-05-08T02:44:50.659Z+ mkdir -p out/downloads
7532024-05-08T02:44:50.659ZLocal file: out/downloads/thundermuffin.tar.gz
7542024-05-08T02:44:50.659Z+ mkdir -p ./out/thundermuffin
7552024-05-08T02:44:50.659Z+ fetch_and_verify
7562024-05-08T02:44:50.659Z+ local DO_DOWNLOAD=true
7572024-05-08T02:44:50.659Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7582024-05-08T02:44:50.659Z+ '[' true == true ']'
7592024-05-08T02:44:50.659Z+ echo Downloading...
7602024-05-08T02:44:50.659ZDownloading...
7612024-05-08T02:44:50.659Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7622024-05-08T02:44:50.659Z+ 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
7632024-05-08T02:44:51.703Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7642024-05-08T02:44:51.720Z++ sha256sum
7652024-05-08T02:44:51.720Z++ awk '{print $1}'
7662024-05-08T02:44:51.720Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7672024-05-08T02:44:51.720Z+ [[ 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 ]]
7682024-05-08T02:44:51.720Z+ do_untar out/downloads/thundermuffin.tar.gz
7692024-05-08T02:44:51.720Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7702024-05-08T02:44:51.775Z+ do_assemble
7712024-05-08T02:44:51.775Z+ rm -r ./out/thundermuffin
7722024-05-08T02:44:51.780Z+ mkdir ./out/thundermuffin
7732024-05-08T02:44:51.780Z+ cp -r out/downloads/root ./out/thundermuffin/root
7742024-05-08T02:44:52.155ZAll builder prerequisites installed successfully, and PATH looks valid
7752024-05-08T02:44:52.159Z
7762024-05-08T02:44:52.159Zreal 1:43.724100213
7772024-05-08T02:44:52.159Zuser 38.258296831
7782024-05-08T02:44:52.159Zsys 7.121696915
7792024-05-08T02:44:52.159Ztrap 0.010896821
7802024-05-08T02:44:52.159Ztflt 0.369868282
7812024-05-08T02:44:52.159Zdflt 0.360282821
7822024-05-08T02:44:52.159Zkflt 0.332616230
7832024-05-08T02:44:52.159Zlock 1.667869444
7842024-05-08T02:44:52.160Zslp 3:18.709011416
7852024-05-08T02:44:52.160Zlat 2.135928068
7862024-05-08T02:44:52.160Zstop 0.113861476
7872024-05-08T02:44:52.160Z
7882024-05-08T02:44:52.160Z #### # # ##### ##### # #
7892024-05-08T02:44:52.160Z # # # # # # # # # #
7902024-05-08T02:44:52.160Z # # # # # # # #
7912024-05-08T02:44:52.160Z # # # ##### ##### #
7922024-05-08T02:44:52.160Z # # # # # # #
7932024-05-08T02:44:52.160Z #### ###### # # # #
7942024-05-08T02:44:52.160Z
7952024-05-08T02:44:52.378Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7962024-05-08T02:44:52.660Z Updating git repository `https://github.com/oxidecomputer/zone`
7972024-05-08T02:44:52.957Z Updating crates.io index
7982024-05-08T02:44:52.963Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7992024-05-08T02:44:53.797Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8002024-05-08T02:44:54.522Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8012024-05-08T02:44:56.460Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8022024-05-08T02:44:57.061Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8032024-05-08T02:44:57.341Z Updating git repository `https://github.com/oxidecomputer/propolis`
8042024-05-08T02:44:58.362Z Updating git repository `https://github.com/oxidecomputer/crucible`
8052024-05-08T02:45:00.196Z Updating git repository `https://github.com/oxidecomputer/opte`
8062024-05-08T02:45:01.286Z Updating git repository `https://github.com/oxidecomputer/falcon`
8072024-05-08T02:45:02.035Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8082024-05-08T02:45:02.485Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8092024-05-08T02:45:03.274Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8102024-05-08T02:45:03.699Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8112024-05-08T02:45:03.957Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8122024-05-08T02:45:04.343Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8132024-05-08T02:45:04.705Z Updating git repository `http://github.com/oxidecomputer/tofino`
8142024-05-08T02:45:05.081Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8152024-05-08T02:45:05.383Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8162024-05-08T02:45:05.660Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8172024-05-08T02:45:05.987Z Updating git repository `https://github.com/oxidecomputer/ispf`
8182024-05-08T02:45:06.284Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8192024-05-08T02:45:06.754Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8202024-05-08T02:45:07.407Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8212024-05-08T02:45:07.755Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8222024-05-08T02:45:08.052Z Updating git repository `https://github.com/jgallagher/nix`
8232024-05-08T02:45:09.008Z Updating git repository `https://github.com/cbiffle/hubpack`
8242024-05-08T02:45:09.430Z Updating git repository `https://github.com/oxidecomputer/typify`
8252024-05-08T02:45:11.454Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8262024-05-08T02:45:11.782Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8272024-05-08T02:45:12.085Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8282024-05-08T02:45:12.605Z Updating git repository `https://github.com/oxidecomputer/rfb`
8292024-05-08T02:45:13.683Z Downloading crates ...
8302024-05-08T02:45:13.797Z Downloaded anstyle-parse v0.2.1
8312024-05-08T02:45:13.802Z Downloaded anstream v0.6.11
8322024-05-08T02:45:13.806Z Downloaded cargo_toml v0.20.2
8332024-05-08T02:45:13.811Z Downloaded anstyle v1.0.6
8342024-05-08T02:45:13.816Z Downloaded clap v4.5.4
8352024-05-08T02:45:13.820Z Downloaded macaddr v1.0.1
8362024-05-08T02:45:13.824Z Downloaded colorchoice v1.0.0
8372024-05-08T02:45:13.824Z Downloaded clap_lex v0.7.0
8382024-05-08T02:45:13.824Z Downloaded heck v0.5.0
8392024-05-08T02:45:13.824Z Downloaded cargo-platform v0.1.3
8402024-05-08T02:45:13.828Z Downloaded clap_builder v4.5.2
8412024-05-08T02:45:13.831Z Downloaded itoa v1.0.9
8422024-05-08T02:45:13.835Z Downloaded equivalent v1.0.1
8432024-05-08T02:45:13.835Z Downloaded clap_derive v4.5.4
8442024-05-08T02:45:13.835Z Downloaded cargo_metadata v0.18.1
8452024-05-08T02:45:13.841Z Downloaded bitflags v2.4.2
8462024-05-08T02:45:13.845Z Downloaded swrite v0.1.0
8472024-05-08T02:45:13.845Z Downloaded autocfg v1.1.0
8482024-05-08T02:45:13.845Z Downloaded anyhow v1.0.82
8492024-05-08T02:45:13.849Z Downloaded toml_datetime v0.6.5
8502024-05-08T02:45:13.849Z Downloaded terminal_size v0.3.0
8512024-05-08T02:45:13.849Z Downloaded strsim v0.11.0
8522024-05-08T02:45:13.853Z Downloaded errno v0.3.8
8532024-05-08T02:45:13.853Z Downloaded anstyle-query v1.0.0
8542024-05-08T02:45:13.853Z Downloaded camino v1.1.6
8552024-05-08T02:45:13.860Z Downloaded indexmap v2.2.6
8562024-05-08T02:45:13.864Z Downloaded utf8parse v0.2.1
8572024-05-08T02:45:13.868Z Downloaded serde_spanned v0.6.5
8582024-05-08T02:45:13.868Z Downloaded thiserror v1.0.59
8592024-05-08T02:45:13.873Z Downloaded thiserror-impl v1.0.59
8602024-05-08T02:45:13.878Z Downloaded semver v1.0.22
8612024-05-08T02:45:13.878Z Downloaded quote v1.0.36
8622024-05-08T02:45:13.883Z Downloaded fs-err v2.11.0
8632024-05-08T02:45:13.883Z Downloaded toml v0.8.12
8642024-05-08T02:45:13.887Z Downloaded serde_derive v1.0.199
8652024-05-08T02:45:13.893Z Downloaded unicode-ident v1.0.12
8662024-05-08T02:45:13.893Z Downloaded proc-macro2 v1.0.81
8672024-05-08T02:45:13.899Z Downloaded ryu v1.0.15
8682024-05-08T02:45:13.902Z Downloaded serde v1.0.199
8692024-05-08T02:45:13.906Z Downloaded memchr v2.7.1
8702024-05-08T02:45:13.914Z Downloaded toml_edit v0.22.12
8712024-05-08T02:45:13.936Z Downloaded serde_json v1.0.116
8722024-05-08T02:45:13.940Z Downloaded hashbrown v0.14.3
8732024-05-08T02:45:13.945Z Downloaded winnow v0.6.1
8742024-05-08T02:45:13.955Z Downloaded syn v2.0.60
8752024-05-08T02:45:13.968Z Downloaded rustix v0.38.31
8762024-05-08T02:45:13.997Z Downloaded libc v0.2.153
8772024-05-08T02:45:14.259Z Compiling proc-macro2 v1.0.81
8782024-05-08T02:45:14.259Z Compiling unicode-ident v1.0.12
8792024-05-08T02:45:14.263Z Compiling serde v1.0.199
8802024-05-08T02:45:14.263Z Compiling libc v0.2.153
8812024-05-08T02:45:14.263Z Compiling rustix v0.38.31
8822024-05-08T02:45:14.263Z Compiling utf8parse v0.2.1
8832024-05-08T02:45:14.263Z Compiling equivalent v1.0.1
8842024-05-08T02:45:14.263Z Compiling hashbrown v0.14.3
8852024-05-08T02:45:14.461Z Compiling bitflags v2.4.2
8862024-05-08T02:45:14.487Z Compiling thiserror v1.0.59
8872024-05-08T02:45:14.533Z Compiling anstyle-parse v0.2.1
8882024-05-08T02:45:14.854Z Compiling winnow v0.6.1
8892024-05-08T02:45:14.869Z Compiling colorchoice v1.0.0
8902024-05-08T02:45:14.983Z Compiling anstyle-query v1.0.0
8912024-05-08T02:45:15.078Z Compiling anstyle v1.0.6
8922024-05-08T02:45:15.339Z Compiling indexmap v2.2.6
8932024-05-08T02:45:15.386Z Compiling serde_json v1.0.116
8942024-05-08T02:45:16.193Z Compiling camino v1.1.6
8952024-05-08T02:45:17.241Z Compiling semver v1.0.22
8962024-05-08T02:45:17.607Z Compiling autocfg v1.1.0
8972024-05-08T02:45:17.806Z Compiling anstream v0.6.11
8982024-05-08T02:45:17.810Z Compiling ryu v1.0.15
8992024-05-08T02:45:17.847Z Compiling heck v0.5.0
9002024-05-08T02:45:17.876Z Compiling strsim v0.11.0
9012024-05-08T02:45:17.880Z Compiling anyhow v1.0.82
9022024-05-08T02:45:18.112Z Compiling clap_lex v0.7.0
9032024-05-08T02:45:18.350Z Compiling itoa v1.0.9
9042024-05-08T02:45:18.411Z Compiling fs-err v2.11.0
9052024-05-08T02:45:18.543Z Compiling swrite v0.1.0
9062024-05-08T02:45:18.665Z Compiling quote v1.0.36
9072024-05-08T02:45:18.907Z Compiling errno v0.3.8
9082024-05-08T02:45:19.054Z Compiling syn v2.0.60
9092024-05-08T02:45:19.843Z Compiling terminal_size v0.3.0
9102024-05-08T02:45:19.926Z Compiling clap_builder v4.5.2
9112024-05-08T02:45:24.137Z Compiling serde_derive v1.0.199
9122024-05-08T02:45:24.137Z Compiling thiserror-impl v1.0.59
9132024-05-08T02:45:24.137Z Compiling clap_derive v4.5.4
9142024-05-08T02:45:26.984Z Compiling clap v4.5.4
9152024-05-08T02:45:32.414Z Compiling toml_datetime v0.6.5
9162024-05-08T02:45:32.414Z Compiling serde_spanned v0.6.5
9172024-05-08T02:45:32.418Z Compiling cargo-platform v0.1.3
9182024-05-08T02:45:32.418Z Compiling macaddr v1.0.1
9192024-05-08T02:45:32.687Z Compiling toml_edit v0.22.12
9202024-05-08T02:45:33.823Z Compiling cargo_metadata v0.18.1
9212024-05-08T02:45:34.896Z Compiling toml v0.8.12
9222024-05-08T02:45:35.776Z Compiling cargo_toml v0.20.2
9232024-05-08T02:45:39.446Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9242024-05-08T02:45:42.008Z Finished dev [unoptimized + debuginfo] target(s) in 49.79s
9252024-05-08T02:45:42.243Z Running `target/debug/xtask clippy`
9262024-05-08T02:45:42.293Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::cast_lossless"
9272024-05-08T02:45:42.944Z Downloading crates ...
9282024-05-08T02:45:43.057Z Downloaded approx v0.5.1
9292024-05-08T02:45:43.082Z Downloaded aho-corasick v1.1.2
9302024-05-08T02:45:43.089Z Downloaded crypto-bigint v0.5.2
9312024-05-08T02:45:43.095Z Downloaded block-padding v0.3.3
9322024-05-08T02:45:43.099Z Downloaded allocator-api2 v0.2.16
9332024-05-08T02:45:43.102Z Downloaded hkdf v0.12.4
9342024-05-08T02:45:43.106Z Downloaded blake2 v0.10.6
9352024-05-08T02:45:43.106Z Downloaded hyper-staticfile v0.9.5
9362024-05-08T02:45:43.110Z Downloaded hex v0.4.3
9372024-05-08T02:45:43.110Z Downloaded hyper-rustls v0.26.0
9382024-05-08T02:45:43.114Z Downloaded httptest v0.15.5
9392024-05-08T02:45:43.118Z Downloaded http-body v0.4.5
9402024-05-08T02:45:43.118Z Downloaded home v0.5.5
9412024-05-08T02:45:43.125Z Downloaded indoc v2.0.3
9422024-05-08T02:45:43.125Z Downloaded async-stream-impl v0.3.5
9432024-05-08T02:45:43.129Z Downloaded base64ct v1.6.0
9442024-05-08T02:45:43.129Z Downloaded heck v0.3.3
9452024-05-08T02:45:43.129Z Downloaded hyper v0.14.28
9462024-05-08T02:45:43.137Z Downloaded hubpack v0.1.2
9472024-05-08T02:45:43.141Z Downloaded hyper v1.1.0
9482024-05-08T02:45:43.149Z Downloaded nodrop v0.1.14
9492024-05-08T02:45:43.153Z Downloaded bitstruct_derive v0.1.0
9502024-05-08T02:45:43.153Z Downloaded linear-map v1.2.0
9512024-05-08T02:45:43.157Z Downloaded hyper-tls v0.5.0
9522024-05-08T02:45:43.157Z Downloaded ciborium-ll v0.2.2
9532024-05-08T02:45:43.161Z Downloaded base16ct v0.2.0
9542024-05-08T02:45:43.161Z Downloaded libefi-sys v0.1.0
9552024-05-08T02:45:43.165Z Downloaded colored v2.1.0
9562024-05-08T02:45:43.166Z Downloaded buf-list v1.0.3
9572024-05-08T02:45:43.171Z Downloaded bitfield v0.14.0
9582024-05-08T02:45:43.171Z Downloaded ascii v1.1.0
9592024-05-08T02:45:43.175Z Downloaded ipnetwork v0.20.0
9602024-05-08T02:45:43.175Z Downloaded newtype_derive v0.1.6
9612024-05-08T02:45:43.179Z Downloaded native-tls v0.2.11
9622024-05-08T02:45:43.179Z Downloaded crunchy v0.2.2
9632024-05-08T02:45:43.183Z Downloaded lazy_static v1.4.0
9642024-05-08T02:45:43.183Z Downloaded is-terminal v0.4.9
9652024-05-08T02:45:43.183Z Downloaded log v0.4.21
9662024-05-08T02:45:43.187Z Downloaded ipnet v2.9.0
9672024-05-08T02:45:43.188Z Downloaded normalize-line-endings v0.3.0
9682024-05-08T02:45:43.194Z Downloaded new_debug_unreachable v1.0.4
9692024-05-08T02:45:43.194Z Downloaded nested v0.1.1
9702024-05-08T02:45:43.195Z Downloaded cast v0.3.0
9712024-05-08T02:45:43.199Z Downloaded matches v0.1.10
9722024-05-08T02:45:43.199Z Downloaded nibble_vec v0.1.0
9732024-05-08T02:45:43.199Z Downloaded newtype-uuid v1.1.0
9742024-05-08T02:45:43.199Z Downloaded match_cfg v0.1.0
9752024-05-08T02:45:43.199Z Downloaded cfg-if v1.0.0
9762024-05-08T02:45:43.203Z Downloaded libtest-mimic v0.7.2
9772024-05-08T02:45:43.207Z Downloaded byteorder v1.5.0
9782024-05-08T02:45:43.207Z Downloaded cobs v0.2.3
9792024-05-08T02:45:43.211Z Downloaded scroll_derive v0.12.0
9802024-05-08T02:45:43.211Z Downloaded multimap v0.10.0
9812024-05-08T02:45:43.211Z Downloaded cexpr v0.6.0
9822024-05-08T02:45:43.215Z Downloaded bit-set v0.5.3
9832024-05-08T02:45:43.219Z Downloaded memoffset v0.7.1
9842024-05-08T02:45:43.219Z Downloaded memmap v0.7.0
9852024-05-08T02:45:43.223Z Downloaded md-5 v0.10.5
9862024-05-08T02:45:43.223Z Downloaded num v0.4.2
9872024-05-08T02:45:43.226Z Downloaded indoc v1.0.9
9882024-05-08T02:45:43.226Z Downloaded managed v0.8.0
9892024-05-08T02:45:43.230Z Downloaded crc-catalog v2.2.0
9902024-05-08T02:45:43.230Z Downloaded indexmap v1.9.3
9912024-05-08T02:45:43.235Z Downloaded mockall v0.12.1
9922024-05-08T02:45:43.239Z Downloaded keccak v0.1.4
9932024-05-08T02:45:43.239Z Downloaded cookie v0.17.0
9942024-05-08T02:45:43.256Z Downloaded toolchain_find v0.4.0
9952024-05-08T02:45:43.256Z Downloaded convert_case v0.4.0
9962024-05-08T02:45:43.256Z Downloaded rand_xorshift v0.3.0
9972024-05-08T02:45:43.256Z Downloaded crc v3.0.1
9982024-05-08T02:45:43.256Z Downloaded cstr-argument v0.1.2
9992024-05-08T02:45:43.256Z Downloaded tower-service v0.3.2
10002024-05-08T02:45:43.256Z Downloaded corncobs v0.1.3
10012024-05-08T02:45:43.257Z Downloaded serde_urlencoded v0.7.1
10022024-05-08T02:45:43.263Z Downloaded diesel_table_macro_syntax v0.1.0
10032024-05-08T02:45:43.263Z Downloaded rustversion v1.0.14
10042024-05-08T02:45:43.263Z Downloaded constant_time_eq v0.3.0
10052024-05-08T02:45:43.263Z Downloaded camino-tempfile v1.1.1
10062024-05-08T02:45:43.266Z Downloaded serde_tokenstream v0.1.7
10072024-05-08T02:45:43.271Z Downloaded nu-ansi-term v0.50.0
10082024-05-08T02:45:43.275Z Downloaded parse-size v1.0.0
10092024-05-08T02:45:43.275Z Downloaded escape8259 v0.5.2
10102024-05-08T02:45:43.275Z Downloaded slog-envlogger v2.2.0
10112024-05-08T02:45:43.275Z Downloaded structmeta v0.3.0
10122024-05-08T02:45:43.279Z Downloaded threadpool v1.8.1
10132024-05-08T02:45:43.279Z Downloaded thread_local v1.1.7
10142024-05-08T02:45:43.279Z Downloaded slog-async v2.8.0
10152024-05-08T02:45:43.283Z Downloaded termcolor v1.2.0
10162024-05-08T02:45:43.283Z Downloaded heapless v0.7.16
10172024-05-08T02:45:43.287Z Downloaded psl-types v2.0.11
10182024-05-08T02:45:43.291Z Downloaded crypto-common v0.1.6
10192024-05-08T02:45:43.291Z Downloaded tui-tree-widget v0.19.0
10202024-05-08T02:45:43.291Z Downloaded try-lock v0.2.4
10212024-05-08T02:45:43.295Z Downloaded serde_with_macros v3.7.0
10222024-05-08T02:45:43.295Z Downloaded sct v0.7.0
10232024-05-08T02:45:43.299Z Downloaded digest v0.10.7
10242024-05-08T02:45:43.303Z Downloaded thread-id v4.2.0
10252024-05-08T02:45:43.303Z Downloaded thiserror-impl-no-std v2.0.2
10262024-05-08T02:45:43.303Z Downloaded precomputed-hash v0.1.1
10272024-05-08T02:45:43.310Z Downloaded hash32 v0.3.1
10282024-05-08T02:45:43.310Z Downloaded hash32 v0.2.1
10292024-05-08T02:45:43.314Z Downloaded yansi v0.5.1
10302024-05-08T02:45:43.314Z Downloaded xattr v1.0.1
10312024-05-08T02:45:43.314Z Downloaded tinyvec_macros v0.1.1
10322024-05-08T02:45:43.314Z Downloaded time-core v0.1.2
10332024-05-08T02:45:43.314Z Downloaded defmt-macros v0.3.6
10342024-05-08T02:45:43.319Z Downloaded plain v0.2.3
10352024-05-08T02:45:43.322Z Downloaded pkg-config v0.3.27
10362024-05-08T02:45:43.322Z Downloaded base64 v0.13.1
10372024-05-08T02:45:43.326Z Downloaded form_urlencoded v1.2.1
10382024-05-08T02:45:43.326Z Downloaded fallible-iterator v0.2.0
10392024-05-08T02:45:43.331Z Downloaded backtrace v0.3.69
10402024-05-08T02:45:43.334Z Downloaded futures-core v0.3.30
10412024-05-08T02:45:43.334Z Downloaded futures-executor v0.3.30
10422024-05-08T02:45:43.338Z Downloaded erased-serde v0.3.31
10432024-05-08T02:45:43.342Z Downloaded endian-type v0.1.2
10442024-05-08T02:45:43.342Z Downloaded crossbeam-epoch v0.9.18
10452024-05-08T02:45:43.346Z Downloaded thiserror-no-std v2.0.2
10462024-05-08T02:45:43.349Z Downloaded signal-hook-mio v0.2.3
10472024-05-08T02:45:43.350Z Downloaded shlex v1.3.0
10482024-05-08T02:45:43.358Z Downloaded yasna v0.5.2
10492024-05-08T02:45:43.358Z Downloaded packed_struct v0.10.1
10502024-05-08T02:45:43.363Z Downloaded clang-sys v1.6.1
10512024-05-08T02:45:43.363Z Downloaded oso-derive v0.27.3
10522024-05-08T02:45:43.363Z Downloaded pkcs8 v0.10.2
10532024-05-08T02:45:43.363Z Downloaded bytes v1.6.0
10542024-05-08T02:45:43.367Z Downloaded usdt v0.3.5
10552024-05-08T02:45:43.371Z Downloaded generic-array v0.14.7
10562024-05-08T02:45:43.371Z Downloaded tiny-keccak v2.0.2
10572024-05-08T02:45:43.377Z Downloaded peg-runtime v0.8.2
10582024-05-08T02:45:43.377Z Downloaded trybuild v1.0.91
10592024-05-08T02:45:43.382Z Downloaded version_check v0.9.4
10602024-05-08T02:45:43.382Z Downloaded predicates v3.1.0
10612024-05-08T02:45:43.390Z Downloaded zone v0.1.8
10622024-05-08T02:45:43.400Z Downloaded quick-error v1.2.3
10632024-05-08T02:45:43.400Z Downloaded want v0.3.1
10642024-05-08T02:45:43.405Z Downloaded waitgroup v0.1.2
10652024-05-08T02:45:43.405Z Downloaded derive-where v1.2.7
10662024-05-08T02:45:43.405Z Downloaded relative-path v1.9.0
10672024-05-08T02:45:43.405Z Downloaded enum-as-inner v0.5.1
10682024-05-08T02:45:43.405Z Downloaded tracing-core v0.1.32
10692024-05-08T02:45:43.410Z Downloaded spin v0.9.8
10702024-05-08T02:45:43.414Z Downloaded futures-macro v0.3.30
10712024-05-08T02:45:43.414Z Downloaded futures-io v0.3.30
10722024-05-08T02:45:43.414Z Downloaded num-iter v0.1.44
10732024-05-08T02:45:43.414Z Downloaded futures-sink v0.3.30
10742024-05-08T02:45:43.418Z Downloaded shell-words v1.1.0
10752024-05-08T02:45:43.418Z Downloaded rstest_macros v0.19.0
10762024-05-08T02:45:43.422Z Downloaded tinytemplate v1.2.1
10772024-05-08T02:45:43.426Z Downloaded stability v0.2.0
10782024-05-08T02:45:43.426Z Downloaded time-macros v0.2.17
10792024-05-08T02:45:43.429Z Downloaded rustc_version v0.1.7
10802024-05-08T02:45:43.430Z Downloaded openssl-macros v0.1.1
10812024-05-08T02:45:43.430Z Downloaded radium v0.7.0
10822024-05-08T02:45:43.433Z Downloaded pretty-hex v0.4.1
10832024-05-08T02:45:43.433Z Downloaded csv-core v0.1.11
10842024-05-08T02:45:43.434Z Downloaded tungstenite v0.21.0
10852024-05-08T02:45:43.440Z Downloaded r2d2 v0.8.10
10862024-05-08T02:45:43.444Z Downloaded rustls-pki-types v1.3.0
10872024-05-08T02:45:43.444Z Downloaded smawk v0.3.1
10882024-05-08T02:45:43.444Z Downloaded serde_plain v1.0.2
10892024-05-08T02:45:43.448Z Downloaded serde_path_to_error v0.1.16
10902024-05-08T02:45:43.448Z Downloaded target-spec v3.1.0
10912024-05-08T02:45:43.453Z Downloaded termtree v0.4.1
10922024-05-08T02:45:43.453Z Downloaded expectorate v1.1.0
10932024-05-08T02:45:43.453Z Downloaded sha1 v0.10.6
10942024-05-08T02:45:43.457Z Downloaded wait-timeout v0.2.0
10952024-05-08T02:45:43.457Z Downloaded embedded-io v0.4.0
10962024-05-08T02:45:43.461Z Downloaded termios v0.3.3
10972024-05-08T02:45:43.461Z Downloaded vte_generate_state_changes v0.1.1
10982024-05-08T02:45:43.465Z Downloaded peg-macros v0.8.2
10992024-05-08T02:45:43.465Z Downloaded which v4.4.0
11002024-05-08T02:45:43.465Z Downloaded stable_deref_trait v1.2.0
11012024-05-08T02:45:43.469Z Downloaded num-rational v0.4.1
11022024-05-08T02:45:43.469Z Downloaded tinyvec v1.6.0
11032024-05-08T02:45:43.473Z Downloaded num-conv v0.1.0
11042024-05-08T02:45:43.473Z Downloaded doc-comment v0.3.3
11052024-05-08T02:45:43.478Z Downloaded display-error-chain v0.2.0
11062024-05-08T02:45:43.478Z Downloaded futures-task v0.3.30
11072024-05-08T02:45:43.479Z Downloaded trust-dns-server v0.22.1
11082024-05-08T02:45:43.483Z Downloaded globset v0.4.13
11092024-05-08T02:45:43.487Z Downloaded slab v0.4.9
11102024-05-08T02:45:43.488Z Downloaded proc-macro-error-attr v1.0.4
11112024-05-08T02:45:43.492Z Downloaded oorandom v11.1.3
11122024-05-08T02:45:43.492Z Downloaded ena v0.14.2
11132024-05-08T02:45:43.492Z Downloaded untrusted v0.9.0
11142024-05-08T02:45:43.499Z Downloaded unicode-xid v0.2.4
11152024-05-08T02:45:43.499Z Downloaded guppy-workspace-hack v0.1.0
11162024-05-08T02:45:43.502Z Downloaded phf_shared v0.10.0
11172024-05-08T02:45:43.502Z Downloaded sync_wrapper v0.1.2
11182024-05-08T02:45:43.502Z Downloaded target-lexicon v0.12.13
11192024-05-08T02:45:43.502Z Downloaded tower-layer v0.3.2
11202024-05-08T02:45:43.507Z Downloaded secrecy v0.8.0
11212024-05-08T02:45:43.507Z Downloaded strum_macros v0.25.2
11222024-05-08T02:45:43.510Z Downloaded walkdir v2.5.0
11232024-05-08T02:45:43.510Z Downloaded oso v0.27.3
11242024-05-08T02:45:43.514Z Downloaded foreign-types v0.5.0
11252024-05-08T02:45:43.518Z Downloaded curve25519-dalek-derive v0.1.0
11262024-05-08T02:45:43.518Z Downloaded spin v0.5.2
11272024-05-08T02:45:43.518Z Downloaded mio v0.8.11
11282024-05-08T02:45:43.524Z Downloaded sec1 v0.7.3
11292024-05-08T02:45:43.528Z Downloaded fd-lock v4.0.2
11302024-05-08T02:45:43.532Z Downloaded sha2 v0.10.8
11312024-05-08T02:45:43.535Z Downloaded zerocopy v0.3.0
11322024-05-08T02:45:43.536Z Downloaded unicase v2.7.0
11332024-05-08T02:45:43.536Z Downloaded portpicker v0.1.1
11342024-05-08T02:45:43.536Z Downloaded unarray v0.1.4
11352024-05-08T02:45:43.540Z Downloaded powerfmt v0.2.0
11362024-05-08T02:45:43.540Z Downloaded phf v0.11.2
11372024-05-08T02:45:43.540Z Downloaded rand_core v0.6.4
11382024-05-08T02:45:43.544Z Downloaded olpc-cjson v0.1.3
11392024-05-08T02:45:43.544Z Downloaded fxhash v0.2.1
11402024-05-08T02:45:43.544Z Downloaded rustls-pemfile v1.0.3
11412024-05-08T02:45:43.548Z Downloaded pkcs1 v0.7.5
11422024-05-08T02:45:43.552Z Downloaded futures-timer v3.0.2
11432024-05-08T02:45:43.552Z Downloaded smallvec v1.13.1
11442024-05-08T02:45:43.559Z Downloaded usdt-macro v0.5.0
11452024-05-08T02:45:43.559Z Downloaded whoami v1.5.1
11462024-05-08T02:45:43.563Z Downloaded pin-project v1.1.3
11472024-05-08T02:45:43.571Z Downloaded synstructure v0.12.6
11482024-05-08T02:45:43.575Z Downloaded subtle v2.5.0
11492024-05-08T02:45:43.575Z Downloaded siphasher v0.3.11
11502024-05-08T02:45:43.575Z Downloaded itertools v0.10.5
11512024-05-08T02:45:43.582Z Downloaded usdt-macro v0.3.5
11522024-05-08T02:45:43.587Z Downloaded env_logger v0.9.3
11532024-05-08T02:45:43.591Z Downloaded serde-big-array v0.5.1
11542024-05-08T02:45:43.591Z Downloaded serde-big-array v0.4.1
11552024-05-08T02:45:43.591Z Downloaded group v0.13.0
11562024-05-08T02:45:43.595Z Downloaded num_threads v0.1.6
11572024-05-08T02:45:43.595Z Downloaded downcast v0.11.0
11582024-05-08T02:45:43.595Z Downloaded proc-macro-crate v1.3.1
11592024-05-08T02:45:43.599Z Downloaded number_prefix v0.4.0
11602024-05-08T02:45:43.599Z Downloaded paste v1.0.14
11612024-05-08T02:45:43.603Z Downloaded dtrace-parser v0.2.0
11622024-05-08T02:45:43.603Z Downloaded dtrace-parser v0.1.14
11632024-05-08T02:45:43.608Z Downloaded float-cmp v0.9.0
11642024-05-08T02:45:43.608Z Downloaded password-hash v0.5.0
11652024-05-08T02:45:43.608Z Downloaded strum_macros v0.26.1
11662024-05-08T02:45:43.611Z Downloaded itertools v0.12.1
11672024-05-08T02:45:43.618Z Downloaded path-slash v0.1.5
11682024-05-08T02:45:43.622Z Downloaded predicates-tree v1.0.9
11692024-05-08T02:45:43.622Z Downloaded rustls-pemfile v2.1.2
11702024-05-08T02:45:43.626Z Downloaded darling_macro v0.20.8
11712024-05-08T02:45:43.626Z Downloaded plotters-svg v0.3.5
11722024-05-08T02:45:43.627Z Downloaded tokio-macros v2.2.0
11732024-05-08T02:45:43.631Z Downloaded snafu-derive v0.8.2
11742024-05-08T02:45:43.631Z Downloaded predicates-core v1.0.6
11752024-05-08T02:45:43.631Z Downloaded debug-ignore v1.0.5
11762024-05-08T02:45:43.638Z Downloaded usdt-impl v0.5.0
11772024-05-08T02:45:43.638Z Downloaded tabled_derive v0.7.0
11782024-05-08T02:45:43.643Z Downloaded structmeta-derive v0.3.0
11792024-05-08T02:45:43.643Z Downloaded structmeta-derive v0.2.0
11802024-05-08T02:45:43.643Z Downloaded publicsuffix v2.2.3
11812024-05-08T02:45:43.643Z Downloaded blake3 v1.5.0
11822024-05-08T02:45:43.650Z Downloaded sigpipe v0.1.3
11832024-05-08T02:45:43.654Z Downloaded ref-cast-impl v1.0.22
11842024-05-08T02:45:43.654Z Downloaded dyn-clone v1.0.17
11852024-05-08T02:45:43.658Z Downloaded proc-macro-error v1.0.4
11862024-05-08T02:45:43.658Z Downloaded strip-ansi-escapes v0.2.0
11872024-05-08T02:45:43.662Z Downloaded signal-hook-tokio v0.3.1
11882024-05-08T02:45:43.662Z Downloaded stringprep v0.1.3
11892024-05-08T02:45:43.665Z Downloaded dof v0.3.0
11902024-05-08T02:45:43.665Z Downloaded omicron-zone-package v0.11.0
11912024-05-08T02:45:43.669Z Downloaded parking_lot_core v0.8.6
11922024-05-08T02:45:43.669Z Downloaded elliptic-curve v0.13.8
11932024-05-08T02:45:43.674Z Downloaded usdt-attr-macro v0.3.5
11942024-05-08T02:45:43.678Z Downloaded data-encoding v2.4.0
11952024-05-08T02:45:43.678Z Downloaded zeroize_derive v1.4.2
11962024-05-08T02:45:43.678Z Downloaded zeroize v1.7.0
11972024-05-08T02:45:43.682Z Downloaded pathdiff v0.2.1
11982024-05-08T02:45:43.682Z Downloaded derive_builder_macro v0.20.0
11992024-05-08T02:45:43.682Z Downloaded pem-rfc7468 v0.7.0
12002024-05-08T02:45:43.686Z Downloaded typenum v1.16.0
12012024-05-08T02:45:43.686Z Downloaded foreign-types-macros v0.2.3
12022024-05-08T02:45:43.695Z Downloaded flate2 v1.0.28
12032024-05-08T02:45:43.695Z Downloaded reedline v0.31.0
12042024-05-08T02:45:43.700Z Downloaded usdt-attr-macro v0.5.0
12052024-05-08T02:45:43.704Z Downloaded rusty-fork v0.3.0
12062024-05-08T02:45:43.704Z Downloaded utf-8 v0.7.6
12072024-05-08T02:45:43.711Z Downloaded openssl-probe v0.1.5
12082024-05-08T02:45:43.711Z Downloaded dirs-next v2.0.0
12092024-05-08T02:45:43.711Z Downloaded ed25519 v1.5.3
12102024-05-08T02:45:43.715Z Downloaded prettyplease v0.2.19
12112024-05-08T02:45:43.715Z Downloaded foreign-types v0.3.2
12122024-05-08T02:45:43.716Z Downloaded sqlparser_derive v0.2.2
12132024-05-08T02:45:43.716Z Downloaded rpassword v7.3.1
12142024-05-08T02:45:43.716Z Downloaded time v0.3.34
12152024-05-08T02:45:43.724Z Downloaded rustc_version v0.4.0
12162024-05-08T02:45:43.728Z Downloaded foreign-types-shared v0.3.1
12172024-05-08T02:45:43.729Z Downloaded foreign-types-shared v0.1.1
12182024-05-08T02:45:43.729Z Downloaded zerocopy-derive v0.7.32
12192024-05-08T02:45:43.733Z Downloaded sqlformat v0.2.3
12202024-05-08T02:45:43.737Z Downloaded spki v0.7.2
12212024-05-08T02:45:43.737Z Downloaded ron v0.7.1
12222024-05-08T02:45:43.741Z Downloaded either v1.11.0
12232024-05-08T02:45:43.745Z Downloaded datatest-stable v0.2.9
12242024-05-08T02:45:43.745Z Downloaded deranged v0.3.11
12252024-05-08T02:45:43.749Z Downloaded fnv v1.0.7
12262024-05-08T02:45:43.749Z Downloaded schemars_derive v0.8.16
12272024-05-08T02:45:43.749Z Downloaded peeking_take_while v0.1.2
12282024-05-08T02:45:43.753Z Downloaded ucd-trie v0.1.6
12292024-05-08T02:45:43.754Z Downloaded openssl-sys v0.9.102
12302024-05-08T02:45:43.757Z Downloaded num-derive v0.4.0
12312024-05-08T02:45:43.761Z Downloaded tabwriter v1.4.0
12322024-05-08T02:45:43.761Z Downloaded tokio-native-tls v0.3.1
12332024-05-08T02:45:43.765Z Downloaded untrusted v0.7.1
12342024-05-08T02:45:43.765Z Downloaded universal-hash v0.5.1
12352024-05-08T02:45:43.765Z Downloaded fixedbitset v0.4.2
12362024-05-08T02:45:43.769Z Downloaded resolv-conf v0.7.0
12372024-05-08T02:45:43.770Z Downloaded filetime v0.2.23
12382024-05-08T02:45:43.776Z Downloaded toml v0.7.8
12392024-05-08T02:45:43.780Z Downloaded signature v1.6.4
12402024-05-08T02:45:43.780Z Downloaded poly1305 v0.8.0
12412024-05-08T02:45:43.780Z Downloaded owo-colors v4.0.0
12422024-05-08T02:45:43.785Z Downloaded postgres-types v0.2.6
12432024-05-08T02:45:43.785Z Downloaded smf v0.2.3
12442024-05-08T02:45:43.785Z Downloaded bindgen v0.69.2
12452024-05-08T02:45:43.793Z Downloaded rand_chacha v0.3.1
12462024-05-08T02:45:43.797Z Downloaded pin-project-lite v0.2.13
12472024-05-08T02:45:43.803Z Downloaded pem v3.0.4
12482024-05-08T02:45:43.803Z Downloaded pest_derive v2.7.6
12492024-05-08T02:45:43.807Z Downloaded derive_builder_core v0.20.0
12502024-05-08T02:45:43.807Z Downloaded derive_builder v0.20.0
12512024-05-08T02:45:43.811Z Downloaded derive_more v0.99.17
12522024-05-08T02:45:43.816Z Downloaded getrandom v0.2.12
12532024-05-08T02:45:43.820Z Downloaded fragile v2.0.0
12542024-05-08T02:45:43.824Z Downloaded pretty_assertions v1.4.0
12552024-05-08T02:45:43.824Z Downloaded serde_yaml v0.9.25
12562024-05-08T02:45:43.828Z Downloaded tower v0.4.13
12572024-05-08T02:45:43.837Z Downloaded tokio-rustls v0.24.1
12582024-05-08T02:45:43.841Z Downloaded postcard v1.0.8
12592024-05-08T02:45:43.845Z Downloaded papergrid v0.11.0
12602024-05-08T02:45:43.851Z Downloaded tokio-stream v0.1.15
12612024-05-08T02:45:43.855Z Downloaded steno v0.4.0
12622024-05-08T02:45:43.859Z Downloaded rayon v1.10.0
12632024-05-08T02:45:43.868Z Downloaded snafu v0.8.2
12642024-05-08T02:45:43.873Z Downloaded parking_lot v0.12.1
12652024-05-08T02:45:43.877Z Downloaded ron v0.8.1
12662024-05-08T02:45:43.881Z Downloaded rustls-webpki v0.101.7
12672024-05-08T02:45:43.897Z Downloaded half v2.3.1
12682024-05-08T02:45:43.901Z Downloaded flume v0.11.0
12692024-05-08T02:45:43.906Z Downloaded toml_edit v0.19.15
12702024-05-08T02:45:43.920Z Downloaded headers v0.3.9
12712024-05-08T02:45:43.929Z Downloaded fancy-regex v0.13.0
12722024-05-08T02:45:43.933Z Downloaded tokio-postgres v0.7.10
12732024-05-08T02:45:43.938Z Downloaded idna v0.2.3
12742024-05-08T02:45:43.943Z Downloaded h2 v0.3.26
12752024-05-08T02:45:43.951Z Downloaded zerocopy v0.7.32
12762024-05-08T02:45:43.967Z Downloaded tokio-util v0.7.10
12772024-05-08T02:45:43.974Z Downloaded futures-util v0.3.30
12782024-05-08T02:45:43.987Z Downloaded portable-atomic v1.4.3
12792024-05-08T02:45:43.993Z Downloaded petgraph v0.6.4
12802024-05-08T02:45:44.010Z Downloaded num-bigint-dig v0.8.4
12812024-05-08T02:45:44.014Z Downloaded goblin v0.8.0
12822024-05-08T02:45:44.021Z Downloaded vcpkg v0.2.15
12832024-05-08T02:45:44.062Z Downloaded bstr v0.2.17
12842024-05-08T02:45:44.073Z Downloaded trust-dns-proto v0.22.0
12852024-05-08T02:45:44.086Z Downloaded sqlparser v0.45.0
12862024-05-08T02:45:44.095Z Downloaded openssl v0.10.64
12872024-05-08T02:45:44.103Z Downloaded regex v1.10.4
12882024-05-08T02:45:44.117Z Downloaded curve25519-dalek v4.1.2
12892024-05-08T02:45:44.126Z Downloaded polar-core v0.27.3
12902024-05-08T02:45:44.136Z Downloaded smoltcp v0.9.1
12912024-05-08T02:45:44.148Z Downloaded object v0.32.1
12922024-05-08T02:45:44.163Z Downloaded regex-syntax v0.8.2
12932024-05-08T02:45:44.168Z Downloaded ratatui v0.26.2
12942024-05-08T02:45:44.187Z Downloaded rustls v0.22.4
12952024-05-08T02:45:44.202Z Downloaded gimli v0.28.0
12962024-05-08T02:45:44.212Z Downloaded regress v0.9.1
12972024-05-08T02:45:44.223Z Downloaded smoltcp v0.11.0
12982024-05-08T02:45:44.238Z Downloaded tokio v1.37.0
12992024-05-08T02:45:44.278Z Downloaded csv v1.3.0
13002024-05-08T02:45:44.300Z Downloaded regex-automata v0.4.5
13012024-05-08T02:45:44.322Z Downloaded bzip2-sys v0.1.11+1.0.8
13022024-05-08T02:45:44.332Z Downloaded zerocopy-derive v0.6.6
13032024-05-08T02:45:44.342Z Downloaded zerocopy-derive v0.2.0
13042024-05-08T02:45:44.350Z Downloaded sled v0.34.7
13052024-05-08T02:45:44.361Z Downloaded rustls v0.21.9
13062024-05-08T02:45:44.373Z Downloaded openapiv3 v2.0.0
13072024-05-08T02:45:44.387Z Downloaded sha3 v0.10.8
13082024-05-08T02:45:44.392Z Downloaded webpki-roots v0.25.2
13092024-05-08T02:45:44.396Z Downloaded diesel v2.1.6
13102024-05-08T02:45:44.416Z Downloaded bstr v1.9.0
13112024-05-08T02:45:44.428Z Downloaded radix_trie v0.2.1
13122024-05-08T02:45:44.434Z Downloaded regex-syntax v0.6.29
13132024-05-08T02:45:44.442Z Downloaded tabled v0.15.0
13142024-05-08T02:45:44.463Z Downloaded proptest v1.4.0
13152024-05-08T02:45:44.470Z Downloaded nix v0.28.0
13162024-05-08T02:45:44.483Z Downloaded idna v0.5.0
13172024-05-08T02:45:44.490Z Downloaded object v0.30.4
13182024-05-08T02:45:44.501Z Downloaded encoding_rs v0.8.33
13192024-05-08T02:45:44.524Z Downloaded rustls-webpki v0.102.1
13202024-05-08T02:45:44.542Z Downloaded guppy v0.17.5
13212024-05-08T02:45:44.548Z Downloaded syn v1.0.109
13222024-05-08T02:45:44.562Z Downloaded pest v2.7.6
13232024-05-08T02:45:44.566Z Downloaded unicode-normalization v0.1.22
13242024-05-08T02:45:44.570Z Downloaded quick-xml v0.31.0
13252024-05-08T02:45:44.577Z Downloaded tough v0.17.1
13262024-05-08T02:45:44.585Z Downloaded winnow v0.5.15
13272024-05-08T02:45:44.593Z Downloaded lalrpop v0.19.12
13282024-05-08T02:45:44.606Z Downloaded unsafe-libyaml v0.2.10
13292024-05-08T02:45:44.610Z Downloaded plotters v0.3.5
13302024-05-08T02:45:44.618Z Downloaded chrono v0.4.38
13312024-05-08T02:45:44.626Z Downloaded reqwest v0.11.24
13322024-05-08T02:45:44.633Z Downloaded idna v0.3.0
13332024-05-08T02:45:44.641Z Downloaded schemars v0.8.16
13342024-05-08T02:45:44.653Z Downloaded unicode-segmentation v1.10.1
13352024-05-08T02:45:44.657Z Downloaded rustyline v14.0.0
13362024-05-08T02:45:44.662Z Downloaded parking_lot v0.11.2
13372024-05-08T02:45:44.678Z Downloaded similar v2.4.0
13382024-05-08T02:45:44.683Z Downloaded rust-argon2 v2.1.0
13392024-05-08T02:45:44.683Z Downloaded uuid v1.8.0
13402024-05-08T02:45:44.683Z Downloaded rand v0.8.5
13412024-05-08T02:45:44.683Z Downloaded x509-cert v0.2.4
13422024-05-08T02:45:44.688Z Downloaded tokio-rustls v0.25.0
13432024-05-08T02:45:44.688Z Downloaded toml v0.5.11
13442024-05-08T02:45:44.691Z Downloaded topological-sort v0.2.2
13452024-05-08T02:45:44.692Z Downloaded tokio-tungstenite v0.21.0
13462024-05-08T02:45:44.692Z Downloaded tokio-tungstenite v0.20.1
13472024-05-08T02:45:44.696Z Downloaded uuid v0.8.2
13482024-05-08T02:45:44.696Z Downloaded pest_meta v2.7.6
13492024-05-08T02:45:44.700Z Downloaded zerocopy v0.6.6
13502024-05-08T02:45:44.704Z Downloaded zip v0.6.6
13512024-05-08T02:45:44.708Z Downloaded usdt-impl v0.3.5
13522024-05-08T02:45:44.708Z Downloaded der v0.7.8
13532024-05-08T02:45:44.714Z Downloaded num_cpus v1.16.0
13542024-05-08T02:45:44.718Z Downloaded signal-hook-registry v1.4.1
13552024-05-08T02:45:44.718Z Downloaded similar-asserts v1.5.0
13562024-05-08T02:45:44.718Z Downloaded packed_struct_codegen v0.10.1
13572024-05-08T02:45:44.722Z Downloaded uzers v0.11.3
13582024-05-08T02:45:44.723Z Downloaded strsim v0.10.0
13592024-05-08T02:45:44.723Z Downloaded pin-project-internal v1.1.3
13602024-05-08T02:45:44.730Z Downloaded rayon-core v1.12.1
13612024-05-08T02:45:44.730Z Downloaded url v2.5.0
13622024-05-08T02:45:44.734Z Downloaded darling_core v0.20.8
13632024-05-08T02:45:44.734Z Downloaded unicode-bidi v0.3.15
13642024-05-08T02:45:44.738Z Downloaded serde_with v3.7.0
13652024-05-08T02:45:44.745Z Downloaded pretty-hex v0.2.1
13662024-05-08T02:45:44.751Z Downloaded usdt v0.5.0
13672024-05-08T02:45:44.751Z Downloaded pin-utils v0.1.0
13682024-05-08T02:45:44.751Z Downloaded serde_repr v0.1.16
13692024-05-08T02:45:44.756Z Downloaded serde_arrays v0.1.0
13702024-05-08T02:45:44.756Z Downloaded serde-hex v0.1.0
13712024-05-08T02:45:44.756Z Downloaded pest_generator v2.7.6
13722024-05-08T02:45:44.756Z Downloaded wyz v0.5.1
13732024-05-08T02:45:44.756Z Downloaded vsss-rs v3.3.4
13742024-05-08T02:45:44.761Z Downloaded textwrap v0.16.1
13752024-05-08T02:45:44.761Z Downloaded dirs-sys-next v0.1.2
13762024-05-08T02:45:44.761Z Downloaded rcgen v0.12.1
13772024-05-08T02:45:44.765Z Downloaded signature v2.1.0
13782024-05-08T02:45:44.765Z Downloaded fatfs v0.3.6
13792024-05-08T02:45:44.770Z Downloaded unicode_categories v0.1.1
13802024-05-08T02:45:44.770Z Downloaded percent-encoding v2.3.1
13812024-05-08T02:45:44.770Z Downloaded num_enum_derive v0.5.11
13822024-05-08T02:45:44.777Z Downloaded num_enum v0.5.11
13832024-05-08T02:45:44.781Z Downloaded flagset v0.4.3
13842024-05-08T02:45:44.784Z Downloaded defmt-parser v0.3.3
13852024-05-08T02:45:44.784Z Downloaded rustfmt-wrapper v0.2.1
13862024-05-08T02:45:44.784Z Downloaded rustls-native-certs v0.7.0
13872024-05-08T02:45:44.791Z Downloaded socket2 v0.5.6
13882024-05-08T02:45:44.791Z Downloaded socket2 v0.4.9
13892024-05-08T02:45:44.795Z Downloaded hashbrown v0.13.2
13902024-05-08T02:45:44.795Z Downloaded once_cell v1.19.0
13912024-05-08T02:45:44.800Z Downloaded test-strategy v0.3.1
13922024-05-08T02:45:44.806Z Downloaded unicode-linebreak v0.1.5
13932024-05-08T02:45:44.806Z Downloaded ff v0.13.0
13942024-05-08T02:45:44.807Z Downloaded num-complex v0.4.5
13952024-05-08T02:45:44.811Z Downloaded vte v0.11.1
13962024-05-08T02:45:44.811Z Downloaded smallvec v0.6.14
13972024-05-08T02:45:44.811Z Downloaded darling v0.20.8
13982024-05-08T02:45:44.816Z Downloaded string_cache v0.8.7
13992024-05-08T02:45:44.816Z Downloaded serde_derive_internals v0.26.0
14002024-05-08T02:45:44.819Z Downloaded rustc-demangle v0.1.23
14012024-05-08T02:45:44.819Z Downloaded crossterm v0.27.0
14022024-05-08T02:45:44.827Z Downloaded salty v0.2.0
14032024-05-08T02:45:44.831Z Downloaded hashbrown v0.12.3
14042024-05-08T02:45:44.835Z Downloaded http v1.0.0
14052024-05-08T02:45:44.843Z Downloaded slog-term v2.9.1
14062024-05-08T02:45:44.848Z Downloaded postgres-protocol v0.6.6
14072024-05-08T02:45:44.848Z Downloaded der_derive v0.7.2
14082024-05-08T02:45:44.848Z Downloaded subprocess v0.2.9
14092024-05-08T02:45:44.851Z Downloaded rand_seeder v0.2.3
14102024-05-08T02:45:44.851Z Downloaded take_mut v0.2.2
14112024-05-08T02:45:44.851Z Downloaded glob v0.3.1
14122024-05-08T02:45:44.851Z Downloaded regex-automata v0.1.10
14132024-05-08T02:45:44.858Z Downloaded fastrand v2.0.1
14142024-05-08T02:45:44.862Z Downloaded defmt v0.3.5
14152024-05-08T02:45:44.863Z Downloaded unicode-width v0.1.11
14162024-05-08T02:45:44.863Z Downloaded typed-path v0.7.0
14172024-05-08T02:45:44.869Z Downloaded trust-dns-resolver v0.22.0
14182024-05-08T02:45:44.874Z Downloaded trust-dns-client v0.22.0
14192024-05-08T02:45:44.879Z Downloaded nom v7.1.3
14202024-05-08T02:45:44.888Z Downloaded platforms v3.0.2
14212024-05-08T02:45:44.892Z Downloaded peg v0.8.2
14222024-05-08T02:45:44.892Z Downloaded num-integer v0.1.46
14232024-05-08T02:45:44.897Z Downloaded libxml v0.3.3
14242024-05-08T02:45:44.903Z Downloaded num-traits v0.2.18
14252024-05-08T02:45:44.912Z Downloaded futures v0.3.30
14262024-05-08T02:45:44.912Z Downloaded samael v0.0.15
14272024-05-08T02:45:44.916Z Downloaded ring v0.17.8
14282024-05-08T02:45:44.986Z Downloaded criterion v0.5.1
14292024-05-08T02:45:44.993Z Downloaded ref-cast v1.0.22
14302024-05-08T02:45:44.997Z Downloaded strum v0.26.2
14312024-05-08T02:45:44.997Z Downloaded semver v0.1.20
14322024-05-08T02:45:45.001Z Downloaded scopeguard v1.2.0
14332024-05-08T02:45:45.001Z Downloaded plotters-backend v0.3.5
14342024-05-08T02:45:45.001Z Downloaded http v0.2.12
14352024-05-08T02:45:45.006Z Downloaded term v0.7.0
14362024-05-08T02:45:45.010Z Downloaded tempfile v3.10.1
14372024-05-08T02:45:45.010Z Downloaded strum_macros v0.24.3
14382024-05-08T02:45:45.014Z Downloaded slog-stdlog v4.1.1
14392024-05-08T02:45:45.014Z Downloaded funty v2.0.0
14402024-05-08T02:45:45.014Z Downloaded futures-channel v0.3.30
14412024-05-08T02:45:45.018Z Downloaded signal-hook v0.3.17
14422024-05-08T02:45:45.018Z Downloaded num-bigint v0.4.4
14432024-05-08T02:45:45.023Z Downloaded minimal-lexical v0.2.1
14442024-05-08T02:45:45.027Z Downloaded crossbeam-channel v0.5.8
14452024-05-08T02:45:45.031Z Downloaded ring v0.16.20
14462024-05-08T02:45:45.118Z Downloaded rustc-hash v1.1.0
14472024-05-08T02:45:45.121Z Downloaded tungstenite v0.20.1
14482024-05-08T02:45:45.122Z Downloaded tracing v0.1.40
14492024-05-08T02:45:45.125Z Downloaded rsa v0.9.2
14502024-05-08T02:45:45.129Z Downloaded slog v2.7.0
14512024-05-08T02:45:45.134Z Downloaded const_format v0.2.32
14522024-05-08T02:45:45.138Z Downloaded dof v0.1.5
14532024-05-08T02:45:45.138Z Downloaded env_logger v0.10.0
14542024-05-08T02:45:45.138Z Downloaded diff v0.1.13
14552024-05-08T02:45:45.142Z Downloaded diesel_derives v2.1.2
14562024-05-08T02:45:45.145Z Downloaded cc v1.0.83
14572024-05-08T02:45:45.149Z Downloaded base64 v0.21.7
14582024-05-08T02:45:45.153Z Downloaded parking_lot_core v0.9.8
14592024-05-08T02:45:45.153Z Downloaded tracing-attributes v0.1.27
14602024-05-08T02:45:45.156Z Downloaded compact_str v0.7.1
14612024-05-08T02:45:45.161Z Downloaded libm v0.2.7
14622024-05-08T02:45:45.166Z Downloaded tap v1.0.1
14632024-05-08T02:45:45.169Z Downloaded static_assertions v1.1.0
14642024-05-08T02:45:45.169Z Downloaded partial-io v0.5.4
14652024-05-08T02:45:45.173Z Downloaded tar v0.4.40
14662024-05-08T02:45:45.173Z Downloaded chacha20poly1305 v0.10.1
14672024-05-08T02:45:45.176Z Downloaded base64 v0.22.0
14682024-05-08T02:45:45.182Z Downloaded miniz_oxide v0.7.1
14692024-05-08T02:45:45.186Z Downloaded scheduled-thread-pool v0.2.7
14702024-05-08T02:45:45.186Z Downloaded ppv-lite86 v0.2.17
14712024-05-08T02:45:45.186Z Downloaded phf_shared v0.11.2
14722024-05-08T02:45:45.187Z Downloaded cookie v0.18.1
14732024-05-08T02:45:45.187Z Downloaded crossbeam-utils v0.8.19
14742024-05-08T02:45:45.190Z Downloaded structmeta v0.2.0
14752024-05-08T02:45:45.190Z Downloaded cfg-expr v0.15.6
14762024-05-08T02:45:45.195Z Downloaded parse-display-derive v0.9.0
14772024-05-08T02:45:45.195Z Downloaded parse-display v0.9.0
14782024-05-08T02:45:45.195Z Downloaded rstest v0.19.0
14792024-05-08T02:45:45.199Z Downloaded crc-any v2.4.3
14802024-05-08T02:45:45.204Z Downloaded const-oid v0.9.6
14812024-05-08T02:45:45.204Z Downloaded getopts v0.2.21
14822024-05-08T02:45:45.208Z Downloaded gethostname v0.4.3
14832024-05-08T02:45:45.208Z Downloaded bzip2 v0.4.4
14842024-05-08T02:45:45.208Z Downloaded mockall_derive v0.12.1
14852024-05-08T02:45:45.208Z Downloaded criterion-plot v0.5.0
14862024-05-08T02:45:45.212Z Downloaded cookie_store v0.20.0
14872024-05-08T02:45:45.212Z Downloaded cancel-safe-futures v0.1.5
14882024-05-08T02:45:45.216Z Downloaded difflib v0.4.0
14892024-05-08T02:45:45.216Z Downloaded crc32fast v1.3.2
14902024-05-08T02:45:45.226Z Downloaded scroll v0.12.0
14912024-05-08T02:45:45.226Z Downloaded supports-color v3.0.0
14922024-05-08T02:45:45.226Z Downloaded slog-json v2.6.1
14932024-05-08T02:45:45.226Z Downloaded crossbeam-deque v0.8.3
14942024-05-08T02:45:45.226Z Downloaded slog-scope v4.4.0
14952024-05-08T02:45:45.226Z Downloaded slog-bunyan v2.5.0
14962024-05-08T02:45:45.226Z Downloaded slog-dtrace v0.3.0
14972024-05-08T02:45:45.230Z Downloaded opaque-debug v0.3.0
14982024-05-08T02:45:45.230Z Downloaded zone_cfg_derive v0.1.2
14992024-05-08T02:45:45.230Z Downloaded serde_tokenstream v0.2.0
15002024-05-08T02:45:45.230Z Downloaded mime_guess v2.0.4
15012024-05-08T02:45:45.234Z Downloaded mime v0.3.17
15022024-05-08T02:45:45.234Z Downloaded lock_api v0.4.10
15032024-05-08T02:45:45.238Z Downloaded hyper-util v0.1.2
15042024-05-08T02:45:45.238Z Downloaded console v0.15.8
15052024-05-08T02:45:45.245Z Downloaded same-file v1.0.6
15062024-05-08T02:45:45.245Z Downloaded rtoolbox v0.0.1
15072024-05-08T02:45:45.250Z Downloaded multer v3.0.0
15082024-05-08T02:45:45.250Z Downloaded memmap2 v0.7.1
15092024-05-08T02:45:45.250Z Downloaded ciborium v0.2.2
15102024-05-08T02:45:45.250Z Downloaded maplit v1.0.2
15112024-05-08T02:45:45.254Z Downloaded lru-cache v0.1.2
15122024-05-08T02:45:45.254Z Downloaded lru v0.12.1
15132024-05-08T02:45:45.255Z Downloaded lalrpop-util v0.19.12
15142024-05-08T02:45:45.255Z Downloaded kstat-rs v0.2.3
15152024-05-08T02:45:45.255Z Downloaded cpufeatures v0.2.12
15162024-05-08T02:45:45.259Z Downloaded constant_time_eq v0.2.6
15172024-05-08T02:45:45.259Z Downloaded const_format_proc_macros v0.2.32
15182024-05-08T02:45:45.263Z Downloaded bytecount v0.6.3
15192024-05-08T02:45:45.263Z Downloaded cipher v0.4.4
15202024-05-08T02:45:45.263Z Downloaded castaway v0.2.2
15212024-05-08T02:45:45.263Z Downloaded cassowary v0.3.0
15222024-05-08T02:45:45.267Z Downloaded nanorand v0.7.0
15232024-05-08T02:45:45.267Z Downloaded maybe-uninit v2.0.0
15242024-05-08T02:45:45.271Z Downloaded libloading v0.7.4
15252024-05-08T02:45:45.271Z Downloaded ciborium-io v0.2.2
15262024-05-08T02:45:45.271Z Downloaded chacha20 v0.9.1
15272024-05-08T02:45:45.276Z Downloaded assert_cmd v2.0.14
15282024-05-08T02:45:45.276Z Downloaded arrayvec v0.7.4
15292024-05-08T02:45:45.280Z Downloaded bcs v0.1.6
15302024-05-08T02:45:45.280Z Downloaded libsw v3.3.1
15312024-05-08T02:45:45.280Z Downloaded linked-hash-map v0.5.6
15322024-05-08T02:45:45.284Z Downloaded ascii-canvas v3.0.0
15332024-05-08T02:45:45.284Z Downloaded crucible-workspace-hack v0.1.0
15342024-05-08T02:45:45.284Z Downloaded indicatif v0.17.8
15352024-05-08T02:45:45.288Z Downloaded inout v0.1.3
15362024-05-08T02:45:45.288Z Downloaded atomicwrites v0.4.3
15372024-05-08T02:45:45.288Z Downloaded argon2 v0.5.3
15382024-05-08T02:45:45.292Z Downloaded block-buffer v0.10.4
15392024-05-08T02:45:45.292Z Downloaded bit-vec v0.6.3
15402024-05-08T02:45:45.292Z Downloaded async-stream v0.3.5
15412024-05-08T02:45:45.293Z Downloaded lazycell v1.3.0
15422024-05-08T02:45:45.296Z Downloaded is_ci v1.2.0
15432024-05-08T02:45:45.296Z Downloaded instant v0.1.12
15442024-05-08T02:45:45.297Z Downloaded impl-trait-for-tuples v0.2.2
15452024-05-08T02:45:45.303Z Downloaded httpdate v1.0.3
15462024-05-08T02:45:45.303Z Downloaded cfg_aliases v0.1.1
15472024-05-08T02:45:45.303Z Downloaded bitflags v1.3.2
15482024-05-08T02:45:45.306Z Downloaded async-recursion v1.1.0
15492024-05-08T02:45:45.306Z Downloaded newline-converter v0.3.0
15502024-05-08T02:45:45.306Z Downloaded ident_case v1.0.1
15512024-05-08T02:45:45.307Z Downloaded iana-time-zone v0.1.57
15522024-05-08T02:45:45.310Z Downloaded hyper-rustls v0.24.2
15532024-05-08T02:45:45.315Z Downloaded humantime v2.1.0
15542024-05-08T02:45:45.315Z Downloaded hubpack_derive v0.1.1
15552024-05-08T02:45:45.315Z Downloaded http-range v0.1.5
15562024-05-08T02:45:45.315Z Downloaded http-body v1.0.0
15572024-05-08T02:45:45.315Z Downloaded heck v0.4.1
15582024-05-08T02:45:45.319Z Downloaded atty v0.2.14
15592024-05-08T02:45:45.319Z Downloaded atomic-waker v1.1.1
15602024-05-08T02:45:45.319Z Downloaded assert_matches v1.5.0
15612024-05-08T02:45:45.319Z Downloaded arrayref v0.3.7
15622024-05-08T02:45:45.319Z Downloaded httparse v1.8.0
15632024-05-08T02:45:45.323Z Downloaded hostname v0.3.1
15642024-05-08T02:45:45.323Z Downloaded blake2b_simd v1.0.1
15652024-05-08T02:45:45.327Z Downloaded bitvec v1.0.1
15662024-05-08T02:45:45.339Z Downloaded bitstruct v0.1.1
15672024-05-08T02:45:45.342Z Downloaded backoff v0.4.0
15682024-05-08T02:45:45.342Z Downloaded hex-literal v0.4.1
15692024-05-08T02:45:45.343Z Downloaded headers-core v0.2.0
15702024-05-08T02:45:45.347Z Downloaded bb8 v0.8.3
15712024-05-08T02:45:45.347Z Downloaded async-trait v0.1.80
15722024-05-08T02:45:45.351Z Downloaded array-init v0.0.4
15732024-05-08T02:45:45.351Z Downloaded aead v0.5.2
15742024-05-08T02:45:45.351Z Downloaded hmac v0.12.1
15752024-05-08T02:45:45.351Z Downloaded highway v1.1.0
15762024-05-08T02:45:45.358Z Downloaded arc-swap v1.6.0
15772024-05-08T02:45:45.363Z Downloaded heapless v0.8.0
15782024-05-08T02:45:45.363Z Downloaded ahash v0.8.8
15792024-05-08T02:45:45.367Z Downloaded addr2line v0.21.0
15802024-05-08T02:45:45.367Z Downloaded anes v0.1.6
15812024-05-08T02:45:45.367Z Downloaded adler v1.0.2
15822024-05-08T02:45:45.967Z Compiling libc v0.2.153
15832024-05-08T02:45:45.968Z Compiling serde v1.0.199
15842024-05-08T02:45:45.968Z Compiling version_check v0.9.4
15852024-05-08T02:45:45.972Z Checking cfg-if v1.0.0
15862024-05-08T02:45:45.972Z Compiling lock_api v0.4.10
15872024-05-08T02:45:46.020Z Compiling syn v1.0.109
15882024-05-08T02:45:46.049Z Compiling syn v2.0.60
15892024-05-08T02:45:46.211Z Compiling parking_lot_core v0.9.8
15902024-05-08T02:45:46.348Z Compiling once_cell v1.19.0
15912024-05-08T02:45:46.604Z Compiling libm v0.2.7
15922024-05-08T02:45:46.695Z Compiling num-traits v0.2.18
15932024-05-08T02:45:46.767Z Compiling memchr v2.7.1
15942024-05-08T02:45:46.785Z Compiling serde_json v1.0.116
15952024-05-08T02:45:46.912Z Compiling ahash v0.8.8
15962024-05-08T02:45:47.006Z Compiling byteorder v1.5.0
15972024-05-08T02:45:47.478Z Checking log v0.4.21
15982024-05-08T02:45:47.805Z Compiling slab v0.4.9
15992024-05-08T02:45:47.984Z Compiling typenum v1.16.0
16002024-05-08T02:45:48.261Z Checking getrandom v0.2.12
16012024-05-08T02:45:48.321Z Checking itoa v1.0.9
16022024-05-08T02:45:48.552Z Compiling cc v1.0.83
16032024-05-08T02:45:48.798Z Compiling generic-array v0.14.7
16042024-05-08T02:45:48.858Z Checking scopeguard v1.2.0
16052024-05-08T02:45:49.092Z Checking smallvec v1.13.1
16062024-05-08T02:45:49.185Z Compiling heck v0.4.1
16072024-05-08T02:45:49.266Z Compiling allocator-api2 v0.2.16
16082024-05-08T02:45:49.358Z Compiling pkg-config v0.3.27
16092024-05-08T02:45:49.465Z Compiling rustix v0.38.31
16102024-05-08T02:45:49.687Z Compiling schemars v0.8.16
16112024-05-08T02:45:50.100Z Compiling httparse v1.8.0
16122024-05-08T02:45:50.116Z Checking pin-project-lite v0.2.13
16132024-05-08T02:45:50.120Z Checking parking_lot v0.12.1
16142024-05-08T02:45:50.250Z Compiling time-core v0.1.2
16152024-05-08T02:45:50.401Z Compiling num-conv v0.1.0
16162024-05-08T02:45:50.473Z Compiling fnv v1.0.7
16172024-05-08T02:45:50.630Z Checking signal-hook-registry v1.4.1
16182024-05-08T02:45:50.712Z Compiling time-macros v0.2.17
16192024-05-08T02:45:50.789Z Compiling vcpkg v0.2.15
16202024-05-08T02:45:50.872Z Checking mio v0.8.11
16212024-05-08T02:45:51.246Z Checking ryu v1.0.15
16222024-05-08T02:45:51.498Z Compiling aho-corasick v1.1.2
16232024-05-08T02:45:51.841Z Compiling ring v0.17.8
16242024-05-08T02:45:53.063Z Compiling regex-syntax v0.8.2
16252024-05-08T02:45:53.151Z Compiling openssl-sys v0.9.102
16262024-05-08T02:45:54.355Z Compiling serde_derive_internals v0.26.0
16272024-05-08T02:45:55.291Z Checking rand_core v0.6.4
16282024-05-08T02:45:55.565Z Checking num_cpus v1.16.0
16292024-05-08T02:45:55.646Z Checking futures-core v0.3.30
16302024-05-08T02:45:55.673Z Compiling ring v0.16.20
16312024-05-08T02:45:55.835Z Checking socket2 v0.5.6
16322024-05-08T02:45:56.332Z Compiling regex-automata v0.4.5
16332024-05-08T02:45:57.133Z Compiling openssl v0.10.64
16342024-05-08T02:45:57.563Z Compiling rustversion v1.0.14
16352024-05-08T02:45:58.199Z Compiling slog v2.7.0
16362024-05-08T02:45:58.339Z Compiling ucd-trie v0.1.6
16372024-05-08T02:45:58.980Z Compiling crossbeam-utils v0.8.19
16382024-05-08T02:45:59.142Z Compiling native-tls v0.2.11
16392024-05-08T02:45:59.498Z Compiling iana-time-zone v0.1.57
16402024-05-08T02:45:59.645Z Compiling rustls v0.21.9
16412024-05-08T02:45:59.890Z Compiling cookie v0.17.0
16422024-05-08T02:45:59.949Z Checking spin v0.5.2
16432024-05-08T02:45:59.970Z Compiling backtrace v0.3.69
16442024-05-08T02:46:00.156Z Compiling unicode-xid v0.2.4
16452024-05-08T02:46:00.264Z Checking futures-sink v0.3.30
16462024-05-08T02:46:00.396Z Compiling uuid v0.8.2
16472024-05-08T02:46:00.415Z Compiling dyn-clone v1.0.17
16482024-05-08T02:46:00.461Z Compiling anyhow v1.0.82
16492024-05-08T02:46:00.621Z Checking pin-utils v0.1.0
16502024-05-08T02:46:00.728Z Checking futures-channel v0.3.30
16512024-05-08T02:46:01.127Z Compiling serde_derive v1.0.199
16522024-05-08T02:46:01.167Z Compiling zerocopy-derive v0.7.32
16532024-05-08T02:46:01.276Z Compiling thiserror-impl v1.0.59
16542024-05-08T02:46:01.295Z Compiling zeroize_derive v1.4.2
16552024-05-08T02:46:01.393Z Compiling tokio-macros v2.2.0
16562024-05-08T02:46:01.494Z Compiling futures-macro v0.3.30
16572024-05-08T02:46:01.528Z Compiling tracing-attributes v0.1.27
16582024-05-08T02:46:03.054Z Compiling schemars_derive v0.8.16
16592024-05-08T02:46:03.268Z Compiling regex v1.10.4
16602024-05-08T02:46:03.682Z Compiling zerocopy v0.7.32
16612024-05-08T02:46:03.856Z Checking zeroize v1.7.0
16622024-05-08T02:46:04.133Z Compiling openssl-macros v0.1.1
16632024-05-08T02:46:04.894Z Compiling thiserror v1.0.59
16642024-05-08T02:46:05.050Z Compiling pest v2.7.6
16652024-05-08T02:46:05.132Z Compiling async-trait v0.1.80
16662024-05-08T02:46:06.073Z Compiling hashbrown v0.14.3
16672024-05-08T02:46:06.475Z Compiling tinyvec_macros v0.1.1
16682024-05-08T02:46:06.577Z Checking futures-io v0.3.30
16692024-05-08T02:46:06.780Z Checking futures-task v0.3.30
16702024-05-08T02:46:07.027Z Checking futures-util v0.3.30
16712024-05-08T02:46:07.047Z Compiling tinyvec v1.6.0
16722024-05-08T02:46:07.174Z Compiling scroll_derive v0.12.0
16732024-05-08T02:46:07.539Z Compiling pest_meta v2.7.6
16742024-05-08T02:46:07.856Z Compiling thread-id v4.2.0
16752024-05-08T02:46:08.136Z Compiling der_derive v0.7.2
16762024-05-08T02:46:08.552Z Compiling unicode-normalization v0.1.22
16772024-05-08T02:46:08.835Z Compiling pest_generator v2.7.6
16782024-05-08T02:46:10.099Z Compiling unicode-bidi v0.3.15
16792024-05-08T02:46:10.923Z Compiling errno v0.3.8
16802024-05-08T02:46:11.125Z Compiling either v1.11.0
16812024-05-08T02:46:11.209Z Checking subtle v2.5.0
16822024-05-08T02:46:11.495Z Compiling unicode-width v0.1.11
16832024-05-08T02:46:11.548Z Compiling crc32fast v1.3.2
16842024-05-08T02:46:12.050Z Compiling winnow v0.5.15
16852024-05-08T02:46:12.571Z Compiling synstructure v0.12.6
16862024-05-08T02:46:12.635Z Compiling pest_derive v2.7.6
16872024-05-08T02:46:13.461Z Compiling spin v0.9.8
16882024-05-08T02:46:13.847Z Compiling tracing-core v0.1.32
16892024-05-08T02:46:14.107Z Compiling scroll v0.12.0
16902024-05-08T02:46:14.243Z Compiling usdt-impl v0.5.0
16912024-05-08T02:46:14.407Z Compiling zerocopy-derive v0.2.0
16922024-05-08T02:46:14.613Z Compiling tracing v0.1.40
16932024-05-08T02:46:14.997Z Compiling const-oid v0.9.6
16942024-05-08T02:46:15.118Z Compiling percent-encoding v2.3.1
16952024-05-08T02:46:15.473Z Compiling plain v0.2.3
16962024-05-08T02:46:15.627Z Compiling goblin v0.8.0
16972024-05-08T02:46:15.664Z Compiling pretty-hex v0.4.1
16982024-05-08T02:46:15.796Z Compiling clap_derive v4.5.4
16992024-05-08T02:46:15.857Z Compiling dtrace-parser v0.2.0
17002024-05-08T02:46:15.948Z Checking bytes v1.6.0
17012024-05-08T02:46:16.845Z Checking tokio v1.37.0
17022024-05-08T02:46:16.861Z Checking bitflags v2.4.2
17032024-05-08T02:46:17.269Z Compiling indexmap v2.2.6
17042024-05-08T02:46:18.714Z Compiling chrono v0.4.38
17052024-05-08T02:46:18.764Z Compiling uuid v1.8.0
17062024-05-08T02:46:18.969Z Compiling semver v1.0.22
17072024-05-08T02:46:19.201Z Compiling http v0.2.12
17082024-05-08T02:46:19.774Z Compiling toml_datetime v0.6.5
17092024-05-08T02:46:20.158Z Compiling serde_spanned v0.6.5
17102024-05-08T02:46:20.277Z Compiling rustc_version v0.4.0
17112024-05-08T02:46:21.102Z Compiling toml_edit v0.19.15
17122024-05-08T02:46:21.819Z Compiling openapiv3 v2.0.0
17132024-05-08T02:46:22.936Z Compiling dof v0.3.0
17142024-05-08T02:46:24.195Z Compiling foreign-types-shared v0.1.1
17152024-05-08T02:46:24.315Z Compiling untrusted v0.9.0
17162024-05-08T02:46:24.507Z Compiling signal-hook v0.3.17
17172024-05-08T02:46:24.808Z Compiling untrusted v0.7.1
17182024-05-08T02:46:25.006Z Compiling powerfmt v0.2.0
17192024-05-08T02:46:25.446Z Compiling deranged v0.3.11
17202024-05-08T02:46:25.961Z Compiling foreign-types v0.3.2
17212024-05-08T02:46:26.628Z Compiling form_urlencoded v1.2.1
17222024-05-08T02:46:26.764Z Compiling crypto-common v0.1.6
17232024-05-08T02:46:26.979Z Compiling zerocopy-derive v0.6.6
17242024-05-08T02:46:27.565Z Compiling usdt-impl v0.3.5
17252024-05-08T02:46:27.902Z Compiling num_threads v0.1.6
17262024-05-08T02:46:27.941Z Compiling try-lock v0.2.4
17272024-05-08T02:46:28.048Z Compiling siphasher v0.3.11
17282024-05-08T02:46:28.096Z Compiling base64 v0.21.7
17292024-05-08T02:46:28.588Z Compiling want v0.3.1
17302024-05-08T02:46:28.893Z Compiling tokio-util v0.7.10
17312024-05-08T02:46:28.922Z Compiling time v0.3.34
17322024-05-08T02:46:29.455Z Compiling rustls-webpki v0.101.7
17332024-05-08T02:46:29.608Z Compiling sct v0.7.0
17342024-05-08T02:46:29.840Z Compiling http-body v0.4.5
17352024-05-08T02:46:29.861Z Compiling zerocopy v0.3.0
17362024-05-08T02:46:30.261Z Compiling h2 v0.3.26
17372024-05-08T02:46:30.526Z Compiling block-buffer v0.10.4
17382024-05-08T02:46:30.546Z Compiling idna v0.5.0
17392024-05-08T02:46:30.715Z Compiling bzip2-sys v0.1.11+1.0.8
17402024-05-08T02:46:31.278Z Compiling httpdate v1.0.3
17412024-05-08T02:46:31.586Z Compiling tower-service v0.3.2
17422024-05-08T02:46:31.684Z Compiling openssl-probe v0.1.5
17432024-05-08T02:46:31.758Z Compiling url v2.5.0
17442024-05-08T02:46:32.434Z Compiling digest v0.10.7
17452024-05-08T02:46:32.855Z Compiling dof v0.1.5
17462024-05-08T02:46:33.128Z Compiling heapless v0.7.16
17472024-05-08T02:46:33.787Z Compiling dtrace-parser v0.1.14
17482024-05-08T02:46:33.791Z Compiling idna v0.3.0
17492024-05-08T02:46:33.909Z Compiling lazy_static v1.4.0
17502024-05-08T02:46:34.658Z Checking equivalent v1.0.1
17512024-05-08T02:46:35.388Z Compiling ppv-lite86 v0.2.17
17522024-05-08T02:46:35.404Z Compiling psl-types v2.0.11
17532024-05-08T02:46:35.469Z Compiling adler v1.0.2
17542024-05-08T02:46:35.694Z Compiling miniz_oxide v0.7.1
17552024-05-08T02:46:35.779Z Compiling publicsuffix v2.2.3
17562024-05-08T02:46:36.046Z Compiling tokio-native-tls v0.3.1
17572024-05-08T02:46:36.171Z Compiling rand_chacha v0.3.1
17582024-05-08T02:46:36.329Z Compiling crossbeam-epoch v0.9.18
17592024-05-08T02:46:37.141Z Compiling tokio-rustls v0.24.1
17602024-05-08T02:46:37.245Z Compiling hyper v0.14.28
17612024-05-08T02:46:37.613Z Compiling serde_tokenstream v0.1.7
17622024-05-08T02:46:37.802Z Compiling bit-vec v0.6.3
17632024-05-08T02:46:38.042Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17642024-05-08T02:46:38.155Z Compiling ipnet v2.9.0
17652024-05-08T02:46:38.248Z Compiling cookie_store v0.20.0
17662024-05-08T02:46:38.694Z Compiling rand v0.8.5
17672024-05-08T02:46:39.247Z Compiling rustls-pemfile v1.0.3
17682024-05-08T02:46:39.466Z Compiling phf_shared v0.10.0
17692024-05-08T02:46:39.640Z Compiling serde_urlencoded v0.7.1
17702024-05-08T02:46:39.866Z Compiling encoding_rs v0.8.33
17712024-05-08T02:46:40.008Z Compiling num-bigint v0.4.4
17722024-05-08T02:46:40.152Z Compiling new_debug_unreachable v1.0.4
17732024-05-08T02:46:40.247Z Compiling webpki-roots v0.25.2
17742024-05-08T02:46:40.397Z Compiling minimal-lexical v0.2.1
17752024-05-08T02:46:40.587Z Compiling precomputed-hash v0.1.1
17762024-05-08T02:46:40.662Z Compiling fixedbitset v0.4.2
17772024-05-08T02:46:40.703Z Compiling mime v0.3.17
17782024-05-08T02:46:40.853Z Compiling smoltcp v0.9.1
17792024-05-08T02:46:40.917Z Compiling sync_wrapper v0.1.2
17802024-05-08T02:46:41.058Z Compiling base64ct v1.6.0
17812024-05-08T02:46:41.127Z Compiling gimli v0.28.0
17822024-05-08T02:46:41.153Z Compiling petgraph v0.6.4
17832024-05-08T02:46:41.617Z Compiling pem-rfc7468 v0.7.0
17842024-05-08T02:46:41.673Z Compiling nom v7.1.3
17852024-05-08T02:46:41.694Z Compiling string_cache v0.8.7
17862024-05-08T02:46:42.183Z Compiling usdt-macro v0.3.5
17872024-05-08T02:46:42.376Z Compiling usdt-attr-macro v0.3.5
17882024-05-08T02:46:42.513Z Compiling bit-set v0.5.3
17892024-05-08T02:46:42.801Z Compiling hmac v0.12.1
17902024-05-08T02:46:43.414Z Compiling itertools v0.10.5
17912024-05-08T02:46:43.687Z Compiling enum-as-inner v0.5.1
17922024-05-08T02:46:43.996Z Compiling hubpack_derive v0.1.1
17932024-05-08T02:46:44.629Z Compiling hyper-rustls v0.24.2
17942024-05-08T02:46:44.761Z Compiling hyper-tls v0.5.0
17952024-05-08T02:46:44.949Z Compiling diesel_table_macro_syntax v0.1.0
17962024-05-08T02:46:44.972Z Compiling object v0.32.1
17972024-05-08T02:46:44.980Z Compiling flagset v0.4.3
17982024-05-08T02:46:45.095Z Compiling reqwest v0.11.24
17992024-05-08T02:46:45.181Z Compiling lalrpop-util v0.19.12
18002024-05-08T02:46:45.355Z Compiling addr2line v0.21.0
18012024-05-08T02:46:45.535Z Compiling rustc-demangle v0.1.23
18022024-05-08T02:46:45.983Z Compiling unicode-segmentation v1.10.1
18032024-05-08T02:46:46.304Z Compiling toml_edit v0.22.12
18042024-05-08T02:46:46.559Z Compiling diesel_derives v2.1.2
18052024-05-08T02:46:46.660Z Compiling der v0.7.8
18062024-05-08T02:46:46.679Z Compiling flate2 v1.0.28
18072024-05-08T02:46:46.879Z Compiling futures-executor v0.3.30
18082024-05-08T02:46:47.651Z Compiling cpufeatures v0.2.12
18092024-05-08T02:46:47.692Z Compiling futures v0.3.30
18102024-05-08T02:46:47.752Z Compiling sha2 v0.10.8
18112024-05-08T02:46:49.113Z Compiling spki v0.7.2
18122024-05-08T02:46:49.497Z Compiling md-5 v0.10.5
18132024-05-08T02:46:49.779Z Compiling toml v0.7.8
18142024-05-08T02:46:50.032Z Compiling hex v0.4.3
18152024-05-08T02:46:50.654Z Compiling stringprep v0.1.3
18162024-05-08T02:46:50.839Z Compiling strum_macros v0.25.2
18172024-05-08T02:46:51.497Z Compiling serde_repr v0.1.16
18182024-05-08T02:46:51.712Z Compiling num-integer v0.1.46
18192024-05-08T02:46:52.547Z Compiling hash32 v0.2.1
18202024-05-08T02:46:52.948Z Checking unicode-ident v1.0.12
18212024-05-08T02:46:53.109Z Compiling fallible-iterator v0.2.0
18222024-05-08T02:46:53.175Z Compiling stable_deref_trait v1.2.0
18232024-05-08T02:46:53.814Z Compiling postgres-protocol v0.6.6
18242024-05-08T02:46:54.510Z Compiling pkcs8 v0.10.2
18252024-05-08T02:46:55.064Z Compiling phf_shared v0.11.2
18262024-05-08T02:46:55.104Z Compiling terminal_size v0.3.0
18272024-05-08T02:46:55.137Z Compiling ff v0.13.0
18282024-05-08T02:46:55.211Z Compiling block-padding v0.3.3
18292024-05-08T02:46:55.287Z Compiling scheduled-thread-pool v0.2.7
18302024-05-08T02:46:55.441Z Compiling managed v0.8.0
18312024-05-08T02:46:55.461Z Compiling regex-automata v0.1.10
18322024-05-08T02:46:55.660Z Compiling base16ct v0.2.0
18332024-05-08T02:46:55.868Z Compiling peg-runtime v0.8.2
18342024-05-08T02:46:55.891Z Compiling matches v0.1.10
18352024-05-08T02:46:55.951Z Compiling bitflags v1.3.2
18362024-05-08T02:46:55.973Z Compiling clap_builder v4.5.2
18372024-05-08T02:46:55.999Z Compiling idna v0.2.3
18382024-05-08T02:46:56.088Z Compiling bstr v0.2.17
18392024-05-08T02:46:56.598Z Compiling sec1 v0.7.3
18402024-05-08T02:46:57.161Z Compiling r2d2 v0.8.10
18412024-05-08T02:46:57.536Z Compiling signal-hook-mio v0.2.3
18422024-05-08T02:46:57.555Z Compiling inout v0.1.3
18432024-05-08T02:46:57.743Z Compiling phf v0.11.2
18442024-05-08T02:46:57.818Z Compiling group v0.13.0
18452024-05-08T02:46:58.033Z Compiling bzip2 v0.4.4
18462024-05-08T02:46:58.068Z Compiling postgres-types v0.2.6
18472024-05-08T02:46:58.292Z Compiling hubpack v0.1.2
18482024-05-08T02:46:58.428Z Compiling hkdf v0.12.4
18492024-05-08T02:46:58.729Z Compiling zerocopy v0.6.6
18502024-05-08T02:46:58.958Z Compiling ipnetwork v0.20.0
18512024-05-08T02:46:59.557Z Compiling crypto-bigint v0.5.2
18522024-05-08T02:46:59.613Z Compiling float-cmp v0.9.0
18532024-05-08T02:46:59.967Z Compiling predicates-core v1.0.6
18542024-05-08T02:47:00.002Z Compiling whoami v1.5.1
18552024-05-08T02:47:00.213Z Compiling data-encoding v2.4.0
18562024-05-08T02:47:00.652Z Compiling normalize-line-endings v0.3.0
18572024-05-08T02:47:00.780Z Compiling static_assertions v1.1.0
18582024-05-08T02:47:00.885Z Compiling difflib v0.4.0
18592024-05-08T02:47:01.036Z Compiling yasna v0.5.2
18602024-05-08T02:47:01.831Z Compiling elliptic-curve v0.13.8
18612024-05-08T02:47:02.537Z Compiling predicates v3.1.0
18622024-05-08T02:47:02.562Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18632024-05-08T02:47:02.627Z Compiling trust-dns-proto v0.22.0
18642024-05-08T02:47:02.953Z Compiling tokio-postgres v0.7.10
18652024-05-08T02:47:03.179Z Compiling diesel v2.1.6
18662024-05-08T02:47:04.371Z Compiling clap v4.5.4
18672024-05-08T02:47:04.491Z Compiling zip v0.6.6
18682024-05-08T02:47:05.083Z Compiling cipher v0.4.4
18692024-05-08T02:47:05.596Z Compiling crossterm v0.27.0
18702024-05-08T02:47:05.787Z Compiling similar v2.4.0
18712024-05-08T02:47:06.130Z Checking proc-macro2 v1.0.81
18722024-05-08T02:47:06.823Z Compiling num-iter v0.1.44
18732024-05-08T02:47:07.022Z Compiling usdt v0.3.5
18742024-05-08T02:47:07.295Z Compiling console v0.15.8
18752024-05-08T02:47:08.020Z Compiling tokio-stream v0.1.15
18762024-05-08T02:47:08.378Z Compiling bstr v1.9.0
18772024-05-08T02:47:08.395Z Compiling base64 v0.22.0
18782024-05-08T02:47:08.844Z Checking quote v1.0.36
18792024-05-08T02:47:14.134Z Checking utf8parse v0.2.1
18802024-05-08T02:47:17.669Z Checking anstyle v1.0.6
18812024-05-08T02:47:18.964Z Checking anstyle-parse v0.2.1
18822024-05-08T02:47:19.022Z Checking anstyle-query v1.0.0
18832024-05-08T02:47:19.164Z Checking colorchoice v1.0.0
18842024-05-08T02:47:19.300Z Checking anstream v0.6.11
18852024-05-08T02:47:19.351Z Checking strsim v0.11.0
18862024-05-08T02:47:19.650Z Checking clap_lex v0.7.0
18872024-05-08T02:47:22.086Z Compiling serde_tokenstream v0.2.0
18882024-05-08T02:47:23.891Z Checking winnow v0.6.1
18892024-05-08T02:47:32.853Z Compiling regress v0.9.1
18902024-05-08T02:47:33.052Z Compiling getopts v0.2.21
18912024-05-08T02:47:33.779Z Compiling unsafe-libyaml v0.2.10
18922024-05-08T02:47:34.470Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18932024-05-08T02:47:34.860Z Checking is-terminal v0.4.9
18942024-05-08T02:47:34.996Z Checking camino v1.1.6
18952024-05-08T02:47:35.112Z Compiling serde_yaml v0.9.25
18962024-05-08T02:47:35.513Z Compiling ident_case v1.0.1
18972024-05-08T02:47:35.586Z Compiling strsim v0.10.0
18982024-05-08T02:47:35.693Z Checking sha1 v0.10.6
18992024-05-08T02:47:35.755Z Checking http v1.0.0
19002024-05-08T02:47:35.967Z Compiling darling_core v0.20.8
19012024-05-08T02:47:36.488Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19022024-05-08T02:47:37.168Z Compiling paste v1.0.14
19032024-05-08T02:47:37.775Z Compiling strum_macros v0.26.1
19042024-05-08T02:47:37.959Z Checking fastrand v2.0.1
19052024-05-08T02:47:38.304Z Checking match_cfg v0.1.0
19062024-05-08T02:47:38.399Z Checking rustls-pki-types v1.3.0
19072024-05-08T02:47:38.836Z Checking hostname v0.3.1
19082024-05-08T02:47:38.981Z Checking tempfile v3.10.1
19092024-05-08T02:47:39.509Z Checking dirs-sys-next v0.1.2
19102024-05-08T02:47:39.701Z Checking quick-error v1.2.3
19112024-05-08T02:47:39.840Z Checking dirs-next v2.0.0
19122024-05-08T02:47:39.896Z Checking crossbeam-channel v0.5.8
19132024-05-08T02:47:39.973Z Checking thread_local v1.1.7
19142024-05-08T02:47:40.281Z Compiling slog-async v2.8.0
19152024-05-08T02:47:40.688Z Compiling rustls v0.22.4
19162024-05-08T02:47:40.692Z Checking term v0.7.0
19172024-05-08T02:47:40.873Z Checking rustls-webpki v0.102.1
19182024-05-08T02:47:40.994Z Checking instant v0.1.12
19192024-05-08T02:47:41.015Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19202024-05-08T02:47:41.119Z Checking take_mut v0.2.2
19212024-05-08T02:47:41.143Z Checking slog-term v2.9.1
19222024-05-08T02:47:41.473Z Checking rustls-pemfile v2.1.2
19232024-05-08T02:47:41.559Z Compiling multer v3.0.0
19242024-05-08T02:47:41.622Z Checking debug-ignore v1.0.5
19252024-05-08T02:47:41.704Z Checking toml v0.8.12
19262024-05-08T02:47:41.742Z Checking slog-json v2.6.1
19272024-05-08T02:47:41.918Z Compiling async-stream-impl v0.3.5
19282024-05-08T02:47:42.003Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19292024-05-08T02:47:42.316Z Checking atomic-waker v1.1.1
19302024-05-08T02:47:42.445Z Checking waitgroup v0.1.2
19312024-05-08T02:47:42.472Z Checking slog-bunyan v2.5.0
19322024-05-08T02:47:42.641Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19332024-05-08T02:47:42.975Z Checking serde_path_to_error v0.1.16
19342024-05-08T02:47:43.272Z Checking strum v0.26.2
19352024-05-08T02:47:43.292Z Compiling darling_macro v0.20.8
19362024-05-08T02:47:43.413Z Checking async-stream v0.3.5
19372024-05-08T02:47:43.432Z Checking newtype-uuid v1.1.0
19382024-05-08T02:47:43.612Z Checking wait-timeout v0.2.0
19392024-05-08T02:47:43.630Z Compiling structmeta-derive v0.3.0
19402024-05-08T02:47:43.669Z Compiling structmeta-derive v0.2.0
19412024-05-08T02:47:43.784Z Checking rusty-fork v0.3.0
19422024-05-08T02:47:44.073Z Checking rand_xorshift v0.3.0
19432024-05-08T02:47:44.237Z Checking unarray v0.1.4
19442024-05-08T02:47:44.395Z Compiling darling v0.20.8
19452024-05-08T02:47:44.414Z Checking proptest v1.4.0
19462024-05-08T02:47:44.506Z Compiling serde_with_macros v3.7.0
19472024-05-08T02:47:45.005Z Checking backoff v0.4.0
19482024-05-08T02:47:45.341Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19492024-05-08T02:47:45.366Z Checking tokio-rustls v0.25.0
19502024-05-08T02:47:46.235Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19512024-05-08T02:47:46.402Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19522024-05-08T02:47:46.648Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19532024-05-08T02:47:46.969Z Compiling structmeta v0.3.0
19542024-05-08T02:47:46.988Z Compiling structmeta v0.2.0
19552024-05-08T02:47:47.420Z Compiling parse-display-derive v0.9.0
19562024-05-08T02:47:47.438Z Compiling test-strategy v0.3.1
19572024-05-08T02:47:47.519Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19582024-05-08T02:47:47.681Z Checking macaddr v1.0.1
19592024-05-08T02:47:47.892Z Checking serde_with v3.7.0
19602024-05-08T02:47:47.992Z Compiling proc-macro-error-attr v1.0.4
19612024-05-08T02:47:48.363Z Compiling proc-macro-error v1.0.4
19622024-05-08T02:47:49.257Z Compiling proc-macro-crate v1.3.1
19632024-05-08T02:47:49.683Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19642024-05-08T02:47:50.131Z Checking camino-tempfile v1.1.1
19652024-05-08T02:47:50.442Z Compiling num_enum_derive v0.5.11
19662024-05-08T02:47:50.460Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19672024-05-08T02:47:50.663Z Compiling foreign-types-macros v0.2.3
19682024-05-08T02:47:50.856Z Checking foreign-types-shared v0.3.1
19692024-05-08T02:47:51.004Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19702024-05-08T02:47:51.644Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19712024-05-08T02:47:51.757Z Checking cstr-argument v0.1.2
19722024-05-08T02:47:51.796Z Checking pretty-hex v0.2.1
19732024-05-08T02:47:51.956Z Checking tabwriter v1.4.0
19742024-05-08T02:47:51.991Z Checking colored v2.1.0
19752024-05-08T02:47:52.189Z Checking socket2 v0.4.9
19762024-05-08T02:47:52.207Z Checking foreign-types v0.5.0
19772024-05-08T02:47:52.292Z Checking smf v0.2.3
19782024-05-08T02:47:52.311Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19792024-05-08T02:47:52.614Z Checking humantime v2.1.0
19802024-05-08T02:47:52.632Z Checking termcolor v1.2.0
19812024-05-08T02:47:52.699Z Checking parse-display v0.9.0
19822024-05-08T02:47:52.746Z Checking arc-swap v1.6.0
19832024-05-08T02:47:52.819Z Compiling usdt-macro v0.5.0
19842024-05-08T02:47:52.913Z Compiling usdt-attr-macro v0.5.0
19852024-05-08T02:47:52.942Z Checking memmap v0.7.0
19862024-05-08T02:47:53.022Z Checking utf-8 v0.7.6
19872024-05-08T02:47:53.154Z Checking xattr v1.0.1
19882024-05-08T02:47:53.211Z Checking slog-scope v4.4.0
19892024-05-08T02:47:53.228Z Checking filetime v0.2.23
19902024-05-08T02:47:53.325Z Checking same-file v1.0.6
19912024-05-08T02:47:53.403Z Checking slog-stdlog v4.1.1
19922024-05-08T02:47:53.431Z Checking tar v0.4.40
19932024-05-08T02:47:53.493Z Checking walkdir v2.5.0
19942024-05-08T02:47:53.524Z Checking num_enum v0.5.11
19952024-05-08T02:47:53.568Z Checking slog-envlogger v2.2.0
19962024-05-08T02:47:53.675Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19972024-05-08T02:47:53.759Z Checking tungstenite v0.20.1
19982024-05-08T02:47:53.793Z Checking newline-converter v0.3.0
19992024-05-08T02:47:53.938Z Compiling heapless v0.8.0
20002024-05-08T02:47:53.955Z Checking expectorate v1.1.0
20012024-05-08T02:47:54.102Z Checking termtree v0.4.1
20022024-05-08T02:47:54.152Z Checking hash32 v0.3.1
20032024-05-08T02:47:54.292Z Checking predicates-tree v1.0.9
20042024-05-08T02:47:54.339Z Compiling smoltcp v0.11.0
20052024-05-08T02:47:54.360Z Checking embedded-io v0.4.0
20062024-05-08T02:47:54.431Z Checking cobs v0.2.3
20072024-05-08T02:47:54.557Z Compiling crucible-workspace-hack v0.1.0
20082024-05-08T02:47:54.576Z Checking usdt v0.5.0
20092024-05-08T02:47:54.603Z Checking postcard v1.0.8
20102024-05-08T02:47:54.625Z Checking tokio-tungstenite v0.20.1
20112024-05-08T02:47:54.845Z Checking sigpipe v0.1.3
20122024-05-08T02:47:54.867Z Checking atty v0.2.14
20132024-05-08T02:47:54.957Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20142024-05-08T02:47:55.007Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20152024-05-08T02:47:55.081Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20162024-05-08T02:47:55.153Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20172024-05-08T02:47:55.177Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20182024-05-08T02:47:55.287Z Checking pem v3.0.4
20192024-05-08T02:47:55.335Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20202024-05-08T02:47:55.531Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20212024-05-08T02:47:55.550Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
20222024-05-08T02:47:55.568Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20232024-05-08T02:47:55.900Z Compiling mockall_derive v0.12.1
20242024-05-08T02:47:56.221Z Compiling num-derive v0.4.0
20252024-05-08T02:47:56.225Z Checking fragile v2.0.0
20262024-05-08T02:47:56.486Z Checking downcast v0.11.0
20272024-05-08T02:47:56.694Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
20282024-05-08T02:47:56.956Z Checking env_logger v0.9.3
20292024-05-08T02:47:57.216Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20302024-05-08T02:47:57.311Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20312024-05-08T02:47:57.443Z Compiling bitstruct_derive v0.1.0
20322024-05-08T02:47:57.694Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20332024-05-08T02:47:57.822Z Checking ascii v1.1.0
20342024-05-08T02:47:57.998Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20352024-05-08T02:47:58.186Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20362024-05-08T02:47:58.255Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20372024-05-08T02:47:58.444Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20382024-05-08T02:47:58.720Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20392024-05-08T02:47:58.769Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20402024-05-08T02:47:58.929Z Checking bitstruct v0.1.1
20412024-05-08T02:47:58.935Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20422024-05-08T02:47:58.976Z Checking serde_arrays v0.1.0
20432024-05-08T02:47:59.039Z Checking erased-serde v0.3.31
20442024-05-08T02:47:59.112Z Compiling heck v0.3.3
20452024-05-08T02:47:59.130Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20462024-05-08T02:47:59.241Z Checking tungstenite v0.21.0
20472024-05-08T02:47:59.468Z Checking base64 v0.13.1
20482024-05-08T02:47:59.539Z Compiling zone_cfg_derive v0.1.2
20492024-05-08T02:47:59.892Z Checking ron v0.7.1
20502024-05-08T02:48:00.167Z Checking tokio-tungstenite v0.21.0
20512024-05-08T02:48:00.186Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20522024-05-08T02:48:00.423Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20532024-05-08T02:48:01.040Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20542024-05-08T02:48:01.208Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20552024-05-08T02:48:01.242Z Checking zone v0.1.8
20562024-05-08T02:48:01.946Z Checking headers-core v0.2.0
20572024-05-08T02:48:02.034Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20582024-05-08T02:48:02.078Z Checking portpicker v0.1.1
20592024-05-08T02:48:02.224Z Checking headers v0.3.9
20602024-05-08T02:48:02.251Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20612024-05-08T02:48:02.341Z Checking rcgen v0.12.1
20622024-05-08T02:48:02.561Z Checking atomicwrites v0.4.3
20632024-05-08T02:48:02.657Z Checking subprocess v0.2.9
20642024-05-08T02:48:02.767Z Checking linked-hash-map v0.5.6
20652024-05-08T02:48:03.044Z Checking password-hash v0.5.0
20662024-05-08T02:48:03.099Z Checking lru-cache v0.1.2
20672024-05-08T02:48:03.238Z Checking blake2 v0.10.6
20682024-05-08T02:48:03.281Z Checking swrite v0.1.0
20692024-05-08T02:48:03.301Z Checking itertools v0.12.1
20702024-05-08T02:48:03.403Z Compiling derive-where v1.2.7
20712024-05-08T02:48:03.455Z Checking resolv-conf v0.7.0
20722024-05-08T02:48:03.520Z Compiling rayon-core v1.12.1
20732024-05-08T02:48:03.703Z Checking argon2 v0.5.3
20742024-05-08T02:48:03.853Z Checking half v2.3.1
20752024-05-08T02:48:03.871Z Checking trust-dns-resolver v0.22.0
20762024-05-08T02:48:04.381Z Compiling cancel-safe-futures v0.1.5
20772024-05-08T02:48:04.440Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20782024-05-08T02:48:04.774Z Checking ciborium-io v0.2.2
20792024-05-08T02:48:04.895Z Checking ciborium-ll v0.2.2
20802024-05-08T02:48:05.040Z Checking mockall v0.12.1
20812024-05-08T02:48:05.227Z Checking ciborium v0.2.2
20822024-05-08T02:48:05.300Z Checking bytecount v0.6.3
20832024-05-08T02:48:05.304Z Compiling tabled_derive v0.7.0
20842024-05-08T02:48:05.442Z Checking papergrid v0.11.0
20852024-05-08T02:48:05.468Z Compiling slog-dtrace v0.3.0
20862024-05-08T02:48:05.783Z Compiling semver v0.1.20
20872024-05-08T02:48:06.190Z Compiling rustc_version v0.1.7
20882024-05-08T02:48:06.362Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20892024-05-08T02:48:06.532Z Checking libsw v3.3.1
20902024-05-08T02:48:06.730Z Checking linear-map v1.2.0
20912024-05-08T02:48:06.750Z Checking owo-colors v4.0.0
20922024-05-08T02:48:06.803Z Compiling newtype_derive v0.1.6
20932024-05-08T02:48:07.092Z Compiling num-rational v0.4.1
20942024-05-08T02:48:07.317Z Compiling radium v0.7.0
20952024-05-08T02:48:07.440Z Checking steno v0.4.0
20962024-05-08T02:48:07.481Z Checking num-complex v0.4.5
20972024-05-08T02:48:07.826Z Checking nibble_vec v0.1.0
20982024-05-08T02:48:08.019Z Checking tap v1.0.1
20992024-05-08T02:48:08.182Z Checking endian-type v0.1.2
21002024-05-08T02:48:08.206Z Checking tabled v0.15.0
21012024-05-08T02:48:08.307Z Compiling maybe-uninit v2.0.0
21022024-05-08T02:48:08.410Z Checking num v0.4.2
21032024-05-08T02:48:08.415Z Checking radix_trie v0.2.1
21042024-05-08T02:48:08.518Z Checking wyz v0.5.1
21052024-05-08T02:48:08.569Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21062024-05-08T02:48:08.917Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21072024-05-08T02:48:08.935Z Checking fxhash v0.2.1
21082024-05-08T02:48:09.105Z Compiling num-bigint-dig v0.8.4
21092024-05-08T02:48:09.233Z Checking crc-catalog v2.2.0
21102024-05-08T02:48:09.373Z Compiling packed_struct v0.10.1
21112024-05-08T02:48:09.435Z Checking funty v2.0.0
21122024-05-08T02:48:09.578Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21132024-05-08T02:48:09.875Z Checking crc v3.0.1
21142024-05-08T02:48:09.894Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21152024-05-08T02:48:10.002Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21162024-05-08T02:48:10.009Z Compiling packed_struct_codegen v0.10.1
21172024-05-08T02:48:10.060Z Compiling indexmap v1.9.3
21182024-05-08T02:48:10.224Z Checking nodrop v0.1.14
21192024-05-08T02:48:10.342Z Checking array-init v0.0.4
21202024-05-08T02:48:10.417Z Checking bitvec v1.0.1
21212024-05-08T02:48:10.420Z Checking smallvec v0.6.14
21222024-05-08T02:48:10.851Z Checking pkcs1 v0.7.5
21232024-05-08T02:48:11.313Z Checking signature v2.1.0
21242024-05-08T02:48:11.378Z Checking bitfield v0.14.0
21252024-05-08T02:48:11.490Z Checking hashbrown v0.12.3
21262024-05-08T02:48:11.528Z Checking serde-hex v0.1.0
21272024-05-08T02:48:11.677Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21282024-05-08T02:48:11.926Z Checking env_logger v0.10.0
21292024-05-08T02:48:12.372Z Checking x509-cert v0.2.4
21302024-05-08T02:48:12.684Z Checking rsa v0.9.2
21312024-05-08T02:48:13.174Z Checking ron v0.8.1
21322024-05-08T02:48:13.291Z Checking hashbrown v0.13.2
21332024-05-08T02:48:13.462Z Checking crc-any v2.4.3
21342024-05-08T02:48:13.777Z Checking path-slash v0.1.5
21352024-05-08T02:48:13.864Z Checking display-error-chain v0.2.0
21362024-05-08T02:48:13.925Z Compiling convert_case v0.4.0
21372024-05-08T02:48:14.011Z Compiling async-recursion v1.1.0
21382024-05-08T02:48:14.040Z Compiling buf-list v1.0.3
21392024-05-08T02:48:14.349Z Checking object v0.30.4
21402024-05-08T02:48:14.474Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21412024-05-08T02:48:14.732Z Compiling blake3 v1.5.0
21422024-05-08T02:48:14.923Z Compiling derive_more v0.99.17
21432024-05-08T02:48:15.074Z Checking gethostname v0.4.3
21442024-05-08T02:48:15.212Z Compiling parking_lot_core v0.8.6
21452024-05-08T02:48:15.610Z Compiling libefi-sys v0.1.0
21462024-05-08T02:48:15.657Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21472024-05-08T02:48:15.797Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21482024-05-08T02:48:16.060Z Compiling crossbeam-deque v0.8.3
21492024-05-08T02:48:16.090Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21502024-05-08T02:48:16.301Z Checking keccak v0.1.4
21512024-05-08T02:48:16.615Z Checking sha3 v0.10.8
21522024-05-08T02:48:16.865Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21532024-05-08T02:48:16.990Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21542024-05-08T02:48:17.453Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21552024-05-08T02:48:17.492Z Checking parking_lot v0.11.2
21562024-05-08T02:48:17.584Z Checking trust-dns-client v0.22.0
21572024-05-08T02:48:17.808Z Checking toml v0.5.11
21582024-05-08T02:48:17.847Z Checking secrecy v0.8.0
21592024-05-08T02:48:18.067Z Compiling pin-project-internal v1.1.3
21602024-05-08T02:48:18.262Z Checking sled v0.34.7
21612024-05-08T02:48:18.785Z Compiling rayon v1.10.0
21622024-05-08T02:48:19.248Z Checking trust-dns-server v0.22.1
21632024-05-08T02:48:21.120Z Compiling memmap2 v0.7.1
21642024-05-08T02:48:21.378Z Checking pin-project v1.1.3
21652024-05-08T02:48:21.570Z Compiling arrayvec v0.7.4
21662024-05-08T02:48:21.757Z Compiling arrayref v0.3.7
21672024-05-08T02:48:21.865Z Compiling home v0.5.5
21682024-05-08T02:48:21.890Z Compiling constant_time_eq v0.3.0
21692024-05-08T02:48:22.057Z Compiling toolchain_find v0.4.0
21702024-05-08T02:48:22.723Z Compiling vte_generate_state_changes v0.1.1
21712024-05-08T02:48:22.889Z Compiling topological-sort v0.2.2
21722024-05-08T02:48:23.091Z Compiling rustfmt-wrapper v0.2.1
21732024-05-08T02:48:23.691Z Checking vte v0.11.1
21742024-05-08T02:48:23.778Z Checking fd-lock v4.0.2
21752024-05-08T02:48:23.900Z Checking glob v0.3.1
21762024-05-08T02:48:23.971Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21772024-05-08T02:48:24.157Z Compiling omicron-zone-package v0.11.0
21782024-05-08T02:48:24.207Z Checking nu-ansi-term v0.50.0
21792024-05-08T02:48:24.321Z Compiling prettyplease v0.2.19
21802024-05-08T02:48:24.599Z Compiling platforms v3.0.2
21812024-05-08T02:48:24.646Z Compiling snafu-derive v0.8.2
21822024-05-08T02:48:24.900Z Checking globset v0.4.13
21832024-05-08T02:48:25.034Z Checking strip-ansi-escapes v0.2.0
21842024-05-08T02:48:25.185Z Checking reedline v0.31.0
21852024-05-08T02:48:25.389Z Checking olpc-cjson v0.1.3
21862024-05-08T02:48:25.511Z Checking serde_plain v1.0.2
21872024-05-08T02:48:25.595Z Compiling memoffset v0.7.1
21882024-05-08T02:48:25.738Z Compiling crunchy v0.2.2
21892024-05-08T02:48:25.928Z Checking typed-path v0.7.0
21902024-05-08T02:48:26.355Z Compiling curve25519-dalek v4.1.2
21912024-05-08T02:48:27.031Z Checking fs-err v2.11.0
21922024-05-08T02:48:27.224Z Compiling clang-sys v1.6.1
21932024-05-08T02:48:27.351Z Compiling unicase v2.7.0
21942024-05-08T02:48:27.659Z Compiling tiny-keccak v2.0.2
21952024-05-08T02:48:27.675Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21962024-05-08T02:48:27.905Z Checking parse-size v1.0.0
21972024-05-08T02:48:28.194Z Checking universal-hash v0.5.1
21982024-05-08T02:48:28.231Z Compiling thiserror-impl-no-std v2.0.2
21992024-05-08T02:48:28.370Z Compiling curve25519-dalek-derive v0.1.0
22002024-05-08T02:48:29.027Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22012024-05-08T02:48:29.258Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22022024-05-08T02:48:29.619Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22032024-05-08T02:48:29.670Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22042024-05-08T02:48:29.940Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22052024-05-08T02:48:30.500Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22062024-05-08T02:48:31.011Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22072024-05-08T02:48:31.061Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22082024-05-08T02:48:31.178Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22092024-05-08T02:48:31.579Z Checking snafu v0.8.2
22102024-05-08T02:48:31.939Z Checking nanorand v0.7.0
22112024-05-08T02:48:32.093Z Checking tough v0.17.1
22122024-05-08T02:48:32.304Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22132024-05-08T02:48:33.344Z Compiling cfg_aliases v0.1.1
22142024-05-08T02:48:33.347Z Checking opaque-debug v0.3.0
22152024-05-08T02:48:33.348Z Compiling salty v0.2.0
22162024-05-08T02:48:33.348Z Checking signature v1.6.4
22172024-05-08T02:48:33.348Z Checking ed25519 v1.5.3
22182024-05-08T02:48:33.348Z Checking poly1305 v0.8.0
22192024-05-08T02:48:33.348Z Compiling nix v0.28.0
22202024-05-08T02:48:33.348Z Checking flume v0.11.0
22212024-05-08T02:48:33.348Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22222024-05-08T02:48:33.466Z Checking thiserror-no-std v2.0.2
22232024-05-08T02:48:33.565Z Compiling ascii-canvas v3.0.0
22242024-05-08T02:48:33.596Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22252024-05-08T02:48:34.119Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22262024-05-08T02:48:34.500Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22272024-05-08T02:48:34.750Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22282024-05-08T02:48:35.083Z Checking chacha20 v0.9.1
22292024-05-08T02:48:35.349Z Checking aead v0.5.2
22302024-05-08T02:48:35.541Z Checking serde-big-array v0.5.1
22312024-05-08T02:48:35.570Z Checking kstat-rs v0.2.3
22322024-05-08T02:48:35.666Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22332024-05-08T02:48:35.765Z Compiling ena v0.14.2
22342024-05-08T02:48:35.900Z Compiling libloading v0.7.4
22352024-05-08T02:48:36.034Z Compiling diff v0.1.13
22362024-05-08T02:48:36.189Z Checking maplit v1.0.2
22372024-05-08T02:48:36.306Z Compiling regex-syntax v0.6.29
22382024-05-08T02:48:36.347Z Compiling bindgen v0.69.2
22392024-05-08T02:48:36.654Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22402024-05-08T02:48:36.860Z Checking chacha20poly1305 v0.10.1
22412024-05-08T02:48:36.979Z Checking vsss-rs v3.3.4
22422024-05-08T02:48:37.142Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22432024-05-08T02:48:38.259Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22442024-05-08T02:48:38.541Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22452024-05-08T02:48:38.932Z Checking signal-hook-tokio v0.3.1
22462024-05-08T02:48:39.107Z Compiling cexpr v0.6.0
22472024-05-08T02:48:39.853Z Compiling lalrpop v0.19.12
22482024-05-08T02:48:40.341Z Checking serde-big-array v0.4.1
22492024-05-08T02:48:40.517Z Compiling which v4.4.0
22502024-05-08T02:48:40.851Z Compiling lazycell v1.3.0
22512024-05-08T02:48:41.019Z Compiling rustc-hash v1.1.0
22522024-05-08T02:48:41.155Z Compiling peeking_take_while v0.1.2
22532024-05-08T02:48:41.183Z Compiling ref-cast v1.0.22
22542024-05-08T02:48:41.298Z Compiling shlex v1.3.0
22552024-05-08T02:48:41.357Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22562024-05-08T02:48:41.794Z Compiling mime_guess v2.0.4
22572024-05-08T02:48:42.431Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22582024-05-08T02:48:43.158Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22592024-05-08T02:48:43.486Z Compiling derive_builder_core v0.20.0
22602024-05-08T02:48:44.968Z Compiling peg-macros v0.8.2
22612024-05-08T02:48:46.013Z Compiling ref-cast-impl v1.0.22
22622024-05-08T02:48:46.052Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22632024-05-08T02:48:46.568Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22642024-05-08T02:48:46.829Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22652024-05-08T02:48:47.292Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22662024-05-08T02:48:49.012Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22672024-05-08T02:48:49.052Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22682024-05-08T02:48:49.571Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22692024-05-08T02:48:51.018Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22702024-05-08T02:48:51.049Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22712024-05-08T02:48:51.582Z Compiling sqlparser_derive v0.2.2
22722024-05-08T02:48:51.749Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22732024-05-08T02:48:52.789Z Compiling libxml v0.3.3
22742024-05-08T02:48:53.160Z Checking unicode_categories v0.1.1
22752024-05-08T02:48:53.458Z Checking corncobs v0.1.3
22762024-05-08T02:48:53.484Z Checking rustyline v14.0.0
22772024-05-08T02:48:53.548Z Checking sqlformat v0.2.3
22782024-05-08T02:48:53.645Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22792024-05-08T02:48:53.887Z Checking sqlparser v0.45.0
22802024-05-08T02:48:55.148Z Checking peg v0.8.2
22812024-05-08T02:48:55.274Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22822024-05-08T02:48:55.390Z Compiling derive_builder_macro v0.20.0
22832024-05-08T02:48:55.789Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22842024-05-08T02:48:56.586Z Checking bcs v0.1.6
22852024-05-08T02:48:57.049Z Compiling strum_macros v0.24.3
22862024-05-08T02:48:59.261Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22872024-05-08T02:49:00.396Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22882024-05-08T02:49:00.709Z Compiling cookie v0.18.1
22892024-05-08T02:49:01.025Z Compiling indoc v1.0.9
22902024-05-08T02:49:01.224Z Checking highway v1.1.0
22912024-05-08T02:49:02.181Z Checking derive_builder v0.20.0
22922024-05-08T02:49:02.407Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22932024-05-08T02:49:02.696Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22942024-05-08T02:49:02.968Z Checking bb8 v0.8.3
22952024-05-08T02:49:03.379Z Checking quick-xml v0.31.0
22962024-05-08T02:49:03.476Z Compiling oso-derive v0.27.3
22972024-05-08T02:49:03.584Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22982024-05-08T02:49:04.125Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22992024-05-08T02:49:04.251Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23002024-05-08T02:49:04.597Z Compiling impl-trait-for-tuples v0.2.2
23012024-05-08T02:49:05.007Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23022024-05-08T02:49:05.292Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23032024-05-08T02:49:05.388Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23042024-05-08T02:49:06.818Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23052024-05-08T02:49:09.038Z Compiling const_format_proc_macros v0.2.32
23062024-05-08T02:49:09.527Z Checking http-range v0.1.5
23072024-05-08T02:49:09.713Z Checking hyper-staticfile v0.9.5
23082024-05-08T02:49:10.009Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23092024-05-08T02:49:10.137Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23102024-05-08T02:49:10.703Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
23112024-05-08T02:49:11.434Z Checking const_format v0.2.32
23122024-05-08T02:49:12.215Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23132024-05-08T02:49:12.774Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23142024-05-08T02:49:14.074Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23152024-05-08T02:49:14.914Z Checking assert_matches v1.5.0
23162024-05-08T02:49:15.009Z Compiling portable-atomic v1.4.3
23172024-05-08T02:49:15.194Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23182024-05-08T02:49:16.023Z Checking rand_seeder v0.2.3
23192024-05-08T02:49:16.082Z Checking number_prefix v0.4.0
23202024-05-08T02:49:16.167Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23212024-05-08T02:49:16.294Z Checking castaway v0.2.2
23222024-05-08T02:49:16.314Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23232024-05-08T02:49:16.467Z Checking compact_str v0.7.1
23242024-05-08T02:49:16.548Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23252024-05-08T02:49:16.857Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23262024-05-08T02:49:17.155Z Checking indicatif v0.17.8
23272024-05-08T02:49:17.176Z Checking lru v0.12.1
23282024-05-08T02:49:17.202Z Compiling stability v0.2.0
23292024-05-08T02:49:17.455Z Compiling indoc v2.0.3
23302024-05-08T02:49:17.576Z Checking cassowary v0.3.0
23312024-05-08T02:49:17.955Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23322024-05-08T02:49:17.988Z Checking unicode-linebreak v0.1.5
23332024-05-08T02:49:18.301Z Checking smawk v0.3.1
23342024-05-08T02:49:18.420Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23352024-05-08T02:49:18.495Z Checking textwrap v0.16.1
23362024-05-08T02:49:18.632Z Checking ratatui v0.26.2
23372024-05-08T02:49:18.711Z Checking is_ci v1.2.0
23382024-05-08T02:49:18.856Z Checking supports-color v3.0.0
23392024-05-08T02:49:18.926Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
23402024-05-08T02:49:19.038Z Checking fatfs v0.3.6
23412024-05-08T02:49:19.552Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23422024-05-08T02:49:20.031Z Checking rtoolbox v0.0.1
23432024-05-08T02:49:20.215Z Checking rpassword v7.3.1
23442024-05-08T02:49:20.359Z Checking shell-words v1.1.0
23452024-05-08T02:49:20.403Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23462024-05-08T02:49:20.625Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23472024-05-08T02:49:21.588Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23482024-05-08T02:49:21.660Z Checking tui-tree-widget v0.19.0
23492024-05-08T02:49:21.693Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23502024-05-08T02:49:22.003Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23512024-05-08T02:49:22.266Z Checking yansi v0.5.1
23522024-05-08T02:49:22.553Z Checking pretty_assertions v1.4.0
23532024-05-08T02:49:22.750Z Compiling target-lexicon v0.12.13
23542024-05-08T02:49:23.133Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23552024-05-08T02:49:23.217Z Compiling doc-comment v0.3.3
23562024-05-08T02:49:23.928Z Checking plotters-backend v0.3.5
23572024-05-08T02:49:24.183Z Compiling guppy-workspace-hack v0.1.0
23582024-05-08T02:49:24.322Z Checking plotters-svg v0.3.5
23592024-05-08T02:49:24.640Z Checking http-body v1.0.0
23602024-05-08T02:49:24.698Z Compiling assert_cmd v2.0.14
23612024-05-08T02:49:24.844Z Checking cast v0.3.0
23622024-05-08T02:49:25.132Z Compiling target-spec v3.1.0
23632024-05-08T02:49:25.170Z Checking tower-layer v0.3.2
23642024-05-08T02:49:25.192Z Checking criterion-plot v0.5.0
23652024-05-08T02:49:25.445Z Checking tower v0.4.13
23662024-05-08T02:49:25.719Z Checking cfg-expr v0.15.6
23672024-05-08T02:49:25.734Z Checking hyper v1.1.0
23682024-05-08T02:49:26.369Z Checking plotters v0.3.5
23692024-05-08T02:49:26.660Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23702024-05-08T02:49:26.947Z Checking tinytemplate v1.2.1
23712024-05-08T02:49:27.353Z Checking cargo-platform v0.1.3
23722024-05-08T02:49:27.650Z Checking anes v0.1.6
23732024-05-08T02:49:27.667Z Checking oorandom v11.1.3
23742024-05-08T02:49:27.816Z Checking cargo_metadata v0.18.1
23752024-05-08T02:49:28.021Z Checking hyper-util v0.1.2
23762024-05-08T02:49:28.068Z Checking criterion v0.5.1
23772024-05-08T02:49:29.766Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23782024-05-08T02:49:29.914Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23792024-05-08T02:49:30.090Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23802024-05-08T02:49:30.980Z Checking rustls-native-certs v0.7.0
23812024-05-08T02:49:31.121Z Checking httptest v0.15.5
23822024-05-08T02:49:31.912Z Checking pathdiff v0.2.1
23832024-05-08T02:49:32.074Z Checking nested v0.1.1
23842024-05-08T02:49:32.294Z Checking guppy v0.17.5
23852024-05-08T02:49:32.328Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23862024-05-08T02:49:33.503Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23872024-05-08T02:49:34.477Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23882024-05-08T02:49:34.795Z Checking hyper-rustls v0.26.0
23892024-05-08T02:49:35.101Z Checking escape8259 v0.5.2
23902024-05-08T02:49:35.292Z Checking threadpool v1.8.1
23912024-05-08T02:49:36.337Z Checking libtest-mimic v0.7.2
23922024-05-08T02:49:36.423Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23932024-05-08T02:49:36.776Z Checking similar-asserts v1.5.0
23942024-05-08T02:49:36.910Z Checking fancy-regex v0.13.0
23952024-05-08T02:49:37.008Z Compiling rstest_macros v0.19.0
23962024-05-08T02:49:37.733Z Checking datatest-stable v0.2.9
23972024-05-08T02:49:38.145Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23982024-05-08T02:49:39.417Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23992024-05-08T02:49:39.549Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24002024-05-08T02:49:39.604Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24012024-05-08T02:49:39.918Z Checking csv-core v0.1.11
24022024-05-08T02:49:39.948Z Compiling trybuild v1.0.91
24032024-05-08T02:49:40.245Z Checking constant_time_eq v0.2.6
24042024-05-08T02:49:40.265Z Checking heck v0.5.0
24052024-05-08T02:49:40.374Z Compiling relative-path v1.9.0
24062024-05-08T02:49:40.414Z Checking blake2b_simd v1.0.1
24072024-05-08T02:49:40.439Z Checking csv v1.3.0
24082024-05-08T02:49:41.384Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24092024-05-08T02:49:41.407Z Checking multimap v0.10.0
24102024-05-08T02:49:41.796Z Checking futures-timer v3.0.2
24112024-05-08T02:49:42.040Z Checking rust-argon2 v2.1.0
24122024-05-08T02:49:43.821Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24132024-05-08T02:49:45.869Z Checking partial-io v0.5.4
24142024-05-08T02:49:46.269Z Checking approx v0.5.1
24152024-05-08T02:49:46.481Z Checking uzers v0.11.3
24162024-05-08T02:49:46.867Z Checking termios v0.3.3
24172024-05-08T02:49:47.088Z Checking hex-literal v0.4.1
24182024-05-08T02:49:51.062Z Checking rstest v0.19.0
24192024-05-08T02:49:52.590Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24202024-05-08T02:49:54.374Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24212024-05-08T02:50:16.792Z Compiling samael v0.0.15
24222024-05-08T02:50:38.858Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24232024-05-08T02:50:40.686Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24242024-05-08T02:50:52.903Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24252024-05-08T02:51:00.953Z Compiling polar-core v0.27.3
24262024-05-08T02:51:08.691Z Checking oso v0.27.3
24272024-05-08T02:51:37.461Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24282024-05-08T02:51:37.461Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24292024-05-08T02:51:37.465Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24302024-05-08T02:52:42.789Z Finished dev [unoptimized + debuginfo] target(s) in 7m 00s
24312024-05-08T02:52:42.981Z
24322024-05-08T02:52:42.981Zreal 7:50.696150902
24332024-05-08T02:52:42.981Zuser 39:56.059471842
24342024-05-08T02:52:42.981Zsys 6:56.920405525
24352024-05-08T02:52:42.981Ztrap 1.155412181
24362024-05-08T02:52:42.981Ztflt 5.484629637
24372024-05-08T02:52:42.981Zdflt 7.658032815
24382024-05-08T02:52:42.981Zkflt 0.015840342
24392024-05-08T02:52:42.981Zlock 1:00:47.629050935
24402024-05-08T02:52:42.981Zslp 2:01:27.045828512
24412024-05-08T02:52:42.986Zlat 1:53.474443512
24422024-05-08T02:52:42.987Zstop 5:04.082038867
24432024-05-08T02:52:43.937Zwarning: output filename collision.
24442024-05-08T02:52:43.937ZThe 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)`.
24452024-05-08T02:52:43.937ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24462024-05-08T02:52:43.937ZThe targets should have unique names.
24472024-05-08T02:52:43.937ZThis is a known bug where multiple crates with the same name use
24482024-05-08T02:52:43.937Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24492024-05-08T02:52:43.937Zwarning: output filename collision.
24502024-05-08T02:52:43.937ZThe 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)`.
24512024-05-08T02:52:43.937ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24522024-05-08T02:52:43.937ZThe targets should have unique names.
24532024-05-08T02:52:43.937ZThis is a known bug where multiple crates with the same name use
24542024-05-08T02:52:43.937Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24552024-05-08T02:52:43.944Zwarning: output filename collision.
24562024-05-08T02:52:43.944ZThe 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)`.
24572024-05-08T02:52:43.944ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24582024-05-08T02:52:43.944ZThe targets should have unique names.
24592024-05-08T02:52:43.944ZThis is a known bug where multiple crates with the same name use
24602024-05-08T02:52:43.944Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24612024-05-08T02:52:43.944Zwarning: output filename collision.
24622024-05-08T02:52:43.944ZThe 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)`.
24632024-05-08T02:52:43.944ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24642024-05-08T02:52:43.944ZThe targets should have unique names.
24652024-05-08T02:52:43.944ZThis is a known bug where multiple crates with the same name use
24662024-05-08T02:52:43.944Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24672024-05-08T02:52:43.944Zwarning: output filename collision.
24682024-05-08T02:52:43.944ZThe 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)`.
24692024-05-08T02:52:43.944ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24702024-05-08T02:52:43.944ZThe targets should have unique names.
24712024-05-08T02:52:43.945ZThis is a known bug where multiple crates with the same name use
24722024-05-08T02:52:43.945Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24732024-05-08T02:52:43.945Zwarning: output filename collision.
24742024-05-08T02:52:43.945ZThe 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)`.
24752024-05-08T02:52:43.945ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24762024-05-08T02:52:43.945ZThe targets should have unique names.
24772024-05-08T02:52:43.945ZThis is a known bug where multiple crates with the same name use
24782024-05-08T02:52:43.945Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24792024-05-08T02:52:43.945Zwarning: output filename collision.
24802024-05-08T02:52:43.945ZThe 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)`.
24812024-05-08T02:52:43.945ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24822024-05-08T02:52:43.946ZThe targets should have unique names.
24832024-05-08T02:52:43.946ZThis is a known bug where multiple crates with the same name use
24842024-05-08T02:52:43.946Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24852024-05-08T02:52:43.946Zwarning: output filename collision.
24862024-05-08T02:52:43.946ZThe 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)`.
24872024-05-08T02:52:43.946ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24882024-05-08T02:52:43.946ZThe targets should have unique names.
24892024-05-08T02:52:43.946ZThis is a known bug where multiple crates with the same name use
24902024-05-08T02:52:43.946Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24912024-05-08T02:52:43.946Zwarning: output filename collision.
24922024-05-08T02:52:43.946ZThe 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`.
24932024-05-08T02:52:43.947ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24942024-05-08T02:52:43.947ZThe targets should have unique names.
24952024-05-08T02:52:43.947ZThis is a known bug where multiple crates with the same name use
24962024-05-08T02:52:43.947Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24972024-05-08T02:52:44.453Z Documenting libc v0.2.153
24982024-05-08T02:52:44.497Z Documenting cfg-if v1.0.0
24992024-05-08T02:52:44.516Z Documenting serde_derive v1.0.199
25002024-05-08T02:52:44.551Z Documenting log v0.4.21
25012024-05-08T02:52:44.558Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022024-05-08T02:52:44.573Z Documenting memchr v2.7.1
25032024-05-08T02:52:44.586Z Documenting byteorder v1.5.0
25042024-05-08T02:52:44.601Z Documenting scopeguard v1.2.0
25052024-05-08T02:52:44.841Z Documenting itoa v1.0.9
25062024-05-08T02:52:47.623Z Documenting smallvec v1.13.1
25072024-05-08T02:52:47.777Z Documenting pin-project-lite v0.2.13
25082024-05-08T02:52:47.795Z Documenting lock_api v0.4.10
25092024-05-08T02:52:48.447Z Documenting once_cell v1.19.0
25102024-05-08T02:52:48.624Z Documenting libm v0.2.7
25112024-05-08T02:52:49.288Z Documenting getrandom v0.2.12
25122024-05-08T02:52:49.584Z Documenting signal-hook-registry v1.4.1
25132024-05-08T02:52:51.158Z Documenting mio v0.8.11
25142024-05-08T02:52:51.435Z Documenting parking_lot_core v0.9.8
25152024-05-08T02:52:51.487Z Documenting zeroize_derive v1.4.2
25162024-05-08T02:52:52.544Z Documenting num-traits v0.2.18
25172024-05-08T02:52:52.554Z Documenting thiserror-impl v1.0.59
25182024-05-08T02:52:52.554Z Documenting serde v1.0.199
25192024-05-08T02:52:53.642Z Documenting rand_core v0.6.4
25202024-05-08T02:52:53.900Z Documenting futures-core v0.3.30
25212024-05-08T02:52:56.374Z Documenting zeroize v1.7.0
25222024-05-08T02:52:56.437Z Documenting parking_lot v0.12.1
25232024-05-08T02:52:56.641Z Documenting ryu v1.0.15
25242024-05-08T02:52:57.824Z Documenting thiserror v1.0.59
25252024-05-08T02:52:57.854Z Documenting socket2 v0.5.6
25262024-05-08T02:52:58.065Z Documenting num_cpus v1.16.0
25272024-05-08T02:52:58.568Z Documenting tokio-macros v2.2.0
25282024-05-08T02:52:59.699Z Documenting zerocopy v0.7.32
25292024-05-08T02:53:00.839Z Documenting futures-sink v0.3.30
25302024-05-08T02:53:01.444Z Documenting typenum v1.16.0
25312024-05-08T02:53:02.213Z Documenting pin-utils v0.1.0
25322024-05-08T02:53:02.451Z Documenting subtle v2.5.0
25332024-05-08T02:53:02.960Z Documenting slab v0.4.9
25342024-05-08T02:53:04.265Z Documenting futures-macro v0.3.30
25352024-05-08T02:53:06.879Z Documenting futures-channel v0.3.30
25362024-05-08T02:53:13.350Z Documenting bytes v1.6.0
25372024-05-08T02:53:15.110Z Documenting bitflags v2.4.2
25382024-05-08T02:53:15.154Z Documenting serde_json v1.0.116
25392024-05-08T02:53:15.477Z Documenting futures-task v0.3.30
25402024-05-08T02:53:15.528Z Documenting iana-time-zone v0.1.57
25412024-05-08T02:53:15.620Z Documenting futures-io v0.3.30
25422024-05-08T02:53:15.943Z Documenting uuid v1.8.0
25432024-05-08T02:53:16.433Z Documenting generic-array v0.14.7
25442024-05-08T02:53:18.171Z Documenting tokio v1.37.0
25452024-05-08T02:53:19.659Z Documenting chrono v0.4.38
25462024-05-08T02:53:20.408Z Documenting ahash v0.8.8
25472024-05-08T02:53:20.439Z Documenting futures-util v0.3.30
25482024-05-08T02:53:20.520Z Documenting allocator-api2 v0.2.16
25492024-05-08T02:53:20.787Z Documenting const-oid v0.9.6
25502024-05-08T02:53:21.331Z Documenting crypto-common v0.1.6
25512024-05-08T02:53:21.829Z Documenting tinyvec_macros v0.1.1
25522024-05-08T02:53:24.078Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25532024-05-08T02:53:24.262Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25542024-05-08T02:53:24.793Z Documenting hashbrown v0.14.3
25552024-05-08T02:53:25.040Z Documenting tracing-core v0.1.32
25562024-05-08T02:53:25.170Z Documenting tinyvec v1.6.0
25572024-05-08T02:53:26.200Z Checking serde_derive_internals v0.26.0
25582024-05-08T02:53:26.758Z Documenting serde_derive_internals v0.26.0
25592024-05-08T02:53:26.812Z Documenting tracing-attributes v0.1.27
25602024-05-08T02:53:27.029Z Documenting dyn-clone v1.0.17
25612024-05-08T02:53:29.578Z Documenting unicode-normalization v0.1.22
25622024-05-08T02:53:30.131Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25632024-05-08T02:53:30.181Z Documenting ppv-lite86 v0.2.17
25642024-05-08T02:53:30.663Z Documenting unicode-bidi v0.3.15
25652024-05-08T02:53:30.705Z Documenting lazy_static v1.4.0
25662024-05-08T02:53:32.672Z Documenting schemars_derive v0.8.16
25672024-05-08T02:53:32.774Z Documenting percent-encoding v2.3.1
25682024-05-08T02:53:34.072Z Documenting block-buffer v0.10.4
25692024-05-08T02:53:34.080Z Documenting rand_chacha v0.3.1
25702024-05-08T02:53:34.512Z Documenting powerfmt v0.2.0
25712024-05-08T02:53:37.588Z Documenting fnv v1.0.7
25722024-05-08T02:53:37.645Z Documenting equivalent v1.0.1
25732024-05-08T02:53:37.673Z Documenting form_urlencoded v1.2.1
25742024-05-08T02:53:37.883Z Documenting deranged v0.3.11
25752024-05-08T02:53:38.541Z Documenting digest v0.10.7
25762024-05-08T02:53:38.622Z Documenting schemars v0.8.16
25772024-05-08T02:53:38.712Z Documenting rand v0.8.5
25782024-05-08T02:53:40.588Z Documenting indexmap v2.2.6
25792024-05-08T02:53:41.957Z Documenting time-macros v0.2.17
25802024-05-08T02:53:42.397Z Documenting unicode-width v0.1.11
25812024-05-08T02:53:43.690Z Documenting time-core v0.1.2
25822024-05-08T02:53:43.705Z Documenting num-conv v0.1.0
25832024-05-08T02:53:45.595Z Documenting tracing v0.1.40
25842024-05-08T02:53:52.386Z Documenting num_threads v0.1.6
25852024-05-08T02:53:52.637Z Documenting idna v0.5.0
25862024-05-08T02:53:52.657Z Documenting errno v0.3.8
25872024-05-08T02:53:52.686Z Documenting unicode-ident v1.0.12
25882024-05-08T02:53:52.712Z Documenting adler v1.0.2
25892024-05-08T02:53:52.991Z Documenting slog v2.7.0
25902024-05-08T02:53:53.296Z Documenting httparse v1.8.0
25912024-05-08T02:53:55.939Z Documenting miniz_oxide v0.7.1
25922024-05-08T02:53:56.028Z Documenting proc-macro2 v1.0.81
25932024-05-08T02:53:56.486Z Documenting time v0.3.34
25942024-05-08T02:53:56.934Z Documenting rustix v0.38.31
25952024-05-08T02:53:57.120Z Documenting url v2.5.0
25962024-05-08T02:53:57.437Z Documenting cpufeatures v0.2.12
25972024-05-08T02:53:58.154Z Documenting async-trait v0.1.80
25982024-05-08T02:53:59.795Z Documenting httpdate v1.0.3
25992024-05-08T02:54:00.763Z Documenting quote v1.0.36
26002024-05-08T02:54:00.924Z Documenting try-lock v0.2.4
26012024-05-08T02:54:02.528Z Documenting http-body v0.4.5
26022024-05-08T02:54:02.835Z Documenting tokio-util v0.7.10
26032024-05-08T02:54:03.103Z Documenting aho-corasick v1.1.2
26042024-05-08T02:54:04.232Z Documenting openssl-sys v0.9.102
26052024-05-08T02:54:04.367Z Documenting want v0.3.1
26062024-05-08T02:54:04.604Z Documenting openssl-macros v0.1.1
26072024-05-08T02:54:05.015Z Documenting tower-service v0.3.2
26082024-05-08T02:54:05.816Z Documenting syn v2.0.60
26092024-05-08T02:54:08.221Z Documenting regex-syntax v0.8.2
26102024-05-08T02:54:08.553Z Documenting mime v0.3.17
26112024-05-08T02:54:09.229Z Documenting gimli v0.28.0
26122024-05-08T02:54:09.363Z Documenting object v0.32.1
26132024-05-08T02:54:09.390Z Documenting h2 v0.3.26
26142024-05-08T02:54:09.808Z Documenting openssl-probe v0.1.5
26152024-05-08T02:54:11.303Z Documenting openssl v0.10.64
26162024-05-08T02:54:12.845Z Documenting ipnet v2.9.0
26172024-05-08T02:54:14.577Z Documenting rustc-demangle v0.1.23
26182024-05-08T02:54:15.320Z Documenting regex-automata v0.4.5
26192024-05-08T02:54:15.824Z Documenting addr2line v0.21.0
26202024-05-08T02:54:17.300Z Documenting base64ct v1.6.0
26212024-05-08T02:54:17.811Z Documenting futures-executor v0.3.30
26222024-05-08T02:54:20.101Z Documenting encoding_rs v0.8.33
26232024-05-08T02:54:20.234Z Documenting native-tls v0.2.11
26242024-05-08T02:54:20.491Z Documenting hyper v0.14.28
26252024-05-08T02:54:21.937Z Documenting backtrace v0.3.69
26262024-05-08T02:54:22.348Z Documenting psl-types v2.0.11
26272024-05-08T02:54:22.466Z Documenting serde_urlencoded v0.7.1
26282024-05-08T02:54:24.566Z Documenting regex v1.10.4
26292024-05-08T02:54:25.088Z Documenting crossbeam-utils v0.8.19
26302024-05-08T02:54:25.708Z Documenting publicsuffix v2.2.3
26312024-05-08T02:54:25.884Z Documenting tokio-native-tls v0.3.1
26322024-05-08T02:54:27.096Z Documenting utf8parse v0.2.1
26332024-05-08T02:54:27.289Z Documenting anyhow v1.0.82
26342024-05-08T02:54:29.683Z Documenting futures v0.3.30
26352024-05-08T02:54:29.744Z Documenting pem-rfc7468 v0.7.0
26362024-05-08T02:54:30.056Z Checking pest_meta v2.7.6
26372024-05-08T02:54:30.080Z Documenting der_derive v0.7.2
26382024-05-08T02:54:30.906Z Documenting cookie_store v0.20.0
26392024-05-08T02:54:31.335Z Documenting sync_wrapper v0.1.2
26402024-05-08T02:54:32.343Z Documenting webpki-roots v0.25.2
26412024-05-08T02:54:32.487Z Documenting flagset v0.4.3
26422024-05-08T02:54:33.512Z Documenting hyper-rustls v0.24.2
26432024-05-08T02:54:34.306Z Documenting hyper-tls v0.5.0
26442024-05-08T02:54:34.617Z Documenting num-integer v0.1.46
26452024-05-08T02:54:35.771Z Documenting pest_meta v2.7.6
26462024-05-08T02:54:35.813Z Documenting der v0.7.8
26472024-05-08T02:54:36.422Z Documenting scroll_derive v0.12.0
26482024-05-08T02:54:37.123Z Checking pest_generator v2.7.6
26492024-05-08T02:54:37.779Z Documenting openapiv3 v2.0.0
26502024-05-08T02:54:37.850Z Documenting plain v0.2.3
26512024-05-08T02:54:39.881Z Documenting ucd-trie v0.1.6
26522024-05-08T02:54:40.383Z Documenting spin v0.9.8
26532024-05-08T02:54:40.745Z Documenting pest_generator v2.7.6
26542024-05-08T02:54:40.775Z Documenting pretty-hex v0.4.1
26552024-05-08T02:54:42.005Z Documenting spki v0.7.2
26562024-05-08T02:54:42.067Z Documenting scroll v0.12.0
26572024-05-08T02:54:43.064Z Documenting reqwest v0.11.24
26582024-05-08T02:54:43.568Z Documenting either v1.11.0
26592024-05-08T02:54:43.844Z Documenting pest v2.7.6
26602024-05-08T02:54:43.963Z Documenting anstyle v1.0.6
26612024-05-08T02:54:45.224Z Documenting anstyle-parse v0.2.1
26622024-05-08T02:54:45.903Z Documenting pest_derive v2.7.6
26632024-05-08T02:54:46.352Z Documenting goblin v0.8.0
26642024-05-08T02:54:46.450Z Documenting pkcs8 v0.10.2
26652024-05-08T02:54:48.113Z Documenting thread-id v4.2.0
26662024-05-08T02:54:48.250Z Documenting anstyle-query v1.0.0
26672024-05-08T02:54:48.980Z Documenting colorchoice v1.0.0
26682024-05-08T02:54:50.067Z Documenting data-encoding v2.4.0
26692024-05-08T02:54:50.513Z Documenting dtrace-parser v0.2.0
26702024-05-08T02:54:50.750Z Documenting crossbeam-epoch v0.9.18
26712024-05-08T02:54:51.924Z Documenting terminal_size v0.3.0
26722024-05-08T02:54:52.966Z Documenting anstream v0.6.11
26732024-05-08T02:54:53.052Z Documenting sha2 v0.10.8
26742024-05-08T02:54:53.907Z Documenting dof v0.3.0
26752024-05-08T02:54:54.605Z Documenting ipnetwork v0.20.0
26762024-05-08T02:54:54.913Z Documenting hex v0.4.3
26772024-05-08T02:54:54.984Z Documenting crc32fast v1.3.2
26782024-05-08T02:54:55.197Z Documenting untrusted v0.9.0
26792024-05-08T02:54:57.258Z Documenting unicode-segmentation v1.10.1
26802024-05-08T02:54:57.358Z Documenting clap_lex v0.7.0
26812024-05-08T02:54:57.733Z Documenting strsim v0.11.0
26822024-05-08T02:54:58.502Z Documenting ring v0.17.8
26832024-05-08T02:54:59.203Z Documenting clap_derive v4.5.4
26842024-05-08T02:54:59.215Z Documenting usdt-impl v0.5.0
26852024-05-08T02:54:59.368Z Documenting num-iter v0.1.44
26862024-05-08T02:55:01.073Z Documenting hmac v0.12.1
26872024-05-08T02:55:01.098Z Documenting signal-hook v0.3.17
26882024-05-08T02:55:01.271Z Documenting static_assertions v1.1.0
26892024-05-08T02:55:01.752Z Documenting clap_builder v4.5.2
26902024-05-08T02:55:04.163Z Documenting base64 v0.22.0
26912024-05-08T02:55:04.309Z Documenting flate2 v1.0.28
26922024-05-08T02:55:04.322Z Documenting managed v0.8.0
26932024-05-08T02:55:04.734Z Documenting block-padding v0.3.3
26942024-05-08T02:55:05.709Z Documenting scheduled-thread-pool v0.2.7
26952024-05-08T02:55:05.948Z Documenting bzip2-sys v0.1.11+1.0.8
26962024-05-08T02:55:06.313Z Documenting signal-hook-mio v0.2.3
26972024-05-08T02:55:08.844Z Documenting enum-as-inner v0.5.1
26982024-05-08T02:55:08.854Z Documenting diesel_table_macro_syntax v0.1.0
26992024-05-08T02:55:08.854Z Documenting clap v4.5.4
27002024-05-08T02:55:08.924Z Checking diesel_table_macro_syntax v0.1.0
27012024-05-08T02:55:09.118Z Documenting md-5 v0.10.5
27022024-05-08T02:55:09.423Z Documenting inout v0.1.3
27032024-05-08T02:55:10.803Z Documenting r2d2 v0.8.10
27042024-05-08T02:55:10.895Z Documenting bzip2 v0.4.4
27052024-05-08T02:55:11.507Z Documenting crossterm v0.27.0
27062024-05-08T02:55:13.022Z Documenting trust-dns-proto v0.22.0
27072024-05-08T02:55:13.286Z Documenting diesel_derives v2.1.2
27082024-05-08T02:55:13.698Z Documenting stringprep v0.1.3
27092024-05-08T02:55:13.877Z Documenting regress v0.9.1
27102024-05-08T02:55:14.352Z Documenting ff v0.13.0
27112024-05-08T02:55:15.143Z Documenting serde_spanned v0.6.5
27122024-05-08T02:55:15.901Z Documenting toml_datetime v0.6.5
27132024-05-08T02:55:16.903Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27142024-05-08T02:55:19.037Z Documenting fallible-iterator v0.2.0
27152024-05-08T02:55:19.065Z Documenting siphasher v0.3.11
27162024-05-08T02:55:20.223Z Documenting base16ct v0.2.0
27172024-05-08T02:55:20.986Z Documenting winnow v0.6.1
27182024-05-08T02:55:21.168Z Documenting bit-vec v0.6.3
27192024-05-08T02:55:21.180Z Documenting group v0.13.0
27202024-05-08T02:55:21.691Z Documenting diesel v2.1.6
27212024-05-08T02:55:22.089Z Documenting zip v0.6.6
27222024-05-08T02:55:22.186Z Documenting phf_shared v0.11.2
27232024-05-08T02:55:24.064Z Documenting sec1 v0.7.3
27242024-05-08T02:55:24.479Z Documenting postgres-protocol v0.6.6
27252024-05-08T02:55:25.665Z Documenting cipher v0.4.4
27262024-05-08T02:55:25.878Z Documenting hkdf v0.12.4
27272024-05-08T02:55:26.419Z Documenting num-bigint v0.4.4
27282024-05-08T02:55:27.606Z Documenting toml_edit v0.22.12
27292024-05-08T02:55:27.644Z Documenting bstr v1.9.0
27302024-05-08T02:55:37.905Z Documenting console v0.15.8
27312024-05-08T02:55:38.446Z Documenting crypto-bigint v0.5.2
27322024-05-08T02:55:46.209Z Documenting hubpack v0.1.2
27332024-05-08T02:55:46.767Z Documenting serde_repr v0.1.16
27342024-05-08T02:55:46.803Z Documenting lalrpop-util v0.19.12
27352024-05-08T02:55:46.913Z Documenting fixedbitset v0.4.2
27362024-05-08T02:55:47.076Z Checking unsafe-libyaml v0.2.10
27372024-05-08T02:55:47.238Z Documenting precomputed-hash v0.1.1
27382024-05-08T02:55:48.291Z Documenting minimal-lexical v0.2.1
27392024-05-08T02:55:49.075Z Documenting new_debug_unreachable v1.0.4
27402024-05-08T02:55:56.826Z Checking ident_case v1.0.1
27412024-05-08T02:55:56.940Z Documenting heck v0.4.1
27422024-05-08T02:55:56.979Z Checking strsim v0.10.0
27432024-05-08T02:55:57.048Z Documenting petgraph v0.6.4
27442024-05-08T02:55:57.106Z Documenting yasna v0.5.2
27452024-05-08T02:55:57.186Z Documenting postgres-types v0.2.6
27462024-05-08T02:55:57.247Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27472024-05-08T02:55:57.283Z Documenting string_cache v0.8.7
27482024-05-08T02:55:57.417Z Documenting nom v7.1.3
27492024-05-08T02:55:57.574Z Documenting elliptic-curve v0.13.8
27502024-05-08T02:56:00.841Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27512024-05-08T02:56:01.786Z Documenting phf v0.11.2
27522024-05-08T02:56:03.470Z Documenting similar v2.4.0
27532024-05-08T02:56:03.670Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27542024-05-08T02:56:03.988Z Documenting semver v1.0.22
27552024-05-08T02:56:04.828Z Documenting float-cmp v0.9.0
27562024-05-08T02:56:14.733Z Documenting normalize-line-endings v0.3.0
27572024-05-08T02:56:14.891Z Documenting unsafe-libyaml v0.2.10
27582024-05-08T02:56:14.986Z Documenting peg-runtime v0.8.2
27592024-05-08T02:56:15.197Z Documenting difflib v0.4.0
27602024-05-08T02:56:15.200Z Documenting whoami v1.5.1
27612024-05-08T02:56:15.329Z Documenting predicates-core v1.0.6
27622024-05-08T02:56:15.376Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27632024-05-08T02:56:15.393Z Checking darling_core v0.20.8
27642024-05-08T02:56:17.318Z Checking serde_yaml v0.9.25
27652024-05-08T02:56:18.833Z Documenting serde_yaml v0.9.25
27662024-05-08T02:56:19.118Z Documenting bit-set v0.5.3
27672024-05-08T02:56:19.264Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27682024-05-08T02:56:19.391Z Documenting tokio-postgres v0.7.10
27692024-05-08T02:56:19.517Z Documenting getopts v0.2.21
27702024-05-08T02:56:19.652Z Documenting tokio-stream v0.1.15
27712024-05-08T02:56:20.021Z Documenting predicates v3.1.0
27722024-05-08T02:56:22.315Z Documenting ident_case v1.0.1
27732024-05-08T02:56:23.705Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27742024-05-08T02:56:23.985Z Checking darling v0.20.8
27752024-05-08T02:56:24.094Z Documenting is-terminal v0.4.9
27762024-05-08T02:56:24.974Z Documenting strum v0.26.2
27772024-05-08T02:56:26.458Z Documenting darling_core v0.20.8
27782024-05-08T02:56:26.509Z Documenting dirs-sys-next v0.1.2
27792024-05-08T02:56:26.573Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27802024-05-08T02:56:28.418Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27812024-05-08T02:56:28.565Z Documenting match_cfg v0.1.0
27822024-05-08T02:56:29.109Z Documenting sha1 v0.10.6
27832024-05-08T02:56:29.367Z Documenting http v1.0.0
27842024-05-08T02:56:31.476Z Documenting dirs-next v2.0.0
27852024-05-08T02:56:31.890Z Documenting hostname v0.3.1
27862024-05-08T02:56:32.184Z Documenting camino v1.1.6
27872024-05-08T02:56:33.121Z Documenting paste v1.0.14
27882024-05-08T02:56:33.684Z Documenting thread_local v1.1.7
27892024-05-08T02:56:34.872Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27902024-05-08T02:56:35.092Z Documenting rustls-pki-types v1.3.0
27912024-05-08T02:56:35.406Z Documenting darling_macro v0.20.8
27922024-05-08T02:56:36.371Z Documenting term v0.7.0
27932024-05-08T02:56:36.677Z Documenting crossbeam-channel v0.5.8
27942024-05-08T02:56:36.840Z Documenting take_mut v0.2.2
27952024-05-08T02:56:37.441Z Documenting slog-json v2.6.1
27962024-05-08T02:56:37.771Z Documenting async-stream-impl v0.3.5
27972024-05-08T02:56:40.036Z Documenting rustls-webpki v0.102.1
27982024-05-08T02:56:40.271Z Documenting darling v0.20.8
27992024-05-08T02:56:41.447Z Documenting slog-term v2.9.1
28002024-05-08T02:56:41.581Z Documenting atomic-waker v1.1.1
28012024-05-08T02:56:41.920Z Documenting slog-async v2.8.0
28022024-05-08T02:56:42.606Z Documenting debug-ignore v1.0.5
28032024-05-08T02:56:43.440Z Documenting async-stream v0.3.5
28042024-05-08T02:56:44.710Z Documenting rustls v0.22.4
28052024-05-08T02:56:44.871Z Documenting waitgroup v0.1.2
28062024-05-08T02:56:45.530Z Documenting slog-bunyan v2.5.0
28072024-05-08T02:56:45.563Z Documenting rustls-pemfile v2.1.2
28082024-05-08T02:56:46.212Z Documenting multer v3.0.0
28092024-05-08T02:56:46.267Z Documenting toml v0.8.12
28102024-05-08T02:56:46.907Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28112024-05-08T02:56:48.307Z Documenting serde_path_to_error v0.1.16
28122024-05-08T02:56:49.610Z Documenting serde_with_macros v3.7.0
28132024-05-08T02:56:50.424Z Documenting structmeta-derive v0.3.0
28142024-05-08T02:56:50.598Z Documenting newtype-uuid v1.1.0
28152024-05-08T02:56:51.582Z Checking structmeta v0.3.0
28162024-05-08T02:56:51.823Z Documenting instant v0.1.12
28172024-05-08T02:56:52.253Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28182024-05-08T02:56:52.294Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28192024-05-08T02:56:53.739Z Documenting tokio-rustls v0.25.0
28202024-05-08T02:56:53.754Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28212024-05-08T02:56:54.933Z Documenting serde_with v3.7.0
28222024-05-08T02:56:56.099Z Documenting structmeta v0.3.0
28232024-05-08T02:56:56.219Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28242024-05-08T02:56:56.702Z Documenting backoff v0.4.0
28252024-05-08T02:56:57.802Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28262024-05-08T02:56:58.110Z Documenting macaddr v1.0.1
28272024-05-08T02:56:59.759Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28282024-05-08T02:57:00.921Z Documenting parse-display-derive v0.9.0
28292024-05-08T02:57:01.983Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28302024-05-08T02:57:02.088Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28312024-05-08T02:57:02.277Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28322024-05-08T02:57:02.732Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28332024-05-08T02:57:02.975Z Documenting fastrand v2.0.1
28342024-05-08T02:57:03.134Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28352024-05-08T02:57:03.672Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28362024-05-08T02:57:03.976Z Documenting proc-macro-crate v1.3.1
28372024-05-08T02:57:04.344Z Checking proc-macro-crate v1.3.1
28382024-05-08T02:57:04.605Z Documenting foreign-types-macros v0.2.3
28392024-05-08T02:57:05.798Z Documenting foreign-types-shared v0.3.1
28402024-05-08T02:57:06.395Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28412024-05-08T02:57:06.703Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28422024-05-08T02:57:07.016Z Documenting tempfile v3.10.1
28432024-05-08T02:57:07.629Z Documenting parse-display v0.9.0
28442024-05-08T02:57:09.192Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28452024-05-08T02:57:10.404Z Documenting foreign-types v0.5.0
28462024-05-08T02:57:10.602Z Documenting num_enum_derive v0.5.11
28472024-05-08T02:57:10.727Z Documenting cstr-argument v0.1.2
28482024-05-08T02:57:10.876Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28492024-05-08T02:57:11.862Z Documenting camino-tempfile v1.1.1
28502024-05-08T02:57:12.809Z Documenting tabwriter v1.4.0
28512024-05-08T02:57:13.593Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28522024-05-08T02:57:14.549Z Documenting colored v2.1.0
28532024-05-08T02:57:14.933Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28542024-05-08T02:57:15.945Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28552024-05-08T02:57:16.955Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28562024-05-08T02:57:17.270Z Documenting hash32 v0.3.1
28572024-05-08T02:57:17.288Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28582024-05-08T02:57:17.412Z Documenting num_enum v0.5.11
28592024-05-08T02:57:17.863Z Documenting stable_deref_trait v1.2.0
28602024-05-08T02:57:18.825Z Documenting smf v0.2.3
28612024-05-08T02:57:19.074Z Documenting cobs v0.2.3
28622024-05-08T02:57:20.400Z Documenting embedded-io v0.4.0
28632024-05-08T02:57:20.810Z Documenting memmap v0.7.0
28642024-05-08T02:57:22.067Z Documenting heapless v0.8.0
28652024-05-08T02:57:22.197Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28662024-05-08T02:57:22.476Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28672024-05-08T02:57:23.182Z Documenting crucible-workspace-hack v0.1.0
28682024-05-08T02:57:24.298Z Documenting postcard v1.0.8
28692024-05-08T02:57:25.837Z Documenting usdt v0.5.0
28702024-05-08T02:57:26.331Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28712024-05-08T02:57:27.485Z Documenting newline-converter v0.3.0
28722024-05-08T02:57:28.147Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28732024-05-08T02:57:28.178Z Documenting smoltcp v0.11.0
28742024-05-08T02:57:30.136Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28752024-05-08T02:57:30.204Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28762024-05-08T02:57:30.760Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28772024-05-08T02:57:31.320Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28782024-05-08T02:57:31.416Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28792024-05-08T02:57:32.262Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28802024-05-08T02:57:32.368Z Documenting expectorate v1.1.0
28812024-05-08T02:57:34.198Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28822024-05-08T02:57:34.230Z Documenting sigpipe v0.1.3
28832024-05-08T02:57:34.270Z Documenting num-derive v0.4.0
28842024-05-08T02:57:34.765Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28852024-05-08T02:57:35.127Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28862024-05-08T02:57:38.171Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28872024-05-08T02:57:38.176Z Documenting password-hash v0.5.0
28882024-05-08T02:57:39.203Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28892024-05-08T02:57:39.556Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28902024-05-08T02:57:40.156Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
28912024-05-08T02:57:40.952Z Documenting blake2 v0.10.6
28922024-05-08T02:57:42.234Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28932024-05-08T02:57:43.173Z Documenting linked-hash-map v0.5.6
28942024-05-08T02:57:44.142Z Documenting proc-macro-error-attr v1.0.4
28952024-05-08T02:57:44.312Z Documenting humantime v2.1.0
28962024-05-08T02:57:44.609Z Checking proc-macro-error v1.0.4
28972024-05-08T02:57:44.886Z Documenting bytecount v0.6.3
28982024-05-08T02:57:45.743Z Documenting argon2 v0.5.3
28992024-05-08T02:57:46.099Z Documenting derive-where v1.2.7
29002024-05-08T02:57:47.333Z Documenting lru-cache v0.1.2
29012024-05-08T02:57:48.233Z Documenting papergrid v0.11.0
29022024-05-08T02:57:48.289Z Documenting swrite v0.1.0
29032024-05-08T02:57:48.480Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29042024-05-08T02:57:49.067Z Documenting proc-macro-error v1.0.4
29052024-05-08T02:57:49.506Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29062024-05-08T02:57:50.614Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29072024-05-08T02:57:51.591Z Documenting newtype_derive v0.1.6
29082024-05-08T02:57:51.621Z Documenting itertools v0.12.1
29092024-05-08T02:57:52.422Z Documenting arc-swap v1.6.0
29102024-05-08T02:57:53.135Z Documenting quick-error v1.2.3
29112024-05-08T02:57:54.035Z Documenting tabled_derive v0.7.0
29122024-05-08T02:57:54.067Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29132024-05-08T02:57:56.335Z Documenting steno v0.4.0
29142024-05-08T02:57:56.734Z Documenting slog-scope v4.4.0
29152024-05-08T02:57:57.442Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29162024-05-08T02:57:57.457Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29172024-05-08T02:57:57.535Z Documenting resolv-conf v0.7.0
29182024-05-08T02:57:58.235Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29192024-05-08T02:57:59.209Z Documenting tabled v0.15.0
29202024-05-08T02:58:00.161Z Documenting num-rational v0.4.1
29212024-05-08T02:58:07.587Z Documenting slog-stdlog v4.1.1
29222024-05-08T02:58:07.610Z Documenting trust-dns-resolver v0.22.0
29232024-05-08T02:58:07.626Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29242024-05-08T02:58:07.626Z Documenting num-complex v0.4.5
29252024-05-08T02:58:07.626Z Documenting filetime v0.2.23
29262024-05-08T02:58:07.627Z Documenting slog-envlogger v2.2.0
29272024-05-08T02:58:07.627Z Documenting xattr v1.0.1
29282024-05-08T02:58:10.705Z Documenting tap v1.0.1
29292024-05-08T02:58:11.315Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29302024-05-08T02:58:11.458Z Documenting num v0.4.2
29312024-05-08T02:58:11.843Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29322024-05-08T02:58:11.901Z Documenting radium v0.7.0
29332024-05-08T02:58:12.146Z Documenting tar v0.4.40
29342024-05-08T02:58:12.623Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29352024-05-08T02:58:13.310Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29362024-05-08T02:58:13.537Z Documenting nibble_vec v0.1.0
29372024-05-08T02:58:14.091Z Documenting wyz v0.5.1
29382024-05-08T02:58:15.514Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29392024-05-08T02:58:16.586Z Documenting endian-type v0.1.2
29402024-05-08T02:58:17.458Z Documenting funty v2.0.0
29412024-05-08T02:58:17.733Z Documenting crc-catalog v2.2.0
29422024-05-08T02:58:17.836Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29432024-05-08T02:58:17.932Z Documenting cancel-safe-futures v0.1.5
29442024-05-08T02:58:18.353Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29452024-05-08T02:58:18.641Z Documenting packed_struct_codegen v0.10.1
29462024-05-08T02:58:20.454Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29472024-05-08T02:58:20.847Z Documenting radix_trie v0.2.1
29482024-05-08T02:58:21.082Z Documenting bitvec v1.0.1
29492024-05-08T02:58:21.181Z Documenting same-file v1.0.6
29502024-05-08T02:58:21.221Z Documenting crc v3.0.1
29512024-05-08T02:58:23.984Z Documenting nodrop v0.1.14
29522024-05-08T02:58:24.218Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29532024-05-08T02:58:24.758Z Documenting num-bigint-dig v0.8.4
29542024-05-08T02:58:25.197Z Documenting walkdir v2.5.0
29552024-05-08T02:58:25.536Z Documenting pkcs1 v0.7.5
29562024-05-08T02:58:26.937Z Documenting packed_struct v0.10.1
29572024-05-08T02:58:27.505Z Documenting array-init v0.0.4
29582024-05-08T02:58:27.966Z Documenting signature v2.1.0
29592024-05-08T02:58:29.606Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29602024-05-08T02:58:30.004Z Documenting bitfield v0.14.0
29612024-05-08T02:58:30.286Z Documenting termcolor v1.2.0
29622024-05-08T02:58:30.856Z Documenting display-error-chain v0.2.0
29632024-05-08T02:58:30.994Z Documenting serde-hex v0.1.0
29642024-05-08T02:58:32.681Z Documenting rsa v0.9.2
29652024-05-08T02:58:33.069Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29662024-05-08T02:58:33.834Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29672024-05-08T02:58:33.835Z --> nexus/types/src/sectioned_table.rs:145:7
29682024-05-08T02:58:33.835Z |
29692024-05-08T02:58:33.835Z145 | /// [`StNestedBuilder::make_subsection`].
29702024-05-08T02:58:33.835Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29712024-05-08T02:58:33.835Z |
29722024-05-08T02:58:33.835Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29732024-05-08T02:58:33.835Z
29742024-05-08T02:58:34.590Z Documenting env_logger v0.10.0
29752024-05-08T02:58:35.061Z Documenting slog-dtrace v0.3.0
29762024-05-08T02:58:36.177Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29772024-05-08T02:58:36.297Zwarning: `nexus-types` (lib doc) generated 1 warning
29782024-05-08T02:58:36.302Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29792024-05-08T02:58:36.611Z Documenting pem v3.0.4
29802024-05-08T02:58:36.917Z Documenting x509-cert v0.2.4
29812024-05-08T02:58:38.109Z Documenting libsw v3.3.1
29822024-05-08T02:58:38.728Z Documenting ron v0.8.1
29832024-05-08T02:58:39.750Z Documenting half v2.3.1
29842024-05-08T02:58:40.859Z Documenting owo-colors v4.0.0
29852024-05-08T02:58:41.391Z Documenting linear-map v1.2.0
29862024-05-08T02:58:42.688Z Documenting ciborium-io v0.2.2
29872024-05-08T02:58:42.714Z Documenting crc-any v2.4.3
29882024-05-08T02:58:43.320Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29892024-05-08T02:58:44.437Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29902024-05-08T02:58:45.052Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29912024-05-08T02:58:45.373Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29922024-05-08T02:58:46.051Z Documenting headers-core v0.2.0
29932024-05-08T02:58:46.480Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29942024-05-08T02:58:46.494Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29952024-05-08T02:58:47.081Z Documenting ciborium-ll v0.2.2
29962024-05-08T02:58:49.063Z Documenting path-slash v0.1.5
29972024-05-08T02:58:52.170Z Documenting headers v0.3.9
29982024-05-08T02:58:52.224Z Documenting ciborium v0.2.2
29992024-05-08T02:58:53.683Z Documenting fxhash v0.2.1
30002024-05-08T02:58:53.837Z Documenting async-recursion v1.1.0
30012024-05-08T02:58:55.977Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30022024-05-08T02:58:57.197Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30032024-05-08T02:58:58.595Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30042024-05-08T02:58:58.760Z Documenting vte_generate_state_changes v0.1.1
30052024-05-08T02:58:59.576Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30062024-05-08T02:58:59.576Z Checking convert_case v0.4.0
30072024-05-08T02:58:59.793Z Documenting convert_case v0.4.0
30082024-05-08T02:59:02.653Z Documenting buf-list v1.0.3
30092024-05-08T02:59:03.826Z Documenting vte v0.11.1
30102024-05-08T02:59:04.017Z Documenting derive_more v0.99.17
30112024-05-08T02:59:07.910Z Documenting derive_builder_core v0.20.0
30122024-05-08T02:59:08.112Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30132024-05-08T02:59:10.069Z Checking derive_builder_core v0.20.0
30142024-05-08T02:59:10.957Z Documenting fd-lock v4.0.2
30152024-05-08T02:59:11.712Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30162024-05-08T02:59:12.287Z Documenting bitstruct_derive v0.1.0
30172024-05-08T02:59:13.552Z Documenting pin-project-internal v1.1.3
30182024-05-08T02:59:14.385Z Documenting ascii v1.1.0
30192024-05-08T02:59:16.738Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30202024-05-08T02:59:16.925Z Documenting derive_builder_macro v0.20.0
30212024-05-08T02:59:17.410Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30222024-05-08T02:59:17.457Z Documenting bitstruct v0.1.1
30232024-05-08T02:59:18.156Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30242024-05-08T02:59:18.903Z Documenting pin-project v1.1.3
30252024-05-08T02:59:20.243Z Documenting strip-ansi-escapes v0.2.0
30262024-05-08T02:59:20.439Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30272024-05-08T02:59:21.883Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30282024-05-08T02:59:22.229Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30292024-05-08T02:59:22.234Z Documenting crossbeam-deque v0.8.3
30302024-05-08T02:59:22.301Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30312024-05-08T02:59:24.639Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30322024-05-08T02:59:25.189Z Documenting erased-serde v0.3.31
30332024-05-08T02:59:25.691Z Documenting serde_arrays v0.1.0
30342024-05-08T02:59:26.469Z Documenting snafu-derive v0.8.2
30352024-05-08T02:59:27.443Z Documenting ref-cast-impl v1.0.22
30362024-05-08T02:59:28.773Z Documenting unicode-xid v0.2.4
30372024-05-08T02:59:30.975Z Documenting nu-ansi-term v0.50.0
30382024-05-08T02:59:31.625Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30392024-05-08T02:59:31.936Z Checking unicode-xid v0.2.4
30402024-05-08T02:59:32.110Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30412024-05-08T02:59:32.152Z Documenting const_format_proc_macros v0.2.32
30422024-05-08T02:59:32.464Z Documenting ref-cast v1.0.22
30432024-05-08T02:59:34.048Z Documenting snafu v0.8.2
30442024-05-08T02:59:35.261Z Documenting reedline v0.31.0
30452024-05-08T02:59:35.437Z Documenting rayon-core v1.12.1
30462024-05-08T02:59:37.629Z Documenting derive_builder v0.20.0
30472024-05-08T02:59:38.495Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30482024-05-08T02:59:38.755Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30492024-05-08T02:59:40.065Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30502024-05-08T02:59:40.257Z Documenting libefi-sys v0.1.0
30512024-05-08T02:59:44.220Z Documenting trust-dns-client v0.22.0
30522024-05-08T02:59:44.717Z Documenting polar-core v0.27.3
30532024-05-08T02:59:45.747Z Documenting libxml v0.3.3
30542024-05-08T02:59:46.285Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30552024-05-08T02:59:47.352Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30562024-05-08T02:59:47.564Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30572024-05-08T02:59:47.577Z Documenting globset v0.4.13
30582024-05-08T02:59:49.316Z Documenting bb8 v0.8.3
30592024-05-08T02:59:53.279Z Documenting olpc-cjson v0.1.3
30602024-05-08T02:59:53.988Z Documenting serde_plain v1.0.2
30612024-05-08T02:59:54.126Z Documenting quick-xml v0.31.0
30622024-05-08T02:59:54.365Z Documenting oso-derive v0.27.3
30632024-05-08T02:59:55.075Z Documenting impl-trait-for-tuples v0.2.2
30642024-05-08T02:59:55.307Z Documenting maplit v1.0.2
30652024-05-08T02:59:58.426Z Documenting keccak v0.1.4
30662024-05-08T02:59:59.320Z Documenting typed-path v0.7.0
30672024-05-08T02:59:59.557Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30682024-05-08T02:59:59.714Z Documenting utf-8 v0.7.6
30692024-05-08T03:00:01.005Z Documenting oso v0.27.3
30702024-05-08T03:00:01.037Z Documenting samael v0.0.15
30712024-05-08T03:00:01.495Z Documenting sha3 v0.10.8
30722024-05-08T03:00:03.866Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30732024-05-08T03:00:04.025Z Documenting tungstenite v0.21.0
30742024-05-08T03:00:04.652Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30752024-05-08T03:00:06.103Z Documenting tough v0.17.1
30762024-05-08T03:00:06.657Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30772024-05-08T03:00:07.166Z Documenting trust-dns-server v0.22.1
30782024-05-08T03:00:09.099Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30792024-05-08T03:00:12.246Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30802024-05-08T03:00:13.133Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30812024-05-08T03:00:14.238Z Documenting rayon v1.10.0
30822024-05-08T03:00:14.677Z Documenting const_format v0.2.32
30832024-05-08T03:00:17.151Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30842024-05-08T03:00:17.287Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30852024-05-08T03:00:17.939Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30862024-05-08T03:00:18.113Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30872024-05-08T03:00:18.128Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30882024-05-08T03:00:18.354Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30892024-05-08T03:00:18.431Z Documenting sled v0.34.7
30902024-05-08T03:00:18.944Z Documenting fs-err v2.11.0
30912024-05-08T03:00:19.507Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30922024-05-08T03:00:20.472Z Documenting nix v0.28.0
30932024-05-08T03:00:21.781Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30942024-05-08T03:00:22.973Z Documenting cookie v0.18.1
30952024-05-08T03:00:23.418Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30962024-05-08T03:00:23.766Z Documenting secrecy v0.8.0
30972024-05-08T03:00:24.274Z Documenting gethostname v0.4.3
30982024-05-08T03:00:25.049Z Documenting peg-macros v0.8.2
30992024-05-08T03:00:25.080Z Documenting rustversion v1.0.14
31002024-05-08T03:00:27.416Z Documenting sqlparser_derive v0.2.2
31012024-05-08T03:00:28.301Z Documenting unicode_categories v0.1.1
31022024-05-08T03:00:28.612Z Documenting parse-size v1.0.0
31032024-05-08T03:00:29.740Z Documenting home v0.5.5
31042024-05-08T03:00:30.271Z Documenting castaway v0.2.2
31052024-05-08T03:00:30.467Z Documenting peg v0.8.2
31062024-05-08T03:00:31.119Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31072024-05-08T03:00:31.965Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31082024-05-08T03:00:32.190Z Documenting sqlparser v0.45.0
31092024-05-08T03:00:32.501Z Documenting sqlformat v0.2.3
31102024-05-08T03:00:33.497Z Documenting rustyline v14.0.0
31112024-05-08T03:00:34.548Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31122024-05-08T03:00:34.708Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31132024-05-08T03:00:37.933Z Documenting tokio-tungstenite v0.21.0
31142024-05-08T03:00:39.825Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31152024-05-08T03:00:40.499Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31162024-05-08T03:00:41.814Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31172024-05-08T03:00:46.516Z Documenting zone v0.1.8
31182024-05-08T03:00:47.259Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
31192024-05-08T03:00:48.752Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31202024-05-08T03:00:49.186Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31212024-05-08T03:00:50.442Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31222024-05-08T03:00:50.738Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31232024-05-08T03:00:51.033Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
31242024-05-08T03:00:51.958Z Documenting portpicker v0.1.1
31252024-05-08T03:00:53.867Z Documenting universal-hash v0.5.1
31262024-05-08T03:00:57.209Z Documenting bcs v0.1.6
31272024-05-08T03:00:57.250Z Documenting kstat-rs v0.2.3
31282024-05-08T03:00:57.950Z Documenting thiserror-impl-no-std v2.0.2
31292024-05-08T03:01:08.443Z Documenting curve25519-dalek-derive v0.1.0
31302024-05-08T03:01:08.634Z Documenting opaque-debug v0.3.0
31312024-05-08T03:01:08.875Z Documenting highway v1.1.0
31322024-05-08T03:01:08.908Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31332024-05-08T03:01:09.203Z Documenting thiserror-no-std v2.0.2
31342024-05-08T03:01:09.425Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31352024-05-08T03:01:09.632Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31362024-05-08T03:01:12.020Z Documenting poly1305 v0.8.0
31372024-05-08T03:01:12.638Z Documenting compact_str v0.7.1
31382024-05-08T03:01:13.845Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31392024-05-08T03:01:14.086Z Documenting curve25519-dalek v4.1.2
31402024-05-08T03:01:16.865Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31412024-05-08T03:01:17.165Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31422024-05-08T03:01:19.192Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31432024-05-08T03:01:19.748Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31442024-05-08T03:01:20.061Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31452024-05-08T03:01:20.666Z Documenting portable-atomic v1.4.3
31462024-05-08T03:01:23.285Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31472024-05-08T03:01:24.211Z Documenting ed25519 v1.5.3
31482024-05-08T03:01:25.975Z Documenting memoffset v0.7.1
31492024-05-08T03:01:27.398Z Documenting unicase v2.7.0
31502024-05-08T03:01:28.566Z Documenting rcgen v0.12.1
31512024-05-08T03:01:29.505Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31522024-05-08T03:01:30.859Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
31532024-05-08T03:01:30.912Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
31542024-05-08T03:01:32.074Z Documenting atomicwrites v0.4.3
31552024-05-08T03:01:35.972Zwarning: could not parse code block as Rust code
31562024-05-08T03:01:35.972Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31572024-05-08T03:01:35.972Z |
31582024-05-08T03:01:35.972Z246 | / /// Parse a string literal, either single- or double-quoted.
31592024-05-08T03:01:35.972Z247 | | ///
31602024-05-08T03:01:35.972Z248 | | /// Parsing string literals is pretty tricky, but we add several
31612024-05-08T03:01:35.973Z249 | | /// constraints to simplify things. First strings must be quoted, either
31622024-05-08T03:01:35.973Z... |
31632024-05-08T03:01:35.973Z277 | | ///
31642024-05-08T03:01:35.973Z278 | | /// Will be parsed as `this string has " in it`.
31652024-05-08T03:01:35.973Z | |________________________________________________________^
31662024-05-08T03:01:35.973Z |
31672024-05-08T03:01:35.973Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31682024-05-08T03:01:35.973Z = note: error from rustc: unknown start of token: \
31692024-05-08T03:01:35.974Z = note: error from rustc: unknown start of token: \
31702024-05-08T03:01:35.974Z = note: error from rustc: unknown start of token: \
31712024-05-08T03:01:35.974Z = note: error from rustc: unknown start of token: \
31722024-05-08T03:01:35.974Z = note: error from rustc: unknown start of token: \
31732024-05-08T03:01:35.974Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31742024-05-08T03:01:35.974Z
31752024-05-08T03:01:36.807Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31762024-05-08T03:01:36.830Z Documenting chacha20 v0.9.1
31772024-05-08T03:01:37.241Z Documenting lru v0.12.1
31782024-05-08T03:01:37.723Zwarning: `oximeter-db` (lib doc) generated 1 warning
31792024-05-08T03:01:37.726Z Documenting aead v0.5.2
31802024-05-08T03:01:38.430Z Documenting rand_seeder v0.2.3
31812024-05-08T03:01:41.687Z Documenting nanorand v0.7.0
31822024-05-08T03:01:41.758Z Documenting subprocess v0.2.9
31832024-05-08T03:01:42.098Z Documenting stability v0.2.0
31842024-05-08T03:01:42.817Z Documenting number_prefix v0.4.0
31852024-05-08T03:01:42.897Z Documenting glob v0.3.1
31862024-05-08T03:01:57.575Z Documenting cassowary v0.3.0
31872024-05-08T03:01:57.590Z Documenting indicatif v0.17.8
31882024-05-08T03:01:57.591Z Documenting chacha20poly1305 v0.10.1
31892024-05-08T03:01:57.591Z Documenting flume v0.11.0
31902024-05-08T03:01:57.591Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31912024-05-08T03:01:57.592Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31922024-05-08T03:01:57.592Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31932024-05-08T03:01:57.625Z Documenting ratatui v0.26.2
31942024-05-08T03:01:58.184Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31952024-05-08T03:02:08.396Z Documenting mime_guess v2.0.4
31962024-05-08T03:02:08.484Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31972024-05-08T03:02:08.764Z Documenting salty v0.2.0
31982024-05-08T03:02:09.353Z Documenting vsss-rs v3.3.4
31992024-05-08T03:02:09.494Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32002024-05-08T03:02:10.993Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32012024-05-08T03:02:12.125Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32022024-05-08T03:02:12.933Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32032024-05-08T03:02:13.343Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32042024-05-08T03:02:13.953Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32052024-05-08T03:02:15.431Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32062024-05-08T03:02:15.709Z Documenting serde-big-array v0.5.1
32072024-05-08T03:02:17.221Z Documenting rtoolbox v0.0.1
32082024-05-08T03:02:17.681Z Documenting http-range v0.1.5
32092024-05-08T03:02:18.526Z Documenting smawk v0.3.1
32102024-05-08T03:02:18.834Z Documenting is_ci v1.2.0
32112024-05-08T03:02:20.277Z Documenting unicode-linebreak v0.1.5
32122024-05-08T03:02:21.951Z Documenting hyper-staticfile v0.9.5
32132024-05-08T03:02:22.366Z Documenting rpassword v7.3.1
32142024-05-08T03:02:22.598Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32152024-05-08T03:02:23.465Z Documenting textwrap v0.16.1
32162024-05-08T03:02:23.620Z Documenting supports-color v3.0.0
32172024-05-08T03:02:26.805Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32182024-05-08T03:02:27.764Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32192024-05-08T03:02:28.556Z Documenting tui-tree-widget v0.19.0
32202024-05-08T03:02:28.863Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32212024-05-08T03:02:29.048Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32222024-05-08T03:02:29.609Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32232024-05-08T03:02:33.225Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32242024-05-08T03:02:34.182Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32252024-05-08T03:02:34.191Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32262024-05-08T03:02:34.332Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32272024-05-08T03:02:34.763Z Documenting signal-hook-tokio v0.3.1
32282024-05-08T03:02:34.973Z Documenting memmap2 v0.7.1
32292024-05-08T03:02:35.030Z Documenting shell-words v1.1.0
32302024-05-08T03:02:35.257Zwarning: unresolved link to `test_sled_transitions`
32312024-05-08T03:02:35.257Z --> nexus/db-queries/src/db/datastore/sled.rs:636:11
32322024-05-08T03:02:35.257Z |
32332024-05-08T03:02:35.257Z636 | /// [`test_sled_transitions`].
32342024-05-08T03:02:35.257Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32352024-05-08T03:02:35.258Z |
32362024-05-08T03:02:35.258Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32372024-05-08T03:02:35.258Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32382024-05-08T03:02:35.258Z
32392024-05-08T03:02:35.262Zwarning: unresolved link to `test_sled_transitions`
32402024-05-08T03:02:35.262Z --> nexus/db-queries/src/db/datastore/sled.rs:672:11
32412024-05-08T03:02:35.262Z |
32422024-05-08T03:02:35.262Z672 | /// [`test_sled_transitions`].
32432024-05-08T03:02:35.262Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32442024-05-08T03:02:35.262Z |
32452024-05-08T03:02:35.263Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32462024-05-08T03:02:35.263Z
32472024-05-08T03:02:35.263Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32482024-05-08T03:02:35.263Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32492024-05-08T03:02:35.263Z |
32502024-05-08T03:02:35.263Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32512024-05-08T03:02:35.263Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32522024-05-08T03:02:35.263Z
32532024-05-08T03:02:36.841Z Documenting arrayref v0.3.7
32542024-05-08T03:02:39.213Z Documenting constant_time_eq v0.3.0
32552024-05-08T03:02:39.530Z Documenting corncobs v0.1.3
32562024-05-08T03:02:40.137Z Documenting arrayvec v0.7.4
32572024-05-08T03:02:40.256Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32582024-05-08T03:02:42.653Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32592024-05-08T03:02:42.956Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32602024-05-08T03:02:43.587Z Documenting blake3 v1.5.0
32612024-05-08T03:02:44.944Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32622024-05-08T03:02:45.844Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32632024-05-08T03:02:47.536Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32642024-05-08T03:02:48.294Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32652024-05-08T03:02:54.995Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32662024-05-08T03:02:55.417Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32672024-05-08T03:02:59.935Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32682024-05-08T03:03:03.084Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32692024-05-08T03:03:07.050Zwarning: unclosed HTML tag `usize`
32702024-05-08T03:03:07.051Z --> wicket/src/ui/panes/update.rs:153:19
32712024-05-08T03:03:07.051Z |
32722024-05-08T03:03:07.051Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32732024-05-08T03:03:07.051Z | ^^^^^^^
32742024-05-08T03:03:07.051Z |
32752024-05-08T03:03:07.051Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32762024-05-08T03:03:07.051Z
32772024-05-08T03:03:07.896Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32782024-05-08T03:03:08.381Zwarning: unresolved link to `BlueprintDisksConfig`
32792024-05-08T03:03:08.381Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55
32802024-05-08T03:03:08.381Z |
32812024-05-08T03:03:08.382Z1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32822024-05-08T03:03:08.382Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32832024-05-08T03:03:08.382Z |
32842024-05-08T03:03:08.382Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32852024-05-08T03:03:08.382Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32862024-05-08T03:03:08.382Z
32872024-05-08T03:03:08.484Zwarning: `wicket` (lib doc) generated 1 warning
32882024-05-08T03:03:08.487Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32892024-05-08T03:03:09.456Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32902024-05-08T03:03:09.460Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
32912024-05-08T03:03:09.620Z Documenting fatfs v0.3.6
32922024-05-08T03:03:09.808Z Documenting assert_matches v1.5.0
32932024-05-08T03:03:12.827Z Documenting topological-sort v0.2.2
32942024-05-08T03:03:15.268Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32952024-05-08T03:03:16.984Z Documenting omicron-zone-package v0.11.0
32962024-05-08T03:03:21.609Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32972024-05-08T03:03:23.434Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32982024-05-08T03:03:23.434Z --> sled-agent/src/sim/instance.rs:46:7
32992024-05-08T03:03:23.434Z |
33002024-05-08T03:03:23.434Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
33012024-05-08T03:03:23.435Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
33022024-05-08T03:03:23.435Z |
33032024-05-08T03:03:23.435Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33042024-05-08T03:03:23.435Z
33052024-05-08T03:03:27.115Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
33062024-05-08T03:03:27.118Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33072024-05-08T03:03:27.661Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33082024-05-08T03:03:28.068Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33092024-05-08T03:03:28.669Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33102024-05-08T03:03:29.229Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33112024-05-08T03:03:29.855Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33122024-05-08T03:03:29.998Z Documenting termios v0.3.3
33132024-05-08T03:03:31.053Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33142024-05-08T03:03:33.156Z Documenting uzers v0.11.3
33152024-05-08T03:03:35.201Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33162024-05-08T03:03:38.636Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33172024-05-08T03:03:42.259Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33182024-05-08T03:03:44.020Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33192024-05-08T03:03:49.347Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33202024-05-08T03:03:53.561Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33212024-05-08T03:04:07.445Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33222024-05-08T03:04:13.028Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33232024-05-08T03:04:16.750Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33242024-05-08T03:04:26.914Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33252024-05-08T03:04:27.773Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33262024-05-08T03:04:28.181Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33272024-05-08T03:04:29.333Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33282024-05-08T03:04:32.379Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33292024-05-08T03:04:53.925Zwarning: unresolved link to `Nexus`
33302024-05-08T03:04:53.925Z --> nexus/src/app/instance_network.rs:280:34
33312024-05-08T03:04:53.925Z |
33322024-05-08T03:04:53.926Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
33332024-05-08T03:04:53.926Z | ^^^^^ no item named `Nexus` in scope
33342024-05-08T03:04:53.926Z |
33352024-05-08T03:04:53.926Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33362024-05-08T03:04:53.926Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33372024-05-08T03:04:53.926Z
33382024-05-08T03:04:53.960Zwarning: unresolved link to `Nexus`
33392024-05-08T03:04:53.960Z --> nexus/src/app/instance_network.rs:458:34
33402024-05-08T03:04:53.960Z |
33412024-05-08T03:04:53.961Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
33422024-05-08T03:04:53.961Z | ^^^^^ no item named `Nexus` in scope
33432024-05-08T03:04:53.961Z |
33442024-05-08T03:04:53.962Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33452024-05-08T03:04:53.962Z
33462024-05-08T03:04:53.962Zwarning: unresolved link to `VolumeConstructionRequest`
33472024-05-08T03:04:53.962Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33482024-05-08T03:04:53.962Z |
33492024-05-08T03:04:53.963Z338 | /// [`VolumeConstructionRequest`] is shown here):
33502024-05-08T03:04:53.963Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33512024-05-08T03:04:53.963Z |
33522024-05-08T03:04:53.963Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33532024-05-08T03:04:53.963Z
33542024-05-08T03:04:53.963Zwarning: unresolved link to `fd00:1122:3344:101::5`
33552024-05-08T03:04:53.963Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33562024-05-08T03:04:53.964Z |
33572024-05-08T03:04:53.964Z348 | /// "[fd00:1122:3344:101::5]:1000",
33582024-05-08T03:04:53.964Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33592024-05-08T03:04:53.964Z
33602024-05-08T03:04:53.964Zwarning: unresolved link to `fd00:1122:3344:102::9`
33612024-05-08T03:04:53.964Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33622024-05-08T03:04:53.964Z |
33632024-05-08T03:04:53.965Z349 | /// "[fd00:1122:3344:102::9]:1000",
33642024-05-08T03:04:53.965Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33652024-05-08T03:04:53.965Z
33662024-05-08T03:04:53.965Zwarning: unresolved link to `fd00:1122:3344:103::2`
33672024-05-08T03:04:53.965Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33682024-05-08T03:04:53.965Z |
33692024-05-08T03:04:53.965Z350 | /// "[fd00:1122:3344:103::2]:1000"
33702024-05-08T03:04:53.966Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33712024-05-08T03:04:53.966Z
33722024-05-08T03:04:53.966Zwarning: unresolved link to `fd00:1122:3344:101::5`
33732024-05-08T03:04:53.966Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33742024-05-08T03:04:53.966Z |
33752024-05-08T03:04:53.966Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33762024-05-08T03:04:53.967Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33772024-05-08T03:04:53.967Z
33782024-05-08T03:04:53.967Zwarning: unresolved link to `fd00:1122:3344:102::9`
33792024-05-08T03:04:53.967Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33802024-05-08T03:04:53.967Z |
33812024-05-08T03:04:53.967Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33822024-05-08T03:04:53.968Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33832024-05-08T03:04:53.968Z
33842024-05-08T03:04:53.968Zwarning: unresolved link to `fd00:1122:3344:103::2`
33852024-05-08T03:04:53.968Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33862024-05-08T03:04:53.968Z |
33872024-05-08T03:04:53.968Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33882024-05-08T03:04:53.968Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33892024-05-08T03:04:53.968Z
33902024-05-08T03:04:57.144Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33912024-05-08T03:05:14.071Z Finished dev [unoptimized + debuginfo] target(s) in 12m 30s
33922024-05-08T03:05:14.154Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33932024-05-08T03:05:14.154Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33942024-05-08T03:05:14.154Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33952024-05-08T03:05:14.154Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33962024-05-08T03:05:14.154Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33972024-05-08T03:05:14.154Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33982024-05-08T03:05:14.154Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33992024-05-08T03:05:14.154Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
34002024-05-08T03:05:14.154Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
34012024-05-08T03:05:14.154Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
34022024-05-08T03:05:14.155Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
34032024-05-08T03:05:14.155Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
34042024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
34052024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
34062024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
34072024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
34082024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
34092024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
34102024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
34112024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
34122024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
34132024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
34142024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
34152024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
34162024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
34172024-05-08T03:05:14.160Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
34182024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
34192024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
34202024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
34212024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
34222024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
34232024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
34242024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
34252024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
34262024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
34272024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
34282024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
34292024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
34302024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
34312024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
34322024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
34332024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
34342024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
34352024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
34362024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
34372024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
34382024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
34392024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
34402024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
34412024-05-08T03:05:14.161Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
34422024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
34432024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
34442024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
34452024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
34462024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34472024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34482024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34492024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34502024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34512024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34522024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34532024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34542024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34552024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34562024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34572024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34582024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34592024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34602024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34612024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34622024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34632024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34642024-05-08T03:05:14.162Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34652024-05-08T03:05:14.163Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34662024-05-08T03:05:14.163Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34672024-05-08T03:05:14.163Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34682024-05-08T03:05:14.163Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34692024-05-08T03:05:14.163Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34702024-05-08T03:05:14.163Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34712024-05-08T03:05:14.163Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34722024-05-08T03:05:14.163Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34732024-05-08T03:05:14.185Z
34742024-05-08T03:05:14.185Zreal 12:30.974833220
34752024-05-08T03:05:14.185Zuser 34:55.248770020
34762024-05-08T03:05:14.185Zsys 53:06.120588745
34772024-05-08T03:05:14.185Ztrap 0.947521563
34782024-05-08T03:05:14.185Ztflt 0.149733400
34792024-05-08T03:05:14.185Zdflt 0.608028065
34802024-05-08T03:05:14.185Zkflt 0.000088666
34812024-05-08T03:05:14.189Zlock 3:20:02.694168643
34822024-05-08T03:05:14.189Zslp 3:27:12.997075260
34832024-05-08T03:05:14.189Zlat 4:24.930885042
34842024-05-08T03:05:14.189Zstop 1:59.377866731
34852024-05-08T03:05:14.189Zprocess exited: duration 1341227 ms, exit code 0
 
34862024-05-08T03:05:14.196Zfound 0 output files