01JC1W1B14TYBJD8H38RPZ2KET: 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: 01JC1W1QKHXJZZPXDHKGNQ07RS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-06T23:14:12.320Zjob assigned to worker 01JC1W1TNB66FHC9ET3ENKDC9D (queued for 1 m 0 s)
 
22024-11-06T23:14:20.448Zstarting task 0: "setup"
32024-11-06T23:14:20.460Z++ uname -s
42024-11-06T23:14:20.463Z+ kern=SunOS
52024-11-06T23:14:20.463Z+ case "$kern" in
62024-11-06T23:14:20.463Z+ groupadd -g 12345 build
72024-11-06T23:14:20.466Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-06T23:14:22.478Z+ zfs create -o mountpoint=/work rpool/work
92024-11-06T23:14:22.635Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-06T23:14:22.637Z+ home_fs=zfs
112024-11-06T23:14:22.637Z+ [[ zfs == autofs ]]
122024-11-06T23:14:22.638Z+ mkdir -p /home/build
132024-11-06T23:14:22.640Z+ chown build:build /home/build /work
142024-11-06T23:14:24.643Z+ chmod 0700 /home/build /work
152024-11-06T23:14:24.646Zprocess exited: duration 4196 ms, exit code 0
 
162024-11-06T23:14:24.652Zstarting task 1: "rust-toolchain"
172024-11-06T23:14:24.657Z+ printf ' * toolchain channel = "%s"
182024-11-06T23:14:24.657Z' 1.82.0
192024-11-06T23:14:24.657Z * toolchain channel = "1.82.0"
202024-11-06T23:14:24.657Z * toolchain profile = "default"
212024-11-06T23:14:24.657Z+ printf ' * toolchain profile = "%s"
222024-11-06T23:14:24.657Z' default
232024-11-06T23:14:24.660Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-06T23:14:24.660Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
252024-11-06T23:14:24.779Zinfo: downloading installer
262024-11-06T23:14:26.098Zinfo: profile set to 'default'
272024-11-06T23:14:26.098Zinfo: default host triple is x86_64-unknown-illumos
282024-11-06T23:14:26.100Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
292024-11-06T23:14:26.271Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-06T23:14:26.271Zinfo: downloading component 'cargo'
312024-11-06T23:14:27.222Zinfo: downloading component 'clippy'
322024-11-06T23:14:27.584Zinfo: downloading component 'rust-docs'
332024-11-06T23:14:28.926Zinfo: downloading component 'rust-std'
342024-11-06T23:14:31.048Zinfo: downloading component 'rustc'
352024-11-06T23:14:38.601Zinfo: downloading component 'rustfmt'
362024-11-06T23:14:38.872Zinfo: installing component 'cargo'
372024-11-06T23:14:39.719Zinfo: installing component 'clippy'
382024-11-06T23:14:40.119Zinfo: installing component 'rust-docs'
392024-11-06T23:14:41.864Zinfo: installing component 'rust-std'
402024-11-06T23:14:43.820Zinfo: installing component 'rustc'
412024-11-06T23:14:50.164Zinfo: installing component 'rustfmt'
422024-11-06T23:14:50.512Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
432024-11-06T23:14:50.512Z
442024-11-06T23:14:50.894Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-06T23:14:50.894Z
462024-11-06T23:14:50.897Z
472024-11-06T23:14:50.897ZRust is installed now. Great!
482024-11-06T23:14:50.897Z
492024-11-06T23:14:50.897ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-06T23:14:50.897Zenvironment variable. This has not been done automatically.
512024-11-06T23:14:50.897Z
522024-11-06T23:14:50.897ZTo configure your current shell, you need to source
532024-11-06T23:14:50.897Zthe corresponding env file under $HOME/.cargo.
542024-11-06T23:14:50.897Z
552024-11-06T23:14:50.897ZThis is usually done by running one of the following (note the leading DOT):
562024-11-06T23:14:50.897Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-06T23:14:50.897Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-06T23:14:50.979Z+ rustc --version
592024-11-06T23:14:51.076Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-06T23:14:51.081Zprocess exited: duration 26424 ms, exit code 0
 
612024-11-06T23:14:51.089Zstarting task 2: "authentication"
622024-11-06T23:14:51.110Zprocess exited: duration 22 ms, exit code 0
 
632024-11-06T23:14:51.115Zstarting task 3: "clone repository"
642024-11-06T23:14:51.121Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-06T23:14:51.124Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-06T23:14:51.162ZCloning into '/work/oxidecomputer/omicron'...
672024-11-06T23:14:57.722Z+ cd /work/oxidecomputer/omicron
682024-11-06T23:14:57.726Z+ git fetch origin 1c1bd7603a37475614e108e723e55453f8816026
692024-11-06T23:14:58.032ZFrom https://github.com/oxidecomputer/omicron
702024-11-06T23:14:58.032Z * branch 1c1bd7603a37475614e108e723e55453f8816026 -> FETCH_HEAD
712024-11-06T23:14:58.044Z+ [[ -n manipulate-schema-with-native-client ]]
722024-11-06T23:14:58.046Z++ git branch --show-current
732024-11-06T23:14:58.049Z+ current=main
742024-11-06T23:14:58.049Z+ [[ main != manipulate-schema-with-native-client ]]
752024-11-06T23:14:58.049Z+ git branch -f manipulate-schema-with-native-client 1c1bd7603a37475614e108e723e55453f8816026
762024-11-06T23:14:58.052Z+ git checkout -f manipulate-schema-with-native-client
772024-11-06T23:14:58.226ZSwitched to branch 'manipulate-schema-with-native-client'
782024-11-06T23:14:58.229Z+ git reset --hard 1c1bd7603a37475614e108e723e55453f8816026
792024-11-06T23:14:58.249ZHEAD is now at 1c1bd7603 Merge remote-tracking branch 'origin/main' into manipulate-schema-with-native-client
802024-11-06T23:14:58.251Zprocess exited: duration 7133 ms, exit code 0
 
812024-11-06T23:14:58.256Zstarting task 4: "build"
822024-11-06T23:14:58.264Z+ source .github/buildomat/ci-env.sh
832024-11-06T23:14:58.265Z++ export CARGO_TERM_COLOR=always
842024-11-06T23:14:58.265Z++ CARGO_TERM_COLOR=always
852024-11-06T23:14:58.265Z+ cargo --version
862024-11-06T23:14:58.327Zcargo 1.82.0 (8f40fc59f 2024-08-21)
872024-11-06T23:14:58.329Z+ rustc --version
882024-11-06T23:14:58.394Zrustc 1.82.0 (f6e511eec 2024-10-15)
892024-11-06T23:14:58.398Z+ WORK=/work
902024-11-06T23:14:58.398Z+ pfexec mkdir -p /work
912024-11-06T23:14:58.403Z+ pfexec chown build /work
922024-11-06T23:14:58.406Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-06T23:15:07.318Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-06T23:15:10.875Z Startup: Caching catalogs ... Done
952024-11-06T23:15:19.334ZPlanning: Solver setup ... Done (7.708s)
962024-11-06T23:15:19.443ZPlanning: Running solver ... Done (0.109s)
972024-11-06T23:15:19.552ZPlanning: Finding local manifests ... Done (0.004s)
982024-11-06T23:15:19.572ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-06T23:15:20.350ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-06T23:15:20.458ZPlanning: Package planning ... Done (0.107s)
1012024-11-06T23:15:20.514ZPlanning: Merging actions ... Done (0.057s)
1022024-11-06T23:15:20.710ZPlanning: Checking for conflicting actions ... Done (0.197s)
1032024-11-06T23:15:22.588ZPlanning: Consolidating action changes ... Done (1.840s)
1042024-11-06T23:15:23.078ZPlanning: Evaluating mediators ... Done (0.435s)
1052024-11-06T23:15:23.213ZPlanning: Planning completed in 12.11 seconds
1062024-11-06T23:15:23.213Z Packages to install: 4
1072024-11-06T23:15:23.213Z Packages to update: 1
1082024-11-06T23:15:23.213Z Mediators to change: 2
1092024-11-06T23:15:23.214Z Services to change: 1
1102024-11-06T23:15:23.214Z Estimated space available: 155.61 GB
1112024-11-06T23:15:23.214ZEstimated space to be consumed: 1.59 GB
1122024-11-06T23:15:23.214Z Create boot environment: No
1132024-11-06T23:15:23.214ZCreate backup boot environment: Yes
1142024-11-06T23:15:23.214Z Rebuild boot archive: No
1152024-11-06T23:15:23.214Z
1162024-11-06T23:15:23.215ZChanged mediators:
1172024-11-06T23:15:23.215Z mediator clang:
1182024-11-06T23:15:23.215Z version: None -> 15 (system default)
1192024-11-06T23:15:23.215Z
1202024-11-06T23:15:23.215Z mediator llvm:
1212024-11-06T23:15:23.215Z version: 14 (system default) -> 15 (system default)
1222024-11-06T23:15:23.215Z
1232024-11-06T23:15:23.215ZChanged packages:
1242024-11-06T23:15:23.215Zhelios-dev
1252024-11-06T23:15:23.215Z developer/build-essential
1262024-11-06T23:15:23.215Z None -> 11-2.0
1272024-11-06T23:15:23.215Z library/libxmlsec1
1282024-11-06T23:15:23.215Z None -> 1.2.35-2.0
1292024-11-06T23:15:23.215Z ooce/developer/clang-15
1302024-11-06T23:15:23.215Z None -> 15.0.7-2.0
1312024-11-06T23:15:23.215Z ooce/developer/llvm-15
1322024-11-06T23:15:23.215Z None -> 15.0.7-2.0
1332024-11-06T23:15:23.215Z package/pkg
1342024-11-06T23:15:23.216Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-06T23:15:23.216Z
1362024-11-06T23:15:23.216ZServices:
1372024-11-06T23:15:23.216Z restart_fmri:
1382024-11-06T23:15:23.216Z svc:/system/update-man-index:default
1392024-11-06T23:15:23.216Z
1402024-11-06T23:15:23.216ZEditable files to change:
1412024-11-06T23:15:23.216Z Update:
1422024-11-06T23:15:23.216Z usr/share/lib/pkg/web/config.shtml
1432024-11-06T23:15:23.379Z
1442024-11-06T23:15:23.379ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-06T23:15:29.312ZDownload: 213/4281 items 1.3/220.6MB 0% complete (1004k/s)
1462024-11-06T23:15:34.316ZDownload: 1100/4281 items 19.4/220.6MB 8% complete (1.8M/s)
1472024-11-06T23:15:39.319ZDownload: 1534/4281 items 117.5/220.6MB 53% complete (11.7M/s)
1482024-11-06T23:15:45.882ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (10.0M/s)
1492024-11-06T23:15:51.236ZDownload: 3288/4281 items 209.9/220.6MB 95% complete (9.1M/s)
1502024-11-06T23:15:54.340ZDownload: Completed 220.60 MB in 31.16 seconds (7.1M/s)
1512024-11-06T23:15:56.426Z Actions: 1/5063 actions (Removing old actions)
1522024-11-06T23:15:56.446Z Actions: 194/5063 actions (Installing new actions)
1532024-11-06T23:16:01.261Z Actions: 4226/5063 actions (Updating modified actions)
1542024-11-06T23:16:01.587Z Actions: Completed 5063 actions in 5.16 seconds.
1552024-11-06T23:16:01.975Z Done (0.380s)
1562024-11-06T23:16:01.978Z Done (0.000s)
1572024-11-06T23:16:02.494Z Done (0.516s)
1582024-11-06T23:16:07.336Z Done (4.622s)
1592024-11-06T23:16:07.431Z Done (0.018s)
1602024-11-06T23:16:07.435Z Done (0.000s)
1612024-11-06T23:16:07.593Z Done (0.000s)
1622024-11-06T23:16:08.326ZPlanning: Evaluating mediator changes ... Done
1632024-11-06T23:16:08.501ZPlanning: Checking for conflicting actions ... Done
1642024-11-06T23:16:08.503ZPlanning: Consolidating action changes ... Done
1652024-11-06T23:16:08.785ZPlanning: Evaluating mediators ... Done
1662024-11-06T23:16:08.788ZPlanning: Planning completed in 0.46 seconds
1672024-11-06T23:16:08.827Z Mediators to change: 2
1682024-11-06T23:16:08.828Z Create boot environment: No
1692024-11-06T23:16:08.830ZCreate backup boot environment: No
1702024-11-06T23:16:08.967Z Done
1712024-11-06T23:16:08.967Z Done
1722024-11-06T23:16:09.346Z Done
1732024-11-06T23:16:13.247Z Done
1742024-11-06T23:16:13.340Z Done
1752024-11-06T23:16:13.342Z Done
1762024-11-06T23:16:13.440Z Done
1772024-11-06T23:16:14.090ZPlanning: Evaluating mediator changes ... Done
1782024-11-06T23:16:14.093ZPlanning: Merging actions ... Done
1792024-11-06T23:16:14.296ZPlanning: Checking for conflicting actions ... Done
1802024-11-06T23:16:14.298ZPlanning: Consolidating action changes ... Done
1812024-11-06T23:16:14.577ZPlanning: Evaluating mediators ... Done
1822024-11-06T23:16:14.636ZPlanning: Planning completed in 0.80 seconds
1832024-11-06T23:16:14.679Z Packages to change: 1
1842024-11-06T23:16:14.679Z Mediators to change: 1
1852024-11-06T23:16:14.679Z Services to change: 1
1862024-11-06T23:16:14.683Z Create boot environment: No
1872024-11-06T23:16:14.683ZCreate backup boot environment: Yes
1882024-11-06T23:16:16.641Z Actions: 1/6 actions (Updating modified actions)
1892024-11-06T23:16:16.644Z Actions: Completed 6 actions in 0.00 seconds.
1902024-11-06T23:16:16.644Z Done
1912024-11-06T23:16:16.644Z Done
1922024-11-06T23:16:16.751Z Done
1932024-11-06T23:16:20.927Z Done
1942024-11-06T23:16:21.027Z Done
1952024-11-06T23:16:21.030Z Done
1962024-11-06T23:16:21.148Z Done
1972024-11-06T23:16:21.620ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-11-06T23:16:21.620Zclang system 15 system
1992024-11-06T23:16:21.620Zcsh system system illumos
2002024-11-06T23:16:21.620Zctags system system illumos
2012024-11-06T23:16:21.620Zgcc vendor 12 vendor
2022024-11-06T23:16:21.620Zgcc system 10 system
2032024-11-06T23:16:21.620Zgcc system 7 system
2042024-11-06T23:16:21.620Zgo system 1.20 system
2052024-11-06T23:16:21.620Zgo system 1.19 system
2062024-11-06T23:16:21.620Zllvm system 15 system
2072024-11-06T23:16:21.621Zllvm system 14 system
2082024-11-06T23:16:21.621Zmariadb system 10.6 system
2092024-11-06T23:16:21.621Zmta vendor vendor dma
2102024-11-06T23:16:21.621Zopenjdk system 17 system
2112024-11-06T23:16:21.621Zopenjdk system 11 system
2122024-11-06T23:16:21.621Zopenjdk system 1.8 system
2132024-11-06T23:16:21.621Zopenssl vendor 3 vendor
2142024-11-06T23:16:21.621Zperl system 5.36 system
2152024-11-06T23:16:21.621Zpostgresql system 15 system
2162024-11-06T23:16:21.621Zpostgresql system 13 system
2172024-11-06T23:16:21.621Zpython vendor 3 vendor
2182024-11-06T23:16:21.621Zpython system 2 system
2192024-11-06T23:16:21.621Zpython3 system 3.11 system
2202024-11-06T23:16:21.621Zruby system 3.0 system
2212024-11-06T23:16:21.621Zwords vendor vendor american-english
2222024-11-06T23:16:21.621Zwords system system australian-english
2232024-11-06T23:16:21.621Zwords system system british-english
2242024-11-06T23:16:21.621Zwords system system canadian-english
2252024-11-06T23:16:21.621Zwords system system french
2262024-11-06T23:16:21.622Zwords system system italian
2272024-11-06T23:16:21.622Zwords system system ngerman
2282024-11-06T23:16:21.622Zwords system system ogerman
2292024-11-06T23:16:21.622Zwords system system spanish
2302024-11-06T23:16:21.999ZPUBLISHER TYPE STATUS P LOCATION
2312024-11-06T23:16:21.999Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2322024-11-06T23:16:24.604ZFMRI IFO
2332024-11-06T23:16:24.604Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2342024-11-06T23:16:24.604Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2352024-11-06T23:16:24.604Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2362024-11-06T23:16:24.604Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2372024-11-06T23:16:24.604Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2382024-11-06T23:16:24.604Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392024-11-06T23:16:24.604Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2402024-11-06T23:16:24.604Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2412024-11-06T23:16:24.604Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2422024-11-06T23:16:24.604Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2432024-11-06T23:16:24.604Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-11-06T23:16:24.604Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-11-06T23:16:24.604Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2462024-11-06T23:16:24.604Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2472024-11-06T23:16:24.604Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2482024-11-06T23:16:25.375Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2492024-11-06T23:16:25.701Z Updating crates.io index
2502024-11-06T23:16:25.752Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512024-11-06T23:16:26.564Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2522024-11-06T23:16:26.818Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532024-11-06T23:16:27.111Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2542024-11-06T23:16:27.384Z Updating git repository `https://github.com/oxidecomputer/propolis`
2552024-11-06T23:16:28.294Z Updating git repository `https://github.com/oxidecomputer/crucible`
2562024-11-06T23:16:30.733Z Updating git repository `https://github.com/oxidecomputer/opte`
2572024-11-06T23:16:31.739Z Updating git repository `https://github.com/oxidecomputer/falcon`
2582024-11-06T23:16:32.408Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592024-11-06T23:16:32.676Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602024-11-06T23:16:32.980Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2612024-11-06T23:16:33.659Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2622024-11-06T23:16:33.989Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632024-11-06T23:16:34.435Z Updating git repository `https://github.com/oxidecomputer/tofino`
2642024-11-06T23:16:34.702Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652024-11-06T23:16:34.978Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662024-11-06T23:16:35.253Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672024-11-06T23:16:35.578Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2682024-11-06T23:16:35.865Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692024-11-06T23:16:36.204Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2702024-11-06T23:16:36.524Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712024-11-06T23:16:36.984Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722024-11-06T23:16:37.306Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732024-11-06T23:16:39.195Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742024-11-06T23:16:39.617Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2752024-11-06T23:16:39.887Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2762024-11-06T23:16:40.132Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2772024-11-06T23:16:41.369Z Downloading crates ...
2782024-11-06T23:16:41.444Z Downloaded cargo-platform v0.1.8
2792024-11-06T23:16:41.451Z Downloaded block-buffer v0.10.4
2802024-11-06T23:16:41.454Z Downloaded anstyle-parse v0.2.5
2812024-11-06T23:16:41.456Z Downloaded anyhow v1.0.92
2822024-11-06T23:16:41.460Z Downloaded dtrace-parser v0.2.0
2832024-11-06T23:16:41.462Z Downloaded swrite v0.1.0
2842024-11-06T23:16:41.470Z Downloaded scroll_derive v0.12.0
2852024-11-06T23:16:41.472Z Downloaded pretty-hex v0.4.1
2862024-11-06T23:16:41.472Z Downloaded usdt-macro v0.5.0
2872024-11-06T23:16:41.489Z Downloaded thiserror v1.0.64
2882024-11-06T23:16:41.495Z Downloaded usdt v0.5.0
2892024-11-06T23:16:41.497Z Downloaded serde_spanned v0.6.8
2902024-11-06T23:16:41.497Z Downloaded fastrand v2.1.1
2912024-11-06T23:16:41.500Z Downloaded crypto-common v0.1.6
2922024-11-06T23:16:41.500Z Downloaded generic-array v0.14.7
2932024-11-06T23:16:41.502Z Downloaded unicode-linebreak v0.1.5
2942024-11-06T23:16:41.502Z Downloaded is_terminal_polyfill v1.70.1
2952024-11-06T23:16:41.502Z Downloaded tempfile v3.13.0
2962024-11-06T23:16:41.505Z Downloaded clap_lex v0.7.2
2972024-11-06T23:16:41.508Z Downloaded autocfg v1.4.0
2982024-11-06T23:16:41.510Z Downloaded macaddr v1.0.1
2992024-11-06T23:16:41.510Z Downloaded cargo_toml v0.20.5
3002024-11-06T23:16:41.513Z Downloaded sha2 v0.10.8
3012024-11-06T23:16:41.515Z Downloaded clap_derive v4.5.18
3022024-11-06T23:16:41.515Z Downloaded heck v0.4.1
3032024-11-06T23:16:41.518Z Downloaded anstyle-query v1.1.1
3042024-11-06T23:16:41.518Z Downloaded anstyle v1.0.8
3052024-11-06T23:16:41.521Z Downloaded cfg-if v1.0.0
3062024-11-06T23:16:41.521Z Downloaded once_cell v1.20.2
3072024-11-06T23:16:41.523Z Downloaded byteorder v1.5.0
3082024-11-06T23:16:41.526Z Downloaded unicode-ident v1.0.13
3092024-11-06T23:16:41.528Z Downloaded bytecount v0.6.8
3102024-11-06T23:16:41.530Z Downloaded camino-tempfile v1.1.1
3112024-11-06T23:16:41.533Z Downloaded pest_meta v2.7.14
3122024-11-06T23:16:41.536Z Downloaded pest_derive v2.7.14
3132024-11-06T23:16:41.539Z Downloaded anstream v0.6.15
3142024-11-06T23:16:41.541Z Downloaded bitflags v2.6.0
3152024-11-06T23:16:41.544Z Downloaded equivalent v1.0.1
3162024-11-06T23:16:41.560Z Downloaded proc-macro2 v1.0.87
3172024-11-06T23:16:41.563Z Downloaded cargo_metadata v0.18.1
3182024-11-06T23:16:41.574Z Downloaded usdt-attr-macro v0.5.0
3192024-11-06T23:16:41.580Z Downloaded clap v4.5.20
3202024-11-06T23:16:41.589Z Downloaded itoa v1.0.11
3212024-11-06T23:16:41.591Z Downloaded memmap v0.7.0
3222024-11-06T23:16:41.594Z Downloaded fs-err v2.11.0
3232024-11-06T23:16:41.596Z Downloaded toml_datetime v0.6.8
3242024-11-06T23:16:41.596Z Downloaded tabled_derive v0.7.0
3252024-11-06T23:16:41.596Z Downloaded strsim v0.11.1
3262024-11-06T23:16:41.599Z Downloaded dof v0.3.0
3272024-11-06T23:16:41.599Z Downloaded cpufeatures v0.2.14
3282024-11-06T23:16:41.602Z Downloaded thiserror-impl v1.0.64
3292024-11-06T23:16:41.605Z Downloaded heck v0.5.0
3302024-11-06T23:16:41.605Z Downloaded smawk v0.3.2
3312024-11-06T23:16:41.607Z Downloaded proc-macro-error-attr v1.0.4
3322024-11-06T23:16:41.607Z Downloaded plain v0.2.3
3332024-11-06T23:16:41.607Z Downloaded fnv v1.0.7
3342024-11-06T23:16:41.610Z Downloaded errno v0.3.9
3352024-11-06T23:16:41.610Z Downloaded digest v0.10.7
3362024-11-06T23:16:41.612Z Downloaded thread-id v4.2.2
3372024-11-06T23:16:41.615Z Downloaded colorchoice v1.0.2
3382024-11-06T23:16:41.618Z Downloaded pest_generator v2.7.14
3392024-11-06T23:16:41.623Z Downloaded terminal_size v0.4.0
3402024-11-06T23:16:41.625Z Downloaded version_check v0.9.5
3412024-11-06T23:16:41.629Z Downloaded proc-macro-error v1.0.4
3422024-11-06T23:16:41.633Z Downloaded camino v1.1.9
3432024-11-06T23:16:41.640Z Downloaded serde_tokenstream v0.2.2
3442024-11-06T23:16:41.645Z Downloaded quote v1.0.37
3452024-11-06T23:16:41.653Z Downloaded scroll v0.12.0
3462024-11-06T23:16:41.658Z Downloaded zerocopy-derive v0.7.35
3472024-11-06T23:16:41.663Z Downloaded utf8parse v0.2.2
3482024-11-06T23:16:41.665Z Downloaded usdt-impl v0.5.0
3492024-11-06T23:16:41.668Z Downloaded typenum v1.17.0
3502024-11-06T23:16:41.670Z Downloaded toml v0.8.19
3512024-11-06T23:16:41.674Z Downloaded ucd-trie v0.1.7
3522024-11-06T23:16:41.677Z Downloaded ryu v1.0.18
3532024-11-06T23:16:41.679Z Downloaded textwrap v0.16.1
3542024-11-06T23:16:41.682Z Downloaded semver v1.0.23
3552024-11-06T23:16:41.685Z Downloaded log v0.4.22
3562024-11-06T23:16:41.688Z Downloaded toml_edit v0.22.22
3572024-11-06T23:16:41.709Z Downloaded serde_derive v1.0.210
3582024-11-06T23:16:41.713Z Downloaded papergrid v0.11.0
3592024-11-06T23:16:41.719Z Downloaded indexmap v2.6.0
3602024-11-06T23:16:41.740Z Downloaded serde v1.0.210
3612024-11-06T23:16:41.748Z Downloaded memchr v2.7.4
3622024-11-06T23:16:41.759Z Downloaded winnow v0.6.20
3632024-11-06T23:16:41.779Z Downloaded pest v2.7.14
3642024-11-06T23:16:41.784Z Downloaded hashbrown v0.15.0
3652024-11-06T23:16:41.790Z Downloaded tabled v0.15.0
3662024-11-06T23:16:41.806Z Downloaded zerocopy v0.7.35
3672024-11-06T23:16:41.822Z Downloaded serde_json v1.0.128
3682024-11-06T23:16:41.828Z Downloaded goblin v0.8.2
3692024-11-06T23:16:41.834Z Downloaded clap_builder v4.5.20
3702024-11-06T23:16:41.845Z Downloaded syn v1.0.109
3712024-11-06T23:16:41.856Z Downloaded unicode-width v0.1.14
3722024-11-06T23:16:41.865Z Downloaded syn v2.0.79
3732024-11-06T23:16:41.876Z Downloaded rustix v0.38.37
3742024-11-06T23:16:41.909Z Downloaded libc v0.2.161
3752024-11-06T23:16:42.220Z Compiling proc-macro2 v1.0.87
3762024-11-06T23:16:42.220Z Compiling unicode-ident v1.0.13
3772024-11-06T23:16:42.223Z Compiling version_check v0.9.5
3782024-11-06T23:16:42.223Z Compiling serde v1.0.210
3792024-11-06T23:16:42.223Z Compiling thiserror v1.0.64
3802024-11-06T23:16:42.223Z Compiling memchr v2.7.4
3812024-11-06T23:16:42.223Z Compiling libc v0.2.161
3822024-11-06T23:16:42.223Z Compiling itoa v1.0.11
3832024-11-06T23:16:42.479Z Compiling ucd-trie v0.1.7
3842024-11-06T23:16:42.602Z Compiling ryu v1.0.18
3852024-11-06T23:16:42.931Z Compiling once_cell v1.20.2
3862024-11-06T23:16:43.105Z Compiling byteorder v1.5.0
3872024-11-06T23:16:43.348Z Compiling serde_json v1.0.128
3882024-11-06T23:16:43.349Z Compiling rustix v0.38.37
3892024-11-06T23:16:43.551Z Compiling bitflags v2.6.0
3902024-11-06T23:16:43.747Z Compiling usdt-impl v0.5.0
3912024-11-06T23:16:43.927Z Compiling proc-macro-error-attr v1.0.4
3922024-11-06T23:16:43.972Z Compiling syn v1.0.109
3932024-11-06T23:16:44.060Z Compiling proc-macro-error v1.0.4
3942024-11-06T23:16:44.170Z Compiling quote v1.0.37
3952024-11-06T23:16:44.330Z Compiling plain v0.2.3
3962024-11-06T23:16:44.357Z Compiling hashbrown v0.15.0
3972024-11-06T23:16:44.380Z Compiling utf8parse v0.2.2
3982024-11-06T23:16:44.489Z Compiling errno v0.3.9
3992024-11-06T23:16:44.557Z Compiling syn v2.0.79
4002024-11-06T23:16:44.703Z Compiling camino v1.1.9
4012024-11-06T23:16:44.729Z Compiling log v0.4.22
4022024-11-06T23:16:44.861Z Compiling equivalent v1.0.1
4032024-11-06T23:16:44.991Z Compiling thread-id v4.2.2
4042024-11-06T23:16:45.118Z Compiling anstyle-parse v0.2.5
4052024-11-06T23:16:45.427Z Compiling autocfg v1.4.0
4062024-11-06T23:16:45.466Z Compiling is_terminal_polyfill v1.70.1
4072024-11-06T23:16:45.608Z Compiling indexmap v2.6.0
4082024-11-06T23:16:45.663Z Compiling colorchoice v1.0.2
4092024-11-06T23:16:45.686Z Compiling anstyle-query v1.1.1
4102024-11-06T23:16:45.890Z Compiling semver v1.0.23
4112024-11-06T23:16:45.899Z Compiling winnow v0.6.20
4122024-11-06T23:16:45.899Z Compiling pretty-hex v0.4.1
4132024-11-06T23:16:46.181Z Compiling anstyle v1.0.8
4142024-11-06T23:16:46.416Z Compiling unicode-width v0.1.14
4152024-11-06T23:16:46.659Z Compiling anstream v0.6.15
4162024-11-06T23:16:46.712Z Compiling fs-err v2.11.0
4172024-11-06T23:16:47.075Z Compiling terminal_size v0.4.0
4182024-11-06T23:16:47.219Z Compiling heck v0.4.1
4192024-11-06T23:16:47.260Z Compiling fastrand v2.1.1
4202024-11-06T23:16:47.320Z Compiling heck v0.5.0
4212024-11-06T23:16:47.415Z Compiling fnv v1.0.7
4222024-11-06T23:16:47.713Z Compiling bytecount v0.6.8
4232024-11-06T23:16:47.856Z Compiling cfg-if v1.0.0
4242024-11-06T23:16:47.859Z Compiling strsim v0.11.1
4252024-11-06T23:16:47.911Z Compiling anyhow v1.0.92
4262024-11-06T23:16:47.952Z Compiling clap_lex v0.7.2
4272024-11-06T23:16:48.009Z Compiling tempfile v3.13.0
4282024-11-06T23:16:48.527Z Compiling clap_builder v4.5.20
4292024-11-06T23:16:48.700Z Compiling papergrid v0.11.0
4302024-11-06T23:16:48.917Z Compiling memmap v0.7.0
4312024-11-06T23:16:48.951Z Compiling smawk v0.3.2
4322024-11-06T23:16:48.995Z Compiling unicode-linebreak v0.1.5
4332024-11-06T23:16:49.504Z Compiling textwrap v0.16.1
4342024-11-06T23:16:49.772Z Compiling swrite v0.1.0
4352024-11-06T23:16:50.717Z Compiling tabled_derive v0.7.0
4362024-11-06T23:16:52.434Z Compiling tabled v0.15.0
4372024-11-06T23:16:53.059Z Compiling serde_derive v1.0.210
4382024-11-06T23:16:53.059Z Compiling thiserror-impl v1.0.64
4392024-11-06T23:16:53.059Z Compiling zerocopy-derive v0.7.35
4402024-11-06T23:16:53.086Z Compiling scroll_derive v0.12.0
4412024-11-06T23:16:53.088Z Compiling clap_derive v4.5.18
4422024-11-06T23:16:54.603Z Compiling scroll v0.12.0
4432024-11-06T23:16:55.211Z Compiling goblin v0.8.2
4442024-11-06T23:16:55.320Z Compiling zerocopy v0.7.35
4452024-11-06T23:16:56.209Z Compiling pest v2.7.14
4462024-11-06T23:16:57.090Z Compiling clap v4.5.20
4472024-11-06T23:16:58.433Z Compiling pest_meta v2.7.14
4482024-11-06T23:16:59.371Z Compiling pest_generator v2.7.14
4492024-11-06T23:17:01.024Z Compiling pest_derive v2.7.14
4502024-11-06T23:17:01.805Z Compiling dtrace-parser v0.2.0
4512024-11-06T23:17:03.504Z Compiling serde_tokenstream v0.2.2
4522024-11-06T23:17:03.533Z Compiling toml_datetime v0.6.8
4532024-11-06T23:17:03.533Z Compiling serde_spanned v0.6.8
4542024-11-06T23:17:03.877Z Compiling cargo-platform v0.1.8
4552024-11-06T23:17:03.903Z Compiling toml_edit v0.22.22
4562024-11-06T23:17:04.100Z Compiling macaddr v1.0.1
4572024-11-06T23:17:04.445Z Compiling camino-tempfile v1.1.1
4582024-11-06T23:17:05.041Z Compiling dof v0.3.0
4592024-11-06T23:17:05.041Z Compiling cargo_metadata v0.18.1
4602024-11-06T23:17:06.852Z Compiling toml v0.8.19
4612024-11-06T23:17:06.943Z Compiling usdt-macro v0.5.0
4622024-11-06T23:17:06.949Z Compiling usdt-attr-macro v0.5.0
4632024-11-06T23:17:07.723Z Compiling cargo_toml v0.20.5
4642024-11-06T23:17:08.274Z Compiling usdt v0.5.0
4652024-11-06T23:17:11.364Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662024-11-06T23:17:15.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.34s
4672024-11-06T23:17:15.772Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4682024-11-06T23:17:16.352Z Downloading crates ...
4692024-11-06T23:17:16.484Z Downloaded aead v0.5.2
4702024-11-06T23:17:16.492Z Downloaded async-stream-impl v0.3.6
4712024-11-06T23:17:16.495Z Downloaded bcrypt-pbkdf v0.10.0
4722024-11-06T23:17:16.500Z Downloaded base64 v0.13.1
4732024-11-06T23:17:16.506Z Downloaded cfg_aliases v0.2.1
4742024-11-06T23:17:16.514Z Downloaded http-body v1.0.1
4752024-11-06T23:17:16.516Z Downloaded crunchy v0.2.2
4762024-11-06T23:17:16.521Z Downloaded httparse v1.9.5
4772024-11-06T23:17:16.526Z Downloaded cobs v0.2.3
4782024-11-06T23:17:16.528Z Downloaded bit-vec v0.6.3
4792024-11-06T23:17:16.531Z Downloaded ciborium-ll v0.2.2
4802024-11-06T23:17:16.531Z Downloaded ident_case v1.0.1
4812024-11-06T23:17:16.534Z Downloaded blowfish v0.9.1
4822024-11-06T23:17:16.534Z Downloaded new_debug_unreachable v1.0.6
4832024-11-06T23:17:16.536Z Downloaded convert_case v0.4.0
4842024-11-06T23:17:16.539Z Downloaded match_cfg v0.1.0
4852024-11-06T23:17:16.539Z Downloaded crc-catalog v2.4.0
4862024-11-06T23:17:16.541Z Downloaded hubpack v0.1.2
4872024-11-06T23:17:16.541Z Downloaded home v0.5.9
4882024-11-06T23:17:16.544Z Downloaded newtype_derive v0.1.6
4892024-11-06T23:17:16.544Z Downloaded crc v3.2.1
4902024-11-06T23:17:16.547Z Downloaded is-terminal v0.4.13
4912024-11-06T23:17:16.550Z Downloaded adler2 v2.0.0
4922024-11-06T23:17:16.553Z Downloaded linear-map v1.2.0
4932024-11-06T23:17:16.553Z Downloaded lazycell v1.3.0
4942024-11-06T23:17:16.555Z Downloaded keccak v0.1.5
4952024-11-06T23:17:16.558Z Downloaded lockfree-object-pool v0.1.6
4962024-11-06T23:17:16.560Z Downloaded impl-trait-for-tuples v0.2.2
4972024-11-06T23:17:16.563Z Downloaded crossbeam-deque v0.8.5
4982024-11-06T23:17:16.565Z Downloaded memmap2 v0.9.5
4992024-11-06T23:17:16.567Z Downloaded nanorand v0.7.0
5002024-11-06T23:17:16.570Z Downloaded libloading v0.8.5
5012024-11-06T23:17:16.573Z Downloaded addr2line v0.24.2
5022024-11-06T23:17:16.576Z Downloaded jobserver v0.1.32
5032024-11-06T23:17:16.579Z Downloaded highway v1.2.0
5042024-11-06T23:17:16.582Z Downloaded async-bb8-diesel v0.2.1
5052024-11-06T23:17:16.584Z Downloaded mockall_derive v0.13.0
5062024-11-06T23:17:16.587Z Downloaded assert_matches v1.5.0
5072024-11-06T23:17:16.589Z Downloaded ahash v0.8.11
5082024-11-06T23:17:16.592Z Downloaded indexmap v1.9.3
5092024-11-06T23:17:16.596Z Downloaded rand_xorshift v0.3.0
5102024-11-06T23:17:16.598Z Downloaded blake2 v0.10.6
5112024-11-06T23:17:16.601Z Downloaded http v0.2.12
5122024-11-06T23:17:16.606Z Downloaded serde_urlencoded v0.7.1
5132024-11-06T23:17:16.609Z Downloaded sync_wrapper v1.0.1
5142024-11-06T23:17:16.612Z Downloaded hickory-client v0.24.1
5152024-11-06T23:17:16.614Z Downloaded mio v1.0.2
5162024-11-06T23:17:16.621Z Downloaded structmeta v0.2.0
5172024-11-06T23:17:16.623Z Downloaded cfg_aliases v0.1.1
5182024-11-06T23:17:16.626Z Downloaded bitfield-struct v0.6.2
5192024-11-06T23:17:16.628Z Downloaded try-lock v0.2.5
5202024-11-06T23:17:16.628Z Downloaded subtle v2.6.1
5212024-11-06T23:17:16.630Z Downloaded ciborium-io v0.2.2
5222024-11-06T23:17:16.630Z Downloaded signal-hook-mio v0.2.4
5232024-11-06T23:17:16.633Z Downloaded minimal-lexical v0.2.1
5242024-11-06T23:17:16.637Z Downloaded hubpack_derive v0.1.1
5252024-11-06T23:17:16.640Z Downloaded http-range v0.1.5
5262024-11-06T23:17:16.640Z Downloaded darling_macro v0.20.10
5272024-11-06T23:17:16.642Z Downloaded cstr-argument v0.1.2
5282024-11-06T23:17:16.642Z Downloaded humantime v2.1.0
5292024-11-06T23:17:16.644Z Downloaded httpdate v1.0.3
5302024-11-06T23:17:16.647Z Downloaded bb8 v0.8.5
5312024-11-06T23:17:16.649Z Downloaded itertools v0.12.1
5322024-11-06T23:17:16.657Z Downloaded derive_builder_macro v0.20.2
5332024-11-06T23:17:16.659Z Downloaded instant v0.1.13
5342024-11-06T23:17:16.662Z Downloaded hostname v0.4.0
5352024-11-06T23:17:16.663Z Downloaded darling_core v0.20.10
5362024-11-06T23:17:16.668Z Downloaded rtoolbox v0.0.2
5372024-11-06T23:17:16.670Z Downloaded http-body v0.4.6
5382024-11-06T23:17:16.673Z Downloaded async-recursion v1.1.1
5392024-11-06T23:17:16.676Z Downloaded serde-big-array v0.5.1
5402024-11-06T23:17:16.678Z Downloaded matches v0.1.10
5412024-11-06T23:17:16.681Z Downloaded cc v1.1.30
5422024-11-06T23:17:16.683Z Downloaded socket2 v0.5.7
5432024-11-06T23:17:16.686Z Downloaded block-padding v0.3.3
5442024-11-06T23:17:16.688Z Downloaded hyper-tls v0.6.0
5452024-11-06T23:17:16.691Z Downloaded hostname v0.3.1
5462024-11-06T23:17:16.691Z Downloaded hmac v0.12.1
5472024-11-06T23:17:16.693Z Downloaded newline-converter v0.3.0
5482024-11-06T23:17:16.695Z Downloaded colored v2.1.0
5492024-11-06T23:17:16.698Z Downloaded buf-list v1.0.3
5502024-11-06T23:17:16.700Z Downloaded dirs-next v2.0.0
5512024-11-06T23:17:16.703Z Downloaded chacha20 v0.9.1
5522024-11-06T23:17:16.706Z Downloaded cexpr v0.6.0
5532024-11-06T23:17:16.708Z Downloaded is_ci v1.2.0
5542024-11-06T23:17:16.708Z Downloaded md5 v0.7.0
5552024-11-06T23:17:16.710Z Downloaded linked-hash-map v0.5.6
5562024-11-06T23:17:16.713Z Downloaded xattr v1.3.1
5572024-11-06T23:17:16.713Z Downloaded constant_time_eq v0.3.1
5582024-11-06T23:17:16.716Z Downloaded memoffset v0.9.1
5592024-11-06T23:17:16.718Z Downloaded mime v0.3.17
5602024-11-06T23:17:16.721Z Downloaded lru-cache v0.1.2
5612024-11-06T23:17:16.723Z Downloaded ctr v0.9.2
5622024-11-06T23:17:16.723Z Downloaded hash32 v0.3.1
5632024-11-06T23:17:16.726Z Downloaded mockall v0.13.0
5642024-11-06T23:17:16.729Z Downloaded async-trait v0.1.83
5652024-11-06T23:17:16.732Z Downloaded md-5 v0.10.6
5662024-11-06T23:17:16.734Z Downloaded multimap v0.10.0
5672024-11-06T23:17:16.736Z Downloaded maybe-uninit v2.0.0
5682024-11-06T23:17:16.739Z Downloaded maplit v1.0.2
5692024-11-06T23:17:16.739Z Downloaded libefi-sys v0.1.0
5702024-11-06T23:17:16.742Z Downloaded fallible-iterator v0.2.0
5712024-11-06T23:17:16.742Z Downloaded newtype-uuid v1.1.2
5722024-11-06T23:17:16.744Z Downloaded crypto-bigint v0.5.5
5732024-11-06T23:17:16.751Z Downloaded sync_wrapper v0.1.2
5742024-11-06T23:17:16.754Z Downloaded strip-ansi-escapes v0.2.0
5752024-11-06T23:17:16.756Z Downloaded unicode-xid v0.2.6
5762024-11-06T23:17:16.756Z Downloaded slog-envlogger v2.2.0
5772024-11-06T23:17:16.758Z Downloaded nibble_vec v0.1.0
5782024-11-06T23:17:16.761Z Downloaded lock_api v0.4.12
5792024-11-06T23:17:16.761Z Downloaded ipnet v2.10.1
5802024-11-06T23:17:16.764Z Downloaded shlex v1.3.0
5812024-11-06T23:17:16.766Z Downloaded shell-words v1.1.0
5822024-11-06T23:17:16.766Z Downloaded const_format v0.2.33
5832024-11-06T23:17:16.771Z Downloaded zeroize_derive v1.4.2
5842024-11-06T23:17:16.774Z Downloaded console v0.15.8
5852024-11-06T23:17:16.776Z Downloaded cipher v0.4.4
5862024-11-06T23:17:16.779Z Downloaded oso-derive v0.27.3
5872024-11-06T23:17:16.781Z Downloaded float-ord v0.3.2
5882024-11-06T23:17:16.781Z Downloaded waitgroup v0.1.2
5892024-11-06T23:17:16.784Z Downloaded curve25519-dalek-derive v0.1.1
5902024-11-06T23:17:16.784Z Downloaded const_format_proc_macros v0.2.33
5912024-11-06T23:17:16.787Z Downloaded psl-types v2.0.11
5922024-11-06T23:17:16.789Z Downloaded rustc-hash v1.1.0
5932024-11-06T23:17:16.789Z Downloaded smallvec v0.6.14
5942024-11-06T23:17:16.792Z Downloaded ed25519 v2.2.3
5952024-11-06T23:17:16.795Z Downloaded darling v0.20.10
5962024-11-06T23:17:16.799Z Downloaded native-tls v0.2.12
5972024-11-06T23:17:16.801Z Downloaded rcgen v0.12.1
5982024-11-06T23:17:16.805Z Downloaded supports-color v3.0.1
5992024-11-06T23:17:16.807Z Downloaded take_mut v0.2.2
6002024-11-06T23:17:16.810Z Downloaded slog-bunyan v2.5.0
6012024-11-06T23:17:16.810Z Downloaded multer v3.1.0
6022024-11-06T23:17:16.812Z Downloaded tabwriter v1.4.0
6032024-11-06T23:17:16.815Z Downloaded tls_codec_derive v0.4.1
6042024-11-06T23:17:16.819Z Downloaded rustls-pemfile v2.2.0
6052024-11-06T23:17:16.821Z Downloaded dirs-sys-next v0.1.2
6062024-11-06T23:17:16.821Z Downloaded rustls-pemfile v1.0.4
6072024-11-06T23:17:16.824Z Downloaded predicates v3.1.2
6082024-11-06T23:17:16.827Z Downloaded gethostname v0.5.0
6092024-11-06T23:17:16.832Z Downloaded tracing-attributes v0.1.27
6102024-11-06T23:17:16.832Z Downloaded dhcproto-macros v0.1.0
6112024-11-06T23:17:16.837Z Downloaded bzip2 v0.4.4
6122024-11-06T23:17:16.837Z Downloaded hickory-server v0.24.1
6132024-11-06T23:17:16.842Z Downloaded predicates-core v1.0.8
6142024-11-06T23:17:16.845Z Downloaded paste v1.0.15
6152024-11-06T23:17:16.847Z Downloaded num v0.4.3
6162024-11-06T23:17:16.850Z Downloaded const-oid v0.9.6
6172024-11-06T23:17:16.870Z Downloaded openssl-macros v0.1.1
6182024-11-06T23:17:16.873Z Downloaded stringprep v0.1.5
6192024-11-06T23:17:16.875Z Downloaded slog-dtrace v0.3.0
6202024-11-06T23:17:16.875Z Downloaded sec1 v0.7.3
6212024-11-06T23:17:16.878Z Downloaded termcolor v1.4.1
6222024-11-06T23:17:16.880Z Downloaded tap v1.0.1
6232024-11-06T23:17:16.883Z Downloaded walkdir v2.5.0
6242024-11-06T23:17:16.883Z Downloaded rand_core v0.6.4
6252024-11-06T23:17:16.885Z Downloaded pin-utils v0.1.0
6262024-11-06T23:17:16.888Z Downloaded parse-size v1.1.0
6272024-11-06T23:17:16.890Z Downloaded aes-gcm v0.10.3
6282024-11-06T23:17:16.892Z Downloaded rand_chacha v0.3.1
6292024-11-06T23:17:16.895Z Downloaded indicatif v0.17.8
6302024-11-06T23:17:16.899Z Downloaded unicase v2.7.0
6312024-11-06T23:17:16.901Z Downloaded serde_plain v1.0.2
6322024-11-06T23:17:16.904Z Downloaded deranged v0.3.11
6332024-11-06T23:17:16.906Z Downloaded zone v0.1.8
6342024-11-06T23:17:16.908Z Downloaded pkcs1 v0.7.5
6352024-11-06T23:17:16.911Z Downloaded ssh-encoding v0.2.0
6362024-11-06T23:17:16.914Z Downloaded env_filter v0.1.2
6372024-11-06T23:17:16.914Z Downloaded serde_repr v0.1.19
6382024-11-06T23:17:16.917Z Downloaded scopeguard v1.2.0
6392024-11-06T23:17:16.919Z Downloaded unarray v0.1.4
6402024-11-06T23:17:16.922Z Downloaded futures-macro v0.3.31
6412024-11-06T23:17:16.922Z Downloaded futures-io v0.3.31
6422024-11-06T23:17:16.924Z Downloaded password-hash v0.5.0
6432024-11-06T23:17:16.926Z Downloaded nu-ansi-term v0.50.1
6442024-11-06T23:17:16.929Z Downloaded dyn-clone v1.0.17
6452024-11-06T23:17:16.932Z Downloaded defmt v0.3.8
6462024-11-06T23:17:16.934Z Downloaded snafu-derive v0.8.5
6472024-11-06T23:17:16.937Z Downloaded pin-project-lite v0.2.14
6482024-11-06T23:17:16.942Z Downloaded term v0.7.0
6492024-11-06T23:17:16.947Z Downloaded structmeta v0.3.0
6502024-11-06T23:17:16.949Z Downloaded backtrace v0.3.74
6512024-11-06T23:17:16.953Z Downloaded pin-project-internal v1.1.6
6522024-11-06T23:17:16.956Z Downloaded zone_cfg_derive v0.3.0
6532024-11-06T23:17:16.959Z Downloaded zone_cfg_derive v0.1.2
6542024-11-06T23:17:16.959Z Downloaded num-rational v0.4.2
6552024-11-06T23:17:16.962Z Downloaded powerfmt v0.2.0
6562024-11-06T23:17:16.962Z Downloaded group v0.13.0
6572024-11-06T23:17:16.964Z Downloaded zone v0.3.0
6582024-11-06T23:17:16.967Z Downloaded ref-cast-impl v1.0.23
6592024-11-06T23:17:16.967Z Downloaded signal-hook v0.3.17
6602024-11-06T23:17:16.970Z Downloaded ref-cast v1.0.23
6612024-11-06T23:17:16.973Z Downloaded env_logger v0.11.5
6622024-11-06T23:17:16.977Z Downloaded half v2.4.1
6632024-11-06T23:17:16.980Z Downloaded normalize-line-endings v0.3.0
6642024-11-06T23:17:16.983Z Downloaded nodrop v0.1.14
6652024-11-06T23:17:16.983Z Downloaded spin v0.5.2
6662024-11-06T23:17:16.985Z Downloaded tokio-rustls v0.25.0
6672024-11-06T23:17:16.987Z Downloaded rustc_version v0.4.1
6682024-11-06T23:17:16.990Z Downloaded rustc_version v0.1.7
6692024-11-06T23:17:16.992Z Downloaded parse-display-derive v0.10.0
6702024-11-06T23:17:16.992Z Downloaded slog-stdlog v4.1.1
6712024-11-06T23:17:16.994Z Downloaded tokio-tungstenite v0.23.1
6722024-11-06T23:17:16.997Z Downloaded pretty-hex v0.2.1
6732024-11-06T23:17:17.000Z Downloaded des v0.8.1
6742024-11-06T23:17:17.002Z Downloaded tokio-stream v0.1.16
6752024-11-06T23:17:17.006Z Downloaded headers-core v0.3.0
6762024-11-06T23:17:17.008Z Downloaded compact_str v0.8.0
6772024-11-06T23:17:17.010Z Downloaded thiserror-no-std v2.0.2
6782024-11-06T23:17:17.016Z Downloaded password-hash v0.4.2
6792024-11-06T23:17:17.023Z Downloaded structmeta-derive v0.3.0
6802024-11-06T23:17:17.025Z Downloaded structmeta-derive v0.2.0
6812024-11-06T23:17:17.025Z Downloaded strum v0.26.3
6822024-11-06T23:17:17.025Z Downloaded enum-as-inner v0.5.1
6832024-11-06T23:17:17.025Z Downloaded zip v0.6.6
6842024-11-06T23:17:17.029Z Downloaded wyz v0.5.1
6852024-11-06T23:17:17.032Z Downloaded xz2 v0.1.7
6862024-11-06T23:17:17.034Z Downloaded topological-sort v0.2.2
6872024-11-06T23:17:17.037Z Downloaded want v0.3.1
6882024-11-06T23:17:17.037Z Downloaded utf-8 v0.7.6
6892024-11-06T23:17:17.039Z Downloaded foreign-types-shared v0.3.1
6902024-11-06T23:17:17.039Z Downloaded foreign-types-shared v0.1.1
6912024-11-06T23:17:17.042Z Downloaded env_logger v0.10.2
6922024-11-06T23:17:17.044Z Downloaded ron v0.8.1
6932024-11-06T23:17:17.050Z Downloaded hex-literal v0.4.1
6942024-11-06T23:17:17.053Z Downloaded hex v0.4.3
6952024-11-06T23:17:17.056Z Downloaded opaque-debug v0.3.1
6962024-11-06T23:17:17.056Z Downloaded foreign-types v0.5.0
6972024-11-06T23:17:17.059Z Downloaded foreign-types v0.3.2
6982024-11-06T23:17:17.059Z Downloaded tokio-rustls v0.26.0
6992024-11-06T23:17:17.061Z Downloaded tar v0.4.42
7002024-11-06T23:17:17.064Z Downloaded futures-task v0.3.31
7012024-11-06T23:17:17.066Z Downloaded flagset v0.4.6
7022024-11-06T23:17:17.069Z Downloaded tokio-rustls v0.24.1
7032024-11-06T23:17:17.071Z Downloaded russh-cryptovec v0.7.3
7042024-11-06T23:17:17.071Z Downloaded vsss-rs v3.3.4
7052024-11-06T23:17:17.074Z Downloaded dhcproto v0.12.0
7062024-11-06T23:17:17.078Z Downloaded tower-service v0.3.3
7072024-11-06T23:17:17.081Z Downloaded strum_macros v0.24.3
7082024-11-06T23:17:17.083Z Downloaded glob v0.3.1
7092024-11-06T23:17:17.086Z Downloaded unicode-bidi v0.3.17
7102024-11-06T23:17:17.088Z Downloaded diesel-dtrace v0.3.0
7112024-11-06T23:17:17.091Z Downloaded untrusted v0.7.1
7122024-11-06T23:17:17.093Z Downloaded string_cache v0.8.7
7132024-11-06T23:17:17.093Z Downloaded base64 v0.21.7
7142024-11-06T23:17:17.098Z Downloaded rustfmt-wrapper v0.2.1
7152024-11-06T23:17:17.100Z Downloaded unicode-properties v0.1.3
7162024-11-06T23:17:17.103Z Downloaded termtree v0.4.1
7172024-11-06T23:17:17.105Z Downloaded hyper v1.4.1
7182024-11-06T23:17:17.112Z Downloaded number_prefix v0.4.0
7192024-11-06T23:17:17.115Z Downloaded scheduled-thread-pool v0.2.7
7202024-11-06T23:17:17.118Z Downloaded num_threads v0.1.7
7212024-11-06T23:17:17.118Z Downloaded primeorder v0.13.6
7222024-11-06T23:17:17.121Z Downloaded postgres-types v0.2.8
7232024-11-06T23:17:17.121Z Downloaded crossbeam-channel v0.5.13
7242024-11-06T23:17:17.126Z Downloaded serde-hex v0.1.0
7252024-11-06T23:17:17.130Z Downloaded serde_with_macros v3.11.0
7262024-11-06T23:17:17.133Z Downloaded serde_derive_internals v0.29.1
7272024-11-06T23:17:17.135Z Downloaded precomputed-hash v0.1.1
7282024-11-06T23:17:17.135Z Downloaded endian-type v0.1.2
7292024-11-06T23:17:17.138Z Downloaded yasna v0.5.2
7302024-11-06T23:17:17.140Z Downloaded tinyvec_macros v0.1.1
7312024-11-06T23:17:17.140Z Downloaded rustc-demangle v0.1.24
7322024-11-06T23:17:17.143Z Downloaded idna v0.4.0
7332024-11-06T23:17:17.151Z Downloaded thread_local v1.1.8
7342024-11-06T23:17:17.154Z Downloaded termios v0.3.3
7352024-11-06T23:17:17.154Z Downloaded derive_builder_core v0.20.2
7362024-11-06T23:17:17.157Z Downloaded zerocopy v0.6.6
7372024-11-06T23:17:17.159Z Downloaded slab v0.4.9
7382024-11-06T23:17:17.162Z Downloaded foreign-types-macros v0.2.3
7392024-11-06T23:17:17.162Z Downloaded hashlink v0.9.1
7402024-11-06T23:17:17.165Z Downloaded tui-tree-widget v0.22.0
7412024-11-06T23:17:17.167Z Downloaded globset v0.4.15
7422024-11-06T23:17:17.169Z Downloaded ed25519-dalek v2.1.1
7432024-11-06T23:17:17.172Z Downloaded fd-lock v4.0.2
7442024-11-06T23:17:17.175Z Downloaded hkdf v0.12.4
7452024-11-06T23:17:17.177Z Downloaded parking_lot_core v0.8.6
7462024-11-06T23:17:17.181Z Downloaded fxhash v0.2.1
7472024-11-06T23:17:17.183Z Downloaded signature v2.2.0
7482024-11-06T23:17:17.186Z Downloaded num_enum v0.5.11
7492024-11-06T23:17:17.190Z Downloaded num_enum_derive v0.5.11
7502024-11-06T23:17:17.192Z Downloaded debug-ignore v1.0.5
7512024-11-06T23:17:17.194Z Downloaded stable_deref_trait v1.2.0
7522024-11-06T23:17:17.197Z Downloaded secrecy v0.8.0
7532024-11-06T23:17:17.197Z Downloaded time-core v0.1.2
7542024-11-06T23:17:17.199Z Downloaded radium v0.7.0
7552024-11-06T23:17:17.199Z Downloaded pkg-config v0.3.31
7562024-11-06T23:17:17.201Z Downloaded defmt-macros v0.3.9
7572024-11-06T23:17:17.205Z Downloaded poly1305 v0.8.0
7582024-11-06T23:17:17.207Z Downloaded phf_shared v0.11.2
7592024-11-06T23:17:17.210Z Downloaded vte_generate_state_changes v0.1.2
7602024-11-06T23:17:17.210Z Downloaded polyval v0.6.2
7612024-11-06T23:17:17.212Z Downloaded derive_builder v0.20.2
7622024-11-06T23:17:17.217Z Downloaded tokio-macros v2.4.0
7632024-11-06T23:17:17.219Z Downloaded tls_codec v0.4.1
7642024-11-06T23:17:17.221Z Downloaded strum_macros v0.25.3
7652024-11-06T23:17:17.224Z Downloaded schemars v0.8.21
7662024-11-06T23:17:17.238Z Downloaded peg-runtime v0.8.3
7672024-11-06T23:17:17.240Z Downloaded sqlparser_derive v0.2.2
7682024-11-06T23:17:17.240Z Downloaded path-slash v0.1.5
7692024-11-06T23:17:17.243Z Downloaded aes v0.8.4
7702024-11-06T23:17:17.246Z Downloaded quick-error v1.2.3
7712024-11-06T23:17:17.249Z Downloaded prettyplease v0.2.22
7722024-11-06T23:17:17.252Z Downloaded phf_shared v0.10.0
7732024-11-06T23:17:17.255Z Downloaded test-strategy v0.3.1
7742024-11-06T23:17:17.258Z Downloaded pkcs8 v0.10.2
7752024-11-06T23:17:17.260Z Downloaded nix v0.27.1
7762024-11-06T23:17:17.274Z Downloaded diesel_table_macro_syntax v0.2.0
7772024-11-06T23:17:17.276Z Downloaded rpassword v7.3.1
7782024-11-06T23:17:17.279Z Downloaded downcast v0.11.0
7792024-11-06T23:17:17.279Z Downloaded slog-async v2.8.0
7802024-11-06T23:17:17.281Z Downloaded siphasher v0.3.11
7812024-11-06T23:17:17.281Z Downloaded smallvec v1.13.2
7822024-11-06T23:17:17.285Z Downloaded diesel_derives v2.2.3
7832024-11-06T23:17:17.288Z Downloaded futures-sink v0.3.31
7842024-11-06T23:17:17.291Z Downloaded futures-executor v0.3.31
7852024-11-06T23:17:17.293Z Downloaded parse-display v0.10.0
7862024-11-06T23:17:17.293Z Downloaded heapless v0.8.0
7872024-11-06T23:17:17.297Z Downloaded tokio-tungstenite v0.24.0
7882024-11-06T23:17:17.300Z Downloaded toolchain_find v0.4.0
7892024-11-06T23:17:17.302Z Downloaded ssh-cipher v0.2.0
7902024-11-06T23:17:17.305Z Downloaded twox-hash v1.6.3
7912024-11-06T23:17:17.307Z Downloaded flume v0.11.0
7922024-11-06T23:17:17.310Z Downloaded phf_codegen v0.11.2
7932024-11-06T23:17:17.312Z Downloaded derive-where v1.2.7
7942024-11-06T23:17:17.315Z Downloaded num-traits v0.2.19
7952024-11-06T23:17:17.318Z Downloaded proc-macro-crate v1.3.1
7962024-11-06T23:17:17.320Z Downloaded salsa20 v0.10.2
7972024-11-06T23:17:17.320Z Downloaded phf v0.11.2
7982024-11-06T23:17:17.323Z Downloaded num-bigint-dig v0.8.4
7992024-11-06T23:17:17.328Z Downloaded rusty-fork v0.3.0
8002024-11-06T23:17:17.330Z Downloaded fixedbitset v0.4.2
8012024-11-06T23:17:17.332Z Downloaded embedded-io v0.6.1
8022024-11-06T23:17:17.335Z Downloaded difflib v0.4.0
8032024-11-06T23:17:17.335Z Downloaded sigpipe v0.1.3
8042024-11-06T23:17:17.337Z Downloaded rand v0.8.5
8052024-11-06T23:17:17.340Z Downloaded uzers v0.12.1
8062024-11-06T23:17:17.342Z Downloaded uuid v1.10.0
8072024-11-06T23:17:17.345Z Downloaded sha1 v0.10.6
8082024-11-06T23:17:17.348Z Downloaded value-bag v1.9.0
8092024-11-06T23:17:17.350Z Downloaded slog v2.7.0
8102024-11-06T23:17:17.354Z Downloaded vte v0.11.1
8112024-11-06T23:17:17.356Z Downloaded rayon-core v1.12.1
8122024-11-06T23:17:17.361Z Downloaded num-conv v0.1.0
8132024-11-06T23:17:17.363Z Downloaded simd-adler32 v0.3.7
8142024-11-06T23:17:17.366Z Downloaded openssl-probe v0.1.5
8152024-11-06T23:17:17.366Z Downloaded tungstenite v0.23.0
8162024-11-06T23:17:17.370Z Downloaded tokio-native-tls v0.3.1
8172024-11-06T23:17:17.373Z Downloaded dsl_auto_type v0.1.2
8182024-11-06T23:17:17.376Z Downloaded pem v3.0.4
8192024-11-06T23:17:17.379Z Downloaded parse-zoneinfo v0.3.1
8202024-11-06T23:17:17.379Z Downloaded packed_struct_codegen v0.10.1
8212024-11-06T23:17:17.382Z Downloaded slog-json v2.6.1
8222024-11-06T23:17:17.385Z Downloaded r2d2 v0.8.10
8232024-11-06T23:17:17.385Z Downloaded quinn-udp v0.5.5
8242024-11-06T23:17:17.387Z Downloaded time-macros v0.2.18
8252024-11-06T23:17:17.391Z Downloaded strum_macros v0.26.4
8262024-11-06T23:17:17.394Z Downloaded hashbrown v0.13.2
8272024-11-06T23:17:17.397Z Downloaded embedded-io v0.4.0
8282024-11-06T23:17:17.399Z Downloaded num-complex v0.4.6
8292024-11-06T23:17:17.402Z Downloaded peg v0.8.4
8302024-11-06T23:17:17.406Z Downloaded headers v0.4.0
8312024-11-06T23:17:17.413Z Downloaded phf_generator v0.11.2
8322024-11-06T23:17:17.415Z Downloaded signal-hook-tokio v0.3.1
8332024-11-06T23:17:17.415Z Downloaded progenitor-client v0.8.0
8342024-11-06T23:17:17.418Z Downloaded filetime v0.2.25
8352024-11-06T23:17:17.420Z Downloaded signal-hook-registry v1.4.2
8362024-11-06T23:17:17.420Z Downloaded futures-channel v0.3.31
8372024-11-06T23:17:17.422Z Downloaded progenitor v0.8.0
8382024-11-06T23:17:17.425Z Downloaded predicates-tree v1.0.11
8392024-11-06T23:17:17.427Z Downloaded ff v0.13.0
8402024-11-06T23:17:17.427Z Downloaded ppv-lite86 v0.2.20
8412024-11-06T23:17:17.430Z Downloaded x509-cert v0.2.5
8422024-11-06T23:17:17.436Z Downloaded zopfli v0.8.1
8432024-11-06T23:17:17.439Z Downloaded hashbrown v0.12.3
8442024-11-06T23:17:17.444Z Downloaded display-error-chain v0.2.2
8452024-11-06T23:17:17.447Z Downloaded either v1.13.0
8462024-11-06T23:17:17.449Z Downloaded tokio-postgres v0.7.12
8472024-11-06T23:17:17.453Z Downloaded num-derive v0.4.2
8482024-11-06T23:17:17.456Z Downloaded unicode-truncate v1.1.0
8492024-11-06T23:17:17.458Z Downloaded untrusted v0.9.0
8502024-11-06T23:17:17.460Z Downloaded postgres-protocol v0.6.7
8512024-11-06T23:17:17.463Z Downloaded ena v0.14.3
8522024-11-06T23:17:17.465Z Downloaded nom v7.1.3
8532024-11-06T23:17:17.470Z Downloaded toml v0.7.8
8542024-11-06T23:17:17.474Z Downloaded p256 v0.13.2
8552024-11-06T23:17:17.478Z Downloaded qorb v0.2.0
8562024-11-06T23:17:17.483Z Downloaded subprocess v0.2.9
8572024-11-06T23:17:17.486Z Downloaded publicsuffix v2.2.3
8582024-11-06T23:17:17.489Z Downloaded serde_with v3.11.0
8592024-11-06T23:17:17.499Z Downloaded tinyvec v1.8.0
8602024-11-06T23:17:17.503Z Downloaded der_derive v0.7.3
8612024-11-06T23:17:17.506Z Downloaded chrono v0.4.38
8622024-11-06T23:17:17.514Z Downloaded aho-corasick v1.1.3
8632024-11-06T23:17:17.521Z Downloaded fatfs v0.3.6
8642024-11-06T23:17:17.525Z Downloaded winnow v0.5.40
8652024-11-06T23:17:17.536Z Downloaded displaydoc v0.2.5
8662024-11-06T23:17:17.539Z Downloaded tungstenite v0.21.0
8672024-11-06T23:17:17.543Z Downloaded peg-macros v0.8.4
8682024-11-06T23:17:17.546Z Downloaded serde_yaml v0.9.34+deprecated
8692024-11-06T23:17:17.550Z Downloaded rsa v0.9.6
8702024-11-06T23:17:17.556Z Downloaded diff v0.1.13
8712024-11-06T23:17:17.559Z Downloaded parking_lot v0.11.2
8722024-11-06T23:17:17.567Z Downloaded tough v0.17.1
8732024-11-06T23:17:17.571Z Downloaded omicron-zone-package v0.11.1
8742024-11-06T23:17:17.574Z Downloaded flate2 v1.0.34
8752024-11-06T23:17:17.580Z Downloaded dropshot_endpoint v0.12.0
8762024-11-06T23:17:17.584Z Downloaded time v0.3.36
8772024-11-06T23:17:17.592Z Downloaded der v0.7.9
8782024-11-06T23:17:17.598Z Downloaded hickory-proto v0.24.1
8792024-11-06T23:17:17.616Z Downloaded tokio-util v0.7.12
8802024-11-06T23:17:17.623Z Downloaded pbkdf2 v0.12.2
8812024-11-06T23:17:17.626Z Downloaded sqlformat v0.2.6
8822024-11-06T23:17:17.629Z Downloaded reqwest v0.12.8
8832024-11-06T23:17:17.637Z Downloaded url v2.5.2
8842024-11-06T23:17:17.640Z Downloaded idna v0.2.3
8852024-11-06T23:17:17.649Z Downloaded blake3 v1.5.4
8862024-11-06T23:17:17.659Z Downloaded p521 v0.13.3
8872024-11-06T23:17:17.663Z Downloaded rusqlite v0.32.1
8882024-11-06T23:17:17.671Z Downloaded h2 v0.4.6
8892024-11-06T23:17:17.679Z Downloaded radix_trie v0.2.1
8902024-11-06T23:17:17.685Z Downloaded quick-xml v0.33.0
8912024-11-06T23:17:17.693Z Downloaded bindgen v0.69.5
8922024-11-06T23:17:17.702Z Downloaded proptest v1.5.0
8932024-11-06T23:17:17.713Z Downloaded portable-atomic v1.9.0
8942024-11-06T23:17:17.721Z Downloaded nix v0.28.0
8952024-11-06T23:17:17.734Z Downloaded typed-path v0.7.1
8962024-11-06T23:17:17.741Z Downloaded salty v0.3.0
8972024-11-06T23:17:17.749Z Downloaded sqlparser v0.45.0
8982024-11-06T23:17:17.756Z Downloaded openssl v0.10.66
8992024-11-06T23:17:17.767Z Downloaded nix v0.29.0
9002024-11-06T23:17:17.781Z Downloaded p384 v0.13.0
9012024-11-06T23:17:17.788Z Downloaded futures-util v0.3.31
9022024-11-06T23:17:17.801Z Downloaded polar-core v0.27.3
9032024-11-06T23:17:17.811Z Downloaded rustls-webpki v0.101.7
9042024-11-06T23:17:17.828Z Downloaded rustls v0.21.12
9052024-11-06T23:17:17.841Z Downloaded smoltcp v0.9.1
9062024-11-06T23:17:17.853Z Downloaded gimli v0.31.1
9072024-11-06T23:17:17.863Z Downloaded regex-syntax v0.6.29
9082024-11-06T23:17:17.873Z Downloaded object v0.36.5
9092024-11-06T23:17:17.886Z Downloaded rayon v1.10.0
9102024-11-06T23:17:17.894Z Downloaded git2 v0.19.0
9112024-11-06T23:17:17.904Z Downloaded trust-dns-proto v0.22.0
9122024-11-06T23:17:17.918Z Downloaded rustls v0.22.4
9132024-11-06T23:17:17.935Z Downloaded webpki-roots v0.26.6
9142024-11-06T23:17:17.938Z Downloaded curve25519-dalek v4.1.3
9152024-11-06T23:17:17.971Z Downloaded quinn-proto v0.11.8
9162024-11-06T23:17:17.983Z Downloaded rustls-webpki v0.102.8
9172024-11-06T23:17:17.988Z Downloaded regex v1.11.0
9182024-11-06T23:17:17.991Z Downloaded smoltcp v0.11.0
9192024-11-06T23:17:18.005Z Downloaded chrono-tz v0.10.0
9202024-11-06T23:17:18.013Z Downloaded diesel v2.2.4
9212024-11-06T23:17:18.041Z Downloaded dropshot v0.12.0
9222024-11-06T23:17:18.060Z Downloaded zerocopy-derive v0.6.6
9232024-11-06T23:17:18.074Z Downloaded rustls v0.23.14
9242024-11-06T23:17:18.087Z Downloaded regress v0.10.1
9252024-11-06T23:17:18.107Z Downloaded regress v0.9.1
9262024-11-06T23:17:18.119Z Downloaded openapiv3 v2.0.0
9272024-11-06T23:17:18.145Z Downloaded regex-syntax v0.8.5
9282024-11-06T23:17:18.145Z Downloaded typify-impl v0.2.0
9292024-11-06T23:17:18.161Z Downloaded sled v0.34.7
9302024-11-06T23:17:18.178Z Downloaded lzma-sys v0.1.20
9312024-11-06T23:17:18.193Z Downloaded bstr v1.10.0
9322024-11-06T23:17:18.205Z Downloaded bitvec v1.0.1
9332024-11-06T23:17:18.217Z Downloaded rustyline v14.0.0
9342024-11-06T23:17:18.230Z Downloaded ratatui v0.28.1
9352024-11-06T23:17:18.248Z Downloaded bzip2-sys v0.1.11+1.0.8
9362024-11-06T23:17:18.268Z Downloaded tokio v1.40.0
9372024-11-06T23:17:18.312Z Downloaded vcpkg v0.2.15
9382024-11-06T23:17:18.366Z Downloaded russh v0.45.0
9392024-11-06T23:17:18.373Z Downloaded regex-automata v0.4.8
9402024-11-06T23:17:18.373Z Downloaded libz-sys v1.1.20
9412024-11-06T23:17:18.389Z Downloaded reedline v0.35.0
9422024-11-06T23:17:18.400Z Downloaded hashbrown v0.14.5
9432024-11-06T23:17:18.403Z Downloaded object v0.30.4
9442024-11-06T23:17:18.408Z Downloaded h2 v0.3.26
9452024-11-06T23:17:18.415Z Downloaded csv v1.3.0
9462024-11-06T23:17:18.437Z Downloaded sha3 v0.10.8
9472024-11-06T23:17:18.442Z Downloaded petgraph v0.6.5
9482024-11-06T23:17:18.461Z Downloaded reqwest v0.11.27
9492024-11-06T23:17:18.471Z Downloaded idna v0.5.0
9502024-11-06T23:17:18.487Z Downloaded idna v0.3.0
9512024-11-06T23:17:18.522Z Downloaded elliptic-curve v0.13.8
9522024-11-06T23:17:18.522Z Downloaded num-bigint v0.4.6
9532024-11-06T23:17:18.522Z Downloaded samael v0.0.17
9542024-11-06T23:17:18.586Z Downloaded unicode-normalization v0.1.24
9552024-11-06T23:17:18.586Z Downloaded pbkdf2 v0.11.0
9562024-11-06T23:17:18.586Z Downloaded postcard v1.0.10
9572024-11-06T23:17:18.586Z Downloaded ghash v0.5.1
9582024-11-06T23:17:18.586Z Downloaded parking_lot v0.12.3
9592024-11-06T23:17:18.586Z Downloaded typify v0.2.0
9602024-11-06T23:17:18.587Z Downloaded tiny-keccak v2.0.2
9612024-11-06T23:17:18.587Z Downloaded rustversion v1.0.17
9622024-11-06T23:17:18.587Z Downloaded futures v0.3.31
9632024-11-06T23:17:18.587Z Downloaded similar v2.6.0
9642024-11-06T23:17:18.587Z Downloaded steno v0.4.1
9652024-11-06T23:17:18.587Z Downloaded heapless v0.7.17
9662024-11-06T23:17:18.587Z Downloaded progenitor-macro v0.8.0
9672024-11-06T23:17:18.587Z Downloaded packed_struct v0.10.1
9682024-11-06T23:17:18.587Z Downloaded smf v0.2.3
9692024-11-06T23:17:18.587Z Downloaded slog-scope v4.4.0
9702024-11-06T23:17:18.587Z Downloaded vergen v8.3.2
9712024-11-06T23:17:18.587Z Downloaded futures-core v0.3.31
9722024-11-06T23:17:18.587Z Downloaded unicode-segmentation v1.12.0
9732024-11-06T23:17:18.587Z Downloaded russh-keys v0.45.0
9742024-11-06T23:17:18.633Z Downloaded derive_more v0.99.18
9752024-11-06T23:17:18.634Z Downloaded itertools v0.13.0
9762024-11-06T23:17:18.634Z Downloaded defmt-parser v0.3.4
9772024-11-06T23:17:18.634Z Downloaded which v4.4.2
9782024-11-06T23:17:18.635Z Downloaded wait-timeout v0.2.0
9792024-11-06T23:17:18.635Z Downloaded static_assertions v1.1.0
9802024-11-06T23:17:18.635Z Downloaded spki v0.7.3
9812024-11-06T23:17:18.636Z Downloaded parking_lot_core v0.9.10
9822024-11-06T23:17:18.636Z Downloaded tungstenite v0.24.0
9832024-11-06T23:17:18.636Z Downloaded openssl-sys v0.9.103
9842024-11-06T23:17:18.636Z Downloaded num-integer v0.1.46
9852024-11-06T23:17:18.637Z Downloaded quinn v0.11.5
9862024-11-06T23:17:18.639Z Downloaded expectorate v1.1.0
9872024-11-06T23:17:18.639Z Downloaded num-iter v0.1.45
9882024-11-06T23:17:18.639Z Downloaded fallible-streaming-iterator v0.1.9
9892024-11-06T23:17:18.639Z Downloaded slog-term v2.9.1
9902024-11-06T23:17:18.639Z Downloaded progenitor-impl v0.8.0
9912024-11-06T23:17:18.639Z Downloaded ssh-key v0.6.6
9922024-11-06T23:17:18.639Z Downloaded foldhash v0.1.3
9932024-11-06T23:17:18.640Z Downloaded whoami v1.5.2
9942024-11-06T23:17:18.640Z Downloaded pkcs5 v0.7.1
9952024-11-06T23:17:18.695Z Downloaded snafu v0.8.5
9962024-11-06T23:17:18.695Z Downloaded libxml v0.3.3
9972024-11-06T23:17:18.695Z Downloaded libm v0.2.8
9982024-11-06T23:17:18.695Z Downloaded itertools v0.10.5
9992024-11-06T23:17:18.695Z Downloaded semver v0.1.20
10002024-11-06T23:17:18.696Z Downloaded encoding_rs v0.8.34
10012024-11-06T23:17:18.696Z Downloaded pin-project v1.1.6
10022024-11-06T23:17:18.717Z Downloaded unicode_categories v0.1.1
10032024-11-06T23:17:18.718Z Downloaded toml_edit v0.19.15
10042024-11-06T23:17:18.718Z Downloaded lalrpop v0.19.12
10052024-11-06T23:17:18.718Z Downloaded heck v0.3.3
10062024-11-06T23:17:18.719Z Downloaded spin v0.9.8
10072024-11-06T23:17:18.719Z Downloaded sct v0.7.1
10082024-11-06T23:17:18.731Z Downloaded tracing v0.1.40
10092024-11-06T23:17:18.731Z Downloaded thiserror-impl-no-std v2.0.2
10102024-11-06T23:17:18.731Z Downloaded rustc-hash v2.0.0
10112024-11-06T23:17:18.732Z Downloaded unsafe-libyaml v0.2.11
10122024-11-06T23:17:18.732Z Downloaded tracing-core v0.1.32
10132024-11-06T23:17:18.733Z Downloaded crossterm v0.28.1
10142024-11-06T23:17:18.746Z Downloaded scrypt v0.11.0
10152024-11-06T23:17:18.746Z Downloaded schemars_derive v0.8.21
10162024-11-06T23:17:18.746Z Downloaded oso v0.27.3
10172024-11-06T23:17:18.746Z Downloaded rand_seeder v0.3.0
10182024-11-06T23:17:18.746Z Downloaded float-cmp v0.9.0
10192024-11-06T23:17:18.757Z Downloaded zip v2.1.3
10202024-11-06T23:17:18.757Z Downloaded hickory-resolver v0.24.1
10212024-11-06T23:17:18.757Z Downloaded chacha20poly1305 v0.10.1
10222024-11-06T23:17:18.758Z Downloaded libgit2-sys v0.17.0+1.8.1
10232024-11-06T23:17:18.818Z Downloaded bytes v1.7.2
10242024-11-06T23:17:18.840Z Downloaded ron v0.7.1
10252024-11-06T23:17:18.840Z Downloaded miniz_oxide v0.8.0
10262024-11-06T23:17:18.840Z Downloaded typify-macro v0.2.0
10272024-11-06T23:17:18.841Z Downloaded allocator-api2 v0.2.18
10282024-11-06T23:17:18.841Z Downloaded owo-colors v4.1.0
10292024-11-06T23:17:18.877Z Downloaded serde_path_to_error v0.1.16
10302024-11-06T23:17:18.877Z Downloaded same-file v1.0.6
10312024-11-06T23:17:18.877Z Downloaded rfc6979 v0.4.0
10322024-11-06T23:17:18.877Z Downloaded resolv-conf v0.7.0
10332024-11-06T23:17:18.877Z Downloaded getrandom v0.2.15
10342024-11-06T23:17:18.877Z Downloaded http v1.1.0
10352024-11-06T23:17:18.877Z Downloaded ecdsa v0.16.9
10362024-11-06T23:17:18.878Z Downloaded universal-hash v0.5.1
10372024-11-06T23:17:18.878Z Downloaded tokio-tungstenite v0.21.0
10382024-11-06T23:17:18.878Z Downloaded crossbeam-utils v0.8.20
10392024-11-06T23:17:18.878Z Downloaded crossbeam-epoch v0.9.18
10402024-11-06T23:17:18.878Z Downloaded crc32fast v1.4.2
10412024-11-06T23:17:18.889Z Downloaded crc-any v2.5.0
10422024-11-06T23:17:18.889Z Downloaded cookie v0.18.1
10432024-11-06T23:17:18.889Z Downloaded clang-sys v1.8.1
10442024-11-06T23:17:18.890Z Downloaded zeroize v1.8.1
10452024-11-06T23:17:18.890Z Downloaded percent-encoding v2.3.1
10462024-11-06T23:17:18.890Z Downloaded pem-rfc7468 v0.7.0
10472024-11-06T23:17:18.890Z Downloaded olpc-cjson v0.1.4
10482024-11-06T23:17:18.890Z Downloaded hash32 v0.2.1
10492024-11-06T23:17:18.890Z Downloaded funty v2.0.0
10502024-11-06T23:17:18.890Z Downloaded fragile v2.0.0
10512024-11-06T23:17:18.890Z Downloaded form_urlencoded v1.2.1
10522024-11-06T23:17:18.891Z Downloaded fallible-iterator v0.3.0
10532024-11-06T23:17:18.891Z Downloaded enum-as-inner v0.6.1
10542024-11-06T23:17:18.891Z Downloaded rustls-pki-types v1.9.0
10552024-11-06T23:17:18.891Z Downloaded mime_guess v2.0.5
10562024-11-06T23:17:18.891Z Downloaded hyper-util v0.1.9
10572024-11-06T23:17:18.892Z Downloaded cancel-safe-futures v0.1.5
10582024-11-06T23:17:18.900Z Downloaded csv-core v0.1.11
10592024-11-06T23:17:18.900Z Downloaded cookie_store v0.21.0
10602024-11-06T23:17:18.900Z Downloaded hyper-rustls v0.27.3
10612024-11-06T23:17:18.901Z Downloaded cbc v0.1.2
10622024-11-06T23:17:18.901Z Downloaded arrayvec v0.7.6
10632024-11-06T23:17:18.901Z Downloaded lru v0.12.5
10642024-11-06T23:17:18.909Z Downloaded kstat-rs v0.2.4
10652024-11-06T23:17:18.909Z Downloaded ipnetwork v0.20.0
10662024-11-06T23:17:18.910Z Downloaded base64ct v1.6.0
10672024-11-06T23:17:18.910Z Downloaded backoff v0.4.0
10682024-11-06T23:17:18.910Z Downloaded arc-swap v1.7.1
10692024-11-06T23:17:18.924Z Downloaded chrono-tz-build v0.4.0
10702024-11-06T23:17:18.925Z Downloaded castaway v0.2.3
10712024-11-06T23:17:18.925Z Downloaded lazy_static v1.5.0
10722024-11-06T23:17:18.925Z Downloaded lalrpop-util v0.19.12
10732024-11-06T23:17:18.925Z Downloaded indent_write v2.2.0
10742024-11-06T23:17:18.925Z Downloaded indoc v1.0.9
10752024-11-06T23:17:18.925Z Downloaded bitfield v0.14.0
10762024-11-06T23:17:18.926Z Downloaded instability v0.3.2
10772024-11-06T23:17:18.942Z Downloaded bit-set v0.5.3
10782024-11-06T23:17:18.942Z Downloaded bumpalo v3.16.0
10792024-11-06T23:17:18.942Z Downloaded base64 v0.22.1
10802024-11-06T23:17:18.943Z Downloaded argon2 v0.5.3
10812024-11-06T23:17:18.943Z Downloaded array-init v0.0.4
10822024-11-06T23:17:18.943Z Downloaded hyper v0.14.30
10832024-11-06T23:17:18.959Z Downloaded base16ct v0.2.0
10842024-11-06T23:17:18.959Z Downloaded http-body-util v0.1.2
10852024-11-06T23:17:18.959Z Downloaded async-stream v0.3.6
10862024-11-06T23:17:18.959Z Downloaded crucible-workspace-hack v0.1.0
10872024-11-06T23:17:18.959Z Downloaded atty v0.2.14
10882024-11-06T23:17:18.960Z Downloaded iana-time-zone v0.1.61
10892024-11-06T23:17:18.960Z Downloaded data-encoding v2.6.0
10902024-11-06T23:17:18.960Z Downloaded bitflags v1.3.2
10912024-11-06T23:17:18.960Z Downloaded bcs v0.1.6
10922024-11-06T23:17:18.967Z Downloaded managed v0.8.0
10932024-11-06T23:17:18.967Z Downloaded libsw v3.3.1
10942024-11-06T23:17:18.967Z Downloaded ciborium v0.2.2
10952024-11-06T23:17:18.967Z Downloaded atomicwrites v0.4.4
10962024-11-06T23:17:18.967Z Downloaded hyper-staticfile v0.10.1
10972024-11-06T23:17:18.968Z Downloaded internet-checksum v0.2.1
10982024-11-06T23:17:18.969Z Downloaded inout v0.1.3
10992024-11-06T23:17:18.969Z Downloaded cassowary v0.3.0
11002024-11-06T23:17:18.969Z Downloaded atomic-waker v1.1.2
11012024-11-06T23:17:18.975Z Downloaded ascii-canvas v3.0.0
11022024-11-06T23:17:18.975Z Downloaded arrayref v0.3.9
11032024-11-06T23:17:19.293Z Downloaded ring v0.17.8
11042024-11-06T23:17:19.459Z Downloaded libsqlite3-sys v0.30.1
11052024-11-06T23:17:19.541Z Downloaded ring v0.16.20
11062024-11-06T23:17:19.731Z Compiling serde v1.0.210
11072024-11-06T23:17:19.733Z Compiling typenum v1.17.0
11082024-11-06T23:17:19.733Z Compiling generic-array v0.14.7
11092024-11-06T23:17:19.733Z Compiling lock_api v0.4.12
11102024-11-06T23:17:19.733Z Compiling scopeguard v1.2.0
11112024-11-06T23:17:19.733Z Compiling subtle v2.6.1
11122024-11-06T23:17:19.894Z Compiling syn v2.0.79
11132024-11-06T23:17:19.898Z Compiling getrandom v0.2.15
11142024-11-06T23:17:20.085Z Compiling value-bag v1.9.0
11152024-11-06T23:17:20.196Z Compiling rand_core v0.6.4
11162024-11-06T23:17:20.292Z Compiling const-oid v0.9.6
11172024-11-06T23:17:20.341Z Compiling jobserver v0.1.32
11182024-11-06T23:17:20.447Z Compiling shlex v1.3.0
11192024-11-06T23:17:20.713Z Compiling log v0.4.22
11202024-11-06T23:17:20.751Z Compiling cc v1.1.30
11212024-11-06T23:17:20.868Z Compiling pin-project-lite v0.2.14
11222024-11-06T23:17:20.890Z Compiling smallvec v1.13.2
11232024-11-06T23:17:21.002Z Compiling parking_lot_core v0.9.10
11242024-11-06T23:17:21.353Z Compiling futures-core v0.3.31
11252024-11-06T23:17:21.496Z Compiling signal-hook-registry v1.4.2
11262024-11-06T23:17:21.648Z Compiling mio v1.0.2
11272024-11-06T23:17:21.666Z Compiling cpufeatures v0.2.14
11282024-11-06T23:17:21.774Z Compiling futures-sink v0.3.31
11292024-11-06T23:17:21.953Z Compiling spin v0.9.8
11302024-11-06T23:17:22.347Z Compiling parking_lot v0.12.3
11312024-11-06T23:17:22.380Z Compiling socket2 v0.5.7
11322024-11-06T23:17:22.422Z Compiling slab v0.4.9
11332024-11-06T23:17:22.547Z Compiling serde_json v1.0.128
11342024-11-06T23:17:22.859Z Compiling futures-channel v0.3.31
11352024-11-06T23:17:22.942Z Compiling futures-io v0.3.31
11362024-11-06T23:17:22.962Z Compiling pin-utils v0.1.0
11372024-11-06T23:17:23.067Z Compiling allocator-api2 v0.2.18
11382024-11-06T23:17:23.249Z Compiling foldhash v0.1.3
11392024-11-06T23:17:23.281Z Compiling futures-task v0.3.31
11402024-11-06T23:17:23.306Z Compiling tinyvec_macros v0.1.1
11412024-11-06T23:17:23.336Z Compiling libm v0.2.8
11422024-11-06T23:17:23.409Z Compiling tinyvec v1.8.0
11432024-11-06T23:17:23.442Z Compiling pkg-config v0.3.31
11442024-11-06T23:17:23.559Z Compiling num-traits v0.2.19
11452024-11-06T23:17:23.636Z Compiling unicode-bidi v0.3.17
11462024-11-06T23:17:23.900Z Compiling hashbrown v0.15.0
11472024-11-06T23:17:24.236Z Compiling base64ct v1.6.0
11482024-11-06T23:17:25.059Z Compiling pem-rfc7468 v0.7.0
11492024-11-06T23:17:25.123Z Compiling unicode-normalization v0.1.24
11502024-11-06T23:17:25.194Z Compiling flagset v0.4.6
11512024-11-06T23:17:25.236Z Compiling httparse v1.9.5
11522024-11-06T23:17:25.276Z Compiling ring v0.17.8
11532024-11-06T23:17:25.358Z Compiling tracing-core v0.1.32
11542024-11-06T23:17:25.422Z Compiling crossbeam-utils v0.8.20
11552024-11-06T23:17:25.800Z Compiling rustls-pki-types v1.9.0
11562024-11-06T23:17:26.066Z Compiling percent-encoding v2.3.1
11572024-11-06T23:17:26.354Z Compiling num-conv v0.1.0
11582024-11-06T23:17:26.505Z Compiling time-core v0.1.2
11592024-11-06T23:17:26.635Z Compiling powerfmt v0.2.0
11602024-11-06T23:17:26.678Z Compiling untrusted v0.9.0
11612024-11-06T23:17:26.743Z Compiling vcpkg v0.2.15
11622024-11-06T23:17:26.854Z Compiling time-macros v0.2.18
11632024-11-06T23:17:26.929Z Compiling deranged v0.3.11
11642024-11-06T23:17:27.008Z Compiling atomic-waker v1.1.2
11652024-11-06T23:17:27.037Z Compiling num_threads v0.1.7
11662024-11-06T23:17:27.155Z Compiling form_urlencoded v1.2.1
11672024-11-06T23:17:27.191Z Compiling try-lock v0.2.5
11682024-11-06T23:17:27.343Z Compiling rustix v0.38.37
11692024-11-06T23:17:27.451Z Compiling slog v2.7.0
11702024-11-06T23:17:28.043Z Compiling want v0.3.1
11712024-11-06T23:17:28.110Z Compiling httpdate v1.0.3
11722024-11-06T23:17:28.351Z Compiling idna v0.5.0
11732024-11-06T23:17:28.582Z Compiling adler2 v2.0.0
11742024-11-06T23:17:28.673Z Compiling openssl-sys v0.9.103
11752024-11-06T23:17:28.780Z Compiling iana-time-zone v0.1.61
11762024-11-06T23:17:28.865Z Compiling tower-service v0.3.3
11772024-11-06T23:17:29.001Z Compiling match_cfg v0.1.0
11782024-11-06T23:17:29.104Z Compiling openssl v0.10.66
11792024-11-06T23:17:29.122Z Compiling foreign-types-shared v0.1.1
11802024-11-06T23:17:29.246Z Compiling rustversion v1.0.17
11812024-11-06T23:17:29.249Z Compiling base64 v0.22.1
11822024-11-06T23:17:29.561Z Compiling url v2.5.2
11832024-11-06T23:17:29.915Z Compiling time v0.3.36
11842024-11-06T23:17:29.956Z Compiling foreign-types v0.3.2
11852024-11-06T23:17:29.991Z Compiling hostname v0.3.1
11862024-11-06T23:17:30.049Z Compiling miniz_oxide v0.8.0
11872024-11-06T23:17:30.082Z Compiling dirs-sys-next v0.1.2
11882024-11-06T23:17:30.255Z Compiling aho-corasick v1.1.3
11892024-11-06T23:17:30.714Z Compiling data-encoding v2.6.0
11902024-11-06T23:17:31.371Z Compiling rustls v0.23.14
11912024-11-06T23:17:31.392Z Compiling siphasher v0.3.11
11922024-11-06T23:17:31.582Z Compiling rustls v0.22.4
11932024-11-06T23:17:31.666Z Compiling syn v1.0.109
11942024-11-06T23:17:31.761Z Compiling native-tls v0.2.12
11952024-11-06T23:17:31.876Z Compiling regex-syntax v0.8.5
11962024-11-06T23:17:32.139Z Compiling dirs-next v2.0.0
11972024-11-06T23:17:32.336Z Compiling serde_derive_internals v0.29.1
11982024-11-06T23:17:33.002Z Compiling crossbeam-epoch v0.9.18
11992024-11-06T23:17:33.700Z Compiling bzip2-sys v0.1.11+1.0.8
12002024-11-06T23:17:33.766Z Compiling lazy_static v1.5.0
12012024-11-06T23:17:33.897Z Compiling thread_local v1.1.8
12022024-11-06T23:17:34.223Z Compiling multer v3.1.0
12032024-11-06T23:17:34.367Z Compiling serde_derive v1.0.210
12042024-11-06T23:17:34.443Z Compiling zeroize_derive v1.4.2
12052024-11-06T23:17:34.529Z Compiling zerocopy-derive v0.7.35
12062024-11-06T23:17:34.985Z Compiling tokio-macros v2.4.0
12072024-11-06T23:17:35.174Z Compiling thiserror-impl v1.0.64
12082024-11-06T23:17:35.380Z Compiling futures-macro v0.3.31
12092024-11-06T23:17:36.004Z Compiling zeroize v1.8.1
12102024-11-06T23:17:36.466Z Compiling der_derive v0.7.3
12112024-11-06T23:17:36.620Z Compiling tracing-attributes v0.1.27
12122024-11-06T23:17:36.813Z Compiling zerocopy v0.7.35
12132024-11-06T23:17:37.454Z Compiling futures-util v0.3.31
12142024-11-06T23:17:38.019Z Compiling crypto-common v0.1.6
12152024-11-06T23:17:38.282Z Compiling block-buffer v0.10.4
12162024-11-06T23:17:38.481Z Compiling thiserror v1.0.64
12172024-11-06T23:17:38.502Z Compiling digest v0.10.7
12182024-11-06T23:17:38.521Z Compiling block-padding v0.3.3
12192024-11-06T23:17:38.548Z Compiling ppv-lite86 v0.2.20
12202024-11-06T23:17:38.623Z Compiling pest v2.7.14
12212024-11-06T23:17:38.772Z Compiling inout v0.1.3
12222024-11-06T23:17:38.962Z Compiling hmac v0.12.1
12232024-11-06T23:17:38.995Z Compiling cipher v0.4.4
12242024-11-06T23:17:39.056Z Compiling sha2 v0.10.8
12252024-11-06T23:17:39.235Z Compiling der v0.7.9
12262024-11-06T23:17:39.432Z Compiling rand_chacha v0.3.1
12272024-11-06T23:17:39.520Z Compiling salsa20 v0.10.2
12282024-11-06T23:17:39.776Z Compiling pbkdf2 v0.12.2
12292024-11-06T23:17:39.958Z Compiling rand v0.8.5
12302024-11-06T23:17:40.288Z Compiling tracing v0.1.40
12312024-11-06T23:17:40.838Z Compiling scrypt v0.11.0
12322024-11-06T23:17:41.482Z Compiling pest_meta v2.7.14
12332024-11-06T23:17:41.889Z Compiling spki v0.7.3
12342024-11-06T23:17:41.914Z Compiling aes v0.8.4
12352024-11-06T23:17:42.196Z Compiling cbc v0.1.2
12362024-11-06T23:17:42.259Z Compiling scroll_derive v0.12.0
12372024-11-06T23:17:42.451Z Compiling rustls-webpki v0.102.8
12382024-11-06T23:17:42.768Z Compiling async-trait v0.1.83
12392024-11-06T23:17:42.841Z Compiling pest_generator v2.7.14
12402024-11-06T23:17:43.740Z Compiling scroll v0.12.0
12412024-11-06T23:17:44.211Z Compiling pkcs5 v0.7.1
12422024-11-06T23:17:44.347Z Compiling goblin v0.8.2
12432024-11-06T23:17:44.491Z Compiling openssl-macros v0.1.1
12442024-11-06T23:17:44.783Z Compiling sha1 v0.10.6
12452024-11-06T23:17:44.830Z Compiling signature v2.2.0
12462024-11-06T23:17:45.141Z Compiling pkcs8 v0.10.2
12472024-11-06T23:17:45.218Z Compiling regex-automata v0.4.8
12482024-11-06T23:17:45.292Z Compiling cookie v0.18.1
12492024-11-06T23:17:45.422Z Compiling encoding_rs v0.8.34
12502024-11-06T23:17:45.514Z Compiling unicode-properties v0.1.3
12512024-11-06T23:17:45.595Z Compiling openssl-probe v0.1.5
12522024-11-06T23:17:45.858Z Compiling either v1.13.0
12532024-11-06T23:17:45.954Z Compiling signal-hook v0.3.17
12542024-11-06T23:17:45.976Z Compiling paste v1.0.15
12552024-11-06T23:17:46.301Z Compiling ipnet v2.10.1
12562024-11-06T23:17:46.323Z Compiling pest_derive v2.7.14
12572024-11-06T23:17:46.355Z Compiling mime v0.3.17
12582024-11-06T23:17:46.557Z Compiling slog-async v2.8.0
12592024-11-06T23:17:46.964Z Compiling gimli v0.31.1
12602024-11-06T23:17:47.068Z Compiling rayon-core v1.12.1
12612024-11-06T23:17:47.135Z Compiling dtrace-parser v0.2.0
12622024-11-06T23:17:47.360Z Compiling schemars v0.8.21
12632024-11-06T23:17:47.777Z Compiling stringprep v0.1.5
12642024-11-06T23:17:47.876Z Compiling futures-executor v0.3.31
12652024-11-06T23:17:48.953Z Compiling bytes v1.7.2
12662024-11-06T23:17:49.227Z Compiling indexmap v2.6.0
12672024-11-06T23:17:49.909Z Compiling tokio v1.40.0
12682024-11-06T23:17:50.299Z Compiling http v1.1.0
12692024-11-06T23:17:50.765Z Compiling bitflags v2.6.0
12702024-11-06T23:17:51.208Z Compiling semver v1.0.23
12712024-11-06T23:17:51.980Z Compiling rustc_version v0.4.1
12722024-11-06T23:17:52.269Z Compiling http-body v1.0.1
12732024-11-06T23:17:52.413Z Compiling dof v0.3.0
12742024-11-06T23:17:52.791Z Compiling toml_datetime v0.6.8
12752024-11-06T23:17:52.816Z Compiling serde_spanned v0.6.8
12762024-11-06T23:17:53.071Z Compiling uuid v1.10.0
12772024-11-06T23:17:53.337Z Compiling serde_tokenstream v0.2.2
12782024-11-06T23:17:53.987Z Compiling usdt-impl v0.5.0
12792024-11-06T23:17:54.512Z Compiling chrono v0.4.38
12802024-11-06T23:17:54.628Z Compiling heapless v0.7.17
12812024-11-06T23:17:54.650Z Compiling http-body-util v0.1.2
12822024-11-06T23:17:55.245Z Compiling toml_edit v0.22.22
12832024-11-06T23:17:55.541Z Compiling usdt-attr-macro v0.5.0
12842024-11-06T23:17:57.257Z Compiling usdt-macro v0.5.0
12852024-11-06T23:17:57.818Z Compiling curve25519-dalek v4.1.3
12862024-11-06T23:17:58.072Z Compiling addr2line v0.24.2
12872024-11-06T23:17:58.305Z Compiling slog-json v2.6.1
12882024-11-06T23:17:58.510Z Compiling serde_urlencoded v0.7.1
12892024-11-06T23:17:58.689Z Compiling tokio-util v0.7.12
12902024-11-06T23:17:58.770Z Compiling md-5 v0.10.6
12912024-11-06T23:17:58.804Z Compiling schemars_derive v0.8.21
12922024-11-06T23:17:59.072Z Compiling async-stream-impl v0.3.6
12932024-11-06T23:17:59.131Z Compiling enum-as-inner v0.6.1
12942024-11-06T23:18:00.195Z Compiling h2 v0.4.6
12952024-11-06T23:18:00.499Z Compiling crossbeam-deque v0.8.5
12962024-11-06T23:18:02.053Z Compiling term v0.7.0
12972024-11-06T23:18:02.624Z Compiling crossbeam-channel v0.5.13
12982024-11-06T23:18:03.511Z Compiling num-integer v0.1.46
12992024-11-06T23:18:03.568Z Compiling rustls-pemfile v2.2.0
13002024-11-06T23:18:03.817Z Compiling idna v0.4.0
13012024-11-06T23:18:03.915Z Compiling idna v0.3.0
13022024-11-06T23:18:04.029Z Compiling hash32 v0.2.1
13032024-11-06T23:18:04.266Z Compiling ff v0.13.0
13042024-11-06T23:18:04.423Z Compiling is-terminal v0.4.13
13052024-11-06T23:18:04.510Z Compiling dropshot v0.12.0
13062024-11-06T23:18:04.557Z Compiling object v0.36.5
13072024-11-06T23:18:04.829Z Compiling fallible-iterator v0.2.0
13082024-11-06T23:18:05.116Z Compiling base16ct v0.2.0
13092024-11-06T23:18:05.450Z Compiling linked-hash-map v0.5.6
13102024-11-06T23:18:05.452Z Compiling smoltcp v0.9.1
13112024-11-06T23:18:05.548Z Compiling rustc-demangle v0.1.24
13122024-11-06T23:18:05.568Z Compiling stable_deref_trait v1.2.0
13132024-11-06T23:18:05.676Z Compiling anyhow v1.0.92
13142024-11-06T23:18:05.861Z Compiling psl-types v2.0.11
13152024-11-06T23:18:06.072Z Compiling dyn-clone v1.0.17
13162024-11-06T23:18:06.237Z Compiling utf-8 v0.7.6
13172024-11-06T23:18:06.314Z Compiling quick-error v1.2.3
13182024-11-06T23:18:06.391Z Compiling take_mut v0.2.2
13192024-11-06T23:18:06.477Z Compiling num-bigint-dig v0.8.4
13202024-11-06T23:18:06.531Z Compiling portable-atomic v1.9.0
13212024-11-06T23:18:06.589Z Compiling tungstenite v0.24.0
13222024-11-06T23:18:06.837Z Compiling resolv-conf v0.7.0
13232024-11-06T23:18:07.622Z Compiling hyper v1.4.1
13242024-11-06T23:18:08.090Z Compiling publicsuffix v2.2.3
13252024-11-06T23:18:08.363Z Compiling lru-cache v0.1.2
13262024-11-06T23:18:08.950Z Compiling postgres-protocol v0.6.7
13272024-11-06T23:18:09.910Z Compiling sec1 v0.7.3
13282024-11-06T23:18:10.323Z Compiling hyper-util v0.1.9
13292024-11-06T23:18:10.521Z Compiling tokio-rustls v0.26.0
13302024-11-06T23:18:10.949Z Compiling hickory-proto v0.24.1
13312024-11-06T23:18:11.028Z Compiling slog-term v2.9.1
13322024-11-06T23:18:11.529Z Compiling usdt v0.5.0
13332024-11-06T23:18:11.813Z Compiling group v0.13.0
13342024-11-06T23:18:12.059Z Compiling num-iter v0.1.45
13352024-11-06T23:18:12.163Z Compiling tokio-native-tls v0.3.1
13362024-11-06T23:18:12.253Z Compiling backtrace v0.3.74
13372024-11-06T23:18:12.457Z Compiling async-stream v0.3.6
13382024-11-06T23:18:12.794Z Compiling toml v0.8.19
13392024-11-06T23:18:13.013Z Compiling tokio-rustls v0.25.0
13402024-11-06T23:18:13.463Z Compiling slog-bunyan v2.5.0
13412024-11-06T23:18:13.667Z Compiling terminal_size v0.4.0
13422024-11-06T23:18:13.689Z Compiling dropshot_endpoint v0.12.0
13432024-11-06T23:18:13.716Z Compiling openapiv3 v2.0.0
13442024-11-06T23:18:13.920Z Compiling camino v1.1.9
13452024-11-06T23:18:14.203Z Compiling serde_path_to_error v0.1.16
13462024-11-06T23:18:14.563Z Compiling futures v0.3.31
13472024-11-06T23:18:14.856Z Compiling hubpack_derive v0.1.1
13482024-11-06T23:18:15.652Z Compiling hkdf v0.12.4
13492024-11-06T23:18:15.799Z Compiling crypto-bigint v0.5.5
13502024-11-06T23:18:15.835Z Compiling curve25519-dalek-derive v0.1.1
13512024-11-06T23:18:15.915Z Compiling zerocopy-derive v0.6.6
13522024-11-06T23:18:15.934Z Compiling phf_shared v0.11.2
13532024-11-06T23:18:16.359Z Compiling waitgroup v0.1.2
13542024-11-06T23:18:16.384Z Compiling webpki-roots v0.26.6
13552024-11-06T23:18:16.604Z Compiling hostname v0.4.0
13562024-11-06T23:18:16.624Z Compiling ahash v0.8.11
13572024-11-06T23:18:16.865Z Compiling fs-err v2.11.0
13582024-11-06T23:18:16.984Z Compiling crc32fast v1.4.2
13592024-11-06T23:18:17.183Z Compiling bitflags v1.3.2
13602024-11-06T23:18:17.304Z Compiling debug-ignore v1.0.5
13612024-11-06T23:18:17.352Z Compiling managed v0.8.0
13622024-11-06T23:18:17.378Z Compiling winnow v0.5.40
13632024-11-06T23:18:17.454Z Compiling clap_builder v4.5.20
13642024-11-06T23:18:18.130Z Compiling zerocopy v0.6.6
13652024-11-06T23:18:19.057Z Compiling elliptic-curve v0.13.8
13662024-11-06T23:18:19.946Z Compiling strum_macros v0.25.3
13672024-11-06T23:18:20.050Z Compiling flate2 v1.0.34
13682024-11-06T23:18:21.004Z Compiling console v0.15.8
13692024-11-06T23:18:21.419Z Compiling toml_edit v0.19.15
13702024-11-06T23:18:21.706Z Compiling hickory-resolver v0.24.1
13712024-11-06T23:18:22.270Z Compiling hyper-rustls v0.27.3
13722024-11-06T23:18:22.600Z Compiling phf v0.11.2
13732024-11-06T23:18:22.913Z Compiling hubpack v0.1.2
13742024-11-06T23:18:22.934Z Compiling signal-hook-mio v0.2.4
13752024-11-06T23:18:23.105Z Compiling cookie_store v0.21.0
13762024-11-06T23:18:23.363Z Compiling rayon v1.10.0
13772024-11-06T23:18:24.689Z Compiling hyper-tls v0.6.0
13782024-11-06T23:18:24.879Z Compiling bzip2 v0.4.4
13792024-11-06T23:18:25.296Z Compiling postgres-types v0.2.8
13802024-11-06T23:18:26.599Z Compiling tokio-tungstenite v0.24.0
13812024-11-06T23:18:26.882Z Compiling tokio-stream v0.1.16
13822024-11-06T23:18:27.178Z Compiling regex v1.11.0
13832024-11-06T23:18:27.887Z Compiling bstr v1.10.0
13842024-11-06T23:18:27.999Z Compiling serde-big-array v0.5.1
13852024-11-06T23:18:28.246Z Compiling ed25519 v2.2.3
13862024-11-06T23:18:28.266Z Compiling pkcs1 v0.7.5
13872024-11-06T23:18:28.285Z Compiling rfc6979 v0.4.0
13882024-11-06T23:18:28.287Z Compiling serde_repr v0.1.19
13892024-11-06T23:18:28.359Z Compiling derive-where v1.2.7
13902024-11-06T23:18:28.480Z Compiling clap_derive v4.5.18
13912024-11-06T23:18:29.239Z Compiling phf_shared v0.10.0
13922024-11-06T23:18:29.326Z Compiling float-cmp v0.9.0
13932024-11-06T23:18:29.517Z Compiling sync_wrapper v1.0.1
13942024-11-06T23:18:29.554Z Compiling bit-vec v0.6.3
13952024-11-06T23:18:29.679Z Compiling predicates-core v1.0.8
13962024-11-06T23:18:29.682Z Compiling whoami v1.5.2
13972024-11-06T23:18:29.682Z Compiling new_debug_unreachable v1.0.6
13982024-11-06T23:18:29.823Z Compiling normalize-line-endings v0.3.0
13992024-11-06T23:18:29.964Z Compiling minimal-lexical v0.2.1
14002024-11-06T23:18:30.029Z Compiling unicode-segmentation v1.12.0
14012024-11-06T23:18:30.055Z Compiling difflib v0.4.0
14022024-11-06T23:18:30.157Z Compiling static_assertions v1.1.0
14032024-11-06T23:18:30.272Z Compiling fixedbitset v0.4.2
14042024-11-06T23:18:30.339Z Compiling number_prefix v0.4.0
14052024-11-06T23:18:30.531Z Compiling precomputed-hash v0.1.1
14062024-11-06T23:18:30.572Z Compiling petgraph v0.6.5
14072024-11-06T23:18:30.658Z Compiling string_cache v0.8.7
14082024-11-06T23:18:30.764Z Compiling indicatif v0.17.8
14092024-11-06T23:18:30.974Z Compiling similar v2.6.0
14102024-11-06T23:18:31.161Z Compiling predicates v3.1.2
14112024-11-06T23:18:31.735Z Compiling nom v7.1.3
14122024-11-06T23:18:31.911Z Compiling qorb v0.2.0
14132024-11-06T23:18:32.920Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14142024-11-06T23:18:32.964Z Compiling tokio-postgres v0.7.12
14152024-11-06T23:18:33.322Z Compiling clap v4.5.20
14162024-11-06T23:18:33.452Z Compiling bit-set v0.5.3
14172024-11-06T23:18:33.490Z Compiling reqwest v0.12.8
14182024-11-06T23:18:33.758Z Compiling rsa v0.9.6
14192024-11-06T23:18:34.918Z Compiling ed25519-dalek v2.1.1
14202024-11-06T23:18:35.679Z Compiling ecdsa v0.16.9
14212024-11-06T23:18:36.377Z Compiling zip v0.6.6
14222024-11-06T23:18:36.605Z Compiling toml v0.7.8
14232024-11-06T23:18:37.825Z Compiling crossterm v0.28.1
14242024-11-06T23:18:38.947Z Compiling hex v0.4.3
14252024-11-06T23:18:38.988Z Compiling itertools v0.10.5
14262024-11-06T23:18:39.605Z Compiling itertools v0.12.1
14272024-11-06T23:18:39.626Z Compiling x509-cert v0.2.5
14282024-11-06T23:18:39.713Z Compiling lalrpop-util v0.19.12
14292024-11-06T23:18:40.120Z Compiling unicode-xid v0.2.6
14302024-11-06T23:18:40.142Z Compiling peg-runtime v0.8.3
14312024-11-06T23:18:40.319Z Compiling xattr v1.3.1
14322024-11-06T23:18:40.601Z Compiling strum_macros v0.26.4
14332024-11-06T23:18:40.834Z Compiling filetime v0.2.25
14342024-11-06T23:18:41.177Z Compiling tar v0.4.42
14352024-11-06T23:18:43.859Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14362024-11-06T23:18:44.002Z Compiling strum v0.26.3
14372024-11-06T23:18:44.156Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14382024-11-06T23:18:49.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
14392024-11-06T23:18:50.145Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14402024-11-06T23:18:50.195ZNov 06 23:18:49.129 INFO Starting download, target: Clickhouse
14412024-11-06T23:18:50.195ZNov 06 23:18:49.129 INFO Starting download, target: Cockroach
14422024-11-06T23:18:50.195ZNov 06 23:18:49.129 INFO Starting download, target: Console
14432024-11-06T23:18:50.195ZNov 06 23:18:49.129 INFO Starting download, target: DendriteOpenapi
14442024-11-06T23:18:50.195ZNov 06 23:18:49.129 INFO Starting download, target: DendriteStub
14452024-11-06T23:18:50.195ZNov 06 23:18:49.129 INFO Starting download, target: MaghemiteMgd
14462024-11-06T23:18:50.198ZNov 06 23:18:49.129 INFO Starting download, target: TransceiverControl
14472024-11-06T23:18:50.198ZNov 06 23:18:49.130 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14482024-11-06T23:18:50.198ZNov 06 23:18:49.130 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi
14492024-11-06T23:18:50.198ZNov 06 23:18:49.130 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14502024-11-06T23:18:50.198ZNov 06 23:18:49.130 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14512024-11-06T23:18:50.198ZNov 06 23:18:49.130 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14522024-11-06T23:18:50.198ZNov 06 23:18:49.130 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14532024-11-06T23:18:50.198ZNov 06 23:18:49.130 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14542024-11-06T23:18:50.423ZNov 06 23:18:49.345 INFO Download complete, target: DendriteOpenapi
14552024-11-06T23:18:50.485ZNov 06 23:18:49.414 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14562024-11-06T23:18:50.740ZNov 06 23:18:49.658 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14572024-11-06T23:18:51.045ZNov 06 23:18:49.975 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14582024-11-06T23:18:51.054ZNov 06 23:18:49.977 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14592024-11-06T23:18:51.073ZNov 06 23:18:50.004 INFO Download complete, target: Console
14602024-11-06T23:18:51.232ZNov 06 23:18:50.160 INFO Download complete, target: TransceiverControl
14612024-11-06T23:18:51.669ZNov 06 23:18:50.603 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14622024-11-06T23:18:51.669ZNov 06 23:18:50.603 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14632024-11-06T23:18:52.224ZNov 06 23:18:51.158 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14642024-11-06T23:18:53.920ZNov 06 23:18:52.853 INFO Download complete, target: DendriteStub
14652024-11-06T23:18:54.107ZNov 06 23:18:53.040 INFO Download complete, target: MaghemiteMgd
14662024-11-06T23:18:59.049ZNov 06 23:18:57.982 INFO Checking that binary works, target: Cockroach
14672024-11-06T23:18:59.221ZNov 06 23:18:58.154 INFO Download complete, target: Cockroach
14682024-11-06T23:19:04.387ZNov 06 23:19:03.319 INFO Checking that binary works, target: Clickhouse
14692024-11-06T23:19:04.533ZNov 06 23:19:03.465 INFO Download complete, target: Clickhouse
14702024-11-06T23:19:04.541ZAll prerequisites installed successfully
14712024-11-06T23:19:04.544Z
14722024-11-06T23:19:04.544Zreal 4:06.096932924
14732024-11-06T23:19:04.544Zuser 12:48.185878642
14742024-11-06T23:19:04.544Zsys 2:48.172664699
14752024-11-06T23:19:04.544Ztrap 0.491363540
14762024-11-06T23:19:04.544Ztflt 1.383108273
14772024-11-06T23:19:04.544Zdflt 1.233477684
14782024-11-06T23:19:04.544Zkflt 0.027353335
14792024-11-06T23:19:04.544Zlock 23:40.040267784
14802024-11-06T23:19:04.544Zslp 49:44.471117885
14812024-11-06T23:19:04.544Zlat 48.533310273
14822024-11-06T23:19:04.544Zstop 2:08.152192119
14832024-11-06T23:19:04.544Z+ ptime -m cargo xtask download softnpu
14842024-11-06T23:19:05.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
14852024-11-06T23:19:05.098Z Running `target/debug/xtask download softnpu`
14862024-11-06T23:19:05.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
14872024-11-06T23:19:06.011Z Running `target/debug/xtask-downloader softnpu`
14882024-11-06T23:19:06.052ZNov 06 23:19:04.983 INFO Starting download, target: Softnpu
14892024-11-06T23:19:06.054ZNov 06 23:19:04.984 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14902024-11-06T23:19:07.235ZNov 06 23:19:06.167 INFO Download complete, target: Softnpu
14912024-11-06T23:19:07.239Z
14922024-11-06T23:19:07.242Zreal 2.690349387
14932024-11-06T23:19:07.242Zuser 1.292560074
14942024-11-06T23:19:07.242Zsys 0.561682883
14952024-11-06T23:19:07.242Ztrap 0.000956219
14962024-11-06T23:19:07.242Ztflt 0.000008518
14972024-11-06T23:19:07.242Zdflt 0.000014868
14982024-11-06T23:19:07.242Zkflt 0.000000000
14992024-11-06T23:19:07.242Zlock 12.509505832
15002024-11-06T23:19:07.242Zslp 1.035831657
15012024-11-06T23:19:07.242Zlat 0.070812036
15022024-11-06T23:19:07.242Zstop 0.000314742
15032024-11-06T23:19:07.242Z+ export CARGO_INCREMENTAL=0
15042024-11-06T23:19:07.242Z+ CARGO_INCREMENTAL=0
15052024-11-06T23:19:07.242Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15062024-11-06T23:19:08.265Z Compiling proc-macro2 v1.0.87
15072024-11-06T23:19:08.265Z Compiling unicode-ident v1.0.13
15082024-11-06T23:19:08.282Z Compiling libc v0.2.161
15092024-11-06T23:19:08.282Z Compiling serde v1.0.210
15102024-11-06T23:19:08.282Z Compiling version_check v0.9.5
15112024-11-06T23:19:08.282Z Compiling autocfg v1.4.0
15122024-11-06T23:19:08.282Z Compiling cfg-if v1.0.0
15132024-11-06T23:19:08.500Z Compiling typenum v1.17.0
15142024-11-06T23:19:08.534Z Compiling shlex v1.3.0
15152024-11-06T23:19:08.630Z Compiling memchr v2.7.4
15162024-11-06T23:19:08.947Z Compiling parking_lot_core v0.9.10
15172024-11-06T23:19:09.253Z Compiling lock_api v0.4.12
15182024-11-06T23:19:09.364Z Compiling generic-array v0.14.7
15192024-11-06T23:19:09.416Z Compiling once_cell v1.20.2
15202024-11-06T23:19:09.592Z Compiling serde_json v1.0.128
15212024-11-06T23:19:09.688Z Compiling thiserror v1.0.64
15222024-11-06T23:19:09.843Z Compiling libm v0.2.8
15232024-11-06T23:19:09.938Z Compiling num-traits v0.2.19
15242024-11-06T23:19:10.029Z Compiling quote v1.0.37
15252024-11-06T23:19:10.189Z Compiling value-bag v1.9.0
15262024-11-06T23:19:10.211Z Compiling itoa v1.0.11
15272024-11-06T23:19:10.411Z Compiling syn v2.0.79
15282024-11-06T23:19:10.444Z Compiling getrandom v0.2.15
15292024-11-06T23:19:10.533Z Compiling jobserver v0.1.32
15302024-11-06T23:19:10.659Z Compiling log v0.4.22
15312024-11-06T23:19:10.793Z Compiling slab v0.4.9
15322024-11-06T23:19:10.942Z Compiling cc v1.1.30
15332024-11-06T23:19:11.031Z Compiling scopeguard v1.2.0
15342024-11-06T23:19:11.057Z Compiling byteorder v1.5.0
15352024-11-06T23:19:11.132Z Compiling rand_core v0.6.4
15362024-11-06T23:19:11.946Z Compiling allocator-api2 v0.2.18
15372024-11-06T23:19:12.105Z Compiling subtle v2.6.1
15382024-11-06T23:19:12.403Z Compiling semver v1.0.23
15392024-11-06T23:19:12.784Z Compiling pkg-config v0.3.31
15402024-11-06T23:19:12.892Z Compiling const-oid v0.9.6
15412024-11-06T23:19:13.161Z Compiling pin-project-lite v0.2.14
15422024-11-06T23:19:13.214Z Compiling ryu v1.0.18
15432024-11-06T23:19:13.235Z Compiling smallvec v1.13.2
15442024-11-06T23:19:13.299Z Compiling equivalent v1.0.1
15452024-11-06T23:19:13.432Z Compiling foldhash v0.1.3
15462024-11-06T23:19:13.565Z Compiling httparse v1.9.5
15472024-11-06T23:19:13.738Z Compiling hashbrown v0.15.0
15482024-11-06T23:19:13.887Z Compiling schemars v0.8.21
15492024-11-06T23:19:14.246Z Compiling signal-hook-registry v1.4.2
15502024-11-06T23:19:14.296Z Compiling heck v0.5.0
15512024-11-06T23:19:14.332Z Compiling ring v0.17.8
15522024-11-06T23:19:14.729Z Compiling parking_lot v0.12.3
15532024-11-06T23:19:14.749Z Compiling mio v1.0.2
15542024-11-06T23:19:15.337Z Compiling crossbeam-utils v0.8.20
15552024-11-06T23:19:15.487Z Compiling socket2 v0.5.7
15562024-11-06T23:19:15.851Z Compiling num-conv v0.1.0
15572024-11-06T23:19:15.876Z Compiling fnv v1.0.7
15582024-11-06T23:19:16.011Z Compiling futures-core v0.3.31
15592024-11-06T23:19:16.286Z Compiling time-core v0.1.2
15602024-11-06T23:19:16.460Z Compiling vcpkg v0.2.15
15612024-11-06T23:19:16.566Z Compiling time-macros v0.2.18
15622024-11-06T23:19:17.929Z Compiling spin v0.9.8
15632024-11-06T23:19:18.047Z Compiling openssl-sys v0.9.103
15642024-11-06T23:19:18.308Z Compiling serde_derive_internals v0.29.1
15652024-11-06T23:19:18.676Z Compiling cpufeatures v0.2.14
15662024-11-06T23:19:18.790Z Compiling futures-sink v0.3.31
15672024-11-06T23:19:19.057Z Compiling ahash v0.8.11
15682024-11-06T23:19:19.386Z Compiling slog v2.7.0
15692024-11-06T23:19:19.419Z Compiling syn v1.0.109
15702024-11-06T23:19:19.623Z Compiling rustix v0.38.37
15712024-11-06T23:19:19.848Z Compiling futures-channel v0.3.31
15722024-11-06T23:19:19.947Z Compiling futures-task v0.3.31
15732024-11-06T23:19:20.222Z Compiling iana-time-zone v0.1.61
15742024-11-06T23:19:20.388Z Compiling futures-io v0.3.31
15752024-11-06T23:19:20.390Z Compiling ucd-trie v0.1.7
15762024-11-06T23:19:20.437Z Compiling tinyvec_macros v0.1.1
15772024-11-06T23:19:20.505Z Compiling openssl v0.10.66
15782024-11-06T23:19:20.533Z Compiling pin-utils v0.1.0
15792024-11-06T23:19:20.635Z Compiling tinyvec v1.8.0
15802024-11-06T23:19:21.250Z Compiling native-tls v0.2.12
15812024-11-06T23:19:21.292Z Compiling rustls v0.23.14
15822024-11-06T23:19:21.518Z Compiling unicode-bidi v0.3.17
15832024-11-06T23:19:21.596Z Compiling base64ct v1.6.0
15842024-11-06T23:19:22.127Z Compiling unicode-normalization v0.1.24
15852024-11-06T23:19:22.150Z Compiling pem-rfc7468 v0.7.0
15862024-11-06T23:19:22.907Z Compiling tracing-core v0.1.32
15872024-11-06T23:19:23.037Z Compiling serde_derive v1.0.210
15882024-11-06T23:19:23.272Z Compiling zeroize_derive v1.4.2
15892024-11-06T23:19:24.138Z Compiling zerocopy-derive v0.7.35
15902024-11-06T23:19:24.329Z Compiling thiserror-impl v1.0.64
15912024-11-06T23:19:24.601Z Compiling zeroize v1.8.1
15922024-11-06T23:19:24.994Z Compiling tokio-macros v2.4.0
15932024-11-06T23:19:25.998Z Compiling futures-macro v0.3.31
15942024-11-06T23:19:26.386Z Compiling zerocopy v0.7.35
15952024-11-06T23:19:26.903Z Compiling crypto-common v0.1.6
15962024-11-06T23:19:27.261Z Compiling tracing-attributes v0.1.27
15972024-11-06T23:19:27.688Z Compiling block-buffer v0.10.4
15982024-11-06T23:19:27.908Z Compiling digest v0.10.7
15992024-11-06T23:19:28.023Z Compiling schemars_derive v0.8.21
16002024-11-06T23:19:28.396Z Compiling der_derive v0.7.3
16012024-11-06T23:19:29.565Z Compiling hmac v0.12.1
16022024-11-06T23:19:29.740Z Compiling scroll_derive v0.12.0
16032024-11-06T23:19:29.797Z Compiling futures-util v0.3.31
16042024-11-06T23:19:30.490Z Compiling pest v2.7.14
16052024-11-06T23:19:30.798Z Compiling block-padding v0.3.3
16062024-11-06T23:19:31.030Z Compiling inout v0.1.3
16072024-11-06T23:19:31.311Z Compiling openssl-macros v0.1.1
16082024-11-06T23:19:31.774Z Compiling cipher v0.4.4
16092024-11-06T23:19:32.078Z Compiling sha2 v0.10.8
16102024-11-06T23:19:32.247Z Compiling ppv-lite86 v0.2.20
16112024-11-06T23:19:32.830Z Compiling cookie v0.18.1
16122024-11-06T23:19:33.153Z Compiling pest_meta v2.7.14
16132024-11-06T23:19:33.186Z Compiling usdt-impl v0.5.0
16142024-11-06T23:19:33.504Z Compiling dyn-clone v1.0.17
16152024-11-06T23:19:33.572Z Compiling flagset v0.4.6
16162024-11-06T23:19:33.795Z Compiling anyhow v1.0.92
16172024-11-06T23:19:33.950Z Compiling der v0.7.9
16182024-11-06T23:19:34.364Z Compiling rand_chacha v0.3.1
16192024-11-06T23:19:35.129Z Compiling pest_generator v2.7.14
16202024-11-06T23:19:35.289Z Compiling scroll v0.12.0
16212024-11-06T23:19:35.684Z Compiling bytes v1.7.2
16222024-11-06T23:19:35.827Z Compiling indexmap v2.6.0
16232024-11-06T23:19:36.920Z Compiling tokio v1.40.0
16242024-11-06T23:19:37.075Z Compiling http v1.1.0
16252024-11-06T23:19:37.395Z Compiling serde_tokenstream v0.2.2
16262024-11-06T23:19:37.527Z Compiling rustc_version v0.4.1
16272024-11-06T23:19:38.151Z Compiling uuid v1.10.0
16282024-11-06T23:19:38.171Z Compiling bitflags v2.6.0
16292024-11-06T23:19:38.684Z Compiling chrono v0.4.38
16302024-11-06T23:19:39.358Z Compiling toml_datetime v0.6.8
16312024-11-06T23:19:39.489Z Compiling serde_spanned v0.6.8
16322024-11-06T23:19:39.818Z Compiling pest_derive v2.7.14
16332024-11-06T23:19:40.618Z Compiling tracing v0.1.40
16342024-11-06T23:19:41.913Z Compiling async-trait v0.1.83
16352024-11-06T23:19:44.248Z Compiling aho-corasick v1.1.3
16362024-11-06T23:19:44.562Z Compiling regex-syntax v0.8.5
16372024-11-06T23:19:45.149Z Compiling plain v0.2.3
16382024-11-06T23:19:45.321Z Compiling rayon-core v1.12.1
16392024-11-06T23:19:45.650Z Compiling camino v1.1.9
16402024-11-06T23:19:46.222Z Compiling rustls-pki-types v1.9.0
16412024-11-06T23:19:46.302Z Compiling percent-encoding v2.3.1
16422024-11-06T23:19:46.660Z Compiling tokio-util v0.7.12
16432024-11-06T23:19:47.267Z Compiling goblin v0.8.2
16442024-11-06T23:19:48.045Z Compiling spki v0.7.3
16452024-11-06T23:19:48.445Z Compiling regex-automata v0.4.8
16462024-11-06T23:19:48.464Z Compiling rand v0.8.5
16472024-11-06T23:19:48.717Z Compiling salsa20 v0.10.2
16482024-11-06T23:19:48.982Z Compiling pbkdf2 v0.12.2
16492024-11-06T23:19:49.893Z Compiling untrusted v0.9.0
16502024-11-06T23:19:50.095Z Compiling powerfmt v0.2.0
16512024-11-06T23:19:50.115Z Compiling winnow v0.5.40
16522024-11-06T23:19:50.173Z Compiling pretty-hex v0.4.1
16532024-11-06T23:19:50.404Z Compiling rustls v0.22.4
16542024-11-06T23:19:50.689Z Compiling deranged v0.3.11
16552024-11-06T23:19:53.161Z Compiling scrypt v0.11.0
16562024-11-06T23:19:53.618Z Compiling dof v0.3.0
16572024-11-06T23:19:53.900Z Compiling toml_edit v0.19.15
16582024-11-06T23:19:54.132Z Compiling dtrace-parser v0.2.0
16592024-11-06T23:19:55.472Z Compiling cbc v0.1.2
16602024-11-06T23:19:55.712Z Compiling aes v0.8.4
16612024-11-06T23:19:55.768Z Compiling thread-id v4.2.2
16622024-11-06T23:19:55.890Z Compiling num_threads v0.1.7
16632024-11-06T23:19:56.035Z Compiling atomic-waker v1.1.2
16642024-11-06T23:19:56.063Z Compiling rustversion v1.0.17
16652024-11-06T23:19:56.488Z Compiling time v0.3.36
16662024-11-06T23:19:56.754Z Compiling pkcs5 v0.7.1
16672024-11-06T23:19:57.932Z Compiling rustls-webpki v0.102.8
16682024-11-06T23:19:58.825Z Compiling form_urlencoded v1.2.1
16692024-11-06T23:19:59.063Z Compiling http-body v1.0.1
16702024-11-06T23:19:59.113Z Compiling heapless v0.7.17
16712024-11-06T23:19:59.749Z Compiling bzip2-sys v0.1.11+1.0.8
16722024-11-06T23:19:59.769Z Compiling multer v3.1.0
16732024-11-06T23:20:00.098Z Compiling slog-async v2.8.0
16742024-11-06T23:20:00.235Z Compiling try-lock v0.2.5
16752024-11-06T23:20:00.594Z Compiling signal-hook v0.3.17
16762024-11-06T23:20:00.858Z Compiling want v0.3.1
16772024-11-06T23:20:01.141Z Compiling pkcs8 v0.10.2
16782024-11-06T23:20:01.806Z Compiling h2 v0.4.6
16792024-11-06T23:20:02.545Z Compiling regex v1.11.0
16802024-11-06T23:20:03.310Z Compiling httpdate v1.0.3
16812024-11-06T23:20:03.649Z Compiling paste v1.0.15
16822024-11-06T23:20:03.858Z Compiling adler2 v2.0.0
16832024-11-06T23:20:03.884Z Compiling strsim v0.11.1
16842024-11-06T23:20:04.107Z Compiling miniz_oxide v0.8.0
16852024-11-06T23:20:06.106Z Compiling usdt-macro v0.5.0
16862024-11-06T23:20:06.364Z Compiling usdt-attr-macro v0.5.0
16872024-11-06T23:20:07.527Z Compiling curve25519-dalek v4.1.3
16882024-11-06T23:20:07.550Z Compiling openapiv3 v2.0.0
16892024-11-06T23:20:07.896Z Compiling idna v0.5.0
16902024-11-06T23:20:07.935Z Compiling async-stream-impl v0.3.6
16912024-11-06T23:20:09.278Z Compiling hyper v1.4.1
16922024-11-06T23:20:09.297Z Compiling enum-as-inner v0.6.1
16932024-11-06T23:20:09.500Z Compiling errno v0.3.9
16942024-11-06T23:20:09.790Z Compiling dropshot v0.12.0
16952024-11-06T23:20:10.104Z Compiling num-bigint-dig v0.8.4
16962024-11-06T23:20:10.302Z Compiling smoltcp v0.9.1
16972024-11-06T23:20:10.428Z Compiling base64 v0.22.1
16982024-11-06T23:20:11.194Z Compiling foreign-types-shared v0.1.1
16992024-11-06T23:20:11.322Z Compiling tower-service v0.3.3
17002024-11-06T23:20:11.470Z Compiling portable-atomic v1.9.0
17012024-11-06T23:20:11.748Z Compiling match_cfg v0.1.0
17022024-11-06T23:20:11.850Z Compiling hostname v0.3.1
17032024-11-06T23:20:11.900Z Compiling hyper-util v0.1.9
17042024-11-06T23:20:12.083Z Compiling foreign-types v0.3.2
17052024-11-06T23:20:12.204Z Compiling url v2.5.2
17062024-11-06T23:20:14.827Z Compiling dirs-sys-next v0.1.2
17072024-11-06T23:20:14.988Z Compiling gimli v0.31.1
17082024-11-06T23:20:15.255Z Compiling data-encoding v2.6.0
17092024-11-06T23:20:15.333Z Compiling heck v0.4.1
17102024-11-06T23:20:15.916Z Compiling siphasher v0.3.11
17112024-11-06T23:20:16.307Z Compiling dirs-next v2.0.0
17122024-11-06T23:20:20.643Z Compiling addr2line v0.24.2
17132024-11-06T23:20:22.649Z Compiling http-body-util v0.1.2
17142024-11-06T23:20:23.212Z Compiling crossbeam-epoch v0.9.18
17152024-11-06T23:20:23.672Z Compiling dropshot_endpoint v0.12.0
17162024-11-06T23:20:23.925Z Compiling hubpack_derive v0.1.1
17172024-11-06T23:20:23.944Z Compiling sha1 v0.10.6
17182024-11-06T23:20:24.345Z Compiling signature v2.2.0
17192024-11-06T23:20:24.395Z Compiling zerocopy-derive v0.6.6
17202024-11-06T23:20:24.579Z Compiling curve25519-dalek-derive v0.1.1
17212024-11-06T23:20:24.838Z Compiling lazy_static v1.5.0
17222024-11-06T23:20:25.660Z Compiling object v0.36.5
17232024-11-06T23:20:25.964Z Compiling thread_local v1.1.8
17242024-11-06T23:20:26.218Z Compiling fs-err v2.11.0
17252024-11-06T23:20:26.343Z Compiling encoding_rs v0.8.34
17262024-11-06T23:20:26.473Z Compiling winnow v0.6.20
17272024-11-06T23:20:26.563Z Compiling rustc-demangle v0.1.24
17282024-11-06T23:20:26.773Z Compiling either v1.13.0
17292024-11-06T23:20:27.209Z Compiling anstyle v1.0.8
17302024-11-06T23:20:27.713Z Compiling stable_deref_trait v1.2.0
17312024-11-06T23:20:27.821Z Compiling mime v0.3.17
17322024-11-06T23:20:28.926Z Compiling openssl-probe v0.1.5
17332024-11-06T23:20:29.227Z Compiling ipnet v2.10.1
17342024-11-06T23:20:29.877Z Compiling utf8parse v0.2.2
17352024-11-06T23:20:30.068Z Compiling unicode-properties v0.1.3
17362024-11-06T23:20:30.261Z Compiling toml_edit v0.22.22
17372024-11-06T23:20:30.489Z Compiling stringprep v0.1.5
17382024-11-06T23:20:30.515Z Compiling anstyle-parse v0.2.5
17392024-11-06T23:20:34.273Z Compiling backtrace v0.3.74
17402024-11-06T23:20:37.527Z Compiling crossbeam-deque v0.8.5
17412024-11-06T23:20:39.127Z Compiling term v0.7.0
17422024-11-06T23:20:40.346Z Compiling slog-json v2.6.1
17432024-11-06T23:20:43.257Z Compiling serde_urlencoded v0.7.1
17442024-11-06T23:20:43.277Z Compiling crossbeam-channel v0.5.13
17452024-11-06T23:20:43.796Z Compiling rustls-pemfile v2.2.0
17462024-11-06T23:20:44.254Z Compiling hashbrown v0.14.5
17472024-11-06T23:20:44.374Z Compiling futures-executor v0.3.31
17482024-11-06T23:20:45.168Z Compiling md-5 v0.10.6
17492024-11-06T23:20:45.211Z Compiling idna v0.3.0
17502024-11-06T23:20:45.269Z Compiling idna v0.4.0
17512024-11-06T23:20:45.407Z Compiling num-integer v0.1.46
17522024-11-06T23:20:45.718Z Compiling ff v0.13.0
17532024-11-06T23:20:45.958Z Compiling hash32 v0.2.1
17542024-11-06T23:20:46.110Z Compiling is-terminal v0.4.13
17552024-11-06T23:20:46.255Z Compiling memmap v0.7.0
17562024-11-06T23:20:46.632Z Compiling fallible-iterator v0.2.0
17572024-11-06T23:20:46.707Z Compiling quick-error v1.2.3
17582024-11-06T23:20:46.865Z Compiling is_terminal_polyfill v1.70.1
17592024-11-06T23:20:46.998Z Compiling psl-types v2.0.11
17602024-11-06T23:20:47.218Z Compiling anstyle-query v1.1.1
17612024-11-06T23:20:47.377Z Compiling utf-8 v0.7.6
17622024-11-06T23:20:47.380Z Compiling linked-hash-map v0.5.6
17632024-11-06T23:20:47.675Z Compiling take_mut v0.2.2
17642024-11-06T23:20:47.854Z Compiling base16ct v0.2.0
17652024-11-06T23:20:49.239Z Compiling colorchoice v1.0.2
17662024-11-06T23:20:49.411Z Compiling anstream v0.6.15
17672024-11-06T23:20:49.756Z Compiling sec1 v0.7.3
17682024-11-06T23:20:50.751Z Compiling lru-cache v0.1.2
17692024-11-06T23:20:50.979Z Compiling tungstenite v0.24.0
17702024-11-06T23:20:51.219Z Compiling postgres-protocol v0.6.7
17712024-11-06T23:20:51.334Z Compiling publicsuffix v2.2.3
17722024-11-06T23:20:51.621Z Compiling resolv-conf v0.7.0
17732024-11-06T23:20:52.280Z Compiling usdt v0.5.0
17742024-11-06T23:20:52.435Z Compiling slog-term v2.9.1
17752024-11-06T23:20:52.772Z Compiling hickory-proto v0.24.1
17762024-11-06T23:20:52.984Z Compiling group v0.13.0
17772024-11-06T23:20:53.323Z Compiling num-iter v0.1.45
17782024-11-06T23:20:53.559Z Compiling regress v0.10.1
17792024-11-06T23:20:55.967Z Compiling futures v0.3.31
17802024-11-06T23:20:57.782Z Compiling tokio-rustls v0.25.0
17812024-11-06T23:20:58.247Z Compiling slog-bunyan v2.5.0
17822024-11-06T23:20:58.356Z Compiling tokio-rustls v0.26.0
17832024-11-06T23:20:58.472Z Compiling toml v0.8.19
17842024-11-06T23:20:58.839Z Compiling tokio-native-tls v0.3.1
17852024-11-06T23:20:58.898Z Compiling terminal_size v0.4.0
17862024-11-06T23:20:59.120Z Compiling phf_shared v0.11.2
17872024-11-06T23:20:59.149Z Compiling strum_macros v0.25.3
17882024-11-06T23:20:59.754Z Compiling async-stream v0.3.6
17892024-11-06T23:21:00.147Z Compiling waitgroup v0.1.2
17902024-11-06T23:21:00.659Z Compiling webpki-roots v0.26.6
17912024-11-06T23:21:00.893Z Compiling serde_path_to_error v0.1.16
17922024-11-06T23:21:01.566Z Compiling hkdf v0.12.4
17932024-11-06T23:21:01.593Z Compiling crypto-bigint v0.5.5
17942024-11-06T23:21:01.816Z Compiling serde_repr v0.1.19
17952024-11-06T23:21:01.818Z Compiling derive-where v1.2.7
17962024-11-06T23:21:02.684Z Compiling clap_derive v4.5.18
17972024-11-06T23:21:03.016Z Compiling hostname v0.4.0
17982024-11-06T23:21:03.264Z Compiling crc32fast v1.4.2
17992024-11-06T23:21:03.595Z Compiling unicode-width v0.1.14
18002024-11-06T23:21:04.184Z Compiling managed v0.8.0
18012024-11-06T23:21:04.647Z Compiling bitflags v1.3.2
18022024-11-06T23:21:04.769Z Compiling debug-ignore v1.0.5
18032024-11-06T23:21:04.987Z Compiling clap_lex v0.7.2
18042024-11-06T23:21:05.397Z Compiling clap_builder v4.5.20
18052024-11-06T23:21:05.789Z Compiling elliptic-curve v0.13.8
18062024-11-06T23:21:06.586Z Compiling console v0.15.8
18072024-11-06T23:21:07.189Z Compiling flate2 v1.0.34
18082024-11-06T23:21:08.405Z Compiling hyper-rustls v0.27.3
18092024-11-06T23:21:11.600Z Compiling phf v0.11.2
18102024-11-06T23:21:11.936Z Compiling hyper-tls v0.6.0
18112024-11-06T23:21:11.955Z Compiling hickory-resolver v0.24.1
18122024-11-06T23:21:12.230Z Compiling signal-hook-mio v0.2.4
18132024-11-06T23:21:12.330Z Compiling bzip2 v0.4.4
18142024-11-06T23:21:12.408Z Compiling typify-impl v0.2.0
18152024-11-06T23:21:12.537Z Compiling rayon v1.10.0
18162024-11-06T23:21:12.735Z Compiling cookie_store v0.21.0
18172024-11-06T23:21:13.995Z Compiling tokio-tungstenite v0.24.0
18182024-11-06T23:21:14.162Z Compiling postgres-types v0.2.8
18192024-11-06T23:21:15.098Z Compiling zerocopy v0.6.6
18202024-11-06T23:21:15.537Z Compiling hubpack v0.1.2
18212024-11-06T23:21:15.704Z Compiling ed25519 v2.2.3
18222024-11-06T23:21:15.977Z Compiling phf_shared v0.10.0
18232024-11-06T23:21:16.152Z Compiling pkcs1 v0.7.5
18242024-11-06T23:21:16.381Z Compiling bstr v1.10.0
18252024-11-06T23:21:17.109Z Compiling tokio-stream v0.1.16
18262024-11-06T23:21:17.312Z Compiling serde-big-array v0.5.1
18272024-11-06T23:21:17.531Z Compiling rfc6979 v0.4.0
18282024-11-06T23:21:17.551Z Compiling float-cmp v0.9.0
18292024-11-06T23:21:17.736Z Compiling sync_wrapper v1.0.1
18302024-11-06T23:21:17.788Z Compiling precomputed-hash v0.1.1
18312024-11-06T23:21:17.900Z Compiling normalize-line-endings v0.3.0
18322024-11-06T23:21:17.923Z Compiling whoami v1.5.2
18332024-11-06T23:21:17.971Z Compiling unicode-segmentation v1.12.0
18342024-11-06T23:21:18.051Z Compiling static_assertions v1.1.0
18352024-11-06T23:21:18.174Z Compiling bit-vec v0.6.3
18362024-11-06T23:21:18.222Z Compiling difflib v0.4.0
18372024-11-06T23:21:18.867Z Compiling new_debug_unreachable v1.0.6
18382024-11-06T23:21:18.905Z Compiling predicates-core v1.0.8
18392024-11-06T23:21:19.234Z Compiling number_prefix v0.4.0
18402024-11-06T23:21:19.418Z Compiling fixedbitset v0.4.2
18412024-11-06T23:21:19.487Z Compiling minimal-lexical v0.2.1
18422024-11-06T23:21:19.589Z Compiling indicatif v0.17.8
18432024-11-06T23:21:19.661Z Compiling predicates v3.1.2
18442024-11-06T23:21:19.822Z Compiling petgraph v0.6.5
18452024-11-06T23:21:20.007Z Compiling nom v7.1.3
18462024-11-06T23:21:20.252Z Compiling string_cache v0.8.7
18472024-11-06T23:21:21.099Z Compiling similar v2.6.0
18482024-11-06T23:21:22.486Z Compiling bit-set v0.5.3
18492024-11-06T23:21:22.802Z Compiling tokio-postgres v0.7.12
18502024-11-06T23:21:23.083Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18512024-11-06T23:21:23.839Z Compiling typify-macro v0.2.0
18522024-11-06T23:21:23.911Z Compiling qorb v0.2.0
18532024-11-06T23:21:23.958Z Compiling reqwest v0.12.8
18542024-11-06T23:21:25.595Z Compiling ecdsa v0.16.9
18552024-11-06T23:21:27.871Z Compiling rsa v0.9.6
18562024-11-06T23:21:28.566Z Compiling ed25519-dalek v2.1.1
18572024-11-06T23:21:29.491Z Compiling zip v0.6.6
18582024-11-06T23:21:29.574Z Compiling crossterm v0.28.1
18592024-11-06T23:21:29.612Z Compiling clap v4.5.20
18602024-11-06T23:21:30.745Z Compiling itertools v0.10.5
18612024-11-06T23:21:31.734Z Compiling itertools v0.12.1
18622024-11-06T23:21:32.726Z Compiling toml v0.7.8
18632024-11-06T23:21:32.961Z Compiling x509-cert v0.2.5
18642024-11-06T23:21:33.815Z Compiling hex v0.4.3
18652024-11-06T23:21:34.459Z Compiling unicode-xid v0.2.6
18662024-11-06T23:21:34.573Z Compiling peg-runtime v0.8.3
18672024-11-06T23:21:35.040Z Compiling lalrpop-util v0.19.12
18682024-11-06T23:21:37.309Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18692024-11-06T23:21:39.151Z Compiling proc-macro-crate v1.3.1
18702024-11-06T23:21:39.848Z Compiling ipnetwork v0.20.0
18712024-11-06T23:21:41.446Z Compiling heapless v0.8.0
18722024-11-06T23:21:42.435Z Compiling num_enum_derive v0.5.11
18732024-11-06T23:21:49.694Z Compiling hash32 v0.3.1
18742024-11-06T23:21:52.361Z Compiling smoltcp v0.11.0
18752024-11-06T23:21:52.983Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18762024-11-06T23:21:53.350Z Compiling ident_case v1.0.1
18772024-11-06T23:21:53.543Z Compiling darling_core v0.20.10
18782024-11-06T23:22:07.467Z Compiling num_enum v0.5.11
18792024-11-06T23:22:08.206Z Compiling typify v0.2.0
18802024-11-06T23:22:10.956Z Compiling proc-macro-error-attr v1.0.4
18812024-11-06T23:22:11.297Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18822024-11-06T23:22:11.626Z Compiling cobs v0.2.3
18832024-11-06T23:22:11.901Z Compiling unsafe-libyaml v0.2.11
18842024-11-06T23:22:14.019Z Compiling serde_yaml v0.9.34+deprecated
18852024-11-06T23:22:16.392Z Compiling postcard v1.0.10
18862024-11-06T23:22:25.245Z Compiling progenitor-impl v0.8.0
18872024-11-06T23:22:30.393Z Compiling darling_macro v0.20.10
18882024-11-06T23:22:40.115Z Compiling strum_macros v0.26.4
18892024-11-06T23:22:40.733Z Compiling structmeta-derive v0.3.0
18902024-11-06T23:22:41.004Z Compiling foreign-types-macros v0.2.3
18912024-11-06T23:22:41.341Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18922024-11-06T23:22:41.478Z Compiling proc-macro-error v1.0.4
18932024-11-06T23:22:41.941Z Compiling foreign-types-shared v0.3.1
18942024-11-06T23:22:42.245Z Compiling newtype-uuid v1.1.2
18952024-11-06T23:22:43.288Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18962024-11-06T23:22:43.469Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18972024-11-06T23:22:43.628Z Compiling structmeta v0.3.0
18982024-11-06T23:22:44.446Z Compiling strum v0.26.3
18992024-11-06T23:22:46.987Z Compiling foreign-types v0.5.0
19002024-11-06T23:22:52.748Z Compiling progenitor-macro v0.8.0
19012024-11-06T23:22:55.404Z Compiling darling v0.20.10
19022024-11-06T23:22:57.665Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
19032024-11-06T23:22:58.060Z Compiling progenitor-client v0.8.0
19042024-11-06T23:22:58.984Z Compiling tabwriter v1.4.0
19052024-11-06T23:23:01.489Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19062024-11-06T23:23:01.841Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19072024-11-06T23:23:02.323Z Compiling cstr-argument v0.1.2
19082024-11-06T23:23:02.450Z Compiling pretty-hex v0.2.1
19092024-11-06T23:23:02.619Z Compiling fastrand v2.1.1
19102024-11-06T23:23:02.681Z Compiling crucible-workspace-hack v0.1.0
19112024-11-06T23:23:02.749Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
19122024-11-06T23:23:03.459Z Compiling tempfile v3.13.0
19132024-11-06T23:23:03.792Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19142024-11-06T23:23:04.228Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19152024-11-06T23:23:04.409Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19162024-11-06T23:23:04.613Z Compiling serde_with_macros v3.11.0
19172024-11-06T23:23:05.187Z Compiling parse-display-derive v0.10.0
19182024-11-06T23:23:05.213Z Compiling colored v2.1.0
19192024-11-06T23:23:05.509Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19202024-11-06T23:23:06.236Z Compiling instant v0.1.13
19212024-11-06T23:23:06.424Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19222024-11-06T23:23:06.466Z Compiling backoff v0.4.0
19232024-11-06T23:23:06.678Z Compiling progenitor v0.8.0
19242024-11-06T23:23:06.817Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19252024-11-06T23:23:06.885Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19262024-11-06T23:23:06.922Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19272024-11-06T23:23:07.154Z Compiling serde_with v3.11.0
19282024-11-06T23:23:09.058Z Compiling parse-display v0.10.0
19292024-11-06T23:23:09.908Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19302024-11-06T23:23:10.499Z Compiling zone_cfg_derive v0.3.0
19312024-11-06T23:23:11.056Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19322024-11-06T23:23:11.311Z Compiling camino-tempfile v1.1.1
19332024-11-06T23:23:11.777Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19342024-11-06T23:23:11.825Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19352024-11-06T23:23:11.888Z Compiling regress v0.9.1
19362024-11-06T23:23:12.032Z Compiling macaddr v1.0.1
19372024-11-06T23:23:12.089Z Compiling num-derive v0.4.2
19382024-11-06T23:23:12.322Z Compiling sigpipe v0.1.3
19392024-11-06T23:23:12.483Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19402024-11-06T23:23:12.671Z Compiling libefi-sys v0.1.0
19412024-11-06T23:23:12.840Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19422024-11-06T23:23:13.065Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19432024-11-06T23:23:13.692Z Compiling zone v0.3.0
19442024-11-06T23:23:14.380Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
19452024-11-06T23:23:16.001Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19462024-11-06T23:23:16.159Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19472024-11-06T23:23:17.081Z Compiling smf v0.2.3
19482024-11-06T23:23:17.109Z Compiling bitfield-struct v0.6.2
19492024-11-06T23:23:18.484Z Compiling blake3 v1.5.4
19502024-11-06T23:23:19.178Z Compiling ring v0.16.20
19512024-11-06T23:23:19.649Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19522024-11-06T23:23:20.265Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19532024-11-06T23:23:20.918Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19542024-11-06T23:23:21.044Z Compiling xattr v1.3.1
19552024-11-06T23:23:21.210Z Compiling memmap2 v0.9.5
19562024-11-06T23:23:21.374Z Compiling filetime v0.2.25
19572024-11-06T23:23:21.763Z Compiling arrayref v0.3.9
19582024-11-06T23:23:21.784Z Compiling untrusted v0.7.1
19592024-11-06T23:23:21.878Z Compiling arrayvec v0.7.6
19602024-11-06T23:23:21.991Z Compiling same-file v1.0.6
19612024-11-06T23:23:22.145Z Compiling spin v0.5.2
19622024-11-06T23:23:22.300Z Compiling constant_time_eq v0.3.1
19632024-11-06T23:23:22.395Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19642024-11-06T23:23:22.497Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19652024-11-06T23:23:22.529Z Compiling walkdir v2.5.0
19662024-11-06T23:23:24.071Z Compiling tar v0.4.42
19672024-11-06T23:23:24.572Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19682024-11-06T23:23:25.011Z Compiling gethostname v0.5.0
19692024-11-06T23:23:25.206Z Compiling cargo-platform v0.1.8
19702024-11-06T23:23:25.235Z Compiling topological-sort v0.2.2
19712024-11-06T23:23:26.274Z Compiling cargo_metadata v0.18.1
19722024-11-06T23:23:28.439Z Compiling omicron-zone-package v0.11.1
19732024-11-06T23:23:33.609Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19742024-11-06T23:23:36.073Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19752024-11-06T23:23:39.675Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19762024-11-06T23:23:56.209Z Finished `release` profile [optimized] target(s) in 4m 48s
19772024-11-06T23:23:56.381Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19782024-11-06T23:23:56.431ZLogging to: /work/oxidecomputer/omicron/out/LOG
19792024-11-06T23:23:56.434ZCreated new build target 'test' and set it as active
19802024-11-06T23:23:56.434Z
19812024-11-06T23:23:56.434Zreal 4:49.148253626
19822024-11-06T23:23:56.434Zuser 32:48.456367177
19832024-11-06T23:23:56.434Zsys 4:00.032920321
19842024-11-06T23:23:56.434Ztrap 1.004502817
19852024-11-06T23:23:56.434Ztflt 2.956356316
19862024-11-06T23:23:56.434Zdflt 0.667978689
19872024-11-06T23:23:56.434Zkflt 0.000332469
19882024-11-06T23:23:56.434Zlock 1:11:37.280185128
19892024-11-06T23:23:56.434Zslp 2:04:51.685870429
19902024-11-06T23:23:56.434Zlat 2:11.544757336
19912024-11-06T23:23:56.434Zstop 4:12.732533597
19922024-11-06T23:23:56.434Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19932024-11-06T23:23:57.457Z Finished `release` profile [optimized] target(s) in 0.96s
19942024-11-06T23:23:57.522Z Running `target/release/omicron-package -t test package`
19952024-11-06T23:23:57.569ZLogging to: /work/oxidecomputer/omicron/out/LOG
19962024-11-06T23:23:58.796Z Compiling convert_case v0.4.0
19972024-11-06T23:23:58.797Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19982024-11-06T23:23:58.797Z Compiling itertools v0.13.0
19992024-11-06T23:23:58.807Z Compiling password-hash v0.5.0
20002024-11-06T23:23:58.807Z Compiling blake2 v0.10.6
20012024-11-06T23:23:58.807Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20022024-11-06T23:23:58.807Z Compiling newline-converter v0.3.0
20032024-11-06T23:23:58.807Z Compiling cancel-safe-futures v0.1.5
20042024-11-06T23:23:59.217Z Compiling owo-colors v4.1.0
20052024-11-06T23:23:59.237Z Compiling expectorate v1.1.0
20062024-11-06T23:23:59.407Z Compiling base64 v0.21.7
20072024-11-06T23:23:59.502Z Compiling argon2 v0.5.3
20082024-11-06T23:23:59.612Z Compiling derive_more v0.99.18
20092024-11-06T23:24:00.206Z Compiling libsw v3.3.1
20102024-11-06T23:24:00.342Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20112024-11-06T23:24:00.542Z Compiling linear-map v1.2.0
20122024-11-06T23:24:00.565Z Compiling indent_write v2.2.0
20132024-11-06T23:24:00.822Z Compiling swrite v0.1.0
20142024-11-06T23:24:00.936Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20152024-11-06T23:24:00.968Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
20162024-11-06T23:24:00.991Z Compiling progenitor-client v0.8.0
20172024-11-06T23:24:01.194Z Compiling atomicwrites v0.4.4
20182024-11-06T23:24:01.419Z Compiling progenitor v0.8.0
20192024-11-06T23:24:01.668Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20202024-11-06T23:24:01.750Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20212024-11-06T23:24:01.963Z Compiling num-rational v0.4.2
20222024-11-06T23:24:02.388Z Compiling num-complex v0.4.6
20232024-11-06T23:24:02.880Z Compiling prettyplease v0.2.22
20242024-11-06T23:24:03.233Z Compiling float-ord v0.3.2
20252024-11-06T23:24:03.435Z Compiling semver v0.1.20
20262024-11-06T23:24:03.781Z Compiling num v0.4.3
20272024-11-06T23:24:03.914Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20282024-11-06T23:24:04.032Z Compiling rustc_version v0.1.7
20292024-11-06T23:24:04.452Z Compiling newtype_derive v0.1.6
20302024-11-06T23:24:04.579Z Compiling humantime v2.1.0
20312024-11-06T23:24:04.880Z Compiling highway v1.2.0
20322024-11-06T23:24:05.615Z Compiling home v0.5.9
20332024-11-06T23:24:05.890Z Compiling steno v0.4.1
20342024-11-06T23:24:06.040Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20352024-11-06T23:24:08.845Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20362024-11-06T23:24:09.407Z Compiling newtype-uuid v1.1.2
20372024-11-06T23:24:09.800Z Compiling tungstenite v0.21.0
20382024-11-06T23:24:10.274Z Compiling ipnetwork v0.20.0
20392024-11-06T23:24:10.703Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20402024-11-06T23:24:11.085Z Compiling instant v0.1.13
20412024-11-06T23:24:11.249Z Compiling slog-dtrace v0.3.0
20422024-11-06T23:24:11.671Z Compiling backoff v0.4.0
20432024-11-06T23:24:12.066Z Compiling tokio-tungstenite v0.21.0
20442024-11-06T23:24:12.741Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20452024-11-06T23:24:13.499Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20462024-11-06T23:24:13.907Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20472024-11-06T23:24:15.019Z Compiling parse-display v0.10.0
20482024-11-06T23:24:15.562Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20492024-11-06T23:24:15.767Z Compiling serde_with v3.11.0
20502024-11-06T23:24:16.157Z Compiling strum v0.26.3
20512024-11-06T23:24:16.365Z Compiling regress v0.9.1
20522024-11-06T23:24:20.087Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20532024-11-06T23:24:21.558Z Compiling macaddr v1.0.1
20542024-11-06T23:24:21.950Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20552024-11-06T23:24:22.029Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20562024-11-06T23:24:23.317Z Compiling arc-swap v1.7.1
20572024-11-06T23:24:24.076Z Compiling display-error-chain v0.2.2
20582024-11-06T23:24:24.336Z Compiling slog-scope v4.4.0
20592024-11-06T23:24:24.521Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20602024-11-06T23:24:25.207Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20612024-11-06T23:24:26.332Z Compiling half v2.4.1
20622024-11-06T23:24:27.090Z Compiling ciborium-io v0.2.2
20632024-11-06T23:24:27.254Z Compiling ciborium-ll v0.2.2
20642024-11-06T23:24:27.816Z Compiling slog-stdlog v4.1.1
20652024-11-06T23:24:28.673Z Compiling slog-envlogger v2.2.0
20662024-11-06T23:24:28.694Z Compiling ciborium v0.2.2
20672024-11-06T23:24:29.312Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20682024-11-06T23:24:30.821Z Compiling fastrand v2.1.1
20692024-11-06T23:24:31.406Z Compiling same-file v1.0.6
20702024-11-06T23:24:31.538Z Compiling tempfile v3.13.0
20712024-11-06T23:24:31.681Z Compiling walkdir v2.5.0
20722024-11-06T23:24:32.338Z Compiling ring v0.16.20
20732024-11-06T23:24:32.380Z Compiling blake3 v1.5.4
20742024-11-06T23:24:33.029Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20752024-11-06T23:24:35.874Z Compiling xattr v1.3.1
20762024-11-06T23:24:36.187Z Compiling filetime v0.2.25
20772024-11-06T23:24:36.540Z Compiling memmap2 v0.9.5
20782024-11-06T23:24:37.022Z Compiling arrayref v0.3.9
20792024-11-06T23:24:37.184Z Compiling spin v0.5.2
20802024-11-06T23:24:37.438Z Compiling keccak v0.1.5
20812024-11-06T23:24:38.602Z Compiling arrayvec v0.7.6
20822024-11-06T23:24:39.076Z Compiling constant_time_eq v0.3.1
20832024-11-06T23:24:39.266Z Compiling untrusted v0.7.1
20842024-11-06T23:24:40.601Z Compiling sha3 v0.10.8
20852024-11-06T23:24:40.652Z Compiling tar v0.4.42
20862024-11-06T23:24:41.537Z Compiling toolchain_find v0.4.0
20872024-11-06T23:24:42.127Z Compiling camino-tempfile v1.1.1
20882024-11-06T23:24:42.568Z Compiling nibble_vec v0.1.0
20892024-11-06T23:24:42.608Z Compiling maplit v1.0.2
20902024-11-06T23:24:42.646Z Compiling topological-sort v0.2.2
20912024-11-06T23:24:42.751Z Compiling radium v0.7.0
20922024-11-06T23:24:42.826Z Compiling crunchy v0.2.2
20932024-11-06T23:24:42.846Z Compiling glob v0.3.1
20942024-11-06T23:24:42.880Z Compiling endian-type v0.1.2
20952024-11-06T23:24:43.179Z Compiling radix_trie v0.2.1
20962024-11-06T23:24:43.286Z Compiling omicron-zone-package v0.11.1
20972024-11-06T23:24:43.366Z Compiling rustfmt-wrapper v0.2.1
20982024-11-06T23:24:43.680Z Compiling clang-sys v1.8.1
20992024-11-06T23:24:43.821Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21002024-11-06T23:24:43.966Z Compiling pem v3.0.4
21012024-11-06T23:24:44.133Z Compiling maybe-uninit v2.0.0
21022024-11-06T23:24:44.422Z Compiling tap v1.0.1
21032024-11-06T23:24:44.630Z Compiling tiny-keccak v2.0.2
21042024-11-06T23:24:44.752Z Compiling wyz v0.5.1
21052024-11-06T23:24:45.247Z Compiling dsl_auto_type v0.1.2
21062024-11-06T23:24:45.289Z Compiling scheduled-thread-pool v0.2.7
21072024-11-06T23:24:45.443Z Compiling secrecy v0.8.0
21082024-11-06T23:24:45.746Z Compiling diesel_table_macro_syntax v0.2.0
21092024-11-06T23:24:45.822Z Compiling packed_struct v0.10.1
21102024-11-06T23:24:46.104Z Compiling crc-catalog v2.4.0
21112024-11-06T23:24:46.280Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
21122024-11-06T23:24:46.284Z Compiling funty v2.0.0
21132024-11-06T23:24:46.539Z Compiling crc v3.2.1
21142024-11-06T23:24:46.596Z Compiling diesel_derives v2.2.3
21152024-11-06T23:24:46.695Z Compiling r2d2 v0.8.10
21162024-11-06T23:24:47.660Z Compiling bitvec v1.0.1
21172024-11-06T23:24:48.402Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21182024-11-06T23:24:48.763Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21192024-11-06T23:24:48.849Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21202024-11-06T23:24:48.872Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21212024-11-06T23:24:48.892Z Compiling ascii-canvas v3.0.0
21222024-11-06T23:24:49.335Z Compiling universal-hash v0.5.1
21232024-11-06T23:24:49.592Z Compiling thiserror-impl-no-std v2.0.2
21242024-11-06T23:24:52.314Z Compiling packed_struct_codegen v0.10.1
21252024-11-06T23:24:52.480Z Compiling ena v0.14.3
21262024-11-06T23:24:52.975Z Compiling lzma-sys v0.1.20
21272024-11-06T23:24:53.764Z Compiling libloading v0.8.5
21282024-11-06T23:24:54.172Z Compiling indexmap v1.9.3
21292024-11-06T23:24:54.531Z Compiling diff v0.1.13
21302024-11-06T23:24:54.778Z Compiling nodrop v0.1.14
21312024-11-06T23:24:54.929Z Compiling bindgen v0.69.5
21322024-11-06T23:24:55.176Z Compiling regex-syntax v0.6.29
21332024-11-06T23:24:55.426Z Compiling opaque-debug v0.3.1
21342024-11-06T23:24:55.544Z Compiling poly1305 v0.8.0
21352024-11-06T23:24:57.117Z Compiling array-init v0.0.4
21362024-11-06T23:24:57.915Z Compiling diesel v2.2.4
21372024-11-06T23:25:00.528Z Compiling lalrpop v0.19.12
21382024-11-06T23:25:06.326Z Compiling thiserror-no-std v2.0.2
21392024-11-06T23:25:06.482Z Compiling smallvec v0.6.14
21402024-11-06T23:25:07.675Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21412024-11-06T23:25:08.783Z Compiling which v4.4.2
21422024-11-06T23:25:09.373Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21432024-11-06T23:25:09.698Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21442024-11-06T23:25:09.951Z Compiling chacha20 v0.9.1
21452024-11-06T23:25:10.463Z Compiling heck v0.3.3
21462024-11-06T23:25:10.873Z Compiling const_format_proc_macros v0.2.33
21472024-11-06T23:25:12.808Z Compiling cexpr v0.6.0
21482024-11-06T23:25:13.162Z Compiling aead v0.5.2
21492024-11-06T23:25:13.546Z Compiling ref-cast v1.0.23
21502024-11-06T23:25:14.064Z Compiling lazycell v1.3.0
21512024-11-06T23:25:14.274Z Compiling bitfield v0.14.0
21522024-11-06T23:25:14.391Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21532024-11-06T23:25:14.598Z Compiling rustc-hash v1.1.0
21542024-11-06T23:25:14.729Z Compiling termcolor v1.4.1
21552024-11-06T23:25:14.778Z Compiling hashbrown v0.12.3
21562024-11-06T23:25:15.880Z Compiling env_logger v0.10.2
21572024-11-06T23:25:17.934Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21582024-11-06T23:25:19.196Z Compiling chacha20poly1305 v0.10.1
21592024-11-06T23:25:19.475Z Compiling const_format v0.2.33
21602024-11-06T23:25:20.923Z Compiling zone_cfg_derive v0.1.2
21612024-11-06T23:25:22.398Z Compiling serde-hex v0.1.0
21622024-11-06T23:25:25.035Z Compiling polar-core v0.27.3
21632024-11-06T23:25:26.353Z Compiling vsss-rs v3.3.4
21642024-11-06T23:25:28.282Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21652024-11-06T23:25:28.657Z Compiling ron v0.8.1
21662024-11-06T23:25:30.934Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21672024-11-06T23:25:31.145Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21682024-11-06T23:25:31.271Z Compiling derive_builder_core v0.20.2
21692024-11-06T23:25:31.798Z Compiling hashbrown v0.13.2
21702024-11-06T23:25:33.374Z Compiling headers-core v0.3.0
21712024-11-06T23:25:33.437Z Compiling fxhash v0.2.1
21722024-11-06T23:25:33.558Z Compiling libxml v0.3.3
21732024-11-06T23:25:33.687Z Compiling ref-cast-impl v1.0.23
21742024-11-06T23:25:33.954Z Compiling base64 v0.13.1
21752024-11-06T23:25:34.739Z Compiling crc-any v2.5.0
21762024-11-06T23:25:34.781Z Compiling ron v0.7.1
21772024-11-06T23:25:35.072Z Compiling headers v0.4.0
21782024-11-06T23:25:35.714Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21792024-11-06T23:25:36.320Z Compiling derive_builder_macro v0.20.2
21802024-11-06T23:25:37.225Z Compiling object v0.30.4
21812024-11-06T23:25:38.905Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21822024-11-06T23:25:39.646Z Compiling samael v0.0.17
21832024-11-06T23:25:41.036Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21842024-11-06T23:25:41.358Z Compiling xz2 v0.1.7
21852024-11-06T23:25:42.685Z Compiling zone v0.1.8
21862024-11-06T23:25:49.781Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21872024-11-06T23:25:50.505Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21882024-11-06T23:25:50.790Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21892024-11-06T23:25:51.120Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21902024-11-06T23:25:51.611Z Compiling yasna v0.5.2
21912024-11-06T23:25:52.021Z Compiling phf_generator v0.11.2
21922024-11-06T23:25:52.223Z Compiling strum_macros v0.24.3
21932024-11-06T23:25:52.966Z Compiling kstat-rs v0.2.4
21942024-11-06T23:25:53.405Z Compiling async-recursion v1.1.1
21952024-11-06T23:25:53.923Z Compiling unicase v2.7.0
21962024-11-06T23:25:54.273Z Compiling indoc v1.0.9
21972024-11-06T23:25:54.866Z Compiling path-slash v0.1.5
21982024-11-06T23:25:55.119Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21992024-11-06T23:25:55.139Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22002024-11-06T23:25:56.047Z Compiling rcgen v0.12.1
22012024-11-06T23:25:56.124Z Compiling phf_codegen v0.11.2
22022024-11-06T23:25:56.165Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22032024-11-06T23:25:56.396Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22042024-11-06T23:26:09.094Z Compiling derive_builder v0.20.2
22052024-11-06T23:26:10.555Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22062024-11-06T23:26:11.039Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
22072024-11-06T23:26:11.369Z Compiling http v0.2.12
22082024-11-06T23:26:14.299Z Compiling impl-trait-for-tuples v0.2.2
22092024-11-06T23:26:15.615Z Compiling oso-derive v0.27.3
22102024-11-06T23:26:16.249Z Compiling parse-zoneinfo v0.3.1
22112024-11-06T23:26:16.638Z Compiling libz-sys v1.1.20
22122024-11-06T23:26:17.314Z Compiling quick-xml v0.33.0
22132024-11-06T23:26:17.337Z Compiling subprocess v0.2.9
22142024-11-06T23:26:17.812Z Compiling diesel-dtrace v0.3.0
22152024-11-06T23:26:18.181Z Compiling cfg_aliases v0.1.1
22162024-11-06T23:26:18.310Z Compiling parking_lot_core v0.8.6
22172024-11-06T23:26:18.836Z Compiling nix v0.28.0
22182024-11-06T23:26:19.718Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22192024-11-06T23:26:20.862Z Compiling oso v0.27.3
22202024-11-06T23:26:22.395Z Compiling chrono-tz-build v0.4.0
22212024-11-06T23:26:23.623Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22222024-11-06T23:26:25.185Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22232024-11-06T23:26:27.806Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22242024-11-06T23:26:30.635Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22252024-11-06T23:26:30.965Z Compiling bb8 v0.8.5
22262024-11-06T23:26:30.982Z Compiling vte_generate_state_changes v0.1.2
22272024-11-06T23:26:31.645Z Compiling buf-list v1.0.3
22282024-11-06T23:26:31.665Z Compiling vte v0.11.1
22292024-11-06T23:26:32.374Z Compiling async-bb8-diesel v0.2.1
22302024-11-06T23:26:33.265Z Compiling chrono-tz v0.10.0
22312024-11-06T23:26:33.968Z Compiling http-body v0.4.6
22322024-11-06T23:26:34.546Z Compiling h2 v0.3.26
22332024-11-06T23:26:34.872Z Compiling fd-lock v4.0.2
22342024-11-06T23:26:35.143Z Compiling libgit2-sys v0.17.0+1.8.1
22352024-11-06T23:26:35.896Z Compiling pin-project-internal v1.1.6
22362024-11-06T23:26:38.746Z Compiling atty v0.2.14
22372024-11-06T23:26:38.767Z Compiling salty v0.3.0
22382024-11-06T23:26:38.928Z Compiling bytecount v0.6.8
22392024-11-06T23:26:39.235Z Compiling papergrid v0.11.0
22402024-11-06T23:26:39.267Z Compiling pin-project v1.1.6
22412024-11-06T23:26:52.745Z Compiling hyper v0.14.30
22422024-11-06T23:26:55.555Z Compiling parking_lot v0.11.2
22432024-11-06T23:27:02.142Z Compiling strip-ansi-escapes v0.2.0
22442024-11-06T23:27:04.065Z Compiling tabled_derive v0.7.0
22452024-11-06T23:27:04.420Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22462024-11-06T23:27:06.196Z Compiling peg-macros v0.8.4
22472024-11-06T23:27:07.850Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22482024-11-06T23:27:08.918Z Compiling snafu-derive v0.8.5
22492024-11-06T23:27:09.446Z Compiling sqlparser_derive v0.2.2
22502024-11-06T23:27:09.556Z Compiling nu-ansi-term v0.50.1
22512024-11-06T23:27:10.710Z Compiling simd-adler32 v0.3.7
22522024-11-06T23:27:10.839Z Compiling sync_wrapper v0.1.2
22532024-11-06T23:27:11.013Z Compiling lockfree-object-pool v0.1.6
22542024-11-06T23:27:11.332Z Compiling unicode_categories v0.1.1
22552024-11-06T23:27:11.730Z Compiling zip v2.1.3
22562024-11-06T23:27:11.971Z Compiling bumpalo v3.16.0
22572024-11-06T23:27:12.198Z Compiling sqlformat v0.2.6
22582024-11-06T23:27:12.607Z Compiling zopfli v0.8.1
22592024-11-06T23:27:13.458Z Compiling reqwest v0.11.27
22602024-11-06T23:27:13.479Z Compiling rustyline v14.0.0
22612024-11-06T23:27:13.597Z Compiling snafu v0.8.5
22622024-11-06T23:27:14.058Z Compiling sqlparser v0.45.0
22632024-11-06T23:27:14.933Z Compiling reedline v0.35.0
22642024-11-06T23:27:16.818Z Compiling peg v0.8.4
22652024-11-06T23:27:16.989Z Compiling tabled v0.15.0
22662024-11-06T23:27:26.358Z Compiling sled v0.34.7
22672024-11-06T23:27:37.800Z Compiling mime_guess v2.0.5
22682024-11-06T23:27:39.712Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22692024-11-06T23:27:41.372Z Compiling hickory-client v0.24.1
22702024-11-06T23:27:42.019Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
22712024-11-06T23:27:46.991Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22722024-11-06T23:27:48.652Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22732024-11-06T23:27:53.283Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22742024-11-06T23:27:53.387Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22752024-11-06T23:27:55.023Z Compiling globset v0.4.15
22762024-11-06T23:28:01.467Z Compiling hickory-server v0.24.1
22772024-11-06T23:28:01.866Z Compiling primeorder v0.13.6
22782024-11-06T23:28:02.457Z Compiling olpc-cjson v0.1.4
22792024-11-06T23:28:02.521Z Compiling vergen v8.3.2
22802024-11-06T23:28:02.751Z Compiling bcs v0.1.6
22812024-11-06T23:28:02.844Z Compiling env_filter v0.1.2
22822024-11-06T23:28:02.865Z Compiling cargo-platform v0.1.8
22832024-11-06T23:28:03.425Z Compiling serde_plain v1.0.2
22842024-11-06T23:28:03.724Z Compiling displaydoc v0.2.5
22852024-11-06T23:28:04.024Z Compiling nanorand v0.7.0
22862024-11-06T23:28:04.443Z Compiling memoffset v0.9.1
22872024-11-06T23:28:04.787Z Compiling typed-path v0.7.1
22882024-11-06T23:28:04.968Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22892024-11-06T23:28:09.422Z Compiling tough v0.17.1
22902024-11-06T23:28:10.441Z Compiling flume v0.11.0
22912024-11-06T23:28:11.466Z Compiling cargo_metadata v0.18.1
22922024-11-06T23:28:14.059Z Compiling env_logger v0.11.5
22932024-11-06T23:28:14.922Z Compiling p384 v0.13.0
22942024-11-06T23:28:15.600Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22952024-11-06T23:28:18.902Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22962024-11-06T23:28:22.443Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
22972024-11-06T23:28:23.876Z Compiling git2 v0.19.0
22982024-11-06T23:28:25.876Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
22992024-11-06T23:28:29.504Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
23002024-11-06T23:28:30.950Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23012024-11-06T23:28:32.357Z Compiling rand_seeder v0.3.0
23022024-11-06T23:28:32.791Z Compiling libsqlite3-sys v0.30.1
23032024-11-06T23:28:33.407Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
23042024-11-06T23:28:33.439Z Compiling cfg_aliases v0.2.1
23052024-11-06T23:28:33.575Z Compiling rustls v0.21.12
23062024-11-06T23:28:33.767Z Compiling parse-size v1.1.0
23072024-11-06T23:28:33.986Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23082024-11-06T23:28:34.039Z Compiling nix v0.29.0
23092024-11-06T23:28:34.167Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23102024-11-06T23:28:34.906Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23112024-11-06T23:28:36.123Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23122024-11-06T23:28:36.375Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23132024-11-06T23:28:36.648Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23142024-11-06T23:28:36.979Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23152024-11-06T23:28:37.127Z Compiling rustls-webpki v0.101.7
23162024-11-06T23:28:41.140Z Compiling sct v0.7.1
23172024-11-06T23:28:41.332Z Compiling castaway v0.2.3
23182024-11-06T23:28:41.403Z Compiling csv-core v0.1.11
23192024-11-06T23:28:41.552Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23202024-11-06T23:28:41.905Z Compiling http-range v0.1.5
23212024-11-06T23:28:42.315Z Compiling hyper-staticfile v0.10.1
23222024-11-06T23:28:42.518Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23232024-11-06T23:28:43.826Z Compiling csv v1.3.0
23242024-11-06T23:28:45.431Z Compiling compact_str v0.8.0
23252024-11-06T23:28:46.378Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23262024-11-06T23:28:48.280Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23272024-11-06T23:28:49.625Z Compiling nix v0.27.1
23282024-11-06T23:28:52.528Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23292024-11-06T23:28:53.717Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23302024-11-06T23:28:55.694Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23312024-11-06T23:29:02.275Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23322024-11-06T23:29:05.176Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23332024-11-06T23:29:09.172Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23342024-11-06T23:29:09.554Z Compiling unicode-truncate v1.1.0
23352024-11-06T23:29:09.880Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23362024-11-06T23:29:09.939Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23372024-11-06T23:29:10.220Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
23382024-11-06T23:29:10.299Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
23392024-11-06T23:29:12.265Z Compiling hashlink v0.9.1
23402024-11-06T23:29:12.486Z Compiling tungstenite v0.23.0
23412024-11-06T23:29:13.122Z Compiling lru v0.12.5
23422024-11-06T23:29:13.153Z Compiling instability v0.3.2
23432024-11-06T23:29:13.535Z Compiling cassowary v0.3.0
23442024-11-06T23:29:14.209Z Compiling fallible-streaming-iterator v0.1.9
23452024-11-06T23:29:14.532Z Compiling fallible-iterator v0.3.0
23462024-11-06T23:29:15.405Z Compiling rusqlite v0.32.1
23472024-11-06T23:29:17.178Z Compiling ratatui v0.28.1
23482024-11-06T23:29:18.219Z Compiling tokio-tungstenite v0.23.1
23492024-11-06T23:29:18.350Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23502024-11-06T23:29:23.241Z Compiling tokio-rustls v0.24.1
23512024-11-06T23:29:23.709Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23522024-11-06T23:29:37.052Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23532024-11-06T23:29:39.664Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23542024-11-06T23:29:41.496Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23552024-11-06T23:29:41.579Z Compiling rustls-pemfile v1.0.4
23562024-11-06T23:29:41.620Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23572024-11-06T23:29:41.974Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23582024-11-06T23:29:42.387Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23592024-11-06T23:29:42.595Z Compiling signal-hook-tokio v0.3.1
23602024-11-06T23:29:42.901Z Compiling twox-hash v1.6.3
23612024-11-06T23:29:44.057Z Compiling is_ci v1.2.0
23622024-11-06T23:29:44.143Z Compiling smawk v0.3.2
23632024-11-06T23:29:44.400Z Compiling unicode-linebreak v0.1.5
23642024-11-06T23:29:44.455Z Compiling supports-color v3.0.1
23652024-11-06T23:29:44.897Z Compiling textwrap v0.16.1
23662024-11-06T23:29:48.488Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23672024-11-06T23:29:55.192Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23682024-11-06T23:29:57.555Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23692024-11-06T23:29:59.124Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23702024-11-06T23:30:04.124Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23712024-11-06T23:30:12.522Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23722024-11-06T23:30:13.175Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23732024-11-06T23:30:18.200Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23742024-11-06T23:30:25.475Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23752024-11-06T23:30:25.809Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23762024-11-06T23:30:32.400Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23772024-11-06T23:30:32.704Z Compiling fatfs v0.3.6
23782024-11-06T23:30:32.738Z Compiling rtoolbox v0.0.2
23792024-11-06T23:30:33.214Z Compiling assert_matches v1.5.0
23802024-11-06T23:30:33.358Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23812024-11-06T23:30:42.014Z Compiling rpassword v7.3.1
23822024-11-06T23:30:42.532Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23832024-11-06T23:30:44.737Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23842024-11-06T23:30:52.086Z Compiling tui-tree-widget v0.22.0
23852024-11-06T23:30:52.535Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23862024-11-06T23:30:56.876Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23872024-11-06T23:31:09.989Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23882024-11-06T23:31:10.327Z Compiling uzers v0.12.1
23892024-11-06T23:31:10.897Z Compiling shell-words v1.1.0
23902024-11-06T23:31:11.430Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23912024-11-06T23:31:13.607Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23922024-11-06T23:31:15.390Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23932024-11-06T23:31:37.771Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23942024-11-06T23:31:43.861Z Compiling multimap v0.10.0
23952024-11-06T23:33:54.636Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
23962024-11-06T23:34:10.335Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972024-11-06T23:43:13.993Z Finished `release` profile [optimized] target(s) in 19m 16s
23982024-11-06T23:44:12.000Z
23992024-11-06T23:44:12.021Zreal 20:15.367582437
24002024-11-06T23:44:12.022Zuser 2:11:38.431419377
24012024-11-06T23:44:12.022Zsys 6:12.221756337
24022024-11-06T23:44:12.022Ztrap 3.417241139
24032024-11-06T23:44:12.022Ztflt 3.598059914
24042024-11-06T23:44:12.022Zdflt 5.014890008
24052024-11-06T23:44:12.022Zkflt 0.041005118
24062024-11-06T23:44:12.022Zlock 7:50:20.271344956
24072024-11-06T23:44:12.023Zslp 6:35:02.991280758
24082024-11-06T23:44:12.023Zlat 3:03.623273723
24092024-11-06T23:44:12.023Zstop 2:43.592319396
24102024-11-06T23:44:12.023Z+ mapfile -t packages
24112024-11-06T23:44:12.023Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
24122024-11-06T23:44:13.063Z Finished `release` profile [optimized] target(s) in 1.01s
24132024-11-06T23:44:13.138Z Running `target/release/omicron-package -t test list-outputs`
24142024-11-06T23:44:13.181ZLogging to: /work/oxidecomputer/omicron/out/LOG
24152024-11-06T23:44:13.211Z+ ptime -m cargo build --locked --release -p xtask
24162024-11-06T23:44:13.772Z Compiling serde v1.0.210
24172024-11-06T23:44:13.775Z Compiling libc v0.2.161
24182024-11-06T23:44:13.775Z Compiling serde_json v1.0.128
24192024-11-06T23:44:13.775Z Compiling rustix v0.38.37
24202024-11-06T23:44:13.861Z Compiling syn v2.0.79
24212024-11-06T23:44:13.871Z Compiling bitflags v2.6.0
24222024-11-06T23:44:14.198Z Compiling usdt-impl v0.5.0
24232024-11-06T23:44:14.212Z Compiling syn v1.0.109
24242024-11-06T23:44:14.391Z Compiling log v0.4.22
24252024-11-06T23:44:14.411Z Compiling hashbrown v0.15.0
24262024-11-06T23:44:14.476Z Compiling fs-err v2.11.0
24272024-11-06T23:44:14.807Z Compiling once_cell v1.20.2
24282024-11-06T23:44:14.878Z Compiling anyhow v1.0.92
24292024-11-06T23:44:15.304Z Compiling thread-id v4.2.2
24302024-11-06T23:44:15.806Z Compiling indexmap v2.6.0
24312024-11-06T23:44:17.028Z Compiling terminal_size v0.4.0
24322024-11-06T23:44:17.028Z Compiling tempfile v3.13.0
24332024-11-06T23:44:17.211Z Compiling clap_builder v4.5.20
24342024-11-06T23:44:17.830Z Compiling proc-macro-error v1.0.4
24352024-11-06T23:44:19.012Z Compiling tabled_derive v0.7.0
24362024-11-06T23:44:20.337Z Compiling tabled v0.15.0
24372024-11-06T23:44:21.238Z Compiling serde_derive v1.0.210
24382024-11-06T23:44:21.239Z Compiling thiserror-impl v1.0.64
24392024-11-06T23:44:21.239Z Compiling zerocopy-derive v0.7.35
24402024-11-06T23:44:21.241Z Compiling scroll_derive v0.12.0
24412024-11-06T23:44:21.241Z Compiling clap_derive v4.5.18
24422024-11-06T23:44:22.663Z Compiling scroll v0.12.0
24432024-11-06T23:44:23.275Z Compiling zerocopy v0.7.35
24442024-11-06T23:44:24.015Z Compiling thiserror v1.0.64
24452024-11-06T23:44:24.195Z Compiling pest v2.7.14
24462024-11-06T23:44:25.116Z Compiling goblin v0.8.2
24472024-11-06T23:44:25.764Z Compiling clap v4.5.20
24482024-11-06T23:44:27.342Z Compiling pest_meta v2.7.14
24492024-11-06T23:44:29.237Z Compiling pest_generator v2.7.14
24502024-11-06T23:44:31.345Z Compiling pest_derive v2.7.14
24512024-11-06T23:44:32.183Z Compiling dtrace-parser v0.2.0
24522024-11-06T23:44:36.183Z Compiling toml_datetime v0.6.8
24532024-11-06T23:44:36.930Z Compiling serde_spanned v0.6.8
24542024-11-06T23:44:37.198Z Compiling toml_edit v0.22.22
24552024-11-06T23:44:40.169Z Compiling dof v0.3.0
24562024-11-06T23:44:40.221Z Compiling serde_tokenstream v0.2.2
24572024-11-06T23:44:41.128Z Compiling camino v1.1.9
24582024-11-06T23:44:42.318Z Compiling usdt-macro v0.5.0
24592024-11-06T23:44:42.590Z Compiling usdt-attr-macro v0.5.0
24602024-11-06T23:44:43.597Z Compiling toml v0.8.19
24612024-11-06T23:44:44.020Z Compiling semver v1.0.23
24622024-11-06T23:44:45.540Z Compiling cargo-platform v0.1.8
24632024-11-06T23:44:46.718Z Compiling cargo_metadata v0.18.1
24642024-11-06T23:44:46.747Z Compiling cargo_toml v0.20.5
24652024-11-06T23:44:49.740Z Compiling usdt v0.5.0
24662024-11-06T23:44:50.474Z Compiling camino-tempfile v1.1.1
24672024-11-06T23:44:54.991Z Compiling macaddr v1.0.1
24682024-11-06T23:44:59.536Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24692024-11-06T23:45:11.303Z Finished `release` profile [optimized] target(s) in 58.06s
24702024-11-06T23:45:11.404Z
24712024-11-06T23:45:11.404Zreal 58.200423235
24722024-11-06T23:45:11.404Zuser 5:51.756071754
24732024-11-06T23:45:11.404Zsys 30.083987153
24742024-11-06T23:45:11.404Ztrap 0.170821869
24752024-11-06T23:45:11.404Ztflt 0.344975737
24762024-11-06T23:45:11.408Zdflt 0.550729291
24772024-11-06T23:45:11.408Zkflt 0.000000000
24782024-11-06T23:45:11.408Zlock 11:25.782298489
24792024-11-06T23:45:11.408Zslp 17:08.284790225
24802024-11-06T23:45:11.408Zlat 14.731060818
24812024-11-06T23:45:11.408Zstop 14.435173187
24822024-11-06T23:45:11.408Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24832024-11-06T23:45:11.408Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24842024-11-06T23:45:11.408Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24852024-11-06T23:45:11.408Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24862024-11-06T23:45:11.408Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24872024-11-06T23:45:12.300Z Compiling hashbrown v0.14.5
24882024-11-06T23:45:12.425Z Compiling unsafe-libyaml v0.2.11
24892024-11-06T23:45:12.438Z Compiling progenitor-client v0.8.0
24902024-11-06T23:45:12.438Z Compiling ident_case v1.0.1
24912024-11-06T23:45:12.442Z Compiling ipnetwork v0.20.0
24922024-11-06T23:45:12.442Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24932024-11-06T23:45:12.442Z Compiling instant v0.1.13
24942024-11-06T23:45:12.442Z Compiling structmeta-derive v0.3.0
24952024-11-06T23:45:12.630Z Compiling darling_core v0.20.10
24962024-11-06T23:45:12.647Z Compiling newtype-uuid v1.1.2
24972024-11-06T23:45:12.925Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
24982024-11-06T23:45:13.019Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24992024-11-06T23:45:13.331Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25002024-11-06T23:45:13.390Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25012024-11-06T23:45:13.691Z Compiling backoff v0.4.0
25022024-11-06T23:45:13.745Z Compiling regress v0.10.1
25032024-11-06T23:45:13.814Z Compiling regress v0.9.1
25042024-11-06T23:45:13.837Z Compiling serde_yaml v0.9.34+deprecated
25052024-11-06T23:45:14.081Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25062024-11-06T23:45:14.209Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25072024-11-06T23:45:14.258Z Compiling macaddr v1.0.1
25082024-11-06T23:45:14.384Z Compiling tempfile v3.13.0
25092024-11-06T23:45:14.384Z Compiling proc-macro-crate v1.3.1
25102024-11-06T23:45:14.763Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25112024-11-06T23:45:15.150Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25122024-11-06T23:45:15.289Z Compiling foreign-types-macros v0.2.3
25132024-11-06T23:45:15.364Z Compiling structmeta v0.3.0
25142024-11-06T23:45:15.486Z Compiling num_enum_derive v0.5.11
25152024-11-06T23:45:15.504Z Compiling heapless v0.8.0
25162024-11-06T23:45:15.805Z Compiling parse-display-derive v0.10.0
25172024-11-06T23:45:16.113Z Compiling foreign-types-shared v0.3.1
25182024-11-06T23:45:16.541Z Compiling foreign-types v0.5.0
25192024-11-06T23:45:16.683Z Compiling proc-macro-error v1.0.4
25202024-11-06T23:45:16.977Z Compiling camino-tempfile v1.1.1
25212024-11-06T23:45:17.383Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25222024-11-06T23:45:17.484Z Compiling hash32 v0.3.1
25232024-11-06T23:45:17.771Z Compiling typify-impl v0.2.0
25242024-11-06T23:45:17.990Z Compiling cstr-argument v0.1.2
25252024-11-06T23:45:18.038Z Compiling num_enum v0.5.11
25262024-11-06T23:45:18.224Z Compiling crucible-workspace-hack v0.1.0
25272024-11-06T23:45:18.296Z Compiling pretty-hex v0.2.1
25282024-11-06T23:45:18.324Z Compiling smoltcp v0.11.0
25292024-11-06T23:45:18.514Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25302024-11-06T23:45:18.564Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25312024-11-06T23:45:18.759Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25322024-11-06T23:45:18.909Z Compiling tabwriter v1.4.0
25332024-11-06T23:45:19.007Z Compiling colored v2.1.0
25342024-11-06T23:45:19.097Z Compiling cobs v0.2.3
25352024-11-06T23:45:19.143Z Compiling darling_macro v0.20.10
25362024-11-06T23:45:19.373Z Compiling postcard v1.0.10
25372024-11-06T23:45:19.437Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25382024-11-06T23:45:19.535Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25392024-11-06T23:45:19.724Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25402024-11-06T23:45:19.764Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
25412024-11-06T23:45:19.821Z Compiling smf v0.2.3
25422024-11-06T23:45:20.037Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25432024-11-06T23:45:20.076Z Compiling darling v0.20.10
25442024-11-06T23:45:20.202Z Compiling parse-display v0.10.0
25452024-11-06T23:45:20.220Z Compiling serde_with_macros v3.11.0
25462024-11-06T23:45:20.401Z Compiling zone_cfg_derive v0.3.0
25472024-11-06T23:45:20.622Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25482024-11-06T23:45:20.901Z Compiling num-derive v0.4.2
25492024-11-06T23:45:21.116Z Compiling sigpipe v0.1.3
25502024-11-06T23:45:21.163Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25512024-11-06T23:45:21.264Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25522024-11-06T23:45:21.512Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25532024-11-06T23:45:21.907Z Compiling zone v0.3.0
25542024-11-06T23:45:22.006Z Compiling universal-hash v0.5.1
25552024-11-06T23:45:22.232Z Compiling opaque-debug v0.3.1
25562024-11-06T23:45:22.346Z Compiling num-rational v0.4.2
25572024-11-06T23:45:22.365Z Compiling password-hash v0.5.0
25582024-11-06T23:45:23.155Z Compiling serde_with v3.11.0
25592024-11-06T23:45:23.352Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
25602024-11-06T23:45:23.488Z Compiling num-complex v0.4.6
25612024-11-06T23:45:23.491Z Compiling blake2 v0.10.6
25622024-11-06T23:45:24.166Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25632024-11-06T23:45:24.301Z Compiling aead v0.5.2
25642024-11-06T23:45:24.341Z Compiling keccak v0.1.5
25652024-11-06T23:45:24.659Z Compiling convert_case v0.4.0
25662024-11-06T23:45:24.717Z Compiling sha3 v0.10.8
25672024-11-06T23:45:24.885Z Compiling num v0.4.3
25682024-11-06T23:45:25.008Z Compiling argon2 v0.5.3
25692024-11-06T23:45:25.230Z Compiling poly1305 v0.8.0
25702024-11-06T23:45:25.503Z Compiling tungstenite v0.21.0
25712024-11-06T23:45:25.843Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25722024-11-06T23:45:25.894Z Compiling derive_more v0.99.18
25732024-11-06T23:45:26.280Z Compiling chacha20 v0.9.1
25742024-11-06T23:45:26.818Z Compiling float-ord v0.3.2
25752024-11-06T23:45:27.042Z Compiling base64 v0.21.7
25762024-11-06T23:45:27.062Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25772024-11-06T23:45:27.232Z Compiling tokio-tungstenite v0.21.0
25782024-11-06T23:45:27.513Z Compiling same-file v1.0.6
25792024-11-06T23:45:27.732Z Compiling semver v0.1.20
25802024-11-06T23:45:27.811Z Compiling walkdir v2.5.0
25812024-11-06T23:45:27.859Z Compiling newline-converter v0.3.0
25822024-11-06T23:45:27.882Z Compiling primeorder v0.13.6
25832024-11-06T23:45:28.002Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25842024-11-06T23:45:28.041Z Compiling secrecy v0.8.0
25852024-11-06T23:45:28.274Z Compiling rustc_version v0.1.7
25862024-11-06T23:45:28.357Z Compiling prettyplease v0.2.22
25872024-11-06T23:45:28.445Z Compiling cancel-safe-futures v0.1.5
25882024-11-06T23:45:28.448Z Compiling owo-colors v4.1.0
25892024-11-06T23:45:28.582Z Compiling home v0.5.9
25902024-11-06T23:45:28.665Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25912024-11-06T23:45:28.788Z Compiling newtype_derive v0.1.6
25922024-11-06T23:45:28.876Z Compiling expectorate v1.1.0
25932024-11-06T23:45:28.879Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25942024-11-06T23:45:28.918Z Compiling thiserror-impl-no-std v2.0.2
25952024-11-06T23:45:29.081Z Compiling blake3 v1.5.4
25962024-11-06T23:45:29.118Z Compiling ring v0.16.20
25972024-11-06T23:45:29.237Z Compiling half v2.4.1
25982024-11-06T23:45:29.329Z Compiling unicase v2.7.0
25992024-11-06T23:45:29.542Z Compiling arc-swap v1.7.1
26002024-11-06T23:45:29.679Z Compiling ciborium-io v0.2.2
26012024-11-06T23:45:29.831Z Compiling ciborium-ll v0.2.2
26022024-11-06T23:45:30.100Z Compiling slog-scope v4.4.0
26032024-11-06T23:45:30.152Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26042024-11-06T23:45:30.621Z Compiling polyval v0.6.2
26052024-11-06T23:45:31.063Z Compiling atomicwrites v0.4.4
26062024-11-06T23:45:31.127Z Compiling libsw v3.3.1
26072024-11-06T23:45:31.436Z Compiling memmap2 v0.9.5
26082024-11-06T23:45:31.484Z Compiling constant_time_eq v0.3.1
26092024-11-06T23:45:31.707Z Compiling arrayref v0.3.9
26102024-11-06T23:45:31.838Z Compiling indent_write v2.2.0
26112024-11-06T23:45:31.939Z Compiling salty v0.3.0
26122024-11-06T23:45:32.022Z Compiling thiserror-no-std v2.0.2
26132024-11-06T23:45:32.074Z Compiling untrusted v0.7.1
26142024-11-06T23:45:32.151Z Compiling spin v0.5.2
26152024-11-06T23:45:32.276Z Compiling libefi-sys v0.1.0
26162024-11-06T23:45:32.393Z Compiling arrayvec v0.7.6
26172024-11-06T23:45:32.396Z Compiling parking_lot_core v0.8.6
26182024-11-06T23:45:32.590Z Compiling linear-map v1.2.0
26192024-11-06T23:45:32.971Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26202024-11-06T23:45:33.012Z Compiling vsss-rs v3.3.4
26212024-11-06T23:45:33.031Z Compiling ghash v0.5.1
26222024-11-06T23:45:33.293Z Compiling slog-stdlog v4.1.1
26232024-11-06T23:45:33.488Z Compiling ciborium v0.2.2
26242024-11-06T23:45:34.052Z Compiling toolchain_find v0.4.0
26252024-11-06T23:45:34.237Z Compiling p384 v0.13.0
26262024-11-06T23:45:34.351Z Compiling chacha20poly1305 v0.10.1
26272024-11-06T23:45:34.432Z Compiling itertools v0.13.0
26282024-11-06T23:45:34.637Z Compiling lzma-sys v0.1.20
26292024-11-06T23:45:35.004Z Compiling ctr v0.9.2
26302024-11-06T23:45:35.202Z Compiling typify-macro v0.2.0
26312024-11-06T23:45:35.394Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26322024-11-06T23:45:35.466Z Compiling bitfield-struct v0.6.2
26332024-11-06T23:45:35.606Z Compiling slog-dtrace v0.3.0
26342024-11-06T23:45:35.858Z Compiling topological-sort v0.2.2
26352024-11-06T23:45:35.950Z Compiling highway v1.2.0
26362024-11-06T23:45:36.123Z Compiling omicron-zone-package v0.11.1
26372024-11-06T23:45:36.884Z Compiling aes-gcm v0.10.3
26382024-11-06T23:45:36.909Z Compiling rustfmt-wrapper v0.2.1
26392024-11-06T23:45:36.937Z Compiling mime_guess v2.0.5
26402024-11-06T23:45:36.975Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26412024-11-06T23:45:37.198Z Compiling steno v0.4.1
26422024-11-06T23:45:37.500Z Compiling slog-envlogger v2.2.0
26432024-11-06T23:45:38.221Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26442024-11-06T23:45:38.330Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26452024-11-06T23:45:38.332Z Compiling heck v0.3.3
26462024-11-06T23:45:38.473Z Compiling ssh-encoding v0.2.0
26472024-11-06T23:45:38.793Z Compiling blowfish v0.9.1
26482024-11-06T23:45:38.812Z Compiling nibble_vec v0.1.0
26492024-11-06T23:45:38.939Z Compiling env_filter v0.1.2
26502024-11-06T23:45:39.001Z Compiling humantime v2.1.0
26512024-11-06T23:45:39.056Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26522024-11-06T23:45:39.206Z Compiling endian-type v0.1.2
26532024-11-06T23:45:39.271Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26542024-11-06T23:45:39.467Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26552024-11-06T23:45:39.505Z Compiling radix_trie v0.2.1
26562024-11-06T23:45:39.533Z Compiling env_logger v0.11.5
26572024-11-06T23:45:39.571Z Compiling typify v0.2.0
26582024-11-06T23:45:39.617Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26592024-11-06T23:45:39.680Z Compiling bcrypt-pbkdf v0.10.0
26602024-11-06T23:45:39.728Z Compiling progenitor-impl v0.8.0
26612024-11-06T23:45:39.824Z Compiling ssh-cipher v0.2.0
26622024-11-06T23:45:40.216Z Compiling zone_cfg_derive v0.1.2
26632024-11-06T23:45:40.323Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26642024-11-06T23:45:40.633Z Compiling parking_lot v0.11.2
26652024-11-06T23:45:40.788Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26662024-11-06T23:45:41.399Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26672024-11-06T23:45:41.481Z Compiling gethostname v0.5.0
26682024-11-06T23:45:41.554Z Compiling password-hash v0.4.2
26692024-11-06T23:45:41.690Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26702024-11-06T23:45:41.721Z Compiling fxhash v0.2.1
26712024-11-06T23:45:41.813Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26722024-11-06T23:45:41.939Z Compiling base64 v0.13.1
26732024-11-06T23:45:41.957Z Compiling matches v0.1.10
26742024-11-06T23:45:42.073Z Compiling idna v0.2.3
26752024-11-06T23:45:42.177Z Compiling pbkdf2 v0.11.0
26762024-11-06T23:45:42.348Z Compiling sled v0.34.7
26772024-11-06T23:45:42.452Z Compiling ron v0.7.1
26782024-11-06T23:45:42.564Z Compiling zone v0.1.8
26792024-11-06T23:45:42.583Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26802024-11-06T23:45:42.600Z Compiling xz2 v0.1.7
26812024-11-06T23:45:43.183Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26822024-11-06T23:45:43.783Z Compiling ssh-key v0.6.6
26832024-11-06T23:45:44.187Z Compiling hickory-client v0.24.1
26842024-11-06T23:45:44.748Z Compiling p256 v0.13.2
26852024-11-06T23:45:44.790Z Compiling p521 v0.13.3
26862024-11-06T23:45:44.922Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26872024-11-06T23:45:45.634Z Compiling hickory-server v0.24.1
26882024-11-06T23:45:45.669Z Compiling enum-as-inner v0.5.1
26892024-11-06T23:45:46.129Z Compiling pem v3.0.4
26902024-11-06T23:45:46.729Z Compiling yasna v0.5.2
26912024-11-06T23:45:46.962Z Compiling headers-core v0.3.0
26922024-11-06T23:45:47.154Z Compiling kstat-rs v0.2.4
26932024-11-06T23:45:47.285Z Compiling nanorand v0.7.0
26942024-11-06T23:45:47.642Z Compiling progenitor-macro v0.8.0
26952024-11-06T23:45:47.789Z Compiling russh-cryptovec v0.7.3
26962024-11-06T23:45:47.896Z Compiling atty v0.2.14
26972024-11-06T23:45:48.069Z Compiling glob v0.3.1
26982024-11-06T23:45:48.157Z Compiling http-range v0.1.5
26992024-11-06T23:45:48.486Z Compiling md5 v0.7.0
27002024-11-06T23:45:48.543Z Compiling hyper-staticfile v0.10.1
27012024-11-06T23:45:48.618Z Compiling rcgen v0.12.1
27022024-11-06T23:45:48.712Z Compiling flume v0.11.0
27032024-11-06T23:45:49.026Z Compiling russh-keys v0.45.0
27042024-11-06T23:45:49.067Z Compiling headers v0.4.0
27052024-11-06T23:45:49.462Z Compiling trust-dns-proto v0.22.0
27062024-11-06T23:45:49.750Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27072024-11-06T23:45:51.073Z Compiling num-bigint v0.4.6
27082024-11-06T23:45:51.135Z Compiling des v0.8.1
27092024-11-06T23:45:51.513Z Compiling subprocess v0.2.9
27102024-11-06T23:45:52.825Z Compiling dhcproto-macros v0.1.0
27112024-11-06T23:45:53.409Z Compiling display-error-chain v0.2.2
27122024-11-06T23:45:53.474Z Compiling hex-literal v0.4.1
27132024-11-06T23:45:53.492Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27142024-11-06T23:45:53.625Z Compiling internet-checksum v0.2.1
27152024-11-06T23:45:54.053Z Compiling dhcproto v0.12.0
27162024-11-06T23:45:54.264Z Compiling russh v0.45.0
27172024-11-06T23:45:59.177Z Compiling progenitor v0.8.0
27182024-11-06T23:45:59.302Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27192024-11-06T23:45:59.302Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27202024-11-06T23:45:59.304Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27212024-11-06T23:45:59.304Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27222024-11-06T23:45:59.316Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27232024-11-06T23:45:59.378Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27242024-11-06T23:45:59.549Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27252024-11-06T23:46:00.811Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27262024-11-06T23:46:01.159Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27272024-11-06T23:46:01.207Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27282024-11-06T23:46:04.551Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27292024-11-06T23:46:06.043Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27302024-11-06T23:46:15.423Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27312024-11-06T23:46:15.425Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27322024-11-06T23:46:15.425Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27332024-11-06T23:46:15.425Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27342024-11-06T23:46:16.329Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27352024-11-06T23:46:18.552Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27362024-11-06T23:46:19.598Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27372024-11-06T23:46:19.698Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27382024-11-06T23:46:20.098Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27392024-11-06T23:46:20.587Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27402024-11-06T23:46:23.154Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27412024-11-06T23:46:23.637Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27422024-11-06T23:46:24.167Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27432024-11-06T23:46:24.694Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27442024-11-06T23:46:24.753Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27452024-11-06T23:46:25.708Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27462024-11-06T23:46:26.438Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27472024-11-06T23:46:27.549Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27482024-11-06T23:46:28.483Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27492024-11-06T23:46:29.512Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27502024-11-06T23:46:29.577Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27512024-11-06T23:46:30.045Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27522024-11-06T23:46:33.393Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27532024-11-06T23:46:35.113Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27542024-11-06T23:46:36.893Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27552024-11-06T23:46:37.264Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27562024-11-06T23:46:37.630Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27572024-11-06T23:46:39.261Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27582024-11-06T23:46:43.139Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27592024-11-06T23:46:52.110Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602024-11-06T23:46:53.741Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27612024-11-06T23:47:50.881Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27622024-11-06T23:48:22.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 10s
27632024-11-06T23:48:22.460Z
27642024-11-06T23:48:22.460Zreal 3:10.988356440
27652024-11-06T23:48:22.460Zuser 12:13.008010193
27662024-11-06T23:48:22.460Zsys 2:25.847360396
27672024-11-06T23:48:22.460Ztrap 0.324740175
27682024-11-06T23:48:22.463Ztflt 0.746572706
27692024-11-06T23:48:22.463Zdflt 1.756722143
27702024-11-06T23:48:22.463Zkflt 0.000031915
27712024-11-06T23:48:22.463Zlock 25:54.001030494
27722024-11-06T23:48:22.463Zslp 43:11.033580421
27732024-11-06T23:48:22.463Zlat 34.232948778
27742024-11-06T23:48:22.463Zstop 1:22.125369676
27752024-11-06T23:48:22.463Z+ mkdir tests
27762024-11-06T23:48:22.466Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27772024-11-06T23:48:22.466Z+ xargs -I '{}' -t cp '{}' tests/
27782024-11-06T23:48:22.508Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a2e56c2758a75569 tests/
27792024-11-06T23:48:22.535Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a9f031434594d89b tests/
27802024-11-06T23:48:22.561Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-135a616a5d666e73 tests/
27812024-11-06T23:48:22.589Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-03e8d3943ad898a9 tests/
27822024-11-06T23:48:22.804Z+ files=(.github/buildomat/ci-env.sh 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/*)
27832024-11-06T23:48:22.807Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh 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-a9f031434594d89b tests/commtest-135a616a5d666e73 tests/dhcp_server-a2e56c2758a75569 tests/end_to_end_tests-03e8d3943ad898a9 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar 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
27842024-11-06T23:49:28.458ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27852024-11-06T23:49:28.458Za .github/buildomat/ci-env.sh 1K
27862024-11-06T23:49:28.458Za out/target/test 1K
27872024-11-06T23:49:28.458Za out/npuzone/npuzone 23144K
27882024-11-06T23:49:28.458Za package-manifest.toml 32K
27892024-11-06T23:49:28.458Za smf/sled-agent/non-gimlet/config.toml 4K
27902024-11-06T23:49:28.458Za target/release/omicron-package 32538K
27912024-11-06T23:49:28.458Za target/release/xtask 11749K
27922024-11-06T23:49:28.458Za target/debug/bootstrap 196070K
27932024-11-06T23:49:28.458Za tests/bootstrap-a9f031434594d89b 23991K
27942024-11-06T23:49:28.458Za tests/commtest-135a616a5d666e73 24191K
27952024-11-06T23:49:28.458Za tests/dhcp_server-a2e56c2758a75569 23991K
27962024-11-06T23:49:28.458Za tests/end_to_end_tests-03e8d3943ad898a9 208284K
27972024-11-06T23:49:28.458Za out/clickhouse.tar.gz 244433K
27982024-11-06T23:49:28.460Za out/clickhouse_keeper.tar.gz 244417K
27992024-11-06T23:49:28.460Za out/clickhouse_server.tar.gz 244415K
28002024-11-06T23:49:28.460Za out/cockroachdb.tar.gz 130039K
28012024-11-06T23:49:28.460Za out/crucible-dtrace.tar 83K
28022024-11-06T23:49:28.460Za out/crucible-pantry-zone.tar.gz 26857K
28032024-11-06T23:49:28.460Za out/crucible-zone.tar.gz 35064K
28042024-11-06T23:49:28.460Za out/external-dns.tar.gz 30756K
28052024-11-06T23:49:28.461Za out/internal-dns.tar.gz 30756K
28062024-11-06T23:49:28.461Za out/mg-ddm-gz.tar 62661K
28072024-11-06T23:49:28.461Za out/nexus.tar.gz 96406K
28082024-11-06T23:49:28.461Za out/ntp.tar.gz 9039K
28092024-11-06T23:49:28.461Za out/omicron-gateway-softnpu.tar.gz 21707K
28102024-11-06T23:49:28.461Za out/omicron-sled-agent.tar 104376K
28112024-11-06T23:49:28.461Za out/overlay.tar.gz 3K
28122024-11-06T23:49:28.461Za out/oximeter.tar.gz 46159K
28132024-11-06T23:49:28.461Za out/oxlog.tar 3071K
28142024-11-06T23:49:28.461Za out/probe.tar.gz 2764K
28152024-11-06T23:49:28.461Za out/propolis-server.tar.gz 66584K
28162024-11-06T23:49:28.461Za out/pumpkind-gz.tar 26665K
28172024-11-06T23:49:28.461Za out/switch-softnpu.tar.gz 224577K
28182024-11-06T23:49:28.464Z
28192024-11-06T23:49:28.464Zreal 1:05.641935934
28202024-11-06T23:49:28.464Zuser 1:02.545280624
28212024-11-06T23:49:28.464Zsys 4.562868552
28222024-11-06T23:49:28.464Ztrap 0.019050914
28232024-11-06T23:49:28.464Ztflt 0.000000000
28242024-11-06T23:49:28.464Zdflt 0.000000000
28252024-11-06T23:49:28.464Zkflt 0.000000000
28262024-11-06T23:49:28.464Zlock 0.000000000
28272024-11-06T23:49:28.464Zslp 1:02.250195810
28282024-11-06T23:49:28.464Zlat 1.900660907
28292024-11-06T23:49:28.464Zstop 0.000663660
28302024-11-06T23:49:28.464Zprocess exited: duration 2069907 ms, exit code 0
 
28312024-11-06T23:49:28.480Zfound 1 output files
28322024-11-06T23:49:28.480Zuploading: /work/package.tar.gz (1693885930 bytes)
28332024-11-06T23:50:05.914Zuploaded: /work/package.tar.gz