01J0W2HB3E6EVQZ90C92SBV5XT: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J0W2HKNTRVEDZXKE3D1AQSW8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-21T00:19:34.269Zjob assigned to worker 01J0W2HN0WBKM333HNAXWFDFHZ (queued for 57 s)
 
22024-06-21T00:19:42.522Zstarting task 0: "setup"
32024-06-21T00:19:42.570Z++ uname -s
42024-06-21T00:19:42.573Z+ kern=SunOS
52024-06-21T00:19:42.573Z+ case "$kern" in
62024-06-21T00:19:42.573Z+ groupadd -g 12345 build
72024-06-21T00:19:42.576Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-21T00:19:44.596Z+ zfs create -o mountpoint=/work rpool/work
92024-06-21T00:19:44.739Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-21T00:19:44.742Z+ home_fs=zfs
112024-06-21T00:19:44.742Z+ [[ zfs == autofs ]]
122024-06-21T00:19:44.742Z+ mkdir -p /home/build
132024-06-21T00:19:44.745Z+ chown build:build /home/build /work
142024-06-21T00:19:46.746Z+ chmod 0700 /home/build /work
152024-06-21T00:19:46.748Zprocess exited: duration 4228 ms, exit code 0
 
162024-06-21T00:19:46.754Zstarting task 1: "rust-toolchain"
172024-06-21T00:19:46.760Z+ printf ' * toolchain channel = "%s"
182024-06-21T00:19:46.760Z' 1.78.0
192024-06-21T00:19:46.760Z * toolchain channel = "1.78.0"
202024-06-21T00:19:46.766Z * toolchain profile = "default"
212024-06-21T00:19:46.766Z+ printf ' * toolchain profile = "%s"
222024-06-21T00:19:46.766Z' default
232024-06-21T00:19:46.766Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-21T00:19:46.766Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-21T00:19:46.876Zinfo: downloading installer
262024-06-21T00:19:48.526Zinfo: profile set to 'default'
272024-06-21T00:19:48.526Zinfo: default host triple is x86_64-unknown-illumos
282024-06-21T00:19:48.531Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-21T00:19:48.679Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-21T00:19:48.679Zinfo: downloading component 'cargo'
312024-06-21T00:19:49.545Zinfo: downloading component 'clippy'
322024-06-21T00:19:49.832Zinfo: downloading component 'rust-docs'
332024-06-21T00:19:50.984Zinfo: downloading component 'rust-std'
342024-06-21T00:19:52.826Zinfo: downloading component 'rustc'
352024-06-21T00:19:57.500Zinfo: downloading component 'rustfmt'
362024-06-21T00:19:57.752Zinfo: installing component 'cargo'
372024-06-21T00:19:58.582Zinfo: installing component 'clippy'
382024-06-21T00:19:58.938Zinfo: installing component 'rust-docs'
392024-06-21T00:20:00.437Zinfo: installing component 'rust-std'
402024-06-21T00:20:02.188Zinfo: installing component 'rustc'
412024-06-21T00:20:06.358Zinfo: installing component 'rustfmt'
422024-06-21T00:20:06.705Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-21T00:20:06.705Z
442024-06-21T00:20:06.979Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-21T00:20:06.979Z
462024-06-21T00:20:06.982Z
472024-06-21T00:20:06.982ZRust is installed now. Great!
482024-06-21T00:20:06.982Z
492024-06-21T00:20:06.982ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-21T00:20:06.982Zenvironment variable. This has not been done automatically.
512024-06-21T00:20:06.982Z
522024-06-21T00:20:06.982ZTo configure your current shell, you need to source
532024-06-21T00:20:06.982Zthe corresponding env file under $HOME/.cargo.
542024-06-21T00:20:06.983Z
552024-06-21T00:20:06.983ZThis is usually done by running one of the following (note the leading DOT):
562024-06-21T00:20:06.983Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-21T00:20:06.983Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-21T00:20:07.050Z+ rustc --version
592024-06-21T00:20:07.112Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-21T00:20:07.115Zprocess exited: duration 20359 ms, exit code 0
 
612024-06-21T00:20:07.122Zstarting task 2: "authentication"
622024-06-21T00:20:07.143Zprocess exited: duration 21 ms, exit code 0
 
632024-06-21T00:20:07.150Zstarting task 3: "clone repository"
642024-06-21T00:20:07.154Z+ mkdir -p /work/oxidecomputer/omicron
652024-06-21T00:20:07.159Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-06-21T00:20:07.304ZCloning into '/work/oxidecomputer/omicron'...
672024-06-21T00:20:12.416Z+ cd /work/oxidecomputer/omicron
682024-06-21T00:20:12.416Z+ git fetch origin 70c4037f6a7e329f3e2df07fece7b6ad911a6b8a
692024-06-21T00:20:12.742ZFrom https://github.com/oxidecomputer/omicron
702024-06-21T00:20:12.742Z * branch 70c4037f6a7e329f3e2df07fece7b6ad911a6b8a -> FETCH_HEAD
712024-06-21T00:20:12.751Z+ [[ -n iliana/rustdocflags ]]
722024-06-21T00:20:12.754Z++ git branch --show-current
732024-06-21T00:20:12.757Z+ current=main
742024-06-21T00:20:12.757Z+ [[ main != iliana/rustdocflags ]]
752024-06-21T00:20:12.757Z+ git branch -f iliana/rustdocflags 70c4037f6a7e329f3e2df07fece7b6ad911a6b8a
762024-06-21T00:20:12.760Z+ git checkout -f iliana/rustdocflags
772024-06-21T00:20:12.894ZSwitched to branch 'iliana/rustdocflags'
782024-06-21T00:20:12.897Z+ git reset --hard 70c4037f6a7e329f3e2df07fece7b6ad911a6b8a
792024-06-21T00:20:13.026ZHEAD is now at 70c4037f6 fix `cargo doc` checks in CI
802024-06-21T00:20:13.029Zprocess exited: duration 5877 ms, exit code 0
 
812024-06-21T00:20:13.037Zstarting task 4: "build"
822024-06-21T00:20:13.041Z+ cargo --version
832024-06-21T00:20:13.094Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-06-21T00:20:13.097Z+ rustc --version
852024-06-21T00:20:13.152Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-06-21T00:20:13.155Z+ WORK=/work
872024-06-21T00:20:13.155Z+ pfexec mkdir -p /work
882024-06-21T00:20:13.157Z+ pfexec chown build /work
892024-06-21T00:20:13.160Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-06-21T00:20:29.562Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-06-21T00:20:31.726Z Startup: Caching catalogs ... Done
922024-06-21T00:20:34.061ZPlanning: Solver setup ... Done (1.865s)
932024-06-21T00:20:34.097ZPlanning: Running solver ... Done (0.037s)
942024-06-21T00:20:34.140ZPlanning: Finding local manifests ... Done (0.006s)
952024-06-21T00:20:34.152ZPlanning: Fetching manifests: 0/4 0% complete
962024-06-21T00:20:34.514ZPlanning: Fetching manifests: 4/4 100% complete
972024-06-21T00:20:34.657ZPlanning: Package planning ... Done (0.142s)
982024-06-21T00:20:34.707ZPlanning: Merging actions ... Done (0.050s)
992024-06-21T00:20:36.129ZPlanning: Checking for conflicting actions ... Done (1.421s)
1002024-06-21T00:20:36.141ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-06-21T00:20:42.507ZPlanning: Evaluating mediators ... Done (6.367s)
1022024-06-21T00:20:42.517ZPlanning: Planning completed in 10.72 seconds
1032024-06-21T00:20:43.284Z Packages to install: 4
1042024-06-21T00:20:43.284Z Mediators to change: 2
1052024-06-21T00:20:43.284Z Services to change: 1
1062024-06-21T00:20:43.287Z Estimated space available: 155.77 GB
1072024-06-21T00:20:43.287ZEstimated space to be consumed: 1.46 GB
1082024-06-21T00:20:43.287Z Create boot environment: No
1092024-06-21T00:20:43.287ZCreate backup boot environment: No
1102024-06-21T00:20:43.287Z Rebuild boot archive: No
1112024-06-21T00:20:43.287Z
1122024-06-21T00:20:43.287ZChanged mediators:
1132024-06-21T00:20:43.287Z mediator clang:
1142024-06-21T00:20:43.287Z version: None -> 15 (system default)
1152024-06-21T00:20:43.287Z
1162024-06-21T00:20:43.287Z mediator llvm:
1172024-06-21T00:20:43.287Z version: 14 (system default) -> 15 (system default)
1182024-06-21T00:20:43.287Z
1192024-06-21T00:20:43.287ZChanged packages:
1202024-06-21T00:20:43.287Zhelios-dev
1212024-06-21T00:20:43.287Z developer/build-essential
1222024-06-21T00:20:43.287Z None -> 11-2.0
1232024-06-21T00:20:43.287Z library/libxmlsec1
1242024-06-21T00:20:43.287Z None -> 1.2.35-2.0
1252024-06-21T00:20:43.287Z ooce/developer/clang-15
1262024-06-21T00:20:43.287Z None -> 15.0.7-2.0
1272024-06-21T00:20:43.287Z ooce/developer/llvm-15
1282024-06-21T00:20:43.287Z None -> 15.0.7-2.0
1292024-06-21T00:20:43.287Z
1302024-06-21T00:20:43.288ZServices:
1312024-06-21T00:20:43.288Z restart_fmri:
1322024-06-21T00:20:43.288Z svc:/system/update-man-index:default
1332024-06-21T00:20:43.443Z
1342024-06-21T00:20:43.443ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-06-21T00:20:48.447ZDownload: 1087/3290 items 19.6/212.6MB 9% complete (4.0M/s)
1362024-06-21T00:20:57.503ZDownload: 1195/3290 items 83.4/212.6MB 39% complete (11.7M/s)
1372024-06-21T00:21:02.504ZDownload: 2511/3290 items 120.3/212.6MB 56% complete (7.5M/s)
1382024-06-21T00:21:06.193ZDownload: Completed 212.60 MB in 22.75 seconds (9.3M/s)
1392024-06-21T00:21:07.143Z Actions: 1/3689 actions (Installing new actions)
1402024-06-21T00:21:12.178Z Actions: 3589/3689 actions (Installing new actions)
1412024-06-21T00:21:12.411Z Actions: Completed 3689 actions in 5.27 seconds.
1422024-06-21T00:21:12.655Z Done (0.235s)
1432024-06-21T00:21:12.656Z Done (0.000s)
1442024-06-21T00:21:12.960Z Done (0.309s)
1452024-06-21T00:21:18.215Z Done (5.099s)
1462024-06-21T00:21:18.364Z Done (0.085s)
1472024-06-21T00:21:18.367Z Done (0.000s)
1482024-06-21T00:21:18.519Z Done (0.000s)
1492024-06-21T00:21:19.078ZPlanning: Evaluating mediator changes ... Done
1502024-06-21T00:21:19.244ZPlanning: Checking for conflicting actions ... Done
1512024-06-21T00:21:19.247ZPlanning: Consolidating action changes ... Done
1522024-06-21T00:21:19.513ZPlanning: Evaluating mediators ... Done
1532024-06-21T00:21:19.516ZPlanning: Planning completed in 0.44 seconds
1542024-06-21T00:21:19.547Z Mediators to change: 2
1552024-06-21T00:21:19.547Z Create boot environment: No
1562024-06-21T00:21:19.550ZCreate backup boot environment: No
1572024-06-21T00:21:19.614Z Done
1582024-06-21T00:21:19.614Z Done
1592024-06-21T00:21:19.816Z Done
1602024-06-21T00:21:23.342Z Done
1612024-06-21T00:21:23.425Z Done
1622024-06-21T00:21:23.428Z Done
1632024-06-21T00:21:23.532Z Done
1642024-06-21T00:21:24.140ZPlanning: Evaluating mediator changes ... Done
1652024-06-21T00:21:24.143ZPlanning: Merging actions ... Done
1662024-06-21T00:21:24.333ZPlanning: Checking for conflicting actions ... Done
1672024-06-21T00:21:24.336ZPlanning: Consolidating action changes ... Done
1682024-06-21T00:21:24.598ZPlanning: Evaluating mediators ... Done
1692024-06-21T00:21:24.652ZPlanning: Planning completed in 0.75 seconds
1702024-06-21T00:21:24.686Z Packages to change: 1
1712024-06-21T00:21:24.686Z Mediators to change: 1
1722024-06-21T00:21:24.689Z Services to change: 1
1732024-06-21T00:21:24.689Z Create boot environment: No
1742024-06-21T00:21:24.689ZCreate backup boot environment: Yes
1752024-06-21T00:21:26.607Z Actions: 1/6 actions (Updating modified actions)
1762024-06-21T00:21:26.653Z Actions: Completed 6 actions in 0.05 seconds.
1772024-06-21T00:21:26.656Z Done
1782024-06-21T00:21:26.656Z Done
1792024-06-21T00:21:26.720Z Done
1802024-06-21T00:21:30.282Z Done
1812024-06-21T00:21:30.367Z Done
1822024-06-21T00:21:30.370Z Done
1832024-06-21T00:21:30.472Z Done
1842024-06-21T00:21:30.910ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1852024-06-21T00:21:30.910Zclang system 15 system
1862024-06-21T00:21:30.910Zcsh system system illumos
1872024-06-21T00:21:30.910Zctags system system illumos
1882024-06-21T00:21:30.910Zgcc vendor 12 vendor
1892024-06-21T00:21:30.910Zgcc system 10 system
1902024-06-21T00:21:30.910Zgcc system 7 system
1912024-06-21T00:21:30.910Zgo system 1.20 system
1922024-06-21T00:21:30.910Zgo system 1.19 system
1932024-06-21T00:21:30.911Zllvm system 15 system
1942024-06-21T00:21:30.911Zllvm system 14 system
1952024-06-21T00:21:30.911Zmariadb system 10.6 system
1962024-06-21T00:21:30.911Zmta vendor vendor dma
1972024-06-21T00:21:30.911Zopenjdk system 17 system
1982024-06-21T00:21:30.911Zopenjdk system 11 system
1992024-06-21T00:21:30.911Zopenjdk system 1.8 system
2002024-06-21T00:21:30.911Zopenssl vendor 3 vendor
2012024-06-21T00:21:30.911Zperl system 5.36 system
2022024-06-21T00:21:30.911Zpostgresql system 15 system
2032024-06-21T00:21:30.911Zpostgresql system 13 system
2042024-06-21T00:21:30.911Zpython vendor 3 vendor
2052024-06-21T00:21:30.911Zpython system 2 system
2062024-06-21T00:21:30.911Zpython3 system 3.11 system
2072024-06-21T00:21:30.911Zruby system 3.0 system
2082024-06-21T00:21:30.911Zwords vendor vendor american-english
2092024-06-21T00:21:30.911Zwords system system australian-english
2102024-06-21T00:21:30.911Zwords system system british-english
2112024-06-21T00:21:30.911Zwords system system canadian-english
2122024-06-21T00:21:30.911Zwords system system french
2132024-06-21T00:21:30.911Zwords system system italian
2142024-06-21T00:21:30.911Zwords system system ngerman
2152024-06-21T00:21:30.911Zwords system system ogerman
2162024-06-21T00:21:30.911Zwords system system spanish
2172024-06-21T00:21:31.244ZPUBLISHER TYPE STATUS P LOCATION
2182024-06-21T00:21:31.245Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2192024-06-21T00:21:32.730ZFMRI IFO
2202024-06-21T00:21:32.730Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2212024-06-21T00:21:32.730Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2222024-06-21T00:21:32.730Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2232024-06-21T00:21:32.730Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2242024-06-21T00:21:32.730Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2252024-06-21T00:21:32.730Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2262024-06-21T00:21:32.730Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2272024-06-21T00:21:32.730Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2282024-06-21T00:21:32.730Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2292024-06-21T00:21:32.730Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2302024-06-21T00:21:32.730Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2312024-06-21T00:21:32.730Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2322024-06-21T00:21:33.227Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2332024-06-21T00:21:33.536Z Updating git repository `https://github.com/oxidecomputer/zone`
2342024-06-21T00:21:33.850Z Updating crates.io index
2352024-06-21T00:21:33.909Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2362024-06-21T00:21:35.563Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2372024-06-21T00:21:36.255Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2382024-06-21T00:21:36.525Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2392024-06-21T00:21:38.601Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2402024-06-21T00:21:38.907Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412024-06-21T00:21:39.204Z Updating git repository `https://github.com/oxidecomputer/propolis`
2422024-06-21T00:21:40.301Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432024-06-21T00:21:42.267Z Updating git repository `https://github.com/oxidecomputer/opte`
2442024-06-21T00:21:43.392Z Updating git repository `https://github.com/oxidecomputer/falcon`
2452024-06-21T00:21:44.224Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462024-06-21T00:21:44.816Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2472024-06-21T00:21:45.096Z Updating git repository `http://github.com/oxidecomputer/sprockets`
2482024-06-21T00:21:45.527Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2492024-06-21T00:21:45.840Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2502024-06-21T00:21:46.173Z Updating git repository `http://github.com/oxidecomputer/tofino`
2512024-06-21T00:21:46.503Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2522024-06-21T00:21:46.792Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2532024-06-21T00:21:47.050Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2542024-06-21T00:21:47.394Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2552024-06-21T00:21:47.932Z Updating git repository `https://github.com/oxidecomputer/ispf`
2562024-06-21T00:21:48.220Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2572024-06-21T00:21:48.626Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2582024-06-21T00:21:49.306Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2592024-06-21T00:21:49.624Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2602024-06-21T00:21:49.932Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2612024-06-21T00:21:50.725Z Updating git repository `https://github.com/oxidecomputer/typify`
2622024-06-21T00:21:52.677Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632024-06-21T00:21:53.018Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2642024-06-21T00:21:53.292Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2652024-06-21T00:21:53.751Z Updating git repository `https://github.com/oxidecomputer/rfb`
2662024-06-21T00:21:54.927Z Downloading crates ...
2672024-06-21T00:21:55.010Z Downloaded crypto-common v0.1.6
2682024-06-21T00:21:55.013Z Downloaded deranged v0.3.11
2692024-06-21T00:21:55.013Z Downloaded byteorder v1.5.0
2702024-06-21T00:21:55.016Z Downloaded autocfg v1.3.0
2712024-06-21T00:21:55.019Z Downloaded is-terminal v0.4.12
2722024-06-21T00:21:55.019Z Downloaded block-buffer v0.10.4
2732024-06-21T00:21:55.022Z Downloaded adler v1.0.2
2742024-06-21T00:21:55.022Z Downloaded md5 v0.7.0
2752024-06-21T00:21:55.027Z Downloaded openssl-macros v0.1.1
2762024-06-21T00:21:55.030Z Downloaded equivalent v1.0.1
2772024-06-21T00:21:55.030Z Downloaded openssl-probe v0.1.5
2782024-06-21T00:21:55.033Z Downloaded pin-project-lite v0.2.14
2792024-06-21T00:21:55.037Z Downloaded pin-utils v0.1.0
2802024-06-21T00:21:55.040Z Downloaded cpufeatures v0.2.12
2812024-06-21T00:21:55.040Z Downloaded colorchoice v1.0.1
2822024-06-21T00:21:55.042Z Downloaded cargo_metadata v0.18.1
2832024-06-21T00:21:55.046Z Downloaded sync_wrapper v0.1.2
2842024-06-21T00:21:55.046Z Downloaded num_cpus v1.16.0
2852024-06-21T00:21:55.049Z Downloaded form_urlencoded v1.2.1
2862024-06-21T00:21:55.049Z Downloaded hyper-tls v0.5.0
2872024-06-21T00:21:55.049Z Downloaded futures-io v0.3.30
2882024-06-21T00:21:55.052Z Downloaded want v0.3.1
2892024-06-21T00:21:55.052Z Downloaded usdt-macro v0.5.0
2902024-06-21T00:21:55.052Z Downloaded macaddr v1.0.1
2912024-06-21T00:21:55.055Z Downloaded usdt-attr-macro v0.5.0
2922024-06-21T00:21:55.055Z Downloaded take_mut v0.2.2
2932024-06-21T00:21:55.058Z Downloaded heck v0.4.1
2942024-06-21T00:21:55.058Z Downloaded hostname v0.3.1
2952024-06-21T00:21:55.061Z Downloaded futures-sink v0.3.30
2962024-06-21T00:21:55.061Z Downloaded percent-encoding v2.3.1
2972024-06-21T00:21:55.061Z Downloaded httpdate v1.0.3
2982024-06-21T00:21:55.064Z Downloaded http-body v0.4.6
2992024-06-21T00:21:55.064Z Downloaded slog-json v2.6.1
3002024-06-21T00:21:55.067Z Downloaded camino v1.1.7
3012024-06-21T00:21:55.070Z Downloaded powerfmt v0.2.0
3022024-06-21T00:21:55.070Z Downloaded strsim v0.11.1
3032024-06-21T00:21:55.072Z Downloaded slog-async v2.8.0
3042024-06-21T00:21:55.072Z Downloaded memmap v0.7.0
3052024-06-21T00:21:55.075Z Downloaded slab v0.4.9
3062024-06-21T00:21:55.075Z Downloaded native-tls v0.2.11
3072024-06-21T00:21:55.078Z Downloaded cargo_toml v0.20.2
3082024-06-21T00:21:55.081Z Downloaded dtrace-parser v0.2.0
3092024-06-21T00:21:55.081Z Downloaded rustls-pemfile v1.0.4
3102024-06-21T00:21:55.084Z Downloaded is_terminal_polyfill v1.70.0
3112024-06-21T00:21:55.084Z Downloaded thiserror-impl v1.0.60
3122024-06-21T00:21:55.087Z Downloaded match_cfg v0.1.0
3132024-06-21T00:21:55.087Z Downloaded num_threads v0.1.7
3142024-06-21T00:21:55.087Z Downloaded once_cell v1.19.0
3152024-06-21T00:21:55.090Z Downloaded num-conv v0.1.0
3162024-06-21T00:21:55.093Z Downloaded thread_local v1.1.8
3172024-06-21T00:21:55.093Z Downloaded foreign-types-shared v0.1.1
3182024-06-21T00:21:55.097Z Downloaded pest_derive v2.7.10
3192024-06-21T00:21:55.097Z Downloaded bitflags v2.5.0
3202024-06-21T00:21:55.100Z Downloaded crc32fast v1.4.0
3212024-06-21T00:21:55.103Z Downloaded swrite v0.1.0
3222024-06-21T00:21:55.103Z Downloaded scroll_derive v0.12.0
3232024-06-21T00:21:55.103Z Downloaded tinyvec_macros v0.1.1
3242024-06-21T00:21:55.105Z Downloaded proc-macro-error v1.0.4
3252024-06-21T00:21:55.108Z Downloaded miniz_oxide v0.7.2
3262024-06-21T00:21:55.111Z Downloaded xattr v1.3.1
3272024-06-21T00:21:55.114Z Downloaded futures-macro v0.3.30
3282024-06-21T00:21:55.114Z Downloaded usdt v0.5.0
3292024-06-21T00:21:55.114Z Downloaded sha2 v0.10.8
3302024-06-21T00:21:55.117Z Downloaded futures-executor v0.3.30
3312024-06-21T00:21:55.121Z Downloaded semver v1.0.23
3322024-06-21T00:21:55.122Z Downloaded generic-array v0.14.7
3332024-06-21T00:21:55.124Z Downloaded term v0.7.0
3342024-06-21T00:21:55.124Z Downloaded parking_lot v0.12.2
3352024-06-21T00:21:55.127Z Downloaded unicode-width v0.1.12
3362024-06-21T00:21:55.130Z Downloaded ryu v1.0.18
3372024-06-21T00:21:55.133Z Downloaded tokio-native-tls v0.3.1
3382024-06-21T00:21:55.136Z Downloaded tower-service v0.3.2
3392024-06-21T00:21:55.136Z Downloaded scopeguard v1.2.0
3402024-06-21T00:21:55.136Z Downloaded rustversion v1.0.17
3412024-06-21T00:21:55.139Z Downloaded futures-channel v0.3.30
3422024-06-21T00:21:55.141Z Downloaded serde_urlencoded v0.7.1
3432024-06-21T00:21:55.144Z Downloaded openssl-sys v0.9.102
3442024-06-21T00:21:55.147Z Downloaded serde_spanned v0.6.6
3452024-06-21T00:21:55.150Z Downloaded slog-bunyan v2.5.0
3462024-06-21T00:21:55.150Z Downloaded parking_lot_core v0.9.10
3472024-06-21T00:21:55.152Z Downloaded signal-hook-registry v1.4.2
3482024-06-21T00:21:55.155Z Downloaded indexmap v2.2.6
3492024-06-21T00:21:55.158Z Downloaded cc v1.0.97
3502024-06-21T00:21:55.161Z Downloaded zerocopy-derive v0.7.34
3512024-06-21T00:21:55.166Z Downloaded crossbeam-channel v0.5.12
3522024-06-21T00:21:55.169Z Downloaded ipnet v2.9.0
3532024-06-21T00:21:55.171Z Downloaded ucd-trie v0.1.6
3542024-06-21T00:21:55.175Z Downloaded tokio-macros v2.2.0
3552024-06-21T00:21:55.175Z Downloaded thiserror v1.0.60
3562024-06-21T00:21:55.178Z Downloaded toml_datetime v0.6.6
3572024-06-21T00:21:55.181Z Downloaded version_check v0.9.4
3582024-06-21T00:21:55.181Z Downloaded utf8parse v0.2.1
3592024-06-21T00:21:55.184Z Downloaded usdt-impl v0.5.0
3602024-06-21T00:21:55.184Z Downloaded quote v1.0.36
3612024-06-21T00:21:55.189Z Downloaded strum v0.26.2
3622024-06-21T00:21:55.189Z Downloaded slog-term v2.9.1
3632024-06-21T00:21:55.191Z Downloaded memchr v2.7.2
3642024-06-21T00:21:55.194Z Downloaded mio v0.8.11
3652024-06-21T00:21:55.200Z Downloaded http v0.2.12
3662024-06-21T00:21:55.204Z Downloaded toml v0.8.13
3672024-06-21T00:21:55.208Z Downloaded time-macros v0.2.18
3682024-06-21T00:21:55.210Z Downloaded slog v2.7.0
3692024-06-21T00:21:55.213Z Downloaded goblin v0.8.2
3702024-06-21T00:21:55.219Z Downloaded futures-util v0.3.30
3712024-06-21T00:21:55.232Z Downloaded socket2 v0.5.7
3722024-06-21T00:21:55.234Z Downloaded unicode-bidi v0.3.15
3732024-06-21T00:21:55.237Z Downloaded hyper v0.14.28
3742024-06-21T00:21:55.244Z Downloaded unicode-ident v1.0.12
3752024-06-21T00:21:55.247Z Downloaded serde_derive v1.0.203
3762024-06-21T00:21:55.250Z Downloaded tracing-core v0.1.32
3772024-06-21T00:21:55.253Z Downloaded tracing v0.1.40
3782024-06-21T00:21:55.257Z Downloaded tar v0.4.40
3792024-06-21T00:21:55.259Z Downloaded typenum v1.17.0
3802024-06-21T00:21:55.262Z Downloaded openssl v0.10.64
3812024-06-21T00:21:55.272Z Downloaded idna v0.5.0
3822024-06-21T00:21:55.278Z Downloaded url v2.5.0
3832024-06-21T00:21:55.282Z Downloaded toml_edit v0.22.13
3842024-06-21T00:21:55.304Z Downloaded serde v1.0.203
3852024-06-21T00:21:55.307Z Downloaded h2 v0.3.26
3862024-06-21T00:21:55.314Z Downloaded pest v2.7.10
3872024-06-21T00:21:55.319Z Downloaded clap_builder v4.5.2
3882024-06-21T00:21:55.326Z Downloaded unicode-normalization v0.1.23
3892024-06-21T00:21:55.331Z Downloaded serde_json v1.0.117
3902024-06-21T00:21:55.338Z Downloaded tokio-util v0.7.11
3912024-06-21T00:21:55.343Z Downloaded reqwest v0.11.27
3922024-06-21T00:21:55.351Z Downloaded time v0.3.36
3932024-06-21T00:21:55.358Z Downloaded zerocopy v0.7.34
3942024-06-21T00:21:55.375Z Downloaded tabled v0.15.0
3952024-06-21T00:21:55.388Z Downloaded syn v1.0.109
3962024-06-21T00:21:55.397Z Downloaded vcpkg v0.2.15
3972024-06-21T00:21:55.442Z Downloaded syn v2.0.64
3982024-06-21T00:21:55.452Z Downloaded rustix v0.38.34
3992024-06-21T00:21:55.475Z Downloaded encoding_rs v0.8.34
4002024-06-21T00:21:55.496Z Downloaded tokio v1.37.0
4012024-06-21T00:21:55.532Z Downloaded winnow v0.6.8
4022024-06-21T00:21:55.541Z Downloaded libc v0.2.155
4032024-06-21T00:21:55.567Z Downloaded proc-macro2 v1.0.82
4042024-06-21T00:21:55.570Z Downloaded hashbrown v0.14.5
4052024-06-21T00:21:55.576Z Downloaded pretty-hex v0.4.1
4062024-06-21T00:21:55.576Z Downloaded thread-id v4.2.1
4072024-06-21T00:21:55.580Z Downloaded tabled_derive v0.7.0
4082024-06-21T00:21:55.580Z Downloaded terminal_size v0.3.0
4092024-06-21T00:21:55.580Z Downloaded tinyvec v1.6.0
4102024-06-21T00:21:55.583Z Downloaded papergrid v0.11.0
4112024-06-21T00:21:55.586Z Downloaded flate2 v1.0.30
4122024-06-21T00:21:55.590Z Downloaded bytes v1.6.0
4132024-06-21T00:21:55.594Z Downloaded base64 v0.21.7
4142024-06-21T00:21:55.598Z Downloaded pkg-config v0.3.30
4152024-06-21T00:21:55.601Z Downloaded lock_api v0.4.12
4162024-06-21T00:21:55.601Z Downloaded fs-err v2.11.0
4172024-06-21T00:21:55.603Z Downloaded pest_generator v2.7.10
4182024-06-21T00:21:55.606Z Downloaded log v0.4.21
4192024-06-21T00:21:55.606Z Downloaded httparse v1.8.0
4202024-06-21T00:21:55.609Z Downloaded strum_macros v0.26.2
4212024-06-21T00:21:55.611Z Downloaded smallvec v1.13.2
4222024-06-21T00:21:55.612Z Downloaded proc-macro-error-attr v1.0.4
4232024-06-21T00:21:55.615Z Downloaded mime v0.3.17
4242024-06-21T00:21:55.615Z Downloaded fnv v1.0.7
4252024-06-21T00:21:55.618Z Downloaded filetime v0.2.23
4262024-06-21T00:21:55.618Z Downloaded clap v4.5.4
4272024-06-21T00:21:55.626Z Downloaded errno v0.3.9
4282024-06-21T00:21:55.629Z Downloaded scroll v0.12.0
4292024-06-21T00:21:55.629Z Downloaded heck v0.5.0
4302024-06-21T00:21:55.629Z Downloaded futures-task v0.3.30
4312024-06-21T00:21:55.629Z Downloaded digest v0.10.7
4322024-06-21T00:21:55.632Z Downloaded futures v0.3.30
4332024-06-21T00:21:55.636Z Downloaded crossbeam-utils v0.8.19
4342024-06-21T00:21:55.639Z Downloaded dirs-sys-next v0.1.2
4352024-06-21T00:21:55.639Z Downloaded anyhow v1.0.86
4362024-06-21T00:21:55.642Z Downloaded plain v0.2.3
4372024-06-21T00:21:55.645Z Downloaded clap_lex v0.7.0
4382024-06-21T00:21:55.645Z Downloaded serde_tokenstream v0.2.0
4392024-06-21T00:21:55.648Z Downloaded dof v0.3.0
4402024-06-21T00:21:55.648Z Downloaded dirs-next v2.0.0
4412024-06-21T00:21:55.651Z Downloaded cfg-if v1.0.0
4422024-06-21T00:21:55.651Z Downloaded bytecount v0.6.8
4432024-06-21T00:21:55.654Z Downloaded try-lock v0.2.5
4442024-06-21T00:21:55.654Z Downloaded time-core v0.1.2
4452024-06-21T00:21:55.654Z Downloaded futures-core v0.3.30
4462024-06-21T00:21:55.656Z Downloaded itoa v1.0.11
4472024-06-21T00:21:55.656Z Downloaded foreign-types v0.3.2
4482024-06-21T00:21:55.657Z Downloaded clap_derive v4.5.4
4492024-06-21T00:21:55.660Z Downloaded anstyle-parse v0.2.4
4502024-06-21T00:21:55.660Z Downloaded anstyle v1.0.7
4512024-06-21T00:21:55.663Z Downloaded anstream v0.6.14
4522024-06-21T00:21:55.663Z Downloaded anstyle-query v1.0.3
4532024-06-21T00:21:55.666Z Downloaded cargo-platform v0.1.8
4542024-06-21T00:21:55.666Z Downloaded pest_meta v2.7.10
4552024-06-21T00:21:55.944Z Compiling proc-macro2 v1.0.82
4562024-06-21T00:21:55.944Z Compiling unicode-ident v1.0.12
4572024-06-21T00:21:55.947Z Compiling libc v0.2.155
4582024-06-21T00:21:55.947Z Compiling version_check v0.9.4
4592024-06-21T00:21:55.947Z Compiling cfg-if v1.0.0
4602024-06-21T00:21:55.947Z Compiling itoa v1.0.11
4612024-06-21T00:21:55.978Z Compiling once_cell v1.19.0
4622024-06-21T00:21:55.981Z Compiling autocfg v1.3.0
4632024-06-21T00:21:56.118Z Compiling serde v1.0.203
4642024-06-21T00:21:56.177Z Compiling memchr v2.7.2
4652024-06-21T00:21:56.411Z Compiling thiserror v1.0.60
4662024-06-21T00:21:56.468Z Compiling ryu v1.0.18
4672024-06-21T00:21:56.767Z Compiling pin-project-lite v0.2.14
4682024-06-21T00:21:56.788Z Compiling bitflags v2.5.0
4692024-06-21T00:21:56.865Z Compiling ucd-trie v0.1.6
4702024-06-21T00:21:56.929Z Compiling lock_api v0.4.12
4712024-06-21T00:21:57.102Z Compiling parking_lot_core v0.9.10
4722024-06-21T00:21:57.325Z Compiling cc v1.0.97
4732024-06-21T00:21:57.541Z Compiling pkg-config v0.3.30
4742024-06-21T00:21:57.954Z Compiling vcpkg v0.2.15
4752024-06-21T00:21:58.077Z Compiling slab v0.4.9
4762024-06-21T00:21:58.140Z Compiling futures-core v0.3.30
4772024-06-21T00:21:58.188Z Compiling scopeguard v1.2.0
4782024-06-21T00:21:58.319Z Compiling bytes v1.6.0
4792024-06-21T00:21:58.356Z Compiling smallvec v1.13.2
4802024-06-21T00:21:58.797Z Compiling futures-sink v0.3.30
4812024-06-21T00:21:58.921Z Compiling quote v1.0.36
4822024-06-21T00:21:59.033Z Compiling serde_json v1.0.117
4832024-06-21T00:21:59.342Z Compiling syn v2.0.64
4842024-06-21T00:21:59.546Z Compiling byteorder v1.5.0
4852024-06-21T00:21:59.600Z Compiling log v0.4.21
4862024-06-21T00:21:59.637Z Compiling hashbrown v0.14.5
4872024-06-21T00:21:59.944Z Compiling equivalent v1.0.1
4882024-06-21T00:21:59.984Z Compiling fnv v1.0.7
4892024-06-21T00:22:00.006Z Compiling parking_lot v0.12.2
4902024-06-21T00:22:00.087Z Compiling signal-hook-registry v1.4.2
4912024-06-21T00:22:00.107Z Compiling socket2 v0.5.7
4922024-06-21T00:22:00.128Z Compiling mio v0.8.11
4932024-06-21T00:22:00.158Z Compiling num_cpus v1.16.0
4942024-06-21T00:22:00.530Z Compiling openssl-sys v0.9.102
4952024-06-21T00:22:00.629Z Compiling futures-channel v0.3.30
4962024-06-21T00:22:00.976Z Compiling indexmap v2.2.6
4972024-06-21T00:22:00.979Z Compiling futures-io v0.3.30
4982024-06-21T00:22:01.017Z Compiling pin-utils v0.1.0
4992024-06-21T00:22:01.077Z Compiling typenum v1.17.0
5002024-06-21T00:22:01.112Z Compiling futures-task v0.3.30
5012024-06-21T00:22:01.138Z Compiling rustix v0.38.34
5022024-06-21T00:22:01.490Z Compiling errno v0.3.9
5032024-06-21T00:22:01.657Z Compiling generic-array v0.14.7
5042024-06-21T00:22:01.703Z Compiling slog v2.7.0
5052024-06-21T00:22:01.908Z Compiling foreign-types-shared v0.1.1
5062024-06-21T00:22:01.964Z Compiling openssl v0.10.64
5072024-06-21T00:22:02.018Z Compiling foreign-types v0.3.2
5082024-06-21T00:22:02.289Z Compiling http v0.2.12
5092024-06-21T00:22:02.312Z Compiling usdt-impl v0.5.0
5102024-06-21T00:22:02.332Z Compiling proc-macro-error-attr v1.0.4
5112024-06-21T00:22:02.601Z Compiling tracing-core v0.1.32
5122024-06-21T00:22:02.624Z Compiling powerfmt v0.2.0
5132024-06-21T00:22:02.904Z Compiling native-tls v0.2.11
5142024-06-21T00:22:02.925Z Compiling tinyvec_macros v0.1.1
5152024-06-21T00:22:03.018Z Compiling time-core v0.1.2
5162024-06-21T00:22:03.198Z Compiling syn v1.0.109
5172024-06-21T00:22:03.221Z Compiling num-conv v0.1.0
5182024-06-21T00:22:03.510Z Compiling httparse v1.8.0
5192024-06-21T00:22:03.843Z Compiling time-macros v0.2.18
5202024-06-21T00:22:03.862Z Compiling tracing v0.1.40
5212024-06-21T00:22:03.948Z Compiling tinyvec v1.6.0
5222024-06-21T00:22:04.277Z Compiling deranged v0.3.11
5232024-06-21T00:22:04.526Z Compiling thread-id v4.2.1
5242024-06-21T00:22:04.933Z Compiling proc-macro-error v1.0.4
5252024-06-21T00:22:04.936Z Compiling plain v0.2.3
5262024-06-21T00:22:05.083Z Compiling utf8parse v0.2.1
5272024-06-21T00:22:05.216Z Compiling try-lock v0.2.5
5282024-06-21T00:22:05.242Z Compiling openssl-probe v0.1.5
5292024-06-21T00:22:05.330Z Compiling crossbeam-utils v0.8.19
5302024-06-21T00:22:05.361Z Compiling rustversion v1.0.17
5312024-06-21T00:22:05.630Z Compiling heck v0.4.1
5322024-06-21T00:22:05.807Z Compiling num_threads v0.1.7
5332024-06-21T00:22:05.947Z Compiling percent-encoding v2.3.1
5342024-06-21T00:22:06.051Z Compiling want v0.3.1
5352024-06-21T00:22:06.116Z Compiling unicode-normalization v0.1.23
5362024-06-21T00:22:06.159Z Compiling form_urlencoded v1.2.1
5372024-06-21T00:22:06.203Z Compiling anstyle-parse v0.2.4
5382024-06-21T00:22:06.487Z Compiling http-body v0.4.6
5392024-06-21T00:22:06.536Z Compiling dirs-sys-next v0.1.2
5402024-06-21T00:22:07.022Z Compiling winnow v0.6.8
5412024-06-21T00:22:07.165Z Compiling is_terminal_polyfill v1.70.0
5422024-06-21T00:22:07.168Z Compiling httpdate v1.0.3
5432024-06-21T00:22:07.209Z Compiling pretty-hex v0.4.1
5442024-06-21T00:22:07.231Z Compiling anstyle v1.0.7
5452024-06-21T00:22:07.231Z Compiling time v0.3.36
5462024-06-21T00:22:07.311Z Compiling tower-service v0.3.2
5472024-06-21T00:22:07.407Z Compiling crc32fast v1.4.0
5482024-06-21T00:22:07.445Z Compiling anstyle-query v1.0.3
5492024-06-21T00:22:07.590Z Compiling colorchoice v1.0.1
5502024-06-21T00:22:07.655Z Compiling camino v1.1.7
5512024-06-21T00:22:07.696Z Compiling semver v1.0.23
5522024-06-21T00:22:07.759Z Compiling unicode-bidi v0.3.15
5532024-06-21T00:22:07.967Z Compiling anstream v0.6.14
5542024-06-21T00:22:08.363Z Compiling dirs-next v2.0.0
5552024-06-21T00:22:08.421Z Compiling idna v0.5.0
5562024-06-21T00:22:09.980Z Compiling crypto-common v0.1.6
5572024-06-21T00:22:10.049Z Compiling block-buffer v0.10.4
5582024-06-21T00:22:10.052Z Compiling terminal_size v0.3.0
5592024-06-21T00:22:10.197Z Compiling fs-err v2.11.0
5602024-06-21T00:22:10.227Z Compiling thread_local v1.1.8
5612024-06-21T00:22:10.252Z Compiling slog-async v2.8.0
5622024-06-21T00:22:10.272Z Compiling anyhow v1.0.86
5632024-06-21T00:22:10.468Z Compiling match_cfg v0.1.0
5642024-06-21T00:22:10.571Z Compiling strsim v0.11.1
5652024-06-21T00:22:10.784Z Compiling bytecount v0.6.8
5662024-06-21T00:22:10.807Z Compiling base64 v0.21.7
5672024-06-21T00:22:10.847Z Compiling heck v0.5.0
5682024-06-21T00:22:10.904Z Compiling unicode-width v0.1.12
5692024-06-21T00:22:11.004Z Compiling clap_lex v0.7.0
5702024-06-21T00:22:11.104Z Compiling adler v1.0.2
5712024-06-21T00:22:11.127Z Compiling papergrid v0.11.0
5722024-06-21T00:22:11.339Z Compiling rustls-pemfile v1.0.4
5732024-06-21T00:22:11.384Z Compiling clap_builder v4.5.2
5742024-06-21T00:22:11.522Z Compiling miniz_oxide v0.7.2
5752024-06-21T00:22:11.637Z Compiling hostname v0.3.1
5762024-06-21T00:22:11.777Z Compiling digest v0.10.7
5772024-06-21T00:22:11.858Z Compiling crossbeam-channel v0.5.12
5782024-06-21T00:22:11.881Z Compiling url v2.5.0
5792024-06-21T00:22:12.176Z Compiling term v0.7.0
5802024-06-21T00:22:12.530Z Compiling serde_derive v1.0.203
5812024-06-21T00:22:12.970Z Compiling thiserror-impl v1.0.60
5822024-06-21T00:22:13.113Z Compiling zerocopy-derive v0.7.34
5832024-06-21T00:22:13.164Z Compiling futures-macro v0.3.30
5842024-06-21T00:22:13.784Z Compiling tokio-macros v2.2.0
5852024-06-21T00:22:13.809Z Compiling scroll_derive v0.12.0
5862024-06-21T00:22:15.318Z Compiling futures-util v0.3.30
5872024-06-21T00:22:15.342Z Compiling openssl-macros v0.1.1
5882024-06-21T00:22:15.437Z Compiling scroll v0.12.0
5892024-06-21T00:22:15.501Z Compiling zerocopy v0.7.34
5902024-06-21T00:22:15.524Z Compiling tokio v1.37.0
5912024-06-21T00:22:16.051Z Compiling goblin v0.8.2
5922024-06-21T00:22:16.533Z Compiling pest v2.7.10
5932024-06-21T00:22:17.138Z Compiling tabled_derive v0.7.0
5942024-06-21T00:22:19.539Z Compiling pest_meta v2.7.10
5952024-06-21T00:22:19.690Z Compiling strum_macros v0.26.2
5962024-06-21T00:22:21.270Z Compiling pest_generator v2.7.10
5972024-06-21T00:22:23.330Z Compiling tokio-util v0.7.11
5982024-06-21T00:22:24.679Z Compiling h2 v0.3.26
5992024-06-21T00:22:24.824Z Compiling pest_derive v2.7.10
6002024-06-21T00:22:25.033Z Compiling futures-executor v0.3.30
6012024-06-21T00:22:25.510Z Compiling tokio-native-tls v0.3.1
6022024-06-21T00:22:25.622Z Compiling clap_derive v4.5.4
6032024-06-21T00:22:25.645Z Compiling dtrace-parser v0.2.0
6042024-06-21T00:22:26.132Z Compiling xattr v1.3.1
6052024-06-21T00:22:26.431Z Compiling filetime v0.2.23
6062024-06-21T00:22:26.739Z Compiling is-terminal v0.4.12
6072024-06-21T00:22:26.761Z Compiling memmap v0.7.0
6082024-06-21T00:22:26.870Z Compiling encoding_rs v0.8.34
6092024-06-21T00:22:27.121Z Compiling sync_wrapper v0.1.2
6102024-06-21T00:22:27.257Z Compiling ipnet v2.9.0
6112024-06-21T00:22:27.931Z Compiling serde_tokenstream v0.2.0
6122024-06-21T00:22:28.472Z Compiling serde_spanned v0.6.6
6132024-06-21T00:22:28.549Z Compiling toml_datetime v0.6.6
6142024-06-21T00:22:29.088Z Compiling toml_edit v0.22.13
6152024-06-21T00:22:29.504Z Compiling hyper v0.14.28
6162024-06-21T00:22:30.476Z Compiling dof v0.3.0
6172024-06-21T00:22:30.753Z Compiling slog-json v2.6.1
6182024-06-21T00:22:31.582Z Compiling cargo-platform v0.1.8
6192024-06-21T00:22:31.783Z Compiling serde_urlencoded v0.7.1
6202024-06-21T00:22:32.177Z Compiling cpufeatures v0.2.12
6212024-06-21T00:22:32.281Z Compiling toml v0.8.13
6222024-06-21T00:22:32.304Z Compiling mime v0.3.17
6232024-06-21T00:22:32.339Z Compiling take_mut v0.2.2
6242024-06-21T00:22:32.906Z Compiling sha2 v0.10.8
6252024-06-21T00:22:32.931Z Compiling usdt-attr-macro v0.5.0
6262024-06-21T00:22:32.951Z Compiling usdt-macro v0.5.0
6272024-06-21T00:22:33.142Z Compiling cargo_toml v0.20.2
6282024-06-21T00:22:33.737Z Compiling hyper-tls v0.5.0
6292024-06-21T00:22:34.056Z Compiling reqwest v0.11.27
6302024-06-21T00:22:34.077Z Compiling cargo_metadata v0.18.1
6312024-06-21T00:22:34.272Z Compiling slog-bunyan v2.5.0
6322024-06-21T00:22:34.387Z Compiling usdt v0.5.0
6332024-06-21T00:22:34.481Z Compiling clap v4.5.4
6342024-06-21T00:22:34.603Z Compiling macaddr v1.0.1
6352024-06-21T00:22:34.900Z Compiling slog-term v2.9.1
6362024-06-21T00:22:35.078Z Compiling tar v0.4.40
6372024-06-21T00:22:35.889Z Compiling flate2 v1.0.30
6382024-06-21T00:22:36.207Z Compiling futures v0.3.30
6392024-06-21T00:22:36.327Z Compiling strum v0.26.2
6402024-06-21T00:22:36.362Z Compiling tabled v0.15.0
6412024-06-21T00:22:37.123Z Compiling swrite v0.1.0
6422024-06-21T00:22:37.256Z Compiling md5 v0.7.0
6432024-06-21T00:22:41.144Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6442024-06-21T00:22:48.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
6452024-06-21T00:22:49.233Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6462024-06-21T00:22:49.288ZJun 21 00:22:48.243 INFO Starting download, target: Clickhouse
6472024-06-21T00:22:49.288ZJun 21 00:22:48.243 INFO Starting download, target: Cockroach
6482024-06-21T00:22:49.288ZJun 21 00:22:48.243 INFO Starting download, target: Console
6492024-06-21T00:22:49.291ZJun 21 00:22:48.243 INFO Starting download, target: DendriteOpenapi
6502024-06-21T00:22:49.291ZJun 21 00:22:48.243 INFO Starting download, target: DendriteStub
6512024-06-21T00:22:49.291ZJun 21 00:22:48.243 INFO Starting download, target: MaghemiteMgd
6522024-06-21T00:22:49.291ZJun 21 00:22:48.243 INFO Starting download, target: TransceiverControl
6532024-06-21T00:22:49.291ZJun 21 00:22:48.244 INFO Downloading out/downloads/console.tar.gz, target: Console
6542024-06-21T00:22:49.291ZJun 21 00:22:48.244 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json, target: DendriteOpenapi
6552024-06-21T00:22:49.291ZJun 21 00:22:48.244 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl
6562024-06-21T00:22:49.291ZJun 21 00:22:48.244 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd
6572024-06-21T00:22:49.291ZJun 21 00:22:48.244 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6582024-06-21T00:22:49.291ZJun 21 00:22:48.244 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse
6592024-06-21T00:22:49.291ZJun 21 00:22:48.244 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub
6602024-06-21T00:22:49.707ZJun 21 00:22:48.661 INFO Download complete, target: DendriteOpenapi
6612024-06-21T00:22:49.879ZJun 21 00:22:48.826 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6622024-06-21T00:22:50.137ZJun 21 00:22:49.092 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6632024-06-21T00:22:50.157ZJun 21 00:22:49.111 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6642024-06-21T00:22:50.309ZJun 21 00:22:49.264 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6652024-06-21T00:22:50.571ZJun 21 00:22:49.526 INFO Download complete, target: Console
6662024-06-21T00:22:50.736ZJun 21 00:22:49.691 INFO Download complete, target: TransceiverControl
6672024-06-21T00:22:52.156ZJun 21 00:22:51.111 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6682024-06-21T00:22:52.782ZJun 21 00:22:51.737 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6692024-06-21T00:22:52.782ZJun 21 00:22:51.737 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6702024-06-21T00:22:53.529ZJun 21 00:22:52.484 INFO Download complete, target: DendriteStub
6712024-06-21T00:22:53.887ZJun 21 00:22:52.842 INFO Download complete, target: MaghemiteMgd
6722024-06-21T00:23:01.671ZJun 21 00:23:00.626 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6732024-06-21T00:23:02.011ZJun 21 00:23:00.966 INFO Checking that binary works, target: Cockroach
6742024-06-21T00:23:02.240ZJun 21 00:23:01.195 INFO Download complete, target: Cockroach
6752024-06-21T00:23:07.386ZJun 21 00:23:06.340 INFO Checking that binary works, target: Clickhouse
6762024-06-21T00:23:07.771ZJun 21 00:23:06.725 INFO Download complete, target: Clickhouse
6772024-06-21T00:23:07.783ZAll prerequisites installed successfully
6782024-06-21T00:23:07.786Z
6792024-06-21T00:23:07.786Zreal 2:54.569950338
6802024-06-21T00:23:07.786Zuser 5:51.758319119
6812024-06-21T00:23:07.786Zsys 1:18.831493333
6822024-06-21T00:23:07.786Ztrap 0.228541171
6832024-06-21T00:23:07.786Ztflt 2.834550533
6842024-06-21T00:23:07.786Zdflt 4.083093262
6852024-06-21T00:23:07.786Zkflt 0.302391759
6862024-06-21T00:23:07.786Zlock 13:09.140697714
6872024-06-21T00:23:07.786Zslp 18:08.218276403
6882024-06-21T00:23:07.786Zlat 20.628443548
6892024-06-21T00:23:07.786Zstop 59.679193419
6902024-06-21T00:23:07.786Z+ ptime -m cargo xtask download softnpu
6912024-06-21T00:23:08.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
6922024-06-21T00:23:08.370Z Running `target/debug/xtask download softnpu`
6932024-06-21T00:23:08.394ZJun 21 00:23:07.348 INFO Starting download, target: Softnpu
6942024-06-21T00:23:08.477ZJun 21 00:23:07.431 INFO Downloading out/npuzone/npuzone, target: Softnpu
6952024-06-21T00:23:09.175ZJun 21 00:23:08.129 INFO Download complete, target: Softnpu
6962024-06-21T00:23:09.180Z
6972024-06-21T00:23:09.182Zreal 1.389635698
6982024-06-21T00:23:09.182Zuser 0.653867535
6992024-06-21T00:23:09.182Zsys 0.300422779
7002024-06-21T00:23:09.183Ztrap 0.000554779
7012024-06-21T00:23:09.183Ztflt 0.000026868
7022024-06-21T00:23:09.183Zdflt 0.000192105
7032024-06-21T00:23:09.183Zkflt 0.000000000
7042024-06-21T00:23:09.183Zlock 8.056961598
7052024-06-21T00:23:09.183Zslp 0.684735576
7062024-06-21T00:23:09.183Zlat 0.071594967
7072024-06-21T00:23:09.183Zstop 0.000251624
7082024-06-21T00:23:09.183Z+ export CARGO_INCREMENTAL=0
7092024-06-21T00:23:09.183Z+ CARGO_INCREMENTAL=0
7102024-06-21T00:23:09.183Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7112024-06-21T00:23:09.716Z Downloading crates ...
7122024-06-21T00:23:09.868Z Downloaded assert_matches v1.5.0
7132024-06-21T00:23:09.875Z Downloaded aead v0.5.2
7142024-06-21T00:23:09.884Z Downloaded atomicwrites v0.4.3
7152024-06-21T00:23:09.887Z Downloaded addr2line v0.21.0
7162024-06-21T00:23:09.890Z Downloaded atty v0.2.14
7172024-06-21T00:23:09.892Z Downloaded normalize-line-endings v0.3.0
7182024-06-21T00:23:09.895Z Downloaded cstr-argument v0.1.2
7192024-06-21T00:23:09.898Z Downloaded newtype_derive v0.1.6
7202024-06-21T00:23:09.900Z Downloaded crunchy v0.2.2
7212024-06-21T00:23:09.903Z Downloaded crucible-workspace-hack v0.1.0
7222024-06-21T00:23:09.903Z Downloaded new_debug_unreachable v1.0.6
7232024-06-21T00:23:09.906Z Downloaded bitstruct v0.1.1
7242024-06-21T00:23:09.906Z Downloaded nodrop v0.1.14
7252024-06-21T00:23:09.912Z Downloaded async-stream-impl v0.3.5
7262024-06-21T00:23:09.918Z Downloaded oso-derive v0.27.3
7272024-06-21T00:23:09.921Z Downloaded arrayref v0.3.7
7282024-06-21T00:23:09.923Z Downloaded peg-runtime v0.8.3
7292024-06-21T00:23:09.926Z Downloaded opaque-debug v0.3.1
7302024-06-21T00:23:09.926Z Downloaded darling_macro v0.20.9
7312024-06-21T00:23:09.929Z Downloaded precomputed-hash v0.1.1
7322024-06-21T00:23:09.931Z Downloaded psl-types v2.0.11
7332024-06-21T00:23:09.931Z Downloaded castaway v0.2.2
7342024-06-21T00:23:09.934Z Downloaded ascii-canvas v3.0.0
7352024-06-21T00:23:09.934Z Downloaded pretty-hex v0.2.1
7362024-06-21T00:23:09.936Z Downloaded parse-size v1.0.0
7372024-06-21T00:23:09.936Z Downloaded constant_time_eq v0.3.0
7382024-06-21T00:23:09.939Z Downloaded atomic-waker v1.1.2
7392024-06-21T00:23:09.939Z Downloaded num_enum_derive v0.5.11
7402024-06-21T00:23:09.942Z Downloaded chacha20 v0.9.1
7412024-06-21T00:23:09.944Z Downloaded num-iter v0.1.45
7422024-06-21T00:23:09.944Z Downloaded ciborium-ll v0.2.2
7432024-06-21T00:23:09.947Z Downloaded num v0.4.3
7442024-06-21T00:23:09.949Z Downloaded number_prefix v0.4.0
7452024-06-21T00:23:09.949Z Downloaded bit-set v0.5.3
7462024-06-21T00:23:09.953Z Downloaded phf v0.11.2
7472024-06-21T00:23:09.953Z Downloaded data-encoding v2.6.0
7482024-06-21T00:23:09.956Z Downloaded crc-catalog v2.4.0
7492024-06-21T00:23:09.956Z Downloaded debug-ignore v1.0.5
7502024-06-21T00:23:09.958Z Downloaded quick-error v1.2.3
7512024-06-21T00:23:09.959Z Downloaded phf_shared v0.11.2
7522024-06-21T00:23:09.962Z Downloaded rand_core v0.6.4
7532024-06-21T00:23:09.962Z Downloaded packed_struct v0.10.1
7542024-06-21T00:23:09.964Z Downloaded defmt-macros v0.3.9
7552024-06-21T00:23:09.969Z Downloaded predicates-core v1.0.6
7562024-06-21T00:23:09.972Z Downloaded async-trait v0.1.80
7572024-06-21T00:23:09.972Z Downloaded ciborium-io v0.2.2
7582024-06-21T00:23:09.975Z Downloaded ref-cast-impl v1.0.23
7592024-06-21T00:23:09.975Z Downloaded rand_xorshift v0.3.0
7602024-06-21T00:23:09.978Z Downloaded path-slash v0.1.5
7612024-06-21T00:23:09.978Z Downloaded portpicker v0.1.1
7622024-06-21T00:23:09.978Z Downloaded ascii v1.1.0
7632024-06-21T00:23:09.980Z Downloaded peg v0.8.3
7642024-06-21T00:23:09.983Z Downloaded parse-display v0.9.0
7652024-06-21T00:23:09.986Z Downloaded resolv-conf v0.7.0
7662024-06-21T00:23:09.989Z Downloaded num_enum v0.5.11
7672024-06-21T00:23:09.992Z Downloaded vte_generate_state_changes v0.1.1
7682024-06-21T00:23:09.995Z Downloaded waitgroup v0.1.2
7692024-06-21T00:23:09.995Z Downloaded phf_shared v0.10.0
7702024-06-21T00:23:09.998Z Downloaded crossbeam-deque v0.8.5
7712024-06-21T00:23:09.998Z Downloaded cobs v0.2.3
7722024-06-21T00:23:10.001Z Downloaded bit-vec v0.6.3
7732024-06-21T00:23:10.001Z Downloaded colored v2.1.0
7742024-06-21T00:23:10.004Z Downloaded cassowary v0.3.0
7752024-06-21T00:23:10.007Z Downloaded endian-type v0.1.2
7762024-06-21T00:23:10.007Z Downloaded csv-core v0.1.11
7772024-06-21T00:23:10.007Z Downloaded console v0.15.8
7782024-06-21T00:23:10.010Z Downloaded num-integer v0.1.46
7792024-06-21T00:23:10.012Z Downloaded nibble_vec v0.1.0
7802024-06-21T00:23:10.015Z Downloaded utf-8 v0.7.6
7812024-06-21T00:23:10.015Z Downloaded unarray v0.1.4
7822024-06-21T00:23:10.018Z Downloaded async-recursion v1.1.1
7832024-06-21T00:23:10.021Z Downloaded proc-macro-crate v1.3.1
7842024-06-21T00:23:10.023Z Downloaded packed_struct_codegen v0.10.1
7852024-06-21T00:23:10.026Z Downloaded argon2 v0.5.3
7862024-06-21T00:23:10.026Z Downloaded ahash v0.8.11
7872024-06-21T00:23:10.029Z Downloaded num-rational v0.4.2
7882024-06-21T00:23:10.031Z Downloaded instant v0.1.12
7892024-06-21T00:23:10.034Z Downloaded ppv-lite86 v0.2.17
7902024-06-21T00:23:10.034Z Downloaded corncobs v0.1.3
7912024-06-21T00:23:10.037Z Downloaded postgres-types v0.2.6
7922024-06-21T00:23:10.039Z Downloaded nu-ansi-term v0.50.0
7932024-06-21T00:23:10.042Z Downloaded zeroize v1.7.0
7942024-06-21T00:23:10.045Z Downloaded convert_case v0.4.0
7952024-06-21T00:23:10.045Z Downloaded omicron-zone-package v0.11.0
7962024-06-21T00:23:10.047Z Downloaded num-traits v0.2.19
7972024-06-21T00:23:10.050Z Downloaded camino-tempfile v1.1.1
7982024-06-21T00:23:10.053Z Downloaded derive_builder_macro v0.20.0
7992024-06-21T00:23:10.056Z Downloaded diesel_table_macro_syntax v0.1.0
8002024-06-21T00:23:10.056Z Downloaded peg-macros v0.8.3
8012024-06-21T00:23:10.058Z Downloaded defmt-parser v0.3.4
8022024-06-21T00:23:10.058Z Downloaded pem v3.0.4
8032024-06-21T00:23:10.061Z Downloaded topological-sort v0.2.2
8042024-06-21T00:23:10.061Z Downloaded rpassword v7.3.1
8052024-06-21T00:23:10.064Z Downloaded ref-cast v1.0.23
8062024-06-21T00:23:10.067Z Downloaded rand_seeder v0.2.3
8072024-06-21T00:23:10.067Z Downloaded stable_deref_trait v1.2.0
8082024-06-21T00:23:10.069Z Downloaded wait-timeout v0.2.0
8092024-06-21T00:23:10.072Z Downloaded darling v0.20.9
8102024-06-21T00:23:10.075Z Downloaded toolchain_find v0.4.0
8112024-06-21T00:23:10.077Z Downloaded cookie v0.17.0
8122024-06-21T00:23:10.080Z Downloaded num-complex v0.4.6
8132024-06-21T00:23:10.083Z Downloaded group v0.13.0
8142024-06-21T00:23:10.083Z Downloaded fixedbitset v0.4.2
8152024-06-21T00:23:10.086Z Downloaded derive_more v0.99.17
8162024-06-21T00:23:10.089Z Downloaded clang-sys v1.7.0
8172024-06-21T00:23:10.092Z Downloaded ff v0.13.0
8182024-06-21T00:23:10.095Z Downloaded glob v0.3.1
8192024-06-21T00:23:10.098Z Downloaded ed25519 v1.5.3
8202024-06-21T00:23:10.102Z Downloaded downcast v0.11.0
8212024-06-21T00:23:10.102Z Downloaded derive-where v1.2.7
8222024-06-21T00:23:10.105Z Downloaded postcard v1.0.8
8232024-06-21T00:23:10.108Z Downloaded home v0.5.9
8242024-06-21T00:23:10.111Z Downloaded lru v0.12.3
8252024-06-21T00:23:10.111Z Downloaded http-range v0.1.5
8262024-06-21T00:23:10.111Z Downloaded maplit v1.0.2
8272024-06-21T00:23:10.114Z Downloaded managed v0.8.0
8282024-06-21T00:23:10.114Z Downloaded lru-cache v0.1.2
8292024-06-21T00:23:10.116Z Downloaded serde-big-array v0.5.1
8302024-06-21T00:23:10.119Z Downloaded pkcs1 v0.7.5
8312024-06-21T00:23:10.122Z Downloaded postgres-protocol v0.6.6
8322024-06-21T00:23:10.124Z Downloaded derive_builder v0.20.0
8332024-06-21T00:23:10.127Z Downloaded serde_repr v0.1.19
8342024-06-21T00:23:10.130Z Downloaded strip-ansi-escapes v0.2.0
8352024-06-21T00:23:10.133Z Downloaded stability v0.2.0
8362024-06-21T00:23:10.133Z Downloaded strum_macros v0.24.3
8372024-06-21T00:23:10.135Z Downloaded slog-envlogger v2.2.0
8382024-06-21T00:23:10.138Z Downloaded unicode-linebreak v0.1.5
8392024-06-21T00:23:10.138Z Downloaded thiserror-impl-no-std v2.0.2
8402024-06-21T00:23:10.141Z Downloaded compact_str v0.7.1
8412024-06-21T00:23:10.144Z Downloaded thiserror-no-std v2.0.2
8422024-06-21T00:23:10.147Z Downloaded derive_builder_core v0.20.0
8432024-06-21T00:23:10.149Z Downloaded wyz v0.5.1
8442024-06-21T00:23:10.152Z Downloaded untrusted v0.7.1
8452024-06-21T00:23:10.155Z Downloaded oso v0.27.3
8462024-06-21T00:23:10.158Z Downloaded fxhash v0.2.1
8472024-06-21T00:23:10.158Z Downloaded getopts v0.2.21
8482024-06-21T00:23:10.161Z Downloaded float-cmp v0.9.0
8492024-06-21T00:23:10.161Z Downloaded globset v0.4.14
8502024-06-21T00:23:10.164Z Downloaded parking_lot v0.11.2
8512024-06-21T00:23:10.167Z Downloaded hex v0.4.3
8522024-06-21T00:23:10.167Z Downloaded gethostname v0.4.3
8532024-06-21T00:23:10.169Z Downloaded highway v1.1.0
8542024-06-21T00:23:10.172Z Downloaded linked-hash-map v0.5.6
8552024-06-21T00:23:10.172Z Downloaded md-5 v0.10.6
8562024-06-21T00:23:10.175Z Downloaded cookie v0.18.1
8572024-06-21T00:23:10.178Z Downloaded blake2 v0.10.6
8582024-06-21T00:23:10.180Z Downloaded const-oid v0.9.6
8592024-06-21T00:23:10.183Z Downloaded rusty-fork v0.3.0
8602024-06-21T00:23:10.183Z Downloaded termtree v0.4.1
8612024-06-21T00:23:10.186Z Downloaded toml v0.5.11
8622024-06-21T00:23:10.189Z Downloaded tokio-rustls v0.24.1
8632024-06-21T00:23:10.192Z Downloaded serde_plain v1.0.2
8642024-06-21T00:23:10.192Z Downloaded snafu-derive v0.8.2
8652024-06-21T00:23:10.195Z Downloaded serde_path_to_error v0.1.16
8662024-06-21T00:23:10.197Z Downloaded strum_macros v0.25.3
8672024-06-21T00:23:10.197Z Downloaded tap v1.0.1
8682024-06-21T00:23:10.200Z Downloaded uzers v0.11.3
8692024-06-21T00:23:10.203Z Downloaded base64 v0.22.1
8702024-06-21T00:23:10.206Z Downloaded memoffset v0.9.1
8712024-06-21T00:23:10.209Z Downloaded tabwriter v1.4.0
8722024-06-21T00:23:10.209Z Downloaded darling_core v0.20.9
8732024-06-21T00:23:10.215Z Downloaded enum-as-inner v0.5.1
8742024-06-21T00:23:10.217Z Downloaded sigpipe v0.1.3
8752024-06-21T00:23:10.217Z Downloaded hash32 v0.3.1
8762024-06-21T00:23:10.222Z Downloaded impl-trait-for-tuples v0.2.2
8772024-06-21T00:23:10.225Z Downloaded hash32 v0.2.1
8782024-06-21T00:23:10.225Z Downloaded rayon-core v1.12.1
8792024-06-21T00:23:10.234Z Downloaded spin v0.5.2
8802024-06-21T00:23:10.238Z Downloaded hmac v0.12.1
8812024-06-21T00:23:10.240Z Downloaded smf v0.2.3
8822024-06-21T00:23:10.240Z Downloaded linear-map v1.2.0
8832024-06-21T00:23:10.243Z Downloaded whoami v1.5.1
8842024-06-21T00:23:10.246Z Downloaded embedded-io v0.4.0
8852024-06-21T00:23:10.246Z Downloaded signal-hook-mio v0.2.3
8862024-06-21T00:23:10.248Z Downloaded signal-hook-tokio v0.3.1
8872024-06-21T00:23:10.248Z Downloaded secrecy v0.8.0
8882024-06-21T00:23:10.251Z Downloaded rtoolbox v0.0.2
8892024-06-21T00:23:10.254Z Downloaded rustc-hash v1.1.0
8902024-06-21T00:23:10.254Z Downloaded getrandom v0.2.14
8912024-06-21T00:23:10.257Z Downloaded sha1 v0.10.6
8922024-06-21T00:23:10.260Z Downloaded termios v0.3.3
8932024-06-21T00:23:10.260Z Downloaded socket2 v0.4.10
8942024-06-21T00:23:10.263Z Downloaded rustc-demangle v0.1.24
8952024-06-21T00:23:10.265Z Downloaded serde_with_macros v3.8.1
8962024-06-21T00:23:10.268Z Downloaded der v0.7.9
8972024-06-21T00:23:10.272Z Downloaded prettyplease v0.2.20
8982024-06-21T00:23:10.275Z Downloaded hubpack_derive v0.1.1
8992024-06-21T00:23:10.278Z Downloaded lalrpop-util v0.19.12
9002024-06-21T00:23:10.278Z Downloaded same-file v1.0.6
9012024-06-21T00:23:10.281Z Downloaded zeroize_derive v1.4.2
9022024-06-21T00:23:10.281Z Downloaded maybe-uninit v2.0.0
9032024-06-21T00:23:10.284Z Downloaded libsw v3.3.1
9042024-06-21T00:23:10.284Z Downloaded headers-core v0.2.0
9052024-06-21T00:23:10.286Z Downloaded foreign-types-shared v0.3.1
9062024-06-21T00:23:10.286Z Downloaded signature v2.2.0
9072024-06-21T00:23:10.289Z Downloaded yasna v0.5.2
9082024-06-21T00:23:10.289Z Downloaded signature v1.6.4
9092024-06-21T00:23:10.292Z Downloaded subprocess v0.2.9
9102024-06-21T00:23:10.295Z Downloaded sct v0.7.1
9112024-06-21T00:23:10.298Z Downloaded num-bigint v0.4.5
9122024-06-21T00:23:10.302Z Downloaded toml v0.7.8
9132024-06-21T00:23:10.306Z Downloaded universal-hash v0.5.1
9142024-06-21T00:23:10.309Z Downloaded trust-dns-resolver v0.22.0
9152024-06-21T00:23:10.312Z Downloaded shlex v1.3.0
9162024-06-21T00:23:10.315Z Downloaded supports-color v3.0.0
9172024-06-21T00:23:10.317Z Downloaded subtle v2.5.0
9182024-06-21T00:23:10.317Z Downloaded samael v0.0.15
9192024-06-21T00:23:10.321Z Downloaded ident_case v1.0.1
9202024-06-21T00:23:10.324Z Downloaded zone_cfg_derive v0.1.2
9212024-06-21T00:23:10.324Z Downloaded vsss-rs v3.3.4
9222024-06-21T00:23:10.327Z Downloaded fallible-iterator v0.2.0
9232024-06-21T00:23:10.329Z Downloaded publicsuffix v2.2.3
9242024-06-21T00:23:10.332Z Downloaded is_ci v1.2.0
9252024-06-21T00:23:10.332Z Downloaded tls_codec v0.4.1
9262024-06-21T00:23:10.335Z Downloaded termcolor v1.4.1
9272024-06-21T00:23:10.335Z Downloaded fragile v2.0.0
9282024-06-21T00:23:10.338Z Downloaded walkdir v2.5.0
9292024-06-21T00:23:10.343Z Downloaded scheduled-thread-pool v0.2.7
9302024-06-21T00:23:10.343Z Downloaded lazy_static v1.4.0
9312024-06-21T00:23:10.346Z Downloaded env_logger v0.9.3
9322024-06-21T00:23:10.346Z Downloaded stringprep v0.1.4
9332024-06-21T00:23:10.346Z Downloaded humantime v2.1.0
9342024-06-21T00:23:10.349Z Downloaded hubpack v0.1.2
9352024-06-21T00:23:10.349Z Downloaded ena v0.14.3
9362024-06-21T00:23:10.352Z Downloaded ron v0.8.1
9372024-06-21T00:23:10.356Z Downloaded shell-words v1.1.0
9382024-06-21T00:23:10.359Z Downloaded smawk v0.3.2
9392024-06-21T00:23:10.359Z Downloaded smallvec v0.6.14
9402024-06-21T00:23:10.362Z Downloaded rustc_version v0.1.7
9412024-06-21T00:23:10.362Z Downloaded rand v0.8.5
9422024-06-21T00:23:10.365Z Downloaded kstat-rs v0.2.3
9432024-06-21T00:23:10.368Z Downloaded env_logger v0.10.2
9442024-06-21T00:23:10.371Z Downloaded keccak v0.1.5
9452024-06-21T00:23:10.371Z Downloaded display-error-chain v0.2.0
9462024-06-21T00:23:10.374Z Downloaded which v4.4.2
9472024-06-21T00:23:10.374Z Downloaded unicode-xid v0.2.4
9482024-06-21T00:23:10.377Z Downloaded tiny-keccak v2.0.2
9492024-06-21T00:23:10.380Z Downloaded unicode_categories v0.1.1
9502024-06-21T00:23:10.383Z Downloaded minimal-lexical v0.2.1
9512024-06-21T00:23:10.386Z Downloaded multimap v0.10.0
9522024-06-21T00:23:10.386Z Downloaded sqlformat v0.2.3
9532024-06-21T00:23:10.389Z Downloaded spki v0.7.3
9542024-06-21T00:23:10.391Z Downloaded snafu v0.8.2
9552024-06-21T00:23:10.396Z Downloaded slog-stdlog v4.1.1
9562024-06-21T00:23:10.398Z Downloaded difflib v0.4.0
9572024-06-21T00:23:10.398Z Downloaded fatfs v0.3.6
9582024-06-21T00:23:10.401Z Downloaded siphasher v0.3.11
9592024-06-21T00:23:10.404Z Downloaded slog-scope v4.4.0
9602024-06-21T00:23:10.405Z Downloaded vte v0.11.1
9612024-06-21T00:23:10.408Z Downloaded hyper-rustls v0.24.2
9622024-06-21T00:23:10.410Z Downloaded lazycell v1.3.0
9632024-06-21T00:23:10.410Z Downloaded tokio-rustls v0.25.0
9642024-06-21T00:23:10.413Z Downloaded rustc_version v0.4.0
9652024-06-21T00:23:10.416Z Downloaded static_assertions v1.1.0
9662024-06-21T00:23:10.416Z Downloaded half v2.4.1
9672024-06-21T00:23:10.418Z Downloaded hyper-staticfile v0.9.5
9682024-06-21T00:23:10.421Z Downloaded spin v0.9.8
9692024-06-21T00:23:10.424Z Downloaded indicatif v0.17.8
9702024-06-21T00:23:10.427Z Downloaded zone v0.1.8
9712024-06-21T00:23:10.430Z Downloaded schemars_derive v0.8.20
9722024-06-21T00:23:10.430Z Downloaded indexmap v1.9.3
9732024-06-21T00:23:10.433Z Downloaded signal-hook v0.3.17
9742024-06-21T00:23:10.436Z Downloaded tungstenite v0.21.0
9752024-06-21T00:23:10.440Z Downloaded mockall v0.12.1
9762024-06-21T00:23:10.443Z Downloaded heck v0.3.3
9772024-06-21T00:23:10.443Z Downloaded tui-tree-widget v0.19.0
9782024-06-21T00:23:10.446Z Downloaded textwrap v0.16.1
9792024-06-21T00:23:10.449Z Downloaded iana-time-zone v0.1.60
9802024-06-21T00:23:10.451Z Downloaded indoc v1.0.9
9812024-06-21T00:23:10.454Z Downloaded aho-corasick v1.1.3
9822024-06-21T00:23:10.459Z Downloaded flume v0.11.0
9832024-06-21T00:23:10.462Z Downloaded tokio-tungstenite v0.21.0
9842024-06-21T00:23:10.465Z Downloaded toml_edit v0.19.15
9852024-06-21T00:23:10.481Z Downloaded http v1.1.0
9862024-06-21T00:23:10.485Z Downloaded tokio-tungstenite v0.20.1
9872024-06-21T00:23:10.487Z Downloaded dyn-clone v1.0.17
9882024-06-21T00:23:10.490Z Downloaded multer v3.1.0
9892024-06-21T00:23:10.493Z Downloaded mockall_derive v0.12.1
9902024-06-21T00:23:10.493Z Downloaded tokio-stream v0.1.15
9912024-06-21T00:23:10.497Z Downloaded schemars v0.8.20
9922024-06-21T00:23:10.509Z Downloaded unicode-segmentation v1.11.0
9932024-06-21T00:23:10.512Z Downloaded ron v0.7.1
9942024-06-21T00:23:10.517Z Downloaded similar v2.5.0
9952024-06-21T00:23:10.523Z Downloaded x509-cert v0.2.5
9962024-06-21T00:23:10.528Z Downloaded unsafe-libyaml v0.2.11
9972024-06-21T00:23:10.531Z Downloaded diesel_derives v2.1.4
9982024-06-21T00:23:10.535Z Downloaded tungstenite v0.20.1
9992024-06-21T00:23:10.539Z Downloaded diff v0.1.13
10002024-06-21T00:23:10.542Z Downloaded trust-dns-server v0.22.1
10012024-06-21T00:23:10.547Z Downloaded itertools v0.10.5
10022024-06-21T00:23:10.553Z Downloaded headers v0.3.9
10032024-06-21T00:23:10.559Z Downloaded typed-path v0.7.1
10042024-06-21T00:23:10.566Z Downloaded zip v0.6.6
10052024-06-21T00:23:10.569Z Downloaded tokio-postgres v0.7.10
10062024-06-21T00:23:10.574Z Downloaded salty v0.2.0
10072024-06-21T00:23:10.579Z Downloaded libxml v0.3.3
10082024-06-21T00:23:10.585Z Downloaded serde_with v3.8.1
10092024-06-21T00:23:10.594Z Downloaded trust-dns-client v0.22.0
10102024-06-21T00:23:10.599Z Downloaded heapless v0.7.17
10112024-06-21T00:23:10.603Z Downloaded quick-xml v0.31.0
10122024-06-21T00:23:10.609Z Downloaded heapless v0.8.0
10132024-06-21T00:23:10.613Z Downloaded steno v0.4.0
10142024-06-21T00:23:10.617Z Downloaded bitvec v1.0.1
10152024-06-21T00:23:10.634Z Downloaded hashbrown v0.13.2
10162024-06-21T00:23:10.637Z Downloaded tough v0.17.1
10172024-06-21T00:23:10.645Z Downloaded winnow v0.5.40
10182024-06-21T00:23:10.655Z Downloaded libm v0.2.8
10192024-06-21T00:23:10.664Z Downloaded chrono v0.4.38
10202024-06-21T00:23:10.671Z Downloaded bindgen v0.69.4
10212024-06-21T00:23:10.678Z Downloaded rustyline v14.0.0
10222024-06-21T00:23:10.686Z Downloaded hashbrown v0.12.3
10232024-06-21T00:23:10.689Z Downloaded rustls-webpki v0.102.4
10242024-06-21T00:23:10.707Z Downloaded proptest v1.4.0
10252024-06-21T00:23:10.715Z Downloaded hkdf v0.12.4
10262024-06-21T00:23:10.718Z Downloaded rayon v1.10.0
10272024-06-21T00:23:10.727Z Downloaded bstr v0.2.17
10282024-06-21T00:23:10.736Z Downloaded lalrpop v0.19.12
10292024-06-21T00:23:10.747Z Downloaded idna v0.3.0
10302024-06-21T00:23:10.754Z Downloaded radix_trie v0.2.1
10312024-06-21T00:23:10.759Z Downloaded smoltcp v0.11.0
10322024-06-21T00:23:10.772Z Downloaded bstr v1.9.1
10332024-06-21T00:23:10.784Z Downloaded trust-dns-proto v0.22.0
10342024-06-21T00:23:10.794Z Downloaded diesel v2.1.6
10352024-06-21T00:23:10.813Z Downloaded regex v1.10.4
10362024-06-21T00:23:10.825Z Downloaded rustls-webpki v0.101.7
10372024-06-21T00:23:10.839Z Downloaded polar-core v0.27.3
10382024-06-21T00:23:10.848Z Downloaded object v0.32.2
10392024-06-21T00:23:10.858Z Downloaded nix v0.28.0
10402024-06-21T00:23:10.870Z Downloaded rustls v0.21.12
10412024-06-21T00:23:10.881Z Downloaded regex-syntax v0.6.29
10422024-06-21T00:23:10.888Z Downloaded csv v1.3.0
10432024-06-21T00:23:10.907Z Downloaded idna v0.2.3
10442024-06-21T00:23:10.913Z Downloaded webpki-roots v0.25.4
10452024-06-21T00:23:10.916Z Downloaded rustls v0.22.4
10462024-06-21T00:23:10.929Z Downloaded regex-syntax v0.8.3
10472024-06-21T00:23:10.938Z Downloaded openapiv3 v2.0.0
10482024-06-21T00:23:10.949Z Downloaded regress v0.9.1
10492024-06-21T00:23:10.957Z Downloaded bzip2-sys v0.1.11+1.0.8
10502024-06-21T00:23:10.969Z Downloaded object v0.30.4
10512024-06-21T00:23:10.979Z Downloaded nix v0.27.1
10522024-06-21T00:23:10.989Z Downloaded sqlparser v0.45.0
10532024-06-21T00:23:11.015Z Downloaded smoltcp v0.9.1
10542024-06-21T00:23:11.015Z Downloaded gimli v0.28.1
10552024-06-21T00:23:11.015Z Downloaded ratatui v0.26.2
10562024-06-21T00:23:11.030Z Downloaded curve25519-dalek v4.1.2
10572024-06-21T00:23:11.039Z Downloaded sled v0.34.7
10582024-06-21T00:23:11.048Z Downloaded itertools v0.12.1
10592024-06-21T00:23:11.055Z Downloaded zerocopy-derive v0.6.6
10602024-06-21T00:23:11.066Z Downloaded blake3 v1.5.1
10612024-06-21T00:23:11.073Z Downloaded regex-automata v0.4.6
10622024-06-21T00:23:11.091Z Downloaded regex-automata v0.1.10
10632024-06-21T00:23:11.096Z Downloaded finl_unicode v1.2.0
10642024-06-21T00:23:11.107Z Downloaded semver v0.1.20
10652024-06-21T00:23:11.110Z Downloaded petgraph v0.6.5
10662024-06-21T00:23:11.125Z Downloaded mime_guess v2.0.4
10672024-06-21T00:23:11.128Z Downloaded rsa v0.9.6
10682024-06-21T00:23:11.131Z Downloaded sha3 v0.10.8
10692024-06-21T00:23:11.135Z Downloaded reedline v0.31.0
10702024-06-21T00:23:11.142Z Downloaded portable-atomic v1.6.0
10712024-06-21T00:23:11.148Z Downloaded crossterm v0.27.0
10722024-06-21T00:23:11.154Z Downloaded tls_codec_derive v0.4.1
10732024-06-21T00:23:11.157Z Downloaded elliptic-curve v0.13.8
10742024-06-21T00:23:11.160Z Downloaded nom v7.1.3
10752024-06-21T00:23:11.165Z Downloaded rustls-pki-types v1.7.0
10762024-06-21T00:23:11.167Z Downloaded rustls-pemfile v2.1.2
10772024-06-21T00:23:11.170Z Downloaded libloading v0.8.3
10782024-06-21T00:23:11.173Z Downloaded test-strategy v0.3.1
10792024-06-21T00:23:11.176Z Downloaded expectorate v1.1.0
10802024-06-21T00:23:11.178Z Downloaded serde_yaml v0.9.34+deprecated
10812024-06-21T00:23:11.181Z Downloaded num-bigint-dig v0.8.4
10822024-06-21T00:23:11.185Z Downloaded string_cache v0.8.7
10832024-06-21T00:23:11.187Z Downloaded uuid v1.8.0
10842024-06-21T00:23:11.190Z Downloaded funty v2.0.0
10852024-06-21T00:23:11.190Z Downloaded either v1.12.0
10862024-06-21T00:23:11.193Z Downloaded zerocopy v0.6.6
10872024-06-21T00:23:11.195Z Downloaded rcgen v0.12.1
10882024-06-21T00:23:11.198Z Downloaded memmap2 v0.9.4
10892024-06-21T00:23:11.198Z Downloaded libefi-sys v0.1.0
10902024-06-21T00:23:11.201Z Downloaded unicase v2.7.0
10912024-06-21T00:23:11.201Z Downloaded structmeta-derive v0.3.0
10922024-06-21T00:23:11.204Z Downloaded structmeta-derive v0.2.0
10932024-06-21T00:23:11.204Z Downloaded structmeta v0.3.0
10942024-06-21T00:23:11.204Z Downloaded structmeta v0.2.0
10952024-06-21T00:23:11.207Z Downloaded crypto-bigint v0.5.5
10962024-06-21T00:23:11.210Z Downloaded rustfmt-wrapper v0.2.1
10972024-06-21T00:23:11.215Z Downloaded ring v0.16.20
10982024-06-21T00:23:11.288Z Downloaded foreign-types-macros v0.2.3
10992024-06-21T00:23:11.291Z Downloaded foreign-types v0.5.0
11002024-06-21T00:23:11.291Z Downloaded fd-lock v4.0.2
11012024-06-21T00:23:11.294Z Downloaded fastrand v2.1.0
11022024-06-21T00:23:11.294Z Downloaded erased-serde v0.3.31
11032024-06-21T00:23:11.297Z Downloaded tracing-attributes v0.1.27
11042024-06-21T00:23:11.297Z Downloaded tempfile v3.10.1
11052024-06-21T00:23:11.299Z Downloaded serde_derive_internals v0.29.1
11062024-06-21T00:23:11.302Z Downloaded flagset v0.4.5
11072024-06-21T00:23:11.302Z Downloaded crc-any v2.5.0
11082024-06-21T00:23:11.305Z Downloaded const_format v0.2.32
11092024-06-21T00:23:11.308Z Downloaded backtrace v0.3.71
11102024-06-21T00:23:11.312Z Downloaded serde_arrays v0.1.0
11112024-06-21T00:23:11.315Z Downloaded untrusted v0.9.0
11122024-06-21T00:23:11.315Z Downloaded pin-project v1.1.5
11132024-06-21T00:23:11.324Z Downloaded cipher v0.4.4
11142024-06-21T00:23:11.327Z Downloaded chacha20poly1305 v0.10.1
11152024-06-21T00:23:11.327Z Downloaded cancel-safe-futures v0.1.5
11162024-06-21T00:23:11.330Z Downloaded base64 v0.13.1
11172024-06-21T00:23:11.333Z Downloaded allocator-api2 v0.2.18
11182024-06-21T00:23:11.336Z Downloaded slog-dtrace v0.3.0
11192024-06-21T00:23:11.339Z Downloaded sqlparser_derive v0.2.2
11202024-06-21T00:23:11.339Z Downloaded serde-hex v0.1.0
11212024-06-21T00:23:11.339Z Downloaded password-hash v0.5.0
11222024-06-21T00:23:11.342Z Downloaded poly1305 v0.8.0
11232024-06-21T00:23:11.345Z Downloaded der_derive v0.7.2
11242024-06-21T00:23:11.345Z Downloaded serde-big-array v0.4.1
11252024-06-21T00:23:11.347Z Downloaded matches v0.1.10
11262024-06-21T00:23:11.348Z Downloaded sec1 v0.7.3
11272024-06-21T00:23:11.348Z Downloaded inout v0.1.3
11282024-06-21T00:23:11.350Z Downloaded indoc v2.0.5
11292024-06-21T00:23:11.355Z Downloaded bzip2 v0.4.4
11302024-06-21T00:23:11.355Z Downloaded ipnetwork v0.20.0
11312024-06-21T00:23:11.355Z Downloaded hostname v0.4.0
11322024-06-21T00:23:11.358Z Downloaded rand_chacha v0.3.1
11332024-06-21T00:23:11.358Z Downloaded platforms v3.4.0
11342024-06-21T00:23:11.361Z Downloaded parking_lot_core v0.8.6
11352024-06-21T00:23:11.361Z Downloaded owo-colors v4.0.0
11362024-06-21T00:23:11.363Z Downloaded arc-swap v1.7.1
11372024-06-21T00:23:11.366Z Downloaded crossbeam-epoch v0.9.18
11382024-06-21T00:23:11.369Z Downloaded cookie_store v0.20.0
11392024-06-21T00:23:11.372Z Downloaded const_format_proc_macros v0.2.32
11402024-06-21T00:23:11.375Z Downloaded arrayvec v0.7.4
11412024-06-21T00:23:11.375Z Downloaded parse-display-derive v0.9.0
11422024-06-21T00:23:11.378Z Downloaded defmt v0.3.8
11432024-06-21T00:23:11.380Z Downloaded bitflags v1.3.2
11442024-06-21T00:23:11.383Z Downloaded bb8 v0.8.3
11452024-06-21T00:23:11.383Z Downloaded cexpr v0.6.0
11462024-06-21T00:23:11.386Z Downloaded block-padding v0.3.3
11472024-06-21T00:23:11.386Z Downloaded radium v0.7.0
11482024-06-21T00:23:11.388Z Downloaded predicates-tree v1.0.9
11492024-06-21T00:23:11.388Z Downloaded predicates v3.1.0
11502024-06-21T00:23:11.391Z Downloaded r2d2 v0.8.10
11512024-06-21T00:23:11.391Z Downloaded pkcs8 v0.10.2
11522024-06-21T00:23:11.394Z Downloaded pin-project-internal v1.1.5
11532024-06-21T00:23:11.396Z Downloaded pem-rfc7468 v0.7.0
11542024-06-21T00:23:11.401Z Downloaded bcs v0.1.6
11552024-06-21T00:23:11.401Z Downloaded ciborium v0.2.2
11562024-06-21T00:23:11.404Z Downloaded base64ct v1.6.0
11572024-06-21T00:23:11.404Z Downloaded olpc-cjson v0.1.3
11582024-06-21T00:23:11.404Z Downloaded backoff v0.4.0
11592024-06-21T00:23:11.407Z Downloaded bitstruct_derive v0.1.0
11602024-06-21T00:23:11.407Z Downloaded curve25519-dalek-derive v0.1.1
11612024-06-21T00:23:11.410Z Downloaded async-stream v0.3.5
11622024-06-21T00:23:11.410Z Downloaded paste v1.0.15
11632024-06-21T00:23:11.413Z Downloaded newtype-uuid v1.1.0
11642024-06-21T00:23:11.415Z Downloaded nanorand v0.7.0
11652024-06-21T00:23:11.418Z Downloaded buf-list v1.0.3
11662024-06-21T00:23:11.418Z Downloaded num-derive v0.4.2
11672024-06-21T00:23:11.421Z Downloaded newline-converter v0.3.0
11682024-06-21T00:23:11.421Z Downloaded crc v3.2.1
11692024-06-21T00:23:11.423Z Downloaded array-init v0.0.4
11702024-06-21T00:23:11.423Z Downloaded cfg_aliases v0.1.1
11712024-06-21T00:23:11.426Z Downloaded bitfield v0.14.0
11722024-06-21T00:23:11.426Z Downloaded base16ct v0.2.0
11732024-06-21T00:23:11.429Z Downloaded ring v0.17.8
11742024-06-21T00:23:11.620Z Compiling proc-macro2 v1.0.82
11752024-06-21T00:23:11.620Z Compiling unicode-ident v1.0.12
11762024-06-21T00:23:11.623Z Compiling libc v0.2.155
11772024-06-21T00:23:11.623Z Compiling serde v1.0.203
11782024-06-21T00:23:11.623Z Compiling autocfg v1.3.0
11792024-06-21T00:23:11.623Z Compiling version_check v0.9.4
11802024-06-21T00:23:11.623Z Compiling cfg-if v1.0.0
11812024-06-21T00:23:11.859Z Compiling cc v1.0.97
11822024-06-21T00:23:11.877Z Compiling parking_lot_core v0.9.10
11832024-06-21T00:23:11.892Z Compiling once_cell v1.19.0
11842024-06-21T00:23:12.266Z Compiling libm v0.2.8
11852024-06-21T00:23:12.302Z Compiling serde_json v1.0.117
11862024-06-21T00:23:12.486Z Compiling ahash v0.8.11
11872024-06-21T00:23:12.524Z Compiling byteorder v1.5.0
11882024-06-21T00:23:12.527Z Compiling lock_api v0.4.12
11892024-06-21T00:23:12.594Z Compiling num-traits v0.2.19
11902024-06-21T00:23:12.774Z Compiling memchr v2.7.2
11912024-06-21T00:23:12.793Z Compiling thiserror v1.0.60
11922024-06-21T00:23:12.949Z Compiling typenum v1.17.0
11932024-06-21T00:23:13.097Z Compiling log v0.4.21
11942024-06-21T00:23:13.421Z Compiling quote v1.0.36
11952024-06-21T00:23:13.533Z Compiling generic-array v0.14.7
11962024-06-21T00:23:13.807Z Compiling syn v2.0.64
11972024-06-21T00:23:13.928Z Compiling getrandom v0.2.14
11982024-06-21T00:23:14.059Z Compiling itoa v1.0.11
11992024-06-21T00:23:14.300Z Compiling scopeguard v1.2.0
12002024-06-21T00:23:14.564Z Compiling allocator-api2 v0.2.18
12012024-06-21T00:23:14.689Z Compiling slab v0.4.9
12022024-06-21T00:23:15.004Z Compiling ring v0.17.8
12032024-06-21T00:23:15.020Z Compiling ryu v1.0.18
12042024-06-21T00:23:15.076Z Compiling pin-project-lite v0.2.14
12052024-06-21T00:23:15.127Z Compiling smallvec v1.13.2
12062024-06-21T00:23:15.193Z Compiling schemars v0.8.20
12072024-06-21T00:23:15.346Z Compiling semver v1.0.23
12082024-06-21T00:23:15.599Z Compiling equivalent v1.0.1
12092024-06-21T00:23:15.788Z Compiling pkg-config v0.3.30
12102024-06-21T00:23:15.932Z Compiling parking_lot v0.12.2
12112024-06-21T00:23:15.958Z Compiling vcpkg v0.2.15
12122024-06-21T00:23:16.390Z Compiling signal-hook-registry v1.4.2
12132024-06-21T00:23:17.181Z Compiling syn v1.0.109
12142024-06-21T00:23:17.684Z Compiling openssl-sys v0.9.102
12152024-06-21T00:23:17.766Z Compiling mio v0.8.11
12162024-06-21T00:23:18.340Z Compiling rand_core v0.6.4
12172024-06-21T00:23:18.644Z Compiling socket2 v0.5.7
12182024-06-21T00:23:18.718Z Compiling num_cpus v1.16.0
12192024-06-21T00:23:18.854Z Compiling time-core v0.1.2
12202024-06-21T00:23:19.032Z Compiling num-conv v0.1.0
12212024-06-21T00:23:19.312Z Compiling time-macros v0.2.18
12222024-06-21T00:23:19.686Z Compiling httparse v1.8.0
12232024-06-21T00:23:20.155Z Compiling futures-core v0.3.30
12242024-06-21T00:23:20.329Z Compiling fnv v1.0.7
12252024-06-21T00:23:20.412Z Compiling openssl v0.10.64
12262024-06-21T00:23:20.767Z Compiling rustix v0.38.34
12272024-06-21T00:23:20.829Z Compiling crossbeam-utils v0.8.19
12282024-06-21T00:23:20.907Z Compiling iana-time-zone v0.1.60
12292024-06-21T00:23:21.387Z Compiling serde_derive_internals v0.29.1
12302024-06-21T00:23:21.430Z Compiling spin v0.9.8
12312024-06-21T00:23:21.719Z Compiling rustls v0.21.12
12322024-06-21T00:23:21.864Z Compiling native-tls v0.2.11
12332024-06-21T00:23:21.926Z Compiling tinyvec_macros v0.1.1
12342024-06-21T00:23:22.015Z Compiling tinyvec v1.6.0
12352024-06-21T00:23:22.399Z Compiling subtle v2.5.0
12362024-06-21T00:23:22.661Z Compiling futures-sink v0.3.30
12372024-06-21T00:23:22.804Z Compiling const-oid v0.9.6
12382024-06-21T00:23:22.820Z Compiling ucd-trie v0.1.6
12392024-06-21T00:23:23.293Z Compiling unicode-normalization v0.1.23
12402024-06-21T00:23:23.453Z Compiling backtrace v0.3.71
12412024-06-21T00:23:23.694Z Compiling cookie v0.17.0
12422024-06-21T00:23:23.820Z Compiling heck v0.4.1
12432024-06-21T00:23:24.065Z Compiling dyn-clone v1.0.17
12442024-06-21T00:23:24.227Z Compiling heck v0.5.0
12452024-06-21T00:23:24.246Z Compiling unicode-bidi v0.3.15
12462024-06-21T00:23:24.516Z Compiling slog v2.7.0
12472024-06-21T00:23:24.632Z Compiling futures-channel v0.3.30
12482024-06-21T00:23:24.918Z Compiling futures-io v0.3.30
12492024-06-21T00:23:25.068Z Compiling pin-utils v0.1.0
12502024-06-21T00:23:25.163Z Compiling futures-task v0.3.30
12512024-06-21T00:23:25.524Z Compiling aho-corasick v1.1.3
12522024-06-21T00:23:25.861Z Compiling untrusted v0.9.0
12532024-06-21T00:23:25.877Z Compiling regex-syntax v0.8.3
12542024-06-21T00:23:26.510Z Compiling anyhow v1.0.86
12552024-06-21T00:23:26.988Z Compiling winnow v0.5.40
12562024-06-21T00:23:27.104Z Compiling serde_derive v1.0.203
12572024-06-21T00:23:28.185Z Compiling zerocopy-derive v0.7.34
12582024-06-21T00:23:28.328Z Compiling zeroize_derive v1.4.2
12592024-06-21T00:23:29.716Z Compiling thiserror-impl v1.0.60
12602024-06-21T00:23:30.049Z Compiling tokio-macros v2.2.0
12612024-06-21T00:23:30.189Z Compiling zerocopy v0.7.34
12622024-06-21T00:23:30.689Z Compiling futures-macro v0.3.30
12632024-06-21T00:23:30.779Z Compiling schemars_derive v0.8.20
12642024-06-21T00:23:31.843Z Compiling tracing-attributes v0.1.27
12652024-06-21T00:23:32.399Z Compiling hashbrown v0.14.5
12662024-06-21T00:23:32.572Z Compiling zeroize v1.7.0
12672024-06-21T00:23:33.237Z Compiling openssl-macros v0.1.1
12682024-06-21T00:23:33.829Z Compiling scroll_derive v0.12.0
12692024-06-21T00:23:33.923Z Compiling pest v2.7.10
12702024-06-21T00:23:34.135Z Compiling crypto-common v0.1.6
12712024-06-21T00:23:35.021Z Compiling futures-util v0.3.30
12722024-06-21T00:23:35.067Z Compiling der_derive v0.7.2
12732024-06-21T00:23:35.139Z Compiling block-buffer v0.10.4
12742024-06-21T00:23:35.344Z Compiling regex-automata v0.4.6
12752024-06-21T00:23:36.392Z Compiling pest_meta v2.7.10
12762024-06-21T00:23:37.391Z Compiling tracing-core v0.1.32
12772024-06-21T00:23:39.866Z Compiling pest_generator v2.7.10
12782024-06-21T00:23:40.531Z Compiling bytes v1.6.0
12792024-06-21T00:23:41.752Z Compiling indexmap v2.2.6
12802024-06-21T00:23:41.981Z Compiling tokio v1.37.0
12812024-06-21T00:23:42.388Z Compiling bitflags v2.5.0
12822024-06-21T00:23:42.552Z Compiling uuid v1.8.0
12832024-06-21T00:23:43.263Z Compiling chrono v0.4.38
12842024-06-21T00:23:43.718Z Compiling serde_tokenstream v0.2.0
12852024-06-21T00:23:44.903Z Compiling toml_datetime v0.6.6
12862024-06-21T00:23:45.336Z Compiling serde_spanned v0.6.6
12872024-06-21T00:23:45.552Z Compiling http v0.2.12
12882024-06-21T00:23:47.357Z Compiling toml_edit v0.19.15
12892024-06-21T00:23:47.853Z Compiling rustc_version v0.4.0
12902024-06-21T00:23:48.490Z Compiling pest_derive v2.7.10
12912024-06-21T00:23:48.767Z Compiling usdt-impl v0.5.0
12922024-06-21T00:23:49.088Z Compiling rustversion v1.0.17
12932024-06-21T00:23:49.245Z Compiling powerfmt v0.2.0
12942024-06-21T00:23:49.749Z Compiling deranged v0.3.11
12952024-06-21T00:23:49.773Z Compiling heapless v0.7.17
12962024-06-21T00:23:49.825Z Compiling tracing v0.1.40
12972024-06-21T00:23:50.164Z Compiling digest v0.10.7
12982024-06-21T00:23:50.609Z Compiling scroll v0.12.0
12992024-06-21T00:23:51.158Z Compiling num_threads v0.1.7
13002024-06-21T00:23:51.279Z Compiling plain v0.2.3
13012024-06-21T00:23:51.434Z Compiling percent-encoding v2.3.1
13022024-06-21T00:23:51.774Z Compiling ppv-lite86 v0.2.17
13032024-06-21T00:23:51.936Z Compiling signal-hook v0.3.17
13042024-06-21T00:23:52.397Z Compiling goblin v0.8.2
13052024-06-21T00:23:52.451Z Compiling time v0.3.36
13062024-06-21T00:23:52.558Z Compiling rand_chacha v0.3.1
13072024-06-21T00:23:54.638Z Compiling regex v1.10.4
13082024-06-21T00:23:55.646Z Compiling crc32fast v1.4.0
13092024-06-21T00:23:56.079Z Compiling strsim v0.11.1
13102024-06-21T00:23:56.758Z Compiling pretty-hex v0.4.1
13112024-06-21T00:23:56.966Z Compiling rand v0.8.5
13122024-06-21T00:23:57.355Z Compiling tokio-util v0.7.11
13132024-06-21T00:23:58.377Z Compiling dof v0.3.0
13142024-06-21T00:23:58.525Z Compiling dtrace-parser v0.2.0
13152024-06-21T00:23:59.058Z Compiling async-trait v0.1.80
13162024-06-21T00:23:59.593Z Compiling thread-id v4.2.1
13172024-06-21T00:23:59.865Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13182024-06-21T00:24:00.221Z Compiling unicode-width v0.1.12
13192024-06-21T00:24:00.332Z Compiling base64ct v1.6.0
13202024-06-21T00:24:00.536Z Compiling smoltcp v0.9.1
13212024-06-21T00:24:00.598Z Compiling foreign-types-shared v0.1.1
13222024-06-21T00:24:00.706Z Compiling foreign-types v0.3.2
13232024-06-21T00:24:00.800Z Compiling pem-rfc7468 v0.7.0
13242024-06-21T00:24:02.268Z Compiling form_urlencoded v1.2.1
13252024-06-21T00:24:02.732Z Compiling hmac v0.12.1
13262024-06-21T00:24:02.811Z Compiling try-lock v0.2.5
13272024-06-21T00:24:02.896Z Compiling adler v1.0.2
13282024-06-21T00:24:02.992Z Compiling siphasher v0.3.11
13292024-06-21T00:24:03.126Z Compiling base64 v0.21.7
13302024-06-21T00:24:03.290Z Compiling flagset v0.4.5
13312024-06-21T00:24:03.419Z Compiling want v0.3.1
13322024-06-21T00:24:03.534Z Compiling der v0.7.9
13332024-06-21T00:24:03.672Z Compiling miniz_oxide v0.7.2
13342024-06-21T00:24:05.811Z Compiling sct v0.7.1
13352024-06-21T00:24:06.017Z Compiling rustls-webpki v0.101.7
13362024-06-21T00:24:06.094Z Compiling h2 v0.3.26
13372024-06-21T00:24:07.187Z Compiling http-body v0.4.6
13382024-06-21T00:24:07.753Z Compiling openapiv3 v2.0.0
13392024-06-21T00:24:08.221Z Compiling hubpack_derive v0.1.1
13402024-06-21T00:24:08.265Z Compiling zerocopy-derive v0.6.6
13412024-06-21T00:24:08.453Z Compiling idna v0.5.0
13422024-06-21T00:24:08.932Z Compiling errno v0.3.9
13432024-06-21T00:24:09.191Z Compiling fs-err v2.11.0
13442024-06-21T00:24:09.279Z Compiling stable_deref_trait v1.2.0
13452024-06-21T00:24:09.387Z Compiling tower-service v0.3.2
13462024-06-21T00:24:09.447Z Compiling utf8parse v0.2.1
13472024-06-21T00:24:09.511Z Compiling gimli v0.28.1
13482024-06-21T00:24:09.604Z Compiling spin v0.5.2
13492024-06-21T00:24:09.845Z Compiling httpdate v1.0.3
13502024-06-21T00:24:10.621Z Compiling cpufeatures v0.2.12
13512024-06-21T00:24:10.914Z Compiling anstyle v1.0.7
13522024-06-21T00:24:11.071Z Compiling finl_unicode v1.2.0
13532024-06-21T00:24:11.345Z Compiling openssl-probe v0.1.5
13542024-06-21T00:24:11.629Z Compiling stringprep v0.1.4
13552024-06-21T00:24:12.204Z Compiling sha2 v0.10.8
13562024-06-21T00:24:12.234Z Compiling anstyle-parse v0.2.4
13572024-06-21T00:24:12.554Z Compiling url v2.5.0
13582024-06-21T00:24:13.163Z Compiling hyper v0.14.28
13592024-06-21T00:24:14.236Z Compiling addr2line v0.21.0
13602024-06-21T00:24:15.985Z Compiling spki v0.7.3
13612024-06-21T00:24:16.329Z Compiling usdt-macro v0.5.0
13622024-06-21T00:24:17.646Z Compiling usdt-attr-macro v0.5.0
13632024-06-21T00:24:17.788Z Compiling md-5 v0.10.6
13642024-06-21T00:24:22.427Z Compiling idna v0.3.0
13652024-06-21T00:24:22.618Z Compiling diesel_table_macro_syntax v0.1.0
13662024-06-21T00:24:22.672Z Compiling num-integer v0.1.46
13672024-06-21T00:24:23.399Z Compiling object v0.32.2
13682024-06-21T00:24:23.417Z Compiling hash32 v0.2.1
13692024-06-21T00:24:23.803Z Compiling anstyle-query v1.0.3
13702024-06-21T00:24:23.944Z Compiling is_terminal_polyfill v1.70.0
13712024-06-21T00:24:24.069Z Compiling colorchoice v1.0.1
13722024-06-21T00:24:24.551Z Compiling fallible-iterator v0.2.0
13732024-06-21T00:24:26.282Z Compiling psl-types v2.0.11
13742024-06-21T00:24:26.481Z Compiling rustc-demangle v0.1.24
13752024-06-21T00:24:29.415Z Compiling publicsuffix v2.2.3
13762024-06-21T00:24:29.663Z Compiling postgres-protocol v0.6.6
13772024-06-21T00:24:31.363Z Compiling lazy_static v1.4.0
13782024-06-21T00:24:31.879Z Compiling anstream v0.6.14
13792024-06-21T00:24:32.738Z Compiling diesel_derives v2.1.4
13802024-06-21T00:24:37.208Z Compiling tokio-rustls v0.24.1
13812024-06-21T00:24:38.514Z Compiling pkcs8 v0.10.2
13822024-06-21T00:24:39.080Z Compiling terminal_size v0.3.0
13832024-06-21T00:24:39.277Z Compiling tokio-native-tls v0.3.1
13842024-06-21T00:24:39.559Z Compiling phf_shared v0.11.2
13852024-06-21T00:24:40.985Z Compiling strum_macros v0.25.3
13862024-06-21T00:24:41.021Z Compiling block-padding v0.3.3
13872024-06-21T00:24:41.251Z Compiling regress v0.9.1
13882024-06-21T00:24:41.383Z Compiling enum-as-inner v0.5.1
13892024-06-21T00:24:41.467Z Compiling serde_repr v0.1.19
13902024-06-21T00:24:42.342Z Compiling clap_derive v4.5.4
13912024-06-21T00:24:44.979Z Compiling ff v0.13.0
13922024-06-21T00:24:45.223Z Compiling scheduled-thread-pool v0.2.7
13932024-06-21T00:24:46.008Z Compiling encoding_rs v0.8.34
13942024-06-21T00:24:46.085Z Compiling managed v0.8.0
13952024-06-21T00:24:46.472Z Compiling bitflags v1.3.2
13962024-06-21T00:24:46.567Z Compiling either v1.12.0
13972024-06-21T00:24:46.592Z Compiling base16ct v0.2.0
13982024-06-21T00:24:46.881Z Compiling ipnet v2.9.0
13992024-06-21T00:24:46.978Z Compiling clap_lex v0.7.0
14002024-06-21T00:24:47.983Z Compiling matches v0.1.10
14012024-06-21T00:24:48.097Z Compiling mime v0.3.17
14022024-06-21T00:24:48.188Z Compiling bit-vec v0.6.3
14032024-06-21T00:24:48.270Z Compiling idna v0.2.3
14042024-06-21T00:24:48.893Z Compiling clap_builder v4.5.2
14052024-06-21T00:24:49.189Z Compiling sec1 v0.7.3
14062024-06-21T00:24:51.279Z Compiling r2d2 v0.8.10
14072024-06-21T00:24:51.728Z Compiling group v0.13.0
14082024-06-21T00:24:53.102Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14092024-06-21T00:24:55.744Z Compiling inout v0.1.3
14102024-06-21T00:24:56.432Z Compiling phf v0.11.2
14112024-06-21T00:24:56.496Z Compiling hyper-tls v0.5.0
14122024-06-21T00:24:56.663Z Compiling signal-hook-mio v0.2.3
14132024-06-21T00:24:56.730Z Compiling hyper-rustls v0.24.2
14142024-06-21T00:24:56.816Z Compiling cookie_store v0.20.0
14152024-06-21T00:24:57.015Z Compiling postgres-types v0.2.6
14162024-06-21T00:24:57.073Z Compiling num-bigint v0.4.5
14172024-06-21T00:24:57.132Z Compiling zerocopy v0.6.6
14182024-06-21T00:24:58.189Z Compiling hubpack v0.1.2
14192024-06-21T00:24:58.241Z Compiling rustls-pemfile v1.0.4
14202024-06-21T00:24:58.403Z Compiling phf_shared v0.10.0
14212024-06-21T00:24:58.626Z Compiling hkdf v0.12.4
14222024-06-21T00:24:58.626Z Compiling serde_urlencoded v0.7.1
14232024-06-21T00:24:58.862Z Compiling crossbeam-epoch v0.9.18
14242024-06-21T00:24:59.149Z Compiling ipnetwork v0.20.0
14252024-06-21T00:24:59.945Z Compiling futures-executor v0.3.30
14262024-06-21T00:25:00.450Z Compiling crypto-bigint v0.5.5
14272024-06-21T00:25:00.921Z Compiling float-cmp v0.9.0
14282024-06-21T00:25:01.078Z Compiling memmap v0.7.0
14292024-06-21T00:25:01.167Z Compiling static_assertions v1.1.0
14302024-06-21T00:25:01.268Z Compiling fixedbitset v0.4.2
14312024-06-21T00:25:01.399Z Compiling winnow v0.6.8
14322024-06-21T00:25:01.670Z Compiling precomputed-hash v0.1.1
14332024-06-21T00:25:01.793Z Compiling whoami v1.5.1
14342024-06-21T00:25:02.337Z Compiling predicates-core v1.0.6
14352024-06-21T00:25:02.673Z Compiling sync_wrapper v0.1.2
14362024-06-21T00:25:03.320Z Compiling difflib v0.4.0
14372024-06-21T00:25:04.011Z Compiling data-encoding v2.6.0
14382024-06-21T00:25:04.040Z Compiling webpki-roots v0.25.4
14392024-06-21T00:25:04.631Z Compiling normalize-line-endings v0.3.0
14402024-06-21T00:25:04.699Z Compiling unicode-segmentation v1.11.0
14412024-06-21T00:25:04.757Z Compiling minimal-lexical v0.2.1
14422024-06-21T00:25:05.273Z Compiling new_debug_unreachable v1.0.6
14432024-06-21T00:25:05.338Z Compiling similar v2.5.0
14442024-06-21T00:25:05.367Z Compiling string_cache v0.8.7
14452024-06-21T00:25:05.474Z Compiling nom v7.1.3
14462024-06-21T00:25:05.618Z Compiling toml_edit v0.22.13
14472024-06-21T00:25:05.790Z Compiling predicates v3.1.0
14482024-06-21T00:25:05.855Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14492024-06-21T00:25:06.906Z Compiling trust-dns-proto v0.22.0
14502024-06-21T00:25:07.327Z Compiling reqwest v0.11.27
14512024-06-21T00:25:08.982Z Compiling elliptic-curve v0.13.8
14522024-06-21T00:25:09.268Z Compiling tokio-postgres v0.7.10
14532024-06-21T00:25:09.645Z Compiling petgraph v0.6.5
14542024-06-21T00:25:09.853Z Compiling usdt v0.5.0
14552024-06-21T00:25:10.291Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14562024-06-21T00:25:13.256Z Compiling futures v0.3.30
14572024-06-21T00:25:13.371Z Compiling yasna v0.5.2
14582024-06-21T00:25:13.642Z Compiling diesel v2.1.6
14592024-06-21T00:25:14.606Z Compiling crossterm v0.27.0
14602024-06-21T00:25:14.626Z Compiling flate2 v1.0.30
14612024-06-21T00:25:14.680Z Compiling cipher v0.4.4
14622024-06-21T00:25:15.130Z Compiling clap v4.5.4
14632024-06-21T00:25:15.248Z Compiling bit-set v0.5.3
14642024-06-21T00:25:15.511Z Compiling itertools v0.10.5
14652024-06-21T00:25:15.529Z Compiling itertools v0.12.1
14662024-06-21T00:25:16.700Z Compiling console v0.15.8
14672024-06-21T00:25:18.004Z Compiling num-iter v0.1.45
14682024-06-21T00:25:18.366Z Compiling tokio-stream v0.1.15
14692024-06-21T00:25:18.457Z Compiling toml v0.7.8
14702024-06-21T00:25:18.694Z Compiling bstr v1.9.1
14712024-06-21T00:25:18.782Z Compiling hex v0.4.3
14722024-06-21T00:25:19.277Z Compiling lalrpop-util v0.19.12
14732024-06-21T00:25:19.381Z Compiling unicode-xid v0.2.4
14742024-06-21T00:25:19.405Z Compiling peg-runtime v0.8.3
14752024-06-21T00:25:19.989Z Compiling proc-macro-crate v1.3.1
14762024-06-21T00:25:20.451Z Compiling heapless v0.8.0
14772024-06-21T00:25:21.086Z Compiling camino v1.1.7
14782024-06-21T00:25:23.662Z Compiling num_enum_derive v0.5.11
14792024-06-21T00:25:29.017Z Compiling hash32 v0.3.1
14802024-06-21T00:25:30.027Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14812024-06-21T00:25:30.530Z Compiling rustls-pki-types v1.7.0
14822024-06-21T00:25:32.234Z Compiling ident_case v1.0.1
14832024-06-21T00:25:32.410Z Compiling smoltcp v0.11.0
14842024-06-21T00:25:33.850Z Compiling darling_core v0.20.9
14852024-06-21T00:25:44.261Z Compiling num_enum v0.5.11
14862024-06-21T00:25:46.768Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14872024-06-21T00:25:46.999Z Compiling getopts v0.2.21
14882024-06-21T00:25:48.556Z Compiling dirs-sys-next v0.1.2
14892024-06-21T00:25:48.870Z Compiling proc-macro-error-attr v1.0.4
14902024-06-21T00:25:49.626Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14912024-06-21T00:25:49.896Z Compiling paste v1.0.15
14922024-06-21T00:25:50.085Z Compiling cobs v0.2.3
14932024-06-21T00:25:50.115Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14942024-06-21T00:25:50.379Z Compiling unsafe-libyaml v0.2.11
14952024-06-21T00:25:50.880Z Compiling rustls v0.22.4
14962024-06-21T00:25:51.038Z Compiling embedded-io v0.4.0
14972024-06-21T00:25:51.271Z Compiling postcard v1.0.8
14982024-06-21T00:25:52.176Z Compiling serde_yaml v0.9.34+deprecated
14992024-06-21T00:25:53.101Z Compiling dirs-next v2.0.0
15002024-06-21T00:25:55.277Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15012024-06-21T00:25:57.547Z Compiling darling_macro v0.20.9
15022024-06-21T00:25:58.493Z Compiling rustls-webpki v0.102.4
15032024-06-21T00:26:05.452Z Compiling strum_macros v0.26.2
15042024-06-21T00:26:06.847Z Compiling foreign-types-macros v0.2.3
15052024-06-21T00:26:06.994Z Compiling structmeta-derive v0.3.0
15062024-06-21T00:26:08.193Z Compiling thread_local v1.1.8
15072024-06-21T00:26:08.277Z Compiling multer v3.1.0
15082024-06-21T00:26:08.554Z Compiling proc-macro-error v1.0.4
15092024-06-21T00:26:08.838Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15102024-06-21T00:26:09.117Z Compiling slog-async v2.8.0
15112024-06-21T00:26:09.742Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15122024-06-21T00:26:10.115Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15132024-06-21T00:26:10.907Z Compiling match_cfg v0.1.0
15142024-06-21T00:26:11.155Z Compiling foreign-types-shared v0.3.1
15152024-06-21T00:26:11.271Z Compiling foreign-types v0.5.0
15162024-06-21T00:26:11.447Z Compiling hostname v0.3.1
15172024-06-21T00:26:15.910Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15182024-06-21T00:26:17.349Z Compiling strum v0.26.2
15192024-06-21T00:26:17.745Z Compiling structmeta v0.3.0
15202024-06-21T00:26:20.653Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15212024-06-21T00:26:23.346Z Compiling darling v0.20.9
15222024-06-21T00:26:30.589Z Compiling term v0.7.0
15232024-06-21T00:26:33.542Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15242024-06-21T00:26:35.162Z Compiling slog-json v2.6.1
15252024-06-21T00:26:35.707Z Compiling tabwriter v1.4.0
15262024-06-21T00:26:36.330Z Compiling crossbeam-channel v0.5.12
15272024-06-21T00:26:37.346Z Compiling http v1.1.0
15282024-06-21T00:26:37.714Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15292024-06-21T00:26:38.028Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15302024-06-21T00:26:38.519Z Compiling async-stream-impl v0.3.5
15312024-06-21T00:26:38.803Z Compiling cstr-argument v0.1.2
15322024-06-21T00:26:38.824Z Compiling is-terminal v0.4.12
15332024-06-21T00:26:38.954Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15342024-06-21T00:26:39.070Z Compiling crucible-workspace-hack v0.1.0
15352024-06-21T00:26:39.238Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15362024-06-21T00:26:39.409Z Compiling fastrand v2.1.0
15372024-06-21T00:26:39.507Z Compiling take_mut v0.2.2
15382024-06-21T00:26:39.732Z Compiling pretty-hex v0.2.1
15392024-06-21T00:26:39.812Z Compiling atomic-waker v1.1.2
15402024-06-21T00:26:39.940Z Compiling base64 v0.22.1
15412024-06-21T00:26:40.014Z Compiling rayon-core v1.12.1
15422024-06-21T00:26:40.057Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
15432024-06-21T00:26:40.315Z Compiling waitgroup v0.1.2
15442024-06-21T00:26:40.361Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15452024-06-21T00:26:40.555Z Compiling rustls-pemfile v2.1.2
15462024-06-21T00:26:40.728Z Compiling async-stream v0.3.5
15472024-06-21T00:26:40.756Z Compiling tempfile v3.10.1
15482024-06-21T00:26:41.287Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15492024-06-21T00:26:42.062Z Compiling slog-term v2.9.1
15502024-06-21T00:26:42.592Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15512024-06-21T00:26:42.627Z Compiling slog-bunyan v2.5.0
15522024-06-21T00:26:42.953Z Compiling tokio-rustls v0.25.0
15532024-06-21T00:26:43.409Z Compiling serde_with_macros v3.8.1
15542024-06-21T00:26:43.556Z Compiling parse-display-derive v0.9.0
15552024-06-21T00:26:43.939Z Compiling toml v0.8.13
15562024-06-21T00:26:44.189Z Compiling sha1 v0.10.6
15572024-06-21T00:26:44.937Z Compiling crossbeam-deque v0.8.5
15582024-06-21T00:26:44.998Z Compiling colored v2.1.0
15592024-06-21T00:26:45.317Z Compiling newtype-uuid v1.1.0
15602024-06-21T00:26:45.667Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15612024-06-21T00:26:46.135Z Compiling serde_path_to_error v0.1.16
15622024-06-21T00:26:46.326Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15632024-06-21T00:26:47.041Z Compiling hostname v0.4.0
15642024-06-21T00:26:47.167Z Compiling socket2 v0.4.10
15652024-06-21T00:26:47.313Z Compiling instant v0.1.12
15662024-06-21T00:26:47.504Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15672024-06-21T00:26:47.625Z Compiling debug-ignore v1.0.5
15682024-06-21T00:26:47.641Z Compiling parse-display v0.9.0
15692024-06-21T00:26:47.926Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15702024-06-21T00:26:49.611Z Compiling backoff v0.4.0
15712024-06-21T00:26:49.971Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15722024-06-21T00:26:50.182Z Compiling serde_with v3.8.1
15732024-06-21T00:26:50.788Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15742024-06-21T00:26:51.302Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15752024-06-21T00:26:51.944Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15762024-06-21T00:26:52.685Z Compiling camino-tempfile v1.1.1
15772024-06-21T00:26:53.579Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
15782024-06-21T00:26:54.066Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15792024-06-21T00:26:54.239Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
15802024-06-21T00:26:54.751Z Compiling macaddr v1.0.1
15812024-06-21T00:26:54.786Z Compiling num-derive v0.4.2
15822024-06-21T00:26:55.403Z Compiling sigpipe v0.1.3
15832024-06-21T00:26:55.546Z Compiling libefi-sys v0.1.0
15842024-06-21T00:26:55.840Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
15852024-06-21T00:26:56.403Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15862024-06-21T00:26:57.051Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
15872024-06-21T00:26:57.354Z Compiling rayon v1.10.0
15882024-06-21T00:26:57.600Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15892024-06-21T00:26:58.103Z Compiling smf v0.2.3
15902024-06-21T00:26:58.723Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15912024-06-21T00:26:59.076Z Compiling blake3 v1.5.1
15922024-06-21T00:26:59.631Z Compiling ring v0.16.20
15932024-06-21T00:26:59.762Z Compiling portable-atomic v1.6.0
15942024-06-21T00:27:01.053Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15952024-06-21T00:27:01.180Z Compiling xattr v1.3.1
15962024-06-21T00:27:01.298Z Compiling memmap2 v0.9.4
15972024-06-21T00:27:01.482Z Compiling filetime v0.2.23
15982024-06-21T00:27:01.830Z Compiling untrusted v0.7.1
15992024-06-21T00:27:01.854Z Compiling same-file v1.0.6
16002024-06-21T00:27:02.021Z Compiling arrayref v0.3.7
16012024-06-21T00:27:02.102Z Compiling arrayvec v0.7.4
16022024-06-21T00:27:02.120Z Compiling constant_time_eq v0.3.0
16032024-06-21T00:27:02.225Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
16042024-06-21T00:27:02.278Z Compiling walkdir v2.5.0
16052024-06-21T00:27:02.371Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
16062024-06-21T00:27:03.323Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16072024-06-21T00:27:03.375Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16082024-06-21T00:27:03.803Z Compiling tar v0.4.40
16092024-06-21T00:27:06.470Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16102024-06-21T00:27:06.873Z Compiling gethostname v0.4.3
16112024-06-21T00:27:07.187Z Compiling number_prefix v0.4.0
16122024-06-21T00:27:07.447Z Compiling topological-sort v0.2.2
16132024-06-21T00:27:07.709Z Compiling swrite v0.1.0
16142024-06-21T00:27:08.686Z Compiling omicron-zone-package v0.11.0
16152024-06-21T00:27:09.173Z Compiling indicatif v0.17.8
16162024-06-21T00:27:13.677Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16172024-06-21T00:27:16.562Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16182024-06-21T00:27:17.268Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16192024-06-21T00:27:18.714Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16202024-06-21T00:27:36.942Z Finished `release` profile [optimized] target(s) in 4m 27s
16212024-06-21T00:27:37.056Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16222024-06-21T00:27:37.098ZLogging to: /work/oxidecomputer/omicron/out/LOG
16232024-06-21T00:27:37.101ZCreated new build target 'test' and set it as active
16242024-06-21T00:27:37.101Z
16252024-06-21T00:27:37.101Zreal 4:27.905056388
16262024-06-21T00:27:37.101Zuser 30:03.288139729
16272024-06-21T00:27:37.101Zsys 3:55.183535899
16282024-06-21T00:27:37.101Ztrap 0.877371938
16292024-06-21T00:27:37.101Ztflt 3.653759656
16302024-06-21T00:27:37.101Zdflt 1.959994775
16312024-06-21T00:27:37.101Zkflt 0.009174774
16322024-06-21T00:27:37.101Zlock 1:02:51.323418199
16332024-06-21T00:27:37.101Zslp 1:24:33.204753661
16342024-06-21T00:27:37.101Zlat 1:58.668596786
16352024-06-21T00:27:37.101Zstop 3:06.080340157
16362024-06-21T00:27:37.101Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16372024-06-21T00:27:37.988Z Finished `release` profile [optimized] target(s) in 0.84s
16382024-06-21T00:27:38.028Z Running `target/release/omicron-package -t test package`
16392024-06-21T00:27:38.065ZLogging to: /work/oxidecomputer/omicron/out/LOG
16402024-06-21T00:27:38.991Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16412024-06-21T00:27:39.088Z Compiling newline-converter v0.3.0
16422024-06-21T00:27:39.097Z Compiling humantime v2.1.0
16432024-06-21T00:27:39.100Z Compiling derive-where v1.2.7
16442024-06-21T00:27:39.116Z Compiling convert_case v0.4.0
16452024-06-21T00:27:39.119Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16462024-06-21T00:27:39.119Z Compiling password-hash v0.5.0
16472024-06-21T00:27:39.119Z Compiling blake2 v0.10.6
16482024-06-21T00:27:39.228Z Compiling expectorate v1.1.0
16492024-06-21T00:27:39.318Z Compiling linked-hash-map v0.5.6
16502024-06-21T00:27:39.404Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16512024-06-21T00:27:39.709Z Compiling lru-cache v0.1.2
16522024-06-21T00:27:39.925Z Compiling argon2 v0.5.3
16532024-06-21T00:27:39.939Z Compiling semver v0.1.20
16542024-06-21T00:27:39.962Z Compiling derive_more v0.99.17
16552024-06-21T00:27:40.360Z Compiling rustc_version v0.1.7
16562024-06-21T00:27:40.529Z Compiling home v0.5.9
16572024-06-21T00:27:40.782Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16582024-06-21T00:27:40.797Z Compiling newtype_derive v0.1.6
16592024-06-21T00:27:41.268Z Compiling steno v0.4.0
16602024-06-21T00:27:41.392Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16612024-06-21T00:27:41.408Z Compiling slog-dtrace v0.3.0
16622024-06-21T00:27:41.684Z Compiling quick-error v1.2.3
16632024-06-21T00:27:41.841Z Compiling resolv-conf v0.7.0
16642024-06-21T00:27:42.311Z Compiling trust-dns-resolver v0.22.0
16652024-06-21T00:27:43.475Z Compiling termcolor v1.4.1
16662024-06-21T00:27:43.920Z Compiling utf-8 v0.7.6
16672024-06-21T00:27:44.282Z Compiling num-rational v0.4.2
16682024-06-21T00:27:44.553Z Compiling num-complex v0.4.6
16692024-06-21T00:27:45.837Z Compiling num v0.4.3
16702024-06-21T00:27:45.877Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
16712024-06-21T00:27:45.950Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16722024-06-21T00:27:46.763Z Compiling nibble_vec v0.1.0
16732024-06-21T00:27:46.992Z Compiling radium v0.7.0
16742024-06-21T00:27:46.995Z Compiling endian-type v0.1.2
16752024-06-21T00:27:47.250Z Compiling display-error-chain v0.2.0
16762024-06-21T00:27:47.306Z Compiling radix_trie v0.2.1
16772024-06-21T00:27:47.456Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16782024-06-21T00:27:47.501Z Compiling tap v1.0.1
16792024-06-21T00:27:47.690Z Compiling maybe-uninit v2.0.0
16802024-06-21T00:27:48.227Z Compiling wyz v0.5.1
16812024-06-21T00:27:48.720Z Compiling bzip2-sys v0.1.11+1.0.8
16822024-06-21T00:27:48.761Z Compiling funty v2.0.0
16832024-06-21T00:27:49.158Z Compiling cancel-safe-futures v0.1.5
16842024-06-21T00:27:49.482Z Compiling crc-catalog v2.4.0
16852024-06-21T00:27:49.631Z Compiling arc-swap v1.7.1
16862024-06-21T00:27:50.338Z Compiling packed_struct v0.10.1
16872024-06-21T00:27:50.725Z Compiling num-bigint-dig v0.8.4
16882024-06-21T00:27:51.045Z Compiling slog-scope v4.4.0
16892024-06-21T00:27:51.328Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
16902024-06-21T00:27:51.643Z Compiling bitvec v1.0.1
16912024-06-21T00:27:51.929Z Compiling crc v3.2.1
16922024-06-21T00:27:53.993Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
16932024-06-21T00:27:56.134Z Compiling packed_struct_codegen v0.10.1
16942024-06-21T00:27:58.689Z Compiling fxhash v0.2.1
16952024-06-21T00:27:58.818Z Compiling dirs-sys-next v0.1.2
16962024-06-21T00:27:58.925Z Compiling indexmap v1.9.3
16972024-06-21T00:27:59.212Z Compiling crunchy v0.2.2
16982024-06-21T00:27:59.363Z Compiling nodrop v0.1.14
16992024-06-21T00:27:59.494Z Compiling glob v0.3.1
17002024-06-21T00:27:59.669Z Compiling array-init v0.0.4
17012024-06-21T00:28:00.332Z Compiling clang-sys v1.7.0
17022024-06-21T00:28:00.965Z Compiling dirs-next v2.0.0
17032024-06-21T00:28:01.314Z Compiling smallvec v0.6.14
17042024-06-21T00:28:02.562Z Compiling slog-stdlog v4.1.1
17052024-06-21T00:28:03.667Z Compiling rayon-core v1.12.1
17062024-06-21T00:28:03.692Z Compiling pkcs1 v0.7.5
17072024-06-21T00:28:03.725Z Compiling signature v2.2.0
17082024-06-21T00:28:04.027Z Compiling crossbeam-deque v0.8.5
17092024-06-21T00:28:04.355Z Compiling half v2.4.1
17102024-06-21T00:28:05.102Z Compiling hashbrown v0.12.3
17112024-06-21T00:28:05.272Z Compiling prettyplease v0.2.20
17122024-06-21T00:28:05.547Z Compiling same-file v1.0.6
17132024-06-21T00:28:05.778Z Compiling fastrand v2.1.0
17142024-06-21T00:28:06.310Z Compiling bitfield v0.14.0
17152024-06-21T00:28:06.421Z Compiling tiny-keccak v2.0.2
17162024-06-21T00:28:06.606Z Compiling maplit v1.0.2
17172024-06-21T00:28:06.688Z Compiling ciborium-io v0.2.2
17182024-06-21T00:28:06.755Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
17192024-06-21T00:28:06.826Z Compiling ciborium-ll v0.2.2
17202024-06-21T00:28:07.728Z Compiling tempfile v3.10.1
17212024-06-21T00:28:08.372Z Compiling rsa v0.9.6
17222024-06-21T00:28:08.531Z Compiling walkdir v2.5.0
17232024-06-21T00:28:10.927Z Compiling slog-envlogger v2.2.0
17242024-06-21T00:28:11.253Z Compiling serde-hex v0.1.0
17252024-06-21T00:28:13.383Z Compiling bzip2 v0.4.4
17262024-06-21T00:28:13.503Z Compiling term v0.7.0
17272024-06-21T00:28:13.887Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17282024-06-21T00:28:13.975Z Compiling env_logger v0.10.2
17292024-06-21T00:28:14.200Z Compiling camino v1.1.7
17302024-06-21T00:28:14.269Z Compiling x509-cert v0.2.5
17312024-06-21T00:28:14.854Z Compiling ron v0.8.1
17322024-06-21T00:28:15.031Z Compiling hashbrown v0.13.2
17332024-06-21T00:28:16.385Z Compiling crc-any v2.5.0
17342024-06-21T00:28:16.476Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17352024-06-21T00:28:17.226Z Compiling ring v0.16.20
17362024-06-21T00:28:17.319Z Compiling blake3 v1.5.1
17372024-06-21T00:28:17.704Z Compiling object v0.30.4
17382024-06-21T00:28:19.122Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
17392024-06-21T00:28:19.902Z Compiling ascii-canvas v3.0.0
17402024-06-21T00:28:20.850Z Compiling zip v0.6.6
17412024-06-21T00:28:20.914Z Compiling rayon v1.10.0
17422024-06-21T00:28:23.404Z Compiling ciborium v0.2.2
17432024-06-21T00:28:23.652Z Compiling tungstenite v0.21.0
17442024-06-21T00:28:25.551Z Compiling xattr v1.3.1
17452024-06-21T00:28:25.824Z Compiling ena v0.14.3
17462024-06-21T00:28:25.981Z Compiling memmap2 v0.9.4
17472024-06-21T00:28:26.262Z Compiling filetime v0.2.23
17482024-06-21T00:28:26.397Z Compiling is-terminal v0.4.12
17492024-06-21T00:28:26.401Z Compiling atty v0.2.14
17502024-06-21T00:28:26.528Z Compiling libloading v0.8.3
17512024-06-21T00:28:26.551Z Compiling untrusted v0.7.1
17522024-06-21T00:28:26.567Z Compiling diff v0.1.13
17532024-06-21T00:28:26.725Z Compiling arrayvec v0.7.4
17542024-06-21T00:28:26.931Z Compiling regex-syntax v0.6.29
17552024-06-21T00:28:27.153Z Compiling arrayref v0.3.7
17562024-06-21T00:28:27.167Z Compiling path-slash v0.1.5
17572024-06-21T00:28:27.250Z Compiling bindgen v0.69.4
17582024-06-21T00:28:27.411Z Compiling constant_time_eq v0.3.0
17592024-06-21T00:28:27.775Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
17602024-06-21T00:28:30.914Z Compiling lalrpop v0.19.12
17612024-06-21T00:28:32.192Z Compiling tar v0.4.40
17622024-06-21T00:28:32.237Z Compiling tokio-tungstenite v0.21.0
17632024-06-21T00:28:32.825Z Compiling camino-tempfile v1.1.1
17642024-06-21T00:28:34.064Z Compiling toolchain_find v0.4.0
17652024-06-21T00:28:34.665Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17662024-06-21T00:28:35.798Z Compiling which v4.4.2
17672024-06-21T00:28:36.052Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17682024-06-21T00:28:36.257Z Compiling toml v0.8.13
17692024-06-21T00:28:36.363Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17702024-06-21T00:28:36.366Z Compiling cexpr v0.6.0
17712024-06-21T00:28:36.763Z Compiling libsw v3.3.1
17722024-06-21T00:28:37.099Z Compiling owo-colors v4.0.0
17732024-06-21T00:28:37.887Z Compiling parking_lot_core v0.8.6
17742024-06-21T00:28:37.984Z Compiling shlex v1.3.0
17752024-06-21T00:28:38.278Z Compiling lazycell v1.3.0
17762024-06-21T00:28:38.367Z Compiling topological-sort v0.2.2
17772024-06-21T00:28:38.439Z Compiling ref-cast v1.0.23
17782024-06-21T00:28:38.581Z Compiling linear-map v1.2.0
17792024-06-21T00:28:38.904Z Compiling rustc-hash v1.1.0
17802024-06-21T00:28:39.074Z Compiling omicron-zone-package v0.11.0
17812024-06-21T00:28:39.232Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17822024-06-21T00:28:39.998Z Compiling rustfmt-wrapper v0.2.1
17832024-06-21T00:28:40.017Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17842024-06-21T00:28:40.239Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17852024-06-21T00:28:40.527Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
17862024-06-21T00:28:40.800Z Compiling derive_builder_core v0.20.0
17872024-06-21T00:28:43.050Z Compiling headers-core v0.2.0
17882024-06-21T00:28:43.231Z Compiling libxml v0.3.3
17892024-06-21T00:28:43.565Z Compiling ref-cast-impl v1.0.23
17902024-06-21T00:28:44.544Z Compiling unicase v2.7.0
17912024-06-21T00:28:44.786Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17922024-06-21T00:28:44.868Z Compiling headers v0.3.9
17932024-06-21T00:28:46.796Z Compiling derive_builder_macro v0.20.0
17942024-06-21T00:28:48.605Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
17952024-06-21T00:28:48.739Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
17962024-06-21T00:28:49.009Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
17972024-06-21T00:28:49.172Z Compiling pem v3.0.4
17982024-06-21T00:28:50.701Z Compiling strum_macros v0.24.3
17992024-06-21T00:28:52.013Z Compiling async-recursion v1.1.1
18002024-06-21T00:28:53.363Z Compiling samael v0.0.15
18012024-06-21T00:28:53.526Z Compiling cookie v0.18.1
18022024-06-21T00:28:53.816Z Compiling indoc v1.0.9
18032024-06-21T00:28:54.159Z Compiling parking_lot v0.11.2
18042024-06-21T00:28:54.742Z Compiling derive_builder v0.20.0
18052024-06-21T00:28:56.147Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18062024-06-21T00:28:57.532Z Compiling polar-core v0.27.3
18072024-06-21T00:28:57.645Z Compiling trust-dns-client v0.22.0
18082024-06-21T00:28:58.855Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18092024-06-21T00:28:59.127Z Compiling oso-derive v0.27.3
18102024-06-21T00:28:59.820Z Compiling impl-trait-for-tuples v0.2.2
18112024-06-21T00:28:59.837Z Compiling quick-xml v0.31.0
18122024-06-21T00:29:00.080Z Compiling toml v0.5.11
18132024-06-21T00:29:01.897Z Compiling vte_generate_state_changes v0.1.1
18142024-06-21T00:29:02.513Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18152024-06-21T00:29:02.788Z Compiling cfg_aliases v0.1.1
18162024-06-21T00:29:02.923Z Compiling buf-list v1.0.3
18172024-06-21T00:29:03.547Z Compiling nix v0.28.0
18182024-06-21T00:29:04.391Z Compiling vte v0.11.1
18192024-06-21T00:29:05.744Z Compiling trust-dns-server v0.22.1
18202024-06-21T00:29:09.168Z Compiling sled v0.34.7
18212024-06-21T00:29:12.221Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18222024-06-21T00:29:13.800Z Compiling tungstenite v0.20.1
18232024-06-21T00:29:19.164Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18242024-06-21T00:29:19.437Z Compiling fd-lock v4.0.2
18252024-06-21T00:29:19.658Z Compiling const_format_proc_macros v0.2.32
18262024-06-21T00:29:21.660Z Compiling bb8 v0.8.3
18272024-06-21T00:29:22.208Z Compiling oso v0.27.3
18282024-06-21T00:29:26.862Z Compiling pin-project-internal v1.1.5
18292024-06-21T00:29:29.768Z Compiling memoffset v0.9.1
18302024-06-21T00:29:30.072Z Compiling bytecount v0.6.8
18312024-06-21T00:29:30.386Z Compiling platforms v3.4.0
18322024-06-21T00:29:31.022Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
18332024-06-21T00:29:31.329Z Compiling curve25519-dalek v4.1.2
18342024-06-21T00:29:31.741Z Compiling papergrid v0.11.0
18352024-06-21T00:29:34.443Z Compiling pin-project v1.1.5
18362024-06-21T00:29:34.581Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18372024-06-21T00:29:35.249Z Compiling const_format v0.2.32
18382024-06-21T00:29:36.568Z Compiling tokio-tungstenite v0.20.1
18392024-06-21T00:29:37.177Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18402024-06-21T00:29:40.847Z Compiling strip-ansi-escapes v0.2.0
18412024-06-21T00:29:42.965Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18422024-06-21T00:29:43.543Z Compiling tabled_derive v0.7.0
18432024-06-21T00:29:44.072Z Compiling kstat-rs v0.2.3
18442024-06-21T00:29:45.033Z Compiling snafu-derive v0.8.2
18452024-06-21T00:29:45.803Z Compiling nu-ansi-term v0.50.0
18462024-06-21T00:29:47.063Z Compiling keccak v0.1.5
18472024-06-21T00:29:47.085Z Compiling reedline v0.31.0
18482024-06-21T00:29:48.094Z Compiling sha3 v0.10.8
18492024-06-21T00:29:48.209Z Compiling tabled v0.15.0
18502024-06-21T00:29:48.961Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18512024-06-21T00:29:50.060Z Compiling snafu v0.8.2
18522024-06-21T00:29:51.406Z Compiling mime_guess v2.0.4
18532024-06-21T00:29:54.503Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18542024-06-21T00:29:56.862Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
18552024-06-21T00:30:04.824Z Compiling env_logger v0.9.3
18562024-06-21T00:30:09.407Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18572024-06-21T00:30:10.223Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18582024-06-21T00:30:10.726Z Compiling globset v0.4.14
18592024-06-21T00:30:15.711Z Compiling peg-macros v0.8.3
18602024-06-21T00:30:17.852Z Compiling olpc-cjson v0.1.3
18612024-06-21T00:30:18.195Z Compiling universal-hash v0.5.1
18622024-06-21T00:30:18.428Z Compiling secrecy v0.8.0
18632024-06-21T00:30:18.554Z Compiling thiserror-impl-no-std v2.0.2
18642024-06-21T00:30:18.695Z Compiling bitstruct_derive v0.1.0
18652024-06-21T00:30:19.145Z Compiling serde_plain v1.0.2
18662024-06-21T00:30:19.703Z Compiling curve25519-dalek-derive v0.1.1
18672024-06-21T00:30:19.968Z Compiling sqlparser_derive v0.2.2
18682024-06-21T00:30:21.013Z Compiling nanorand v0.7.0
18692024-06-21T00:30:21.207Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18702024-06-21T00:30:21.357Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
18712024-06-21T00:30:21.374Z Compiling unicode_categories v0.1.1
18722024-06-21T00:30:21.661Z Compiling opaque-debug v0.3.1
18732024-06-21T00:30:21.729Z Compiling typed-path v0.7.1
18742024-06-21T00:30:21.773Z Compiling salty v0.2.0
18752024-06-21T00:30:21.791Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
18762024-06-21T00:30:22.072Z Compiling ascii v1.1.0
18772024-06-21T00:30:22.183Z Compiling signature v1.6.4
18782024-06-21T00:30:22.684Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18792024-06-21T00:30:22.894Z Compiling rustyline v14.0.0
18802024-06-21T00:30:25.227Z Compiling tough v0.17.1
18812024-06-21T00:30:28.704Z Compiling ed25519 v1.5.3
18822024-06-21T00:30:29.077Z Compiling poly1305 v0.8.0
18832024-06-21T00:30:30.680Z Compiling sqlformat v0.2.3
18842024-06-21T00:30:31.063Z Compiling flume v0.11.0
18852024-06-21T00:30:31.770Z Compiling thiserror-no-std v2.0.2
18862024-06-21T00:30:31.903Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18872024-06-21T00:30:33.753Z Compiling sqlparser v0.45.0
18882024-06-21T00:30:35.062Z Compiling bitstruct v0.1.1
18892024-06-21T00:30:35.189Z Compiling peg v0.8.3
18902024-06-21T00:30:35.310Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18912024-06-21T00:30:36.382Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
18922024-06-21T00:30:40.566Z Compiling nix v0.27.1
18932024-06-21T00:30:41.771Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18942024-06-21T00:30:43.678Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
18952024-06-21T00:30:44.029Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18962024-06-21T00:30:44.307Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18972024-06-21T00:30:45.470Z Compiling chacha20 v0.9.1
18982024-06-21T00:30:45.934Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18992024-06-21T00:30:45.971Z Compiling aead v0.5.2
19002024-06-21T00:30:46.340Z Compiling bcs v0.1.6
19012024-06-21T00:30:46.775Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19022024-06-21T00:30:47.278Z Compiling serde-big-array v0.5.1
19032024-06-21T00:30:47.569Z Compiling serde_arrays v0.1.0
19042024-06-21T00:30:47.572Z Compiling erased-serde v0.3.31
19052024-06-21T00:30:47.758Z Compiling highway v1.1.0
19062024-06-21T00:30:48.124Z Compiling parse-size v1.0.0
19072024-06-21T00:30:48.431Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19082024-06-21T00:30:49.154Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19092024-06-21T00:30:49.395Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19102024-06-21T00:31:01.157Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19112024-06-21T00:31:01.652Z Compiling chacha20poly1305 v0.10.1
19122024-06-21T00:31:02.339Z Compiling vsss-rs v3.3.4
19132024-06-21T00:31:06.846Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19142024-06-21T00:31:07.588Z Compiling signal-hook-tokio v0.3.1
19152024-06-21T00:31:07.797Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19162024-06-21T00:31:08.332Z Compiling heck v0.3.3
19172024-06-21T00:31:08.715Z Compiling castaway v0.2.2
19182024-06-21T00:31:08.916Z Compiling rand_seeder v0.2.3
19192024-06-21T00:31:09.320Z Compiling serde-big-array v0.4.1
19202024-06-21T00:31:09.530Z Compiling http-range v0.1.5
19212024-06-21T00:31:09.971Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19222024-06-21T00:31:10.287Z Compiling hyper-staticfile v0.9.5
19232024-06-21T00:31:12.058Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19242024-06-21T00:31:13.387Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19252024-06-21T00:31:14.820Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19262024-06-21T00:31:15.052Z Compiling compact_str v0.7.1
19272024-06-21T00:31:16.643Z Compiling zone_cfg_derive v0.1.2
19282024-06-21T00:31:18.054Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19292024-06-21T00:31:19.006Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19302024-06-21T00:31:22.643Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19312024-06-21T00:31:23.304Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19322024-06-21T00:31:29.606Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19332024-06-21T00:31:29.953Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19342024-06-21T00:31:30.234Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19352024-06-21T00:31:30.513Z Compiling lru v0.12.3
19362024-06-21T00:31:30.877Z Compiling stability v0.2.0
19372024-06-21T00:31:31.833Z Compiling base64 v0.13.1
19382024-06-21T00:31:32.612Z Compiling corncobs v0.1.3
19392024-06-21T00:31:33.008Z Compiling indoc v2.0.5
19402024-06-21T00:31:33.972Z Compiling cassowary v0.3.0
19412024-06-21T00:31:34.669Z Compiling ratatui v0.26.2
19422024-06-21T00:31:37.826Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19432024-06-21T00:31:38.574Z Compiling ron v0.7.1
19442024-06-21T00:31:44.039Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19452024-06-21T00:31:44.191Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19462024-06-21T00:31:44.847Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19472024-06-21T00:31:50.949Z Compiling zone v0.1.8
19482024-06-21T00:31:53.872Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19492024-06-21T00:32:01.800Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19502024-06-21T00:32:02.879Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19512024-06-21T00:32:04.343Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19522024-06-21T00:32:04.749Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19532024-06-21T00:32:05.036Z Compiling portpicker v0.1.1
19542024-06-21T00:32:05.528Z Compiling csv-core v0.1.11
19552024-06-21T00:32:06.430Z Compiling unicode-linebreak v0.1.5
19562024-06-21T00:32:06.953Z Compiling smawk v0.3.2
19572024-06-21T00:32:07.199Z Compiling textwrap v0.16.1
19582024-06-21T00:32:10.939Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19592024-06-21T00:32:12.475Z Compiling csv v1.3.0
19602024-06-21T00:32:14.664Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
19612024-06-21T00:32:19.627Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
19622024-06-21T00:32:19.849Z Compiling rcgen v0.12.1
19632024-06-21T00:32:23.011Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19642024-06-21T00:32:23.500Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
19652024-06-21T00:32:23.778Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19662024-06-21T00:32:29.876Z Compiling atomicwrites v0.4.3
19672024-06-21T00:32:30.413Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19682024-06-21T00:32:30.846Z Compiling fatfs v0.3.6
19692024-06-21T00:32:33.100Z Compiling subprocess v0.2.9
19702024-06-21T00:32:33.704Z Compiling rtoolbox v0.0.2
19712024-06-21T00:32:34.155Z Compiling is_ci v1.2.0
19722024-06-21T00:32:34.465Z Compiling assert_matches v1.5.0
19732024-06-21T00:32:34.709Z Compiling supports-color v3.0.0
19742024-06-21T00:32:35.339Z Compiling rpassword v7.3.1
19752024-06-21T00:32:35.793Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19762024-06-21T00:32:36.112Z Compiling tui-tree-widget v0.19.0
19772024-06-21T00:32:36.528Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
19782024-06-21T00:32:36.725Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
19792024-06-21T00:32:38.208Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
19802024-06-21T00:32:38.494Z Compiling shell-words v1.1.0
19812024-06-21T00:32:38.929Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
19822024-06-21T00:32:39.882Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
19832024-06-21T00:32:42.957Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
19842024-06-21T00:33:10.319Z Compiling multimap v0.10.0
19852024-06-21T00:33:10.741Z Compiling uzers v0.11.3
19862024-06-21T00:33:13.747Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
19872024-06-21T00:35:11.256Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
19882024-06-21T00:35:36.745Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19892024-06-21T00:41:49.785Z Finished `release` profile [optimized] target(s) in 14m 11s
19902024-06-21T00:42:36.979Z
19912024-06-21T00:42:36.982Zreal 14:59.831118609
19922024-06-21T00:42:36.982Zuser 1:43:36.334096750
19932024-06-21T00:42:36.982Zsys 5:31.416370896
19942024-06-21T00:42:36.982Ztrap 2.371882061
19952024-06-21T00:42:36.982Ztflt 2.074858479
19962024-06-21T00:42:36.982Zdflt 3.817473706
19972024-06-21T00:42:36.982Zkflt 0.012419891
19982024-06-21T00:42:36.982Zlock 6:21:13.092662647
19992024-06-21T00:42:36.982Zslp 4:07:03.933431527
20002024-06-21T00:42:36.982Zlat 2:31.403173052
20012024-06-21T00:42:36.982Zstop 1:54.019971262
20022024-06-21T00:42:36.982Z+ mapfile -t packages
20032024-06-21T00:42:36.982Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20042024-06-21T00:42:37.866Z Finished `release` profile [optimized] target(s) in 0.84s
20052024-06-21T00:42:37.908Z Running `target/release/omicron-package -t test list-outputs`
20062024-06-21T00:42:37.946ZLogging to: /work/oxidecomputer/omicron/out/LOG
20072024-06-21T00:42:37.949Z+ ptime -m cargo build --locked --release -p xtask
20082024-06-21T00:42:38.555Z Compiling serde v1.0.203
20092024-06-21T00:42:38.558Z Compiling bitflags v2.5.0
20102024-06-21T00:42:38.559Z Compiling syn v2.0.64
20112024-06-21T00:42:38.646Z Compiling smallvec v1.13.2
20122024-06-21T00:42:38.649Z Compiling bytes v1.6.0
20132024-06-21T00:42:38.649Z Compiling scopeguard v1.2.0
20142024-06-21T00:42:38.665Z Compiling hashbrown v0.14.5
20152024-06-21T00:42:38.793Z Compiling lock_api v0.4.12
20162024-06-21T00:42:39.122Z Compiling parking_lot_core v0.9.10
20172024-06-21T00:42:39.152Z Compiling serde_json v1.0.117
20182024-06-21T00:42:39.193Z Compiling log v0.4.21
20192024-06-21T00:42:39.232Z Compiling mio v0.8.11
20202024-06-21T00:42:39.492Z Compiling parking_lot v0.12.2
20212024-06-21T00:42:39.587Z Compiling libc v0.2.155
20222024-06-21T00:42:39.687Z Compiling generic-array v0.14.7
20232024-06-21T00:42:39.970Z Compiling slog v2.7.0
20242024-06-21T00:42:40.057Z Compiling indexmap v2.2.6
20252024-06-21T00:42:40.235Z Compiling rustix v0.38.34
20262024-06-21T00:42:40.462Z Compiling http v0.2.12
20272024-06-21T00:42:40.490Z Compiling usdt-impl v0.5.0
20282024-06-21T00:42:40.823Z Compiling syn v1.0.109
20292024-06-21T00:42:41.096Z Compiling thread-id v4.2.1
20302024-06-21T00:42:41.220Z Compiling time-macros v0.2.18
20312024-06-21T00:42:41.387Z Compiling tracing v0.1.40
20322024-06-21T00:42:41.638Z Compiling crossbeam-utils v0.8.19
20332024-06-21T00:42:42.102Z Compiling http-body v0.4.6
20342024-06-21T00:42:42.624Z Compiling unicode-normalization v0.1.23
20352024-06-21T00:42:42.637Z Compiling unicode-bidi v0.3.15
20362024-06-21T00:42:43.006Z Compiling crypto-common v0.1.6
20372024-06-21T00:42:43.226Z Compiling block-buffer v0.10.4
20382024-06-21T00:42:43.931Z Compiling idna v0.5.0
20392024-06-21T00:42:44.300Z Compiling time v0.3.36
20402024-06-21T00:42:44.770Z Compiling terminal_size v0.3.0
20412024-06-21T00:42:45.189Z Compiling proc-macro-error v1.0.4
20422024-06-21T00:42:45.657Z Compiling fs-err v2.11.0
20432024-06-21T00:42:45.812Z Compiling anyhow v1.0.86
20442024-06-21T00:42:46.115Z Compiling crossbeam-channel v0.5.12
20452024-06-21T00:42:46.529Z Compiling clap_builder v4.5.2
20462024-06-21T00:42:46.762Z Compiling url v2.5.0
20472024-06-21T00:42:47.185Z Compiling digest v0.10.7
20482024-06-21T00:42:47.617Z Compiling xattr v1.3.1
20492024-06-21T00:42:47.825Z Compiling slog-async v2.8.0
20502024-06-21T00:42:47.958Z Compiling sha2 v0.10.8
20512024-06-21T00:42:48.224Z Compiling tabled_derive v0.7.0
20522024-06-21T00:42:50.375Z Compiling tabled v0.15.0
20532024-06-21T00:42:50.441Z Compiling serde_derive v1.0.203
20542024-06-21T00:42:50.983Z Compiling thiserror-impl v1.0.60
20552024-06-21T00:42:51.008Z Compiling zerocopy-derive v0.7.34
20562024-06-21T00:42:52.283Z Compiling tokio-macros v2.2.0
20572024-06-21T00:42:53.158Z Compiling futures-macro v0.3.30
20582024-06-21T00:42:53.654Z Compiling zerocopy v0.7.34
20592024-06-21T00:42:53.863Z Compiling thiserror v1.0.60
20602024-06-21T00:42:53.875Z Compiling tokio v1.37.0
20612024-06-21T00:42:54.018Z Compiling pest v2.7.10
20622024-06-21T00:42:55.117Z Compiling futures-util v0.3.30
20632024-06-21T00:42:55.364Z Compiling openssl-macros v0.1.1
20642024-06-21T00:42:56.094Z Compiling scroll_derive v0.12.0
20652024-06-21T00:42:56.942Z Compiling pest_meta v2.7.10
20662024-06-21T00:42:57.574Z Compiling scroll v0.12.0
20672024-06-21T00:43:01.572Z Compiling pest_generator v2.7.10
20682024-06-21T00:43:02.148Z Compiling openssl v0.10.64
20692024-06-21T00:43:03.455Z Compiling pest_derive v2.7.10
20702024-06-21T00:43:04.206Z Compiling dtrace-parser v0.2.0
20712024-06-21T00:43:06.107Z Compiling tokio-util v0.7.11
20722024-06-21T00:43:07.816Z Compiling dof v0.3.0
20732024-06-21T00:43:08.189Z Compiling h2 v0.3.26
20742024-06-21T00:43:08.795Z Compiling native-tls v0.2.11
20752024-06-21T00:43:10.968Z Compiling serde_spanned v0.6.6
20762024-06-21T00:43:11.243Z Compiling toml_datetime v0.6.6
20772024-06-21T00:43:11.439Z Compiling serde_tokenstream v0.2.0
20782024-06-21T00:43:11.773Z Compiling goblin v0.8.2
20792024-06-21T00:43:12.506Z Compiling toml_edit v0.22.13
20802024-06-21T00:43:13.749Z Compiling hyper v0.14.28
20812024-06-21T00:43:20.474Z Compiling tokio-native-tls v0.3.1
20822024-06-21T00:43:20.800Z Compiling hyper-tls v0.5.0
20832024-06-21T00:43:21.481Z Compiling toml v0.8.13
20842024-06-21T00:43:23.247Z Compiling usdt-attr-macro v0.5.0
20852024-06-21T00:43:24.327Z Compiling usdt-macro v0.5.0
20862024-06-21T00:43:24.645Z Compiling slog-json v2.6.1
20872024-06-21T00:43:25.203Z Compiling semver v1.0.23
20882024-06-21T00:43:25.547Z Compiling serde_urlencoded v0.7.1
20892024-06-21T00:43:26.184Z Compiling camino v1.1.7
20902024-06-21T00:43:26.405Z Compiling cargo-platform v0.1.8
20912024-06-21T00:43:26.728Z Compiling futures-executor v0.3.30
20922024-06-21T00:43:27.526Z Compiling strum_macros v0.26.2
20932024-06-21T00:43:27.558Z Compiling clap_derive v4.5.4
20942024-06-21T00:43:27.845Z Compiling futures v0.3.30
20952024-06-21T00:43:27.977Z Compiling cargo_metadata v0.18.1
20962024-06-21T00:43:28.515Z Compiling reqwest v0.11.27
20972024-06-21T00:43:32.219Z Compiling strum v0.26.2
20982024-06-21T00:43:32.325Z Compiling clap v4.5.4
20992024-06-21T00:43:32.411Z Compiling usdt v0.5.0
21002024-06-21T00:43:32.455Z Compiling slog-bunyan v2.5.0
21012024-06-21T00:43:32.743Z Compiling cargo_toml v0.20.2
21022024-06-21T00:43:33.020Z Compiling macaddr v1.0.1
21032024-06-21T00:43:33.672Z Compiling tar v0.4.40
21042024-06-21T00:43:33.959Z Compiling slog-term v2.9.1
21052024-06-21T00:43:36.870Z Compiling md5 v0.7.0
21062024-06-21T00:43:46.066Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21072024-06-21T00:44:00.512Z Finished `release` profile [optimized] target(s) in 1m 22s
21082024-06-21T00:44:00.608Z
21092024-06-21T00:44:00.611Zreal 1:22.633591201
21102024-06-21T00:44:00.611Zuser 8:56.507913552
21112024-06-21T00:44:00.612Zsys 51.950977883
21122024-06-21T00:44:00.612Ztrap 0.245385145
21132024-06-21T00:44:00.612Ztflt 0.551158934
21142024-06-21T00:44:00.612Zdflt 0.266363718
21152024-06-21T00:44:00.612Zkflt 0.000080647
21162024-06-21T00:44:00.612Zlock 20:18.151613286
21172024-06-21T00:44:00.612Zslp 22:43.033526945
21182024-06-21T00:44:00.612Zlat 24.883910057
21192024-06-21T00:44:00.612Zstop 22.862584792
21202024-06-21T00:44:00.612Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21212024-06-21T00:44:00.612Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21222024-06-21T00:44:00.612Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21232024-06-21T00:44:00.612Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21242024-06-21T00:44:00.612Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21252024-06-21T00:44:01.143Z Downloading crates ...
21262024-06-21T00:44:01.385Z Downloaded option-ext v0.2.0
21272024-06-21T00:44:01.388Z Downloaded dhcproto-macros v0.1.0
21282024-06-21T00:44:01.391Z Downloaded russh-cryptovec v0.7.2
21292024-06-21T00:44:01.398Z Downloaded polyval v0.6.2
21302024-06-21T00:44:01.401Z Downloaded dirs-sys v0.4.1
21312024-06-21T00:44:01.403Z Downloaded rfc6979 v0.4.0
21322024-06-21T00:44:01.403Z Downloaded ghash v0.5.1
21332024-06-21T00:44:01.403Z Downloaded ctr v0.9.2
21342024-06-21T00:44:01.406Z Downloaded rand_chacha v0.2.2
21352024-06-21T00:44:01.409Z Downloaded primeorder v0.13.6
21362024-06-21T00:44:01.409Z Downloaded ed25519 v2.2.3
21372024-06-21T00:44:01.411Z Downloaded blowfish v0.9.1
21382024-06-21T00:44:01.412Z Downloaded bcrypt-pbkdf v0.10.0
21392024-06-21T00:44:01.414Z Downloaded pbkdf2 v0.12.2
21402024-06-21T00:44:01.414Z Downloaded aes-gcm v0.10.3
21412024-06-21T00:44:01.417Z Downloaded hex-literal v0.4.1
21422024-06-21T00:44:01.420Z Downloaded ecdsa v0.16.9
21432024-06-21T00:44:01.420Z Downloaded rand_core v0.5.1
21442024-06-21T00:44:01.422Z Downloaded russh-keys v0.43.0
21452024-06-21T00:44:01.425Z Downloaded dhcproto v0.11.0
21462024-06-21T00:44:01.428Z Downloaded pbkdf2 v0.11.0
21472024-06-21T00:44:01.431Z Downloaded internet-checksum v0.2.1
21482024-06-21T00:44:01.431Z Downloaded p256 v0.13.2
21492024-06-21T00:44:01.434Z Downloaded getrandom v0.1.16
21502024-06-21T00:44:01.437Z Downloaded ed25519-dalek v2.1.1
21512024-06-21T00:44:01.440Z Downloaded password-hash v0.4.2
21522024-06-21T00:44:01.440Z Downloaded dirs v5.0.1
21532024-06-21T00:44:01.443Z Downloaded russh v0.43.0
21542024-06-21T00:44:01.446Z Downloaded rand v0.7.3
21552024-06-21T00:44:01.450Z Downloaded p521 v0.13.3
21562024-06-21T00:44:01.456Z Downloaded aes v0.8.4
21572024-06-21T00:44:01.459Z Downloaded cbc v0.1.2
21582024-06-21T00:44:01.588Z Compiling serde v1.0.203
21592024-06-21T00:44:01.591Z Compiling log v0.4.21
21602024-06-21T00:44:01.687Z Compiling scopeguard v1.2.0
21612024-06-21T00:44:01.689Z Compiling smallvec v1.13.2
21622024-06-21T00:44:01.696Z Compiling syn v2.0.64
21632024-06-21T00:44:01.699Z Compiling getrandom v0.2.14
21642024-06-21T00:44:01.699Z Compiling generic-array v0.14.7
21652024-06-21T00:44:01.699Z Compiling libm v0.2.8
21662024-06-21T00:44:01.937Z Compiling lock_api v0.4.12
21672024-06-21T00:44:02.012Z Compiling rand_core v0.6.4
21682024-06-21T00:44:02.092Z Compiling parking_lot_core v0.9.10
21692024-06-21T00:44:02.134Z Compiling num-traits v0.2.19
21702024-06-21T00:44:02.148Z Compiling subtle v2.5.0
21712024-06-21T00:44:02.245Z Compiling mio v0.8.11
21722024-06-21T00:44:02.427Z Compiling parking_lot v0.12.2
21732024-06-21T00:44:02.476Z Compiling ahash v0.8.11
21742024-06-21T00:44:02.540Z Compiling serde_json v1.0.117
21752024-06-21T00:44:02.616Z Compiling allocator-api2 v0.2.18
21762024-06-21T00:44:02.754Z Compiling const-oid v0.9.6
21772024-06-21T00:44:02.856Z Compiling iana-time-zone v0.1.60
21782024-06-21T00:44:02.911Z Compiling syn v1.0.109
21792024-06-21T00:44:03.423Z Compiling unicode-bidi v0.3.15
21802024-06-21T00:44:03.426Z Compiling unicode-normalization v0.1.23
21812024-06-21T00:44:03.596Z Compiling schemars v0.8.20
21822024-06-21T00:44:03.637Z Compiling dyn-clone v1.0.17
21832024-06-21T00:44:03.872Z Compiling spin v0.9.8
21842024-06-21T00:44:03.964Z Compiling ppv-lite86 v0.2.17
21852024-06-21T00:44:04.308Z Compiling time-macros v0.2.18
21862024-06-21T00:44:04.491Z Compiling ring v0.17.8
21872024-06-21T00:44:04.715Z Compiling rand_chacha v0.3.1
21882024-06-21T00:44:04.765Z Compiling aho-corasick v1.1.3
21892024-06-21T00:44:04.985Z Compiling regex-syntax v0.8.3
21902024-06-21T00:44:05.564Z Compiling rand v0.8.5
21912024-06-21T00:44:06.973Z Compiling idna v0.5.0
21922024-06-21T00:44:07.741Z Compiling slog v2.7.0
21932024-06-21T00:44:07.853Z Compiling time v0.3.36
21942024-06-21T00:44:08.347Z Compiling url v2.5.0
21952024-06-21T00:44:08.572Z Compiling regex-automata v0.4.6
21962024-06-21T00:44:08.651Z Compiling untrusted v0.9.0
21972024-06-21T00:44:08.839Z Compiling spin v0.5.2
21982024-06-21T00:44:09.087Z Compiling serde_derive_internals v0.29.1
21992024-06-21T00:44:11.542Z Compiling lazy_static v1.4.0
22002024-06-21T00:44:11.667Z Compiling backtrace v0.3.71
22012024-06-21T00:44:11.797Z Compiling gimli v0.28.1
22022024-06-21T00:44:12.023Z Compiling object v0.32.2
22032024-06-21T00:44:12.149Z Compiling anyhow v1.0.86
22042024-06-21T00:44:12.751Z Compiling rustc-demangle v0.1.24
22052024-06-21T00:44:13.641Z Compiling crossbeam-utils v0.8.19
22062024-06-21T00:44:13.794Z Compiling rustls v0.21.12
22072024-06-21T00:44:14.054Z Compiling regex v1.10.4
22082024-06-21T00:44:14.209Z Compiling winnow v0.5.40
22092024-06-21T00:44:14.263Z Compiling base64ct v1.6.0
22102024-06-21T00:44:14.926Z Compiling rustls-webpki v0.101.7
22112024-06-21T00:44:15.154Z Compiling sct v0.7.1
22122024-06-21T00:44:15.501Z Compiling cookie v0.17.0
22132024-06-21T00:44:16.864Z Compiling serde_derive v1.0.203
22142024-06-21T00:44:16.945Z Compiling zeroize_derive v1.4.2
22152024-06-21T00:44:16.949Z Compiling thiserror-impl v1.0.60
22162024-06-21T00:44:18.146Z Compiling zerocopy-derive v0.7.34
22172024-06-21T00:44:18.636Z Compiling tokio-macros v2.2.0
22182024-06-21T00:44:18.658Z Compiling zeroize v1.7.0
22192024-06-21T00:44:19.464Z Compiling futures-macro v0.3.30
22202024-06-21T00:44:20.439Z Compiling crypto-common v0.1.6
22212024-06-21T00:44:20.501Z Compiling thiserror v1.0.60
22222024-06-21T00:44:20.518Z Compiling zerocopy v0.7.34
22232024-06-21T00:44:20.532Z Compiling block-buffer v0.10.4
22242024-06-21T00:44:20.646Z Compiling schemars_derive v0.8.20
22252024-06-21T00:44:20.681Z Compiling tracing-attributes v0.1.27
22262024-06-21T00:44:20.805Z Compiling digest v0.10.7
22272024-06-21T00:44:21.326Z Compiling async-trait v0.1.80
22282024-06-21T00:44:21.599Z Compiling futures-util v0.3.30
22292024-06-21T00:44:22.241Z Compiling addr2line v0.21.0
22302024-06-21T00:44:22.864Z Compiling hashbrown v0.14.5
22312024-06-21T00:44:24.181Z Compiling openssl-macros v0.1.1
22322024-06-21T00:44:24.392Z Compiling pest v2.7.10
22332024-06-21T00:44:24.762Z Compiling tracing v0.1.40
22342024-06-21T00:44:25.145Z Compiling idna v0.3.0
22352024-06-21T00:44:25.252Z Compiling data-encoding v2.6.0
22362024-06-21T00:44:25.286Z Compiling psl-types v2.0.11
22372024-06-21T00:44:25.470Z Compiling hmac v0.12.1
22382024-06-21T00:44:25.719Z Compiling scroll_derive v0.12.0
22392024-06-21T00:44:26.255Z Compiling publicsuffix v2.2.3
22402024-06-21T00:44:26.601Z Compiling webpki-roots v0.25.4
22412024-06-21T00:44:26.720Z Compiling bitflags v1.3.2
22422024-06-21T00:44:26.767Z Compiling pest_meta v2.7.10
22432024-06-21T00:44:26.827Z Compiling block-padding v0.3.3
22442024-06-21T00:44:27.086Z Compiling der_derive v0.7.2
22452024-06-21T00:44:27.302Z Compiling pem-rfc7468 v0.7.0
22462024-06-21T00:44:27.318Z Compiling futures-executor v0.3.30
22472024-06-21T00:44:27.651Z Compiling futures v0.3.30
22482024-06-21T00:44:27.764Z Compiling scroll v0.12.0
22492024-06-21T00:44:27.781Z Compiling flagset v0.4.5
22502024-06-21T00:44:27.905Z Compiling inout v0.1.3
22512024-06-21T00:44:27.940Z Compiling sha2 v0.10.8
22522024-06-21T00:44:27.998Z Compiling pest_generator v2.7.10
22532024-06-21T00:44:28.166Z Compiling cipher v0.4.4
22542024-06-21T00:44:28.214Z Compiling either v1.12.0
22552024-06-21T00:44:28.359Z Compiling goblin v0.8.2
22562024-06-21T00:44:28.626Z Compiling ff v0.13.0
22572024-06-21T00:44:28.689Z Compiling base16ct v0.2.0
22582024-06-21T00:44:28.860Z Compiling stable_deref_trait v1.2.0
22592024-06-21T00:44:28.974Z Compiling group v0.13.0
22602024-06-21T00:44:29.018Z Compiling crossbeam-epoch v0.9.18
22612024-06-21T00:44:29.313Z Compiling hkdf v0.12.4
22622024-06-21T00:44:29.588Z Compiling crypto-bigint v0.5.5
22632024-06-21T00:44:29.801Z Compiling der v0.7.9
22642024-06-21T00:44:29.836Z Compiling num-integer v0.1.46
22652024-06-21T00:44:30.032Z Compiling managed v0.8.0
22662024-06-21T00:44:30.482Z Compiling unicode-segmentation v1.11.0
22672024-06-21T00:44:30.674Z Compiling matches v0.1.10
22682024-06-21T00:44:30.774Z Compiling idna v0.2.3
22692024-06-21T00:44:31.295Z Compiling enum-as-inner v0.5.1
22702024-06-21T00:44:31.521Z Compiling bit-vec v0.6.3
22712024-06-21T00:44:31.979Z Compiling bytes v1.6.0
22722024-06-21T00:44:32.114Z Compiling indexmap v2.2.6
22732024-06-21T00:44:32.351Z Compiling uuid v1.8.0
22742024-06-21T00:44:32.410Z Compiling chrono v0.4.38
22752024-06-21T00:44:33.287Z Compiling tokio v1.37.0
22762024-06-21T00:44:33.429Z Compiling bitflags v2.5.0
22772024-06-21T00:44:33.595Z Compiling semver v1.0.23
22782024-06-21T00:44:33.818Z Compiling http v0.2.12
22792024-06-21T00:44:33.892Z Compiling serde_tokenstream v0.2.0
22802024-06-21T00:44:34.373Z Compiling serde_spanned v0.6.6
22812024-06-21T00:44:34.453Z Compiling toml_datetime v0.6.6
22822024-06-21T00:44:34.648Z Compiling openssl v0.10.64
22832024-06-21T00:44:35.328Z Compiling http-body v0.4.6
22842024-06-21T00:44:35.731Z Compiling toml_edit v0.19.15
22852024-06-21T00:44:35.817Z Compiling rustix v0.38.34
22862024-06-21T00:44:36.400Z Compiling serde_urlencoded v0.7.1
22872024-06-21T00:44:36.420Z Compiling openapiv3 v2.0.0
22882024-06-21T00:44:36.960Z Compiling cookie_store v0.20.0
22892024-06-21T00:44:38.541Z Compiling rustc_version v0.4.0
22902024-06-21T00:44:39.003Z Compiling pest_derive v2.7.10
22912024-06-21T00:44:39.031Z Compiling dof v0.3.0
22922024-06-21T00:44:39.068Z Compiling spki v0.7.3
22932024-06-21T00:44:39.335Z Compiling toml v0.7.8
22942024-06-21T00:44:39.437Z Compiling pkcs8 v0.10.2
22952024-06-21T00:44:39.813Z Compiling dtrace-parser v0.2.0
22962024-06-21T00:44:39.999Z Compiling sec1 v0.7.3
22972024-06-21T00:44:40.556Z Compiling usdt-impl v0.5.0
22982024-06-21T00:44:41.063Z Compiling native-tls v0.2.11
22992024-06-21T00:44:41.080Z Compiling tokio-util v0.7.11
23002024-06-21T00:44:41.397Z Compiling tokio-native-tls v0.3.1
23012024-06-21T00:44:41.683Z Compiling tokio-rustls v0.24.1
23022024-06-21T00:44:41.700Z Compiling elliptic-curve v0.13.8
23032024-06-21T00:44:42.091Z Compiling h2 v0.3.26
23042024-06-21T00:44:42.110Z Compiling ipnetwork v0.20.0
23052024-06-21T00:44:42.228Z Compiling usdt-attr-macro v0.5.0
23062024-06-21T00:44:42.519Z Compiling usdt-macro v0.5.0
23072024-06-21T00:44:42.541Z Compiling toml_edit v0.22.13
23082024-06-21T00:44:43.047Z Compiling hex v0.4.3
23092024-06-21T00:44:43.568Z Compiling siphasher v0.3.11
23102024-06-21T00:44:43.660Z Compiling trust-dns-proto v0.22.0
23112024-06-21T00:44:43.948Z Compiling heapless v0.7.17
23122024-06-21T00:44:43.973Z Compiling terminal_size v0.3.0
23132024-06-21T00:44:44.019Z Compiling usdt v0.5.0
23142024-06-21T00:44:44.157Z Compiling num-bigint v0.4.5
23152024-06-21T00:44:44.188Z Compiling regress v0.9.1
23162024-06-21T00:44:44.389Z Compiling signal-hook v0.3.17
23172024-06-21T00:44:44.521Z Compiling finl_unicode v1.2.0
23182024-06-21T00:44:44.688Z Compiling clap_builder v4.5.2
23192024-06-21T00:44:45.116Z Compiling stringprep v0.1.4
23202024-06-21T00:44:46.488Z Compiling itertools v0.10.5
23212024-06-21T00:44:48.749Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23222024-06-21T00:44:49.443Z Compiling hyper v0.14.28
23232024-06-21T00:44:49.486Z Compiling yasna v0.5.2
23242024-06-21T00:44:51.491Z Compiling md-5 v0.10.6
23252024-06-21T00:44:51.571Z Compiling clap_derive v4.5.4
23262024-06-21T00:44:51.780Z Compiling hash32 v0.2.1
23272024-06-21T00:44:52.206Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23282024-06-21T00:44:52.337Z Compiling fallible-iterator v0.2.0
23292024-06-21T00:44:52.765Z Compiling smoltcp v0.9.1
23302024-06-21T00:44:53.074Z Compiling postgres-protocol v0.6.6
23312024-06-21T00:44:54.328Z Compiling phf_shared v0.11.2
23322024-06-21T00:44:54.487Z Compiling tokio-stream v0.1.15
23332024-06-21T00:44:54.643Z Compiling hubpack_derive v0.1.1
23342024-06-21T00:44:54.690Z Compiling zerocopy-derive v0.6.6
23352024-06-21T00:44:54.724Z Compiling diesel_table_macro_syntax v0.1.0
23362024-06-21T00:44:54.984Z Compiling scheduled-thread-pool v0.2.7
23372024-06-21T00:44:55.152Z Compiling fs-err v2.11.0
23382024-06-21T00:44:55.440Z Compiling fixedbitset v0.4.2
23392024-06-21T00:44:55.535Z Compiling hubpack v0.1.2
23402024-06-21T00:44:55.605Z Compiling r2d2 v0.8.10
23412024-06-21T00:44:55.629Z Compiling diesel_derives v2.1.4
23422024-06-21T00:44:55.906Z Compiling petgraph v0.6.5
23432024-06-21T00:44:55.984Z Compiling phf v0.11.2
23442024-06-21T00:44:56.307Z Compiling hyper-tls v0.5.0
23452024-06-21T00:44:56.691Z Compiling hyper-rustls v0.24.2
23462024-06-21T00:44:56.750Z Compiling clap v4.5.4
23472024-06-21T00:44:56.876Z Compiling signal-hook-mio v0.2.3
23482024-06-21T00:44:56.951Z Compiling zerocopy v0.6.6
23492024-06-21T00:44:57.046Z Compiling reqwest v0.11.27
23502024-06-21T00:44:57.074Z Compiling postgres-types v0.2.6
23512024-06-21T00:44:58.185Z Compiling phf_shared v0.10.0
23522024-06-21T00:44:58.242Z Compiling similar v2.5.0
23532024-06-21T00:44:58.625Z Compiling num-iter v0.1.45
23542024-06-21T00:44:58.708Z Compiling strum_macros v0.25.3
23552024-06-21T00:44:58.822Z Compiling serde_repr v0.1.19
23562024-06-21T00:44:59.570Z Compiling console v0.15.8
23572024-06-21T00:44:59.876Z Compiling getopts v0.2.21
23582024-06-21T00:45:00.041Z Compiling float-cmp v0.9.0
23592024-06-21T00:45:00.274Z Compiling predicates-core v1.0.6
23602024-06-21T00:45:00.659Z Compiling whoami v1.5.1
23612024-06-21T00:45:00.765Z Compiling difflib v0.4.0
23622024-06-21T00:45:00.901Z Compiling unsafe-libyaml v0.2.11
23632024-06-21T00:45:01.132Z Compiling static_assertions v1.1.0
23642024-06-21T00:45:01.243Z Compiling new_debug_unreachable v1.0.6
23652024-06-21T00:45:01.330Z Compiling minimal-lexical v0.2.1
23662024-06-21T00:45:01.348Z Compiling normalize-line-endings v0.3.0
23672024-06-21T00:45:01.488Z Compiling precomputed-hash v0.1.1
23682024-06-21T00:45:01.615Z Compiling string_cache v0.8.7
23692024-06-21T00:45:01.900Z Compiling nom v7.1.3
23702024-06-21T00:45:02.115Z Compiling predicates v3.1.0
23712024-06-21T00:45:02.421Z Compiling serde_yaml v0.9.34+deprecated
23722024-06-21T00:45:02.851Z Compiling tokio-postgres v0.7.10
23732024-06-21T00:45:03.194Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
23742024-06-21T00:45:04.042Z Compiling crossterm v0.27.0
23752024-06-21T00:45:06.559Z Compiling bit-set v0.5.3
23762024-06-21T00:45:06.828Z Compiling itertools v0.12.1
23772024-06-21T00:45:06.865Z Compiling bstr v1.9.1
23782024-06-21T00:45:07.776Z Compiling lalrpop-util v0.19.12
23792024-06-21T00:45:08.074Z Compiling peg-runtime v0.8.3
23802024-06-21T00:45:08.130Z Compiling unicode-xid v0.2.4
23812024-06-21T00:45:08.307Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23822024-06-21T00:45:08.718Z Compiling sha1 v0.10.6
23832024-06-21T00:45:08.747Z Compiling camino v1.1.7
23842024-06-21T00:45:08.770Z Compiling strum_macros v0.26.2
23852024-06-21T00:45:08.788Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23862024-06-21T00:45:09.149Z Compiling http v1.1.0
23872024-06-21T00:45:09.677Z Compiling base64 v0.22.1
23882024-06-21T00:45:09.743Z Compiling toml v0.8.13
23892024-06-21T00:45:10.147Z Compiling ident_case v1.0.1
23902024-06-21T00:45:10.339Z Compiling rustls-pki-types v1.7.0
23912024-06-21T00:45:10.449Z Compiling darling_core v0.20.9
23922024-06-21T00:45:11.217Z Compiling crossbeam-channel v0.5.12
23932024-06-21T00:45:11.563Z Compiling paste v1.0.15
23942024-06-21T00:45:11.693Z Compiling rustls v0.22.4
23952024-06-21T00:45:11.751Z Compiling diesel v2.1.6
23962024-06-21T00:45:11.976Z Compiling slog-term v2.9.1
23972024-06-21T00:45:12.175Z Compiling slog-async v2.8.0
23982024-06-21T00:45:12.366Z Compiling rustls-webpki v0.102.4
23992024-06-21T00:45:13.158Z Compiling instant v0.1.12
24002024-06-21T00:45:13.315Z Compiling multer v3.1.0
24012024-06-21T00:45:13.441Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24022024-06-21T00:45:13.587Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24032024-06-21T00:45:13.672Z Compiling slog-json v2.6.1
24042024-06-21T00:45:14.070Z Compiling async-stream-impl v0.3.5
24052024-06-21T00:45:14.074Z Compiling strum v0.26.2
24062024-06-21T00:45:14.545Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24072024-06-21T00:45:14.664Z Compiling atomic-waker v1.1.2
24082024-06-21T00:45:14.793Z Compiling debug-ignore v1.0.5
24092024-06-21T00:45:14.902Z Compiling waitgroup v0.1.2
24102024-06-21T00:45:14.928Z Compiling slog-bunyan v2.5.0
24112024-06-21T00:45:15.123Z Compiling rustls-pemfile v2.1.2
24122024-06-21T00:45:15.467Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24132024-06-21T00:45:15.493Z Compiling async-stream v0.3.5
24142024-06-21T00:45:15.587Z Compiling serde_path_to_error v0.1.16
24152024-06-21T00:45:15.847Z Compiling structmeta-derive v0.3.0
24162024-06-21T00:45:16.245Z Compiling hostname v0.4.0
24172024-06-21T00:45:16.501Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
24182024-06-21T00:45:16.516Z Compiling newtype-uuid v1.1.0
24192024-06-21T00:45:16.796Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24202024-06-21T00:45:16.826Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24212024-06-21T00:45:17.142Z Compiling backoff v0.4.0
24222024-06-21T00:45:17.508Z Compiling tokio-rustls v0.25.0
24232024-06-21T00:45:17.589Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24242024-06-21T00:45:17.639Z Compiling darling_macro v0.20.9
24252024-06-21T00:45:17.746Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24262024-06-21T00:45:17.775Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
24272024-06-21T00:45:17.966Z Compiling macaddr v1.0.1
24282024-06-21T00:45:18.455Z Compiling proc-macro-crate v1.3.1
24292024-06-21T00:45:18.611Z Compiling fastrand v2.1.0
24302024-06-21T00:45:18.724Z Compiling darling v0.20.9
24312024-06-21T00:45:18.852Z Compiling serde_with_macros v3.8.1
24322024-06-21T00:45:19.080Z Compiling structmeta v0.3.0
24332024-06-21T00:45:19.206Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24342024-06-21T00:45:19.548Z Compiling parse-display-derive v0.9.0
24352024-06-21T00:45:19.584Z Compiling tempfile v3.10.1
24362024-06-21T00:45:19.614Z Compiling num_enum_derive v0.5.11
24372024-06-21T00:45:20.487Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24382024-06-21T00:45:20.788Z Compiling foreign-types-macros v0.2.3
24392024-06-21T00:45:22.060Z Compiling serde_with v3.8.1
24402024-06-21T00:45:22.075Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24412024-06-21T00:45:22.124Z Compiling foreign-types-shared v0.3.1
24422024-06-21T00:45:22.250Z Compiling heapless v0.8.0
24432024-06-21T00:45:22.397Z Compiling num_enum v0.5.11
24442024-06-21T00:45:22.577Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24452024-06-21T00:45:22.882Z Compiling foreign-types v0.5.0
24462024-06-21T00:45:23.050Z Compiling proc-macro-error v1.0.4
24472024-06-21T00:45:23.550Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24482024-06-21T00:45:23.683Z Compiling cstr-argument v0.1.2
24492024-06-21T00:45:23.816Z Compiling hash32 v0.3.1
24502024-06-21T00:45:23.963Z Compiling pretty-hex v0.2.1
24512024-06-21T00:45:24.052Z Compiling smoltcp v0.11.0
24522024-06-21T00:45:24.140Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24532024-06-21T00:45:24.539Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24542024-06-21T00:45:24.571Z Compiling parse-display v0.9.0
24552024-06-21T00:45:24.833Z Compiling camino-tempfile v1.1.1
24562024-06-21T00:45:25.168Z Compiling tabwriter v1.4.0
24572024-06-21T00:45:25.290Z Compiling colored v2.1.0
24582024-06-21T00:45:25.305Z Compiling socket2 v0.4.10
24592024-06-21T00:45:25.655Z Compiling cobs v0.2.3
24602024-06-21T00:45:25.709Z Compiling embedded-io v0.4.0
24612024-06-21T00:45:25.946Z Compiling postcard v1.0.8
24622024-06-21T00:45:26.068Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24632024-06-21T00:45:26.215Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24642024-06-21T00:45:26.284Z Compiling crucible-workspace-hack v0.1.0
24652024-06-21T00:45:26.378Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24662024-06-21T00:45:26.423Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24672024-06-21T00:45:26.686Z Compiling smf v0.2.3
24682024-06-21T00:45:26.731Z Compiling humantime v2.1.0
24692024-06-21T00:45:26.802Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24702024-06-21T00:45:27.117Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24712024-06-21T00:45:27.263Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
24722024-06-21T00:45:27.263Z Compiling num-derive v0.4.2
24732024-06-21T00:45:27.774Z Compiling sigpipe v0.1.3
24742024-06-21T00:45:27.940Z Compiling utf-8 v0.7.6
24752024-06-21T00:45:28.199Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
24762024-06-21T00:45:28.298Z Compiling atty v0.2.14
24772024-06-21T00:45:28.437Z Compiling semver v0.1.20
24782024-06-21T00:45:28.635Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24792024-06-21T00:45:28.635Z Compiling same-file v1.0.6
24802024-06-21T00:45:28.884Z Compiling platforms v3.4.0
24812024-06-21T00:45:29.130Z Compiling rayon-core v1.12.1
24822024-06-21T00:45:29.399Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24832024-06-21T00:45:29.595Z Compiling curve25519-dalek v4.1.2
24842024-06-21T00:45:29.860Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
24852024-06-21T00:45:30.260Z Compiling walkdir v2.5.0
24862024-06-21T00:45:30.339Z Compiling rustc_version v0.1.7
24872024-06-21T00:45:30.851Z Compiling newline-converter v0.3.0
24882024-06-21T00:45:30.873Z Compiling crossbeam-deque v0.8.5
24892024-06-21T00:45:31.001Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24902024-06-21T00:45:31.017Z Compiling universal-hash v0.5.1
24912024-06-21T00:45:31.031Z Compiling opaque-debug v0.3.1
24922024-06-21T00:45:31.048Z Compiling expectorate v1.1.0
24932024-06-21T00:45:31.124Z Compiling newtype_derive v0.1.6
24942024-06-21T00:45:31.239Z Compiling xattr v1.3.1
24952024-06-21T00:45:31.335Z Compiling signature v2.2.0
24962024-06-21T00:45:31.399Z Compiling curve25519-dalek-derive v0.1.1
24972024-06-21T00:45:31.489Z Compiling blake3 v1.5.1
24982024-06-21T00:45:31.525Z Compiling ring v0.16.20
24992024-06-21T00:45:31.644Z Compiling unicase v2.7.0
25002024-06-21T00:45:31.944Z Compiling termcolor v1.4.1
25012024-06-21T00:45:32.111Z Compiling arc-swap v1.7.1
25022024-06-21T00:45:32.613Z Compiling convert_case v0.4.0
25032024-06-21T00:45:32.784Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25042024-06-21T00:45:32.865Z Compiling linked-hash-map v0.5.6
25052024-06-21T00:45:33.000Z Compiling quick-error v1.2.3
25062024-06-21T00:45:33.044Z Compiling getrandom v0.1.16
25072024-06-21T00:45:33.163Z Compiling resolv-conf v0.7.0
25082024-06-21T00:45:33.267Z Compiling lru-cache v0.1.2
25092024-06-21T00:45:33.705Z Compiling derive_more v0.99.17
25102024-06-21T00:45:33.849Z Compiling slog-scope v4.4.0
25112024-06-21T00:45:34.000Z Compiling env_logger v0.9.3
25122024-06-21T00:45:34.404Z Compiling rayon v1.10.0
25132024-06-21T00:45:34.820Z Compiling tar v0.4.40
25142024-06-21T00:45:35.501Z Compiling tungstenite v0.21.0
25152024-06-21T00:45:36.183Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25162024-06-21T00:45:36.685Z Compiling blake2 v0.10.6
25172024-06-21T00:45:37.041Z Compiling bitstruct_derive v0.1.0
25182024-06-21T00:45:37.698Z Compiling derive-where v1.2.7
25192024-06-21T00:45:38.092Z Compiling password-hash v0.5.0
25202024-06-21T00:45:38.454Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25212024-06-21T00:45:38.600Z Compiling memmap2 v0.9.4
25222024-06-21T00:45:39.068Z Compiling arrayref v0.3.7
25232024-06-21T00:45:39.168Z Compiling libefi-sys v0.1.0
25242024-06-21T00:45:39.182Z Compiling parking_lot_core v0.8.6
25252024-06-21T00:45:39.426Z Compiling ascii v1.1.0
25262024-06-21T00:45:39.449Z Compiling constant_time_eq v0.3.0
25272024-06-21T00:45:39.615Z Compiling home v0.5.9
25282024-06-21T00:45:39.642Z Compiling untrusted v0.7.1
25292024-06-21T00:45:39.838Z Compiling arrayvec v0.7.4
25302024-06-21T00:45:39.892Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25312024-06-21T00:45:41.347Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25322024-06-21T00:45:41.362Z Compiling toolchain_find v0.4.0
25332024-06-21T00:45:41.456Z Compiling argon2 v0.5.3
25342024-06-21T00:45:41.852Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25352024-06-21T00:45:41.976Z Compiling bitstruct v0.1.1
25362024-06-21T00:45:42.048Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25372024-06-21T00:45:42.096Z Compiling tokio-tungstenite v0.21.0
25382024-06-21T00:45:42.377Z Compiling slog-stdlog v4.1.1
25392024-06-21T00:45:42.620Z Compiling trust-dns-resolver v0.22.0
25402024-06-21T00:45:42.623Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25412024-06-21T00:45:42.764Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25422024-06-21T00:45:43.064Z Compiling serde_arrays v0.1.0
25432024-06-21T00:45:43.203Z Compiling erased-serde v0.3.31
25442024-06-21T00:45:43.241Z Compiling num-rational v0.4.2
25452024-06-21T00:45:43.499Z Compiling rfc6979 v0.4.0
25462024-06-21T00:45:43.689Z Compiling aead v0.5.2
25472024-06-21T00:45:43.845Z Compiling num-complex v0.4.6
25482024-06-21T00:45:44.076Z Compiling nibble_vec v0.1.0
25492024-06-21T00:45:44.282Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25502024-06-21T00:45:44.400Z Compiling slog-dtrace v0.3.0
25512024-06-21T00:45:44.630Z Compiling topological-sort v0.2.2
25522024-06-21T00:45:44.634Z Compiling cancel-safe-futures v0.1.5
25532024-06-21T00:45:44.679Z Compiling endian-type v0.1.2
25542024-06-21T00:45:44.856Z Compiling keccak v0.1.5
25552024-06-21T00:45:44.905Z Compiling radix_trie v0.2.1
25562024-06-21T00:45:44.943Z Compiling omicron-zone-package v0.11.0
25572024-06-21T00:45:44.996Z Compiling num v0.4.3
25582024-06-21T00:45:45.111Z Compiling sha3 v0.10.8
25592024-06-21T00:45:45.314Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25602024-06-21T00:45:45.627Z Compiling ecdsa v0.16.9
25612024-06-21T00:45:45.862Z Compiling rand_core v0.5.1
25622024-06-21T00:45:46.178Z Compiling mime_guess v2.0.4
25632024-06-21T00:45:46.408Z Compiling slog-envlogger v2.2.0
25642024-06-21T00:45:46.486Z Compiling steno v0.4.0
25652024-06-21T00:45:47.193Z Compiling rustfmt-wrapper v0.2.1
25662024-06-21T00:45:47.982Z Compiling poly1305 v0.8.0
25672024-06-21T00:45:48.157Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25682024-06-21T00:45:48.515Z Compiling tungstenite v0.20.1
25692024-06-21T00:45:48.578Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25702024-06-21T00:45:49.131Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25712024-06-21T00:45:49.358Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25722024-06-21T00:45:49.415Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25732024-06-21T00:45:49.766Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25742024-06-21T00:45:50.379Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25752024-06-21T00:45:50.662Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25762024-06-21T00:45:50.945Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25772024-06-21T00:45:51.011Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25782024-06-21T00:45:51.391Z Compiling primeorder v0.13.6
25792024-06-21T00:45:51.509Z Compiling heck v0.3.3
25802024-06-21T00:45:51.743Z Compiling chacha20 v0.9.1
25812024-06-21T00:45:51.777Z Compiling secrecy v0.8.0
25822024-06-21T00:45:51.921Z Compiling thiserror-impl-no-std v2.0.2
25832024-06-21T00:45:51.940Z Compiling half v2.4.1
25842024-06-21T00:45:52.051Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
25852024-06-21T00:45:52.199Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
25862024-06-21T00:45:52.330Z Compiling option-ext v0.2.0
25872024-06-21T00:45:52.369Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
25882024-06-21T00:45:52.468Z Compiling ciborium-io v0.2.2
25892024-06-21T00:45:52.539Z Compiling dirs-sys v0.4.1
25902024-06-21T00:45:52.595Z Compiling ciborium-ll v0.2.2
25912024-06-21T00:45:52.667Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
25922024-06-21T00:45:53.068Z Compiling zone_cfg_derive v0.1.2
25932024-06-21T00:45:53.248Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25942024-06-21T00:45:53.928Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25952024-06-21T00:45:54.216Z Compiling tokio-tungstenite v0.20.1
25962024-06-21T00:45:54.607Z Compiling parking_lot v0.11.2
25972024-06-21T00:45:54.667Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25982024-06-21T00:45:54.812Z Compiling rand_chacha v0.2.2
25992024-06-21T00:45:55.042Z Compiling trust-dns-client v0.22.0
26002024-06-21T00:45:55.354Z Compiling thiserror-no-std v2.0.2
26012024-06-21T00:45:56.093Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26022024-06-21T00:45:56.219Z Compiling ed25519 v2.2.3
26032024-06-21T00:45:56.547Z Compiling polyval v0.6.2
26042024-06-21T00:45:56.739Z Compiling libsw v3.3.1
26052024-06-21T00:45:56.786Z Compiling toml v0.5.11
26062024-06-21T00:45:56.830Z Compiling ctr v0.9.2
26072024-06-21T00:45:56.980Z Compiling blowfish v0.9.1
26082024-06-21T00:45:57.056Z Compiling aes v0.8.4
26092024-06-21T00:45:57.188Z Compiling pbkdf2 v0.12.2
26102024-06-21T00:45:57.367Z Compiling password-hash v0.4.2
26112024-06-21T00:45:57.444Z Compiling gethostname v0.4.3
26122024-06-21T00:45:57.740Z Compiling fxhash v0.2.1
26132024-06-21T00:45:57.986Z Compiling owo-colors v4.0.0
26142024-06-21T00:45:58.164Z Compiling base64 v0.13.1
26152024-06-21T00:45:58.354Z Compiling linear-map v1.2.0
26162024-06-21T00:45:58.727Z Compiling ron v0.7.1
26172024-06-21T00:45:58.781Z Compiling trust-dns-server v0.22.1
26182024-06-21T00:45:59.893Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26192024-06-21T00:46:00.340Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26202024-06-21T00:46:00.606Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26212024-06-21T00:46:01.168Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26222024-06-21T00:46:04.820Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26232024-06-21T00:46:05.014Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26242024-06-21T00:46:05.794Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26252024-06-21T00:46:05.970Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26262024-06-21T00:46:06.798Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26272024-06-21T00:46:07.528Z Compiling sled v0.34.7
26282024-06-21T00:46:08.032Z Compiling pbkdf2 v0.11.0
26292024-06-21T00:46:08.298Z Compiling bcrypt-pbkdf v0.10.0
26302024-06-21T00:46:08.410Z Compiling ghash v0.5.1
26312024-06-21T00:46:08.480Z Compiling ed25519-dalek v2.1.1
26322024-06-21T00:46:08.616Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26332024-06-21T00:46:08.933Z Compiling vsss-rs v3.3.4
26342024-06-21T00:46:09.357Z Compiling rand v0.7.3
26352024-06-21T00:46:09.652Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26362024-06-21T00:46:09.770Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26372024-06-21T00:46:10.605Z Compiling zone v0.1.8
26382024-06-21T00:46:12.221Z Compiling ciborium v0.2.2
26392024-06-21T00:46:13.619Z Compiling dirs v5.0.1
26402024-06-21T00:46:13.828Z Compiling chacha20poly1305 v0.10.1
26412024-06-21T00:46:14.075Z Compiling p256 v0.13.2
26422024-06-21T00:46:14.751Z Compiling p521 v0.13.3
26432024-06-21T00:46:14.981Z Compiling pem v3.0.4
26442024-06-21T00:46:15.277Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
26452024-06-21T00:46:15.664Z Compiling headers-core v0.2.0
26462024-06-21T00:46:15.822Z Compiling cbc v0.1.2
26472024-06-21T00:46:15.839Z Compiling kstat-rs v0.2.3
26482024-06-21T00:46:15.912Z Compiling portpicker v0.1.1
26492024-06-21T00:46:16.068Z Compiling nanorand v0.7.0
26502024-06-21T00:46:16.235Z Compiling russh-cryptovec v0.7.2
26512024-06-21T00:46:16.503Z Compiling http-range v0.1.5
26522024-06-21T00:46:16.572Z Compiling glob v0.3.1
26532024-06-21T00:46:16.690Z Compiling hyper-staticfile v0.9.5
26542024-06-21T00:46:16.901Z Compiling russh-keys v0.43.0
26552024-06-21T00:46:17.031Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26562024-06-21T00:46:17.279Z Compiling flume v0.11.0
26572024-06-21T00:46:17.611Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26582024-06-21T00:46:17.660Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
26592024-06-21T00:46:17.984Z Compiling headers v0.3.9
26602024-06-21T00:46:19.788Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
26612024-06-21T00:46:19.985Z Compiling rcgen v0.12.1
26622024-06-21T00:46:20.428Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26632024-06-21T00:46:22.603Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26642024-06-21T00:46:23.225Z Compiling aes-gcm v0.10.3
26652024-06-21T00:46:23.544Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26662024-06-21T00:46:24.749Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26672024-06-21T00:46:24.906Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
26682024-06-21T00:46:26.700Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26692024-06-21T00:46:28.428Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
26702024-06-21T00:46:29.366Z Compiling atomicwrites v0.4.3
26712024-06-21T00:46:29.742Z Compiling subprocess v0.2.9
26722024-06-21T00:46:30.151Z Compiling display-error-chain v0.2.0
26732024-06-21T00:46:30.338Z Compiling dhcproto-macros v0.1.0
26742024-06-21T00:46:31.353Z Compiling hex-literal v0.4.1
26752024-06-21T00:46:31.518Z Compiling russh v0.43.0
26762024-06-21T00:46:31.898Z Compiling dhcproto v0.11.0
26772024-06-21T00:46:32.280Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26782024-06-21T00:46:34.477Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
26792024-06-21T00:46:35.192Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26802024-06-21T00:46:35.441Z Compiling internet-checksum v0.2.1
26812024-06-21T00:46:36.784Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26822024-06-21T00:46:38.909Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26832024-06-21T00:47:00.052Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
26842024-06-21T00:47:43.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s
26852024-06-21T00:47:43.411Z
26862024-06-21T00:47:43.414Zreal 3:42.757174408
26872024-06-21T00:47:43.414Zuser 19:37.925009807
26882024-06-21T00:47:43.414Zsys 4:15.523032760
26892024-06-21T00:47:43.414Ztrap 0.560920252
26902024-06-21T00:47:43.414Ztflt 0.494638541
26912024-06-21T00:47:43.414Zdflt 2.107484246
26922024-06-21T00:47:43.414Zkflt 0.000022968
26932024-06-21T00:47:43.414Zlock 41:57.117159374
26942024-06-21T00:47:43.414Zslp 56:03.111320071
26952024-06-21T00:47:43.414Zlat 1:03.928264927
26962024-06-21T00:47:43.414Zstop 2:25.924163581
26972024-06-21T00:47:43.414Z+ mkdir tests
26982024-06-21T00:47:43.417Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
26992024-06-21T00:47:43.417Z+ xargs -I '{}' -t cp '{}' tests/
27002024-06-21T00:47:44.604Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-79471f99d6d06b4b tests/
27012024-06-21T00:47:44.626Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-2db5bbecd2538da9 tests/
27022024-06-21T00:47:44.647Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7f0882e2eceae0aa tests/
27032024-06-21T00:47:44.667Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-19ed268c7da5f0b8 tests/
27042024-06-21T00:47:44.956Z+ files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
27052024-06-21T00:47:44.959Z+ ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-7f0882e2eceae0aa tests/commtest-2db5bbecd2538da9 tests/dhcp_server-79471f99d6d06b4b tests/end_to_end_tests-19ed268c7da5f0b8 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
27062024-06-21T00:48:49.273ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27072024-06-21T00:48:49.273Za out/target/test 1K
27082024-06-21T00:48:49.273Za out/npuzone/npuzone 23144K
27092024-06-21T00:48:49.273Za package-manifest.toml 28K
27102024-06-21T00:48:49.273Za smf/sled-agent/non-gimlet/config.toml 4K
27112024-06-21T00:48:49.273Za target/release/omicron-package 31847K
27122024-06-21T00:48:49.273Za target/release/xtask 18520K
27132024-06-21T00:48:49.273Za target/debug/bootstrap 353162K
27142024-06-21T00:48:49.273Za tests/bootstrap-7f0882e2eceae0aa 23989K
27152024-06-21T00:48:49.273Za tests/commtest-2db5bbecd2538da9 23990K
27162024-06-21T00:48:49.273Za tests/dhcp_server-79471f99d6d06b4b 23989K
27172024-06-21T00:48:49.273Za tests/end_to_end_tests-19ed268c7da5f0b8 362755K
27182024-06-21T00:48:49.273Za out/clickhouse.tar.gz 223012K
27192024-06-21T00:48:49.273Za out/clickhouse_keeper.tar.gz 222997K
27202024-06-21T00:48:49.273Za out/cockroachdb.tar.gz 131725K
27212024-06-21T00:48:49.274Za out/crucible-pantry-zone.tar.gz 27308K
27222024-06-21T00:48:49.274Za out/crucible-zone.tar.gz 38061K
27232024-06-21T00:48:49.274Za out/external-dns.tar.gz 25095K
27242024-06-21T00:48:49.274Za out/internal-dns.tar.gz 25095K
27252024-06-21T00:48:49.274Za out/mg-ddm-gz.tar 60673K
27262024-06-21T00:48:49.274Za out/nexus.tar.gz 83046K
27272024-06-21T00:48:49.274Za out/ntp.tar.gz 8859K
27282024-06-21T00:48:49.274Za out/omicron-gateway-softnpu.tar.gz 13671K
27292024-06-21T00:48:49.274Za out/omicron-sled-agent.tar 93768K
27302024-06-21T00:48:49.274Za out/overlay.tar.gz 3K
27312024-06-21T00:48:49.274Za out/oximeter.tar.gz 40428K
27322024-06-21T00:48:49.274Za out/oxlog.tar 2954K
27332024-06-21T00:48:49.274Za out/probe.tar.gz 2764K
27342024-06-21T00:48:49.274Za out/propolis-server.tar.gz 64643K
27352024-06-21T00:48:49.274Za out/pumpkind-gz.tar 26665K
27362024-06-21T00:48:49.274Za out/switch-softnpu.tar.gz 195549K
27372024-06-21T00:48:49.277Z
27382024-06-21T00:48:49.277Zreal 1:04.313746726
27392024-06-21T00:48:49.277Zuser 1:01.487857744
27402024-06-21T00:48:49.277Zsys 3.870323933
27412024-06-21T00:48:49.277Ztrap 0.013885052
27422024-06-21T00:48:49.277Ztflt 0.000000000
27432024-06-21T00:48:49.277Zdflt 0.000000000
27442024-06-21T00:48:49.277Zkflt 0.000000000
27452024-06-21T00:48:49.277Zlock 0.000000000
27462024-06-21T00:48:49.277Zslp 1:01.383334785
27472024-06-21T00:48:49.277Zlat 1.867642590
27482024-06-21T00:48:49.277Zstop 0.000193806
27492024-06-21T00:48:49.280Zprocess exited: duration 1716174 ms, exit code 0
 
27502024-06-21T00:48:49.294Zfound 1 output files
27512024-06-21T00:48:49.294Zuploading: /work/package.tar.gz (1398036532 bytes)
27522024-06-21T00:49:15.859Zuploaded: /work/package.tar.gz