01HZ2XRM0VFZBGCS5V7PD7YNJR: clippy (helios)

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

Buildomat Job: 01HZ2XS0W7C6BHSZ7XZZWRVPP2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-29T19:39:18.119Zjob assigned to worker 01HZ2XS314SD36K6VYH0WF6P1C (queued for 43 s)
 
22024-05-29T19:39:19.108Zstarting task 0: "setup"
32024-05-29T19:39:19.138Z++ uname -s
42024-05-29T19:39:19.138Z+ kern=SunOS
52024-05-29T19:39:19.138Z+ case "$kern" in
62024-05-29T19:39:19.139Z+ groupadd -g 12345 build
72024-05-29T19:39:19.139Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-29T19:39:21.141Z+ zfs create -o mountpoint=/work rpool/work
92024-05-29T19:39:21.188Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-29T19:39:21.223Z+ home_fs=zfs
112024-05-29T19:39:21.223Z+ [[ zfs == autofs ]]
122024-05-29T19:39:21.223Z+ mkdir -p /home/build
132024-05-29T19:39:21.223Z+ chown build:build /home/build /work
142024-05-29T19:39:23.188Z+ chmod 0700 /home/build /work
152024-05-29T19:39:23.217Zprocess exited: duration 4086 ms, exit code 0
 
162024-05-29T19:39:23.277Zstarting task 1: "rust-toolchain"
172024-05-29T19:39:23.305Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-29T19:39:23.305Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-29T19:39:23.422Zinfo: downloading installer
202024-05-29T19:39:24.223Zwarning: it looks like you have an existing installation of Rust at:
212024-05-29T19:39:24.223Zwarning: /opt/ooce/bin
222024-05-29T19:39:24.223Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-29T19:39:24.223Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-29T19:39:24.223Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-29T19:39:24.223Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-29T19:39:24.223Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-29T19:39:24.223Zerror: cannot install while Rust is installed
282024-05-29T19:39:24.223Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-29T19:39:24.275Zinfo: profile set to 'default'
302024-05-29T19:39:24.276Zinfo: default host triple is x86_64-unknown-illumos
312024-05-29T19:39:24.276Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-29T19:39:24.401Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-29T19:39:24.401Zinfo: downloading component 'cargo'
342024-05-29T19:39:24.581Zinfo: downloading component 'clippy'
352024-05-29T19:39:24.630Zinfo: downloading component 'rust-docs'
362024-05-29T19:39:24.815Zinfo: downloading component 'rust-std'
372024-05-29T19:39:25.081Zinfo: downloading component 'rustc'
382024-05-29T19:39:25.746Zinfo: downloading component 'rustfmt'
392024-05-29T19:39:25.789Zinfo: installing component 'cargo'
402024-05-29T19:39:26.917Zinfo: installing component 'clippy'
412024-05-29T19:39:27.347Zinfo: installing component 'rust-docs'
422024-05-29T19:39:30.123Zinfo: installing component 'rust-std'
432024-05-29T19:39:32.125Zinfo: installing component 'rustc'
442024-05-29T19:39:37.257Zinfo: installing component 'rustfmt'
452024-05-29T19:39:37.639Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-05-29T19:39:37.639Z
472024-05-29T19:39:37.762Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-29T19:39:37.763Z
492024-05-29T19:39:37.788Z
502024-05-29T19:39:37.788ZRust is installed now. Great!
512024-05-29T19:39:37.788Z
522024-05-29T19:39:37.788ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-29T19:39:37.789Zenvironment variable. This has not been done automatically.
542024-05-29T19:39:37.789Z
552024-05-29T19:39:37.789ZTo configure your current shell, you need to source
562024-05-29T19:39:37.789Zthe corresponding env file under $HOME/.cargo.
572024-05-29T19:39:37.789Z
582024-05-29T19:39:37.789ZThis is usually done by running one of the following (note the leading DOT):
592024-05-29T19:39:37.789Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-29T19:39:37.789Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-29T19:39:37.833Z+ rustc --version
622024-05-29T19:39:37.915Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-29T19:39:37.940Zprocess exited: duration 14643 ms, exit code 0
 
642024-05-29T19:39:37.991Zstarting task 2: "authentication"
652024-05-29T19:39:38.055Zprocess exited: duration 61 ms, exit code 0
 
662024-05-29T19:39:38.114Zstarting task 3: "clone repository"
672024-05-29T19:39:38.146Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-29T19:39:38.146Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-29T19:39:38.172ZCloning into '/work/oxidecomputer/omicron'...
702024-05-29T19:39:43.856Z+ cd /work/oxidecomputer/omicron
712024-05-29T19:39:43.857Z+ git fetch origin 30106d7360e5a616238659bd727da742876abfdf
722024-05-29T19:39:44.263ZFrom https://github.com/oxidecomputer/omicron
732024-05-29T19:39:44.263Z * branch 30106d7360e5a616238659bd727da742876abfdf -> FETCH_HEAD
742024-05-29T19:39:44.289Z+ [[ -n convert-virtual-provisioning ]]
752024-05-29T19:39:44.289Z++ git branch --show-current
762024-05-29T19:39:44.289Z+ current=main
772024-05-29T19:39:44.289Z+ [[ main != convert-virtual-provisioning ]]
782024-05-29T19:39:44.289Z+ git branch -f convert-virtual-provisioning 30106d7360e5a616238659bd727da742876abfdf
792024-05-29T19:39:44.289Z+ git checkout -f convert-virtual-provisioning
802024-05-29T19:39:44.412ZSwitched to branch 'convert-virtual-provisioning'
812024-05-29T19:39:44.437Z+ git reset --hard 30106d7360e5a616238659bd727da742876abfdf
822024-05-29T19:39:44.550ZHEAD is now at 30106d736 Merge branch 'more-raw-cte-setup' into convert-virtual-provisioning
832024-05-29T19:39:44.585Zprocess exited: duration 6431 ms, exit code 0
 
842024-05-29T19:39:44.648Zstarting task 4: "build"
852024-05-29T19:39:44.688Z+ cargo --version
862024-05-29T19:39:44.716Zcargo 1.78.0 (54d8815d0 2024-03-26)
872024-05-29T19:39:44.753Z+ rustc --version
882024-05-29T19:39:44.801Zrustc 1.78.0 (9b00956e5 2024-04-29)
892024-05-29T19:39:44.827Z+ source ./env.sh
902024-05-29T19:39:44.827Z++ set -o xtrace
912024-05-29T19:39:44.828Z++++ dirname ./env.sh
922024-05-29T19:39:44.828Z+++ readlink -f .
932024-05-29T19:39:44.828Z++ OMICRON_WS=/work/oxidecomputer/omicron
942024-05-29T19:39:44.828Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-05-29T19:39:44.828Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-05-29T19:39:44.828Z++ 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
972024-05-29T19:39:44.828Z++ 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
982024-05-29T19:39:44.828Z++ 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
992024-05-29T19:39:44.828Z++ 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
1002024-05-29T19:39:44.828Z++ 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
1012024-05-29T19:39:44.828Z++ 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
1022024-05-29T19:39:44.828Z++ unset OMICRON_WS
1032024-05-29T19:39:44.828Z++ set +o xtrace
1042024-05-29T19:39:44.828Z
1052024-05-29T19:39:44.828Z ##### ##### ###### ##### ###### #### # # # #### #
1062024-05-29T19:39:44.828Z # # # # # # # # # # # # # # #
1072024-05-29T19:39:44.828Z # # # # ##### # # ##### # # # # # #### #
1082024-05-29T19:39:44.828Z ##### ##### # ##### # # # # # # # # #
1092024-05-29T19:39:44.829Z # # # # # # # # # # # # # # #
1102024-05-29T19:39:44.829Z # # # ###### # # ###### ### # #### # #### #
1112024-05-29T19:39:44.829Z
1122024-05-29T19:39:50.231Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-05-29T19:39:52.216Z Startup: Caching catalogs ... Done
1142024-05-29T19:39:54.729ZPlanning: Solver setup ... Done (1.873s)
1152024-05-29T19:39:54.775ZPlanning: Running solver ... Done (0.034s)
1162024-05-29T19:39:54.822ZPlanning: Finding local manifests ... Done (0.002s)
1172024-05-29T19:39:54.866ZPlanning: Fetching manifests: 0/4 0% complete
1182024-05-29T19:39:55.590ZPlanning: Fetching manifests: 4/4 100% complete
1192024-05-29T19:39:55.654ZPlanning: Package planning ... Done (0.067s)
1202024-05-29T19:39:55.717ZPlanning: Merging actions ... Done (0.069s)
1212024-05-29T19:39:56.114ZPlanning: Checking for conflicting actions ... Done (0.396s)
1222024-05-29T19:39:56.144ZPlanning: Consolidating action changes ... Done (0.013s)
1232024-05-29T19:39:56.824ZPlanning: Evaluating mediators ... Done (0.697s)
1242024-05-29T19:39:56.854ZPlanning: Planning completed in 4.56 seconds
1252024-05-29T19:39:56.899Z Packages to install: 4
1262024-05-29T19:39:56.899Z Mediators to change: 2
1272024-05-29T19:39:56.899Z Services to change: 1
1282024-05-29T19:39:56.899Z Estimated space available: 148.90 GB
1292024-05-29T19:39:56.899ZEstimated space to be consumed: 1.45 GB
1302024-05-29T19:39:56.900Z Create boot environment: No
1312024-05-29T19:39:56.900ZCreate backup boot environment: No
1322024-05-29T19:39:56.900Z Rebuild boot archive: No
1332024-05-29T19:39:56.900Z
1342024-05-29T19:39:56.900ZChanged mediators:
1352024-05-29T19:39:56.900Z mediator clang:
1362024-05-29T19:39:56.901Z version: None -> 15 (system default)
1372024-05-29T19:39:56.901Z
1382024-05-29T19:39:56.901Z mediator llvm:
1392024-05-29T19:39:56.901Z version: 14 (system default) -> 15 (system default)
1402024-05-29T19:39:56.901Z
1412024-05-29T19:39:56.901ZChanged packages:
1422024-05-29T19:39:56.901Zhelios-dev
1432024-05-29T19:39:56.901Z developer/build-essential
1442024-05-29T19:39:56.901Z None -> 11-2.0
1452024-05-29T19:39:56.901Z library/libxmlsec1
1462024-05-29T19:39:56.902Z None -> 1.2.35-2.0
1472024-05-29T19:39:56.902Z ooce/developer/clang-15
1482024-05-29T19:39:56.902Z None -> 15.0.7-2.0
1492024-05-29T19:39:56.902Z ooce/developer/llvm-15
1502024-05-29T19:39:56.902Z None -> 15.0.7-2.0
1512024-05-29T19:39:56.902Z
1522024-05-29T19:39:56.902ZServices:
1532024-05-29T19:39:56.903Z restart_fmri:
1542024-05-29T19:39:56.903Z svc:/system/update-man-index:default
1552024-05-29T19:39:56.940Z
1562024-05-29T19:39:56.941ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572024-05-29T19:40:01.907ZDownload: 659/3290 items 18.0/212.6MB 8% complete (3.6M/s)
1582024-05-29T19:40:06.908ZDownload: 1198/3290 items 80.8/212.6MB 38% complete (8.5M/s)
1592024-05-29T19:40:18.635ZDownload: 1957/3290 items 118.7/212.6MB 55% complete (10.1M/s)
1602024-05-29T19:40:18.754ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (9.8M/s)
1612024-05-29T19:40:22.527ZDownload: 3248/3290 items 197.1/212.6MB 92% complete (7.7M/s)
1622024-05-29T19:40:23.915ZDownload: Completed 212.60 MB in 26.99 seconds (7.9M/s)
1632024-05-29T19:40:24.087Z Actions: 1/3689 actions (Installing new actions)
1642024-05-29T19:40:29.135Z Actions: 3495/3689 actions (Installing new actions)
1652024-05-29T19:40:29.919Z Actions: Completed 3689 actions in 5.84 seconds.
1662024-05-29T19:40:30.243Z Done (0.318s)
1672024-05-29T19:40:30.243Z Done (0.000s)
1682024-05-29T19:40:30.601Z Done (0.358s)
1692024-05-29T19:40:35.875Z Done (5.145s)
1702024-05-29T19:40:35.975Z Done (0.022s)
1712024-05-29T19:40:36.000Z Done (0.000s)
1722024-05-29T19:40:36.129Z Done (0.000s)
1732024-05-29T19:40:36.758ZPlanning: Evaluating mediator changes ... Done
1742024-05-29T19:40:36.984ZPlanning: Checking for conflicting actions ... Done
1752024-05-29T19:40:37.012ZPlanning: Consolidating action changes ... Done
1762024-05-29T19:40:37.324ZPlanning: Evaluating mediators ... Done
1772024-05-29T19:40:37.353ZPlanning: Planning completed in 0.57 seconds
1782024-05-29T19:40:37.379Z Mediators to change: 2
1792024-05-29T19:40:37.379Z Create boot environment: No
1802024-05-29T19:40:37.379ZCreate backup boot environment: No
1812024-05-29T19:40:37.433Z Done
1822024-05-29T19:40:37.433Z Done
1832024-05-29T19:40:37.685Z Done
1842024-05-29T19:40:42.371Z Done
1852024-05-29T19:40:42.480Z Done
1862024-05-29T19:40:42.480Z Done
1872024-05-29T19:40:42.531Z Done
1882024-05-29T19:40:43.320ZPlanning: Evaluating mediator changes ... Done
1892024-05-29T19:40:43.353ZPlanning: Merging actions ... Done
1902024-05-29T19:40:43.561ZPlanning: Checking for conflicting actions ... Done
1912024-05-29T19:40:43.587ZPlanning: Consolidating action changes ... Done
1922024-05-29T19:40:43.925ZPlanning: Evaluating mediators ... Done
1932024-05-29T19:40:44.008ZPlanning: Planning completed in 0.99 seconds
1942024-05-29T19:40:44.036Z Packages to change: 1
1952024-05-29T19:40:44.036Z Mediators to change: 1
1962024-05-29T19:40:44.036Z Services to change: 1
1972024-05-29T19:40:44.036Z Create boot environment: No
1982024-05-29T19:40:44.036ZCreate backup boot environment: Yes
1992024-05-29T19:40:45.582Z Actions: 1/6 actions (Updating modified actions)
2002024-05-29T19:40:45.624Z Actions: Completed 6 actions in 0.00 seconds.
2012024-05-29T19:40:45.624Z Done
2022024-05-29T19:40:45.625Z Done
2032024-05-29T19:40:45.672Z Done
2042024-05-29T19:40:50.199Z Done
2052024-05-29T19:40:50.287Z Done
2062024-05-29T19:40:50.287Z Done
2072024-05-29T19:40:50.362Z Done
2082024-05-29T19:40:50.922ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092024-05-29T19:40:50.922Zclang system 15 system
2102024-05-29T19:40:50.922Zcsh system system illumos
2112024-05-29T19:40:50.922Zctags system system illumos
2122024-05-29T19:40:50.922Zgcc vendor 12 vendor
2132024-05-29T19:40:50.922Zgcc system 10 system
2142024-05-29T19:40:50.922Zgcc system 7 system
2152024-05-29T19:40:50.923Zgo system 1.20 system
2162024-05-29T19:40:50.923Zgo system 1.19 system
2172024-05-29T19:40:50.923Zllvm system 15 system
2182024-05-29T19:40:50.923Zllvm system 14 system
2192024-05-29T19:40:50.923Zmariadb system 10.6 system
2202024-05-29T19:40:50.923Zmta vendor vendor dma
2212024-05-29T19:40:50.923Zopenjdk system 17 system
2222024-05-29T19:40:50.923Zopenjdk system 11 system
2232024-05-29T19:40:50.923Zopenjdk system 1.8 system
2242024-05-29T19:40:50.923Zopenssl vendor 3 vendor
2252024-05-29T19:40:50.923Zperl system 5.36 system
2262024-05-29T19:40:50.923Zpostgresql system 15 system
2272024-05-29T19:40:50.923Zpostgresql system 13 system
2282024-05-29T19:40:50.923Zpython vendor 3 vendor
2292024-05-29T19:40:50.923Zpython system 2 system
2302024-05-29T19:40:50.923Zpython3 system 3.11 system
2312024-05-29T19:40:50.923Zruby system 3.0 system
2322024-05-29T19:40:50.923Zwords vendor vendor american-english
2332024-05-29T19:40:50.923Zwords system system australian-english
2342024-05-29T19:40:50.923Zwords system system british-english
2352024-05-29T19:40:50.923Zwords system system canadian-english
2362024-05-29T19:40:50.923Zwords system system french
2372024-05-29T19:40:50.923Zwords system system italian
2382024-05-29T19:40:50.924Zwords system system ngerman
2392024-05-29T19:40:50.924Zwords system system ogerman
2402024-05-29T19:40:50.924Zwords system system spanish
2412024-05-29T19:40:51.367ZPUBLISHER TYPE STATUS P LOCATION
2422024-05-29T19:40:51.367Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432024-05-29T19:40:53.187ZFMRI IFO
2442024-05-29T19:40:53.187Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452024-05-29T19:40:53.187Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462024-05-29T19:40:53.187Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472024-05-29T19:40:53.187Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482024-05-29T19:40:53.187Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492024-05-29T19:40:53.187Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502024-05-29T19:40:53.187Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2512024-05-29T19:40:53.187Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522024-05-29T19:40:53.187Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2532024-05-29T19:40:53.187Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542024-05-29T19:40:53.187Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2552024-05-29T19:40:53.188Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562024-05-29T19:40:53.499Z+ set -o errexit
2572024-05-29T19:40:53.536Z+++ dirname ./tools/ci_download_cockroachdb
2582024-05-29T19:40:53.536Z++ cd ./tools
2592024-05-29T19:40:53.536Z++ pwd
2602024-05-29T19:40:53.536Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2612024-05-29T19:40:53.536Z++ basename ./tools/ci_download_cockroachdb
2622024-05-29T19:40:53.536Z+ ARG0=ci_download_cockroachdb
2632024-05-29T19:40:53.537Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2642024-05-29T19:40:53.537Z+ CIDL_VERSION=v22.1.9
2652024-05-29T19:40:53.537Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2662024-05-29T19:40:53.537Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2672024-05-29T19:40:53.537Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2682024-05-29T19:40:53.537Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2692024-05-29T19:40:53.537Z+ TARGET_DIR=out
2702024-05-29T19:40:53.537Z+ DOWNLOAD_DIR=out/downloads
2712024-05-29T19:40:53.537Z+ DEST_DIR=./out/cockroachdb
2722024-05-29T19:40:53.537Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2732024-05-29T19:40:53.537Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2742024-05-29T19:40:53.537Z+ main
2752024-05-29T19:40:53.537Z+ [[ 0 != 0 ]]
2762024-05-29T19:40:53.537Z+ CIDL_OS=solaris2.11
2772024-05-29T19:40:53.537Z+ [[ 0 != 0 ]]
2782024-05-29T19:40:53.537Z+ configure_os solaris2.11
2792024-05-29T19:40:53.537Z+ echo 'current directory: /work/oxidecomputer/omicron'
2802024-05-29T19:40:53.538Z+ echo 'configuring based on OS: "solaris2.11"'
2812024-05-29T19:40:53.538Zcurrent directory: /work/oxidecomputer/omicron
2822024-05-29T19:40:53.538Zconfiguring based on OS: "solaris2.11"
2832024-05-29T19:40:53.538Z+ case "$1" in
2842024-05-29T19:40:53.538Z+ CIDL_BUILD=illumos
2852024-05-29T19:40:53.538Z+ CIDL_SUFFIX=tar.gz
2862024-05-29T19:40:53.538Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2872024-05-29T19:40:53.538Z+ CIDL_URL_BASE=https://illumos.org/downloads
2882024-05-29T19:40:53.538Z+ CIDL_ASSEMBLE=do_assemble_illumos
2892024-05-29T19:40:53.538Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2902024-05-29T19:40:53.539Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2912024-05-29T19:40:53.539Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-05-29T19:40:53.539Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2932024-05-29T19:40:53.539Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-05-29T19:40:53.539Z+ CIDL_SHA256FUNC=do_sha256sum
2952024-05-29T19:40:53.539Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2962024-05-29T19:40:53.539Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2972024-05-29T19:40:53.539Z+ mkdir -p out/downloads
2982024-05-29T19:40:53.539ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-05-29T19:40:53.539ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-05-29T19:40:53.539Z+ mkdir -p ./out/cockroachdb
3012024-05-29T19:40:53.539Z+ local DO_DOWNLOAD=true
3022024-05-29T19:40:53.539Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3032024-05-29T19:40:53.539Z+ '[' true == true ']'
3042024-05-29T19:40:53.539Z+ echo Downloading...
3052024-05-29T19:40:53.539Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-05-29T19:40:53.539ZDownloading...
3072024-05-29T19:40:53.539Z+ 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
3082024-05-29T19:40:58.678Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-05-29T19:40:58.704Z++ sha256sum
3102024-05-29T19:40:58.704Z++ awk '{print $1}'
3112024-05-29T19:40:58.759Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3122024-05-29T19:40:58.759Z+ [[ 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 ]]
3132024-05-29T19:40:58.760Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3142024-05-29T19:40:58.760Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3152024-05-29T19:41:01.802Z+ do_assemble_illumos
3162024-05-29T19:41:01.803Z+ rm -r ./out/cockroachdb
3172024-05-29T19:41:01.832Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3182024-05-29T19:41:02.215Z+ ./out/cockroachdb/bin/cockroach version
3192024-05-29T19:41:02.467ZBuild Tag: v22.1.9-dirty
3202024-05-29T19:41:02.467ZBuild Time: 2022/10/26 21:17:46
3212024-05-29T19:41:02.467ZDistribution: OSS
3222024-05-29T19:41:02.468ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3232024-05-29T19:41:02.468ZGo Version: go1.17.13
3242024-05-29T19:41:02.468ZC Compiler: gcc 10.3.0
3252024-05-29T19:41:02.468ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3262024-05-29T19:41:02.468ZBuild Type: release
3272024-05-29T19:41:02.494Z+ set -o errexit
3282024-05-29T19:41:02.495Z+++ dirname ./tools/ci_download_clickhouse
3292024-05-29T19:41:02.523Z++ cd ./tools
3302024-05-29T19:41:02.523Z++ pwd
3312024-05-29T19:41:02.523Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3322024-05-29T19:41:02.523Z++ basename ./tools/ci_download_clickhouse
3332024-05-29T19:41:02.523Z+ ARG0=ci_download_clickhouse
3342024-05-29T19:41:02.523Z+ TARGET_DIR=out
3352024-05-29T19:41:02.523Z+ DOWNLOAD_DIR=out/downloads
3362024-05-29T19:41:02.523Z+ DEST_DIR=./out/clickhouse
3372024-05-29T19:41:02.523Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3382024-05-29T19:41:02.523Z+ CIDL_VERSION=v23.8.7.24
3392024-05-29T19:41:02.523Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3402024-05-29T19:41:02.523Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3412024-05-29T19:41:02.523Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3422024-05-29T19:41:02.523Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3432024-05-29T19:41:02.523Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3442024-05-29T19:41:02.523Z+ main
3452024-05-29T19:41:02.523Z+ [[ 0 != 0 ]]
3462024-05-29T19:41:02.523Z+ CIDL_OS=solaris2.11
3472024-05-29T19:41:02.523Z+ [[ 0 != 0 ]]
3482024-05-29T19:41:02.523Z+ configure_os solaris2.11
3492024-05-29T19:41:02.524Z+ echo 'current directory: /work/oxidecomputer/omicron'
3502024-05-29T19:41:02.524Z+ echo 'configuring based on OS: "solaris2.11"'
3512024-05-29T19:41:02.524Zcurrent directory: /work/oxidecomputer/omicron
3522024-05-29T19:41:02.524Zconfiguring based on OS: "solaris2.11"
3532024-05-29T19:41:02.524Z+ CIDL_DASHREV=
3542024-05-29T19:41:02.524Z+ case "$1" in
3552024-05-29T19:41:02.524Z+ CIDL_PLATFORM=illumos
3562024-05-29T19:41:02.524Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3572024-05-29T19:41:02.524Z+ CIDL_MD5FUNC=do_md5sum
3582024-05-29T19:41:02.524Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3592024-05-29T19:41:02.524Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-29T19:41:02.524Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-05-29T19:41:02.524Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3622024-05-29T19:41:02.524Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3632024-05-29T19:41:02.524ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-05-29T19:41:02.524Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3652024-05-29T19:41:02.524ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-05-29T19:41:02.524Z+ mkdir -p out/downloads
3672024-05-29T19:41:02.524Z+ mkdir -p ./out/clickhouse
3682024-05-29T19:41:02.524Z+ local DO_DOWNLOAD=true
3692024-05-29T19:41:02.524Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3702024-05-29T19:41:02.524Z+ '[' true == true ']'
3712024-05-29T19:41:02.524Z+ echo Downloading...
3722024-05-29T19:41:02.524ZDownloading...
3732024-05-29T19:41:02.525Z+ 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
3742024-05-29T19:41:02.525Z+ 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
3752024-05-29T19:41:09.795Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-05-29T19:41:09.821Z++ md5sum
3772024-05-29T19:41:09.821Z++ awk '{print $1}'
3782024-05-29T19:41:10.075Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3792024-05-29T19:41:10.075Z+ [[ 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 ]]
3802024-05-29T19:41:10.076Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3812024-05-29T19:41:10.076Z+ mkdir -p ./out/clickhouse
3822024-05-29T19:41:10.101Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3832024-05-29T19:41:15.556Z+ [[ solaris2.11 == darwin* ]]
3842024-05-29T19:41:15.556Z+ ./out/clickhouse/clickhouse server --version
3852024-05-29T19:41:15.737ZClickHouse server version 23.8.7.1.
3862024-05-29T19:41:15.771Z+ set -o errexit
3872024-05-29T19:41:15.800Z+++ dirname ./tools/ci_download_console
3882024-05-29T19:41:15.800Z++ cd ./tools
3892024-05-29T19:41:15.800Z++ pwd
3902024-05-29T19:41:15.801Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3912024-05-29T19:41:15.801Z++ basename ./tools/ci_download_console
3922024-05-29T19:41:15.801Z+ ARG0=ci_download_console
3932024-05-29T19:41:15.801Z+ TARGET_DIR=out
3942024-05-29T19:41:15.802Z+ DOWNLOAD_DIR=out/downloads
3952024-05-29T19:41:15.802Z+ DEST_DIR=./out/console-assets
3962024-05-29T19:41:15.802Z+ source /work/oxidecomputer/omicron/tools/console_version
3972024-05-29T19:41:15.802Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3982024-05-29T19:41:15.802Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3992024-05-29T19:41:15.802Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4002024-05-29T19:41:15.803Z+ TARBALL_FILE=out/downloads/console.tar.gz
4012024-05-29T19:41:15.803Z+ main
4022024-05-29T19:41:15.803Z+ [[ 0 != 0 ]]
4032024-05-29T19:41:15.803Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
4042024-05-29T19:41:15.803Z+ echo 'Local file: out/downloads/console.tar.gz'
4052024-05-29T19:41:15.804ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4062024-05-29T19:41:15.804Z+ local DO_DOWNLOAD=true
4072024-05-29T19:41:15.804ZLocal file: out/downloads/console.tar.gz
4082024-05-29T19:41:15.804Z+ [[ -f out/downloads/console.tar.gz ]]
4092024-05-29T19:41:15.805Z+ mkdir -p out/downloads
4102024-05-29T19:41:15.805Z+ '[' true == true ']'
4112024-05-29T19:41:15.805Z+ echo Downloading...
4122024-05-29T19:41:15.805ZDownloading...
4132024-05-29T19:41:15.805Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
4142024-05-29T19:41:15.805Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4152024-05-29T19:41:16.014Z++ do_sha256sum out/downloads/console.tar.gz
4162024-05-29T19:41:16.014Z++ case "$OSTYPE" in
4172024-05-29T19:41:16.015Z++ SHA=sha256sum
4182024-05-29T19:41:16.043Z++ sha256sum
4192024-05-29T19:41:16.044Z++ awk '{print $1}'
4202024-05-29T19:41:16.044Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4212024-05-29T19:41:16.044Z+ [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]]
4222024-05-29T19:41:16.045Z+ rm -rf ./out/console-assets
4232024-05-29T19:41:16.045Z+ mkdir -p ./out/console-assets
4242024-05-29T19:41:16.046Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4252024-05-29T19:41:16.046Z+ mkdir -p ./out/console-assets
4262024-05-29T19:41:16.046Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4272024-05-29T19:41:16.166Z+ set -o errexit
4282024-05-29T19:41:16.211Z+++ dirname ./tools/ci_download_dendrite_openapi
4292024-05-29T19:41:16.211Z++ cd ./tools
4302024-05-29T19:41:16.212Z++ pwd
4312024-05-29T19:41:16.212Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4322024-05-29T19:41:16.212Z++ basename ./tools/ci_download_dendrite_openapi
4332024-05-29T19:41:16.212Z+ ARG0=ci_download_dendrite_openapi
4342024-05-29T19:41:16.212Z+ TARGET_DIR=out
4352024-05-29T19:41:16.212Z+ DOWNLOAD_DIR=out/downloads
4362024-05-29T19:41:16.212Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4372024-05-29T19:41:16.212Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4382024-05-29T19:41:16.212Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4392024-05-29T19:41:16.212Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4402024-05-29T19:41:16.213Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4412024-05-29T19:41:16.213Z+ main
4422024-05-29T19:41:16.213Z+ [[ 0 != 0 ]]
4432024-05-29T19:41:16.213Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4442024-05-29T19:41:16.213Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4452024-05-29T19:41:16.213Z+ local DO_DOWNLOAD=true
4462024-05-29T19:41:16.213Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4472024-05-29T19:41:16.213ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4482024-05-29T19:41:16.213ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4492024-05-29T19:41:16.213Z+ mkdir -p out/downloads
4502024-05-29T19:41:16.213Z+ '[' true == true ']'
4512024-05-29T19:41:16.213Z+ echo Downloading...
4522024-05-29T19:41:16.214ZDownloading...
4532024-05-29T19:41:16.214Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4542024-05-29T19:41:16.214Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4552024-05-29T19:41:16.737Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4562024-05-29T19:41:16.737Z++ case "$OSTYPE" in
4572024-05-29T19:41:16.737Z++ SHA=sha256sum
4582024-05-29T19:41:17.176Z++ sha256sum
4592024-05-29T19:41:17.176Z++ awk '{print $1}'
4602024-05-29T19:41:17.176Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4612024-05-29T19:41:17.177Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4622024-05-29T19:41:17.177Z+ set -o errexit
4632024-05-29T19:41:17.238Z+++ dirname ./tools/ci_download_dendrite_stub
4642024-05-29T19:41:17.239Z++ cd ./tools
4652024-05-29T19:41:17.239Z++ pwd
4662024-05-29T19:41:17.239Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4672024-05-29T19:41:17.240Z++ basename ./tools/ci_download_dendrite_stub
4682024-05-29T19:41:17.240Z+ ARG0=ci_download_dendrite_stub
4692024-05-29T19:41:17.240Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4702024-05-29T19:41:17.240Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4712024-05-29T19:41:17.241Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4722024-05-29T19:41:17.241Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4732024-05-29T19:41:17.241Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4742024-05-29T19:41:17.241Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4752024-05-29T19:41:17.241Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4762024-05-29T19:41:17.242Z+ TARGET_DIR=out
4772024-05-29T19:41:17.242Z+ DOWNLOAD_DIR=out/downloads
4782024-05-29T19:41:17.242Z+ DEST_DIR=./out/dendrite-stub
4792024-05-29T19:41:17.242Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4802024-05-29T19:41:17.242Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4812024-05-29T19:41:17.243Z+ REPO=oxidecomputer/dendrite
4822024-05-29T19:41:17.243Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4832024-05-29T19:41:17.243Z+ main
4842024-05-29T19:41:17.243Z+ [[ 0 != 0 ]]
4852024-05-29T19:41:17.243Z+ CIDL_OS=solaris2.11
4862024-05-29T19:41:17.244Z+ [[ 0 != 0 ]]
4872024-05-29T19:41:17.244Z+ configure_os solaris2.11
4882024-05-29T19:41:17.244Z+ echo 'current directory: /work/oxidecomputer/omicron'
4892024-05-29T19:41:17.244Z+ echo 'configuring based on OS: "solaris2.11"'
4902024-05-29T19:41:17.244Zcurrent directory: /work/oxidecomputer/omicron
4912024-05-29T19:41:17.244Zconfiguring based on OS: "solaris2.11"
4922024-05-29T19:41:17.244Z+ case "$1" in
4932024-05-29T19:41:17.245Z+ SET_BINARIES=
4942024-05-29T19:41:17.245Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4952024-05-29T19:41:17.245Z+ CIDL_SHA256FUNC=do_sha256sum
4962024-05-29T19:41:17.246Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4972024-05-29T19:41:17.246Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4982024-05-29T19:41:17.246Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4992024-05-29T19:41:17.246Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
5002024-05-29T19:41:17.246ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5012024-05-29T19:41:17.247Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5022024-05-29T19:41:17.247Z+ mkdir -p out/downloads
5032024-05-29T19:41:17.247ZLocal file: out/downloads/dendrite-stub.tar.gz
5042024-05-29T19:41:17.247Z+ mkdir -p ./out/dendrite-stub
5052024-05-29T19:41:17.247Z+ fetch_and_verify
5062024-05-29T19:41:17.248Z+ local DO_DOWNLOAD=true
5072024-05-29T19:41:17.248Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5082024-05-29T19:41:17.248Z+ '[' true == true ']'
5092024-05-29T19:41:17.248Z+ echo Downloading...
5102024-05-29T19:41:17.249ZDownloading...
5112024-05-29T19:41:17.249Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5122024-05-29T19:41:17.249Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5132024-05-29T19:41:24.441Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5142024-05-29T19:41:24.479Z++ sha256sum
5152024-05-29T19:41:24.479Z++ awk '{print $1}'
5162024-05-29T19:41:24.480Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
5172024-05-29T19:41:24.480Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
5182024-05-29T19:41:24.480Z+ do_untar out/downloads/dendrite-stub.tar.gz
5192024-05-29T19:41:24.480Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5202024-05-29T19:41:25.350Z+ do_assemble
5212024-05-29T19:41:25.350Z+ rm -r ./out/dendrite-stub
5222024-05-29T19:41:25.375Z+ mkdir ./out/dendrite-stub
5232024-05-29T19:41:25.375Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5242024-05-29T19:41:25.540Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5252024-05-29T19:41:25.608Z+ set -o errexit
5262024-05-29T19:41:25.609Z+++ dirname ./tools/ci_download_maghemite_mgd
5272024-05-29T19:41:25.609Z++ cd ./tools
5282024-05-29T19:41:25.610Z++ pwd
5292024-05-29T19:41:25.610Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5302024-05-29T19:41:25.610Z++ basename ./tools/ci_download_maghemite_mgd
5312024-05-29T19:41:25.610Z+ ARG0=ci_download_maghemite_mgd
5322024-05-29T19:41:25.610Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5332024-05-29T19:41:25.611Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5342024-05-29T19:41:25.622Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5352024-05-29T19:41:25.622Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5362024-05-29T19:41:25.622Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5372024-05-29T19:41:25.623Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5382024-05-29T19:41:25.623Z+ TARGET_DIR=out
5392024-05-29T19:41:25.623Z+ DOWNLOAD_DIR=out/downloads
5402024-05-29T19:41:25.623Z+ DEST_DIR=./out/mgd
5412024-05-29T19:41:25.623Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5422024-05-29T19:41:25.623Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5432024-05-29T19:41:25.624Z+ REPO=oxidecomputer/maghemite
5442024-05-29T19:41:25.624Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5452024-05-29T19:41:25.624Z+ main
5462024-05-29T19:41:25.624Z+ rm -rf out/downloads/root
5472024-05-29T19:41:26.146Z+ [[ 0 != 0 ]]
5482024-05-29T19:41:26.146Z+ CIDL_OS=solaris2.11
5492024-05-29T19:41:26.146Z+ [[ 0 != 0 ]]
5502024-05-29T19:41:26.147Z+ configure_os solaris2.11
5512024-05-29T19:41:26.147Z+ echo 'current directory: /work/oxidecomputer/omicron'
5522024-05-29T19:41:26.147Z+ echo 'configuring based on OS: "solaris2.11"'
5532024-05-29T19:41:26.147Z+ case "$1" in
5542024-05-29T19:41:26.147Z+ SET_BINARIES=
5552024-05-29T19:41:26.147Z+ CIDL_SHA256FUNC=do_sha256sum
5562024-05-29T19:41:26.148Z+ TARBALL_FILENAME=mgd.tar.gz
5572024-05-29T19:41:26.148Zcurrent directory: /work/oxidecomputer/omicron
5582024-05-29T19:41:26.148Zconfiguring based on OS: "solaris2.11"
5592024-05-29T19:41:26.148Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5602024-05-29T19:41:26.148Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5612024-05-29T19:41:26.148Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5622024-05-29T19:41:26.148Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5632024-05-29T19:41:26.149ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5642024-05-29T19:41:26.149ZLocal file: out/downloads/mgd.tar.gz
5652024-05-29T19:41:26.149Z+ mkdir -p out/downloads
5662024-05-29T19:41:26.149Z+ mkdir -p ./out/mgd
5672024-05-29T19:41:26.149Z+ fetch_and_verify
5682024-05-29T19:41:26.149Z+ local DO_DOWNLOAD=true
5692024-05-29T19:41:26.150Z+ [[ -f out/downloads/mgd.tar.gz ]]
5702024-05-29T19:41:26.150Z+ '[' true == true ']'
5712024-05-29T19:41:26.150Z+ echo Downloading...
5722024-05-29T19:41:26.150ZDownloading...
5732024-05-29T19:41:26.150Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5742024-05-29T19:41:26.151Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5752024-05-29T19:41:44.139Z++ do_sha256sum out/downloads/mgd.tar.gz
5762024-05-29T19:41:44.186Z++ sha256sum
5772024-05-29T19:41:44.186Z++ awk '{print $1}'
5782024-05-29T19:41:44.187Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5792024-05-29T19:41:44.187Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5802024-05-29T19:41:44.187Z+ do_untar out/downloads/mgd.tar.gz
5812024-05-29T19:41:44.187Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5822024-05-29T19:41:44.961Z+ do_assemble
5832024-05-29T19:41:44.961Z+ rm -r ./out/mgd
5842024-05-29T19:41:44.990Z+ mkdir ./out/mgd
5852024-05-29T19:41:44.991Z+ cp -r out/downloads/root ./out/mgd/root
5862024-05-29T19:41:45.039Z+ set -o errexit
5872024-05-29T19:41:45.110Z+++ dirname ./tools/ci_download_transceiver_control
5882024-05-29T19:41:45.110Z++ cd ./tools
5892024-05-29T19:41:45.110Z++ pwd
5902024-05-29T19:41:45.110Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5912024-05-29T19:41:45.111Z++ basename ./tools/ci_download_transceiver_control
5922024-05-29T19:41:45.111Z+ ARG0=ci_download_transceiver_control
5932024-05-29T19:41:45.111Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5942024-05-29T19:41:45.111Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5952024-05-29T19:41:45.112Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5962024-05-29T19:41:45.112Z+ TARGET_DIR=out
5972024-05-29T19:41:45.112Z+ DOWNLOAD_DIR=out/downloads
5982024-05-29T19:41:45.112Z+ DEST_DIR=./out/transceiver-control
5992024-05-29T19:41:45.113Z+ BIN_DIR=/opt/oxide/bin
6002024-05-29T19:41:45.113Z+ BINARY=xcvradm
6012024-05-29T19:41:45.113Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6022024-05-29T19:41:45.113Z+ REPO=oxidecomputer/transceiver-control
6032024-05-29T19:41:45.113Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6042024-05-29T19:41:45.113Z+ main
6052024-05-29T19:41:45.114Z+ [[ 0 != 0 ]]
6062024-05-29T19:41:45.114Z+ CIDL_OS=solaris2.11
6072024-05-29T19:41:45.114Z+ [[ 0 != 0 ]]
6082024-05-29T19:41:45.114Z+ configure_os solaris2.11
6092024-05-29T19:41:45.115Z+ echo 'current directory: /work/oxidecomputer/omicron'
6102024-05-29T19:41:45.115Z+ echo 'configuring based on OS: "solaris2.11"'
6112024-05-29T19:41:45.115Z+ case "$1" in
6122024-05-29T19:41:45.116Z+ SET_BINARIES=
6132024-05-29T19:41:45.116Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6142024-05-29T19:41:45.116Z+ CIDL_SHA256FUNC=do_sha256sum
6152024-05-29T19:41:45.116Z+ ARCHIVE_FILENAME=xcvradm.gz
6162024-05-29T19:41:45.116Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6172024-05-29T19:41:45.116Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6182024-05-29T19:41:45.116Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6192024-05-29T19:41:45.116Zcurrent directory: /work/oxidecomputer/omicron
6202024-05-29T19:41:45.117Zconfiguring based on OS: "solaris2.11"
6212024-05-29T19:41:45.117Z+ echo 'Local file: out/downloads/xcvradm.gz'
6222024-05-29T19:41:45.117ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6232024-05-29T19:41:45.117ZLocal file: out/downloads/xcvradm.gz
6242024-05-29T19:41:45.117Z+ mkdir -p out/downloads
6252024-05-29T19:41:45.117Z+ mkdir -p ./out/transceiver-control
6262024-05-29T19:41:45.117Z+ fetch_and_verify
6272024-05-29T19:41:45.117Z+ local DO_DOWNLOAD=true
6282024-05-29T19:41:45.117Z+ [[ -f out/downloads/xcvradm.gz ]]
6292024-05-29T19:41:45.117Z+ '[' true == true ']'
6302024-05-29T19:41:45.117Z+ echo Downloading...
6312024-05-29T19:41:45.118ZDownloading...
6322024-05-29T19:41:45.118Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6332024-05-29T19:41:45.118Z+ 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
6342024-05-29T19:41:50.263Z++ do_sha256sum out/downloads/xcvradm.gz
6352024-05-29T19:41:50.288Z++ sha256sum
6362024-05-29T19:41:50.288Z++ awk '{print $1}'
6372024-05-29T19:41:50.288Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6382024-05-29T19:41:50.288Z+ [[ 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 ]]
6392024-05-29T19:41:50.288Z+ do_unpack out/downloads/xcvradm.gz
6402024-05-29T19:41:50.288Z+ mkdir -p out/downloads/root//opt/oxide/bin
6412024-05-29T19:41:50.288Z+ gzip -dc out/downloads/xcvradm.gz
6422024-05-29T19:41:50.430Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6432024-05-29T19:41:50.881Z+ do_assemble
6442024-05-29T19:41:50.881Z+ rm -r ./out/transceiver-control
6452024-05-29T19:41:50.881Z+ mkdir ./out/transceiver-control
6462024-05-29T19:41:50.881Z+ cp -r out/downloads/root ./out/transceiver-control/root
6472024-05-29T19:41:50.881Z+ set -o errexit
6482024-05-29T19:41:50.881Z+++ dirname ./tools/ci_download_thundermuffin
6492024-05-29T19:41:50.882Z++ cd ./tools
6502024-05-29T19:41:50.882Z++ pwd
6512024-05-29T19:41:50.882Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6522024-05-29T19:41:50.882Z++ basename ./tools/ci_download_thundermuffin
6532024-05-29T19:41:50.882Z+ ARG0=ci_download_thundermuffin
6542024-05-29T19:41:50.882Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6552024-05-29T19:41:50.882Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6562024-05-29T19:41:50.882Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6572024-05-29T19:41:50.882Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6582024-05-29T19:41:50.882Z+ TARGET_DIR=out
6592024-05-29T19:41:50.882Z+ DOWNLOAD_DIR=out/downloads
6602024-05-29T19:41:50.882Z+ DEST_DIR=./out/thundermuffin
6612024-05-29T19:41:50.882Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6622024-05-29T19:41:50.882Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6632024-05-29T19:41:50.882Z+ REPO=oxidecomputer/thundermuffin
6642024-05-29T19:41:50.882Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6652024-05-29T19:41:50.882Z+ main
6662024-05-29T19:41:50.882Z+ rm -rf out/downloads/root
6672024-05-29T19:41:50.882Z+ [[ 0 != 0 ]]
6682024-05-29T19:41:50.882Z+ CIDL_OS=solaris2.11
6692024-05-29T19:41:50.882Z+ [[ 0 != 0 ]]
6702024-05-29T19:41:50.882Z+ configure_os solaris2.11
6712024-05-29T19:41:50.882Z+ echo 'current directory: /work/oxidecomputer/omicron'
6722024-05-29T19:41:50.882Z+ echo 'configuring based on OS: "solaris2.11"'
6732024-05-29T19:41:50.883Z+ case "$1" in
6742024-05-29T19:41:50.883Z+ SET_BINARIES=
6752024-05-29T19:41:50.883Zcurrent directory: /work/oxidecomputer/omicron
6762024-05-29T19:41:50.883Zconfiguring based on OS: "solaris2.11"
6772024-05-29T19:41:50.883Z+ CIDL_SHA256FUNC=do_sha256sum
6782024-05-29T19:41:50.883Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6792024-05-29T19:41:50.883Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6802024-05-29T19:41:50.883Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6812024-05-29T19:41:50.883Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6822024-05-29T19:41:50.883ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6832024-05-29T19:41:50.883Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6842024-05-29T19:41:50.883Z+ mkdir -p out/downloads
6852024-05-29T19:41:50.883ZLocal file: out/downloads/thundermuffin.tar.gz
6862024-05-29T19:41:50.883Z+ mkdir -p ./out/thundermuffin
6872024-05-29T19:41:50.883Z+ fetch_and_verify
6882024-05-29T19:41:50.883Z+ local DO_DOWNLOAD=true
6892024-05-29T19:41:50.883Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6902024-05-29T19:41:50.883Z+ '[' true == true ']'
6912024-05-29T19:41:50.883Z+ echo Downloading...
6922024-05-29T19:41:50.883ZDownloading...
6932024-05-29T19:41:50.883Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6942024-05-29T19:41:50.883Z+ 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
6952024-05-29T19:41:51.665Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6962024-05-29T19:41:51.690Z++ sha256sum
6972024-05-29T19:41:51.690Z++ awk '{print $1}'
6982024-05-29T19:41:51.690Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6992024-05-29T19:41:51.690Z+ [[ 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 ]]
7002024-05-29T19:41:51.690Z+ do_untar out/downloads/thundermuffin.tar.gz
7012024-05-29T19:41:51.690Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7022024-05-29T19:41:51.763Z+ do_assemble
7032024-05-29T19:41:51.763Z+ rm -r ./out/thundermuffin
7042024-05-29T19:41:51.789Z+ mkdir ./out/thundermuffin
7052024-05-29T19:41:51.789Z+ cp -r out/downloads/root ./out/thundermuffin/root
7062024-05-29T19:41:51.815ZAll builder prerequisites installed successfully, and PATH looks valid
7072024-05-29T19:41:51.816Z
7082024-05-29T19:41:51.816Zreal 2:06.978739339
7092024-05-29T19:41:51.816Zuser 47.297498109
7102024-05-29T19:41:51.816Zsys 11.994927581
7112024-05-29T19:41:51.816Ztrap 0.017117566
7122024-05-29T19:41:51.816Ztflt 0.009858192
7132024-05-29T19:41:51.816Zdflt 0.018189806
7142024-05-29T19:41:51.817Zkflt 0.005371946
7152024-05-29T19:41:51.817Zlock 1.976389120
7162024-05-29T19:41:51.817Zslp 4:20.707410684
7172024-05-29T19:41:51.817Zlat 4.658138879
7182024-05-29T19:41:51.817Zstop 0.065127147
7192024-05-29T19:41:51.817Z
7202024-05-29T19:41:51.817Z #### # # ##### ##### # #
7212024-05-29T19:41:51.817Z # # # # # # # # # #
7222024-05-29T19:41:51.817Z # # # # # # # #
7232024-05-29T19:41:51.818Z # # # ##### ##### #
7242024-05-29T19:41:51.818Z # # # # # # #
7252024-05-29T19:41:51.818Z #### ###### # # # #
7262024-05-29T19:41:51.818Z
7272024-05-29T19:41:52.105Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7282024-05-29T19:41:52.581Z Updating git repository `https://github.com/oxidecomputer/zone`
7292024-05-29T19:41:52.977Z Updating crates.io index
7302024-05-29T19:41:53.029Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7312024-05-29T19:41:53.714Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7322024-05-29T19:41:54.556Z Updating git repository `https://github.com/oxidecomputer/oxnet`
7332024-05-29T19:41:54.962Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7342024-05-29T19:41:57.090Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7352024-05-29T19:41:57.518Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7362024-05-29T19:41:57.898Z Updating git repository `https://github.com/oxidecomputer/propolis`
7372024-05-29T19:41:59.023Z Updating git repository `https://github.com/oxidecomputer/crucible`
7382024-05-29T19:42:01.116Z Updating git repository `https://github.com/oxidecomputer/opte`
7392024-05-29T19:42:01.881Z Updating git repository `https://github.com/oxidecomputer/falcon`
7402024-05-29T19:42:02.659Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7412024-05-29T19:42:03.464Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7422024-05-29T19:42:03.999Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7432024-05-29T19:42:04.555Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7442024-05-29T19:42:04.926Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7452024-05-29T19:42:05.326Z Updating git repository `http://github.com/oxidecomputer/tofino`
7462024-05-29T19:42:05.760Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7472024-05-29T19:42:06.129Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7482024-05-29T19:42:06.447Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7492024-05-29T19:42:06.860Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7502024-05-29T19:42:07.331Z Updating git repository `https://github.com/oxidecomputer/ispf`
7512024-05-29T19:42:07.804Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7522024-05-29T19:42:08.154Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7532024-05-29T19:42:08.862Z Updating git repository `https://github.com/jgallagher/nix`
7542024-05-29T19:42:09.906Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7552024-05-29T19:42:10.276Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7562024-05-29T19:42:10.735Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7572024-05-29T19:42:11.371Z Updating git repository `https://github.com/oxidecomputer/typify`
7582024-05-29T19:42:13.623Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7592024-05-29T19:42:14.097Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7602024-05-29T19:42:14.457Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7612024-05-29T19:42:15.097Z Updating git repository `https://github.com/oxidecomputer/rfb`
7622024-05-29T19:42:16.343Z Downloading crates ...
7632024-05-29T19:42:16.398Z Downloaded anstyle-parse v0.2.4
7642024-05-29T19:42:16.428Z Downloaded anstyle-query v1.0.3
7652024-05-29T19:42:16.428Z Downloaded anyhow v1.0.83
7662024-05-29T19:42:16.428Z Downloaded cargo-platform v0.1.8
7672024-05-29T19:42:16.428Z Downloaded unicode-ident v1.0.12
7682024-05-29T19:42:16.428Z Downloaded toml_datetime v0.6.6
7692024-05-29T19:42:16.428Z Downloaded thiserror-impl v1.0.60
7702024-05-29T19:42:16.429Z Downloaded serde_derive v1.0.202
7712024-05-29T19:42:16.460Z Downloaded utf8parse v0.2.1
7722024-05-29T19:42:16.460Z Downloaded toml_edit v0.22.13
7732024-05-29T19:42:16.491Z Downloaded winnow v0.6.8
7742024-05-29T19:42:16.491Z Downloaded serde_json v1.0.117
7752024-05-29T19:42:16.491Z Downloaded swrite v0.1.0
7762024-05-29T19:42:16.491Z Downloaded rustix v0.38.34
7772024-05-29T19:42:16.521Z Downloaded libc v0.2.153
7782024-05-29T19:42:16.962Z Downloaded hashbrown v0.14.5
7792024-05-29T19:42:16.962Z Downloaded clap_builder v4.5.2
7802024-05-29T19:42:16.996Z Downloaded syn v2.0.64
7812024-05-29T19:42:16.996Z Downloaded toml v0.8.13
7822024-05-29T19:42:16.996Z Downloaded proc-macro2 v1.0.82
7832024-05-29T19:42:16.996Z Downloaded memchr v2.7.2
7842024-05-29T19:42:16.996Z Downloaded indexmap v2.2.6
7852024-05-29T19:42:16.996Z Downloaded strsim v0.11.1
7862024-05-29T19:42:16.996Z Downloaded serde_spanned v0.6.6
7872024-05-29T19:42:16.996Z Downloaded semver v1.0.23
7882024-05-29T19:42:16.996Z Downloaded ryu v1.0.18
7892024-05-29T19:42:16.996Z Downloaded fs-err v2.11.0
7902024-05-29T19:42:16.996Z Downloaded clap_lex v0.7.0
7912024-05-29T19:42:16.996Z Downloaded clap_derive v4.5.4
7922024-05-29T19:42:16.996Z Downloaded clap v4.5.4
7932024-05-29T19:42:16.997Z Downloaded cargo_toml v0.20.2
7942024-05-29T19:42:16.997Z Downloaded quote v1.0.36
7952024-05-29T19:42:16.997Z Downloaded thiserror v1.0.60
7962024-05-29T19:42:16.997Z Downloaded terminal_size v0.3.0
7972024-05-29T19:42:16.997Z Downloaded itoa v1.0.11
7982024-05-29T19:42:16.997Z Downloaded heck v0.5.0
7992024-05-29T19:42:16.997Z Downloaded errno v0.3.9
8002024-05-29T19:42:16.997Z Downloaded is_terminal_polyfill v1.70.0
8012024-05-29T19:42:16.997Z Downloaded equivalent v1.0.1
8022024-05-29T19:42:16.997Z Downloaded cargo_metadata v0.18.1
8032024-05-29T19:42:16.997Z Downloaded camino v1.1.7
8042024-05-29T19:42:16.997Z Downloaded serde v1.0.202
8052024-05-29T19:42:16.997Z Downloaded macaddr v1.0.1
8062024-05-29T19:42:16.997Z Downloaded colorchoice v1.0.1
8072024-05-29T19:42:16.997Z Downloaded anstream v0.6.14
8082024-05-29T19:42:16.998Z Downloaded bitflags v2.5.0
8092024-05-29T19:42:16.998Z Downloaded autocfg v1.3.0
8102024-05-29T19:42:16.998Z Downloaded anstyle v1.0.7
8112024-05-29T19:42:16.998Z Compiling proc-macro2 v1.0.82
8122024-05-29T19:42:16.998Z Compiling unicode-ident v1.0.12
8132024-05-29T19:42:16.998Z Compiling serde v1.0.202
8142024-05-29T19:42:16.998Z Compiling libc v0.2.153
8152024-05-29T19:42:16.998Z Compiling rustix v0.38.34
8162024-05-29T19:42:16.998Z Compiling bitflags v2.5.0
8172024-05-29T19:42:16.998Z Compiling hashbrown v0.14.5
8182024-05-29T19:42:16.998Z Compiling equivalent v1.0.1
8192024-05-29T19:42:17.030Z Compiling utf8parse v0.2.1
8202024-05-29T19:42:17.093Z Compiling thiserror v1.0.60
8212024-05-29T19:42:17.208Z Compiling anstyle-parse v0.2.4
8222024-05-29T19:42:17.430Z Compiling semver v1.0.23
8232024-05-29T19:42:17.946Z Compiling camino v1.1.7
8242024-05-29T19:42:17.946Z Compiling serde_json v1.0.117
8252024-05-29T19:42:17.946Z Compiling anstyle v1.0.7
8262024-05-29T19:42:17.946Z Compiling colorchoice v1.0.1
8272024-05-29T19:42:17.946Z Compiling autocfg v1.3.0
8282024-05-29T19:42:17.946Z Compiling anstyle-query v1.0.3
8292024-05-29T19:42:17.980Z Compiling is_terminal_polyfill v1.70.0
8302024-05-29T19:42:18.032Z Compiling winnow v0.6.8
8312024-05-29T19:42:18.090Z Compiling indexmap v2.2.6
8322024-05-29T19:42:18.119Z Compiling anstream v0.6.14
8332024-05-29T19:42:18.281Z Compiling clap_lex v0.7.0
8342024-05-29T19:42:18.357Z Compiling itoa v1.0.11
8352024-05-29T19:42:18.603Z Compiling quote v1.0.36
8362024-05-29T19:42:18.683Z Compiling fs-err v2.11.0
8372024-05-29T19:42:18.805Z Compiling anyhow v1.0.83
8382024-05-29T19:42:18.831Z Compiling errno v0.3.9
8392024-05-29T19:42:18.949Z Compiling syn v2.0.64
8402024-05-29T19:42:19.561Z Compiling ryu v1.0.18
8412024-05-29T19:42:19.598Z Compiling strsim v0.11.1
8422024-05-29T19:42:19.598Z Compiling heck v0.5.0
8432024-05-29T19:42:19.598Z Compiling swrite v0.1.0
8442024-05-29T19:42:20.064Z Compiling terminal_size v0.3.0
8452024-05-29T19:42:20.194Z Compiling clap_builder v4.5.2
8462024-05-29T19:42:25.857Z Compiling serde_derive v1.0.202
8472024-05-29T19:42:25.857Z Compiling thiserror-impl v1.0.60
8482024-05-29T19:42:25.857Z Compiling clap_derive v4.5.4
8492024-05-29T19:42:28.890Z Compiling clap v4.5.4
8502024-05-29T19:42:35.607Z Compiling toml_datetime v0.6.6
8512024-05-29T19:42:35.607Z Compiling serde_spanned v0.6.6
8522024-05-29T19:42:35.632Z Compiling cargo-platform v0.1.8
8532024-05-29T19:42:35.632Z Compiling macaddr v1.0.1
8542024-05-29T19:42:35.872Z Compiling toml_edit v0.22.13
8552024-05-29T19:42:37.047Z Compiling cargo_metadata v0.18.1
8562024-05-29T19:42:38.322Z Compiling toml v0.8.13
8572024-05-29T19:42:39.089Z Compiling cargo_toml v0.20.2
8582024-05-29T19:42:43.686Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8592024-05-29T19:42:47.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.23s
8602024-05-29T19:42:47.325Z Running `target/debug/xtask clippy`
8612024-05-29T19:42:47.380Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8622024-05-29T19:42:48.356Z Downloading crates ...
8632024-05-29T19:42:48.392Z Downloaded allocator-api2 v0.2.18
8642024-05-29T19:42:48.392Z Downloaded argon2 v0.5.3
8652024-05-29T19:42:48.392Z Downloaded async-recursion v1.1.1
8662024-05-29T19:42:48.392Z Downloaded heck v0.3.3
8672024-05-29T19:42:48.392Z Downloaded buf-list v1.0.3
8682024-05-29T19:42:48.392Z Downloaded hkdf v0.12.4
8692024-05-29T19:42:48.393Z Downloaded hostname v0.4.0
8702024-05-29T19:42:48.393Z Downloaded indoc v2.0.5
8712024-05-29T19:42:48.393Z Downloaded inout v0.1.3
8722024-05-29T19:42:48.393Z Downloaded scroll_derive v0.12.0
8732024-05-29T19:42:48.422Z Downloaded rpassword v7.3.1
8742024-05-29T19:42:48.422Z Downloaded take_mut v0.2.2
8752024-05-29T19:42:48.422Z Downloaded match_cfg v0.1.0
8762024-05-29T19:42:48.422Z Downloaded instant v0.1.12
8772024-05-29T19:42:48.422Z Downloaded usdt-attr-macro v0.5.0
8782024-05-29T19:42:48.422Z Downloaded diesel_table_macro_syntax v0.1.0
8792024-05-29T19:42:48.422Z Downloaded doc-comment v0.3.3
8802024-05-29T19:42:48.422Z Downloaded number_prefix v0.4.0
8812024-05-29T19:42:48.422Z Downloaded num_cpus v1.16.0
8822024-05-29T19:42:48.452Z Downloaded rand_seeder v0.2.3
8832024-05-29T19:42:48.453Z Downloaded tower-service v0.3.2
8842024-05-29T19:42:48.453Z Downloaded signal-hook-registry v1.4.2
8852024-05-29T19:42:48.453Z Downloaded unicase v2.7.0
8862024-05-29T19:42:48.483Z Downloaded darling_macro v0.20.9
8872024-05-29T19:42:48.483Z Downloaded guppy-workspace-hack v0.1.0
8882024-05-29T19:42:48.483Z Downloaded portpicker v0.1.1
8892024-05-29T19:42:48.483Z Downloaded stability v0.2.0
8902024-05-29T19:42:48.483Z Downloaded sqlformat v0.2.3
8912024-05-29T19:42:48.483Z Downloaded foreign-types-shared v0.3.1
8922024-05-29T19:42:48.512Z Downloaded parse-size v1.0.0
8932024-05-29T19:42:48.513Z Downloaded want v0.3.1
8942024-05-29T19:42:48.540Z Downloaded oso-derive v0.27.3
8952024-05-29T19:42:48.541Z Downloaded peg-runtime v0.8.3
8962024-05-29T19:42:48.541Z Downloaded pest_generator v2.7.10
8972024-05-29T19:42:48.541Z Downloaded percent-encoding v2.3.1
8982024-05-29T19:42:48.541Z Downloaded cstr-argument v0.1.2
8992024-05-29T19:42:48.541Z Downloaded paste v1.0.15
9002024-05-29T19:42:48.542Z Downloaded sync_wrapper v0.1.2
9012024-05-29T19:42:48.574Z Downloaded termtree v0.4.1
9022024-05-29T19:42:48.574Z Downloaded env_logger v0.9.3
9032024-05-29T19:42:48.574Z Downloaded foreign-types v0.3.2
9042024-05-29T19:42:48.574Z Downloaded foreign-types v0.5.0
9052024-05-29T19:42:48.574Z Downloaded pretty-hex v0.2.1
9062024-05-29T19:42:48.574Z Downloaded strum v0.26.2
9072024-05-29T19:42:48.574Z Downloaded quick-error v1.2.3
9082024-05-29T19:42:48.574Z Downloaded supports-color v3.0.0
9092024-05-29T19:42:48.574Z Downloaded slog-dtrace v0.3.0
9102024-05-29T19:42:48.601Z Downloaded strum_macros v0.26.2
9112024-05-29T19:42:48.601Z Downloaded subtle v2.5.0
9122024-05-29T19:42:48.601Z Downloaded publicsuffix v2.2.3
9132024-05-29T19:42:48.601Z Downloaded rustc-demangle v0.1.24
9142024-05-29T19:42:48.601Z Downloaded vte v0.11.1
9152024-05-29T19:42:48.628Z Downloaded proptest v1.4.0
9162024-05-29T19:42:48.629Z Downloaded subprocess v0.2.9
9172024-05-29T19:42:48.629Z Downloaded syn v1.0.109
9182024-05-29T19:42:48.657Z Downloaded expectorate v1.1.0
9192024-05-29T19:42:48.657Z Downloaded h2 v0.3.26
9202024-05-29T19:42:48.684Z Downloaded finl_unicode v1.2.0
9212024-05-29T19:42:48.709Z Downloaded winnow v0.5.40
9222024-05-29T19:42:48.709Z Downloaded regress v0.9.1
9232024-05-29T19:42:48.735Z Downloaded sled v0.34.7
9242024-05-29T19:42:48.735Z Downloaded petgraph v0.6.5
9252024-05-29T19:42:48.760Z Downloaded radix_trie v0.2.1
9262024-05-29T19:42:48.760Z Downloaded quick-xml v0.31.0
9272024-05-29T19:42:48.785Z Downloaded webpki-roots v0.25.4
9282024-05-29T19:42:48.785Z Downloaded regex-syntax v0.8.3
9292024-05-29T19:42:48.785Z Downloaded encoding_rs v0.8.34
9302024-05-29T19:42:48.821Z Downloaded regex-syntax v0.6.29
9312024-05-29T19:42:48.848Z Downloaded openssl v0.10.64
9322024-05-29T19:42:48.848Z Downloaded openapiv3 v2.0.0
9332024-05-29T19:42:48.879Z Downloaded rustls-webpki v0.102.4
9342024-05-29T19:42:48.879Z Downloaded vcpkg v0.2.15
9352024-05-29T19:42:48.920Z Downloaded nix v0.28.0
9362024-05-29T19:42:48.945Z Downloaded tokio v1.37.0
9372024-05-29T19:42:48.980Z Downloaded ring v0.17.8
9382024-05-29T19:42:49.066Z Downloaded csv v1.3.0
9392024-05-29T19:42:49.094Z Downloaded rustls-webpki v0.101.7
9402024-05-29T19:42:49.129Z Downloaded futures-util v0.3.30
9412024-05-29T19:42:49.129Z Downloaded sha3 v0.10.8
9422024-05-29T19:42:49.130Z Downloaded lalrpop v0.19.12
9432024-05-29T19:42:49.160Z Downloaded ring v0.16.20
9442024-05-29T19:42:49.245Z Downloaded idna v0.5.0
9452024-05-29T19:42:49.270Z Downloaded zerocopy-derive v0.6.6
9462024-05-29T19:42:49.270Z Downloaded zerocopy-derive v0.2.0
9472024-05-29T19:42:49.303Z Downloaded x509-cert v0.2.5
9482024-05-29T19:42:49.303Z Downloaded time v0.3.36
9492024-05-29T19:42:49.303Z Downloaded portable-atomic v1.6.0
9502024-05-29T19:42:49.303Z Downloaded guppy v0.17.5
9512024-05-29T19:42:49.328Z Downloaded idna v0.2.3
9522024-05-29T19:42:49.328Z Downloaded fancy-regex v0.13.0
9532024-05-29T19:42:49.328Z Downloaded regex-automata v0.4.6
9542024-05-29T19:42:49.354Z Downloaded idna v0.3.0
9552024-05-29T19:42:49.354Z Downloaded rand v0.8.5
9562024-05-29T19:42:49.354Z Downloaded headers v0.3.9
9572024-05-29T19:42:49.378Z Downloaded flume v0.11.0
9582024-05-29T19:42:49.378Z Downloaded trust-dns-proto v0.22.0
9592024-05-29T19:42:49.378Z Downloaded hashbrown v0.13.2
9602024-05-29T19:42:49.378Z Downloaded hashbrown v0.12.3
9612024-05-29T19:42:49.403Z Downloaded rustls v0.22.4
9622024-05-29T19:42:49.403Z Downloaded ratatui v0.26.2
9632024-05-29T19:42:49.431Z Downloaded hyper v0.14.28
9642024-05-29T19:42:49.458Z Downloaded typed-path v0.7.1
9652024-05-29T19:42:49.458Z Downloaded rust-argon2 v2.1.0
9662024-05-29T19:42:49.458Z Downloaded tough v0.17.1
9672024-05-29T19:42:49.458Z Downloaded env_logger v0.10.2
9682024-05-29T19:42:49.458Z Downloaded pest_meta v2.7.10
9692024-05-29T19:42:49.458Z Downloaded rstest_macros v0.19.0
9702024-05-29T19:42:49.484Z Downloaded rustls v0.21.12
9712024-05-29T19:42:49.484Z Downloaded steno v0.4.0
9722024-05-29T19:42:49.484Z Downloaded tokio-util v0.7.11
9732024-05-29T19:42:49.484Z Downloaded libxml v0.3.3
9742024-05-29T19:42:49.510Z Downloaded itertools v0.12.1
9752024-05-29T19:42:49.510Z Downloaded bzip2-sys v0.1.11+1.0.8
9762024-05-29T19:42:49.535Z Downloaded structmeta-derive v0.3.0
9772024-05-29T19:42:49.535Z Downloaded slog v2.7.0
9782024-05-29T19:42:49.535Z Downloaded slab v0.4.9
9792024-05-29T19:42:49.535Z Downloaded siphasher v0.3.11
9802024-05-29T19:42:49.535Z Downloaded similar-asserts v1.5.0
9812024-05-29T19:42:49.535Z Downloaded pretty_assertions v1.4.0
9822024-05-29T19:42:49.535Z Downloaded flate2 v1.0.30
9832024-05-29T19:42:49.535Z Downloaded erased-serde v0.3.31
9842024-05-29T19:42:49.535Z Downloaded zerocopy v0.7.34
9852024-05-29T19:42:49.560Z Downloaded strum_macros v0.25.3
9862024-05-29T19:42:49.560Z Downloaded rand_core v0.6.4
9872024-05-29T19:42:49.560Z Downloaded rand_chacha v0.3.1
9882024-05-29T19:42:49.560Z Downloaded radium v0.7.0
9892024-05-29T19:42:49.560Z Downloaded r2d2 v0.8.10
9902024-05-29T19:42:49.560Z Downloaded prettyplease v0.2.20
9912024-05-29T19:42:49.585Z Downloaded polar-core v0.27.3
9922024-05-29T19:42:49.585Z Downloaded curve25519-dalek v4.1.2
9932024-05-29T19:42:49.585Z Downloaded slog-bunyan v2.5.0
9942024-05-29T19:42:49.610Z Downloaded serde_repr v0.1.19
9952024-05-29T19:42:49.610Z Downloaded serde_plain v1.0.2
9962024-05-29T19:42:49.610Z Downloaded serde_path_to_error v0.1.16
9972024-05-29T19:42:49.610Z Downloaded serde_derive_internals v0.29.1
9982024-05-29T19:42:49.610Z Downloaded proc-macro-error v1.0.4
9992024-05-29T19:42:49.610Z Downloaded predicates-core v1.0.6
10002024-05-29T19:42:49.610Z Downloaded fnv v1.0.7
10012024-05-29T19:42:49.610Z Downloaded fatfs v0.3.6
10022024-05-29T19:42:49.610Z Downloaded gimli v0.28.1
10032024-05-29T19:42:49.635Z Downloaded tracing v0.1.40
10042024-05-29T19:42:49.635Z Downloaded strum_macros v0.24.3
10052024-05-29T19:42:49.635Z Downloaded structmeta-derive v0.2.0
10062024-05-29T19:42:49.635Z Downloaded slog-async v2.8.0
10072024-05-29T19:42:49.635Z Downloaded serde_arrays v0.1.0
10082024-05-29T19:42:49.635Z Downloaded serde-hex v0.1.0
10092024-05-29T19:42:49.635Z Downloaded rustc_version v0.4.0
10102024-05-29T19:42:49.635Z Downloaded rustc_version v0.1.7
10112024-05-29T19:42:49.635Z Downloaded rustc-hash v1.1.0
10122024-05-29T19:42:49.635Z Downloaded proc-macro-crate v1.3.1
10132024-05-29T19:42:49.635Z Downloaded predicates-tree v1.0.9
10142024-05-29T19:42:49.636Z Downloaded float-cmp v0.9.0
10152024-05-29T19:42:49.636Z Downloaded tokio-macros v2.2.0
10162024-05-29T19:42:49.636Z Downloaded test-strategy v0.3.1
10172024-05-29T19:42:49.660Z Downloaded pest v2.7.10
10182024-05-29T19:42:49.660Z Downloaded reqwest v0.11.27
10192024-05-29T19:42:49.660Z Downloaded typenum v1.17.0
10202024-05-29T19:42:49.661Z Downloaded psl-types v2.0.11
10212024-05-29T19:42:49.661Z Downloaded xattr v1.3.1
10222024-05-29T19:42:49.661Z Downloaded fallible-iterator v0.2.0
10232024-05-29T19:42:49.661Z Downloaded whoami v1.5.1
10242024-05-29T19:42:49.685Z Downloaded slog-term v2.9.1
10252024-05-29T19:42:49.685Z Downloaded der v0.7.9
10262024-05-29T19:42:49.685Z Downloaded nom v7.1.3
10272024-05-29T19:42:49.685Z Downloaded itertools v0.10.5
10282024-05-29T19:42:49.685Z Downloaded proc-macro-error-attr v1.0.4
10292024-05-29T19:42:49.685Z Downloaded pretty-hex v0.4.1
10302024-05-29T19:42:49.710Z Downloaded ff v0.13.0
10312024-05-29T19:42:49.710Z Downloaded tokio-native-tls v0.3.1
10322024-05-29T19:42:49.710Z Downloaded tempfile v3.10.1
10332024-05-29T19:42:49.711Z Downloaded unicode_categories v0.1.1
10342024-05-29T19:42:49.711Z Downloaded flagset v0.4.5
10352024-05-29T19:42:49.711Z Downloaded fixedbitset v0.4.2
10362024-05-29T19:42:49.711Z Downloaded topological-sort v0.2.2
10372024-05-29T19:42:49.711Z Downloaded rtoolbox v0.0.2
10382024-05-29T19:42:49.711Z Downloaded fd-lock v4.0.2
10392024-05-29T19:42:49.711Z Downloaded yansi v0.5.1
10402024-05-29T19:42:49.711Z Downloaded toolchain_find v0.4.0
10412024-05-29T19:42:49.711Z Downloaded tls_codec_derive v0.4.1
10422024-05-29T19:42:49.711Z Downloaded termios v0.3.3
10432024-05-29T19:42:49.737Z Downloaded termcolor v1.4.1
10442024-05-29T19:42:49.737Z Downloaded term v0.7.0
10452024-05-29T19:42:49.737Z Downloaded zip v0.6.6
10462024-05-29T19:42:49.737Z Downloaded predicates v3.1.0
10472024-05-29T19:42:49.737Z Downloaded phf v0.11.2
10482024-05-29T19:42:49.737Z Downloaded tower v0.4.13
10492024-05-29T19:42:49.762Z Downloaded password-hash v0.5.0
10502024-05-29T19:42:49.762Z Downloaded partial-io v0.5.4
10512024-05-29T19:42:49.762Z Downloaded filetime v0.2.23
10522024-05-29T19:42:49.762Z Downloaded target-spec v3.1.0
10532024-05-29T19:42:49.763Z Downloaded trust-dns-resolver v0.22.0
10542024-05-29T19:42:49.763Z Downloaded ena v0.14.3
10552024-05-29T19:42:49.763Z Downloaded ucd-trie v0.1.6
10562024-05-29T19:42:49.763Z Downloaded sqlparser v0.45.0
10572024-05-29T19:42:49.763Z Downloaded toml_edit v0.19.15
10582024-05-29T19:42:49.797Z Downloaded mio v0.8.11
10592024-05-29T19:42:49.797Z Downloaded zerocopy v0.6.6
10602024-05-29T19:42:49.822Z Downloaded yasna v0.5.2
10612024-05-29T19:42:49.822Z Downloaded time-macros v0.2.18
10622024-05-29T19:42:49.822Z Downloaded regex v1.10.4
10632024-05-29T19:42:49.822Z Downloaded object v0.32.2
10642024-05-29T19:42:49.847Z Downloaded diesel v2.1.6
10652024-05-29T19:42:49.847Z Downloaded hyper v1.3.1
10662024-05-29T19:42:49.871Z Downloaded fastrand v2.1.0
10672024-05-29T19:42:49.871Z Downloaded escape8259 v0.5.2
10682024-05-29T19:42:49.871Z Downloaded zeroize_derive v1.4.2
10692024-05-29T19:42:49.871Z Downloaded zeroize v1.7.0
10702024-05-29T19:42:49.871Z Downloaded zerocopy-derive v0.7.34
10712024-05-29T19:42:49.871Z Downloaded openssl-sys v0.9.102
10722024-05-29T19:42:49.871Z Downloaded wyz v0.5.1
10732024-05-29T19:42:49.896Z Downloaded which v4.4.2
10742024-05-29T19:42:49.896Z Downloaded trust-dns-client v0.22.0
10752024-05-29T19:42:49.896Z Downloaded structmeta v0.3.0
10762024-05-29T19:42:49.896Z Downloaded smallvec v0.6.14
10772024-05-29T19:42:49.896Z Downloaded stringprep v0.1.4
10782024-05-29T19:42:49.896Z Downloaded postgres-types v0.2.6
10792024-05-29T19:42:49.896Z Downloaded postcard v1.0.8
10802024-05-29T19:42:49.896Z Downloaded zone v0.1.8
10812024-05-29T19:42:49.896Z Downloaded zerocopy v0.3.2
10822024-05-29T19:42:49.897Z Downloaded oso v0.27.3
10832024-05-29T19:42:49.921Z Downloaded goblin v0.8.2
10842024-05-29T19:42:49.921Z Downloaded tracing-core v0.1.32
10852024-05-29T19:42:49.921Z Downloaded minimal-lexical v0.2.1
10862024-05-29T19:42:49.921Z Downloaded enum-as-inner v0.5.1
10872024-05-29T19:42:49.921Z Downloaded zone_cfg_derive v0.1.2
10882024-05-29T19:42:49.921Z Downloaded precomputed-hash v0.1.1
10892024-05-29T19:42:49.922Z Downloaded phf_shared v0.10.0
10902024-05-29T19:42:49.922Z Downloaded pest_derive v2.7.10
10912024-05-29T19:42:49.922Z Downloaded pem-rfc7468 v0.7.0
10922024-05-29T19:42:49.922Z Downloaded peg-macros v0.8.3
10932024-05-29T19:42:49.947Z Downloaded packed_struct_codegen v0.10.1
10942024-05-29T19:42:49.947Z Downloaded owo-colors v4.0.0
10952024-05-29T19:42:49.947Z Downloaded tls_codec v0.4.1
10962024-05-29T19:42:49.947Z Downloaded vsss-rs v3.3.4
10972024-05-29T19:42:49.947Z Downloaded plotters v0.3.5
10982024-05-29T19:42:49.947Z Downloaded half v2.4.1
10992024-05-29T19:42:49.971Z Downloaded object v0.30.4
11002024-05-29T19:42:49.972Z Downloaded peg v0.8.3
11012024-05-29T19:42:49.972Z Downloaded packed_struct v0.10.1
11022024-05-29T19:42:49.972Z Downloaded walkdir v2.5.0
11032024-05-29T19:42:49.972Z Downloaded libm v0.2.8
11042024-05-29T19:42:49.996Z Downloaded pem v3.0.4
11052024-05-29T19:42:49.996Z Downloaded papergrid v0.11.0
11062024-05-29T19:42:49.996Z Downloaded elliptic-curve v0.13.8
11072024-05-29T19:42:49.996Z Downloaded tiny-keccak v2.0.2
11082024-05-29T19:42:49.996Z Downloaded threadpool v1.8.1
11092024-05-29T19:42:49.996Z Downloaded smoltcp v0.11.0
11102024-05-29T19:42:50.021Z Downloaded pathdiff v0.2.1
11112024-05-29T19:42:50.021Z Downloaded structmeta v0.2.0
11122024-05-29T19:42:50.021Z Downloaded slog-envlogger v2.2.0
11132024-05-29T19:42:50.021Z Downloaded rstest v0.19.0
11142024-05-29T19:42:50.021Z Downloaded parking_lot_core v0.8.6
11152024-05-29T19:42:50.021Z Downloaded parking_lot v0.12.2
11162024-05-29T19:42:50.045Z Downloaded hash32 v0.3.1
11172024-05-29T19:42:50.045Z Downloaded hash32 v0.2.1
11182024-05-29T19:42:50.045Z Downloaded tungstenite v0.20.1
11192024-05-29T19:42:50.046Z Downloaded trust-dns-server v0.22.1
11202024-05-29T19:42:50.046Z Downloaded postgres-protocol v0.6.6
11212024-05-29T19:42:50.046Z Downloaded rayon v1.10.0
11222024-05-29T19:42:50.070Z Downloaded tower-layer v0.3.2
11232024-05-29T19:42:50.070Z Downloaded slog-json v2.6.1
11242024-05-29T19:42:50.070Z Downloaded resolv-conf v0.7.0
11252024-05-29T19:42:50.070Z Downloaded parking_lot_core v0.9.10
11262024-05-29T19:42:50.070Z Downloaded parking_lot v0.11.2
11272024-05-29T19:42:50.071Z Downloaded embedded-io v0.4.0
11282024-05-29T19:42:50.071Z Downloaded serde-big-array v0.5.1
11292024-05-29T19:42:50.071Z Downloaded serde-big-array v0.4.1
11302024-05-29T19:42:50.071Z Downloaded rusty-fork v0.3.0
11312024-05-29T19:42:50.071Z Downloaded rustversion v1.0.17
11322024-05-29T19:42:50.095Z Downloaded generic-array v0.14.7
11332024-05-29T19:42:50.095Z Downloaded futures-timer v3.0.3
11342024-05-29T19:42:50.095Z Downloaded wait-timeout v0.2.0
11352024-05-29T19:42:50.095Z Downloaded version_check v0.9.4
11362024-05-29T19:42:50.095Z Downloaded unarray v0.1.4
11372024-05-29T19:42:50.095Z Downloaded trybuild v1.0.96
11382024-05-29T19:42:50.096Z Downloaded der_derive v0.7.2
11392024-05-29T19:42:50.096Z Downloaded unicode-segmentation v1.11.0
11402024-05-29T19:42:50.096Z Downloaded unicode-normalization v0.1.23
11412024-05-29T19:42:50.096Z Downloaded serde_with v3.8.1
11422024-05-29T19:42:50.120Z Downloaded smoltcp v0.9.1
11432024-05-29T19:42:50.120Z Downloaded slog-stdlog v4.1.1
11442024-05-29T19:42:50.121Z Downloaded slog-scope v4.4.0
11452024-05-29T19:42:50.146Z Downloaded relative-path v1.9.3
11462024-05-29T19:42:50.146Z Downloaded path-slash v0.1.5
11472024-05-29T19:42:50.146Z Downloaded parse-display-derive v0.9.0
11482024-05-29T19:42:50.146Z Downloaded parse-display v0.9.0
11492024-05-29T19:42:50.146Z Downloaded endian-type v0.1.2
11502024-05-29T19:42:50.146Z Downloaded either v1.12.0
11512024-05-29T19:42:50.146Z Downloaded csv-core v0.1.11
11522024-05-29T19:42:50.146Z Downloaded time-core v0.1.2
11532024-05-29T19:42:50.146Z Downloaded thiserror-no-std v2.0.2
11542024-05-29T19:42:50.146Z Downloaded thiserror-impl-no-std v2.0.2
11552024-05-29T19:42:50.146Z Downloaded textwrap v0.16.1
11562024-05-29T19:42:50.146Z Downloaded rustls-pki-types v1.7.0
11572024-05-29T19:42:50.171Z Downloaded rustls-pemfile v2.1.2
11582024-05-29T19:42:50.171Z Downloaded rustls-pemfile v1.0.4
11592024-05-29T19:42:50.171Z Downloaded rustls-native-certs v0.7.0
11602024-05-29T19:42:50.171Z Downloaded rustfmt-wrapper v0.2.1
11612024-05-29T19:42:50.172Z Downloaded futures-core v0.3.30
11622024-05-29T19:42:50.172Z Downloaded futures-channel v0.3.30
11632024-05-29T19:42:50.172Z Downloaded futures v0.3.30
11642024-05-29T19:42:50.172Z Downloaded fragile v2.0.0
11652024-05-29T19:42:50.172Z Downloaded form_urlencoded v1.2.1
11662024-05-29T19:42:50.172Z Downloaded foreign-types-macros v0.2.3
11672024-05-29T19:42:50.172Z Downloaded tungstenite v0.21.0
11682024-05-29T19:42:50.196Z Downloaded strip-ansi-escapes v0.2.0
11692024-05-29T19:42:50.196Z Downloaded string_cache v0.8.7
11702024-05-29T19:42:50.196Z Downloaded tinyvec v1.6.0
11712024-05-29T19:42:50.197Z Downloaded similar v2.5.0
11722024-05-29T19:42:50.197Z Downloaded bstr v1.9.1
11732024-05-29T19:42:50.197Z Downloaded bstr v0.2.17
11742024-05-29T19:42:50.225Z Downloaded thread_local v1.1.8
11752024-05-29T19:42:50.226Z Downloaded thread-id v4.2.1
11762024-05-29T19:42:50.226Z Downloaded fxhash v0.2.1
11772024-05-29T19:42:50.226Z Downloaded futures-task v0.3.30
11782024-05-29T19:42:50.226Z Downloaded futures-sink v0.3.30
11792024-05-29T19:42:50.226Z Downloaded futures-macro v0.3.30
11802024-05-29T19:42:50.226Z Downloaded futures-io v0.3.30
11812024-05-29T19:42:50.226Z Downloaded futures-executor v0.3.30
11822024-05-29T19:42:50.227Z Downloaded funty v2.0.0
11832024-05-29T19:42:50.227Z Downloaded tui-tree-widget v0.19.0
11842024-05-29T19:42:50.227Z Downloaded static_assertions v1.1.0
11852024-05-29T19:42:50.227Z Downloaded stable_deref_trait v1.2.0
11862024-05-29T19:42:50.227Z Downloaded ppv-lite86 v0.2.17
11872024-05-29T19:42:50.227Z Downloaded poly1305 v0.8.0
11882024-05-29T19:42:50.253Z Downloaded pin-project v1.1.5
11892024-05-29T19:42:50.253Z Downloaded globset v0.4.14
11902024-05-29T19:42:50.253Z Downloaded ed25519 v1.5.3
11912024-05-29T19:42:50.253Z Downloaded regex-automata v0.1.10
11922024-05-29T19:42:50.254Z Downloaded toml v0.7.8
11932024-05-29T19:42:50.254Z Downloaded tokio-tungstenite v0.20.1
11942024-05-29T19:42:50.254Z Downloaded foreign-types-shared v0.1.1
11952024-05-29T19:42:50.278Z Downloaded waitgroup v0.1.2
11962024-05-29T19:42:50.278Z Downloaded vte_generate_state_changes v0.1.1
11972024-05-29T19:42:50.278Z Downloaded try-lock v0.2.5
11982024-05-29T19:42:50.278Z Downloaded spki v0.7.3
11992024-05-29T19:42:50.279Z Downloaded spin v0.9.8
12002024-05-29T19:42:50.279Z Downloaded smawk v0.3.2
12012024-05-29T19:42:50.279Z Downloaded smallvec v1.13.2
12022024-05-29T19:42:50.279Z Downloaded platforms v3.4.0
12032024-05-29T19:42:50.279Z Downloaded plain v0.2.3
12042024-05-29T19:42:50.279Z Downloaded pkcs8 v0.10.2
12052024-05-29T19:42:50.279Z Downloaded pkcs1 v0.7.5
12062024-05-29T19:42:50.279Z Downloaded pin-project-lite v0.2.14
12072024-05-29T19:42:50.303Z Downloaded pin-project-internal v1.1.5
12082024-05-29T19:42:50.304Z Downloaded darling_core v0.20.9
12092024-05-29T19:42:50.304Z Downloaded tracing-attributes v0.1.27
12102024-05-29T19:42:50.304Z Downloaded tinytemplate v1.2.1
12112024-05-29T19:42:50.304Z Downloaded num-bigint v0.4.5
12122024-05-29T19:42:50.304Z Downloaded uuid v1.8.0
12132024-05-29T19:42:50.304Z Downloaded toml v0.5.11
12142024-05-29T19:42:50.304Z Downloaded tabled v0.15.0
12152024-05-29T19:42:50.329Z Downloaded plotters-backend v0.3.5
12162024-05-29T19:42:50.329Z Downloaded pkg-config v0.3.30
12172024-05-29T19:42:50.329Z Downloaded pin-utils v0.1.0
12182024-05-29T19:42:50.330Z Downloaded getrandom v0.2.14
12192024-05-29T19:42:50.355Z Downloaded deranged v0.3.11
12202024-05-29T19:42:50.355Z Downloaded defmt-parser v0.3.4
12212024-05-29T19:42:50.355Z Downloaded defmt-macros v0.3.9
12222024-05-29T19:42:50.355Z Downloaded defmt v0.3.8
12232024-05-29T19:42:50.355Z Downloaded darling v0.20.9
12242024-05-29T19:42:50.381Z Downloaded tar v0.4.40
12252024-05-29T19:42:50.381Z Downloaded http v0.2.12
12262024-05-29T19:42:50.381Z Downloaded sqlparser_derive v0.2.2
12272024-05-29T19:42:50.381Z Downloaded powerfmt v0.2.0
12282024-05-29T19:42:50.381Z Downloaded phf_shared v0.11.2
12292024-05-29T19:42:50.381Z Downloaded unicode-bidi v0.3.15
12302024-05-29T19:42:50.381Z Downloaded num-bigint-dig v0.8.4
12312024-05-29T19:42:50.381Z Downloaded uzers v0.11.3
12322024-05-29T19:42:50.381Z Downloaded schemars v0.8.20
12332024-05-29T19:42:50.408Z Downloaded plotters-svg v0.3.5
12342024-05-29T19:42:50.408Z Downloaded group v0.13.0
12352024-05-29T19:42:50.408Z Downloaded gethostname v0.4.3
12362024-05-29T19:42:50.408Z Downloaded data-encoding v2.6.0
12372024-05-29T19:42:50.409Z Downloaded mockall_derive v0.12.1
12382024-05-29T19:42:50.409Z Downloaded glob v0.3.1
12392024-05-29T19:42:50.409Z Downloaded getopts v0.2.21
12402024-05-29T19:42:50.434Z Downloaded debug-ignore v1.0.5
12412024-05-29T19:42:50.434Z Downloaded datatest-stable v0.2.9
12422024-05-29T19:42:50.434Z Downloaded universal-hash v0.5.1
12432024-05-29T19:42:50.434Z Downloaded unicode-width v0.1.12
12442024-05-29T19:42:50.434Z Downloaded signal-hook v0.3.17
12452024-05-29T19:42:50.434Z Downloaded serde_yaml v0.9.34+deprecated
12462024-05-29T19:42:50.434Z Downloaded tokio-tungstenite v0.21.0
12472024-05-29T19:42:50.434Z Downloaded target-lexicon v0.12.14
12482024-05-29T19:42:50.434Z Downloaded chrono v0.4.38
12492024-05-29T19:42:50.459Z Downloaded curve25519-dalek-derive v0.1.1
12502024-05-29T19:42:50.459Z Downloaded unicode-xid v0.2.4
12512024-05-29T19:42:50.459Z Downloaded unicode-linebreak v0.1.5
12522024-05-29T19:42:50.459Z Downloaded signature v2.2.0
12532024-05-29T19:42:50.459Z Downloaded signature v1.6.4
12542024-05-29T19:42:50.459Z Downloaded sha2 v0.10.8
12552024-05-29T19:42:50.459Z Downloaded log v0.4.21
12562024-05-29T19:42:50.459Z Downloaded lock_api v0.4.12
12572024-05-29T19:42:50.459Z Downloaded signal-hook-tokio v0.3.1
12582024-05-29T19:42:50.459Z Downloaded shlex v1.3.0
12592024-05-29T19:42:50.460Z Downloaded serde_urlencoded v0.7.1
12602024-05-29T19:42:50.486Z Downloaded rayon-core v1.12.1
12612024-05-29T19:42:50.486Z Downloaded dyn-clone v1.0.17
12622024-05-29T19:42:50.486Z Downloaded miniz_oxide v0.7.2
12632024-05-29T19:42:50.486Z Downloaded memmap2 v0.9.4
12642024-05-29T19:42:50.486Z Downloaded memmap v0.7.0
12652024-05-29T19:42:50.486Z Downloaded libloading v0.8.3
12662024-05-29T19:42:50.486Z Downloaded ipnet v2.9.0
12672024-05-29T19:42:50.486Z Downloaded signal-hook-mio v0.2.3
12682024-05-29T19:42:50.486Z Downloaded shell-words v1.1.0
12692024-05-29T19:42:50.486Z Downloaded serde_with_macros v3.8.1
12702024-05-29T19:42:50.511Z Downloaded ref-cast-impl v1.0.23
12712024-05-29T19:42:50.511Z Downloaded oorandom v11.1.3
12722024-05-29T19:42:50.511Z Downloaded omicron-zone-package v0.11.0
12732024-05-29T19:42:50.512Z Downloaded num-traits v0.2.19
12742024-05-29T19:42:50.512Z Downloaded utf-8 v0.7.6
12752024-05-29T19:42:50.512Z Downloaded sct v0.7.1
12762024-05-29T19:42:50.512Z Downloaded native-tls v0.2.11
12772024-05-29T19:42:50.512Z Downloaded multer v3.1.0
12782024-05-29T19:42:50.512Z Downloaded mockall v0.12.1
12792024-05-29T19:42:50.537Z Downloaded tinyvec_macros v0.1.1
12802024-05-29T19:42:50.537Z Downloaded sigpipe v0.1.3
12812024-05-29T19:42:50.537Z Downloaded sha1 v0.10.6
12822024-05-29T19:42:50.537Z Downloaded serde_tokenstream v0.2.0
12832024-05-29T19:42:50.537Z Downloaded serde_tokenstream v0.1.7
12842024-05-29T19:42:50.537Z Downloaded once_cell v1.19.0
12852024-05-29T19:42:50.537Z Downloaded olpc-cjson v0.1.3
12862024-05-29T19:42:50.537Z Downloaded num_enum_derive v0.5.11
12872024-05-29T19:42:50.537Z Downloaded num_enum v0.5.11
12882024-05-29T19:42:50.537Z Downloaded num-iter v0.1.45
12892024-05-29T19:42:50.562Z Downloaded num-integer v0.1.46
12902024-05-29T19:42:50.563Z Downloaded num-derive v0.4.2
12912024-05-29T19:42:50.563Z Downloaded num-complex v0.4.6
12922024-05-29T19:42:50.563Z Downloaded diesel_derives v2.1.4
12932024-05-29T19:42:50.563Z Downloaded tap v1.0.1
12942024-05-29T19:42:50.563Z Downloaded semver v0.1.20
12952024-05-29T19:42:50.563Z Downloaded sec1 v0.7.3
12962024-05-29T19:42:50.563Z Downloaded rustyline v14.0.0
12972024-05-29T19:42:50.588Z Downloaded reedline v0.31.0
12982024-05-29T19:42:50.588Z Downloaded md-5 v0.10.6
12992024-05-29T19:42:50.588Z Downloaded linear-map v1.2.0
13002024-05-29T19:42:50.588Z Downloaded openssl-probe v0.1.5
13012024-05-29T19:42:50.588Z Downloaded openssl-macros v0.1.1
13022024-05-29T19:42:50.588Z Downloaded opaque-debug v0.3.1
13032024-05-29T19:42:50.616Z Downloaded num-rational v0.4.2
13042024-05-29T19:42:50.617Z Downloaded digest v0.10.7
13052024-05-29T19:42:50.617Z Downloaded diff v0.1.13
13062024-05-29T19:42:50.617Z Downloaded usdt-macro v0.5.0
13072024-05-29T19:42:50.617Z Downloaded url v2.5.0
13082024-05-29T19:42:50.617Z Downloaded unsafe-libyaml v0.2.11
13092024-05-29T19:42:50.617Z Downloaded secrecy v0.8.0
13102024-05-29T19:42:50.617Z Downloaded nu-ansi-term v0.50.0
13112024-05-29T19:42:50.645Z Downloaded mime_guess v2.0.4
13122024-05-29T19:42:50.645Z Downloaded maybe-uninit v2.0.0
13132024-05-29T19:42:50.645Z Downloaded linked-hash-map v0.5.6
13142024-05-29T19:42:50.646Z Downloaded libtest-mimic v0.7.3
13152024-05-29T19:42:50.646Z Downloaded lazy_static v1.4.0
13162024-05-29T19:42:50.646Z Downloaded dtrace-parser v0.2.0
13172024-05-29T19:42:50.646Z Downloaded dof v0.1.5
13182024-05-29T19:42:50.646Z Downloaded difflib v0.4.0
13192024-05-29T19:42:50.646Z Downloaded derive_more v0.99.17
13202024-05-29T19:42:50.671Z Downloaded derive-where v1.2.7
13212024-05-29T19:42:50.671Z Downloaded rsa v0.9.6
13222024-05-29T19:42:50.671Z Downloaded nanorand v0.7.0
13232024-05-29T19:42:50.671Z Downloaded multimap v0.10.0
13242024-05-29T19:42:50.671Z Downloaded managed v0.8.0
13252024-05-29T19:42:50.696Z Downloaded lru-cache v0.1.2
13262024-05-29T19:42:50.696Z Downloaded lalrpop-util v0.19.12
13272024-05-29T19:42:50.696Z Downloaded is-terminal v0.4.12
13282024-05-29T19:42:50.696Z Downloaded ipnetwork v0.20.0
13292024-05-29T19:42:50.696Z Downloaded num_threads v0.1.7
13302024-05-29T19:42:50.696Z Downloaded num-conv v0.1.0
13312024-05-29T19:42:50.696Z Downloaded dtrace-parser v0.1.14
13322024-05-29T19:42:50.696Z Downloaded downcast v0.11.0
13332024-05-29T19:42:50.696Z Downloaded dof v0.3.0
13342024-05-29T19:42:50.696Z Downloaded display-error-chain v0.2.0
13352024-05-29T19:42:50.696Z Downloaded dirs-sys-next v0.1.2
13362024-05-29T19:42:50.722Z Downloaded dirs-next v2.0.0
13372024-05-29T19:42:50.722Z Downloaded derive_builder_core v0.20.0
13382024-05-29T19:42:50.722Z Downloaded derive_builder v0.20.0
13392024-05-29T19:42:50.722Z Downloaded usdt-impl v0.5.0
13402024-05-29T19:42:50.722Z Downloaded usdt-impl v0.3.5
13412024-05-29T19:42:50.747Z Downloaded untrusted v0.7.1
13422024-05-29T19:42:50.747Z Downloaded tokio-postgres v0.7.10
13432024-05-29T19:42:50.747Z Downloaded snafu v0.8.2
13442024-05-29T19:42:50.747Z Downloaded num v0.4.3
13452024-05-29T19:42:50.747Z Downloaded nibble_vec v0.1.0
13462024-05-29T19:42:50.772Z Downloaded newtype-uuid v1.1.0
13472024-05-29T19:42:50.772Z Downloaded mime v0.3.17
13482024-05-29T19:42:50.772Z Downloaded hyper-util v0.1.3
13492024-05-29T19:42:50.772Z Downloaded criterion v0.5.1
13502024-05-29T19:42:50.796Z Downloaded derive_builder_macro v0.20.0
13512024-05-29T19:42:50.796Z Downloaded usdt-macro v0.3.5
13522024-05-29T19:42:50.796Z Downloaded tabwriter v1.4.0
13532024-05-29T19:42:50.796Z Downloaded socket2 v0.5.7
13542024-05-29T19:42:50.797Z Downloaded socket2 v0.4.10
13552024-05-29T19:42:50.797Z Downloaded samael v0.0.15
13562024-05-29T19:42:50.824Z Downloaded salty v0.2.0
13572024-05-29T19:42:50.824Z Downloaded ron v0.7.1
13582024-05-29T19:42:50.824Z Downloaded newline-converter v0.3.0
13592024-05-29T19:42:50.824Z Downloaded new_debug_unreachable v1.0.6
13602024-05-29T19:42:50.824Z Downloaded lazycell v1.3.0
13612024-05-29T19:42:50.824Z Downloaded usdt-attr-macro v0.3.5
13622024-05-29T19:42:50.825Z Downloaded usdt v0.5.0
13632024-05-29T19:42:50.850Z Downloaded usdt v0.3.5
13642024-05-29T19:42:50.850Z Downloaded tokio-stream v0.1.15
13652024-05-29T19:42:50.850Z Downloaded tokio-rustls v0.25.0
13662024-05-29T19:42:50.850Z Downloaded tokio-rustls v0.24.1
13672024-05-29T19:42:50.850Z Downloaded ron v0.8.1
13682024-05-29T19:42:50.850Z Downloaded nodrop v0.1.14
13692024-05-29T19:42:50.850Z Downloaded newtype_derive v0.1.6
13702024-05-29T19:42:50.850Z Downloaded nested v0.1.1
13712024-05-29T19:42:50.850Z Downloaded memoffset v0.7.1
13722024-05-29T19:42:50.850Z Downloaded maplit v1.0.2
13732024-05-29T19:42:50.850Z Downloaded lru v0.12.3
13742024-05-29T19:42:50.875Z Downloaded hubpack v0.1.2
13752024-05-29T19:42:50.875Z Downloaded untrusted v0.9.0
13762024-05-29T19:42:50.875Z Downloaded tabled_derive v0.7.0
13772024-05-29T19:42:50.875Z Downloaded snafu-derive v0.8.2
13782024-05-29T19:42:50.875Z Downloaded scroll v0.12.0
13792024-05-29T19:42:50.875Z Downloaded scheduled-thread-pool v0.2.7
13802024-05-29T19:42:50.875Z Downloaded rcgen v0.12.1
13812024-05-29T19:42:50.875Z Downloaded libefi-sys v0.1.0
13822024-05-29T19:42:50.875Z Downloaded kstat-rs v0.2.3
13832024-05-29T19:42:50.875Z Downloaded keccak v0.1.5
13842024-05-29T19:42:50.876Z Downloaded indicatif v0.17.8
13852024-05-29T19:42:50.876Z Downloaded hyper-rustls v0.26.0
13862024-05-29T19:42:50.876Z Downloaded httptest v0.15.5
13872024-05-29T19:42:50.876Z Downloaded libsw v3.3.1
13882024-05-29T19:42:50.900Z Downloaded is_ci v1.2.0
13892024-05-29T19:42:50.901Z Downloaded synstructure v0.12.6
13902024-05-29T19:42:50.901Z Downloaded spin v0.5.2
13912024-05-29T19:42:50.901Z Downloaded smf v0.2.3
13922024-05-29T19:42:50.901Z Downloaded scopeguard v1.2.0
13932024-05-29T19:42:50.901Z Downloaded schemars_derive v0.8.20
13942024-05-29T19:42:50.901Z Downloaded same-file v1.0.6
13952024-05-29T19:42:50.901Z Downloaded ref-cast v1.0.23
13962024-05-29T19:42:50.901Z Downloaded normalize-line-endings v0.3.0
13972024-05-29T19:42:50.901Z Downloaded matches v0.1.10
13982024-05-29T19:42:50.901Z Downloaded httparse v1.8.0
13992024-05-29T19:42:50.901Z Downloaded http-body v1.0.0
14002024-05-29T19:42:50.901Z Downloaded crypto-bigint v0.5.5
14012024-05-29T19:42:50.901Z Downloaded crossterm v0.27.0
14022024-05-29T19:42:50.926Z Downloaded crossbeam-epoch v0.9.18
14032024-05-29T19:42:50.926Z Downloaded crossbeam-channel v0.5.12
14042024-05-29T19:42:50.926Z Downloaded cookie_store v0.20.0
14052024-05-29T19:42:50.926Z Downloaded cookie v0.18.1
14062024-05-29T19:42:50.926Z Downloaded compact_str v0.7.1
14072024-05-29T19:42:50.926Z Downloaded ident_case v1.0.1
14082024-05-29T19:42:50.926Z Downloaded hostname v0.3.1
14092024-05-29T19:42:50.926Z Downloaded crossbeam-utils v0.8.19
14102024-05-29T19:42:50.951Z Downloaded crc32fast v1.4.0
14112024-05-29T19:42:50.951Z Downloaded cookie v0.17.0
14122024-05-29T19:42:50.951Z Downloaded constant_time_eq v0.3.0
14132024-05-29T19:42:50.951Z Downloaded const_format_proc_macros v0.2.32
14142024-05-29T19:42:50.951Z Downloaded bytes v1.6.0
14152024-05-29T19:42:50.951Z Downloaded blake3 v1.5.1
14162024-05-29T19:42:50.951Z Downloaded rand_xorshift v0.3.0
14172024-05-29T19:42:50.951Z Downloaded indoc v1.0.9
14182024-05-29T19:42:50.978Z Downloaded indexmap v1.9.3
14192024-05-29T19:42:50.978Z Downloaded hyper-tls v0.5.0
14202024-05-29T19:42:50.978Z Downloaded httpdate v1.0.3
14212024-05-29T19:42:50.978Z Downloaded http-range v0.1.5
14222024-05-29T19:42:50.978Z Downloaded http-body v0.4.6
14232024-05-29T19:42:50.978Z Downloaded crunchy v0.2.2
14242024-05-29T19:42:50.978Z Downloaded crucible-workspace-hack v0.1.0
14252024-05-29T19:42:50.979Z Downloaded criterion-plot v0.5.0
14262024-05-29T19:42:50.979Z Downloaded crc-any v2.5.0
14272024-05-29T19:42:50.979Z Downloaded crc v3.2.1
14282024-05-29T19:42:50.979Z Downloaded convert_case v0.4.0
14292024-05-29T19:42:50.979Z Downloaded colored v2.1.0
14302024-05-29T19:42:50.979Z Downloaded cobs v0.2.3
14312024-05-29T19:42:50.979Z Downloaded ciborium-ll v0.2.2
14322024-05-29T19:42:50.979Z Downloaded chacha20poly1305 v0.10.1
14332024-05-29T19:42:51.010Z Downloaded cfg-if v1.0.0
14342024-05-29T19:42:51.010Z Downloaded cfg-expr v0.15.8
14352024-05-29T19:42:51.010Z Downloaded castaway v0.2.2
14362024-05-29T19:42:51.010Z Downloaded cancel-safe-futures v0.1.5
14372024-05-29T19:42:51.010Z Downloaded bzip2 v0.4.4
14382024-05-29T19:42:51.011Z Downloaded bitflags v1.3.2
14392024-05-29T19:42:51.011Z Downloaded async-trait v0.1.80
14402024-05-29T19:42:51.011Z Downloaded impl-trait-for-tuples v0.2.2
14412024-05-29T19:42:51.011Z Downloaded iana-time-zone v0.1.60
14422024-05-29T19:42:51.042Z Downloaded hyper-rustls v0.24.2
14432024-05-29T19:42:51.042Z Downloaded crossbeam-deque v0.8.5
14442024-05-29T19:42:51.042Z Downloaded crc-catalog v2.4.0
14452024-05-29T19:42:51.042Z Downloaded cpufeatures v0.2.12
14462024-05-29T19:42:51.042Z Downloaded corncobs v0.1.3
14472024-05-29T19:42:51.043Z Downloaded const_format v0.2.32
14482024-05-29T19:42:51.043Z Downloaded console v0.15.8
14492024-05-29T19:42:51.043Z Downloaded clang-sys v1.7.0
14502024-05-29T19:42:51.043Z Downloaded cipher v0.4.4
14512024-05-29T19:42:51.043Z Downloaded ciborium-io v0.2.2
14522024-05-29T19:42:51.043Z Downloaded ciborium v0.2.2
14532024-05-29T19:42:51.043Z Downloaded chacha20 v0.9.1
14542024-05-29T19:42:51.043Z Downloaded cassowary v0.3.0
14552024-05-29T19:42:51.043Z Downloaded byteorder v1.5.0
14562024-05-29T19:42:51.083Z Downloaded bytecount v0.6.8
14572024-05-29T19:42:51.084Z Downloaded block-padding v0.3.3
14582024-05-29T19:42:51.084Z Downloaded block-buffer v0.10.4
14592024-05-29T19:42:51.084Z Downloaded bitvec v1.0.1
14602024-05-29T19:42:51.084Z Downloaded hyper-staticfile v0.9.5
14612024-05-29T19:42:51.084Z Downloaded humantime v2.1.0
14622024-05-29T19:42:51.084Z Downloaded hubpack_derive v0.1.1
14632024-05-29T19:42:51.084Z Downloaded http v1.1.0
14642024-05-29T19:42:51.084Z Downloaded const-oid v0.9.6
14652024-05-29T19:42:51.084Z Downloaded cfg_aliases v0.1.1
14662024-05-29T19:42:51.084Z Downloaded cexpr v0.6.0
14672024-05-29T19:42:51.109Z Downloaded cc v1.0.97
14682024-05-29T19:42:51.109Z Downloaded cast v0.3.0
14692024-05-29T19:42:51.109Z Downloaded blake2 v0.10.6
14702024-05-29T19:42:51.109Z Downloaded base64 v0.13.1
14712024-05-29T19:42:51.109Z Downloaded backtrace v0.3.71
14722024-05-29T19:42:51.109Z Downloaded atty v0.2.14
14732024-05-29T19:42:51.110Z Downloaded atomic-waker v1.1.2
14742024-05-29T19:42:51.110Z Downloaded home v0.5.9
14752024-05-29T19:42:51.110Z Downloaded hmac v0.12.1
14762024-05-29T19:42:51.110Z Downloaded hex v0.4.3
14772024-05-29T19:42:51.110Z Downloaded heck v0.4.1
14782024-05-29T19:42:51.110Z Downloaded heapless v0.8.0
14792024-05-29T19:42:51.110Z Downloaded bit-set v0.5.3
14802024-05-29T19:42:51.110Z Downloaded base64ct v1.6.0
14812024-05-29T19:42:51.110Z Downloaded base64 v0.22.1
14822024-05-29T19:42:51.135Z Downloaded base64 v0.21.7
14832024-05-29T19:42:51.135Z Downloaded highway v1.1.0
14842024-05-29T19:42:51.135Z Downloaded hex-literal v0.4.1
14852024-05-29T19:42:51.135Z Downloaded camino-tempfile v1.1.1
14862024-05-29T19:42:51.135Z Downloaded bit-vec v0.6.3
14872024-05-29T19:42:51.135Z Downloaded bcs v0.1.6
14882024-05-29T19:42:51.135Z Downloaded atomicwrites v0.4.3
14892024-05-29T19:42:51.135Z Downloaded arrayref v0.3.7
14902024-05-29T19:42:51.136Z Downloaded blake2b_simd v1.0.2
14912024-05-29T19:42:51.136Z Downloaded bitstruct_derive v0.1.0
14922024-05-29T19:42:51.136Z Downloaded bitstruct v0.1.1
14932024-05-29T19:42:51.136Z Downloaded bitfield v0.14.0
14942024-05-29T19:42:51.136Z Downloaded bindgen v0.69.4
14952024-05-29T19:42:51.161Z Downloaded bb8 v0.8.3
14962024-05-29T19:42:51.161Z Downloaded base16ct v0.2.0
14972024-05-29T19:42:51.161Z Downloaded heapless v0.7.17
14982024-05-29T19:42:51.161Z Downloaded headers-core v0.2.0
14992024-05-29T19:42:51.161Z Downloaded crypto-common v0.1.6
15002024-05-29T19:42:51.161Z Downloaded backoff v0.4.0
15012024-05-29T19:42:51.161Z Downloaded async-stream-impl v0.3.5
15022024-05-29T19:42:51.161Z Downloaded async-stream v0.3.5
15032024-05-29T19:42:51.161Z Downloaded assert_matches v1.5.0
15042024-05-29T19:42:51.161Z Downloaded assert_cmd v2.0.14
15052024-05-29T19:42:51.161Z Downloaded ascii-canvas v3.0.0
15062024-05-29T19:42:51.188Z Downloaded ascii v1.1.0
15072024-05-29T19:42:51.188Z Downloaded arrayvec v0.7.4
15082024-05-29T19:42:51.188Z Downloaded array-init v0.0.4
15092024-05-29T19:42:51.188Z Downloaded ahash v0.8.11
15102024-05-29T19:42:51.188Z Downloaded arc-swap v1.7.1
15112024-05-29T19:42:51.188Z Downloaded aho-corasick v1.1.3
15122024-05-29T19:42:51.188Z Downloaded aead v0.5.2
15132024-05-29T19:42:51.188Z Downloaded adler v1.0.2
15142024-05-29T19:42:51.188Z Downloaded addr2line v0.21.0
15152024-05-29T19:42:51.188Z Downloaded approx v0.5.1
15162024-05-29T19:42:51.188Z Downloaded anes v0.1.6
15172024-05-29T19:42:51.801Z Compiling libc v0.2.153
15182024-05-29T19:42:51.801Z Compiling serde v1.0.202
15192024-05-29T19:42:51.827Z Compiling version_check v0.9.4
15202024-05-29T19:42:51.827Z Checking cfg-if v1.0.0
15212024-05-29T19:42:51.827Z Compiling lock_api v0.4.12
15222024-05-29T19:42:51.827Z Compiling parking_lot_core v0.9.10
15232024-05-29T19:42:51.828Z Compiling syn v2.0.64
15242024-05-29T19:42:51.976Z Compiling libm v0.2.8
15252024-05-29T19:42:52.002Z Compiling cc v1.0.97
15262024-05-29T19:42:52.277Z Compiling num-traits v0.2.19
15272024-05-29T19:42:52.319Z Compiling once_cell v1.19.0
15282024-05-29T19:42:52.350Z Compiling serde_json v1.0.117
15292024-05-29T19:42:52.405Z Compiling memchr v2.7.2
15302024-05-29T19:42:52.598Z Compiling ahash v0.8.11
15312024-05-29T19:42:52.719Z Compiling byteorder v1.5.0
15322024-05-29T19:42:52.766Z Compiling syn v1.0.109
15332024-05-29T19:42:52.928Z Compiling log v0.4.21
15342024-05-29T19:42:53.294Z Compiling slab v0.4.9
15352024-05-29T19:42:53.561Z Checking getrandom v0.2.14
15362024-05-29T19:42:53.839Z Compiling typenum v1.17.0
15372024-05-29T19:42:53.864Z Checking itoa v1.0.11
15382024-05-29T19:42:53.889Z Compiling generic-array v0.14.7
15392024-05-29T19:42:54.053Z Checking scopeguard v1.2.0
15402024-05-29T19:42:54.211Z Checking smallvec v1.13.2
15412024-05-29T19:42:54.646Z Compiling allocator-api2 v0.2.18
15422024-05-29T19:42:54.671Z Compiling pkg-config v0.3.30
15432024-05-29T19:42:54.671Z Compiling schemars v0.8.20
15442024-05-29T19:42:54.671Z Compiling rustix v0.38.34
15452024-05-29T19:42:54.887Z Compiling httparse v1.8.0
15462024-05-29T19:42:55.113Z Compiling ring v0.17.8
15472024-05-29T19:42:55.204Z Checking parking_lot v0.12.2
15482024-05-29T19:42:55.283Z Compiling time-core v0.1.2
15492024-05-29T19:42:55.308Z Compiling num-conv v0.1.0
15502024-05-29T19:42:55.563Z Checking pin-project-lite v0.2.14
15512024-05-29T19:42:55.648Z Compiling fnv v1.0.7
15522024-05-29T19:42:55.679Z Compiling time-macros v0.2.18
15532024-05-29T19:42:55.762Z Compiling vcpkg v0.2.15
15542024-05-29T19:42:55.787Z Checking signal-hook-registry v1.4.2
15552024-05-29T19:42:55.826Z Compiling heck v0.4.1
15562024-05-29T19:42:55.997Z Checking mio v0.8.11
15572024-05-29T19:42:56.270Z Compiling aho-corasick v1.1.3
15582024-05-29T19:42:57.972Z Compiling openssl-sys v0.9.102
15592024-05-29T19:42:58.082Z Checking ryu v1.0.18
15602024-05-29T19:42:58.205Z Compiling regex-syntax v0.8.3
15612024-05-29T19:42:58.745Z Compiling serde_derive_internals v0.29.1
15622024-05-29T19:42:58.986Z Checking num_cpus v1.16.0
15632024-05-29T19:42:59.078Z Checking rand_core v0.6.4
15642024-05-29T19:42:59.345Z Compiling openssl v0.10.64
15652024-05-29T19:42:59.660Z Checking futures-core v0.3.30
15662024-05-29T19:42:59.848Z Checking socket2 v0.5.7
15672024-05-29T19:43:00.194Z Compiling slog v2.7.0
15682024-05-29T19:43:00.244Z Compiling ucd-trie v0.1.6
15692024-05-29T19:43:00.618Z Compiling rustversion v1.0.17
15702024-05-29T19:43:00.824Z Compiling crossbeam-utils v0.8.19
15712024-05-29T19:43:00.905Z Compiling native-tls v0.2.11
15722024-05-29T19:43:01.167Z Compiling regex-automata v0.4.6
15732024-05-29T19:43:01.216Z Compiling rustls v0.21.12
15742024-05-29T19:43:01.363Z Compiling iana-time-zone v0.1.60
15752024-05-29T19:43:01.422Z Compiling cookie v0.17.0
15762024-05-29T19:43:01.484Z Compiling backtrace v0.3.71
15772024-05-29T19:43:01.756Z Compiling dyn-clone v1.0.17
15782024-05-29T19:43:01.857Z Compiling anyhow v1.0.83
15792024-05-29T19:43:02.524Z Checking futures-sink v0.3.30
15802024-05-29T19:43:02.647Z Compiling tinyvec_macros v0.1.1
15812024-05-29T19:43:02.734Z Compiling tinyvec v1.6.0
15822024-05-29T19:43:03.065Z Compiling thread-id v4.2.1
15832024-05-29T19:43:03.165Z Checking pin-utils v0.1.0
15842024-05-29T19:43:03.214Z Checking futures-channel v0.3.30
15852024-05-29T19:43:03.703Z Compiling errno v0.3.9
15862024-05-29T19:43:03.737Z Checking futures-task v0.3.30
15872024-05-29T19:43:03.830Z Checking futures-io v0.3.30
15882024-05-29T19:43:03.911Z Compiling unicode-normalization v0.1.23
15892024-05-29T19:43:03.946Z Compiling unicode-bidi v0.3.15
15902024-05-29T19:43:03.973Z Compiling either v1.12.0
15912024-05-29T19:43:04.140Z Compiling unicode-width v0.1.12
15922024-05-29T19:43:04.332Z Compiling spin v0.9.8
15932024-05-29T19:43:04.587Z Compiling usdt-impl v0.5.0
15942024-05-29T19:43:04.778Z Compiling winnow v0.5.40
15952024-05-29T19:43:04.845Z Compiling crc32fast v1.4.0
15962024-05-29T19:43:04.981Z Compiling plain v0.2.3
15972024-05-29T19:43:05.012Z Compiling serde_derive v1.0.202
15982024-05-29T19:43:05.038Z Compiling zerocopy-derive v0.7.34
15992024-05-29T19:43:05.117Z Compiling thiserror-impl v1.0.60
16002024-05-29T19:43:05.251Z Compiling zeroize_derive v1.4.2
16012024-05-29T19:43:05.275Z Compiling tokio-macros v2.2.0
16022024-05-29T19:43:06.052Z Compiling futures-macro v0.3.30
16032024-05-29T19:43:06.657Z Compiling tracing-attributes v0.1.27
16042024-05-29T19:43:06.747Z Compiling schemars_derive v0.8.20
16052024-05-29T19:43:07.035Z Compiling zerocopy v0.7.34
16062024-05-29T19:43:07.847Z Compiling regex v1.10.4
16072024-05-29T19:43:08.073Z Compiling thiserror v1.0.60
16082024-05-29T19:43:08.201Z Compiling openssl-macros v0.1.1
16092024-05-29T19:43:08.226Z Compiling pest v2.7.10
16102024-05-29T19:43:08.766Z Checking zeroize v1.7.0
16112024-05-29T19:43:08.827Z Compiling hashbrown v0.14.5
16122024-05-29T19:43:08.896Z Compiling async-trait v0.1.80
16132024-05-29T19:43:09.913Z Compiling scroll_derive v0.12.0
16142024-05-29T19:43:09.952Z Compiling der_derive v0.7.2
16152024-05-29T19:43:10.212Z Checking futures-util v0.3.30
16162024-05-29T19:43:10.849Z Compiling pest_meta v2.7.10
16172024-05-29T19:43:11.235Z Compiling scroll v0.12.0
16182024-05-29T19:43:11.746Z Compiling goblin v0.8.2
16192024-05-29T19:43:11.978Z Compiling pest_generator v2.7.10
16202024-05-29T19:43:12.614Z Checking subtle v2.5.0
16212024-05-29T19:43:12.824Z Compiling pretty-hex v0.4.1
16222024-05-29T19:43:13.714Z Compiling percent-encoding v2.3.1
16232024-05-29T19:43:14.304Z Compiling const-oid v0.9.6
16242024-05-29T19:43:15.330Z Compiling pest_derive v2.7.10
16252024-05-29T19:43:15.582Z Compiling tracing-core v0.1.32
16262024-05-29T19:43:15.649Z Compiling untrusted v0.9.0
16272024-05-29T19:43:15.882Z Compiling clap_derive v4.5.4
16282024-05-29T19:43:16.052Z Compiling dtrace-parser v0.2.0
16292024-05-29T19:43:16.517Z Checking bytes v1.6.0
16302024-05-29T19:43:16.880Z Checking bitflags v2.5.0
16312024-05-29T19:43:17.236Z Compiling indexmap v2.2.6
16322024-05-29T19:43:17.993Z Compiling semver v1.0.23
16332024-05-29T19:43:18.191Z Compiling serde_tokenstream v0.2.0
16342024-05-29T19:43:18.415Z Checking tokio v1.37.0
16352024-05-29T19:43:18.654Z Compiling uuid v1.8.0
16362024-05-29T19:43:18.679Z Compiling chrono v0.4.38
16372024-05-29T19:43:18.983Z Compiling http v0.2.12
16382024-05-29T19:43:19.144Z Compiling serde_spanned v0.6.6
16392024-05-29T19:43:19.335Z Compiling toml_datetime v0.6.6
16402024-05-29T19:43:19.797Z Compiling rustc_version v0.4.0
16412024-05-29T19:43:20.042Z Compiling toml_edit v0.19.15
16422024-05-29T19:43:20.514Z Compiling openapiv3 v2.0.0
16432024-05-29T19:43:21.170Z Compiling dof v0.3.0
16442024-05-29T19:43:22.369Z Compiling tracing v0.1.40
16452024-05-29T19:43:22.819Z Compiling spin v0.5.2
16462024-05-29T19:43:23.012Z Compiling powerfmt v0.2.0
16472024-05-29T19:43:23.118Z Compiling foreign-types-shared v0.1.1
16482024-05-29T19:43:23.223Z Compiling signal-hook v0.3.17
16492024-05-29T19:43:23.374Z Compiling usdt-attr-macro v0.5.0
16502024-05-29T19:43:23.492Z Compiling usdt-macro v0.5.0
16512024-05-29T19:43:24.190Z Compiling deranged v0.3.11
16522024-05-29T19:43:24.292Z Compiling foreign-types v0.3.2
16532024-05-29T19:43:24.402Z Compiling form_urlencoded v1.2.1
16542024-05-29T19:43:24.657Z Compiling crypto-common v0.1.6
16552024-05-29T19:43:24.736Z Compiling zerocopy-derive v0.6.6
16562024-05-29T19:43:25.051Z Compiling base64 v0.21.7
16572024-05-29T19:43:25.104Z Compiling siphasher v0.3.11
16582024-05-29T19:43:25.322Z Compiling num_threads v0.1.7
16592024-05-29T19:43:25.479Z Compiling try-lock v0.2.5
16602024-05-29T19:43:25.548Z Compiling http-body v0.4.6
16612024-05-29T19:43:25.624Z Compiling want v0.3.1
16622024-05-29T19:43:25.811Z Compiling rustls-webpki v0.101.7
16632024-05-29T19:43:25.891Z Compiling time v0.3.36
16642024-05-29T19:43:25.970Z Compiling sct v0.7.1
16652024-05-29T19:43:25.996Z Compiling block-buffer v0.10.4
16662024-05-29T19:43:26.252Z Compiling idna v0.5.0
16672024-05-29T19:43:26.722Z Compiling tower-service v0.3.2
16682024-05-29T19:43:26.828Z Compiling tokio-util v0.7.11
16692024-05-29T19:43:26.858Z Compiling openssl-probe v0.1.5
16702024-05-29T19:43:27.186Z Compiling httpdate v1.0.3
16712024-05-29T19:43:27.214Z Compiling url v2.5.0
16722024-05-29T19:43:27.615Z Compiling digest v0.10.7
16732024-05-29T19:43:27.651Z Compiling heapless v0.7.17
16742024-05-29T19:43:27.987Z Compiling h2 v0.3.26
16752024-05-29T19:43:28.516Z Compiling idna v0.3.0
16762024-05-29T19:43:28.819Z Compiling ppv-lite86 v0.2.17
16772024-05-29T19:43:29.425Z Compiling psl-types v2.0.11
16782024-05-29T19:43:29.491Z Compiling rand_chacha v0.3.1
16792024-05-29T19:43:29.592Z Compiling publicsuffix v2.2.3
16802024-05-29T19:43:29.617Z Compiling crossbeam-epoch v0.9.18
16812024-05-29T19:43:30.366Z Compiling bit-vec v0.6.3
16822024-05-29T19:43:30.467Z Compiling ipnet v2.9.0
16832024-05-29T19:43:30.777Z Compiling tokio-rustls v0.24.1
16842024-05-29T19:43:30.900Z Compiling adler v1.0.2
16852024-05-29T19:43:31.111Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16862024-05-29T19:43:31.136Z Compiling miniz_oxide v0.7.2
16872024-05-29T19:43:31.798Z Compiling tokio-native-tls v0.3.1
16882024-05-29T19:43:31.905Z Compiling cookie_store v0.20.0
16892024-05-29T19:43:32.040Z Compiling rand v0.8.5
16902024-05-29T19:43:32.506Z Compiling rustls-pemfile v1.0.4
16912024-05-29T19:43:32.697Z Compiling phf_shared v0.10.0
16922024-05-29T19:43:32.915Z Compiling serde_urlencoded v0.7.1
16932024-05-29T19:43:33.056Z Compiling lazy_static v1.4.0
16942024-05-29T19:43:33.313Z Compiling encoding_rs v0.8.34
16952024-05-29T19:43:33.339Z Compiling base64ct v1.6.0
16962024-05-29T19:43:33.390Z Compiling webpki-roots v0.25.4
16972024-05-29T19:43:33.521Z Compiling mime v0.3.17
16982024-05-29T19:43:33.546Z Checking equivalent v1.0.1
16992024-05-29T19:43:33.640Z Compiling hyper v0.14.28
17002024-05-29T19:43:33.841Z Compiling smoltcp v0.9.1
17012024-05-29T19:43:33.903Z Compiling minimal-lexical v0.2.1
17022024-05-29T19:43:34.063Z Compiling precomputed-hash v0.1.1
17032024-05-29T19:43:34.162Z Compiling sync_wrapper v0.1.2
17042024-05-29T19:43:34.270Z Compiling new_debug_unreachable v1.0.6
17052024-05-29T19:43:34.327Z Compiling gimli v0.28.1
17062024-05-29T19:43:34.356Z Compiling fixedbitset v0.4.2
17072024-05-29T19:43:34.474Z Compiling string_cache v0.8.7
17082024-05-29T19:43:34.740Z Compiling petgraph v0.6.5
17092024-05-29T19:43:34.887Z Compiling nom v7.1.3
17102024-05-29T19:43:35.144Z Compiling pem-rfc7468 v0.7.0
17112024-05-29T19:43:35.822Z Compiling bit-set v0.5.3
17122024-05-29T19:43:36.043Z Compiling hmac v0.12.1
17132024-05-29T19:43:36.238Z Compiling hubpack_derive v0.1.1
17142024-05-29T19:43:36.368Z Compiling enum-as-inner v0.5.1
17152024-05-29T19:43:36.964Z Compiling itertools v0.10.5
17162024-05-29T19:43:36.995Z Compiling diesel_table_macro_syntax v0.1.0
17172024-05-29T19:43:37.020Z Compiling object v0.32.2
17182024-05-29T19:43:37.230Z Compiling rustc-demangle v0.1.24
17192024-05-29T19:43:37.404Z Compiling flagset v0.4.5
17202024-05-29T19:43:37.584Z Compiling unicode-segmentation v1.11.0
17212024-05-29T19:43:37.975Z Compiling addr2line v0.21.0
17222024-05-29T19:43:38.059Z Compiling lalrpop-util v0.19.12
17232024-05-29T19:43:38.191Z Compiling der v0.7.9
17242024-05-29T19:43:38.251Z Compiling diesel_derives v2.1.4
17252024-05-29T19:43:38.355Z Compiling toml_edit v0.22.13
17262024-05-29T19:43:38.519Z Compiling futures-executor v0.3.30
17272024-05-29T19:43:39.148Z Compiling itertools v0.12.1
17282024-05-29T19:43:39.330Z Compiling cpufeatures v0.2.12
17292024-05-29T19:43:39.355Z Compiling finl_unicode v1.2.0
17302024-05-29T19:43:39.427Z Compiling hyper-rustls v0.24.2
17312024-05-29T19:43:39.722Z Compiling hyper-tls v0.5.0
17322024-05-29T19:43:39.856Z Compiling stringprep v0.1.4
17332024-05-29T19:43:40.030Z Compiling reqwest v0.11.27
17342024-05-29T19:43:41.344Z Compiling spki v0.7.3
17352024-05-29T19:43:41.384Z Compiling sha2 v0.10.8
17362024-05-29T19:43:41.384Z Compiling flate2 v1.0.30
17372024-05-29T19:43:41.791Z Compiling futures v0.3.30
17382024-05-29T19:43:42.017Z Compiling md-5 v0.10.6
17392024-05-29T19:43:42.093Z Compiling toml v0.7.8
17402024-05-29T19:43:42.284Z Compiling hex v0.4.3
17412024-05-29T19:43:42.311Z Compiling serde_repr v0.1.19
17422024-05-29T19:43:43.313Z Compiling strum_macros v0.25.3
17432024-05-29T19:43:43.681Z Compiling num-integer v0.1.46
17442024-05-29T19:43:44.057Z Compiling hash32 v0.2.1
17452024-05-29T19:43:44.341Z Compiling fs-err v2.11.0
17462024-05-29T19:43:44.380Z Compiling stable_deref_trait v1.2.0
17472024-05-29T19:43:44.532Z Compiling fallible-iterator v0.2.0
17482024-05-29T19:43:45.153Z Compiling postgres-protocol v0.6.6
17492024-05-29T19:43:45.444Z Compiling pkcs8 v0.10.2
17502024-05-29T19:43:45.840Z Compiling phf_shared v0.11.2
17512024-05-29T19:43:45.953Z Compiling terminal_size v0.3.0
17522024-05-29T19:43:46.128Z Compiling ff v0.13.0
17532024-05-29T19:43:46.166Z Compiling block-padding v0.3.3
17542024-05-29T19:43:46.284Z Compiling scheduled-thread-pool v0.2.7
17552024-05-29T19:43:46.369Z Compiling matches v0.1.10
17562024-05-29T19:43:46.393Z Compiling peg-runtime v0.8.3
17572024-05-29T19:43:46.465Z Compiling base16ct v0.2.0
17582024-05-29T19:43:46.738Z Compiling bitflags v1.3.2
17592024-05-29T19:43:46.834Z Compiling managed v0.8.0
17602024-05-29T19:43:46.859Z Compiling clap_builder v4.5.2
17612024-05-29T19:43:46.959Z Compiling sec1 v0.7.3
17622024-05-29T19:43:46.997Z Compiling r2d2 v0.8.10
17632024-05-29T19:43:47.264Z Compiling idna v0.2.3
17642024-05-29T19:43:47.334Z Compiling inout v0.1.3
17652024-05-29T19:43:47.502Z Compiling group v0.13.0
17662024-05-29T19:43:47.579Z Compiling signal-hook-mio v0.2.3
17672024-05-29T19:43:47.714Z Compiling phf v0.11.2
17682024-05-29T19:43:47.794Z Compiling postgres-types v0.2.6
17692024-05-29T19:43:48.989Z Compiling num-bigint v0.4.5
17702024-05-29T19:43:49.016Z Compiling hubpack v0.1.2
17712024-05-29T19:43:49.094Z Compiling hkdf v0.12.4
17722024-05-29T19:43:49.406Z Compiling zerocopy v0.6.6
17732024-05-29T19:43:49.431Z Compiling ipnetwork v0.20.0
17742024-05-29T19:43:49.562Z Compiling crypto-bigint v0.5.5
17752024-05-29T19:43:49.881Z Compiling float-cmp v0.9.0
17762024-05-29T19:43:50.088Z Compiling memmap v0.7.0
17772024-05-29T19:43:50.205Z Compiling difflib v0.4.0
17782024-05-29T19:43:50.451Z Compiling normalize-line-endings v0.3.0
17792024-05-29T19:43:50.567Z Checking unicode-ident v1.0.12
17802024-05-29T19:43:50.592Z Compiling whoami v1.5.1
17812024-05-29T19:43:50.712Z Compiling data-encoding v2.6.0
17822024-05-29T19:43:50.972Z Compiling static_assertions v1.1.0
17832024-05-29T19:43:51.072Z Compiling predicates-core v1.0.6
17842024-05-29T19:43:51.171Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17852024-05-29T19:43:51.388Z Compiling predicates v3.1.0
17862024-05-29T19:43:51.616Z Compiling yasna v0.5.2
17872024-05-29T19:43:52.741Z Compiling elliptic-curve v0.13.8
17882024-05-29T19:43:52.902Z Compiling trust-dns-proto v0.22.0
17892024-05-29T19:43:53.257Z Compiling diesel v2.1.6
17902024-05-29T19:43:53.314Z Compiling tokio-postgres v0.7.10
17912024-05-29T19:43:53.476Z Compiling usdt v0.5.0
17922024-05-29T19:43:53.897Z Compiling clap v4.5.4
17932024-05-29T19:43:53.997Z Compiling crossterm v0.27.0
17942024-05-29T19:43:54.473Z Compiling cipher v0.4.4
17952024-05-29T19:43:55.068Z Compiling num-iter v0.1.45
17962024-05-29T19:43:55.231Z Compiling similar v2.5.0
17972024-05-29T19:43:55.683Z Compiling console v0.15.8
17982024-05-29T19:43:55.930Z Compiling tokio-stream v0.1.15
17992024-05-29T19:43:56.954Z Compiling bstr v1.9.1
18002024-05-29T19:43:57.437Z Checking proc-macro2 v1.0.82
18012024-05-29T19:43:58.028Z Checking quote v1.0.36
18022024-05-29T19:44:02.241Z Checking utf8parse v0.2.1
18032024-05-29T19:44:05.693Z Checking anstyle v1.0.7
18042024-05-29T19:44:07.238Z Checking anstyle-parse v0.2.4
18052024-05-29T19:44:07.393Z Checking is_terminal_polyfill v1.70.0
18062024-05-29T19:44:07.479Z Checking anstyle-query v1.0.3
18072024-05-29T19:44:07.591Z Checking colorchoice v1.0.1
18082024-05-29T19:44:07.720Z Checking anstream v0.6.14
18092024-05-29T19:44:07.957Z Checking clap_lex v0.7.0
18102024-05-29T19:44:08.043Z Checking strsim v0.11.1
18112024-05-29T19:44:11.046Z Checking winnow v0.6.8
18122024-05-29T19:44:19.396Z Compiling regress v0.9.1
18132024-05-29T19:44:19.659Z Compiling getopts v0.2.21
18142024-05-29T19:44:19.741Z Compiling unsafe-libyaml v0.2.11
18152024-05-29T19:44:19.767Z Checking heck v0.5.0
18162024-05-29T19:44:20.571Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18172024-05-29T19:44:20.846Z Compiling serde_yaml v0.9.34+deprecated
18182024-05-29T19:44:21.187Z Checking camino v1.1.7
18192024-05-29T19:44:21.302Z Checking base64 v0.22.1
18202024-05-29T19:44:21.388Z Checking is-terminal v0.4.12
18212024-05-29T19:44:21.487Z Compiling ident_case v1.0.1
18222024-05-29T19:44:21.635Z Compiling darling_core v0.20.9
18232024-05-29T19:44:21.677Z Checking sha1 v0.10.6
18242024-05-29T19:44:21.746Z Checking http v1.1.0
18252024-05-29T19:44:21.916Z Compiling paste v1.0.15
18262024-05-29T19:44:22.351Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18272024-05-29T19:44:22.989Z Compiling strum_macros v0.26.2
18282024-05-29T19:44:23.192Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18292024-05-29T19:44:23.542Z Checking match_cfg v0.1.0
18302024-05-29T19:44:23.625Z Checking rustls-pki-types v1.7.0
18312024-05-29T19:44:23.680Z Checking fastrand v2.1.0
18322024-05-29T19:44:23.958Z Checking tempfile v3.10.1
18332024-05-29T19:44:23.992Z Checking hostname v0.3.1
18342024-05-29T19:44:24.268Z Checking dirs-sys-next v0.1.2
18352024-05-29T19:44:24.416Z Checking quick-error v1.2.3
18362024-05-29T19:44:24.532Z Checking dirs-next v2.0.0
18372024-05-29T19:44:24.557Z Checking crossbeam-channel v0.5.12
18382024-05-29T19:44:24.646Z Checking thread_local v1.1.8
18392024-05-29T19:44:24.671Z Compiling rustls v0.22.4
18402024-05-29T19:44:24.871Z Compiling slog-async v2.8.0
18412024-05-29T19:44:24.923Z Checking term v0.7.0
18422024-05-29T19:44:25.137Z Checking rustls-webpki v0.102.4
18432024-05-29T19:44:25.191Z Checking instant v0.1.12
18442024-05-29T19:44:25.279Z Checking take_mut v0.2.2
18452024-05-29T19:44:25.304Z Checking slog-term v2.9.1
18462024-05-29T19:44:25.429Z Checking rustls-pemfile v2.1.2
18472024-05-29T19:44:25.632Z Compiling multer v3.1.0
18482024-05-29T19:44:25.700Z Checking debug-ignore v1.0.5
18492024-05-29T19:44:25.750Z Checking toml v0.8.13
18502024-05-29T19:44:25.838Z Checking slog-json v2.6.1
18512024-05-29T19:44:25.934Z Compiling async-stream-impl v0.3.5
18522024-05-29T19:44:26.063Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18532024-05-29T19:44:26.275Z Checking atomic-waker v1.1.2
18542024-05-29T19:44:26.405Z Checking waitgroup v0.1.2
18552024-05-29T19:44:26.454Z Checking slog-bunyan v2.5.0
18562024-05-29T19:44:26.606Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18572024-05-29T19:44:26.877Z Checking serde_path_to_error v0.1.16
18582024-05-29T19:44:27.104Z Checking async-stream v0.3.5
18592024-05-29T19:44:27.296Z Checking hostname v0.4.0
18602024-05-29T19:44:27.349Z Checking strum v0.26.2
18612024-05-29T19:44:27.413Z Checking newtype-uuid v1.1.0
18622024-05-29T19:44:27.448Z Checking wait-timeout v0.2.0
18632024-05-29T19:44:27.490Z Compiling structmeta-derive v0.3.0
18642024-05-29T19:44:27.606Z Checking rusty-fork v0.3.0
18652024-05-29T19:44:27.631Z Compiling structmeta-derive v0.2.0
18662024-05-29T19:44:27.852Z Checking rand_xorshift v0.3.0
18672024-05-29T19:44:27.940Z Compiling darling_macro v0.20.9
18682024-05-29T19:44:28.006Z Checking unarray v0.1.4
18692024-05-29T19:44:28.138Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18702024-05-29T19:44:28.397Z Checking proptest v1.4.0
18712024-05-29T19:44:28.507Z Checking backoff v0.4.0
18722024-05-29T19:44:28.760Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18732024-05-29T19:44:28.813Z Compiling darling v0.20.9
18742024-05-29T19:44:28.905Z Checking tokio-rustls v0.25.0
18752024-05-29T19:44:28.929Z Compiling serde_with_macros v3.8.1
18762024-05-29T19:44:29.398Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18772024-05-29T19:44:29.528Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18782024-05-29T19:44:29.751Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18792024-05-29T19:44:30.113Z Compiling structmeta v0.3.0
18802024-05-29T19:44:30.138Z Compiling structmeta v0.2.0
18812024-05-29T19:44:30.474Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18822024-05-29T19:44:30.564Z Compiling parse-display-derive v0.9.0
18832024-05-29T19:44:30.608Z Compiling test-strategy v0.3.1
18842024-05-29T19:44:30.633Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
18852024-05-29T19:44:30.911Z Checking macaddr v1.0.1
18862024-05-29T19:44:31.181Z Compiling proc-macro-error-attr v1.0.4
18872024-05-29T19:44:31.485Z Compiling proc-macro-error v1.0.4
18882024-05-29T19:44:31.628Z Checking serde_with v3.8.1
18892024-05-29T19:44:32.422Z Checking camino-tempfile v1.1.1
18902024-05-29T19:44:32.447Z Compiling proc-macro-crate v1.3.1
18912024-05-29T19:44:32.670Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18922024-05-29T19:44:32.964Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18932024-05-29T19:44:33.214Z Compiling foreign-types-macros v0.2.3
18942024-05-29T19:44:33.239Z Checking foreign-types-shared v0.3.1
18952024-05-29T19:44:33.331Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18962024-05-29T19:44:33.405Z Compiling num_enum_derive v0.5.11
18972024-05-29T19:44:33.870Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18982024-05-29T19:44:34.018Z Checking cstr-argument v0.1.2
18992024-05-29T19:44:34.181Z Checking pretty-hex v0.2.1
19002024-05-29T19:44:34.295Z Checking foreign-types v0.5.0
19012024-05-29T19:44:34.333Z Checking tabwriter v1.4.0
19022024-05-29T19:44:34.397Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19032024-05-29T19:44:34.490Z Checking colored v2.1.0
19042024-05-29T19:44:34.544Z Checking socket2 v0.4.10
19052024-05-29T19:44:34.666Z Checking smf v0.2.3
19062024-05-29T19:44:34.699Z Checking humantime v2.1.0
19072024-05-29T19:44:34.726Z Checking parse-display v0.9.0
19082024-05-29T19:44:34.750Z Checking termcolor v1.4.1
19092024-05-29T19:44:34.919Z Checking arc-swap v1.7.1
19102024-05-29T19:44:34.943Z Checking xattr v1.3.1
19112024-05-29T19:44:34.976Z Checking filetime v0.2.23
19122024-05-29T19:44:35.074Z Checking same-file v1.0.6
19132024-05-29T19:44:35.115Z Checking utf-8 v0.7.6
19142024-05-29T19:44:35.145Z Checking newline-converter v0.3.0
19152024-05-29T19:44:35.169Z Checking tar v0.4.40
19162024-05-29T19:44:35.220Z Checking walkdir v2.5.0
19172024-05-29T19:44:35.273Z Checking termtree v0.4.1
19182024-05-29T19:44:35.298Z Compiling heapless v0.8.0
19192024-05-29T19:44:35.298Z Checking slog-scope v4.4.0
19202024-05-29T19:44:35.492Z Checking predicates-tree v1.0.9
19212024-05-29T19:44:35.536Z Checking tungstenite v0.20.1
19222024-05-29T19:44:35.567Z Checking slog-stdlog v4.1.1
19232024-05-29T19:44:35.630Z Checking expectorate v1.1.0
19242024-05-29T19:44:35.703Z Checking slog-envlogger v2.2.0
19252024-05-29T19:44:35.766Z Checking hash32 v0.3.1
19262024-05-29T19:44:35.882Z Compiling smoltcp v0.11.0
19272024-05-29T19:44:35.907Z Checking num_enum v0.5.11
19282024-05-29T19:44:35.907Z Checking embedded-io v0.4.0
19292024-05-29T19:44:35.946Z Compiling crucible-workspace-hack v0.1.0
19302024-05-29T19:44:36.053Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19312024-05-29T19:44:36.115Z Checking cobs v0.2.3
19322024-05-29T19:44:36.191Z Checking sigpipe v0.1.3
19332024-05-29T19:44:36.278Z Checking postcard v1.0.8
19342024-05-29T19:44:36.302Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19352024-05-29T19:44:36.302Z Checking tokio-tungstenite v0.20.1
19362024-05-29T19:44:36.303Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19372024-05-29T19:44:36.533Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19382024-05-29T19:44:36.575Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19392024-05-29T19:44:36.625Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19402024-05-29T19:44:36.756Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19412024-05-29T19:44:36.906Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19422024-05-29T19:44:36.967Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19432024-05-29T19:44:37.292Z Compiling num-derive v0.4.2
19442024-05-29T19:44:37.362Z Compiling mockall_derive v0.12.1
19452024-05-29T19:44:37.473Z Checking downcast v0.11.0
19462024-05-29T19:44:37.642Z Checking fragile v2.0.0
19472024-05-29T19:44:37.871Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19482024-05-29T19:44:38.125Z Checking pem v3.0.4
19492024-05-29T19:44:38.219Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19502024-05-29T19:44:38.380Z Checking atty v0.2.14
19512024-05-29T19:44:38.454Z Compiling derive-where v1.2.7
19522024-05-29T19:44:38.501Z Checking env_logger v0.9.3
19532024-05-29T19:44:38.916Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19542024-05-29T19:44:38.946Z Compiling bitstruct_derive v0.1.0
19552024-05-29T19:44:39.251Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19562024-05-29T19:44:39.279Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19572024-05-29T19:44:39.414Z Checking ascii v1.1.0
19582024-05-29T19:44:39.439Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19592024-05-29T19:44:39.673Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19602024-05-29T19:44:39.814Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19612024-05-29T19:44:39.852Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19622024-05-29T19:44:40.006Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19632024-05-29T19:44:40.229Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19642024-05-29T19:44:40.254Z Checking bitstruct v0.1.1
19652024-05-29T19:44:40.425Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19662024-05-29T19:44:40.575Z Checking erased-serde v0.3.31
19672024-05-29T19:44:40.668Z Checking serde_arrays v0.1.0
19682024-05-29T19:44:40.692Z Compiling heck v0.3.3
19692024-05-29T19:44:40.819Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19702024-05-29T19:44:40.943Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19712024-05-29T19:44:41.066Z Checking tungstenite v0.21.0
19722024-05-29T19:44:41.091Z Compiling zone_cfg_derive v0.1.2
19732024-05-29T19:44:41.471Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19742024-05-29T19:44:41.671Z Checking base64 v0.13.1
19752024-05-29T19:44:41.715Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19762024-05-29T19:44:41.810Z Checking tokio-tungstenite v0.21.0
19772024-05-29T19:44:42.040Z Checking ron v0.7.1
19782024-05-29T19:44:42.275Z Checking headers-core v0.2.0
19792024-05-29T19:44:42.303Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19802024-05-29T19:44:42.384Z Checking zone v0.1.8
19812024-05-29T19:44:42.409Z Checking portpicker v0.1.1
19822024-05-29T19:44:42.527Z Checking headers v0.3.9
19832024-05-29T19:44:42.563Z Checking rcgen v0.12.1
19842024-05-29T19:44:42.918Z Checking atomicwrites v0.4.3
19852024-05-29T19:44:43.007Z Checking subprocess v0.2.9
19862024-05-29T19:44:43.089Z Compiling convert_case v0.4.0
19872024-05-29T19:44:43.127Z Checking linked-hash-map v0.5.6
19882024-05-29T19:44:43.221Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19892024-05-29T19:44:43.347Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19902024-05-29T19:44:43.453Z Checking lru-cache v0.1.2
19912024-05-29T19:44:43.499Z Checking password-hash v0.5.0
19922024-05-29T19:44:43.525Z Checking blake2 v0.10.6
19932024-05-29T19:44:43.617Z Checking swrite v0.1.0
19942024-05-29T19:44:43.722Z Compiling rayon-core v1.12.1
19952024-05-29T19:44:43.900Z Checking resolv-conf v0.7.0
19962024-05-29T19:44:43.925Z Checking argon2 v0.5.3
19972024-05-29T19:44:43.966Z Compiling derive_more v0.99.17
19982024-05-29T19:44:44.008Z Checking half v2.4.1
19992024-05-29T19:44:44.207Z Checking trust-dns-resolver v0.22.0
20002024-05-29T19:44:44.244Z Checking mockall v0.12.1
20012024-05-29T19:44:44.399Z Checking ciborium-io v0.2.2
20022024-05-29T19:44:44.434Z Compiling cancel-safe-futures v0.1.5
20032024-05-29T19:44:44.516Z Checking ciborium-ll v0.2.2
20042024-05-29T19:44:44.541Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20052024-05-29T19:44:44.745Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20062024-05-29T19:44:44.770Z Checking ciborium v0.2.2
20072024-05-29T19:44:45.045Z Compiling slog-dtrace v0.3.0
20082024-05-29T19:44:45.075Z Compiling semver v0.1.20
20092024-05-29T19:44:45.250Z Checking libsw v3.3.1
20102024-05-29T19:44:45.539Z Compiling rustc_version v0.1.7
20112024-05-29T19:44:45.564Z Checking linear-map v1.2.0
20122024-05-29T19:44:45.686Z Checking owo-colors v4.0.0
20132024-05-29T19:44:45.711Z Compiling unicode-xid v0.2.4
20142024-05-29T19:44:45.768Z Compiling radium v0.7.0
20152024-05-29T19:44:45.857Z Checking num-rational v0.4.2
20162024-05-29T19:44:45.882Z Checking num-complex v0.4.6
20172024-05-29T19:44:45.992Z Compiling newtype_derive v0.1.6
20182024-05-29T19:44:46.172Z Checking nibble_vec v0.1.0
20192024-05-29T19:44:46.342Z Checking endian-type v0.1.2
20202024-05-29T19:44:46.392Z Compiling maybe-uninit v2.0.0
20212024-05-29T19:44:46.421Z Checking steno v0.4.0
20222024-05-29T19:44:46.534Z Checking tap v1.0.1
20232024-05-29T19:44:46.623Z Checking num v0.4.3
20242024-05-29T19:44:46.683Z Checking wyz v0.5.1
20252024-05-29T19:44:46.716Z Checking radix_trie v0.2.1
20262024-05-29T19:44:47.011Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20272024-05-29T19:44:47.072Z Compiling bzip2-sys v0.1.11+1.0.8
20282024-05-29T19:44:47.156Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20292024-05-29T19:44:47.230Z Checking fxhash v0.2.1
20302024-05-29T19:44:47.384Z Compiling packed_struct v0.10.1
20312024-05-29T19:44:47.444Z Checking crc-catalog v2.4.0
20322024-05-29T19:44:47.564Z Compiling num-bigint-dig v0.8.4
20332024-05-29T19:44:47.769Z Checking funty v2.0.0
20342024-05-29T19:44:47.879Z Checking crc v3.2.1
20352024-05-29T19:44:48.324Z Compiling packed_struct_codegen v0.10.1
20362024-05-29T19:44:48.351Z Compiling indexmap v1.9.3
20372024-05-29T19:44:48.565Z Checking bitvec v1.0.1
20382024-05-29T19:44:48.590Z Checking nodrop v0.1.14
20392024-05-29T19:44:48.697Z Checking array-init v0.0.4
20402024-05-29T19:44:48.807Z Checking smallvec v0.6.14
20412024-05-29T19:44:49.084Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20422024-05-29T19:44:49.335Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20432024-05-29T19:44:49.545Z Checking pkcs1 v0.7.5
20442024-05-29T19:44:49.727Z Checking signature v2.2.0
20452024-05-29T19:44:49.887Z Checking bitfield v0.14.0
20462024-05-29T19:44:49.912Z Checking hashbrown v0.12.3
20472024-05-29T19:44:50.126Z Checking serde-hex v0.1.0
20482024-05-29T19:44:50.524Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20492024-05-29T19:44:50.839Z Checking bzip2 v0.4.4
20502024-05-29T19:44:50.932Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20512024-05-29T19:44:51.010Z Checking rsa v0.9.6
20522024-05-29T19:44:51.124Z Checking env_logger v0.10.2
20532024-05-29T19:44:51.159Z Checking x509-cert v0.2.5
20542024-05-29T19:44:51.195Z Checking ron v0.8.1
20552024-05-29T19:44:51.486Z Checking hashbrown v0.13.2
20562024-05-29T19:44:51.512Z Compiling home v0.5.9
20572024-05-29T19:44:51.742Z Checking crc-any v2.5.0
20582024-05-29T19:44:51.862Z Checking zip v0.6.6
20592024-05-29T19:44:52.059Z Checking display-error-chain v0.2.0
20602024-05-29T19:44:52.199Z Checking path-slash v0.1.5
20612024-05-29T19:44:52.297Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20622024-05-29T19:44:52.322Z Compiling async-recursion v1.1.1
20632024-05-29T19:44:52.372Z Checking object v0.30.4
20642024-05-29T19:44:52.450Z Compiling blake3 v1.5.1
20652024-05-29T19:44:52.477Z Compiling ring v0.16.20
20662024-05-29T19:44:52.517Z Compiling buf-list v1.0.3
20672024-05-29T19:44:53.037Z Checking maplit v1.0.2
20682024-05-29T19:44:53.267Z Checking gethostname v0.4.3
20692024-05-29T19:44:53.387Z Compiling libefi-sys v0.1.0
20702024-05-29T19:44:53.387Z Compiling parking_lot_core v0.8.6
20712024-05-29T19:44:53.475Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20722024-05-29T19:44:53.731Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20732024-05-29T19:44:53.913Z Compiling crossbeam-deque v0.8.5
20742024-05-29T19:44:53.982Z Checking keccak v0.1.5
20752024-05-29T19:44:54.012Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20762024-05-29T19:44:54.207Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20772024-05-29T19:44:54.257Z Checking sha3 v0.10.8
20782024-05-29T19:44:54.336Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20792024-05-29T19:44:54.648Z Checking parking_lot v0.11.2
20802024-05-29T19:44:54.947Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20812024-05-29T19:44:55.074Z Checking trust-dns-client v0.22.0
20822024-05-29T19:44:55.154Z Compiling synstructure v0.12.6
20832024-05-29T19:44:55.414Z Checking toml v0.5.11
20842024-05-29T19:44:55.668Z Checking secrecy v0.8.0
20852024-05-29T19:44:55.844Z Compiling pin-project-internal v1.1.5
20862024-05-29T19:44:56.201Z Compiling rayon v1.10.0
20872024-05-29T19:44:56.274Z Checking sled v0.34.7
20882024-05-29T19:44:56.607Z Checking trust-dns-server v0.22.1
20892024-05-29T19:44:56.695Z Compiling zerocopy-derive v0.2.0
20902024-05-29T19:44:58.319Z Compiling memmap2 v0.9.4
20912024-05-29T19:44:58.471Z Checking pin-project v1.1.5
20922024-05-29T19:44:58.590Z Compiling untrusted v0.7.1
20932024-05-29T19:44:58.620Z Compiling constant_time_eq v0.3.0
20942024-05-29T19:44:58.726Z Compiling arrayvec v0.7.4
20952024-05-29T19:44:58.757Z Compiling arrayref v0.3.7
20962024-05-29T19:44:59.267Z Compiling toolchain_find v0.4.0
20972024-05-29T19:44:59.434Z Compiling vte_generate_state_changes v0.1.1
20982024-05-29T19:44:59.466Z Compiling topological-sort v0.2.2
20992024-05-29T19:44:59.665Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
21002024-05-29T19:44:59.961Z Checking vte v0.11.1
21012024-05-29T19:45:00.078Z Compiling rustfmt-wrapper v0.2.1
21022024-05-29T19:45:00.586Z Compiling omicron-zone-package v0.11.0
21032024-05-29T19:45:00.694Z Checking fd-lock v4.0.2
21042024-05-29T19:45:00.733Z Compiling glob v0.3.1
21052024-05-29T19:45:07.472Z Checking strip-ansi-escapes v0.2.0
21062024-05-29T19:45:07.472Z Compiling usdt-impl v0.3.5
21072024-05-29T19:45:07.472Z Checking nu-ansi-term v0.50.0
21082024-05-29T19:45:07.597Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21092024-05-29T19:45:07.597Z Checking reedline v0.31.0
21102024-05-29T19:45:07.598Z Compiling zerocopy v0.3.2
21112024-05-29T19:45:07.598Z Compiling prettyplease v0.2.20
21122024-05-29T19:45:07.598Z Compiling dtrace-parser v0.1.14
21132024-05-29T19:45:07.598Z Compiling snafu-derive v0.8.2
21142024-05-29T19:45:07.599Z Compiling dof v0.1.5
21152024-05-29T19:45:07.599Z Checking globset v0.4.14
21162024-05-29T19:45:07.599Z Checking olpc-cjson v0.1.3
21172024-05-29T19:45:07.600Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21182024-05-29T19:45:07.600Z Compiling serde_tokenstream v0.1.7
21192024-05-29T19:45:07.600Z Checking serde_plain v1.0.2
21202024-05-29T19:45:07.600Z Compiling memoffset v0.7.1
21212024-05-29T19:45:07.600Z Compiling crunchy v0.2.2
21222024-05-29T19:45:07.601Z Checking typed-path v0.7.1
21232024-05-29T19:45:07.601Z Compiling platforms v3.4.0
21242024-05-29T19:45:07.696Z Compiling clang-sys v1.7.0
21252024-05-29T19:45:07.697Z Compiling curve25519-dalek v4.1.2
21262024-05-29T19:45:07.697Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21272024-05-29T19:45:07.697Z Compiling unicase v2.7.0
21282024-05-29T19:45:07.697Z Checking parse-size v1.0.0
21292024-05-29T19:45:07.698Z Compiling tiny-keccak v2.0.2
21302024-05-29T19:45:07.698Z Compiling usdt-macro v0.3.5
21312024-05-29T19:45:07.698Z Compiling usdt-attr-macro v0.3.5
21322024-05-29T19:45:07.698Z Checking universal-hash v0.5.1
21332024-05-29T19:45:07.698Z Compiling thiserror-impl-no-std v2.0.2
21342024-05-29T19:45:07.698Z Compiling curve25519-dalek-derive v0.1.1
21352024-05-29T19:45:07.698Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21362024-05-29T19:45:07.698Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21372024-05-29T19:45:07.698Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21382024-05-29T19:45:07.698Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21392024-05-29T19:45:07.698Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21402024-05-29T19:45:07.699Z Checking snafu v0.8.2
21412024-05-29T19:45:07.699Z Checking tough v0.17.1
21422024-05-29T19:45:07.755Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21432024-05-29T19:45:07.852Z Checking nanorand v0.7.0
21442024-05-29T19:45:08.145Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21452024-05-29T19:45:08.381Z Checking opaque-debug v0.3.1
21462024-05-29T19:45:08.454Z Checking signature v1.6.4
21472024-05-29T19:45:08.496Z Checking bytecount v0.6.8
21482024-05-29T19:45:08.570Z Compiling salty v0.2.0
21492024-05-29T19:45:08.606Z Compiling cfg_aliases v0.1.1
21502024-05-29T19:45:08.716Z Compiling nix v0.28.0
21512024-05-29T19:45:09.018Z Checking papergrid v0.11.0
21522024-05-29T19:45:09.245Z Checking ed25519 v1.5.3
21532024-05-29T19:45:09.360Z Checking poly1305 v0.8.0
21542024-05-29T19:45:09.415Z Checking thiserror-no-std v2.0.2
21552024-05-29T19:45:10.066Z Checking flume v0.11.0
21562024-05-29T19:45:10.114Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21572024-05-29T19:45:10.115Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21582024-05-29T19:45:10.115Z Checking usdt v0.3.5
21592024-05-29T19:45:10.597Z Compiling ascii-canvas v3.0.0
21602024-05-29T19:45:10.743Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21612024-05-29T19:45:10.815Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21622024-05-29T19:45:11.026Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21632024-05-29T19:45:11.259Z Compiling tabled_derive v0.7.0
21642024-05-29T19:45:11.433Z Checking chacha20 v0.9.1
21652024-05-29T19:45:11.503Z Checking aead v0.5.2
21662024-05-29T19:45:11.545Z Checking serde-big-array v0.5.1
21672024-05-29T19:45:11.696Z Checking kstat-rs v0.2.3
21682024-05-29T19:45:11.731Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21692024-05-29T19:45:11.779Z Compiling ena v0.14.3
21702024-05-29T19:45:12.269Z Compiling libloading v0.8.3
21712024-05-29T19:45:12.306Z Compiling bindgen v0.69.4
21722024-05-29T19:45:12.306Z Compiling diff v0.1.13
21732024-05-29T19:45:12.306Z Compiling regex-syntax v0.6.29
21742024-05-29T19:45:12.480Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21752024-05-29T19:45:13.173Z Checking chacha20poly1305 v0.10.1
21762024-05-29T19:45:13.212Z Checking vsss-rs v3.3.4
21772024-05-29T19:45:13.366Z Checking tabled v0.15.0
21782024-05-29T19:45:13.854Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
21792024-05-29T19:45:14.983Z Compiling lalrpop v0.19.12
21802024-05-29T19:45:15.586Z Compiling which v4.4.2
21812024-05-29T19:45:15.889Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21822024-05-29T19:45:16.104Z Checking signal-hook-tokio v0.3.1
21832024-05-29T19:45:16.132Z Compiling cexpr v0.6.0
21842024-05-29T19:45:16.254Z Checking serde-big-array v0.4.1
21852024-05-29T19:45:16.403Z Compiling shlex v1.3.0
21862024-05-29T19:45:16.950Z Compiling ref-cast v1.0.23
21872024-05-29T19:45:17.212Z Compiling lazycell v1.3.0
21882024-05-29T19:45:17.287Z Compiling rustc-hash v1.1.0
21892024-05-29T19:45:17.477Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21902024-05-29T19:45:17.697Z Compiling mime_guess v2.0.4
21912024-05-29T19:45:18.937Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21922024-05-29T19:45:19.984Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21932024-05-29T19:45:20.202Z Compiling derive_builder_core v0.20.0
21942024-05-29T19:45:20.288Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21952024-05-29T19:45:21.545Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21962024-05-29T19:45:22.269Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21972024-05-29T19:45:22.298Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21982024-05-29T19:45:23.376Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21992024-05-29T19:45:23.987Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22002024-05-29T19:45:24.229Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22012024-05-29T19:45:25.394Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22022024-05-29T19:45:25.542Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22032024-05-29T19:45:25.777Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22042024-05-29T19:45:25.860Z Compiling peg-macros v0.8.3
22052024-05-29T19:45:27.113Z Compiling ref-cast-impl v1.0.23
22062024-05-29T19:45:27.520Z Compiling sqlparser_derive v0.2.2
22072024-05-29T19:45:28.094Z Compiling libxml v0.3.3
22082024-05-29T19:45:28.418Z Checking corncobs v0.1.3
22092024-05-29T19:45:28.521Z Checking unicode_categories v0.1.1
22102024-05-29T19:45:28.770Z Checking sqlformat v0.2.3
22112024-05-29T19:45:28.796Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22122024-05-29T19:45:28.821Z Checking peg v0.8.3
22132024-05-29T19:45:28.911Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22142024-05-29T19:45:29.088Z Checking rustyline v14.0.0
22152024-05-29T19:45:29.146Z Checking sqlparser v0.45.0
22162024-05-29T19:45:30.613Z Compiling derive_builder_macro v0.20.0
22172024-05-29T19:45:30.741Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22182024-05-29T19:45:31.166Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22192024-05-29T19:45:31.565Z Checking bcs v0.1.6
22202024-05-29T19:45:31.711Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22212024-05-29T19:45:31.958Z Compiling strum_macros v0.24.3
22222024-05-29T19:45:32.601Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22232024-05-29T19:45:32.829Z Compiling cookie v0.18.1
22242024-05-29T19:45:33.060Z Compiling indoc v1.0.9
22252024-05-29T19:45:33.910Z Checking highway v1.1.0
22262024-05-29T19:45:34.625Z Checking derive_builder v0.20.0
22272024-05-29T19:45:34.726Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22282024-05-29T19:45:34.777Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22292024-05-29T19:45:34.918Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22302024-05-29T19:45:35.462Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22312024-05-29T19:45:36.160Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22322024-05-29T19:45:36.528Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22332024-05-29T19:45:36.849Z Compiling const_format_proc_macros v0.2.32
22342024-05-29T19:45:36.924Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22352024-05-29T19:45:38.807Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22362024-05-29T19:45:39.036Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22372024-05-29T19:45:39.258Z Checking bb8 v0.8.3
22382024-05-29T19:45:39.486Z Checking quick-xml v0.31.0
22392024-05-29T19:45:39.514Z Compiling oso-derive v0.27.3
22402024-05-29T19:45:39.577Z Compiling impl-trait-for-tuples v0.2.2
22412024-05-29T19:45:39.635Z Checking http-range v0.1.5
22422024-05-29T19:45:39.792Z Checking hyper-staticfile v0.9.5
22432024-05-29T19:45:40.132Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22442024-05-29T19:45:40.322Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22452024-05-29T19:45:40.656Z Checking const_format v0.2.32
22462024-05-29T19:45:41.034Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22472024-05-29T19:45:41.244Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22482024-05-29T19:45:41.840Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22492024-05-29T19:45:42.830Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22502024-05-29T19:45:43.581Z Checking assert_matches v1.5.0
22512024-05-29T19:45:43.626Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22522024-05-29T19:45:43.678Z Checking rand_seeder v0.2.3
22532024-05-29T19:45:43.872Z Compiling portable-atomic v1.6.0
22542024-05-29T19:45:44.301Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22552024-05-29T19:45:44.380Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22562024-05-29T19:45:44.506Z Checking number_prefix v0.4.0
22572024-05-29T19:45:44.673Z Checking castaway v0.2.2
22582024-05-29T19:45:44.822Z Checking compact_str v0.7.1
22592024-05-29T19:45:45.441Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22602024-05-29T19:45:45.586Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22612024-05-29T19:45:45.635Z Checking indicatif v0.17.8
22622024-05-29T19:45:45.677Z Checking lru v0.12.3
22632024-05-29T19:45:45.819Z Compiling stability v0.2.0
22642024-05-29T19:45:45.921Z Compiling indoc v2.0.5
22652024-05-29T19:45:46.275Z Checking cassowary v0.3.0
22662024-05-29T19:45:46.665Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22672024-05-29T19:45:46.690Z Checking smawk v0.3.2
22682024-05-29T19:45:46.866Z Checking ratatui v0.26.2
22692024-05-29T19:45:46.891Z Checking unicode-linebreak v0.1.5
22702024-05-29T19:45:47.217Z Checking textwrap v0.16.1
22712024-05-29T19:45:47.556Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22722024-05-29T19:45:47.795Z Checking is_ci v1.2.0
22732024-05-29T19:45:47.939Z Checking supports-color v3.0.0
22742024-05-29T19:45:48.154Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22752024-05-29T19:45:48.754Z Checking fatfs v0.3.6
22762024-05-29T19:45:48.781Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22772024-05-29T19:45:49.418Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22782024-05-29T19:45:49.624Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22792024-05-29T19:45:49.688Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22802024-05-29T19:45:49.832Z Checking shell-words v1.1.0
22812024-05-29T19:45:50.003Z Checking rtoolbox v0.0.2
22822024-05-29T19:45:50.188Z Checking rpassword v7.3.1
22832024-05-29T19:45:50.753Z Checking tui-tree-widget v0.19.0
22842024-05-29T19:45:50.778Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22852024-05-29T19:45:50.779Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22862024-05-29T19:45:50.779Z Checking yansi v0.5.1
22872024-05-29T19:45:51.115Z Checking pretty_assertions v1.4.0
22882024-05-29T19:45:51.629Z Compiling target-lexicon v0.12.14
22892024-05-29T19:45:51.709Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22902024-05-29T19:45:51.950Z Checking cargo-platform v0.1.8
22912024-05-29T19:45:52.212Z Compiling doc-comment v0.3.3
22922024-05-29T19:45:52.506Z Compiling guppy-workspace-hack v0.1.0
22932024-05-29T19:45:52.682Z Checking plotters-backend v0.3.5
22942024-05-29T19:45:52.945Z Checking cargo_metadata v0.18.1
22952024-05-29T19:45:52.997Z Checking plotters-svg v0.3.5
22962024-05-29T19:45:53.176Z Checking http-body v1.0.0
22972024-05-29T19:45:53.277Z Checking regex-automata v0.1.10
22982024-05-29T19:45:53.373Z Compiling assert_cmd v2.0.14
22992024-05-29T19:45:53.613Z Compiling target-spec v3.1.0
23002024-05-29T19:45:53.675Z Checking tower-layer v0.3.2
23012024-05-29T19:45:53.904Z Checking cast v0.3.0
23022024-05-29T19:45:54.073Z Checking tower v0.4.13
23032024-05-29T19:45:54.162Z Checking criterion-plot v0.5.0
23042024-05-29T19:45:54.311Z Checking bstr v0.2.17
23052024-05-29T19:45:54.587Z Checking hyper v1.3.1
23062024-05-29T19:45:54.713Z Checking cfg-expr v0.15.8
23072024-05-29T19:45:55.006Z Checking plotters v0.3.5
23082024-05-29T19:45:55.531Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23092024-05-29T19:45:55.608Z Checking tinytemplate v1.2.1
23102024-05-29T19:45:55.909Z Checking csv-core v0.1.11
23112024-05-29T19:45:56.265Z Checking oorandom v11.1.3
23122024-05-29T19:45:56.423Z Checking anes v0.1.6
23132024-05-29T19:45:56.749Z Checking criterion v0.5.1
23142024-05-29T19:45:56.930Z Checking csv v1.3.0
23152024-05-29T19:45:57.765Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23162024-05-29T19:45:57.789Z Checking hyper-util v0.1.3
23172024-05-29T19:45:58.581Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23182024-05-29T19:45:58.748Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23192024-05-29T19:45:58.914Z Checking httptest v0.15.5
23202024-05-29T19:45:59.080Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23212024-05-29T19:45:59.472Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23222024-05-29T19:45:59.523Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23232024-05-29T19:46:00.788Z Checking rustls-native-certs v0.7.0
23242024-05-29T19:46:00.912Z Checking pathdiff v0.2.1
23252024-05-29T19:46:01.220Z Checking nested v0.1.1
23262024-05-29T19:46:01.392Z Checking guppy v0.17.5
23272024-05-29T19:46:03.025Z Checking hyper-rustls v0.26.0
23282024-05-29T19:46:03.164Z Checking escape8259 v0.5.2
23292024-05-29T19:46:03.318Z Checking threadpool v1.8.1
23302024-05-29T19:46:03.347Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23312024-05-29T19:46:03.496Z Checking libtest-mimic v0.7.3
23322024-05-29T19:46:03.887Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23332024-05-29T19:46:04.127Z Checking similar-asserts v1.5.0
23342024-05-29T19:46:04.198Z Checking fancy-regex v0.13.0
23352024-05-29T19:46:04.324Z Compiling rstest_macros v0.19.0
23362024-05-29T19:46:04.854Z Checking datatest-stable v0.2.9
23372024-05-29T19:46:04.906Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23382024-05-29T19:46:05.108Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23392024-05-29T19:46:05.345Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23402024-05-29T19:46:05.577Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23412024-05-29T19:46:05.977Z Compiling relative-path v1.9.3
23422024-05-29T19:46:06.007Z Compiling trybuild v1.0.96
23432024-05-29T19:46:06.317Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23442024-05-29T19:46:06.422Z Checking blake2b_simd v1.0.2
23452024-05-29T19:46:07.112Z Checking multimap v0.10.0
23462024-05-29T19:46:07.361Z Checking futures-timer v3.0.3
23472024-05-29T19:46:07.629Z Checking rust-argon2 v2.1.0
23482024-05-29T19:46:10.417Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23492024-05-29T19:46:12.150Z Checking partial-io v0.5.4
23502024-05-29T19:46:12.500Z Checking approx v0.5.1
23512024-05-29T19:46:12.712Z Checking uzers v0.11.3
23522024-05-29T19:46:13.024Z Checking termios v0.3.3
23532024-05-29T19:46:13.230Z Checking hex-literal v0.4.1
23542024-05-29T19:46:14.800Z Checking rstest v0.19.0
23552024-05-29T19:46:16.561Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23562024-05-29T19:46:18.097Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23572024-05-29T19:46:23.985Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23582024-05-29T19:46:31.968Z Compiling samael v0.0.15
23592024-05-29T19:46:56.652Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23602024-05-29T19:46:57.947Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23612024-05-29T19:47:12.221Z Compiling polar-core v0.27.3
23622024-05-29T19:47:21.526Z Checking oso v0.27.3
23632024-05-29T19:48:01.893Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23642024-05-29T19:48:01.893Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23652024-05-29T19:48:01.926Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23662024-05-29T19:49:41.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 53s
23672024-05-29T19:49:41.624Z
23682024-05-29T19:49:41.624Zreal 7:49.828361002
23692024-05-29T19:49:41.624Zuser 35:15.424994252
23702024-05-29T19:49:41.624Zsys 6:27.968140591
23712024-05-29T19:49:41.624Ztrap 1.102988887
23722024-05-29T19:49:41.624Ztflt 0.571533840
23732024-05-29T19:49:41.624Zdflt 1.872725093
23742024-05-29T19:49:41.649Zkflt 0.002886596
23752024-05-29T19:49:41.649Zlock 1:00:25.914952826
23762024-05-29T19:49:41.649Zslp 1:45:26.854975731
23772024-05-29T19:49:41.649Zlat 1:52.821436579
23782024-05-29T19:49:41.649Zstop 5:43.512432316
23792024-05-29T19:49:42.985Zwarning: output filename collision.
23802024-05-29T19:49:42.985ZThe 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=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
23812024-05-29T19:49:42.985ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23822024-05-29T19:49:42.985ZThe targets should have unique names.
23832024-05-29T19:49:42.985ZThis is a known bug where multiple crates with the same name use
23842024-05-29T19:49:42.985Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23852024-05-29T19:49:42.985Zwarning: output filename collision.
23862024-05-29T19:49:42.985ZThe 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=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
23872024-05-29T19:49:42.985ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23882024-05-29T19:49:42.985ZThe targets should have unique names.
23892024-05-29T19:49:42.986ZThis is a known bug where multiple crates with the same name use
23902024-05-29T19:49:42.986Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23912024-05-29T19:49:43.057Zwarning: output filename collision.
23922024-05-29T19:49:43.058ZThe 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.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
23932024-05-29T19:49:43.058ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23942024-05-29T19:49:43.058ZThe targets should have unique names.
23952024-05-29T19:49:43.058ZThis is a known bug where multiple crates with the same name use
23962024-05-29T19:49:43.058Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23972024-05-29T19:49:43.058Zwarning: output filename collision.
23982024-05-29T19:49:43.058ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`.
23992024-05-29T19:49:43.058ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24002024-05-29T19:49:43.058ZThe targets should have unique names.
24012024-05-29T19:49:43.058ZThis is a known bug where multiple crates with the same name use
24022024-05-29T19:49:43.058Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24032024-05-29T19:49:43.058Zwarning: output filename collision.
24042024-05-29T19:49:43.058ZThe 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)`.
24052024-05-29T19:49:43.058ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24062024-05-29T19:49:43.058ZThe targets should have unique names.
24072024-05-29T19:49:43.058ZThis is a known bug where multiple crates with the same name use
24082024-05-29T19:49:43.058Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24092024-05-29T19:49:43.058Zwarning: output filename collision.
24102024-05-29T19:49:43.058ZThe 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)`.
24112024-05-29T19:49:43.058ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24122024-05-29T19:49:43.058ZThe targets should have unique names.
24132024-05-29T19:49:43.058ZThis is a known bug where multiple crates with the same name use
24142024-05-29T19:49:43.059Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24152024-05-29T19:49:43.059Zwarning: output filename collision.
24162024-05-29T19:49:43.059ZThe 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=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
24172024-05-29T19:49:43.059ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24182024-05-29T19:49:43.059ZThe targets should have unique names.
24192024-05-29T19:49:43.059ZThis is a known bug where multiple crates with the same name use
24202024-05-29T19:49:43.059Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24212024-05-29T19:49:43.059Zwarning: output filename collision.
24222024-05-29T19:49:43.059ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#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)`.
24232024-05-29T19:49:43.059ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24242024-05-29T19:49:43.059ZThe targets should have unique names.
24252024-05-29T19:49:43.059ZThis is a known bug where multiple crates with the same name use
24262024-05-29T19:49:43.059Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24272024-05-29T19:49:43.059Zwarning: output filename collision.
24282024-05-29T19:49:43.059ZThe 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`.
24292024-05-29T19:49:43.059ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24302024-05-29T19:49:43.059ZThe targets should have unique names.
24312024-05-29T19:49:43.059ZThis is a known bug where multiple crates with the same name use
24322024-05-29T19:49:43.059Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24332024-05-29T19:49:43.669Z Documenting libc v0.2.153
24342024-05-29T19:49:43.700Z Documenting cfg-if v1.0.0
24352024-05-29T19:49:43.732Z Documenting serde_derive v1.0.202
24362024-05-29T19:49:43.776Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24372024-05-29T19:49:43.776Z Documenting log v0.4.21
24382024-05-29T19:49:43.805Z Documenting memchr v2.7.2
24392024-05-29T19:49:43.831Z Documenting itoa v1.0.11
24402024-05-29T19:49:43.831Z Documenting byteorder v1.5.0
24412024-05-29T19:49:44.025Z Documenting scopeguard v1.2.0
24422024-05-29T19:49:46.460Z Documenting smallvec v1.13.2
24432024-05-29T19:49:46.645Z Documenting pin-project-lite v0.2.14
24442024-05-29T19:49:47.767Z Documenting getrandom v0.2.14
24452024-05-29T19:49:47.830Z Documenting libm v0.2.8
24462024-05-29T19:49:47.906Z Documenting signal-hook-registry v1.4.2
24472024-05-29T19:49:48.122Z Documenting lock_api v0.4.12
24482024-05-29T19:49:48.161Z Documenting mio v0.8.11
24492024-05-29T19:49:49.451Z Documenting once_cell v1.19.0
24502024-05-29T19:49:49.520Z Documenting parking_lot_core v0.9.10
24512024-05-29T19:49:50.422Z Documenting serde v1.0.202
24522024-05-29T19:49:51.164Z Documenting num-traits v0.2.19
24532024-05-29T19:49:51.830Z Documenting rand_core v0.6.4
24542024-05-29T19:49:52.357Z Documenting thiserror-impl v1.0.60
24552024-05-29T19:49:52.419Z Documenting zeroize_derive v1.4.2
24562024-05-29T19:49:52.520Z Documenting ryu v1.0.18
24572024-05-29T19:49:53.488Z Documenting futures-core v0.3.30
24582024-05-29T19:49:54.316Z Documenting parking_lot v0.12.2
24592024-05-29T19:49:55.327Z Documenting socket2 v0.5.7
24602024-05-29T19:49:55.973Z Documenting num_cpus v1.16.0
24612024-05-29T19:49:56.529Z Documenting tokio-macros v2.2.0
24622024-05-29T19:49:57.348Z Documenting zeroize v1.7.0
24632024-05-29T19:49:57.679Z Documenting thiserror v1.0.60
24642024-05-29T19:49:57.712Z Documenting zerocopy v0.7.34
24652024-05-29T19:49:58.287Z Documenting futures-sink v0.3.30
24662024-05-29T19:49:59.740Z Documenting typenum v1.17.0
24672024-05-29T19:50:00.204Z Documenting pin-utils v0.1.0
24682024-05-29T19:50:02.350Z Documenting iana-time-zone v0.1.60
24692024-05-29T19:50:02.392Z Documenting subtle v2.5.0
24702024-05-29T19:50:02.392Z Documenting slab v0.4.9
24712024-05-29T19:50:02.432Z Documenting futures-channel v0.3.30
24722024-05-29T19:50:10.236Z Documenting bytes v1.6.0
24732024-05-29T19:50:13.972Z Documenting bitflags v2.5.0
24742024-05-29T19:50:14.008Z Documenting serde_json v1.0.117
24752024-05-29T19:50:14.077Z Documenting chrono v0.4.38
24762024-05-29T19:50:14.116Z Documenting futures-macro v0.3.30
24772024-05-29T19:50:14.171Z Documenting futures-io v0.3.30
24782024-05-29T19:50:14.351Z Documenting tokio v1.37.0
24792024-05-29T19:50:14.376Z Documenting futures-task v0.3.30
24802024-05-29T19:50:15.229Z Documenting generic-array v0.14.7
24812024-05-29T19:50:18.281Z Documenting uuid v1.8.0
24822024-05-29T19:50:18.826Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24832024-05-29T19:50:18.826Z Documenting ahash v0.8.11
24842024-05-29T19:50:18.826Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24852024-05-29T19:50:19.008Z Documenting futures-util v0.3.30
24862024-05-29T19:50:19.396Z Documenting allocator-api2 v0.2.18
24872024-05-29T19:50:19.708Z Documenting tinyvec_macros v0.1.1
24882024-05-29T19:50:19.862Z Documenting crypto-common v0.1.6
24892024-05-29T19:50:20.085Z Documenting const-oid v0.9.6
24902024-05-29T19:50:22.426Z Documenting tinyvec v1.6.0
24912024-05-29T19:50:22.692Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24922024-05-29T19:50:22.743Z Checking serde_derive_internals v0.29.1
24932024-05-29T19:50:23.157Z Documenting hashbrown v0.14.5
24942024-05-29T19:50:23.286Z Documenting serde_derive_internals v0.29.1
24952024-05-29T19:50:24.281Z Documenting dyn-clone v1.0.17
24962024-05-29T19:50:25.309Z Documenting ppv-lite86 v0.2.17
24972024-05-29T19:50:25.948Z Documenting unicode-normalization v0.1.23
24982024-05-29T19:50:25.979Z Documenting tracing-core v0.1.32
24992024-05-29T19:50:27.394Z Documenting tracing-attributes v0.1.27
25002024-05-29T19:50:28.465Z Documenting rand_chacha v0.3.1
25012024-05-29T19:50:28.548Z Documenting unicode-bidi v0.3.15
25022024-05-29T19:50:28.875Z Documenting schemars_derive v0.8.20
25032024-05-29T19:50:29.032Z Documenting lazy_static v1.4.0
25042024-05-29T19:50:30.351Z Documenting percent-encoding v2.3.1
25052024-05-29T19:50:30.385Z Documenting block-buffer v0.10.4
25062024-05-29T19:50:31.832Z Documenting powerfmt v0.2.0
25072024-05-29T19:50:32.814Z Documenting equivalent v1.0.1
25082024-05-29T19:50:32.877Z Documenting rand v0.8.5
25092024-05-29T19:50:33.199Z Documenting time-macros v0.2.18
25102024-05-29T19:50:34.236Z Documenting form_urlencoded v1.2.1
25112024-05-29T19:50:36.039Z Documenting schemars v0.8.20
25122024-05-29T19:50:36.067Z Documenting deranged v0.3.11
25132024-05-29T19:50:36.216Z Documenting digest v0.10.7
25142024-05-29T19:50:36.242Z Documenting indexmap v2.2.6
25152024-05-29T19:50:37.357Z Documenting unicode-width v0.1.12
25162024-05-29T19:50:37.590Z Documenting num_threads v0.1.7
25172024-05-29T19:50:38.140Z Documenting num-conv v0.1.0
25182024-05-29T19:50:40.198Z Documenting time-core v0.1.2
25192024-05-29T19:50:41.157Z Documenting fnv v1.0.7
25202024-05-29T19:50:41.195Z Documenting idna v0.5.0
25212024-05-29T19:50:42.010Z Documenting unicode-ident v1.0.12
25222024-05-29T19:50:42.689Z Documenting tracing v0.1.40
25232024-05-29T19:50:51.874Z Documenting adler v1.0.2
25242024-05-29T19:50:52.059Z Documenting time v0.3.36
25252024-05-29T19:50:52.099Z Documenting proc-macro2 v1.0.82
25262024-05-29T19:50:52.133Z Documenting slog v2.7.0
25272024-05-29T19:50:52.195Z Documenting url v2.5.0
25282024-05-29T19:50:52.229Z Documenting httparse v1.8.0
25292024-05-29T19:50:52.988Z Documenting cpufeatures v0.2.12
25302024-05-29T19:50:54.713Z Documenting miniz_oxide v0.7.2
25312024-05-29T19:50:55.731Z Documenting tokio-util v0.7.11
25322024-05-29T19:50:56.455Z Documenting errno v0.3.9
25332024-05-29T19:50:56.604Z Documenting async-trait v0.1.80
25342024-05-29T19:50:56.708Z Documenting httpdate v1.0.3
25352024-05-29T19:50:56.833Z Documenting quote v1.0.36
25362024-05-29T19:50:58.663Z Documenting try-lock v0.2.5
25372024-05-29T19:50:58.688Z Documenting http-body v0.4.6
25382024-05-29T19:51:00.924Z Documenting rustix v0.38.34
25392024-05-29T19:51:01.042Z Documenting aho-corasick v1.1.3
25402024-05-29T19:51:01.105Z Documenting openssl-sys v0.9.102
25412024-05-29T19:51:01.136Z Documenting syn v2.0.64
25422024-05-29T19:51:01.201Z Documenting want v0.3.1
25432024-05-29T19:51:01.998Z Documenting h2 v0.3.26
25442024-05-29T19:51:02.025Z Documenting openssl-macros v0.1.1
25452024-05-29T19:51:03.098Z Documenting mime v0.3.17
25462024-05-29T19:51:05.134Z Documenting gimli v0.28.1
25472024-05-29T19:51:06.090Z Documenting regex-syntax v0.8.3
25482024-05-29T19:51:06.664Z Documenting tower-service v0.3.2
25492024-05-29T19:51:07.111Z Documenting openssl v0.10.64
25502024-05-29T19:51:07.370Z Documenting object v0.32.2
25512024-05-29T19:51:07.692Z Documenting openssl-probe v0.1.5
25522024-05-29T19:51:10.974Z Documenting ipnet v2.9.0
25532024-05-29T19:51:11.026Z Documenting hyper v0.14.28
25542024-05-29T19:51:11.474Z Documenting addr2line v0.21.0
25552024-05-29T19:51:12.013Z Documenting rustc-demangle v0.1.24
25562024-05-29T19:51:13.301Z Documenting regex-automata v0.4.6
25572024-05-29T19:51:14.789Z Documenting base64ct v1.6.0
25582024-05-29T19:51:15.103Z Documenting futures-executor v0.3.30
25592024-05-29T19:51:15.169Z Documenting encoding_rs v0.8.34
25602024-05-29T19:51:15.790Z Documenting native-tls v0.2.11
25612024-05-29T19:51:18.989Z Documenting psl-types v2.0.11
25622024-05-29T19:51:19.836Z Documenting serde_urlencoded v0.7.1
25632024-05-29T19:51:19.893Z Documenting semver v1.0.23
25642024-05-29T19:51:20.721Z Documenting backtrace v0.3.71
25652024-05-29T19:51:20.761Z Checking pest_meta v2.7.10
25662024-05-29T19:51:21.575Z Documenting crossbeam-utils v0.8.19
25672024-05-29T19:51:21.693Z Documenting tokio-native-tls v0.3.1
25682024-05-29T19:51:21.952Z Documenting utf8parse v0.2.1
25692024-05-29T19:51:22.026Z Documenting publicsuffix v2.2.3
25702024-05-29T19:51:23.243Z Documenting hyper-rustls v0.24.2
25712024-05-29T19:51:24.548Z Documenting regex v1.10.4
25722024-05-29T19:51:24.644Z Documenting futures v0.3.30
25732024-05-29T19:51:24.793Z Documenting pem-rfc7468 v0.7.0
25742024-05-29T19:51:25.802Z Documenting anyhow v1.0.83
25752024-05-29T19:51:25.983Z Documenting pest_meta v2.7.10
25762024-05-29T19:51:26.230Z Documenting cookie_store v0.20.0
25772024-05-29T19:51:27.391Z Documenting hyper-tls v0.5.0
25782024-05-29T19:51:28.919Z Documenting der_derive v0.7.2
25792024-05-29T19:51:29.857Z Documenting scroll_derive v0.12.0
25802024-05-29T19:51:31.159Z Documenting flagset v0.4.5
25812024-05-29T19:51:31.193Z Documenting sync_wrapper v0.1.2
25822024-05-29T19:51:31.194Z Documenting webpki-roots v0.25.4
25832024-05-29T19:51:31.590Z Documenting pest_generator v2.7.10
25842024-05-29T19:51:32.530Z Checking pest_generator v2.7.10
25852024-05-29T19:51:33.157Z Documenting num-integer v0.1.46
25862024-05-29T19:51:33.188Z Documenting plain v0.2.3
25872024-05-29T19:51:33.188Z Documenting ucd-trie v0.1.6
25882024-05-29T19:51:34.343Z Documenting openapiv3 v2.0.0
25892024-05-29T19:51:34.483Z Documenting der v0.7.9
25902024-05-29T19:51:34.736Z Documenting reqwest v0.11.27
25912024-05-29T19:51:34.760Z Documenting scroll v0.12.0
25922024-05-29T19:51:35.768Z Documenting pretty-hex v0.4.1
25932024-05-29T19:51:36.598Z Documenting pest_derive v2.7.10
25942024-05-29T19:51:37.071Z Documenting pest v2.7.10
25952024-05-29T19:51:37.322Z Documenting spin v0.9.8
25962024-05-29T19:51:38.737Z Documenting thread-id v4.2.1
25972024-05-29T19:51:38.924Z Documenting goblin v0.8.2
25982024-05-29T19:51:39.971Z Documenting spki v0.7.3
25992024-05-29T19:51:41.389Z Documenting either v1.12.0
26002024-05-29T19:51:41.613Z Documenting anstyle v1.0.7
26012024-05-29T19:51:41.956Z Documenting anstyle-parse v0.2.4
26022024-05-29T19:51:42.100Z Documenting dtrace-parser v0.2.0
26032024-05-29T19:51:42.908Z Documenting ipnetwork v0.20.0
26042024-05-29T19:51:44.061Z Documenting pkcs8 v0.10.2
26052024-05-29T19:51:45.480Z Documenting memmap v0.7.0
26062024-05-29T19:51:45.763Z Documenting is_terminal_polyfill v1.70.0
26072024-05-29T19:51:45.919Z Documenting colorchoice v1.0.1
26082024-05-29T19:51:46.086Z Documenting anstyle-query v1.0.3
26092024-05-29T19:51:46.637Z Documenting data-encoding v2.6.0
26102024-05-29T19:51:46.683Z Documenting dof v0.3.0
26112024-05-29T19:51:48.120Z Documenting crossbeam-epoch v0.9.18
26122024-05-29T19:51:48.638Z Documenting terminal_size v0.3.0
26132024-05-29T19:51:48.669Z Documenting sha2 v0.10.8
26142024-05-29T19:51:49.457Z Documenting hex v0.4.3
26152024-05-29T19:51:49.773Z Documenting crc32fast v1.4.0
26162024-05-29T19:51:49.995Z Documenting anstream v0.6.14
26172024-05-29T19:51:50.314Z Documenting clap_lex v0.7.0
26182024-05-29T19:51:51.995Z Documenting usdt-impl v0.5.0
26192024-05-29T19:51:52.616Z Documenting strsim v0.11.1
26202024-05-29T19:51:53.268Z Documenting untrusted v0.9.0
26212024-05-29T19:51:53.713Z Documenting unicode-segmentation v1.11.0
26222024-05-29T19:51:53.830Z Documenting num-iter v0.1.45
26232024-05-29T19:51:53.982Z Documenting hmac v0.12.1
26242024-05-29T19:51:54.291Z Documenting signal-hook v0.3.17
26252024-05-29T19:51:54.368Z Documenting clap_derive v4.5.4
26262024-05-29T19:51:55.914Z Documenting ring v0.17.8
26272024-05-29T19:51:56.658Z Documenting clap_builder v4.5.2
26282024-05-29T19:51:56.893Z Documenting static_assertions v1.1.0
26292024-05-29T19:51:57.886Z Documenting flate2 v1.0.30
26302024-05-29T19:51:58.268Z Documenting usdt v0.5.0
26312024-05-29T19:51:58.602Z Documenting managed v0.8.0
26322024-05-29T19:51:58.740Z Documenting signal-hook-mio v0.2.3
26332024-05-29T19:51:59.690Z Documenting itertools v0.12.1
26342024-05-29T19:51:59.715Z Documenting enum-as-inner v0.5.1
26352024-05-29T19:52:01.306Z Documenting regress v0.9.1
26362024-05-29T19:52:01.827Z Documenting block-padding v0.3.3
26372024-05-29T19:52:02.712Z Documenting scheduled-thread-pool v0.2.7
26382024-05-29T19:52:02.900Z Documenting clap v4.5.4
26392024-05-29T19:52:02.967Z Documenting diesel_table_macro_syntax v0.1.0
26402024-05-29T19:52:04.274Z Checking diesel_table_macro_syntax v0.1.0
26412024-05-29T19:52:04.419Z Documenting finl_unicode v1.2.0
26422024-05-29T19:52:04.448Z Documenting trust-dns-proto v0.22.0
26432024-05-29T19:52:06.368Z Documenting inout v0.1.3
26442024-05-29T19:52:06.482Z Documenting crossterm v0.27.0
26452024-05-29T19:52:07.024Z Documenting r2d2 v0.8.10
26462024-05-29T19:52:07.384Z Documenting md-5 v0.10.6
26472024-05-29T19:52:07.839Z Documenting diesel_derives v2.1.4
26482024-05-29T19:52:08.342Z Documenting ff v0.13.0
26492024-05-29T19:52:08.820Z Documenting stringprep v0.1.4
26502024-05-29T19:52:11.091Z Documenting serde_spanned v0.6.6
26512024-05-29T19:52:11.335Z Documenting toml_datetime v0.6.6
26522024-05-29T19:52:12.122Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26532024-05-29T19:52:12.337Z Checking ident_case v1.0.1
26542024-05-29T19:52:12.453Z Documenting fallible-iterator v0.2.0
26552024-05-29T19:52:12.499Z Documenting base16ct v0.2.0
26562024-05-29T19:52:13.145Z Documenting siphasher v0.3.11
26572024-05-29T19:52:13.329Z Documenting bit-vec v0.6.3
26582024-05-29T19:52:15.146Z Documenting winnow v0.6.8
26592024-05-29T19:52:15.445Z Documenting heck v0.5.0
26602024-05-29T19:52:15.616Z Checking unsafe-libyaml v0.2.11
26612024-05-29T19:52:16.225Z Documenting sec1 v0.7.3
26622024-05-29T19:52:16.264Z Documenting phf_shared v0.11.2
26632024-05-29T19:52:16.353Z Documenting diesel v2.1.6
26642024-05-29T19:52:16.617Z Documenting group v0.13.0
26652024-05-29T19:52:17.333Z Documenting cipher v0.4.4
26662024-05-29T19:52:17.462Z Documenting postgres-protocol v0.6.6
26672024-05-29T19:52:18.407Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26682024-05-29T19:52:20.050Z Documenting toml_edit v0.22.13
26692024-05-29T19:52:20.149Z Documenting hkdf v0.12.4
26702024-05-29T19:52:20.842Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26712024-05-29T19:52:32.440Z Documenting num-bigint v0.4.5
26722024-05-29T19:52:42.224Z Documenting bstr v1.9.1
26732024-05-29T19:52:42.249Z Documenting console v0.15.8
26742024-05-29T19:52:42.503Z Documenting crypto-bigint v0.5.5
26752024-05-29T19:52:42.797Z Documenting hubpack v0.1.2
26762024-05-29T19:52:42.883Z Documenting serde_repr v0.1.19
26772024-05-29T19:52:42.983Z Documenting minimal-lexical v0.2.1
26782024-05-29T19:52:44.096Z Documenting fixedbitset v0.4.2
26792024-05-29T19:52:45.180Z Documenting lalrpop-util v0.19.12
26802024-05-29T19:52:46.845Z Documenting unsafe-libyaml v0.2.11
26812024-05-29T19:52:47.276Z Documenting new_debug_unreachable v1.0.6
26822024-05-29T19:52:47.454Z Documenting precomputed-hash v0.1.1
26832024-05-29T19:52:47.558Z Documenting nom v7.1.3
26842024-05-29T19:52:47.596Z Documenting petgraph v0.6.5
26852024-05-29T19:52:47.931Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26862024-05-29T19:52:59.942Z Documenting yasna v0.5.2
26872024-05-29T19:52:59.999Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26882024-05-29T19:53:00.289Z Documenting string_cache v0.8.7
26892024-05-29T19:53:00.316Z Documenting serde_yaml v0.9.34+deprecated
26902024-05-29T19:53:01.240Z Documenting postgres-types v0.2.6
26912024-05-29T19:53:01.275Z Documenting phf v0.11.2
26922024-05-29T19:53:01.275Z Documenting elliptic-curve v0.13.8
26932024-05-29T19:53:01.710Z Checking serde_yaml v0.9.34+deprecated
26942024-05-29T19:53:03.566Z Checking darling_core v0.20.9
26952024-05-29T19:53:04.848Z Documenting similar v2.5.0
26962024-05-29T19:53:05.172Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26972024-05-29T19:53:05.324Z Documenting getopts v0.2.21
26982024-05-29T19:53:05.933Z Documenting float-cmp v0.9.0
26992024-05-29T19:53:06.335Z Documenting difflib v0.4.0
27002024-05-29T19:53:06.981Z Documenting whoami v1.5.1
27012024-05-29T19:53:07.728Z Documenting peg-runtime v0.8.3
27022024-05-29T19:53:19.140Z Documenting normalize-line-endings v0.3.0
27032024-05-29T19:53:19.184Z Documenting predicates-core v1.0.6
27042024-05-29T19:53:19.319Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27052024-05-29T19:53:19.462Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27062024-05-29T19:53:19.689Z Documenting tokio-postgres v0.7.10
27072024-05-29T19:53:19.799Z Documenting bit-set v0.5.3
27082024-05-29T19:53:20.041Z Documenting tokio-stream v0.1.15
27092024-05-29T19:53:20.639Z Documenting fs-err v2.11.0
27102024-05-29T19:53:23.381Z Documenting ident_case v1.0.1
27112024-05-29T19:53:23.536Z Documenting predicates v3.1.0
27122024-05-29T19:53:24.186Z Checking darling v0.20.9
27132024-05-29T19:53:24.312Z Documenting is-terminal v0.4.12
27142024-05-29T19:53:25.672Z Documenting strum v0.26.2
27152024-05-29T19:53:25.815Z Documenting base64 v0.22.1
27162024-05-29T19:53:26.930Z Documenting camino v1.1.7
27172024-05-29T19:53:27.479Z Documenting darling_core v0.20.9
27182024-05-29T19:53:27.710Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27192024-05-29T19:53:28.318Z Documenting dirs-sys-next v0.1.2
27202024-05-29T19:53:28.572Z Documenting sha1 v0.10.6
27212024-05-29T19:53:29.158Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27222024-05-29T19:53:29.896Z Documenting http v1.1.0
27232024-05-29T19:53:30.291Z Documenting paste v1.0.15
27242024-05-29T19:53:31.976Z Documenting thread_local v1.1.8
27252024-05-29T19:53:32.756Z Documenting dirs-next v2.0.0
27262024-05-29T19:53:33.156Z Documenting rustls-pki-types v1.7.0
27272024-05-29T19:53:33.592Z Documenting crossbeam-channel v0.5.12
27282024-05-29T19:53:34.546Z Documenting take_mut v0.2.2
27292024-05-29T19:53:35.403Z Documenting slog-json v2.6.1
27302024-05-29T19:53:36.224Z Documenting async-stream-impl v0.3.5
27312024-05-29T19:53:36.325Z Documenting darling_macro v0.20.9
27322024-05-29T19:53:37.146Z Documenting term v0.7.0
27332024-05-29T19:53:37.600Z Documenting rustls-webpki v0.102.4
27342024-05-29T19:53:38.125Z Documenting debug-ignore v1.0.5
27352024-05-29T19:53:38.694Z Documenting slog-async v2.8.0
27362024-05-29T19:53:39.258Z Documenting atomic-waker v1.1.2
27372024-05-29T19:53:40.286Z Documenting slog-bunyan v2.5.0
27382024-05-29T19:53:40.991Z Documenting rustls-pemfile v2.1.2
27392024-05-29T19:53:41.303Z Documenting async-stream v0.3.5
27402024-05-29T19:53:41.399Z Documenting darling v0.20.9
27412024-05-29T19:53:41.705Z Documenting slog-term v2.9.1
27422024-05-29T19:53:42.311Z Documenting waitgroup v0.1.2
27432024-05-29T19:53:42.644Z Documenting rustls v0.22.4
27442024-05-29T19:53:43.011Z Documenting multer v3.1.0
27452024-05-29T19:53:45.248Z Documenting toml v0.8.13
27462024-05-29T19:53:45.540Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
27472024-05-29T19:53:45.744Z Documenting serde_path_to_error v0.1.16
27482024-05-29T19:53:46.454Z Documenting hostname v0.4.0
27492024-05-29T19:53:46.714Z Documenting structmeta-derive v0.3.0
27502024-05-29T19:53:47.020Z Documenting serde_with_macros v3.8.1
27512024-05-29T19:53:47.992Z Documenting newtype-uuid v1.1.0
27522024-05-29T19:53:50.523Z Checking structmeta v0.3.0
27532024-05-29T19:53:50.826Z Documenting instant v0.1.12
27542024-05-29T19:53:50.856Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27552024-05-29T19:53:51.033Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27562024-05-29T19:53:51.505Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27572024-05-29T19:53:52.286Z Documenting structmeta v0.3.0
27582024-05-29T19:53:52.398Z Documenting tokio-rustls v0.25.0
27592024-05-29T19:53:52.682Z Documenting serde_with v3.8.1
27602024-05-29T19:53:53.695Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27612024-05-29T19:53:54.943Z Documenting backoff v0.4.0
27622024-05-29T19:53:55.751Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27632024-05-29T19:53:55.966Z Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
27642024-05-29T19:53:57.136Z Documenting parse-display-derive v0.9.0
27652024-05-29T19:53:58.160Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
27662024-05-29T19:53:58.931Z Documenting macaddr v1.0.1
27672024-05-29T19:53:59.919Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27682024-05-29T19:54:00.021Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27692024-05-29T19:54:00.058Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27702024-05-29T19:54:00.248Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27712024-05-29T19:54:01.203Z Documenting fastrand v2.1.0
27722024-05-29T19:54:02.545Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27732024-05-29T19:54:03.200Z Documenting proc-macro-crate v1.3.1
27742024-05-29T19:54:03.414Z Documenting parse-display v0.9.0
27752024-05-29T19:54:03.442Z Checking proc-macro-crate v1.3.1
27762024-05-29T19:54:03.687Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27772024-05-29T19:54:03.782Z Documenting foreign-types-macros v0.2.3
27782024-05-29T19:54:03.948Z Documenting foreign-types-shared v0.3.1
27792024-05-29T19:54:03.983Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27802024-05-29T19:54:04.336Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27812024-05-29T19:54:05.077Z Documenting tempfile v3.10.1
27822024-05-29T19:54:06.841Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27832024-05-29T19:54:07.164Z Documenting cstr-argument v0.1.2
27842024-05-29T19:54:07.869Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27852024-05-29T19:54:08.086Z Documenting tabwriter v1.4.0
27862024-05-29T19:54:08.386Z Documenting colored v2.1.0
27872024-05-29T19:54:08.602Z Documenting num_enum_derive v0.5.11
27882024-05-29T19:54:08.820Z Documenting foreign-types v0.5.0
27892024-05-29T19:54:09.809Z Documenting camino-tempfile v1.1.1
27902024-05-29T19:54:10.941Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27912024-05-29T19:54:11.261Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27922024-05-29T19:54:12.153Z Documenting hash32 v0.3.1
27932024-05-29T19:54:12.462Z Documenting stable_deref_trait v1.2.0
27942024-05-29T19:54:12.548Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27952024-05-29T19:54:12.952Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27962024-05-29T19:54:14.977Z Documenting num_enum v0.5.11
27972024-05-29T19:54:15.159Z Documenting smf v0.2.3
27982024-05-29T19:54:15.271Z Documenting cobs v0.2.3
27992024-05-29T19:54:16.189Z Documenting heapless v0.8.0
28002024-05-29T19:54:16.880Z Documenting embedded-io v0.4.0
28012024-05-29T19:54:17.149Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28022024-05-29T19:54:18.136Z Documenting crucible-workspace-hack v0.1.0
28032024-05-29T19:54:18.324Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28042024-05-29T19:54:18.970Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28052024-05-29T19:54:19.532Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28062024-05-29T19:54:19.936Z Documenting postcard v1.0.8
28072024-05-29T19:54:20.095Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28082024-05-29T19:54:21.146Z Documenting smoltcp v0.11.0
28092024-05-29T19:54:22.103Z Documenting derive-where v1.2.7
28102024-05-29T19:54:23.972Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28112024-05-29T19:54:24.339Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
28122024-05-29T19:54:24.657Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28132024-05-29T19:54:25.021Z Documenting sigpipe v0.1.3
28142024-05-29T19:54:27.015Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28152024-05-29T19:54:27.126Z Documenting num-derive v0.4.2
28162024-05-29T19:54:28.262Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28172024-05-29T19:54:29.281Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28182024-05-29T19:54:29.308Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28192024-05-29T19:54:30.434Z Documenting newline-converter v0.3.0
28202024-05-29T19:54:30.485Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28212024-05-29T19:54:30.605Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28222024-05-29T19:54:31.590Z Checking convert_case v0.4.0
28232024-05-29T19:54:31.777Z Documenting convert_case v0.4.0
28242024-05-29T19:54:32.054Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
28252024-05-29T19:54:32.377Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28262024-05-29T19:54:33.452Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28272024-05-29T19:54:33.587Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28282024-05-29T19:54:33.926Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28292024-05-29T19:54:34.468Z Documenting password-hash v0.5.0
28302024-05-29T19:54:34.571Z Documenting blake2 v0.10.6
28312024-05-29T19:54:34.598Z Documenting expectorate v1.1.0
28322024-05-29T19:54:34.968Z Documenting linked-hash-map v0.5.6
28332024-05-29T19:54:35.768Z Documenting derive_more v0.99.17
28342024-05-29T19:54:37.205Z Documenting humantime v2.1.0
28352024-05-29T19:54:38.839Z Documenting swrite v0.1.0
28362024-05-29T19:54:38.941Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28372024-05-29T19:54:39.182Z Documenting lru-cache v0.1.2
28382024-05-29T19:54:39.626Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28392024-05-29T19:54:39.715Z Documenting argon2 v0.5.3
28402024-05-29T19:54:41.456Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28412024-05-29T19:54:41.708Z Documenting newtype_derive v0.1.6
28422024-05-29T19:54:42.980Z Documenting quick-error v1.2.3
28432024-05-29T19:54:43.398Z Documenting arc-swap v1.7.1
28442024-05-29T19:54:44.044Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28452024-05-29T19:54:45.045Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28462024-05-29T19:54:45.978Z Documenting steno v0.4.0
28472024-05-29T19:54:46.478Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28482024-05-29T19:54:46.729Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28492024-05-29T19:54:47.104Z Documenting resolv-conf v0.7.0
28502024-05-29T19:54:47.260Z Documenting xattr v1.3.1
28512024-05-29T19:54:47.727Z Documenting slog-scope v4.4.0
28522024-05-29T19:54:49.127Z Documenting filetime v0.2.23
28532024-05-29T19:54:51.400Z Documenting trust-dns-resolver v0.22.0
28542024-05-29T19:54:51.597Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28552024-05-29T19:54:51.959Z Documenting slog-stdlog v4.1.1
28562024-05-29T19:54:52.240Z Documenting num-rational v0.4.2
28572024-05-29T19:54:53.184Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28582024-05-29T19:54:53.371Z Documenting tar v0.4.40
28592024-05-29T19:54:54.638Z Documenting num-complex v0.4.6
28602024-05-29T19:54:56.222Z Documenting slog-envlogger v2.2.0
28612024-05-29T19:54:57.208Z Documenting tap v1.0.1
28622024-05-29T19:54:58.244Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28632024-05-29T19:54:59.126Z Documenting num v0.4.3
28642024-05-29T19:54:59.378Z Documenting radium v0.7.0
28652024-05-29T19:54:59.842Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28662024-05-29T19:54:59.869Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28672024-05-29T19:55:00.067Z Documenting wyz v0.5.1
28682024-05-29T19:55:00.092Z Documenting nibble_vec v0.1.0
28692024-05-29T19:55:01.355Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28702024-05-29T19:55:02.462Z Documenting endian-type v0.1.2
28712024-05-29T19:55:03.080Z Documenting crc-catalog v2.4.0
28722024-05-29T19:55:04.314Z Documenting funty v2.0.0
28732024-05-29T19:55:04.756Z Documenting same-file v1.0.6
28742024-05-29T19:55:05.390Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28752024-05-29T19:55:05.933Z Documenting slog-dtrace v0.3.0
28762024-05-29T19:55:06.094Z Documenting crc v3.2.1
28772024-05-29T19:55:06.231Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28782024-05-29T19:55:06.835Z Documenting radix_trie v0.2.1
28792024-05-29T19:55:07.737Z Documenting bitvec v1.0.1
28802024-05-29T19:55:08.691Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28812024-05-29T19:55:08.755Z Documenting walkdir v2.5.0
28822024-05-29T19:55:09.055Z Documenting cancel-safe-futures v0.1.5
28832024-05-29T19:55:11.477Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28842024-05-29T19:55:11.741Z Documenting packed_struct_codegen v0.10.1
28852024-05-29T19:55:12.712Z Documenting nodrop v0.1.14
28862024-05-29T19:55:13.054Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28872024-05-29T19:55:13.080Z Documenting bzip2-sys v0.1.11+1.0.8
28882024-05-29T19:55:14.634Z Documenting num-bigint-dig v0.8.4
28892024-05-29T19:55:15.532Z Documenting array-init v0.0.4
28902024-05-29T19:55:16.413Z Documenting pem v3.0.4
28912024-05-29T19:55:17.084Z Documenting packed_struct v0.10.1
28922024-05-29T19:55:17.489Z Documenting pkcs1 v0.7.5
28932024-05-29T19:55:18.696Z Documenting signature v2.2.0
28942024-05-29T19:55:19.780Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28952024-05-29T19:55:19.937Zwarning: unresolved link to `Blueprints`
28962024-05-29T19:55:19.937Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
28972024-05-29T19:55:19.937Z |
28982024-05-29T19:55:19.937Z5 | //! Types helpful for diffing [`Blueprints`].
28992024-05-29T19:55:19.937Z | ^^^^^^^^^^ no item named `Blueprints` in scope
29002024-05-29T19:55:19.937Z |
29012024-05-29T19:55:19.937Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29022024-05-29T19:55:19.938Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29032024-05-29T19:55:19.938Z
29042024-05-29T19:55:19.938Zwarning: unresolved link to `Blueprints`
29052024-05-29T19:55:19.938Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
29062024-05-29T19:55:19.938Z |
29072024-05-29T19:55:19.938Z5 | //! Types helpful for rendering [`Blueprints`].
29082024-05-29T19:55:19.938Z | ^^^^^^^^^^ no item named `Blueprints` in scope
29092024-05-29T19:55:19.938Z |
29102024-05-29T19:55:19.938Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29112024-05-29T19:55:19.938Z
29122024-05-29T19:55:19.938Zwarning: unresolved link to `BpSledTable`
29132024-05-29T19:55:19.938Z --> nexus/types/src/deployment/blueprint_display.rs:179:49
29142024-05-29T19:55:19.938Z |
29152024-05-29T19:55:19.938Z179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
29162024-05-29T19:55:19.938Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
29172024-05-29T19:55:19.938Z |
29182024-05-29T19:55:19.938Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29192024-05-29T19:55:19.938Z
29202024-05-29T19:55:20.164Z Documenting bitfield v0.14.0
29212024-05-29T19:55:20.973Z Documenting termcolor v1.4.1
29222024-05-29T19:55:21.179Z Documenting display-error-chain v0.2.0
29232024-05-29T19:55:21.836Z Documenting serde-hex v0.1.0
29242024-05-29T19:55:22.619Zwarning: `nexus-types` (lib doc) generated 3 warnings
29252024-05-29T19:55:22.647Z Documenting bzip2 v0.4.4
29262024-05-29T19:55:22.673Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29272024-05-29T19:55:23.220Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29282024-05-29T19:55:23.469Z Documenting x509-cert v0.2.5
29292024-05-29T19:55:24.022Z Documenting rsa v0.9.6
29302024-05-29T19:55:25.551Z Documenting env_logger v0.10.2
29312024-05-29T19:55:25.582Z Documenting libsw v3.3.1
29322024-05-29T19:55:26.450Z Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29332024-05-29T19:55:26.790Z Documenting ron v0.8.1
29342024-05-29T19:55:27.048Z Documenting half v2.4.1
29352024-05-29T19:55:27.468Z Documenting maplit v1.0.2
29362024-05-29T19:55:28.756Z Documenting ciborium-io v0.2.2
29372024-05-29T19:55:30.131Z Documenting linear-map v1.2.0
29382024-05-29T19:55:30.303Z Documenting owo-colors v4.0.0
29392024-05-29T19:55:31.224Z Documenting crc-any v2.5.0
29402024-05-29T19:55:31.249Z Documenting zip v0.6.6
29412024-05-29T19:55:32.021Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29422024-05-29T19:55:32.980Z Documenting ciborium-ll v0.2.2
29432024-05-29T19:55:34.635Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29442024-05-29T19:55:34.665Z Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29452024-05-29T19:55:34.928Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29462024-05-29T19:55:35.116Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29472024-05-29T19:55:36.161Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29482024-05-29T19:55:36.270Z Documenting headers-core v0.2.0
29492024-05-29T19:55:36.359Z Documenting async-recursion v1.1.1
29502024-05-29T19:55:37.290Z Documenting path-slash v0.1.5
29512024-05-29T19:55:41.467Z Documenting headers v0.3.9
29522024-05-29T19:55:41.555Z Documenting ciborium v0.2.2
29532024-05-29T19:55:41.639Z Documenting fxhash v0.2.1
29542024-05-29T19:55:43.711Z Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
29552024-05-29T19:55:43.797Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29562024-05-29T19:55:45.081Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29572024-05-29T19:55:45.963Z Documenting buf-list v1.0.3
29582024-05-29T19:55:46.370Z Documenting pin-project-internal v1.1.5
29592024-05-29T19:55:47.951Z Documenting vte_generate_state_changes v0.1.1
29602024-05-29T19:55:48.272Z Documenting derive_builder_core v0.20.0
29612024-05-29T19:55:51.133Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29622024-05-29T19:55:52.008Z Documenting pin-project v1.1.5
29632024-05-29T19:55:52.391Z Documenting vte v0.11.1
29642024-05-29T19:55:54.832Z Checking derive_builder_core v0.20.0
29652024-05-29T19:55:54.890Z Documenting crossbeam-deque v0.8.5
29662024-05-29T19:55:55.665Z Documenting snafu-derive v0.8.2
29672024-05-29T19:55:55.896Z Documenting fd-lock v4.0.2
29682024-05-29T19:55:56.058Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29692024-05-29T19:55:56.969Z Documenting bitstruct_derive v0.1.0
29702024-05-29T19:55:57.571Z Documenting ascii v1.1.0
29712024-05-29T19:55:59.283Z Documenting rayon-core v1.12.1
29722024-05-29T19:56:00.195Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29732024-05-29T19:56:00.862Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29742024-05-29T19:56:01.005Z Documenting strip-ansi-escapes v0.2.0
29752024-05-29T19:56:01.998Z Documenting bitstruct v0.1.1
29762024-05-29T19:56:03.007Z Documenting snafu v0.8.2
29772024-05-29T19:56:04.087Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29782024-05-29T19:56:04.140Z Documenting derive_builder_macro v0.20.0
29792024-05-29T19:56:04.758Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29802024-05-29T19:56:04.875Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29812024-05-29T19:56:05.374Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29822024-05-29T19:56:06.585Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29832024-05-29T19:56:06.625Z Documenting proc-macro-error-attr v1.0.4
29842024-05-29T19:56:07.462Z Documenting globset v0.4.14
29852024-05-29T19:56:08.910Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29862024-05-29T19:56:09.179Z Documenting olpc-cjson v0.1.3
29872024-05-29T19:56:11.017Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29882024-05-29T19:56:11.253Z Documenting serde_arrays v0.1.0
29892024-05-29T19:56:11.988Z Documenting serde_plain v1.0.2
29902024-05-29T19:56:13.316Z Documenting erased-serde v0.3.31
29912024-05-29T19:56:14.015Z Documenting ref-cast-impl v1.0.23
29922024-05-29T19:56:14.305Z Documenting unicode-xid v0.2.4
29932024-05-29T19:56:15.809Z Checking unicode-xid v0.2.4
29942024-05-29T19:56:15.974Z Documenting typed-path v0.7.1
29952024-05-29T19:56:16.563Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29962024-05-29T19:56:16.844Z Documenting nu-ansi-term v0.50.0
29972024-05-29T19:56:17.335Z Documenting const_format_proc_macros v0.2.32
29982024-05-29T19:56:18.178Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29992024-05-29T19:56:19.126Z Documenting ref-cast v1.0.23
30002024-05-29T19:56:20.546Z Documenting proc-macro-error v1.0.4
30012024-05-29T19:56:21.375Z Documenting reedline v0.31.0
30022024-05-29T19:56:21.694Z Documenting tough v0.17.1
30032024-05-29T19:56:22.041Z Documenting derive_builder v0.20.0
30042024-05-29T19:56:22.124Z Documenting rayon v1.10.0
30052024-05-29T19:56:25.787Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30062024-05-29T19:56:28.571Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30072024-05-29T19:56:28.944Z Documenting libefi-sys v0.1.0
30082024-05-29T19:56:30.720Z Documenting trust-dns-client v0.22.0
30092024-05-29T19:56:31.187Z Documenting polar-core v0.27.3
30102024-05-29T19:56:41.457Z Documenting libxml v0.3.3
30112024-05-29T19:56:41.604Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30122024-05-29T19:56:41.710Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30132024-05-29T19:56:41.710Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30142024-05-29T19:56:41.710Z Checking proc-macro-error v1.0.4
30152024-05-29T19:56:41.710Z Documenting bb8 v0.8.3
30162024-05-29T19:56:41.710Z Documenting quick-xml v0.31.0
30172024-05-29T19:56:41.783Z Documenting oso-derive v0.27.3
30182024-05-29T19:56:41.783Z Documenting impl-trait-for-tuples v0.2.2
30192024-05-29T19:56:41.783Z Documenting parse-size v1.0.0
30202024-05-29T19:56:41.783Z Documenting utf-8 v0.7.6
30212024-05-29T19:56:41.783Z Documenting bytecount v0.6.8
30222024-05-29T19:56:42.229Z Documenting keccak v0.1.5
30232024-05-29T19:56:43.129Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30242024-05-29T19:56:44.504Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30252024-05-29T19:56:44.675Z Documenting papergrid v0.11.0
30262024-05-29T19:56:45.024Z Documenting sha3 v0.10.8
30272024-05-29T19:56:45.343Z Documenting tungstenite v0.21.0
30282024-05-29T19:56:45.882Z Documenting oso v0.27.3
30292024-05-29T19:56:47.356Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30302024-05-29T19:56:49.912Z Documenting samael v0.0.15
30312024-05-29T19:56:50.315Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30322024-05-29T19:56:50.877Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30332024-05-29T19:56:51.636Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30342024-05-29T19:56:51.770Z Documenting trust-dns-server v0.22.1
30352024-05-29T19:56:52.139Z Documenting tabled_derive v0.7.0
30362024-05-29T19:56:55.846Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30372024-05-29T19:56:56.996Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30382024-05-29T19:56:58.608Z Documenting const_format v0.2.32
30392024-05-29T19:56:59.842Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402024-05-29T19:57:00.429Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30412024-05-29T19:57:00.469Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30422024-05-29T19:57:01.164Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30432024-05-29T19:57:01.194Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30442024-05-29T19:57:01.743Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30452024-05-29T19:57:01.912Z Documenting sled v0.34.7
30462024-05-29T19:57:01.956Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30472024-05-29T19:57:02.141Z Documenting nix v0.28.0
30482024-05-29T19:57:02.202Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30492024-05-29T19:57:02.773Z Documenting cookie v0.18.1
30502024-05-29T19:57:05.955Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30512024-05-29T19:57:06.247Z Documenting secrecy v0.8.0
30522024-05-29T19:57:06.658Z Documenting gethostname v0.4.3
30532024-05-29T19:57:07.430Z Documenting peg-macros v0.8.3
30542024-05-29T19:57:08.121Z Documenting rustversion v1.0.17
30552024-05-29T19:57:08.471Z Documenting sqlparser_derive v0.2.2
30562024-05-29T19:57:09.142Z Documenting unicode_categories v0.1.1
30572024-05-29T19:57:10.831Z Documenting home v0.5.9
30582024-05-29T19:57:10.984Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30592024-05-29T19:57:11.065Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30602024-05-29T19:57:12.489Z Documenting peg v0.8.3
30612024-05-29T19:57:12.787Z Documenting castaway v0.2.2
30622024-05-29T19:57:13.468Z Documenting sqlparser v0.45.0
30632024-05-29T19:57:13.647Z Documenting sqlformat v0.2.3
30642024-05-29T19:57:14.787Z Documenting rustyline v14.0.0
30652024-05-29T19:57:22.235Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30662024-05-29T19:57:22.364Z Documenting tabled v0.15.0
30672024-05-29T19:57:22.364Z Documenting tokio-tungstenite v0.21.0
30682024-05-29T19:57:22.364Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30692024-05-29T19:57:22.668Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30702024-05-29T19:57:23.744Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30712024-05-29T19:57:23.957Z Documenting zone v0.1.8
30722024-05-29T19:57:24.074Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30732024-05-29T19:57:25.082Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
30742024-05-29T19:57:25.227Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30752024-05-29T19:57:27.212Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30762024-05-29T19:57:27.621Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30772024-05-29T19:57:27.885Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30782024-05-29T19:57:28.148Z Documenting portpicker v0.1.1
30792024-05-29T19:57:28.702Z Documenting universal-hash v0.5.1
30802024-05-29T19:57:31.379Z Documenting bcs v0.1.6
30812024-05-29T19:57:32.894Z Documenting kstat-rs v0.2.3
30822024-05-29T19:57:45.070Z Documenting thiserror-impl-no-std v2.0.2
30832024-05-29T19:57:45.325Z Documenting curve25519-dalek-derive v0.1.1
30842024-05-29T19:57:45.504Z Documenting highway v1.1.0
30852024-05-29T19:57:46.026Z Documenting opaque-debug v0.3.1
30862024-05-29T19:57:46.210Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30872024-05-29T19:57:46.783Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30882024-05-29T19:57:47.290Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30892024-05-29T19:57:49.155Z Documenting poly1305 v0.8.0
30902024-05-29T19:57:49.881Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30912024-05-29T19:57:50.410Z Documenting curve25519-dalek v4.1.2
30922024-05-29T19:57:50.642Z Documenting thiserror-no-std v2.0.2
30932024-05-29T19:57:53.544Z Documenting compact_str v0.7.1
30942024-05-29T19:57:53.789Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30952024-05-29T19:57:55.736Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30962024-05-29T19:57:56.282Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30972024-05-29T19:57:57.109Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30982024-05-29T19:57:57.998Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30992024-05-29T19:57:58.065Z Documenting portable-atomic v1.6.0
31002024-05-29T19:57:59.430Z Documenting ed25519 v1.5.3
31012024-05-29T19:58:00.155Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31022024-05-29T19:58:01.714Z Documenting memoffset v0.7.1
31032024-05-29T19:58:02.566Z Documenting unicase v2.7.0
31042024-05-29T19:58:04.681Z Documenting rcgen v0.12.1
31052024-05-29T19:58:05.248Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
31062024-05-29T19:58:05.643Zwarning: could not parse code block as Rust code
31072024-05-29T19:58:05.643Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31082024-05-29T19:58:05.644Z |
31092024-05-29T19:58:05.644Z246 | / /// Parse a string literal, either single- or double-quoted.
31102024-05-29T19:58:05.644Z247 | | ///
31112024-05-29T19:58:05.644Z248 | | /// Parsing string literals is pretty tricky, but we add several
31122024-05-29T19:58:05.644Z249 | | /// constraints to simplify things. First strings must be quoted, either
31132024-05-29T19:58:05.644Z... |
31142024-05-29T19:58:05.645Z277 | | ///
31152024-05-29T19:58:05.645Z278 | | /// Will be parsed as `this string has " in it`.
31162024-05-29T19:58:05.645Z | |________________________________________________________^
31172024-05-29T19:58:05.645Z |
31182024-05-29T19:58:05.646Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31192024-05-29T19:58:05.646Z = note: error from rustc: unknown start of token: \
31202024-05-29T19:58:05.646Z = note: error from rustc: unknown start of token: \
31212024-05-29T19:58:05.646Z = note: error from rustc: unknown start of token: \
31222024-05-29T19:58:05.646Z = note: error from rustc: unknown start of token: \
31232024-05-29T19:58:05.646Z = note: error from rustc: unknown start of token: \
31242024-05-29T19:58:05.646Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31252024-05-29T19:58:05.646Z
31262024-05-29T19:58:09.635Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31272024-05-29T19:58:09.690Zwarning: `oximeter-db` (lib doc) generated 1 warning
31282024-05-29T19:58:09.690Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
31292024-05-29T19:58:09.690Z Documenting atomicwrites v0.4.3
31302024-05-29T19:58:09.690Z Documenting chacha20 v0.9.1
31312024-05-29T19:58:11.831Z Documenting lru v0.12.3
31322024-05-29T19:58:13.216Z Documenting aead v0.5.2
31332024-05-29T19:58:13.560Z Documenting rand_seeder v0.2.3
31342024-05-29T19:58:14.159Z Documenting nanorand v0.7.0
31352024-05-29T19:58:16.978Z Documenting subprocess v0.2.9
31362024-05-29T19:58:17.990Z Documenting stability v0.2.0
31372024-05-29T19:58:20.887Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31382024-05-29T19:58:29.265Z Documenting number_prefix v0.4.0
31392024-05-29T19:58:29.439Z Documenting cassowary v0.3.0
31402024-05-29T19:58:29.695Z Documenting glob v0.3.1
31412024-05-29T19:58:29.722Z Documenting chacha20poly1305 v0.10.1
31422024-05-29T19:58:30.238Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31432024-05-29T19:58:30.365Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31442024-05-29T19:58:30.406Z Documenting flume v0.11.0
31452024-05-29T19:58:33.560Z Documenting indicatif v0.17.8
31462024-05-29T19:58:34.017Z Documenting ratatui v0.26.2
31472024-05-29T19:58:34.284Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31482024-05-29T19:58:35.169Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31492024-05-29T19:58:46.225Z Documenting mime_guess v2.0.4
31502024-05-29T19:58:46.414Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31512024-05-29T19:58:46.818Z Documenting salty v0.2.0
31522024-05-29T19:58:47.282Z Documenting vsss-rs v3.3.4
31532024-05-29T19:58:47.324Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31542024-05-29T19:58:48.674Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31552024-05-29T19:58:50.693Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31562024-05-29T19:58:51.160Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31572024-05-29T19:58:51.346Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31582024-05-29T19:58:52.254Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31592024-05-29T19:58:52.690Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31602024-05-29T19:58:52.944Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31612024-05-29T19:58:53.227Z Documenting serde-big-array v0.5.1
31622024-05-29T19:58:53.665Z Documenting rtoolbox v0.0.2
31632024-05-29T19:58:54.724Z Documenting memmap2 v0.9.4
31642024-05-29T19:58:55.301Z Documenting unicode-linebreak v0.1.5
31652024-05-29T19:58:56.541Z Documenting arrayvec v0.7.4
31662024-05-29T19:58:57.633Z Documenting is_ci v1.2.0
31672024-05-29T19:58:57.940Z Documenting constant_time_eq v0.3.0
31682024-05-29T19:58:58.341Z Documenting arrayref v0.3.7
31692024-05-29T19:58:59.358Z Documenting smawk v0.3.2
31702024-05-29T19:58:59.776Z Documenting http-range v0.1.5
31712024-05-29T19:59:00.907Z Documenting shell-words v1.1.0
31722024-05-29T19:59:01.386Z Documenting blake3 v1.5.1
31732024-05-29T19:59:01.979Z Documenting supports-color v3.0.0
31742024-05-29T19:59:03.697Z Documenting textwrap v0.16.1
31752024-05-29T19:59:04.085Z Documenting hyper-staticfile v0.9.5
31762024-05-29T19:59:04.636Z Documenting rpassword v7.3.1
31772024-05-29T19:59:05.090Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31782024-05-29T19:59:06.266Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31792024-05-29T19:59:06.586Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802024-05-29T19:59:08.110Z Documenting tui-tree-widget v0.19.0
31812024-05-29T19:59:09.021Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31822024-05-29T19:59:10.178Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31832024-05-29T19:59:11.125Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31842024-05-29T19:59:12.603Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31852024-05-29T19:59:14.256Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31862024-05-29T19:59:14.437Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31872024-05-29T19:59:14.987Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31882024-05-29T19:59:15.276Z Documenting signal-hook-tokio v0.3.1
31892024-05-29T19:59:15.343Z Documenting csv-core v0.1.11
31902024-05-29T19:59:15.440Z Documenting topological-sort v0.2.2
31912024-05-29T19:59:19.429Z Documenting corncobs v0.1.3
31922024-05-29T19:59:19.581Z Documenting omicron-zone-package v0.11.0
31932024-05-29T19:59:19.901Z Documenting csv v1.3.0
31942024-05-29T19:59:20.615Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31952024-05-29T19:59:22.557Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31962024-05-29T19:59:23.171Zwarning: unresolved link to `test_sled_transitions`
31972024-05-29T19:59:23.171Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
31982024-05-29T19:59:23.171Z |
31992024-05-29T19:59:23.171Z698 | /// [`test_sled_transitions`].
32002024-05-29T19:59:23.171Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32012024-05-29T19:59:23.171Z |
32022024-05-29T19:59:23.171Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32032024-05-29T19:59:23.171Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32042024-05-29T19:59:23.171Z
32052024-05-29T19:59:23.171Zwarning: unresolved link to `test_sled_transitions`
32062024-05-29T19:59:23.171Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
32072024-05-29T19:59:23.171Z |
32082024-05-29T19:59:23.171Z734 | /// [`test_sled_transitions`].
32092024-05-29T19:59:23.171Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32102024-05-29T19:59:23.203Z |
32112024-05-29T19:59:23.203Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32122024-05-29T19:59:23.203Z
32132024-05-29T19:59:23.203Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32142024-05-29T19:59:23.203Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32152024-05-29T19:59:23.203Z |
32162024-05-29T19:59:23.203Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32172024-05-29T19:59:23.203Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32182024-05-29T19:59:23.203Z
32192024-05-29T19:59:23.310Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32202024-05-29T19:59:24.571Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32212024-05-29T19:59:25.122Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32222024-05-29T19:59:26.922Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32232024-05-29T19:59:29.810Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32242024-05-29T19:59:33.021Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32252024-05-29T19:59:34.873Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32262024-05-29T19:59:40.585Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32272024-05-29T19:59:40.612Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32282024-05-29T19:59:42.337Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32292024-05-29T19:59:44.993Zwarning: unresolved link to `BlueprintDisksConfig`
32302024-05-29T19:59:44.993Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:980:55
32312024-05-29T19:59:45.033Z |
32322024-05-29T19:59:45.034Z980 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32332024-05-29T19:59:45.034Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32342024-05-29T19:59:45.034Z |
32352024-05-29T19:59:45.034Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32362024-05-29T19:59:45.034Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32372024-05-29T19:59:45.034Z
32382024-05-29T19:59:46.029Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32392024-05-29T19:59:46.029Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32402024-05-29T19:59:47.352Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
32412024-05-29T19:59:49.358Z Documenting fatfs v0.3.6
32422024-05-29T19:59:49.623Zwarning: unclosed HTML tag `usize`
32432024-05-29T19:59:49.623Z --> wicket/src/ui/panes/update.rs:153:19
32442024-05-29T19:59:49.623Z |
32452024-05-29T19:59:49.623Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32462024-05-29T19:59:49.623Z | ^^^^^^^
32472024-05-29T19:59:49.624Z |
32482024-05-29T19:59:49.624Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32492024-05-29T19:59:49.624Z
32502024-05-29T19:59:50.370Z Documenting cargo-platform v0.1.8
32512024-05-29T19:59:51.257Zwarning: `wicket` (lib doc) generated 1 warning
32522024-05-29T19:59:51.287Z Documenting assert_matches v1.5.0
32532024-05-29T19:59:54.158Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32542024-05-29T19:59:55.097Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32552024-05-29T19:59:55.295Z Documenting cargo_metadata v0.18.1
32562024-05-29T19:59:57.871Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32572024-05-29T19:59:57.871Z --> sled-agent/src/sim/instance.rs:46:7
32582024-05-29T19:59:57.871Z |
32592024-05-29T19:59:57.872Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32602024-05-29T19:59:57.872Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32612024-05-29T19:59:57.872Z |
32622024-05-29T19:59:57.872Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32632024-05-29T19:59:57.872Z
32642024-05-29T19:59:59.762Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32652024-05-29T20:00:01.181Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32662024-05-29T20:00:01.208Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32672024-05-29T20:00:02.171Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32682024-05-29T20:00:05.115Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32692024-05-29T20:00:06.832Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32702024-05-29T20:00:11.503Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32712024-05-29T20:00:12.240Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32722024-05-29T20:00:13.620Z Documenting uzers v0.11.3
32732024-05-29T20:00:14.520Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32742024-05-29T20:00:15.000Z Documenting termios v0.3.3
32752024-05-29T20:00:15.123Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32762024-05-29T20:00:18.290Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32772024-05-29T20:00:19.509Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32782024-05-29T20:00:21.165Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32792024-05-29T20:00:24.779Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32802024-05-29T20:00:35.189Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32812024-05-29T20:00:48.133Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32822024-05-29T20:00:53.413Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32832024-05-29T20:00:53.780Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32842024-05-29T20:01:07.501Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32852024-05-29T20:01:07.612Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32862024-05-29T20:01:08.618Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32872024-05-29T20:01:10.171Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32882024-05-29T20:01:11.153Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32892024-05-29T20:01:39.589Zwarning: unresolved link to `Nexus`
32902024-05-29T20:01:39.589Z --> nexus/src/app/instance_network.rs:241:34
32912024-05-29T20:01:39.590Z |
32922024-05-29T20:01:39.590Z241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32932024-05-29T20:01:39.590Z | ^^^^^ no item named `Nexus` in scope
32942024-05-29T20:01:39.591Z |
32952024-05-29T20:01:39.591Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32962024-05-29T20:01:39.591Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32972024-05-29T20:01:39.591Z
32982024-05-29T20:01:39.591Zwarning: unresolved link to `Nexus`
32992024-05-29T20:01:39.591Z --> nexus/src/app/instance_network.rs:419:34
33002024-05-29T20:01:39.592Z |
33012024-05-29T20:01:39.592Z419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
33022024-05-29T20:01:39.651Z | ^^^^^ no item named `Nexus` in scope
33032024-05-29T20:01:39.652Z |
33042024-05-29T20:01:39.652Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33052024-05-29T20:01:39.652Z
33062024-05-29T20:01:39.652Zwarning: unresolved link to `VolumeConstructionRequest`
33072024-05-29T20:01:39.652Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33082024-05-29T20:01:39.652Z |
33092024-05-29T20:01:39.652Z338 | /// [`VolumeConstructionRequest`] is shown here):
33102024-05-29T20:01:39.653Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33112024-05-29T20:01:39.653Z |
33122024-05-29T20:01:39.653Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33132024-05-29T20:01:39.653Z
33142024-05-29T20:01:39.653Zwarning: unresolved link to `fd00:1122:3344:101::5`
33152024-05-29T20:01:39.653Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33162024-05-29T20:01:39.654Z |
33172024-05-29T20:01:39.654Z348 | /// "[fd00:1122:3344:101::5]:1000",
33182024-05-29T20:01:39.654Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33192024-05-29T20:01:39.654Z
33202024-05-29T20:01:39.654Zwarning: unresolved link to `fd00:1122:3344:102::9`
33212024-05-29T20:01:39.655Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33222024-05-29T20:01:39.655Z |
33232024-05-29T20:01:39.655Z349 | /// "[fd00:1122:3344:102::9]:1000",
33242024-05-29T20:01:39.655Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33252024-05-29T20:01:39.655Z
33262024-05-29T20:01:39.656Zwarning: unresolved link to `fd00:1122:3344:103::2`
33272024-05-29T20:01:39.656Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33282024-05-29T20:01:39.656Z |
33292024-05-29T20:01:39.656Z350 | /// "[fd00:1122:3344:103::2]:1000"
33302024-05-29T20:01:39.656Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33312024-05-29T20:01:39.657Z
33322024-05-29T20:01:39.657Zwarning: unresolved link to `fd00:1122:3344:101::5`
33332024-05-29T20:01:39.657Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33342024-05-29T20:01:39.657Z |
33352024-05-29T20:01:39.657Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33362024-05-29T20:01:39.657Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33372024-05-29T20:01:39.658Z
33382024-05-29T20:01:39.658Zwarning: unresolved link to `fd00:1122:3344:102::9`
33392024-05-29T20:01:39.658Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33402024-05-29T20:01:39.658Z |
33412024-05-29T20:01:39.658Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33422024-05-29T20:01:39.659Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33432024-05-29T20:01:39.659Z
33442024-05-29T20:01:39.659Zwarning: unresolved link to `fd00:1122:3344:103::2`
33452024-05-29T20:01:39.659Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33462024-05-29T20:01:39.660Z |
33472024-05-29T20:01:39.660Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33482024-05-29T20:01:39.660Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33492024-05-29T20:01:39.660Z
33502024-05-29T20:01:43.536Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33512024-05-29T20:02:04.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12m 22s
33522024-05-29T20:02:04.169Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 82 other files
33532024-05-29T20:02:04.227Z
33542024-05-29T20:02:04.228Zreal 12:22.555698187
33552024-05-29T20:02:04.228Zuser 34:37.802228783
33562024-05-29T20:02:04.228Zsys 48:37.474374972
33572024-05-29T20:02:04.228Ztrap 1.003310992
33582024-05-29T20:02:04.228Ztflt 0.112827372
33592024-05-29T20:02:04.228Zdflt 1.083723279
33602024-05-29T20:02:04.228Zkflt 0.000773961
33612024-05-29T20:02:04.229Zlock 3:31:37.382556169
33622024-05-29T20:02:04.229Zslp 3:22:51.092487781
33632024-05-29T20:02:04.259Zlat 4:29.811677011
33642024-05-29T20:02:04.259Zstop 2:41.459013835
33652024-05-29T20:02:04.259Zprocess exited: duration 1339596 ms, exit code 0
 
33662024-05-29T20:02:04.325Zfound 0 output files