01J2T7PZRE6YH725NBDWGYPQB8: 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: 01J2T7Q8F6Z4ZKVY0KG5T2ZT5C

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-15T03:42:51.845Zjob assigned to worker 01J2T7QC8W1SG55FQJHZ5EWXJ7 (queued for 52 s)
 
22024-07-15T03:42:59.979Zstarting task 0: "setup"
32024-07-15T03:43:00.035Z++ uname -s
42024-07-15T03:43:00.038Z+ kern=SunOS
52024-07-15T03:43:00.038Z+ case "$kern" in
62024-07-15T03:43:00.038Z+ groupadd -g 12345 build
72024-07-15T03:43:00.041Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-15T03:43:02.064Z+ zfs create -o mountpoint=/work rpool/work
92024-07-15T03:43:02.167Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-15T03:43:02.170Z+ home_fs=zfs
112024-07-15T03:43:02.170Z+ [[ zfs == autofs ]]
122024-07-15T03:43:02.170Z+ mkdir -p /home/build
132024-07-15T03:43:02.173Z+ chown build:build /home/build /work
142024-07-15T03:43:04.175Z+ chmod 0700 /home/build /work
152024-07-15T03:43:04.178Zprocess exited: duration 4199 ms, exit code 0
 
162024-07-15T03:43:04.184Zstarting task 1: "rust-toolchain"
172024-07-15T03:43:04.190Z+ printf ' * toolchain channel = "%s"
182024-07-15T03:43:04.190Z * toolchain channel = "1.78.0"
192024-07-15T03:43:04.190Z' 1.78.0
202024-07-15T03:43:04.190Z * toolchain profile = "default"
212024-07-15T03:43:04.190Z+ printf ' * toolchain profile = "%s"
222024-07-15T03:43:04.190Z' default
232024-07-15T03:43:04.192Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-15T03:43:04.192Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-15T03:43:04.315Zinfo: downloading installer
262024-07-15T03:43:05.778Zinfo: profile set to 'default'
272024-07-15T03:43:05.778Zinfo: default host triple is x86_64-unknown-illumos
282024-07-15T03:43:05.781Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-15T03:43:05.923Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-15T03:43:05.924Zinfo: downloading component 'cargo'
312024-07-15T03:43:07.098Zinfo: downloading component 'clippy'
322024-07-15T03:43:07.566Zinfo: downloading component 'rust-docs'
332024-07-15T03:43:08.651Zinfo: downloading component 'rust-std'
342024-07-15T03:43:10.918Zinfo: downloading component 'rustc'
352024-07-15T03:43:17.303Zinfo: downloading component 'rustfmt'
362024-07-15T03:43:17.710Zinfo: installing component 'cargo'
372024-07-15T03:43:18.558Zinfo: installing component 'clippy'
382024-07-15T03:43:18.924Zinfo: installing component 'rust-docs'
392024-07-15T03:43:20.452Zinfo: installing component 'rust-std'
402024-07-15T03:43:22.248Zinfo: installing component 'rustc'
412024-07-15T03:43:26.764Zinfo: installing component 'rustfmt'
422024-07-15T03:43:27.110Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-15T03:43:27.110Z
442024-07-15T03:43:27.388Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-15T03:43:27.388Z
462024-07-15T03:43:27.392Z
472024-07-15T03:43:27.392ZRust is installed now. Great!
482024-07-15T03:43:27.392Z
492024-07-15T03:43:27.392ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-15T03:43:27.392Zenvironment variable. This has not been done automatically.
512024-07-15T03:43:27.392Z
522024-07-15T03:43:27.392ZTo configure your current shell, you need to source
532024-07-15T03:43:27.392Zthe corresponding env file under $HOME/.cargo.
542024-07-15T03:43:27.392Z
552024-07-15T03:43:27.392ZThis is usually done by running one of the following (note the leading DOT):
562024-07-15T03:43:27.392Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-15T03:43:27.392Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-15T03:43:27.455Z+ rustc --version
592024-07-15T03:43:27.517Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-15T03:43:27.520Zprocess exited: duration 23331 ms, exit code 0
 
612024-07-15T03:43:27.526Zstarting task 2: "authentication"
622024-07-15T03:43:27.547Zprocess exited: duration 21 ms, exit code 0
 
632024-07-15T03:43:27.553Zstarting task 3: "clone repository"
642024-07-15T03:43:27.559Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-15T03:43:27.561Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-15T03:43:27.705ZCloning into '/work/oxidecomputer/omicron'...
672024-07-15T03:43:34.869Z+ cd /work/oxidecomputer/omicron
682024-07-15T03:43:34.869Z+ git fetch origin 15b4c1d069cec4e320f455678bfeb37a88bcc1c7
692024-07-15T03:43:35.206ZFrom https://github.com/oxidecomputer/omicron
702024-07-15T03:43:35.206Z * branch 15b4c1d069cec4e320f455678bfeb37a88bcc1c7 -> FETCH_HEAD
712024-07-15T03:43:35.217Z+ [[ -n sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait ]]
722024-07-15T03:43:35.220Z++ git branch --show-current
732024-07-15T03:43:35.220Z+ current=main
742024-07-15T03:43:35.220Z+ [[ main != sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait ]]
752024-07-15T03:43:35.220Z+ git branch -f sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait 15b4c1d069cec4e320f455678bfeb37a88bcc1c7
762024-07-15T03:43:35.224Z+ git checkout -f sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait
772024-07-15T03:43:35.361ZSwitched to branch 'sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait'
782024-07-15T03:43:35.365Z+ git reset --hard 15b4c1d069cec4e320f455678bfeb37a88bcc1c7
792024-07-15T03:43:35.498ZHEAD is now at 15b4c1d06 rebase on main
802024-07-15T03:43:35.501Zprocess exited: duration 7945 ms, exit code 0
 
812024-07-15T03:43:35.508Zstarting task 4: "build"
822024-07-15T03:43:35.513Z+ cargo --version
832024-07-15T03:43:35.567Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-15T03:43:35.570Z+ rustc --version
852024-07-15T03:43:35.626Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-15T03:43:35.639Z+ WORK=/work
872024-07-15T03:43:35.639Z+ pfexec mkdir -p /work
882024-07-15T03:43:35.640Z+ pfexec chown build /work
892024-07-15T03:43:35.644Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-07-15T03:43:52.703Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-07-15T03:43:54.868Z Startup: Caching catalogs ... Done
922024-07-15T03:43:57.806ZPlanning: Solver setup ... Done (2.392s)
932024-07-15T03:43:57.855ZPlanning: Running solver ... Done (0.049s)
942024-07-15T03:43:57.902ZPlanning: Finding local manifests ... Done (0.005s)
952024-07-15T03:43:57.915ZPlanning: Fetching manifests: 0/4 0% complete
962024-07-15T03:43:58.187ZPlanning: Fetching manifests: 4/4 100% complete
972024-07-15T03:43:58.236ZPlanning: Package planning ... Done (0.049s)
982024-07-15T03:43:58.287ZPlanning: Merging actions ... Done (0.050s)
992024-07-15T03:43:59.761ZPlanning: Checking for conflicting actions ... Done (1.473s)
1002024-07-15T03:43:59.772ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-07-15T03:44:05.865ZPlanning: Evaluating mediators ... Done (6.092s)
1022024-07-15T03:44:05.875ZPlanning: Planning completed in 10.94 seconds
1032024-07-15T03:44:06.181Z Packages to install: 4
1042024-07-15T03:44:06.181Z Mediators to change: 2
1052024-07-15T03:44:06.182Z Services to change: 1
1062024-07-15T03:44:06.185Z Estimated space available: 155.77 GB
1072024-07-15T03:44:06.185ZEstimated space to be consumed: 1.46 GB
1082024-07-15T03:44:06.185Z Create boot environment: No
1092024-07-15T03:44:06.185ZCreate backup boot environment: No
1102024-07-15T03:44:06.185Z Rebuild boot archive: No
1112024-07-15T03:44:06.185Z
1122024-07-15T03:44:06.185ZChanged mediators:
1132024-07-15T03:44:06.185Z mediator clang:
1142024-07-15T03:44:06.185Z version: None -> 15 (system default)
1152024-07-15T03:44:06.185Z
1162024-07-15T03:44:06.185Z mediator llvm:
1172024-07-15T03:44:06.185Z version: 14 (system default) -> 15 (system default)
1182024-07-15T03:44:06.185Z
1192024-07-15T03:44:06.185ZChanged packages:
1202024-07-15T03:44:06.185Zhelios-dev
1212024-07-15T03:44:06.185Z developer/build-essential
1222024-07-15T03:44:06.185Z None -> 11-2.0
1232024-07-15T03:44:06.185Z library/libxmlsec1
1242024-07-15T03:44:06.185Z None -> 1.2.35-2.0
1252024-07-15T03:44:06.185Z ooce/developer/clang-15
1262024-07-15T03:44:06.185Z None -> 15.0.7-2.0
1272024-07-15T03:44:06.185Z ooce/developer/llvm-15
1282024-07-15T03:44:06.185Z None -> 15.0.7-2.0
1292024-07-15T03:44:06.185Z
1302024-07-15T03:44:06.185ZServices:
1312024-07-15T03:44:06.185Z restart_fmri:
1322024-07-15T03:44:06.185Z svc:/system/update-man-index:default
1332024-07-15T03:44:06.462Z
1342024-07-15T03:44:06.462ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-07-15T03:44:11.467ZDownload: 975/3290 items 19.4/212.6MB 9% complete (3.9M/s)
1362024-07-15T03:44:16.468ZDownload: 1379/3290 items 112.9/212.6MB 53% complete (11.2M/s)
1372024-07-15T03:44:21.476ZDownload: 2370/3290 items 119.9/212.6MB 56% complete (10.1M/s)
1382024-07-15T03:44:26.523ZDownload: 3240/3290 items 165.3/212.6MB 77% complete (5.7M/s)
1392024-07-15T03:44:29.247ZDownload: Completed 212.60 MB in 22.78 seconds (9.3M/s)
1402024-07-15T03:44:31.669Z Actions: 1/3689 actions (Installing new actions)
1412024-07-15T03:44:36.792Z Actions: 3573/3689 actions (Installing new actions)
1422024-07-15T03:44:36.923Z Actions: Completed 3689 actions in 5.25 seconds.
1432024-07-15T03:44:37.163Z Done (0.235s)
1442024-07-15T03:44:37.163Z Done (0.000s)
1452024-07-15T03:44:37.492Z Done (0.329s)
1462024-07-15T03:44:42.847Z Done (5.194s)
1472024-07-15T03:44:43.030Z Done (0.115s)
1482024-07-15T03:44:43.033Z Done (0.000s)
1492024-07-15T03:44:43.210Z Done (0.000s)
1502024-07-15T03:44:43.788ZPlanning: Evaluating mediator changes ... Done
1512024-07-15T03:44:43.955ZPlanning: Checking for conflicting actions ... Done
1522024-07-15T03:44:43.957ZPlanning: Consolidating action changes ... Done
1532024-07-15T03:44:44.228ZPlanning: Evaluating mediators ... Done
1542024-07-15T03:44:44.231ZPlanning: Planning completed in 0.44 seconds
1552024-07-15T03:44:44.262Z Mediators to change: 2
1562024-07-15T03:44:44.262Z Create boot environment: No
1572024-07-15T03:44:44.265ZCreate backup boot environment: No
1582024-07-15T03:44:44.341Z Done
1592024-07-15T03:44:44.341Z Done
1602024-07-15T03:44:44.552Z Done
1612024-07-15T03:44:48.163Z Done
1622024-07-15T03:44:48.254Z Done
1632024-07-15T03:44:48.257Z Done
1642024-07-15T03:44:48.399Z Done
1652024-07-15T03:44:49.017ZPlanning: Evaluating mediator changes ... Done
1662024-07-15T03:44:49.019ZPlanning: Merging actions ... Done
1672024-07-15T03:44:49.210ZPlanning: Checking for conflicting actions ... Done
1682024-07-15T03:44:49.213ZPlanning: Consolidating action changes ... Done
1692024-07-15T03:44:49.477ZPlanning: Evaluating mediators ... Done
1702024-07-15T03:44:49.533ZPlanning: Planning completed in 0.76 seconds
1712024-07-15T03:44:49.567Z Packages to change: 1
1722024-07-15T03:44:49.567Z Mediators to change: 1
1732024-07-15T03:44:49.571Z Services to change: 1
1742024-07-15T03:44:49.571Z Create boot environment: No
1752024-07-15T03:44:49.571ZCreate backup boot environment: Yes
1762024-07-15T03:44:51.538Z Actions: 1/6 actions (Updating modified actions)
1772024-07-15T03:44:51.588Z Actions: Completed 6 actions in 0.05 seconds.
1782024-07-15T03:44:51.590Z Done
1792024-07-15T03:44:51.590Z Done
1802024-07-15T03:44:51.657Z Done
1812024-07-15T03:44:55.206Z Done
1822024-07-15T03:44:55.292Z Done
1832024-07-15T03:44:55.295Z Done
1842024-07-15T03:44:55.447Z Done
1852024-07-15T03:44:55.889ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1862024-07-15T03:44:55.889Zclang system 15 system
1872024-07-15T03:44:55.889Zcsh system system illumos
1882024-07-15T03:44:55.889Zctags system system illumos
1892024-07-15T03:44:55.889Zgcc vendor 12 vendor
1902024-07-15T03:44:55.889Zgcc system 10 system
1912024-07-15T03:44:55.889Zgcc system 7 system
1922024-07-15T03:44:55.889Zgo system 1.20 system
1932024-07-15T03:44:55.889Zgo system 1.19 system
1942024-07-15T03:44:55.889Zllvm system 15 system
1952024-07-15T03:44:55.889Zllvm system 14 system
1962024-07-15T03:44:55.889Zmariadb system 10.6 system
1972024-07-15T03:44:55.889Zmta vendor vendor dma
1982024-07-15T03:44:55.889Zopenjdk system 17 system
1992024-07-15T03:44:55.889Zopenjdk system 11 system
2002024-07-15T03:44:55.889Zopenjdk system 1.8 system
2012024-07-15T03:44:55.889Zopenssl vendor 3 vendor
2022024-07-15T03:44:55.889Zperl system 5.36 system
2032024-07-15T03:44:55.889Zpostgresql system 15 system
2042024-07-15T03:44:55.890Zpostgresql system 13 system
2052024-07-15T03:44:55.890Zpython vendor 3 vendor
2062024-07-15T03:44:55.890Zpython system 2 system
2072024-07-15T03:44:55.890Zpython3 system 3.11 system
2082024-07-15T03:44:55.890Zruby system 3.0 system
2092024-07-15T03:44:55.890Zwords vendor vendor american-english
2102024-07-15T03:44:55.890Zwords system system australian-english
2112024-07-15T03:44:55.890Zwords system system british-english
2122024-07-15T03:44:55.890Zwords system system canadian-english
2132024-07-15T03:44:55.890Zwords system system french
2142024-07-15T03:44:55.890Zwords system system italian
2152024-07-15T03:44:55.890Zwords system system ngerman
2162024-07-15T03:44:55.890Zwords system system ogerman
2172024-07-15T03:44:55.890Zwords system system spanish
2182024-07-15T03:44:56.220ZPUBLISHER TYPE STATUS P LOCATION
2192024-07-15T03:44:56.220Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2202024-07-15T03:44:57.788ZFMRI IFO
2212024-07-15T03:44:57.788Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2222024-07-15T03:44:57.788Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2232024-07-15T03:44:57.789Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2242024-07-15T03:44:57.789Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2252024-07-15T03:44:57.789Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2262024-07-15T03:44:57.789Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2272024-07-15T03:44:57.789Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2282024-07-15T03:44:57.789Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2292024-07-15T03:44:57.789Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2302024-07-15T03:44:57.789Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2312024-07-15T03:44:57.789Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2322024-07-15T03:44:57.789Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2332024-07-15T03:44:58.309Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2342024-07-15T03:44:58.602Z Updating git repository `https://github.com/oxidecomputer/zone`
2352024-07-15T03:44:58.858Z Updating crates.io index
2362024-07-15T03:44:58.961Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2372024-07-15T03:44:59.730Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382024-07-15T03:45:00.503Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2392024-07-15T03:45:00.738Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2402024-07-15T03:45:02.913Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412024-07-15T03:45:03.540Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422024-07-15T03:45:03.836Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432024-07-15T03:45:04.844Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442024-07-15T03:45:06.987Z Updating git repository `https://github.com/oxidecomputer/opte`
2452024-07-15T03:45:07.997Z Updating git repository `https://github.com/oxidecomputer/falcon`
2462024-07-15T03:45:08.634Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472024-07-15T03:45:09.272Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2482024-07-15T03:45:09.565Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2492024-07-15T03:45:09.869Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2502024-07-15T03:45:10.126Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2512024-07-15T03:45:10.443Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522024-07-15T03:45:10.694Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532024-07-15T03:45:10.905Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542024-07-15T03:45:11.175Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552024-07-15T03:45:11.433Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562024-07-15T03:45:11.746Z Updating git repository `https://github.com/oxidecomputer/ispf`
2572024-07-15T03:45:12.097Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2582024-07-15T03:45:12.366Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592024-07-15T03:45:13.025Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2602024-07-15T03:45:13.304Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2612024-07-15T03:45:13.611Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2622024-07-15T03:45:13.995Z Updating git repository `https://github.com/oxidecomputer/typify`
2632024-07-15T03:45:15.833Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2642024-07-15T03:45:16.172Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2652024-07-15T03:45:16.445Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2662024-07-15T03:45:16.890Z Updating git repository `https://github.com/oxidecomputer/rfb`
2672024-07-15T03:45:17.834Z Downloading crates ...
2682024-07-15T03:45:17.945Z Downloaded is-terminal v0.4.12
2692024-07-15T03:45:17.953Z Downloaded foreign-types v0.3.2
2702024-07-15T03:45:17.956Z Downloaded pin-project-lite v0.2.14
2712024-07-15T03:45:17.963Z Downloaded pkg-config v0.3.30
2722024-07-15T03:45:17.966Z Downloaded powerfmt v0.2.0
2732024-07-15T03:45:17.968Z Downloaded openssl-probe v0.1.5
2742024-07-15T03:45:17.968Z Downloaded proc-macro2 v1.0.86
2752024-07-15T03:45:17.971Z Downloaded proc-macro-error v1.0.4
2762024-07-15T03:45:17.974Z Downloaded byteorder v1.5.0
2772024-07-15T03:45:17.978Z Downloaded tower-service v0.3.2
2782024-07-15T03:45:17.981Z Downloaded scroll_derive v0.12.0
2792024-07-15T03:45:17.981Z Downloaded bytecount v0.6.8
2802024-07-15T03:45:17.981Z Downloaded autocfg v1.3.0
2812024-07-15T03:45:17.984Z Downloaded hyper-tls v0.5.0
2822024-07-15T03:45:17.984Z Downloaded clap_lex v0.7.0
2832024-07-15T03:45:17.987Z Downloaded cargo_metadata v0.18.1
2842024-07-15T03:45:17.990Z Downloaded sync_wrapper v0.1.2
2852024-07-15T03:45:17.990Z Downloaded itoa v1.0.11
2862024-07-15T03:45:17.990Z Downloaded usdt-macro v0.5.0
2872024-07-15T03:45:17.992Z Downloaded tinyvec_macros v0.1.1
2882024-07-15T03:45:17.992Z Downloaded dof v0.3.0
2892024-07-15T03:45:17.992Z Downloaded heck v0.5.0
2902024-07-15T03:45:17.995Z Downloaded dirs-sys-next v0.1.2
2912024-07-15T03:45:17.995Z Downloaded num_cpus v1.16.0
2922024-07-15T03:45:17.998Z Downloaded tokio-macros v2.3.0
2932024-07-15T03:45:18.002Z Downloaded httpdate v1.0.3
2942024-07-15T03:45:18.002Z Downloaded form_urlencoded v1.2.1
2952024-07-15T03:45:18.005Z Downloaded equivalent v1.0.1
2962024-07-15T03:45:18.005Z Downloaded foreign-types-shared v0.1.1
2972024-07-15T03:45:18.005Z Downloaded dtrace-parser v0.2.0
2982024-07-15T03:45:18.005Z Downloaded deranged v0.3.11
2992024-07-15T03:45:18.008Z Downloaded anstyle-query v1.0.3
3002024-07-15T03:45:18.008Z Downloaded cfg-if v1.0.0
3012024-07-15T03:45:18.008Z Downloaded toml_datetime v0.6.6
3022024-07-15T03:45:18.011Z Downloaded tabled_derive v0.7.0
3032024-07-15T03:45:18.011Z Downloaded strsim v0.11.1
3042024-07-15T03:45:18.013Z Downloaded macaddr v1.0.1
3052024-07-15T03:45:18.013Z Downloaded errno v0.3.9
3062024-07-15T03:45:18.016Z Downloaded camino v1.1.7
3072024-07-15T03:45:18.019Z Downloaded slog-json v2.6.1
3082024-07-15T03:45:18.019Z Downloaded usdt v0.5.0
3092024-07-15T03:45:18.022Z Downloaded thiserror-impl v1.0.60
3102024-07-15T03:45:18.022Z Downloaded terminal_size v0.3.0
3112024-07-15T03:45:18.025Z Downloaded num_threads v0.1.7
3122024-07-15T03:45:18.025Z Downloaded num-conv v0.1.0
3132024-07-15T03:45:18.025Z Downloaded is_terminal_polyfill v1.70.0
3142024-07-15T03:45:18.027Z Downloaded serde_tokenstream v0.2.1
3152024-07-15T03:45:18.031Z Downloaded native-tls v0.2.11
3162024-07-15T03:45:18.034Z Downloaded usdt-attr-macro v0.5.0
3172024-07-15T03:45:18.034Z Downloaded time-core v0.1.2
3182024-07-15T03:45:18.034Z Downloaded take_mut v0.2.2
3192024-07-15T03:45:18.034Z Downloaded pest_generator v2.7.10
3202024-07-15T03:45:18.037Z Downloaded percent-encoding v2.3.1
3212024-07-15T03:45:18.037Z Downloaded try-lock v0.2.5
3222024-07-15T03:45:18.040Z Downloaded thread-id v4.2.1
3232024-07-15T03:45:18.040Z Downloaded slab v0.4.9
3242024-07-15T03:45:18.040Z Downloaded match_cfg v0.1.0
3252024-07-15T03:45:18.043Z Downloaded pin-utils v0.1.0
3262024-07-15T03:45:18.043Z Downloaded swrite v0.1.0
3272024-07-15T03:45:18.043Z Downloaded openssl-macros v0.1.1
3282024-07-15T03:45:18.046Z Downloaded strum v0.26.2
3292024-07-15T03:45:18.046Z Downloaded usdt-impl v0.5.0
3302024-07-15T03:45:18.048Z Downloaded strum_macros v0.26.4
3312024-07-15T03:45:18.051Z Downloaded futures-core v0.3.30
3322024-07-15T03:45:18.051Z Downloaded fnv v1.0.7
3332024-07-15T03:45:18.051Z Downloaded crc32fast v1.4.0
3342024-07-15T03:45:18.054Z Downloaded digest v0.10.7
3352024-07-15T03:45:18.057Z Downloaded crypto-common v0.1.6
3362024-07-15T03:45:18.057Z Downloaded version_check v0.9.4
3372024-07-15T03:45:18.060Z Downloaded heck v0.4.1
3382024-07-15T03:45:18.061Z Downloaded generic-array v0.14.7
3392024-07-15T03:45:18.063Z Downloaded futures-task v0.3.30
3402024-07-15T03:45:18.063Z Downloaded fs-err v2.11.0
3412024-07-15T03:45:18.063Z Downloaded time-macros v0.2.18
3422024-07-15T03:45:18.066Z Downloaded hostname v0.3.1
3432024-07-15T03:45:18.069Z Downloaded futures-io v0.3.30
3442024-07-15T03:45:18.069Z Downloaded want v0.3.1
3452024-07-15T03:45:18.071Z Downloaded filetime v0.2.23
3462024-07-15T03:45:18.071Z Downloaded anyhow v1.0.86
3472024-07-15T03:45:18.075Z Downloaded miniz_oxide v0.7.2
3482024-07-15T03:45:18.078Z Downloaded serde_urlencoded v0.7.1
3492024-07-15T03:45:18.081Z Downloaded memmap v0.7.0
3502024-07-15T03:45:18.081Z Downloaded bitflags v2.5.0
3512024-07-15T03:45:18.085Z Downloaded scopeguard v1.2.0
3522024-07-15T03:45:18.087Z Downloaded clap v4.5.4
3532024-07-15T03:45:18.095Z Downloaded ryu v1.0.18
3542024-07-15T03:45:18.098Z Downloaded unicode-bidi v0.3.15
3552024-07-15T03:45:18.101Z Downloaded futures v0.3.30
3562024-07-15T03:45:18.106Z Downloaded smallvec v1.13.2
3572024-07-15T03:45:18.109Z Downloaded thiserror v1.0.60
3582024-07-15T03:45:18.113Z Downloaded slog-async v2.8.0
3592024-07-15T03:45:18.117Z Downloaded tokio-native-tls v0.3.1
3602024-07-15T03:45:18.120Z Downloaded serde_spanned v0.6.6
3612024-07-15T03:45:18.120Z Downloaded utf8parse v0.2.1
3622024-07-15T03:45:18.120Z Downloaded indexmap v2.2.6
3632024-07-15T03:45:18.123Z Downloaded pest_derive v2.7.10
3642024-07-15T03:45:18.126Z Downloaded log v0.4.21
3652024-07-15T03:45:18.128Z Downloaded xattr v1.3.1
3662024-07-15T03:45:18.132Z Downloaded pest_meta v2.7.10
3672024-07-15T03:45:18.134Z Downloaded slog-term v2.9.1
3682024-07-15T03:45:18.134Z Downloaded base64 v0.21.7
3692024-07-15T03:45:18.138Z Downloaded typenum v1.17.0
3702024-07-15T03:45:18.143Z Downloaded memchr v2.7.2
3712024-07-15T03:45:18.147Z Downloaded tracing-core v0.1.32
3722024-07-15T03:45:18.149Z Downloaded zerocopy-derive v0.7.34
3732024-07-15T03:45:18.154Z Downloaded thread_local v1.1.8
3742024-07-15T03:45:18.157Z Downloaded term v0.7.0
3752024-07-15T03:45:18.159Z Downloaded semver v1.0.23
3762024-07-15T03:45:18.162Z Downloaded openssl-sys v0.9.102
3772024-07-15T03:45:18.167Z Downloaded papergrid v0.11.0
3782024-07-15T03:45:18.172Z Downloaded tinyvec v1.6.0
3792024-07-15T03:45:18.175Z Downloaded mio v0.8.11
3802024-07-15T03:45:18.181Z Downloaded unicode-ident v1.0.12
3812024-07-15T03:45:18.183Z Downloaded toml v0.8.14
3822024-07-15T03:45:18.187Z Downloaded socket2 v0.5.7
3832024-07-15T03:45:18.190Z Downloaded slog v2.7.0
3842024-07-15T03:45:18.193Z Downloaded pest v2.7.10
3852024-07-15T03:45:18.198Z Downloaded hashbrown v0.14.5
3862024-07-15T03:45:18.203Z Downloaded ucd-trie v0.1.6
3872024-07-15T03:45:18.206Z Downloaded url v2.5.0
3882024-07-15T03:45:18.209Z Downloaded h2 v0.3.26
3892024-07-15T03:45:18.216Z Downloaded goblin v0.8.2
3902024-07-15T03:45:18.223Z Downloaded futures-util v0.3.30
3912024-07-15T03:45:18.236Z Downloaded unicode-normalization v0.1.23
3922024-07-15T03:45:18.239Z Downloaded tracing v0.1.40
3932024-07-15T03:45:18.244Z Downloaded toml_edit v0.22.14
3942024-07-15T03:45:18.267Z Downloaded openssl v0.10.64
3952024-07-15T03:45:18.277Z Downloaded zerocopy v0.7.34
3962024-07-15T03:45:18.293Z Downloaded winnow v0.6.8
3972024-07-15T03:45:18.301Z Downloaded reqwest v0.11.27
3982024-07-15T03:45:18.310Z Downloaded serde_json v1.0.120
3992024-07-15T03:45:18.316Z Downloaded tokio-util v0.7.11
4002024-07-15T03:45:18.322Z Downloaded vcpkg v0.2.15
4012024-07-15T03:45:18.361Z Downloaded tabled v0.15.0
4022024-07-15T03:45:18.377Z Downloaded syn v2.0.68
4032024-07-15T03:45:18.388Z Downloaded syn v1.0.109
4042024-07-15T03:45:18.398Z Downloaded rustix v0.38.34
4052024-07-15T03:45:18.419Z Downloaded unicode-width v0.1.13
4062024-07-15T03:45:18.426Z Downloaded encoding_rs v0.8.34
4072024-07-15T03:45:18.448Z Downloaded tokio v1.38.0
4082024-07-15T03:45:18.479Z Downloaded libc v0.2.155
4092024-07-15T03:45:18.508Z Downloaded time v0.3.36
4102024-07-15T03:45:18.514Z Downloaded idna v0.5.0
4112024-07-15T03:45:18.520Z Downloaded hyper v0.14.28
4122024-07-15T03:45:18.527Z Downloaded clap_builder v4.5.2
4132024-07-15T03:45:18.533Z Downloaded serde_derive v1.0.204
4142024-07-15T03:45:18.535Z Downloaded serde v1.0.204
4152024-07-15T03:45:18.538Z Downloaded http v0.2.12
4162024-07-15T03:45:18.541Z Downloaded crossbeam-channel v0.5.12
4172024-07-15T03:45:18.545Z Downloaded tar v0.4.40
4182024-07-15T03:45:18.548Z Downloaded flate2 v1.0.30
4192024-07-15T03:45:18.552Z Downloaded cc v1.0.97
4202024-07-15T03:45:18.554Z Downloaded parking_lot_core v0.9.10
4212024-07-15T03:45:18.557Z Downloaded signal-hook-registry v1.4.2
4222024-07-15T03:45:18.557Z Downloaded parking_lot v0.12.2
4232024-07-15T03:45:18.560Z Downloaded ipnet v2.9.0
4242024-07-15T03:45:18.563Z Downloaded httparse v1.8.0
4252024-07-15T03:45:18.563Z Downloaded bytes v1.6.0
4262024-07-15T03:45:18.566Z Downloaded rustversion v1.0.17
4272024-07-15T03:45:18.569Z Downloaded quote v1.0.36
4282024-07-15T03:45:18.571Z Downloaded crossbeam-utils v0.8.19
4292024-07-15T03:45:18.574Z Downloaded cpufeatures v0.2.12
4302024-07-15T03:45:18.574Z Downloaded clap_derive v4.5.4
4312024-07-15T03:45:18.577Z Downloaded cargo_toml v0.20.3
4322024-07-15T03:45:18.577Z Downloaded sha2 v0.10.8
4332024-07-15T03:45:18.580Z Downloaded proc-macro-error-attr v1.0.4
4342024-07-15T03:45:18.580Z Downloaded once_cell v1.19.0
4352024-07-15T03:45:18.583Z Downloaded lock_api v0.4.12
4362024-07-15T03:45:18.585Z Downloaded futures-macro v0.3.30
4372024-07-15T03:45:18.585Z Downloaded futures-channel v0.3.30
4382024-07-15T03:45:18.586Z Downloaded scroll v0.12.0
4392024-07-15T03:45:18.588Z Downloaded plain v0.2.3
4402024-07-15T03:45:18.589Z Downloaded rustls-pemfile v1.0.4
4412024-07-15T03:45:18.591Z Downloaded anstyle v1.0.7
4422024-07-15T03:45:18.591Z Downloaded anstream v0.6.14
4432024-07-15T03:45:18.594Z Downloaded slog-bunyan v2.5.0
4442024-07-15T03:45:18.594Z Downloaded cargo-platform v0.1.8
4452024-07-15T03:45:18.597Z Downloaded adler v1.0.2
4462024-07-15T03:45:18.597Z Downloaded block-buffer v0.10.4
4472024-07-15T03:45:18.597Z Downloaded pretty-hex v0.4.1
4482024-07-15T03:45:18.599Z Downloaded mime v0.3.17
4492024-07-15T03:45:18.599Z Downloaded http-body v0.4.6
4502024-07-15T03:45:18.602Z Downloaded colorchoice v1.0.1
4512024-07-15T03:45:18.602Z Downloaded futures-sink v0.3.30
4522024-07-15T03:45:18.602Z Downloaded futures-executor v0.3.30
4532024-07-15T03:45:18.605Z Downloaded dirs-next v2.0.0
4542024-07-15T03:45:18.605Z Downloaded anstyle-parse v0.2.4
4552024-07-15T03:45:18.901Z Compiling proc-macro2 v1.0.86
4562024-07-15T03:45:18.902Z Compiling unicode-ident v1.0.12
4572024-07-15T03:45:18.904Z Compiling libc v0.2.155
4582024-07-15T03:45:18.904Z Compiling version_check v0.9.4
4592024-07-15T03:45:18.904Z Compiling cfg-if v1.0.0
4602024-07-15T03:45:18.904Z Compiling itoa v1.0.11
4612024-07-15T03:45:18.937Z Compiling once_cell v1.19.0
4622024-07-15T03:45:18.941Z Compiling serde v1.0.204
4632024-07-15T03:45:19.142Z Compiling autocfg v1.3.0
4642024-07-15T03:45:19.168Z Compiling memchr v2.7.2
4652024-07-15T03:45:19.193Z Compiling thiserror v1.0.60
4662024-07-15T03:45:19.368Z Compiling ryu v1.0.18
4672024-07-15T03:45:19.678Z Compiling pin-project-lite v0.2.14
4682024-07-15T03:45:19.698Z Compiling bitflags v2.5.0
4692024-07-15T03:45:19.777Z Compiling cc v1.0.97
4702024-07-15T03:45:19.960Z Compiling lock_api v0.4.12
4712024-07-15T03:45:20.015Z Compiling ucd-trie v0.1.6
4722024-07-15T03:45:20.492Z Compiling parking_lot_core v0.9.10
4732024-07-15T03:45:20.564Z Compiling pkg-config v0.3.30
4742024-07-15T03:45:21.692Z Compiling vcpkg v0.2.15
4752024-07-15T03:45:21.987Z Compiling slab v0.4.9
4762024-07-15T03:45:21.990Z Compiling futures-sink v0.3.30
4772024-07-15T03:45:22.048Z Compiling futures-core v0.3.30
4782024-07-15T03:45:22.103Z Compiling bytes v1.6.0
4792024-07-15T03:45:22.246Z Compiling smallvec v1.13.2
4802024-07-15T03:45:22.297Z Compiling scopeguard v1.2.0
4812024-07-15T03:45:22.600Z Compiling serde_json v1.0.120
4822024-07-15T03:45:22.696Z Compiling hashbrown v0.14.5
4832024-07-15T03:45:22.746Z Compiling log v0.4.21
4842024-07-15T03:45:22.857Z Compiling quote v1.0.36
4852024-07-15T03:45:22.926Z Compiling byteorder v1.5.0
4862024-07-15T03:45:23.127Z Compiling fnv v1.0.7
4872024-07-15T03:45:23.271Z Compiling syn v2.0.68
4882024-07-15T03:45:23.403Z Compiling equivalent v1.0.1
4892024-07-15T03:45:23.518Z Compiling num_cpus v1.16.0
4902024-07-15T03:45:23.561Z Compiling socket2 v0.5.7
4912024-07-15T03:45:23.587Z Compiling signal-hook-registry v1.4.2
4922024-07-15T03:45:23.647Z Compiling mio v0.8.11
4932024-07-15T03:45:23.817Z Compiling parking_lot v0.12.2
4942024-07-15T03:45:23.839Z Compiling openssl-sys v0.9.102
4952024-07-15T03:45:24.004Z Compiling indexmap v2.2.6
4962024-07-15T03:45:24.392Z Compiling futures-channel v0.3.30
4972024-07-15T03:45:24.423Z Compiling rustix v0.38.34
4982024-07-15T03:45:24.584Z Compiling pin-utils v0.1.0
4992024-07-15T03:45:24.687Z Compiling futures-task v0.3.30
5002024-07-15T03:45:24.789Z Compiling futures-io v0.3.30
5012024-07-15T03:45:24.813Z Compiling typenum v1.17.0
5022024-07-15T03:45:25.083Z Compiling errno v0.3.9
5032024-07-15T03:45:25.278Z Compiling generic-array v0.14.7
5042024-07-15T03:45:25.303Z Compiling openssl v0.10.64
5052024-07-15T03:45:25.305Z Compiling slog v2.7.0
5062024-07-15T03:45:25.305Z Compiling foreign-types-shared v0.1.1
5072024-07-15T03:45:25.470Z Compiling foreign-types v0.3.2
5082024-07-15T03:45:25.665Z Compiling http v0.2.12
5092024-07-15T03:45:25.703Z Compiling proc-macro-error-attr v1.0.4
5102024-07-15T03:45:25.896Z Compiling usdt-impl v0.5.0
5112024-07-15T03:45:25.972Z Compiling tracing-core v0.1.32
5122024-07-15T03:45:26.207Z Compiling syn v1.0.109
5132024-07-15T03:45:26.422Z Compiling powerfmt v0.2.0
5142024-07-15T03:45:26.806Z Compiling time-core v0.1.2
5152024-07-15T03:45:26.838Z Compiling num-conv v0.1.0
5162024-07-15T03:45:26.980Z Compiling native-tls v0.2.11
5172024-07-15T03:45:27.117Z Compiling httparse v1.8.0
5182024-07-15T03:45:27.257Z Compiling tinyvec_macros v0.1.1
5192024-07-15T03:45:27.331Z Compiling tinyvec v1.6.0
5202024-07-15T03:45:27.353Z Compiling time-macros v0.2.18
5212024-07-15T03:45:27.580Z Compiling deranged v0.3.11
5222024-07-15T03:45:28.070Z Compiling tracing v0.1.40
5232024-07-15T03:45:28.406Z Compiling thread-id v4.2.1
5242024-07-15T03:45:28.610Z Compiling proc-macro-error v1.0.4
5252024-07-15T03:45:28.633Z Compiling num_threads v0.1.7
5262024-07-15T03:45:28.728Z Compiling try-lock v0.2.5
5272024-07-15T03:45:28.764Z Compiling plain v0.2.3
5282024-07-15T03:45:28.861Z Compiling heck v0.5.0
5292024-07-15T03:45:28.886Z Compiling rustversion v1.0.17
5302024-07-15T03:45:28.907Z Compiling crossbeam-utils v0.8.19
5312024-07-15T03:45:29.368Z Compiling percent-encoding v2.3.1
5322024-07-15T03:45:29.371Z Compiling utf8parse v0.2.1
5332024-07-15T03:45:29.436Z Compiling openssl-probe v0.1.5
5342024-07-15T03:45:29.541Z Compiling anstyle-parse v0.2.4
5352024-07-15T03:45:29.565Z Compiling form_urlencoded v1.2.1
5362024-07-15T03:45:29.717Z Compiling want v0.3.1
5372024-07-15T03:45:29.742Z Compiling unicode-normalization v0.1.23
5382024-07-15T03:45:30.020Z Compiling http-body v0.4.6
5392024-07-15T03:45:30.492Z Compiling time v0.3.36
5402024-07-15T03:45:30.515Z Compiling dirs-sys-next v0.1.2
5412024-07-15T03:45:30.615Z Compiling winnow v0.6.8
5422024-07-15T03:45:30.812Z Compiling anstyle v1.0.7
5432024-07-15T03:45:30.866Z Compiling pretty-hex v0.4.1
5442024-07-15T03:45:31.079Z Compiling crc32fast v1.4.0
5452024-07-15T03:45:31.216Z Compiling httpdate v1.0.3
5462024-07-15T03:45:31.274Z Compiling is_terminal_polyfill v1.70.0
5472024-07-15T03:45:31.390Z Compiling camino v1.1.7
5482024-07-15T03:45:31.416Z Compiling unicode-bidi v0.3.15
5492024-07-15T03:45:31.536Z Compiling colorchoice v1.0.1
5502024-07-15T03:45:31.699Z Compiling semver v1.0.23
5512024-07-15T03:45:31.725Z Compiling anstyle-query v1.0.3
5522024-07-15T03:45:31.869Z Compiling tower-service v0.3.2
5532024-07-15T03:45:32.014Z Compiling anstream v0.6.14
5542024-07-15T03:45:32.134Z Compiling idna v0.5.0
5552024-07-15T03:45:32.389Z Compiling dirs-next v2.0.0
5562024-07-15T03:45:33.475Z Compiling crypto-common v0.1.6
5572024-07-15T03:45:33.691Z Compiling block-buffer v0.10.4
5582024-07-15T03:45:33.718Z Compiling terminal_size v0.3.0
5592024-07-15T03:45:33.914Z Compiling fs-err v2.11.0
5602024-07-15T03:45:34.033Z Compiling thread_local v1.1.8
5612024-07-15T03:45:34.152Z Compiling clap_lex v0.7.0
5622024-07-15T03:45:34.187Z Compiling slog-async v2.8.0
5632024-07-15T03:45:34.253Z Compiling base64 v0.21.7
5642024-07-15T03:45:34.388Z Compiling unicode-width v0.1.13
5652024-07-15T03:45:34.461Z Compiling adler v1.0.2
5662024-07-15T03:45:34.606Z Compiling heck v0.4.1
5672024-07-15T03:45:34.630Z Compiling match_cfg v0.1.0
5682024-07-15T03:45:34.680Z Compiling bytecount v0.6.8
5692024-07-15T03:45:34.683Z Compiling anyhow v1.0.86
5702024-07-15T03:45:34.683Z Compiling strsim v0.11.1
5712024-07-15T03:45:34.743Z Compiling hostname v0.3.1
5722024-07-15T03:45:34.901Z Compiling papergrid v0.11.0
5732024-07-15T03:45:34.996Z Compiling rustls-pemfile v1.0.4
5742024-07-15T03:45:35.095Z Compiling clap_builder v4.5.2
5752024-07-15T03:45:35.116Z Compiling miniz_oxide v0.7.2
5762024-07-15T03:45:35.511Z Compiling digest v0.10.7
5772024-07-15T03:45:35.644Z Compiling crossbeam-channel v0.5.12
5782024-07-15T03:45:35.674Z Compiling url v2.5.0
5792024-07-15T03:45:35.939Z Compiling term v0.7.0
5802024-07-15T03:45:36.213Z Compiling serde_derive v1.0.204
5812024-07-15T03:45:36.683Z Compiling thiserror-impl v1.0.60
5822024-07-15T03:45:36.716Z Compiling zerocopy-derive v0.7.34
5832024-07-15T03:45:36.788Z Compiling futures-macro v0.3.30
5842024-07-15T03:45:37.607Z Compiling tokio-macros v2.3.0
5852024-07-15T03:45:37.640Z Compiling openssl-macros v0.1.1
5862024-07-15T03:45:38.389Z Compiling scroll_derive v0.12.0
5872024-07-15T03:45:38.932Z Compiling futures-util v0.3.30
5882024-07-15T03:45:39.023Z Compiling zerocopy v0.7.34
5892024-07-15T03:45:39.361Z Compiling tokio v1.38.0
5902024-07-15T03:45:39.858Z Compiling scroll v0.12.0
5912024-07-15T03:45:40.282Z Compiling pest v2.7.10
5922024-07-15T03:45:40.465Z Compiling goblin v0.8.2
5932024-07-15T03:45:40.684Z Compiling tabled_derive v0.7.0
5942024-07-15T03:45:43.272Z Compiling pest_meta v2.7.10
5952024-07-15T03:45:43.373Z Compiling clap_derive v4.5.4
5962024-07-15T03:45:45.002Z Compiling pest_generator v2.7.10
5972024-07-15T03:45:47.086Z Compiling futures-executor v0.3.30
5982024-07-15T03:45:47.720Z Compiling tokio-util v0.7.11
5992024-07-15T03:45:48.054Z Compiling tokio-native-tls v0.3.1
6002024-07-15T03:45:48.307Z Compiling strum_macros v0.26.4
6012024-07-15T03:45:48.770Z Compiling pest_derive v2.7.10
6022024-07-15T03:45:48.865Z Compiling h2 v0.3.26
6032024-07-15T03:45:49.084Z Compiling xattr v1.3.1
6042024-07-15T03:45:49.373Z Compiling filetime v0.2.23
6052024-07-15T03:45:49.564Z Compiling dtrace-parser v0.2.0
6062024-07-15T03:45:49.731Z Compiling memmap v0.7.0
6072024-07-15T03:45:50.089Z Compiling is-terminal v0.4.12
6082024-07-15T03:45:50.225Z Compiling encoding_rs v0.8.34
6092024-07-15T03:45:51.118Z Compiling mime v0.3.17
6102024-07-15T03:45:51.752Z Compiling toml_datetime v0.6.6
6112024-07-15T03:45:52.218Z Compiling serde_tokenstream v0.2.1
6122024-07-15T03:45:52.287Z Compiling serde_spanned v0.6.6
6132024-07-15T03:45:52.505Z Compiling toml_edit v0.22.14
6142024-07-15T03:45:53.767Z Compiling dof v0.3.0
6152024-07-15T03:45:54.668Z Compiling hyper v0.14.28
6162024-07-15T03:45:54.843Z Compiling slog-json v2.6.1
6172024-07-15T03:45:55.231Z Compiling cargo-platform v0.1.8
6182024-07-15T03:45:55.655Z Compiling toml v0.8.14
6192024-07-15T03:45:55.878Z Compiling serde_urlencoded v0.7.1
6202024-07-15T03:45:56.213Z Compiling ipnet v2.9.0
6212024-07-15T03:45:56.392Z Compiling usdt-attr-macro v0.5.0
6222024-07-15T03:45:56.415Z Compiling usdt-macro v0.5.0
6232024-07-15T03:45:56.415Z Compiling take_mut v0.2.2
6242024-07-15T03:45:56.459Z Compiling cpufeatures v0.2.12
6252024-07-15T03:45:56.569Z Compiling sync_wrapper v0.1.2
6262024-07-15T03:45:56.714Z Compiling sha2 v0.10.8
6272024-07-15T03:45:57.477Z Compiling cargo_toml v0.20.3
6282024-07-15T03:45:57.480Z Compiling cargo_metadata v0.18.1
6292024-07-15T03:45:57.737Z Compiling slog-bunyan v2.5.0
6302024-07-15T03:45:57.834Z Compiling strum v0.26.2
6312024-07-15T03:45:57.865Z Compiling usdt v0.5.0
6322024-07-15T03:45:57.937Z Compiling macaddr v1.0.1
6332024-07-15T03:45:58.014Z Compiling slog-term v2.9.1
6342024-07-15T03:45:58.344Z Compiling tar v0.4.40
6352024-07-15T03:45:58.390Z Compiling flate2 v1.0.30
6362024-07-15T03:45:59.302Z Compiling hyper-tls v0.5.0
6372024-07-15T03:45:59.379Z Compiling clap v4.5.4
6382024-07-15T03:45:59.504Z Compiling futures v0.3.30
6392024-07-15T03:45:59.625Z Compiling reqwest v0.11.27
6402024-07-15T03:45:59.649Z Compiling tabled v0.15.0
6412024-07-15T03:46:00.768Z Compiling swrite v0.1.0
6422024-07-15T03:46:05.278Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6432024-07-15T03:46:12.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6442024-07-15T03:46:12.862Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6452024-07-15T03:46:12.927ZJul 15 03:46:12.295 INFO Starting download, target: Clickhouse
6462024-07-15T03:46:12.927ZJul 15 03:46:12.296 INFO Starting download, target: Cockroach
6472024-07-15T03:46:12.928ZJul 15 03:46:12.296 INFO Starting download, target: Console
6482024-07-15T03:46:12.936ZJul 15 03:46:12.296 INFO Starting download, target: DendriteOpenapi
6492024-07-15T03:46:12.936ZJul 15 03:46:12.296 INFO Starting download, target: DendriteStub
6502024-07-15T03:46:12.936ZJul 15 03:46:12.296 INFO Starting download, target: MaghemiteMgd
6512024-07-15T03:46:12.936ZJul 15 03:46:12.296 INFO Starting download, target: TransceiverControl
6522024-07-15T03:46:12.936ZJul 15 03:46:12.297 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6532024-07-15T03:46:12.936ZJul 15 03:46:12.297 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
6542024-07-15T03:46:12.936ZJul 15 03:46:12.297 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6552024-07-15T03:46:12.936ZJul 15 03:46:12.297 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6562024-07-15T03:46:12.936ZJul 15 03:46:12.297 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6572024-07-15T03:46:12.936ZJul 15 03:46:12.297 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6582024-07-15T03:46:12.936ZJul 15 03:46:12.297 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6592024-07-15T03:46:13.302ZJul 15 03:46:12.673 INFO Download complete, target: DendriteOpenapi
6602024-07-15T03:46:13.574ZJul 15 03:46:12.926 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6612024-07-15T03:46:13.675ZJul 15 03:46:13.046 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6622024-07-15T03:46:13.900ZJul 15 03:46:13.271 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6632024-07-15T03:46:13.972ZJul 15 03:46:13.344 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6642024-07-15T03:46:14.119ZJul 15 03:46:13.491 INFO Download complete, target: Console
6652024-07-15T03:46:14.368ZJul 15 03:46:13.739 INFO Download complete, target: TransceiverControl
6662024-07-15T03:46:14.804ZJul 15 03:46:14.176 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6672024-07-15T03:46:17.010ZJul 15 03:46:16.382 INFO Download complete, target: DendriteStub
6682024-07-15T03:46:17.256ZJul 15 03:46:16.628 INFO Download complete, target: MaghemiteMgd
6692024-07-15T03:46:17.732ZJul 15 03:46:17.103 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6702024-07-15T03:46:17.732ZJul 15 03:46:17.104 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6712024-07-15T03:46:26.211ZJul 15 03:46:25.580 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6722024-07-15T03:46:26.565ZJul 15 03:46:25.935 INFO Checking that binary works, target: Cockroach
6732024-07-15T03:46:26.849ZJul 15 03:46:26.219 INFO Download complete, target: Cockroach
6742024-07-15T03:46:29.692ZJul 15 03:46:29.061 INFO Checking that binary works, target: Clickhouse
6752024-07-15T03:46:30.213ZJul 15 03:46:29.582 INFO Download complete, target: Clickhouse
6762024-07-15T03:46:30.220ZAll prerequisites installed successfully
6772024-07-15T03:46:30.223Z
6782024-07-15T03:46:30.223Zreal 2:54.434784395
6792024-07-15T03:46:30.223Zuser 5:50.451760650
6802024-07-15T03:46:30.223Zsys 1:19.236847965
6812024-07-15T03:46:30.223Ztrap 0.209088637
6822024-07-15T03:46:30.223Ztflt 4.731714433
6832024-07-15T03:46:30.223Zdflt 6.974049542
6842024-07-15T03:46:30.223Zkflt 0.292068894
6852024-07-15T03:46:30.223Zlock 13:23.232773202
6862024-07-15T03:46:30.223Zslp 18:19.790258371
6872024-07-15T03:46:30.223Zlat 18.246738746
6882024-07-15T03:46:30.223Zstop 1:04.811312528
6892024-07-15T03:46:30.223Z+ ptime -m cargo xtask download softnpu
6902024-07-15T03:46:30.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
6912024-07-15T03:46:30.801Z Running `target/debug/xtask download softnpu`
6922024-07-15T03:46:30.827ZJul 15 03:46:30.195 INFO Starting download, target: Softnpu
6932024-07-15T03:46:30.829ZJul 15 03:46:30.195 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6942024-07-15T03:46:31.455ZJul 15 03:46:30.824 INFO Download complete, target: Softnpu
6952024-07-15T03:46:31.458Z
6962024-07-15T03:46:31.461Zreal 1.231282729
6972024-07-15T03:46:31.461Zuser 0.624734683
6982024-07-15T03:46:31.461Zsys 0.295665305
6992024-07-15T03:46:31.461Ztrap 0.000278480
7002024-07-15T03:46:31.461Ztflt 0.000022884
7012024-07-15T03:46:31.461Zdflt 0.000148647
7022024-07-15T03:46:31.461Zkflt 0.000000000
7032024-07-15T03:46:31.461Zlock 6.433541444
7042024-07-15T03:46:31.461Zslp 0.540439709
7052024-07-15T03:46:31.461Zlat 0.067073109
7062024-07-15T03:46:31.461Zstop 0.000266968
7072024-07-15T03:46:31.461Z+ export CARGO_INCREMENTAL=0
7082024-07-15T03:46:31.461Z+ CARGO_INCREMENTAL=0
7092024-07-15T03:46:31.462Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7102024-07-15T03:46:32.009Z Downloading crates ...
7112024-07-15T03:46:32.178Z Downloaded aead v0.5.2
7122024-07-15T03:46:32.183Z Downloaded addr2line v0.21.0
7132024-07-15T03:46:32.191Z Downloaded argon2 v0.5.3
7142024-07-15T03:46:32.193Z Downloaded ciborium-io v0.2.2
7152024-07-15T03:46:32.196Z Downloaded cfg_aliases v0.1.1
7162024-07-15T03:46:32.204Z Downloaded crucible-workspace-hack v0.1.0
7172024-07-15T03:46:32.206Z Downloaded bitstruct v0.1.1
7182024-07-15T03:46:32.206Z Downloaded normalize-line-endings v0.3.0
7192024-07-15T03:46:32.209Z Downloaded atomicwrites v0.4.3
7202024-07-15T03:46:32.209Z Downloaded new_debug_unreachable v1.0.6
7212024-07-15T03:46:32.215Z Downloaded memoffset v0.9.1
7222024-07-15T03:46:32.218Z Downloaded atty v0.2.14
7232024-07-15T03:46:32.221Z Downloaded crunchy v0.2.2
7242024-07-15T03:46:32.221Z Downloaded bitstruct_derive v0.1.0
7252024-07-15T03:46:32.224Z Downloaded async-stream-impl v0.3.5
7262024-07-15T03:46:32.227Z Downloaded newtype_derive v0.1.6
7272024-07-15T03:46:32.229Z Downloaded castaway v0.2.2
7282024-07-15T03:46:32.232Z Downloaded path-slash v0.1.5
7292024-07-15T03:46:32.234Z Downloaded parse-size v1.0.0
7302024-07-15T03:46:32.234Z Downloaded portpicker v0.1.1
7312024-07-15T03:46:32.237Z Downloaded newline-converter v0.3.0
7322024-07-15T03:46:32.237Z Downloaded pretty-hex v0.2.1
7332024-07-15T03:46:32.240Z Downloaded crc v3.2.1
7342024-07-15T03:46:32.244Z Downloaded peg-runtime v0.8.3
7352024-07-15T03:46:32.244Z Downloaded bit-vec v0.6.3
7362024-07-15T03:46:32.244Z Downloaded num_enum_derive v0.5.11
7372024-07-15T03:46:32.246Z Downloaded bb8 v0.8.5
7382024-07-15T03:46:32.246Z Downloaded num-integer v0.1.46
7392024-07-15T03:46:32.249Z Downloaded num-derive v0.4.2
7402024-07-15T03:46:32.252Z Downloaded num v0.4.3
7412024-07-15T03:46:32.252Z Downloaded num_enum v0.5.11
7422024-07-15T03:46:32.256Z Downloaded defmt-parser v0.3.4
7432024-07-15T03:46:32.258Z Downloaded precomputed-hash v0.1.1
7442024-07-15T03:46:32.258Z Downloaded opaque-debug v0.3.1
7452024-07-15T03:46:32.264Z Downloaded memmap2 v0.9.4
7462024-07-15T03:46:32.264Z Downloaded cipher v0.4.4
7472024-07-15T03:46:32.269Z Downloaded data-encoding v2.6.0
7482024-07-15T03:46:32.269Z Downloaded allocator-api2 v0.2.18
7492024-07-15T03:46:32.269Z Downloaded r2d2 v0.8.10
7502024-07-15T03:46:32.271Z Downloaded peg v0.8.3
7512024-07-15T03:46:32.272Z Downloaded cstr-argument v0.1.2
7522024-07-15T03:46:32.274Z Downloaded ppv-lite86 v0.2.17
7532024-07-15T03:46:32.274Z Downloaded proc-macro-crate v1.3.1
7542024-07-15T03:46:32.277Z Downloaded number_prefix v0.4.0
7552024-07-15T03:46:32.277Z Downloaded phf v0.11.2
7562024-07-15T03:46:32.280Z Downloaded colored v2.1.0
7572024-07-15T03:46:32.283Z Downloaded bitfield v0.14.0
7582024-07-15T03:46:32.283Z Downloaded array-init v0.0.4
7592024-07-15T03:46:32.283Z Downloaded derive_builder_macro v0.20.0
7602024-07-15T03:46:32.286Z Downloaded parse-display v0.9.1
7612024-07-15T03:46:32.286Z Downloaded phf_shared v0.10.0
7622024-07-15T03:46:32.288Z Downloaded csv-core v0.1.11
7632024-07-15T03:46:32.288Z Downloaded async-trait v0.1.81
7642024-07-15T03:46:32.292Z Downloaded packed_struct v0.10.1
7652024-07-15T03:46:32.295Z Downloaded nibble_vec v0.1.0
7662024-07-15T03:46:32.295Z Downloaded bitflags v1.3.2
7672024-07-15T03:46:32.297Z Downloaded arrayref v0.3.7
7682024-07-15T03:46:32.300Z Downloaded atomic-waker v1.1.2
7692024-07-15T03:46:32.300Z Downloaded rand_seeder v0.2.3
7702024-07-15T03:46:32.304Z Downloaded quick-error v1.2.3
7712024-07-15T03:46:32.304Z Downloaded num-rational v0.4.2
7722024-07-15T03:46:32.307Z Downloaded nu-ansi-term v0.50.0
7732024-07-15T03:46:32.307Z Downloaded const_format_proc_macros v0.2.32
7742024-07-15T03:46:32.309Z Downloaded derive_more v0.99.18
7752024-07-15T03:46:32.314Z Downloaded ref-cast-impl v1.0.23
7762024-07-15T03:46:32.317Z Downloaded paste v1.0.15
7772024-07-15T03:46:32.319Z Downloaded derive_builder_core v0.20.0
7782024-07-15T03:46:32.322Z Downloaded ident_case v1.0.1
7792024-07-15T03:46:32.322Z Downloaded radium v0.7.0
7802024-07-15T03:46:32.324Z Downloaded predicates-tree v1.0.9
7812024-07-15T03:46:32.324Z Downloaded zone_cfg_derive v0.1.2
7822024-07-15T03:46:32.327Z Downloaded predicates v3.1.0
7832024-07-15T03:46:32.330Z Downloaded phf_shared v0.11.2
7842024-07-15T03:46:32.330Z Downloaded postgres-protocol v0.6.6
7852024-07-15T03:46:32.332Z Downloaded cexpr v0.6.0
7862024-07-15T03:46:32.335Z Downloaded constant_time_eq v0.3.0
7872024-07-15T03:46:32.335Z Downloaded poly1305 v0.8.0
7882024-07-15T03:46:32.338Z Downloaded toolchain_find v0.4.0
7892024-07-15T03:46:32.341Z Downloaded instant v0.1.12
7902024-07-15T03:46:32.341Z Downloaded hash32 v0.3.1
7912024-07-15T03:46:32.343Z Downloaded debug-ignore v1.0.5
7922024-07-15T03:46:32.343Z Downloaded multer v3.1.0
7932024-07-15T03:46:32.346Z Downloaded corncobs v0.1.3
7942024-07-15T03:46:32.349Z Downloaded tls_codec_derive v0.4.1
7952024-07-15T03:46:32.349Z Downloaded ciborium-ll v0.2.2
7962024-07-15T03:46:32.351Z Downloaded rand_core v0.6.4
7972024-07-15T03:46:32.354Z Downloaded ref-cast v1.0.23
7982024-07-15T03:46:32.357Z Downloaded parking_lot v0.11.2
7992024-07-15T03:46:32.357Z Downloaded console v0.15.8
8002024-07-15T03:46:32.360Z Downloaded const-oid v0.9.6
8012024-07-15T03:46:32.363Z Downloaded signal-hook-tokio v0.3.1
8022024-07-15T03:46:32.365Z Downloaded owo-colors v4.0.0
8032024-07-15T03:46:32.368Z Downloaded wait-timeout v0.2.0
8042024-07-15T03:46:32.368Z Downloaded termtree v0.4.1
8052024-07-15T03:46:32.371Z Downloaded sqlparser_derive v0.2.2
8062024-07-15T03:46:32.371Z Downloaded parse-display-derive v0.9.1
8072024-07-15T03:46:32.374Z Downloaded stability v0.2.0
8082024-07-15T03:46:32.374Z Downloaded crossbeam-epoch v0.9.18
8092024-07-15T03:46:32.376Z Downloaded unicode-linebreak v0.1.5
8102024-07-15T03:46:32.379Z Downloaded hex v0.4.3
8112024-07-15T03:46:32.379Z Downloaded arc-swap v1.7.1
8122024-07-15T03:46:32.382Z Downloaded omicron-zone-package v0.11.0
8132024-07-15T03:46:32.385Z Downloaded waitgroup v0.1.2
8142024-07-15T03:46:32.388Z Downloaded fixedbitset v0.4.2
8152024-07-15T03:46:32.388Z Downloaded fallible-iterator v0.2.0
8162024-07-15T03:46:32.391Z Downloaded dyn-clone v1.0.17
8172024-07-15T03:46:32.391Z Downloaded heck v0.3.3
8182024-07-15T03:46:32.394Z Downloaded cookie v0.17.0
8192024-07-15T03:46:32.397Z Downloaded hubpack_derive v0.1.1
8202024-07-15T03:46:32.397Z Downloaded postgres-types v0.2.6
8212024-07-15T03:46:32.399Z Downloaded peg-macros v0.8.3
8222024-07-15T03:46:32.402Z Downloaded linked-hash-map v0.5.6
8232024-07-15T03:46:32.404Z Downloaded schemars_derive v0.8.21
8242024-07-15T03:46:32.404Z Downloaded serde_repr v0.1.19
8252024-07-15T03:46:32.407Z Downloaded mockall_derive v0.12.1
8262024-07-15T03:46:32.410Z Downloaded spin v0.5.2
8272024-07-15T03:46:32.410Z Downloaded serde_plain v1.0.2
8282024-07-15T03:46:32.413Z Downloaded rustc-hash v1.1.0
8292024-07-15T03:46:32.413Z Downloaded rtoolbox v0.0.2
8302024-07-15T03:46:32.416Z Downloaded signal-hook-mio v0.2.3
8312024-07-15T03:46:32.416Z Downloaded resolv-conf v0.7.0
8322024-07-15T03:46:32.418Z Downloaded base64 v0.22.1
8332024-07-15T03:46:32.421Z Downloaded signature v1.6.4
8342024-07-15T03:46:32.423Z Downloaded thiserror-no-std v2.0.2
8352024-07-15T03:46:32.426Z Downloaded base64 v0.13.1
8362024-07-15T03:46:32.429Z Downloaded oso v0.27.3
8372024-07-15T03:46:32.433Z Downloaded untrusted v0.7.1
8382024-07-15T03:46:32.435Z Downloaded is_ci v1.2.0
8392024-07-15T03:46:32.438Z Downloaded termios v0.3.3
8402024-07-15T03:46:32.438Z Downloaded unicode-xid v0.2.4
8412024-07-15T03:46:32.440Z Downloaded postcard v1.0.8
8422024-07-15T03:46:32.443Z Downloaded group v0.13.0
8432024-07-15T03:46:32.446Z Downloaded unicode-truncate v1.0.0
8442024-07-15T03:46:32.446Z Downloaded pin-project v1.1.5
8452024-07-15T03:46:32.456Z Downloaded fxhash v0.2.1
8462024-07-15T03:46:32.459Z Downloaded serde-big-array v0.5.1
8472024-07-15T03:46:32.461Z Downloaded lalrpop-util v0.19.12
8482024-07-15T03:46:32.461Z Downloaded chacha20poly1305 v0.10.1
8492024-07-15T03:46:32.464Z Downloaded libefi-sys v0.1.0
8502024-07-15T03:46:32.464Z Downloaded lazycell v1.3.0
8512024-07-15T03:46:32.467Z Downloaded hubpack v0.1.2
8522024-07-15T03:46:32.467Z Downloaded hostname v0.4.0
8532024-07-15T03:46:32.469Z Downloaded crypto-bigint v0.5.5
8542024-07-15T03:46:32.473Z Downloaded clang-sys v1.7.0
8552024-07-15T03:46:32.476Z Downloaded endian-type v0.1.2
8562024-07-15T03:46:32.479Z Downloaded slog-stdlog v4.1.1
8572024-07-15T03:46:32.479Z Downloaded serde_path_to_error v0.1.16
8582024-07-15T03:46:32.481Z Downloaded rusty-fork v0.3.0
8592024-07-15T03:46:32.482Z Downloaded slog-scope v4.4.0
8602024-07-15T03:46:32.484Z Downloaded universal-hash v0.5.1
8612024-07-15T03:46:32.484Z Downloaded stable_deref_trait v1.2.0
8622024-07-15T03:46:32.487Z Downloaded sqlformat v0.2.3
8632024-07-15T03:46:32.487Z Downloaded spki v0.7.3
8642024-07-15T03:46:32.489Z Downloaded uzers v0.11.3
8652024-07-15T03:46:32.492Z Downloaded untrusted v0.9.0
8662024-07-15T03:46:32.495Z Downloaded foreign-types-macros v0.2.3
8672024-07-15T03:46:32.495Z Downloaded hash32 v0.2.1
8682024-07-15T03:46:32.495Z Downloaded walkdir v2.5.0
8692024-07-15T03:46:32.498Z Downloaded vte_generate_state_changes v0.1.1
8702024-07-15T03:46:32.498Z Downloaded home v0.5.9
8712024-07-15T03:46:32.500Z Downloaded fragile v2.0.0
8722024-07-15T03:46:32.501Z Downloaded env_logger v0.10.2
8732024-07-15T03:46:32.503Z Downloaded serde_arrays v0.1.0
8742024-07-15T03:46:32.506Z Downloaded textwrap v0.16.1
8752024-07-15T03:46:32.515Z Downloaded same-file v1.0.6
8762024-07-15T03:46:32.517Z Downloaded display-error-chain v0.2.0
8772024-07-15T03:46:32.520Z Downloaded tiny-keccak v2.0.2
8782024-07-15T03:46:32.523Z Downloaded string_cache v0.8.7
8792024-07-15T03:46:32.523Z Downloaded stringprep v0.1.4
8802024-07-15T03:46:32.525Z Downloaded libloading v0.8.3
8812024-07-15T03:46:32.528Z Downloaded minimal-lexical v0.2.1
8822024-07-15T03:46:32.531Z Downloaded tap v1.0.1
8832024-07-15T03:46:32.533Z Downloaded rcgen v0.12.1
8842024-07-15T03:46:32.536Z Downloaded rand v0.8.5
8852024-07-15T03:46:32.539Z Downloaded foreign-types v0.5.0
8862024-07-15T03:46:32.539Z Downloaded tls_codec v0.4.1
8872024-07-15T03:46:32.541Z Downloaded glob v0.3.1
8882024-07-15T03:46:32.544Z Downloaded tokio-tungstenite v0.21.0
8892024-07-15T03:46:32.544Z Downloaded indent_write v2.2.0
8902024-07-15T03:46:32.547Z Downloaded zeroize_derive v1.4.2
8912024-07-15T03:46:32.547Z Downloaded shlex v1.3.0
8922024-07-15T03:46:32.549Z Downloaded serde_derive_internals v0.29.1
8932024-07-15T03:46:32.549Z Downloaded zeroize v1.7.0
8942024-07-15T03:46:32.552Z Downloaded env_logger v0.9.3
8952024-07-15T03:46:32.555Z Downloaded tracing-attributes v0.1.27
8962024-07-15T03:46:32.557Z Downloaded matches v0.1.10
8972024-07-15T03:46:32.557Z Downloaded vsss-rs v3.3.4
8982024-07-15T03:46:32.560Z Downloaded serde-big-array v0.4.1
8992024-07-15T03:46:32.560Z Downloaded unarray v0.1.4
9002024-07-15T03:46:32.563Z Downloaded tui-tree-widget v0.21.0
9012024-07-15T03:46:32.563Z Downloaded gethostname v0.4.3
9022024-07-15T03:46:32.566Z Downloaded test-strategy v0.3.1
9032024-07-15T03:46:32.568Z Downloaded diff v0.1.13
9042024-07-15T03:46:32.571Z Downloaded which v4.4.2
9052024-07-15T03:46:32.574Z Downloaded der v0.7.9
9062024-07-15T03:46:32.576Z Downloaded num-bigint v0.4.5
9072024-07-15T03:46:32.581Z Downloaded secrecy v0.8.0
9082024-07-15T03:46:32.584Z Downloaded downcast v0.11.0
9092024-07-15T03:46:32.584Z Downloaded signal-hook v0.3.17
9102024-07-15T03:46:32.587Z Downloaded lru-cache v0.1.2
9112024-07-15T03:46:32.589Z Downloaded tempfile v3.10.1
9122024-07-15T03:46:32.592Z Downloaded serde_with_macros v3.8.3
9132024-07-15T03:46:32.595Z Downloaded tungstenite v0.21.0
9142024-07-15T03:46:32.597Z Downloaded headers-core v0.2.0
9152024-07-15T03:46:32.597Z Downloaded lru v0.12.3
9162024-07-15T03:46:32.600Z Downloaded managed v0.8.0
9172024-07-15T03:46:32.600Z Downloaded ena v0.14.3
9182024-07-15T03:46:32.602Z Downloaded socket2 v0.4.10
9192024-07-15T03:46:32.602Z Downloaded getopts v0.2.21
9202024-07-15T03:46:32.605Z Downloaded impl-trait-for-tuples v0.2.2
9212024-07-15T03:46:32.608Z Downloaded either v1.12.0
9222024-07-15T03:46:32.608Z Downloaded ed25519 v1.5.3
9232024-07-15T03:46:32.611Z Downloaded structmeta-derive v0.2.0
9242024-07-15T03:46:32.611Z Downloaded ipnetwork v0.20.0
9252024-07-15T03:46:32.613Z Downloaded structmeta v0.2.0
9262024-07-15T03:46:32.613Z Downloaded strip-ansi-escapes v0.2.0
9272024-07-15T03:46:32.616Z Downloaded static_assertions v1.1.0
9282024-07-15T03:46:32.616Z Downloaded sct v0.7.1
9292024-07-15T03:46:32.619Z Downloaded globset v0.4.14
9302024-07-15T03:46:32.622Z Downloaded uuid v1.9.1
9312024-07-15T03:46:32.625Z Downloaded kstat-rs v0.2.4
9322024-07-15T03:46:32.625Z Downloaded smawk v0.3.2
9332024-07-15T03:46:32.627Z Downloaded hyper-staticfile v0.9.5
9342024-07-15T03:46:32.630Z Downloaded embedded-io v0.4.0
9352024-07-15T03:46:32.630Z Downloaded rustls-pki-types v1.7.0
9362024-07-15T03:46:32.633Z Downloaded tokio-rustls v0.25.0
9372024-07-15T03:46:32.635Z Downloaded smf v0.2.3
9382024-07-15T03:46:32.635Z Downloaded signature v2.2.0
9392024-07-15T03:46:32.638Z Downloaded elliptic-curve v0.13.8
9402024-07-15T03:46:32.640Z Downloaded headers v0.3.9
9412024-07-15T03:46:32.645Z Downloaded ron v0.8.1
9422024-07-15T03:46:32.650Z Downloaded iana-time-zone v0.1.60
9432024-07-15T03:46:32.652Z Downloaded supports-color v3.0.0
9442024-07-15T03:46:32.655Z Downloaded strum_macros v0.24.3
9452024-07-15T03:46:32.657Z Downloaded nom v7.1.3
9462024-07-15T03:46:32.660Z Downloaded tabwriter v1.4.0
9472024-07-15T03:46:32.663Z Downloaded yasna v0.5.2
9482024-07-15T03:46:32.666Z Downloaded wyz v0.5.1
9492024-07-15T03:46:32.666Z Downloaded maybe-uninit v2.0.0
9502024-07-15T03:46:32.666Z Downloaded vte v0.11.1
9512024-07-15T03:46:32.669Z Downloaded subprocess v0.2.9
9522024-07-15T03:46:32.671Z Downloaded indexmap v1.9.3
9532024-07-15T03:46:32.674Z Downloaded rpassword v7.3.1
9542024-07-15T03:46:32.674Z Downloaded whoami v1.5.1
9552024-07-15T03:46:32.677Z Downloaded keccak v0.1.5
9562024-07-15T03:46:32.680Z Downloaded highway v1.1.0
9572024-07-15T03:46:32.680Z Downloaded topological-sort v0.2.2
9582024-07-15T03:46:32.682Z Downloaded tokio-rustls v0.24.1
9592024-07-15T03:46:32.682Z Downloaded zone v0.1.8
9602024-07-15T03:46:32.685Z Downloaded difflib v0.4.0
9612024-07-15T03:46:32.685Z Downloaded hmac v0.12.1
9622024-07-15T03:46:32.688Z Downloaded toml v0.7.8
9632024-07-15T03:46:32.690Z Downloaded md-5 v0.10.6
9642024-07-15T03:46:32.691Z Downloaded semver v0.1.20
9652024-07-15T03:46:32.693Z Downloaded ff v0.13.0
9662024-07-15T03:46:32.693Z Downloaded fd-lock v4.0.2
9672024-07-15T03:46:32.696Z Downloaded fastrand v2.1.0
9682024-07-15T03:46:32.699Z Downloaded siphasher v0.3.11
9692024-07-15T03:46:32.699Z Downloaded tokio-stream v0.1.15
9702024-07-15T03:46:32.701Z Downloaded snafu-derive v0.8.2
9712024-07-15T03:46:32.704Z Downloaded half v2.4.1
9722024-07-15T03:46:32.707Z Downloaded smallvec v0.6.14
9732024-07-15T03:46:32.707Z Downloaded humantime v2.1.0
9742024-07-15T03:46:32.709Z Downloaded structmeta-derive v0.3.0
9752024-07-15T03:46:32.709Z Downloaded num-bigint-dig v0.8.4
9762024-07-15T03:46:32.714Z Downloaded unsafe-libyaml v0.2.11
9772024-07-15T03:46:32.717Z Downloaded hyper-rustls v0.24.2
9782024-07-15T03:46:32.720Z Downloaded toml v0.5.11
9792024-07-15T03:46:32.723Z Downloaded zerocopy v0.6.6
9802024-07-15T03:46:32.726Z Downloaded flume v0.11.0
9812024-07-15T03:46:32.728Z Downloaded crossterm v0.27.0
9822024-07-15T03:46:32.735Z Downloaded aho-corasick v1.1.3
9832024-07-15T03:46:32.740Z Downloaded samael v0.0.15
9842024-07-15T03:46:32.745Z Downloaded http v1.1.0
9852024-07-15T03:46:32.749Z Downloaded ron v0.7.1
9862024-07-15T03:46:32.753Z Downloaded similar v2.5.0
9872024-07-15T03:46:32.758Z Downloaded fatfs v0.3.6
9882024-07-15T03:46:32.760Z Downloaded blake3 v1.5.1
9892024-07-15T03:46:32.767Z Downloaded steno v0.4.1
9902024-07-15T03:46:32.771Z Downloaded zip v0.6.6
9912024-07-15T03:46:32.775Z Downloaded snafu v0.8.2
9922024-07-15T03:46:32.781Z Downloaded typed-path v0.7.1
9932024-07-15T03:46:32.786Z Downloaded diesel_derives v2.1.4
9942024-07-15T03:46:32.790Z Downloaded unicode_categories v0.1.1
9952024-07-15T03:46:32.793Z Downloaded salty v0.2.0
9962024-07-15T03:46:32.797Z Downloaded tungstenite v0.20.1
9972024-07-15T03:46:32.800Z Downloaded libxml v0.3.3
9982024-07-15T03:46:32.805Z Downloaded reedline v0.31.0
9992024-07-15T03:46:32.815Z Downloaded trust-dns-server v0.22.1
10002024-07-15T03:46:32.818Z Downloaded tokio-postgres v0.7.10
10012024-07-15T03:46:32.822Z Downloaded hashbrown v0.13.2
10022024-07-15T03:46:32.827Z Downloaded hashbrown v0.12.3
10032024-07-15T03:46:32.830Z Downloaded x509-cert v0.2.5
10042024-07-15T03:46:32.836Z Downloaded serde_yaml v0.9.34+deprecated
10052024-07-15T03:46:32.839Z Downloaded portable-atomic v1.6.0
10062024-07-15T03:46:32.845Z Downloaded regex-automata v0.1.10
10072024-07-15T03:46:32.850Z Downloaded expectorate v1.1.0
10082024-07-15T03:46:32.853Z Downloaded hkdf v0.12.4
10092024-07-15T03:46:32.855Z Downloaded rustyline v14.0.0
10102024-07-15T03:46:32.859Z Downloaded schemars v0.8.21
10112024-07-15T03:46:32.870Z Downloaded bitvec v1.0.1
10122024-07-15T03:46:32.885Z Downloaded rsa v0.9.6
10132024-07-15T03:46:32.889Z Downloaded trust-dns-resolver v0.22.0
10142024-07-15T03:46:32.893Z Downloaded rustls-webpki v0.101.7
10152024-07-15T03:46:32.907Z Downloaded trust-dns-client v0.22.0
10162024-07-15T03:46:32.912Z Downloaded quick-xml v0.31.0
10172024-07-15T03:46:32.918Z Downloaded serde_with v3.8.3
10182024-07-15T03:46:32.925Z Downloaded tough v0.17.1
10192024-07-15T03:46:32.932Z Downloaded proptest v1.4.0
10202024-07-15T03:46:32.941Z Downloaded libm v0.2.8
10212024-07-15T03:46:32.948Z Downloaded toml_edit v0.19.15
10222024-07-15T03:46:32.964Z Downloaded itertools v0.13.0
10232024-07-15T03:46:32.970Z Downloaded sqlparser v0.45.0
10242024-07-15T03:46:32.976Z Downloaded trust-dns-proto v0.22.0
10252024-07-15T03:46:32.987Z Downloaded diesel v2.1.6
10262024-07-15T03:46:33.004Z Downloaded curve25519-dalek v4.1.3
10272024-07-15T03:46:33.012Z Downloaded rustls-webpki v0.102.4
10282024-07-15T03:46:33.029Z Downloaded bstr v1.9.1
10292024-07-15T03:46:33.038Z Downloaded rustls v0.22.4
10302024-07-15T03:46:33.065Z Downloaded radix_trie v0.2.1
10312024-07-15T03:46:33.074Z Downloaded bstr v0.2.17
10322024-07-15T03:46:33.086Z Downloaded object v0.32.2
10332024-07-15T03:46:33.101Z Downloaded nix v0.27.1
10342024-07-15T03:46:33.116Z Downloaded lalrpop v0.19.12
10352024-07-15T03:46:33.128Z Downloaded regex v1.10.5
10362024-07-15T03:46:33.141Z Downloaded zerocopy-derive v0.6.6
10372024-07-15T03:46:33.151Z Downloaded rustls v0.21.12
10382024-07-15T03:46:33.162Z Downloaded nix v0.28.0
10392024-07-15T03:46:33.174Z Downloaded smoltcp v0.9.1
10402024-07-15T03:46:33.185Z Downloaded idna v0.3.0
10412024-07-15T03:46:33.192Z Downloaded idna v0.2.3
10422024-07-15T03:46:33.198Z Downloaded regex-syntax v0.8.3
10432024-07-15T03:46:33.207Z Downloaded smoltcp v0.11.0
10442024-07-15T03:46:33.220Z Downloaded ratatui v0.27.0
10452024-07-15T03:46:33.240Z Downloaded regress v0.9.1
10462024-07-15T03:46:33.248Z Downloaded sled v0.34.7
10472024-07-15T03:46:33.257Z Downloaded csv v1.3.0
10482024-07-15T03:46:33.276Z Downloaded regex-automata v0.4.6
10492024-07-15T03:46:33.293Z Downloaded sha3 v0.10.8
10502024-07-15T03:46:33.299Z Downloaded petgraph v0.6.5
10512024-07-15T03:46:33.314Z Downloaded openapiv3 v2.0.0
10522024-07-15T03:46:33.325Z Downloaded regex-syntax v0.6.29
10532024-07-15T03:46:33.332Z Downloaded finl_unicode v1.2.0
10542024-07-15T03:46:33.345Z Downloaded gimli v0.28.1
10552024-07-15T03:46:33.352Z Downloaded bzip2-sys v0.1.11+1.0.8
10562024-07-15T03:46:33.364Z Downloaded polar-core v0.27.3
10572024-07-15T03:46:33.372Z Downloaded object v0.30.4
10582024-07-15T03:46:33.381Z Downloaded rayon v1.10.0
10592024-07-15T03:46:33.390Z Downloaded itertools v0.12.1
10602024-07-15T03:46:33.396Z Downloaded webpki-roots v0.25.4
10612024-07-15T03:46:33.400Z Downloaded itertools v0.10.5
10622024-07-15T03:46:33.406Z Downloaded winnow v0.5.40
10632024-07-15T03:46:33.415Z Downloaded chrono v0.4.38
10642024-07-15T03:46:33.421Z Downloaded bindgen v0.69.4
10652024-07-15T03:46:33.428Z Downloaded getrandom v0.2.14
10662024-07-15T03:46:33.431Z Downloaded unicode-segmentation v1.11.0
10672024-07-15T03:46:33.434Z Downloaded heapless v0.8.0
10682024-07-15T03:46:33.438Z Downloaded heapless v0.7.17
10692024-07-15T03:46:33.443Z Downloaded backtrace v0.3.71
10702024-07-15T03:46:33.447Z Downloaded maplit v1.0.2
10712024-07-15T03:46:33.450Z Downloaded indicatif v0.17.8
10722024-07-15T03:46:33.453Z Downloaded diesel_table_macro_syntax v0.1.0
10732024-07-15T03:46:33.453Z Downloaded sigpipe v0.1.3
10742024-07-15T03:46:33.455Z Downloaded rustls-pemfile v2.1.2
10752024-07-15T03:46:33.455Z Downloaded sec1 v0.7.3
10762024-07-15T03:46:33.458Z Downloaded rustc_version v0.4.0
10772024-07-15T03:46:33.461Z Downloaded publicsuffix v2.2.3
10782024-07-15T03:46:33.464Z Downloaded strum_macros v0.25.3
10792024-07-15T03:46:33.467Z Downloaded shell-words v1.1.0
10802024-07-15T03:46:33.467Z Downloaded sha1 v0.10.6
10812024-07-15T03:46:33.469Z Downloaded spin v0.9.8
10822024-07-15T03:46:33.469Z Downloaded slog-envlogger v2.2.0
10832024-07-15T03:46:33.472Z Downloaded const_format v0.2.32
10842024-07-15T03:46:33.475Z Downloaded slog-dtrace v0.3.0
10852024-07-15T03:46:33.478Z Downloaded serde-hex v0.1.0
10862024-07-15T03:46:33.480Z Downloaded rustfmt-wrapper v0.2.1
10872024-07-15T03:46:33.480Z Downloaded http-range v0.1.5
10882024-07-15T03:46:33.480Z Downloaded lazy_static v1.5.0
10892024-07-15T03:46:33.483Z Downloaded prettyplease v0.2.20
10902024-07-15T03:46:33.486Z Downloaded darling_core v0.20.9
10912024-07-15T03:46:33.490Z Downloaded funty v2.0.0
10922024-07-15T03:46:33.492Z Downloaded rustc-demangle v0.1.24
10932024-07-15T03:46:33.492Z Downloaded libsw v3.3.1
10942024-07-15T03:46:33.495Z Downloaded rayon-core v1.12.1
10952024-07-15T03:46:33.497Z Downloaded pkcs1 v0.7.5
10962024-07-15T03:46:33.500Z Downloaded num-traits v0.2.19
10972024-07-15T03:46:33.504Z Downloaded foreign-types-shared v0.3.1
10982024-07-15T03:46:33.504Z Downloaded erased-serde v0.3.31
10992024-07-15T03:46:33.504Z Downloaded unicase v2.7.0
11002024-07-15T03:46:33.508Z Downloaded thiserror-impl-no-std v2.0.2
11012024-07-15T03:46:33.508Z Downloaded subtle v2.5.0
11022024-07-15T03:46:33.508Z Downloaded structmeta v0.3.0
11032024-07-15T03:46:33.511Z Downloaded enum-as-inner v0.5.1
11042024-07-15T03:46:33.511Z Downloaded termcolor v1.4.1
11052024-07-15T03:46:33.514Z Downloaded inout v0.1.3
11062024-07-15T03:46:33.514Z Downloaded indoc v1.0.9
11072024-07-15T03:46:33.517Z Downloaded scheduled-thread-pool v0.2.7
11082024-07-15T03:46:33.517Z Downloaded rustc_version v0.1.7
11092024-07-15T03:46:33.519Z Downloaded parking_lot_core v0.8.6
11102024-07-15T03:46:33.519Z Downloaded linear-map v1.2.0
11112024-07-15T03:46:33.522Z Downloaded tokio-tungstenite v0.20.1
11122024-07-15T03:46:33.525Z Downloaded blake2 v0.10.6
11132024-07-15T03:46:33.525Z Downloaded derive_builder v0.20.0
11142024-07-15T03:46:33.530Z Downloaded der_derive v0.7.2
11152024-07-15T03:46:33.532Z Downloaded crossbeam-deque v0.8.5
11162024-07-15T03:46:33.535Z Downloaded arrayvec v0.7.4
11172024-07-15T03:46:33.535Z Downloaded darling v0.20.9
11182024-07-15T03:46:33.539Z Downloaded block-padding v0.3.3
11192024-07-15T03:46:33.542Z Downloaded float-ord v0.3.2
11202024-07-15T03:46:33.542Z Downloaded float-cmp v0.9.0
11212024-07-15T03:46:33.542Z Downloaded flagset v0.4.5
11222024-07-15T03:46:33.545Z Downloaded ciborium v0.2.2
11232024-07-15T03:46:33.547Z Downloaded derive-where v1.2.7
11242024-07-15T03:46:33.550Z Downloaded crc-any v2.5.0
11252024-07-15T03:46:33.552Z Downloaded utf-8 v0.7.6
11262024-07-15T03:46:33.553Z Downloaded cookie_store v0.20.0
11272024-07-15T03:46:33.555Z Downloaded cookie v0.18.1
11282024-07-15T03:46:33.558Z Downloaded compact_str v0.7.1
11292024-07-15T03:46:33.561Z Downloaded bzip2 v0.4.4
11302024-07-15T03:46:33.564Z Downloaded rand_xorshift v0.3.0
11312024-07-15T03:46:33.566Z Downloaded pem v3.0.4
11322024-07-15T03:46:33.566Z Downloaded cancel-safe-futures v0.1.5
11332024-07-15T03:46:33.569Z Downloaded base64ct v1.6.0
11342024-07-15T03:46:33.572Z Downloaded chacha20 v0.9.1
11352024-07-15T03:46:33.574Z Downloaded ascii-canvas v3.0.0
11362024-07-15T03:46:33.574Z Downloaded pkcs8 v0.10.2
11372024-07-15T03:46:33.577Z Downloaded pem-rfc7468 v0.7.0
11382024-07-15T03:46:33.580Z Downloaded password-hash v0.5.0
11392024-07-15T03:46:33.580Z Downloaded defmt-macros v0.3.9
11402024-07-15T03:46:33.583Z Downloaded bit-set v0.5.3
11412024-07-15T03:46:33.586Z Downloaded bcs v0.1.6
11422024-07-15T03:46:33.586Z Downloaded pin-project-internal v1.1.5
11432024-07-15T03:46:33.589Z Downloaded num-complex v0.4.6
11442024-07-15T03:46:33.589Z Downloaded ahash v0.8.11
11452024-07-15T03:46:33.591Z Downloaded defmt v0.3.8
11462024-07-15T03:46:33.594Z Downloaded packed_struct_codegen v0.10.1
11472024-07-15T03:46:33.597Z Downloaded olpc-cjson v0.1.3
11482024-07-15T03:46:33.597Z Downloaded backoff v0.4.0
11492024-07-15T03:46:33.600Z Downloaded rand_chacha v0.3.1
11502024-07-15T03:46:33.602Z Downloaded predicates-core v1.0.6
11512024-07-15T03:46:33.602Z Downloaded mime_guess v2.0.4
11522024-07-15T03:46:33.602Z Downloaded buf-list v1.0.3
11532024-07-15T03:46:33.605Z Downloaded ascii v1.1.0
11542024-07-15T03:46:33.608Z Downloaded psl-types v2.0.11
11552024-07-15T03:46:33.610Z Downloaded num-iter v0.1.45
11562024-07-15T03:46:33.610Z Downloaded mockall v0.12.1
11572024-07-15T03:46:33.610Z Downloaded nodrop v0.1.14
11582024-07-15T03:46:33.613Z Downloaded cassowary v0.3.0
11592024-07-15T03:46:33.613Z Downloaded camino-tempfile v1.1.1
11602024-07-15T03:46:33.616Z Downloaded async-recursion v1.1.1
11612024-07-15T03:46:33.619Z Downloaded newtype-uuid v1.1.0
11622024-07-15T03:46:33.619Z Downloaded nanorand v0.7.0
11632024-07-15T03:46:33.622Z Downloaded darling_macro v0.20.9
11642024-07-15T03:46:33.622Z Downloaded crc-catalog v2.4.0
11652024-07-15T03:46:33.625Z Downloaded cobs v0.2.3
11662024-07-15T03:46:33.625Z Downloaded multimap v0.10.0
11672024-07-15T03:46:33.625Z Downloaded base16ct v0.2.0
11682024-07-15T03:46:33.628Z Downloaded assert_matches v1.5.0
11692024-07-15T03:46:33.628Z Downloaded bitfield-struct v0.6.1
11702024-07-15T03:46:33.631Z Downloaded async-stream v0.3.5
11712024-07-15T03:46:33.631Z Downloaded oso-derive v0.27.3
11722024-07-15T03:46:33.631Z Downloaded curve25519-dalek-derive v0.1.1
11732024-07-15T03:46:33.633Z Downloaded convert_case v0.4.0
11742024-07-15T03:46:33.699Z Downloaded ring v0.17.8
11752024-07-15T03:46:33.812Z Downloaded ring v0.16.20
11762024-07-15T03:46:34.046Z Compiling proc-macro2 v1.0.86
11772024-07-15T03:46:34.046Z Compiling unicode-ident v1.0.12
11782024-07-15T03:46:34.049Z Compiling libc v0.2.155
11792024-07-15T03:46:34.049Z Compiling serde v1.0.204
11802024-07-15T03:46:34.049Z Compiling autocfg v1.3.0
11812024-07-15T03:46:34.049Z Compiling version_check v0.9.4
11822024-07-15T03:46:34.049Z Compiling cfg-if v1.0.0
11832024-07-15T03:46:34.301Z Compiling cc v1.0.97
11842024-07-15T03:46:34.319Z Compiling parking_lot_core v0.9.10
11852024-07-15T03:46:34.333Z Compiling once_cell v1.19.0
11862024-07-15T03:46:34.700Z Compiling serde_json v1.0.120
11872024-07-15T03:46:34.747Z Compiling libm v0.2.8
11882024-07-15T03:46:34.930Z Compiling ahash v0.8.11
11892024-07-15T03:46:34.945Z Compiling lock_api v0.4.12
11902024-07-15T03:46:34.974Z Compiling byteorder v1.5.0
11912024-07-15T03:46:35.032Z Compiling num-traits v0.2.19
11922024-07-15T03:46:35.206Z Compiling memchr v2.7.2
11932024-07-15T03:46:35.416Z Compiling scopeguard v1.2.0
11942024-07-15T03:46:35.442Z Compiling thiserror v1.0.60
11952024-07-15T03:46:35.497Z Compiling typenum v1.17.0
11962024-07-15T03:46:35.961Z Compiling quote v1.0.36
11972024-07-15T03:46:36.133Z Compiling getrandom v0.2.14
11982024-07-15T03:46:36.343Z Compiling syn v2.0.68
11992024-07-15T03:46:36.442Z Compiling itoa v1.0.11
12002024-07-15T03:46:36.600Z Compiling log v0.4.21
12012024-07-15T03:46:36.659Z Compiling generic-array v0.14.7
12022024-07-15T03:46:37.145Z Compiling allocator-api2 v0.2.18
12032024-07-15T03:46:37.199Z Compiling slab v0.4.9
12042024-07-15T03:46:37.246Z Compiling ring v0.17.8
12052024-07-15T03:46:37.276Z Compiling ryu v1.0.18
12062024-07-15T03:46:37.484Z Compiling pin-project-lite v0.2.14
12072024-07-15T03:46:37.505Z Compiling semver v1.0.23
12082024-07-15T03:46:37.598Z Compiling smallvec v1.13.2
12092024-07-15T03:46:37.615Z Compiling schemars v0.8.21
12102024-07-15T03:46:37.998Z Compiling equivalent v1.0.1
12112024-07-15T03:46:38.086Z Compiling spin v0.9.8
12122024-07-15T03:46:38.180Z Compiling vcpkg v0.2.15
12132024-07-15T03:46:38.268Z Compiling pkg-config v0.3.30
12142024-07-15T03:46:38.560Z Compiling parking_lot v0.12.2
12152024-07-15T03:46:38.954Z Compiling signal-hook-registry v1.4.2
12162024-07-15T03:46:39.644Z Compiling syn v1.0.109
12172024-07-15T03:46:39.979Z Compiling openssl-sys v0.9.102
12182024-07-15T03:46:40.225Z Compiling mio v0.8.11
12192024-07-15T03:46:40.883Z Compiling rand_core v0.6.4
12202024-07-15T03:46:40.901Z Compiling num_cpus v1.16.0
12212024-07-15T03:46:41.038Z Compiling socket2 v0.5.7
12222024-07-15T03:46:41.270Z Compiling num-conv v0.1.0
12232024-07-15T03:46:41.541Z Compiling time-core v0.1.2
12242024-07-15T03:46:41.717Z Compiling time-macros v0.2.18
12252024-07-15T03:46:42.077Z Compiling heck v0.5.0
12262024-07-15T03:46:42.124Z Compiling httparse v1.8.0
12272024-07-15T03:46:42.599Z Compiling futures-core v0.3.30
12282024-07-15T03:46:42.846Z Compiling openssl v0.10.64
12292024-07-15T03:46:42.981Z Compiling fnv v1.0.7
12302024-07-15T03:46:43.407Z Compiling rustix v0.38.34
12312024-07-15T03:46:43.530Z Compiling iana-time-zone v0.1.60
12322024-07-15T03:46:43.868Z Compiling serde_derive_internals v0.29.1
12332024-07-15T03:46:43.894Z Compiling crossbeam-utils v0.8.19
12342024-07-15T03:46:44.372Z Compiling rustls v0.21.12
12352024-07-15T03:46:44.408Z Compiling tinyvec_macros v0.1.1
12362024-07-15T03:46:44.425Z Compiling native-tls v0.2.11
12372024-07-15T03:46:44.625Z Compiling tinyvec v1.6.0
12382024-07-15T03:46:44.862Z Compiling const-oid v0.9.6
12392024-07-15T03:46:45.509Z Compiling subtle v2.5.0
12402024-07-15T03:46:45.694Z Compiling futures-sink v0.3.30
12412024-07-15T03:46:45.758Z Compiling ucd-trie v0.1.6
12422024-07-15T03:46:45.924Z Compiling unicode-normalization v0.1.23
12432024-07-15T03:46:46.254Z Compiling backtrace v0.3.71
12442024-07-15T03:46:46.321Z Compiling cookie v0.17.0
12452024-07-15T03:46:46.608Z Compiling unicode-bidi v0.3.15
12462024-07-15T03:46:46.705Z Compiling dyn-clone v1.0.17
12472024-07-15T03:46:46.844Z Compiling slog v2.7.0
12482024-07-15T03:46:46.890Z Compiling futures-channel v0.3.30
12492024-07-15T03:46:47.350Z Compiling pin-utils v0.1.0
12502024-07-15T03:46:47.364Z Compiling futures-task v0.3.30
12512024-07-15T03:46:47.666Z Compiling futures-io v0.3.30
12522024-07-15T03:46:47.959Z Compiling aho-corasick v1.1.3
12532024-07-15T03:46:48.117Z Compiling anyhow v1.0.86
12542024-07-15T03:46:48.282Z Compiling winnow v0.5.40
12552024-07-15T03:46:48.655Z Compiling regex-syntax v0.8.3
12562024-07-15T03:46:49.045Z Compiling untrusted v0.9.0
12572024-07-15T03:46:49.491Z Compiling serde_derive v1.0.204
12582024-07-15T03:46:50.254Z Compiling zerocopy-derive v0.7.34
12592024-07-15T03:46:51.700Z Compiling zeroize_derive v1.4.2
12602024-07-15T03:46:52.034Z Compiling thiserror-impl v1.0.60
12612024-07-15T03:46:52.261Z Compiling zerocopy v0.7.34
12622024-07-15T03:46:52.469Z Compiling tokio-macros v2.3.0
12632024-07-15T03:46:53.074Z Compiling futures-macro v0.3.30
12642024-07-15T03:46:53.378Z Compiling schemars_derive v0.8.21
12652024-07-15T03:46:54.517Z Compiling hashbrown v0.14.5
12662024-07-15T03:46:54.564Z Compiling tracing-attributes v0.1.27
12672024-07-15T03:46:54.894Z Compiling zeroize v1.7.0
12682024-07-15T03:46:55.414Z Compiling openssl-macros v0.1.1
12692024-07-15T03:46:56.098Z Compiling scroll_derive v0.12.0
12702024-07-15T03:46:56.402Z Compiling pest v2.7.10
12712024-07-15T03:46:56.654Z Compiling crypto-common v0.1.6
12722024-07-15T03:46:57.327Z Compiling futures-util v0.3.30
12732024-07-15T03:46:57.427Z Compiling der_derive v0.7.2
12742024-07-15T03:46:57.765Z Compiling block-buffer v0.10.4
12752024-07-15T03:46:57.999Z Compiling regex-automata v0.4.6
12762024-07-15T03:46:58.668Z Compiling pest_meta v2.7.10
12772024-07-15T03:46:59.902Z Compiling pest_generator v2.7.10
12782024-07-15T03:47:01.774Z Compiling tracing-core v0.1.32
12792024-07-15T03:47:03.031Z Compiling bytes v1.6.0
12802024-07-15T03:47:04.158Z Compiling indexmap v2.2.6
12812024-07-15T03:47:04.253Z Compiling uuid v1.9.1
12822024-07-15T03:47:04.867Z Compiling tokio v1.38.0
12832024-07-15T03:47:05.624Z Compiling bitflags v2.5.0
12842024-07-15T03:47:05.675Z Compiling chrono v0.4.38
12852024-07-15T03:47:05.998Z Compiling serde_tokenstream v0.2.1
12862024-07-15T03:47:07.303Z Compiling serde_spanned v0.6.6
12872024-07-15T03:47:07.497Z Compiling toml_datetime v0.6.6
12882024-07-15T03:47:07.976Z Compiling http v0.2.12
12892024-07-15T03:47:08.225Z Compiling toml_edit v0.19.15
12902024-07-15T03:47:10.354Z Compiling rustc_version v0.4.0
12912024-07-15T03:47:10.991Z Compiling pest_derive v2.7.10
12922024-07-15T03:47:11.300Z Compiling usdt-impl v0.5.0
12932024-07-15T03:47:11.621Z Compiling powerfmt v0.2.0
12942024-07-15T03:47:11.744Z Compiling rustversion v1.0.17
12952024-07-15T03:47:12.107Z Compiling deranged v0.3.11
12962024-07-15T03:47:12.418Z Compiling heapless v0.7.17
12972024-07-15T03:47:12.724Z Compiling tracing v0.1.40
12982024-07-15T03:47:12.813Z Compiling digest v0.10.7
12992024-07-15T03:47:13.262Z Compiling scroll v0.12.0
13002024-07-15T03:47:14.019Z Compiling heck v0.4.1
13012024-07-15T03:47:14.418Z Compiling num_threads v0.1.7
13022024-07-15T03:47:14.432Z Compiling plain v0.2.3
13032024-07-15T03:47:14.536Z Compiling percent-encoding v2.3.1
13042024-07-15T03:47:14.658Z Compiling signal-hook v0.3.17
13052024-07-15T03:47:14.912Z Compiling ppv-lite86 v0.2.17
13062024-07-15T03:47:14.929Z Compiling time v0.3.36
13072024-07-15T03:47:15.003Z Compiling goblin v0.8.2
13082024-07-15T03:47:15.691Z Compiling rand_chacha v0.3.1
13092024-07-15T03:47:16.699Z Compiling regex v1.10.5
13102024-07-15T03:47:17.724Z Compiling pretty-hex v0.4.1
13112024-07-15T03:47:17.925Z Compiling crc32fast v1.4.0
13122024-07-15T03:47:18.332Z Compiling strsim v0.11.1
13132024-07-15T03:47:19.604Z Compiling rand v0.8.5
13142024-07-15T03:47:20.295Z Compiling tokio-util v0.7.11
13152024-07-15T03:47:21.065Z Compiling dof v0.3.0
13162024-07-15T03:47:21.373Z Compiling dtrace-parser v0.2.0
13172024-07-15T03:47:22.041Z Compiling async-trait v0.1.81
13182024-07-15T03:47:22.150Z Compiling thread-id v4.2.1
13192024-07-15T03:47:22.426Z Compiling smoltcp v0.9.1
13202024-07-15T03:47:23.195Z Compiling unicode-width v0.1.13
13212024-07-15T03:47:23.266Z Compiling base64ct v1.6.0
13222024-07-15T03:47:23.347Z Compiling foreign-types-shared v0.1.1
13232024-07-15T03:47:23.389Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13242024-07-15T03:47:23.455Z Compiling foreign-types v0.3.2
13252024-07-15T03:47:23.836Z Compiling pem-rfc7468 v0.7.0
13262024-07-15T03:47:25.026Z Compiling form_urlencoded v1.2.1
13272024-07-15T03:47:25.495Z Compiling hmac v0.12.1
13282024-07-15T03:47:25.544Z Compiling flagset v0.4.5
13292024-07-15T03:47:25.865Z Compiling adler v1.0.2
13302024-07-15T03:47:25.883Z Compiling base64 v0.21.7
13312024-07-15T03:47:26.019Z Compiling siphasher v0.3.11
13322024-07-15T03:47:26.288Z Compiling try-lock v0.2.5
13332024-07-15T03:47:26.429Z Compiling want v0.3.1
13342024-07-15T03:47:26.496Z Compiling miniz_oxide v0.7.2
13352024-07-15T03:47:26.742Z Compiling der v0.7.9
13362024-07-15T03:47:28.457Z Compiling h2 v0.3.26
13372024-07-15T03:47:29.773Z Compiling rustls-webpki v0.101.7
13382024-07-15T03:47:29.859Z Compiling sct v0.7.1
13392024-07-15T03:47:30.089Z Compiling http-body v0.4.6
13402024-07-15T03:47:31.176Z Compiling openapiv3 v2.0.0
13412024-07-15T03:47:31.439Z Compiling hubpack_derive v0.1.1
13422024-07-15T03:47:31.481Z Compiling zerocopy-derive v0.6.6
13432024-07-15T03:47:31.766Z Compiling idna v0.5.0
13442024-07-15T03:47:32.323Z Compiling lazy_static v1.5.0
13452024-07-15T03:47:32.429Z Compiling errno v0.3.9
13462024-07-15T03:47:32.663Z Compiling fs-err v2.11.0
13472024-07-15T03:47:32.686Z Compiling stable_deref_trait v1.2.0
13482024-07-15T03:47:32.794Z Compiling tower-service v0.3.2
13492024-07-15T03:47:32.915Z Compiling httpdate v1.0.3
13502024-07-15T03:47:32.932Z Compiling anstyle v1.0.7
13512024-07-15T03:47:33.215Z Compiling gimli v0.28.1
13522024-07-15T03:47:33.382Z Compiling finl_unicode v1.2.0
13532024-07-15T03:47:33.566Z Compiling cpufeatures v0.2.12
13542024-07-15T03:47:33.666Z Compiling utf8parse v0.2.1
13552024-07-15T03:47:33.958Z Compiling openssl-probe v0.1.5
13562024-07-15T03:47:34.951Z Compiling stringprep v0.1.4
13572024-07-15T03:47:35.329Z Compiling hyper v0.14.28
13582024-07-15T03:47:35.563Z Compiling anstyle-parse v0.2.4
13592024-07-15T03:47:35.727Z Compiling sha2 v0.10.8
13602024-07-15T03:47:36.478Z Compiling url v2.5.0
13612024-07-15T03:47:38.198Z Compiling addr2line v0.21.0
13622024-07-15T03:47:39.379Z Compiling spki v0.7.3
13632024-07-15T03:47:39.877Z Compiling usdt-attr-macro v0.5.0
13642024-07-15T03:47:41.456Z Compiling usdt-macro v0.5.0
13652024-07-15T03:47:41.758Z Compiling md-5 v0.10.6
13662024-07-15T03:47:44.799Z Compiling idna v0.3.0
13672024-07-15T03:47:46.260Z Compiling diesel_table_macro_syntax v0.1.0
13682024-07-15T03:47:46.304Z Compiling num-integer v0.1.46
13692024-07-15T03:47:46.746Z Compiling object v0.32.2
13702024-07-15T03:47:46.993Z Compiling hash32 v0.2.1
13712024-07-15T03:47:47.146Z Compiling anstyle-query v1.0.3
13722024-07-15T03:47:47.286Z Compiling psl-types v2.0.11
13732024-07-15T03:47:47.359Z Compiling rustc-demangle v0.1.24
13742024-07-15T03:47:48.881Z Compiling colorchoice v1.0.1
13752024-07-15T03:47:49.043Z Compiling is_terminal_polyfill v1.70.0
13762024-07-15T03:47:50.224Z Compiling fallible-iterator v0.2.0
13772024-07-15T03:47:55.295Z Compiling postgres-protocol v0.6.6
13782024-07-15T03:47:55.315Z Compiling anstream v0.6.14
13792024-07-15T03:47:55.994Z Compiling publicsuffix v2.2.3
13802024-07-15T03:47:56.451Z Compiling diesel_derives v2.1.4
13812024-07-15T03:48:01.254Z Compiling tokio-rustls v0.24.1
13822024-07-15T03:48:02.544Z Compiling pkcs8 v0.10.2
13832024-07-15T03:48:03.008Z Compiling terminal_size v0.3.0
13842024-07-15T03:48:03.216Z Compiling tokio-native-tls v0.3.1
13852024-07-15T03:48:03.492Z Compiling phf_shared v0.11.2
13862024-07-15T03:48:04.102Z Compiling strum_macros v0.25.3
13872024-07-15T03:48:04.595Z Compiling enum-as-inner v0.5.1
13882024-07-15T03:48:04.807Z Compiling block-padding v0.3.3
13892024-07-15T03:48:05.038Z Compiling regress v0.9.1
13902024-07-15T03:48:05.379Z Compiling clap_derive v4.5.4
13912024-07-15T03:48:05.534Z Compiling serde_repr v0.1.19
13922024-07-15T03:48:07.989Z Compiling ff v0.13.0
13932024-07-15T03:48:08.263Z Compiling scheduled-thread-pool v0.2.7
13942024-07-15T03:48:08.779Z Compiling encoding_rs v0.8.34
13952024-07-15T03:48:09.793Z Compiling managed v0.8.0
13962024-07-15T03:48:09.895Z Compiling ipnet v2.9.0
13972024-07-15T03:48:10.278Z Compiling mime v0.3.17
13982024-07-15T03:48:10.514Z Compiling clap_lex v0.7.0
13992024-07-15T03:48:10.959Z Compiling bit-vec v0.6.3
14002024-07-15T03:48:11.029Z Compiling matches v0.1.10
14012024-07-15T03:48:11.122Z Compiling bitflags v1.3.2
14022024-07-15T03:48:11.223Z Compiling regex-automata v0.1.10
14032024-07-15T03:48:11.592Z Compiling either v1.12.0
14042024-07-15T03:48:12.042Z Compiling base16ct v0.2.0
14052024-07-15T03:48:12.238Z Compiling bstr v0.2.17
14062024-07-15T03:48:12.274Z Compiling sec1 v0.7.3
14072024-07-15T03:48:12.855Z Compiling idna v0.2.3
14082024-07-15T03:48:13.606Z Compiling clap_builder v4.5.2
14092024-07-15T03:48:14.281Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14102024-07-15T03:48:14.711Z Compiling r2d2 v0.8.10
14112024-07-15T03:48:16.183Z Compiling group v0.13.0
14122024-07-15T03:48:19.434Z Compiling inout v0.1.3
14132024-07-15T03:48:19.978Z Compiling phf v0.11.2
14142024-07-15T03:48:20.215Z Compiling hyper-tls v0.5.0
14152024-07-15T03:48:20.233Z Compiling signal-hook-mio v0.2.3
14162024-07-15T03:48:20.379Z Compiling hyper-rustls v0.24.2
14172024-07-15T03:48:20.564Z Compiling cookie_store v0.20.0
14182024-07-15T03:48:20.738Z Compiling postgres-types v0.2.6
14192024-07-15T03:48:21.065Z Compiling num-bigint v0.4.5
14202024-07-15T03:48:21.276Z Compiling zerocopy v0.6.6
14212024-07-15T03:48:22.062Z Compiling hubpack v0.1.2
14222024-07-15T03:48:22.108Z Compiling rustls-pemfile v1.0.4
14232024-07-15T03:48:22.154Z Compiling phf_shared v0.10.0
14242024-07-15T03:48:22.490Z Compiling hkdf v0.12.4
14252024-07-15T03:48:22.507Z Compiling serde_urlencoded v0.7.1
14262024-07-15T03:48:22.540Z Compiling crossbeam-epoch v0.9.18
14272024-07-15T03:48:23.121Z Compiling ipnetwork v0.20.0
14282024-07-15T03:48:23.803Z Compiling futures-executor v0.3.30
14292024-07-15T03:48:24.323Z Compiling crypto-bigint v0.5.5
14302024-07-15T03:48:24.729Z Compiling float-cmp v0.9.0
14312024-07-15T03:48:24.760Z Compiling memmap v0.7.0
14322024-07-15T03:48:24.991Z Compiling precomputed-hash v0.1.1
14332024-07-15T03:48:25.092Z Compiling static_assertions v1.1.0
14342024-07-15T03:48:25.113Z Compiling normalize-line-endings v0.3.0
14352024-07-15T03:48:25.193Z Compiling data-encoding v2.6.0
14362024-07-15T03:48:25.890Z Compiling winnow v0.6.8
14372024-07-15T03:48:26.832Z Compiling sync_wrapper v0.1.2
14382024-07-15T03:48:27.155Z Compiling unicode-segmentation v1.11.0
14392024-07-15T03:48:27.215Z Compiling fixedbitset v0.4.2
14402024-07-15T03:48:27.630Z Compiling difflib v0.4.0
14412024-07-15T03:48:27.792Z Compiling predicates-core v1.0.6
14422024-07-15T03:48:27.950Z Compiling webpki-roots v0.25.4
14432024-07-15T03:48:28.116Z Compiling minimal-lexical v0.2.1
14442024-07-15T03:48:28.615Z Compiling new_debug_unreachable v1.0.6
14452024-07-15T03:48:28.630Z Compiling whoami v1.5.1
14462024-07-15T03:48:28.694Z Compiling string_cache v0.8.7
14472024-07-15T03:48:28.993Z Compiling tokio-postgres v0.7.10
14482024-07-15T03:48:29.110Z Compiling nom v7.1.3
14492024-07-15T03:48:29.208Z Compiling reqwest v0.11.27
14502024-07-15T03:48:29.626Z Compiling toml_edit v0.22.14
14512024-07-15T03:48:29.664Z Compiling predicates v3.1.0
14522024-07-15T03:48:30.389Z Compiling similar v2.5.0
14532024-07-15T03:48:31.273Z Compiling petgraph v0.6.5
14542024-07-15T03:48:32.510Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14552024-07-15T03:48:32.769Z Compiling elliptic-curve v0.13.8
14562024-07-15T03:48:33.542Z Compiling trust-dns-proto v0.22.0
14572024-07-15T03:48:33.676Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14582024-07-15T03:48:35.216Z Compiling usdt v0.5.0
14592024-07-15T03:48:36.210Z Compiling futures v0.3.30
14602024-07-15T03:48:36.332Z Compiling yasna v0.5.2
14612024-07-15T03:48:36.412Z Compiling diesel v2.1.6
14622024-07-15T03:48:37.628Z Compiling crossterm v0.27.0
14632024-07-15T03:48:37.662Z Compiling flate2 v1.0.30
14642024-07-15T03:48:37.949Z Compiling cipher v0.4.4
14652024-07-15T03:48:38.317Z Compiling clap v4.5.4
14662024-07-15T03:48:38.600Z Compiling itertools v0.12.1
14672024-07-15T03:48:39.139Z Compiling itertools v0.10.5
14682024-07-15T03:48:40.030Z Compiling bit-set v0.5.3
14692024-07-15T03:48:41.041Z Compiling num-iter v0.1.45
14702024-07-15T03:48:41.350Z Compiling console v0.15.8
14712024-07-15T03:48:41.971Z Compiling tokio-stream v0.1.15
14722024-07-15T03:48:41.992Z Compiling toml v0.7.8
14732024-07-15T03:48:42.012Z Compiling bstr v1.9.1
14742024-07-15T03:48:42.187Z Compiling hex v0.4.3
14752024-07-15T03:48:43.036Z Compiling peg-runtime v0.8.3
14762024-07-15T03:48:43.096Z Compiling unicode-xid v0.2.4
14772024-07-15T03:48:43.290Z Compiling lalrpop-util v0.19.12
14782024-07-15T03:48:43.432Z Compiling camino v1.1.7
14792024-07-15T03:48:43.665Z Compiling proc-macro-crate v1.3.1
14802024-07-15T03:48:44.047Z Compiling heapless v0.8.0
14812024-07-15T03:48:45.810Z Compiling num_enum_derive v0.5.11
14822024-07-15T03:48:53.117Z Compiling hash32 v0.3.1
14832024-07-15T03:48:53.387Z Compiling smoltcp v0.11.0
14842024-07-15T03:48:53.440Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14852024-07-15T03:48:53.455Z Compiling ident_case v1.0.1
14862024-07-15T03:48:53.779Z Compiling rustls-pki-types v1.7.0
14872024-07-15T03:49:00.143Z Compiling darling_core v0.20.9
14882024-07-15T03:49:10.618Z Compiling num_enum v0.5.11
14892024-07-15T03:49:11.149Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14902024-07-15T03:49:11.344Z Compiling getopts v0.2.21
14912024-07-15T03:49:12.234Z Compiling dirs-sys-next v0.1.2
14922024-07-15T03:49:12.685Z Compiling proc-macro-error-attr v1.0.4
14932024-07-15T03:49:12.979Z Compiling embedded-io v0.4.0
14942024-07-15T03:49:13.225Z Compiling unsafe-libyaml v0.2.11
14952024-07-15T03:49:13.522Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14962024-07-15T03:49:13.826Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14972024-07-15T03:49:14.092Z Compiling rustls v0.22.4
14982024-07-15T03:49:14.357Z Compiling paste v1.0.15
14992024-07-15T03:49:14.789Z Compiling cobs v0.2.3
15002024-07-15T03:49:15.219Z Compiling postcard v1.0.8
15012024-07-15T03:49:16.144Z Compiling serde_yaml v0.9.34+deprecated
15022024-07-15T03:49:18.549Z Compiling dirs-next v2.0.0
15032024-07-15T03:49:19.905Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15042024-07-15T03:49:22.329Z Compiling darling_macro v0.20.9
15052024-07-15T03:49:23.308Z Compiling rustls-webpki v0.102.4
15062024-07-15T03:49:30.129Z Compiling strum_macros v0.26.4
15072024-07-15T03:49:31.618Z Compiling structmeta-derive v0.3.0
15082024-07-15T03:49:31.708Z Compiling foreign-types-macros v0.2.3
15092024-07-15T03:49:32.941Z Compiling thread_local v1.1.8
15102024-07-15T03:49:32.944Z Compiling multer v3.1.0
15112024-07-15T03:49:33.238Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15122024-07-15T03:49:33.524Z Compiling proc-macro-error v1.0.4
15132024-07-15T03:49:33.693Z Compiling slog-async v2.8.0
15142024-07-15T03:49:33.798Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15152024-07-15T03:49:34.317Z Compiling foreign-types-shared v0.3.1
15162024-07-15T03:49:34.932Z Compiling match_cfg v0.1.0
15172024-07-15T03:49:35.257Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15182024-07-15T03:49:37.337Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15192024-07-15T03:49:40.388Z Compiling hostname v0.3.1
15202024-07-15T03:49:40.652Z Compiling strum v0.26.2
15212024-07-15T03:49:42.473Z Compiling foreign-types v0.5.0
15222024-07-15T03:49:42.635Z Compiling structmeta v0.3.0
15232024-07-15T03:49:46.732Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15242024-07-15T03:49:48.280Z Compiling darling v0.20.9
15252024-07-15T03:49:53.377Z Compiling term v0.7.0
15262024-07-15T03:49:58.037Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15272024-07-15T03:49:59.640Z Compiling slog-json v2.6.1
15282024-07-15T03:50:00.181Z Compiling tabwriter v1.4.0
15292024-07-15T03:50:00.951Z Compiling crossbeam-channel v0.5.12
15302024-07-15T03:50:02.166Z Compiling http v1.1.0
15312024-07-15T03:50:02.663Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15322024-07-15T03:50:02.866Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15332024-07-15T03:50:03.208Z Compiling async-stream-impl v0.3.5
15342024-07-15T03:50:03.463Z Compiling cstr-argument v0.1.2
15352024-07-15T03:50:03.480Z Compiling is-terminal v0.4.12
15362024-07-15T03:50:03.614Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15372024-07-15T03:50:03.732Z Compiling fastrand v2.1.0
15382024-07-15T03:50:03.748Z Compiling rayon-core v1.12.1
15392024-07-15T03:50:03.893Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15402024-07-15T03:50:04.016Z Compiling base64 v0.22.1
15412024-07-15T03:50:04.173Z Compiling pretty-hex v0.2.1
15422024-07-15T03:50:04.366Z Compiling crucible-workspace-hack v0.1.0
15432024-07-15T03:50:04.386Z Compiling atomic-waker v1.1.2
15442024-07-15T03:50:04.638Z Compiling take_mut v0.2.2
15452024-07-15T03:50:04.996Z Compiling rustls-pemfile v2.1.2
15462024-07-15T03:50:05.145Z Compiling waitgroup v0.1.2
15472024-07-15T03:50:05.401Z Compiling async-stream v0.3.5
15482024-07-15T03:50:05.540Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15492024-07-15T03:50:05.755Z Compiling tempfile v3.10.1
15502024-07-15T03:50:06.166Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15512024-07-15T03:50:06.862Z Compiling slog-term v2.9.1
15522024-07-15T03:50:07.285Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15532024-07-15T03:50:07.523Z Compiling slog-bunyan v2.5.0
15542024-07-15T03:50:07.815Z Compiling tokio-rustls v0.25.0
15552024-07-15T03:50:07.909Z Compiling serde_with_macros v3.8.3
15562024-07-15T03:50:08.305Z Compiling parse-display-derive v0.9.1
15572024-07-15T03:50:08.325Z Compiling toml v0.8.14
15582024-07-15T03:50:08.718Z Compiling sha1 v0.10.6
15592024-07-15T03:50:09.533Z Compiling crossbeam-deque v0.8.5
15602024-07-15T03:50:09.730Z Compiling colored v2.1.0
15612024-07-15T03:50:09.926Z Compiling newtype-uuid v1.1.0
15622024-07-15T03:50:10.272Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15632024-07-15T03:50:10.667Z Compiling serde_path_to_error v0.1.16
15642024-07-15T03:50:11.022Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15652024-07-15T03:50:11.678Z Compiling socket2 v0.4.10
15662024-07-15T03:50:11.731Z Compiling hostname v0.4.0
15672024-07-15T03:50:11.980Z Compiling instant v0.1.12
15682024-07-15T03:50:12.156Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15692024-07-15T03:50:12.471Z Compiling debug-ignore v1.0.5
15702024-07-15T03:50:12.562Z Compiling parse-display v0.9.1
15712024-07-15T03:50:12.626Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15722024-07-15T03:50:14.530Z Compiling backoff v0.4.0
15732024-07-15T03:50:14.886Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15742024-07-15T03:50:15.105Z Compiling serde_with v3.8.3
15752024-07-15T03:50:15.359Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15762024-07-15T03:50:15.854Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15772024-07-15T03:50:17.243Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15782024-07-15T03:50:17.968Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
15792024-07-15T03:50:17.998Z Compiling camino-tempfile v1.1.1
15802024-07-15T03:50:18.904Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15812024-07-15T03:50:19.362Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15822024-07-15T03:50:19.379Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15832024-07-15T03:50:19.546Z Compiling macaddr v1.0.1
15842024-07-15T03:50:19.699Z Compiling num-derive v0.4.2
15852024-07-15T03:50:20.167Z Compiling sigpipe v0.1.3
15862024-07-15T03:50:20.305Z Compiling libefi-sys v0.1.0
15872024-07-15T03:50:20.621Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15882024-07-15T03:50:21.175Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15892024-07-15T03:50:21.916Z Compiling rayon v1.10.0
15902024-07-15T03:50:22.047Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
15912024-07-15T03:50:22.184Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15922024-07-15T03:50:23.084Z Compiling smf v0.2.3
15932024-07-15T03:50:23.720Z Compiling bitfield-struct v0.6.1
15942024-07-15T03:50:24.533Z Compiling blake3 v1.5.1
15952024-07-15T03:50:25.082Z Compiling ring v0.16.20
15962024-07-15T03:50:25.098Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15972024-07-15T03:50:25.437Z Compiling portable-atomic v1.6.0
15982024-07-15T03:50:26.012Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
15992024-07-15T03:50:26.630Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16002024-07-15T03:50:26.780Z Compiling xattr v1.3.1
16012024-07-15T03:50:26.821Z Compiling memmap2 v0.9.4
16022024-07-15T03:50:27.081Z Compiling filetime v0.2.23
16032024-07-15T03:50:27.378Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16042024-07-15T03:50:27.425Z Compiling spin v0.5.2
16052024-07-15T03:50:27.512Z Compiling arrayvec v0.7.4
16062024-07-15T03:50:27.679Z Compiling arrayref v0.3.7
16072024-07-15T03:50:27.710Z Compiling untrusted v0.7.1
16082024-07-15T03:50:27.785Z Compiling same-file v1.0.6
16092024-07-15T03:50:27.806Z Compiling constant_time_eq v0.3.0
16102024-07-15T03:50:27.896Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16112024-07-15T03:50:27.962Z Compiling walkdir v2.5.0
16122024-07-15T03:50:28.051Z Compiling tar v0.4.40
16132024-07-15T03:50:29.528Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16142024-07-15T03:50:30.704Z Compiling cargo-platform v0.1.8
16152024-07-15T03:50:30.778Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16162024-07-15T03:50:31.806Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16172024-07-15T03:50:31.854Z Compiling gethostname v0.4.3
16182024-07-15T03:50:32.132Z Compiling number_prefix v0.4.0
16192024-07-15T03:50:32.385Z Compiling topological-sort v0.2.2
16202024-07-15T03:50:32.655Z Compiling indicatif v0.17.8
16212024-07-15T03:50:33.342Z Compiling cargo_metadata v0.18.1
16222024-07-15T03:50:34.345Z Compiling omicron-zone-package v0.11.0
16232024-07-15T03:50:42.552Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16242024-07-15T03:50:45.097Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16252024-07-15T03:50:47.641Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16262024-07-15T03:50:49.188Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16272024-07-15T03:51:06.680Z Finished `release` profile [optimized] target(s) in 4m 35s
16282024-07-15T03:51:06.795Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16292024-07-15T03:51:06.840ZLogging to: /work/oxidecomputer/omicron/out/LOG
16302024-07-15T03:51:06.842ZCreated new build target 'test' and set it as active
16312024-07-15T03:51:06.842Z
16322024-07-15T03:51:06.843Zreal 4:35.333044021
16332024-07-15T03:51:06.843Zuser 30:48.197648534
16342024-07-15T03:51:06.843Zsys 3:59.409788720
16352024-07-15T03:51:06.843Ztrap 0.907652221
16362024-07-15T03:51:06.843Ztflt 3.307450752
16372024-07-15T03:51:06.843Zdflt 1.948444947
16382024-07-15T03:51:06.843Zkflt 0.001482073
16392024-07-15T03:51:06.843Zlock 1:04:40.888552206
16402024-07-15T03:51:06.843Zslp 1:26:33.323162869
16412024-07-15T03:51:06.843Zlat 1:59.406402076
16422024-07-15T03:51:06.843Zstop 3:00.103662697
16432024-07-15T03:51:06.846Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16442024-07-15T03:51:07.753Z Finished `release` profile [optimized] target(s) in 0.86s
16452024-07-15T03:51:07.794Z Running `target/release/omicron-package -t test package`
16462024-07-15T03:51:07.831ZLogging to: /work/oxidecomputer/omicron/out/LOG
16472024-07-15T03:51:08.896Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16482024-07-15T03:51:08.996Z Compiling humantime v2.1.0
16492024-07-15T03:51:08.999Z Compiling newline-converter v0.3.0
16502024-07-15T03:51:08.999Z Compiling derive-where v1.2.7
16512024-07-15T03:51:08.999Z Compiling dirs-sys-next v0.1.2
16522024-07-15T03:51:08.999Z Compiling convert_case v0.4.0
16532024-07-15T03:51:09.008Z Compiling prettyplease v0.2.20
16542024-07-15T03:51:09.011Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16552024-07-15T03:51:09.206Z Compiling camino v1.1.7
16562024-07-15T03:51:09.267Z Compiling expectorate v1.1.0
16572024-07-15T03:51:09.283Z Compiling dirs-next v2.0.0
16582024-07-15T03:51:09.286Z Compiling password-hash v0.5.0
16592024-07-15T03:51:09.438Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16602024-07-15T03:51:09.453Z Compiling term v0.7.0
16612024-07-15T03:51:09.551Z Compiling blake2 v0.10.6
16622024-07-15T03:51:09.815Z Compiling derive_more v0.99.18
16632024-07-15T03:51:10.725Z Compiling argon2 v0.5.3
16642024-07-15T03:51:10.754Z Compiling is-terminal v0.4.12
16652024-07-15T03:51:10.773Z Compiling semver v0.1.20
16662024-07-15T03:51:10.883Z Compiling toml v0.8.14
16672024-07-15T03:51:11.379Z Compiling rustc_version v0.1.7
16682024-07-15T03:51:11.558Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16692024-07-15T03:51:11.804Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16702024-07-15T03:51:12.185Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16712024-07-15T03:51:12.222Z Compiling newtype_derive v0.1.6
16722024-07-15T03:51:12.361Z Compiling linked-hash-map v0.5.6
16732024-07-15T03:51:12.401Z Compiling rustls-pki-types v1.7.0
16742024-07-15T03:51:12.709Z Compiling steno v0.4.1
16752024-07-15T03:51:12.775Z Compiling lru-cache v0.1.2
16762024-07-15T03:51:12.999Z Compiling rustls-webpki v0.102.4
16772024-07-15T03:51:13.159Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16782024-07-15T03:51:13.259Z Compiling rustls v0.22.4
16792024-07-15T03:51:13.284Z Compiling thread_local v1.1.8
16802024-07-15T03:51:13.773Z Compiling match_cfg v0.1.0
16812024-07-15T03:51:13.870Z Compiling home v0.5.9
16822024-07-15T03:51:14.939Z Compiling hostname v0.3.1
16832024-07-15T03:51:15.167Z Compiling multer v3.1.0
16842024-07-15T03:51:15.236Z Compiling slog-async v2.8.0
16852024-07-15T03:51:15.264Z Compiling slog-json v2.6.1
16862024-07-15T03:51:15.305Z Compiling crossbeam-channel v0.5.12
16872024-07-15T03:51:15.617Z Compiling http v1.1.0
16882024-07-15T03:51:15.889Z Compiling slog-dtrace v0.3.0
16892024-07-15T03:51:16.192Z Compiling termcolor v1.4.1
16902024-07-15T03:51:16.352Z Compiling take_mut v0.2.2
16912024-07-15T03:51:16.516Z Compiling base64 v0.22.1
16922024-07-15T03:51:17.122Z Compiling atomic-waker v1.1.2
16932024-07-15T03:51:17.212Z Compiling rustls-pemfile v2.1.2
16942024-07-15T03:51:17.297Z Compiling waitgroup v0.1.2
16952024-07-15T03:51:17.672Z Compiling slog-bunyan v2.5.0
16962024-07-15T03:51:17.878Z Compiling slog-term v2.9.1
16972024-07-15T03:51:17.960Z Compiling async-stream v0.3.5
16982024-07-15T03:51:18.096Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
16992024-07-15T03:51:18.180Z Compiling sha1 v0.10.6
17002024-07-15T03:51:18.251Z Compiling newtype-uuid v1.1.0
17012024-07-15T03:51:18.558Z Compiling tokio-rustls v0.25.0
17022024-07-15T03:51:18.589Z Compiling serde_path_to_error v0.1.16
17032024-07-15T03:51:18.592Z Compiling hostname v0.4.0
17042024-07-15T03:51:18.968Z Compiling instant v0.1.12
17052024-07-15T03:51:19.026Z Compiling debug-ignore v1.0.5
17062024-07-15T03:51:19.106Z Compiling backoff v0.4.0
17072024-07-15T03:51:19.167Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17082024-07-15T03:51:19.415Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
17092024-07-15T03:51:19.450Z Compiling parse-display v0.9.1
17102024-07-15T03:51:20.019Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17112024-07-15T03:51:20.220Z Compiling serde_with v3.8.3
17122024-07-15T03:51:20.967Z Compiling strum v0.26.2
17132024-07-15T03:51:21.144Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17142024-07-15T03:51:22.228Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17152024-07-15T03:51:22.930Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17162024-07-15T03:51:23.094Z Compiling num-rational v0.4.2
17172024-07-15T03:51:23.115Z Compiling num-complex v0.4.6
17182024-07-15T03:51:23.258Z Compiling macaddr v1.0.1
17192024-07-15T03:51:23.685Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17202024-07-15T03:51:24.159Z Compiling quick-error v1.2.3
17212024-07-15T03:51:24.281Z Compiling resolv-conf v0.7.0
17222024-07-15T03:51:24.312Z Compiling num v0.4.3
17232024-07-15T03:51:24.755Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17242024-07-15T03:51:26.883Z Compiling swrite v0.1.0
17252024-07-15T03:51:26.901Z Compiling float-ord v0.3.2
17262024-07-15T03:51:27.015Z Compiling utf-8 v0.7.6
17272024-07-15T03:51:27.061Z Compiling radium v0.7.0
17282024-07-15T03:51:27.244Z Compiling trust-dns-resolver v0.22.0
17292024-07-15T03:51:27.478Z Compiling maybe-uninit v2.0.0
17302024-07-15T03:51:27.512Z Compiling tap v1.0.1
17312024-07-15T03:51:27.718Z Compiling wyz v0.5.1
17322024-07-15T03:51:28.216Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17332024-07-15T03:51:28.604Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17342024-07-15T03:51:34.256Z Compiling bzip2-sys v0.1.11+1.0.8
17352024-07-15T03:51:34.688Z Compiling display-error-chain v0.2.0
17362024-07-15T03:51:34.879Z Compiling crc-catalog v2.4.0
17372024-07-15T03:51:35.035Z Compiling num-bigint-dig v0.8.4
17382024-07-15T03:51:35.408Z Compiling funty v2.0.0
17392024-07-15T03:51:37.990Z Compiling packed_struct v0.10.1
17402024-07-15T03:51:38.450Z Compiling bitvec v1.0.1
17412024-07-15T03:51:40.037Z Compiling crc v3.2.1
17422024-07-15T03:51:43.057Z Compiling nibble_vec v0.1.0
17432024-07-15T03:51:43.301Z Compiling packed_struct_codegen v0.10.1
17442024-07-15T03:51:45.940Z Compiling indexmap v1.9.3
17452024-07-15T03:51:46.235Z Compiling crunchy v0.2.2
17462024-07-15T03:51:46.277Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17472024-07-15T03:51:46.673Z Compiling glob v0.3.1
17482024-07-15T03:51:47.059Z Compiling nodrop v0.1.14
17492024-07-15T03:51:47.196Z Compiling endian-type v0.1.2
17502024-07-15T03:51:47.448Z Compiling radix_trie v0.2.1
17512024-07-15T03:51:47.451Z Compiling clang-sys v1.7.0
17522024-07-15T03:51:48.112Z Compiling array-init v0.0.4
17532024-07-15T03:51:48.892Z Compiling smallvec v0.6.14
17542024-07-15T03:51:49.396Z Compiling pkcs1 v0.7.5
17552024-07-15T03:51:50.473Z Compiling signature v2.2.0
17562024-07-15T03:51:50.754Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17572024-07-15T03:51:50.770Z Compiling cancel-safe-futures v0.1.5
17582024-07-15T03:51:51.092Z Compiling tiny-keccak v2.0.2
17592024-07-15T03:51:51.169Z Compiling hashbrown v0.12.3
17602024-07-15T03:51:51.361Z Compiling maplit v1.0.2
17612024-07-15T03:51:51.484Z Compiling bitfield v0.14.0
17622024-07-15T03:51:51.843Z Compiling serde-hex v0.1.0
17632024-07-15T03:51:52.539Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17642024-07-15T03:51:53.453Z Compiling rsa v0.9.6
17652024-07-15T03:51:53.708Z Compiling bzip2 v0.4.4
17662024-07-15T03:51:54.180Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17672024-07-15T03:51:54.488Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17682024-07-15T03:51:55.520Z Compiling env_logger v0.10.2
17692024-07-15T03:51:56.962Z Compiling x509-cert v0.2.5
17702024-07-15T03:51:58.741Z Compiling ron v0.8.1
17712024-07-15T03:51:59.130Z Compiling hashbrown v0.13.2
17722024-07-15T03:51:59.343Z Compiling crc-any v2.5.0
17732024-07-15T03:52:00.305Z Compiling zip v0.6.6
17742024-07-15T03:52:00.531Z Compiling object v0.30.4
17752024-07-15T03:52:03.166Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17762024-07-15T03:52:05.029Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17772024-07-15T03:52:06.099Z Compiling rayon-core v1.12.1
17782024-07-15T03:52:06.124Z Compiling ascii-canvas v3.0.0
17792024-07-15T03:52:06.630Z Compiling crossbeam-deque v0.8.5
17802024-07-15T03:52:06.961Z Compiling ena v0.14.3
17812024-07-15T03:52:07.396Z Compiling libloading v0.8.3
17822024-07-15T03:52:07.764Z Compiling half v2.4.1
17832024-07-15T03:52:08.526Z Compiling arc-swap v1.7.1
17842024-07-15T03:52:09.194Z Compiling bindgen v0.69.4
17852024-07-15T03:52:09.215Z Compiling ciborium-io v0.2.2
17862024-07-15T03:52:09.353Z Compiling path-slash v0.1.5
17872024-07-15T03:52:09.598Z Compiling diff v0.1.13
17882024-07-15T03:52:09.618Z Compiling regex-syntax v0.6.29
17892024-07-15T03:52:10.164Z Compiling same-file v1.0.6
17902024-07-15T03:52:10.383Z Compiling fastrand v2.1.0
17912024-07-15T03:52:10.489Z Compiling walkdir v2.5.0
17922024-07-15T03:52:10.904Z Compiling tempfile v3.10.1
17932024-07-15T03:52:11.155Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17942024-07-15T03:52:11.694Z Compiling ciborium-ll v0.2.2
17952024-07-15T03:52:12.190Z Compiling slog-scope v4.4.0
17962024-07-15T03:52:13.087Z Compiling lalrpop v0.19.12
17972024-07-15T03:52:15.592Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17982024-07-15T03:52:16.517Z Compiling which v4.4.2
17992024-07-15T03:52:16.750Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
18002024-07-15T03:52:16.984Z Compiling cexpr v0.6.0
18012024-07-15T03:52:17.080Z Compiling fxhash v0.2.1
18022024-07-15T03:52:17.309Z Compiling ref-cast v1.0.23
18032024-07-15T03:52:17.777Z Compiling rustc-hash v1.1.0
18042024-07-15T03:52:17.931Z Compiling lazycell v1.3.0
18052024-07-15T03:52:18.106Z Compiling shlex v1.3.0
18062024-07-15T03:52:18.676Z Compiling ring v0.16.20
18072024-07-15T03:52:21.330Z Compiling blake3 v1.5.1
18082024-07-15T03:52:21.744Z Compiling rayon v1.10.0
18092024-07-15T03:52:22.772Z Compiling slog-stdlog v4.1.1
18102024-07-15T03:52:23.683Z Compiling ciborium v0.2.2
18112024-07-15T03:52:25.051Z Compiling tungstenite v0.21.0
18122024-07-15T03:52:25.850Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18132024-07-15T03:52:26.132Z Compiling derive_builder_core v0.20.0
18142024-07-15T03:52:26.576Z Compiling headers-core v0.2.0
18152024-07-15T03:52:26.749Z Compiling xattr v1.3.1
18162024-07-15T03:52:27.012Z Compiling libxml v0.3.3
18172024-07-15T03:52:27.199Z Compiling async-recursion v1.1.1
18182024-07-15T03:52:27.357Z Compiling ref-cast-impl v1.0.23
18192024-07-15T03:52:28.412Z Compiling filetime v0.2.23
18202024-07-15T03:52:28.533Z Compiling memmap2 v0.9.4
18212024-07-15T03:52:28.703Z Compiling atty v0.2.14
18222024-07-15T03:52:28.718Z Compiling untrusted v0.7.1
18232024-07-15T03:52:28.855Z Compiling arrayref v0.3.7
18242024-07-15T03:52:28.895Z Compiling constant_time_eq v0.3.0
18252024-07-15T03:52:28.932Z Compiling arrayvec v0.7.4
18262024-07-15T03:52:28.957Z Compiling spin v0.5.2
18272024-07-15T03:52:29.053Z Compiling tar v0.4.40
18282024-07-15T03:52:30.532Z Compiling derive_builder_macro v0.20.0
18292024-07-15T03:52:30.806Z Compiling headers v0.3.9
18302024-07-15T03:52:30.924Z Compiling tokio-tungstenite v0.21.0
18312024-07-15T03:52:31.390Z Compiling slog-envlogger v2.2.0
18322024-07-15T03:52:31.476Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18332024-07-15T03:52:32.575Z Compiling camino-tempfile v1.1.1
18342024-07-15T03:52:32.808Z Compiling samael v0.0.15
18352024-07-15T03:52:33.011Z Compiling toolchain_find v0.4.0
18362024-07-15T03:52:33.643Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18372024-07-15T03:52:33.645Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18382024-07-15T03:52:33.925Z Compiling pem v3.0.4
18392024-07-15T03:52:33.941Z Compiling libsw v3.3.1
18402024-07-15T03:52:34.276Z Compiling strum_macros v0.24.3
18412024-07-15T03:52:34.486Z Compiling cookie v0.18.1
18422024-07-15T03:52:34.646Z Compiling owo-colors v4.0.0
18432024-07-15T03:52:34.677Z Compiling cfg_aliases v0.1.1
18442024-07-15T03:52:34.777Z Compiling linear-map v1.2.0
18452024-07-15T03:52:34.793Z Compiling topological-sort v0.2.2
18462024-07-15T03:52:35.012Z Compiling indoc v1.0.9
18472024-07-15T03:52:35.212Z Compiling omicron-zone-package v0.11.0
18482024-07-15T03:52:35.381Z Compiling nix v0.28.0
18492024-07-15T03:52:36.140Z Compiling rustfmt-wrapper v0.2.1
18502024-07-15T03:52:36.690Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18512024-07-15T03:52:37.503Z Compiling derive_builder v0.20.0
18522024-07-15T03:52:37.700Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18532024-07-15T03:52:38.775Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18542024-07-15T03:52:39.042Z Compiling quick-xml v0.31.0
18552024-07-15T03:52:40.196Z Compiling polar-core v0.27.3
18562024-07-15T03:52:40.547Z Compiling oso-derive v0.27.3
18572024-07-15T03:52:40.723Z Compiling impl-trait-for-tuples v0.2.2
18582024-07-15T03:52:41.525Z Compiling vte_generate_state_changes v0.1.1
18592024-07-15T03:52:42.095Z Compiling unicase v2.7.0
18602024-07-15T03:52:42.382Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18612024-07-15T03:52:42.712Z Compiling buf-list v1.0.3
18622024-07-15T03:52:42.916Z Compiling vte v0.11.1
18632024-07-15T03:52:43.371Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18642024-07-15T03:52:44.375Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18652024-07-15T03:52:45.903Z Compiling tungstenite v0.20.1
18662024-07-15T03:52:46.910Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18672024-07-15T03:52:47.175Z Compiling fd-lock v4.0.2
18682024-07-15T03:52:47.397Z Compiling bb8 v0.8.5
18692024-07-15T03:52:48.000Z Compiling const_format_proc_macros v0.2.32
18702024-07-15T03:52:50.022Z Compiling pin-project-internal v1.1.5
18712024-07-15T03:52:50.065Z Compiling memoffset v0.9.1
18722024-07-15T03:52:50.355Z Compiling parking_lot_core v0.8.6
18732024-07-15T03:52:50.742Z Compiling bytecount v0.6.8
18742024-07-15T03:52:51.052Z Compiling papergrid v0.11.0
18752024-07-15T03:52:51.311Z Compiling const_format v0.2.32
18762024-07-15T03:52:52.541Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18772024-07-15T03:52:52.883Z Compiling pin-project v1.1.5
18782024-07-15T03:52:53.044Z Compiling tokio-tungstenite v0.20.1
18792024-07-15T03:52:53.638Z Compiling strip-ansi-escapes v0.2.0
18802024-07-15T03:52:55.640Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18812024-07-15T03:52:56.070Z Compiling tabled_derive v0.7.0
18822024-07-15T03:52:58.473Z Compiling peg-macros v0.8.3
18832024-07-15T03:52:59.422Z Compiling snafu-derive v0.8.2
18842024-07-15T03:53:01.501Z Compiling sqlparser_derive v0.2.2
18852024-07-15T03:53:01.952Z Compiling unicode_categories v0.1.1
18862024-07-15T03:53:02.546Z Compiling nu-ansi-term v0.50.0
18872024-07-15T03:53:02.645Z Compiling sqlparser v0.45.0
18882024-07-15T03:53:03.176Z Compiling reedline v0.31.0
18892024-07-15T03:53:03.832Z Compiling rustyline v14.0.0
18902024-07-15T03:53:04.424Z Compiling snafu v0.8.2
18912024-07-15T03:53:05.807Z Compiling oso v0.27.3
18922024-07-15T03:53:16.103Z Compiling sqlformat v0.2.3
18932024-07-15T03:53:24.143Z Compiling peg v0.8.3
18942024-07-15T03:53:24.261Z Compiling tabled v0.15.0
18952024-07-15T03:53:28.437Z Compiling env_logger v0.9.3
18962024-07-15T03:53:29.965Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18972024-07-15T03:53:31.586Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18982024-07-15T03:53:32.078Z Compiling globset v0.4.14
18992024-07-15T03:53:32.978Z Compiling olpc-cjson v0.1.3
19002024-07-15T03:53:33.333Z Compiling bcs v0.1.6
19012024-07-15T03:53:34.224Z Compiling bitstruct_derive v0.1.0
19022024-07-15T03:53:35.504Z Compiling serde_plain v1.0.2
19032024-07-15T03:53:36.059Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19042024-07-15T03:53:36.203Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
19052024-07-15T03:53:36.499Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
19062024-07-15T03:53:36.801Z Compiling salty v0.2.0
19072024-07-15T03:53:37.215Z Compiling highway v1.1.0
19082024-07-15T03:53:38.421Z Compiling typed-path v0.7.1
19092024-07-15T03:53:38.631Z Compiling signature v1.6.4
19102024-07-15T03:53:38.803Z Compiling ascii v1.1.0
19112024-07-15T03:53:39.594Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19122024-07-15T03:53:39.864Z Compiling ed25519 v1.5.3
19132024-07-15T03:53:40.194Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19142024-07-15T03:53:42.065Z Compiling tough v0.17.1
19152024-07-15T03:53:45.445Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19162024-07-15T03:53:45.548Z Compiling bitstruct v0.1.1
19172024-07-15T03:53:45.685Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19182024-07-15T03:53:46.123Z Compiling parking_lot v0.11.2
19192024-07-15T03:53:46.249Z Compiling nix v0.27.1
19202024-07-15T03:53:48.242Z Compiling trust-dns-client v0.22.0
19212024-07-15T03:53:49.387Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19222024-07-15T03:53:49.711Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19232024-07-15T03:53:59.357Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19242024-07-15T03:54:00.560Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19252024-07-15T03:54:02.778Z Compiling curve25519-dalek v4.1.3
19262024-07-15T03:54:03.184Z Compiling kstat-rs v0.2.4
19272024-07-15T03:54:04.177Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19282024-07-15T03:54:05.002Z Compiling erased-serde v0.3.31
19292024-07-15T03:54:06.780Z Compiling serde_arrays v0.1.0
19302024-07-15T03:54:06.992Z Compiling toml v0.5.11
19312024-07-15T03:54:13.450Z Compiling serde-big-array v0.5.1
19322024-07-15T03:54:13.731Z Compiling keccak v0.1.5
19332024-07-15T03:54:14.723Z Compiling parse-size v1.0.0
19342024-07-15T03:54:15.018Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19352024-07-15T03:54:16.432Z Compiling sha3 v0.10.8
19362024-07-15T03:54:17.907Z Compiling trust-dns-server v0.22.1
19372024-07-15T03:54:21.444Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19382024-07-15T03:54:26.578Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19392024-07-15T03:54:27.086Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19402024-07-15T03:54:34.699Z Compiling sled v0.34.7
19412024-07-15T03:54:35.081Z Compiling mime_guess v2.0.4
19422024-07-15T03:54:39.002Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19432024-07-15T03:54:41.261Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19442024-07-15T03:54:43.912Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
19452024-07-15T03:54:46.271Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
19462024-07-15T03:54:47.807Z Compiling signal-hook-tokio v0.3.1
19472024-07-15T03:54:48.021Z Compiling universal-hash v0.5.1
19482024-07-15T03:54:48.280Z Compiling heck v0.3.3
19492024-07-15T03:54:48.622Z Compiling secrecy v0.8.0
19502024-07-15T03:54:48.895Z Compiling rand_seeder v0.2.3
19512024-07-15T03:54:49.257Z Compiling castaway v0.2.2
19522024-07-15T03:54:49.525Z Compiling thiserror-impl-no-std v2.0.2
19532024-07-15T03:54:51.665Z Compiling serde-big-array v0.4.1
19542024-07-15T03:54:51.921Z Compiling nanorand v0.7.0
19552024-07-15T03:54:52.243Z Compiling curve25519-dalek-derive v0.1.1
19562024-07-15T03:54:52.648Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19572024-07-15T03:54:52.941Z Compiling opaque-debug v0.3.1
19582024-07-15T03:54:53.043Z Compiling poly1305 v0.8.0
19592024-07-15T03:54:54.573Z Compiling flume v0.11.0
19602024-07-15T03:54:55.338Z Compiling thiserror-no-std v2.0.2
19612024-07-15T03:54:55.472Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19622024-07-15T03:54:56.878Z Compiling compact_str v0.7.1
19632024-07-15T03:54:58.501Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19642024-07-15T03:54:58.713Z Compiling zone_cfg_derive v0.1.2
19652024-07-15T03:55:00.067Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19662024-07-15T03:55:00.206Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19672024-07-15T03:55:01.968Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19682024-07-15T03:55:09.670Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19692024-07-15T03:55:09.957Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19702024-07-15T03:55:10.321Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19712024-07-15T03:55:11.308Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19722024-07-15T03:55:16.312Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19732024-07-15T03:55:16.606Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19742024-07-15T03:55:16.903Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19752024-07-15T03:55:17.180Z Compiling chacha20 v0.9.1
19762024-07-15T03:55:17.664Z Compiling unicode-truncate v1.0.0
19772024-07-15T03:55:17.944Z Compiling itertools v0.13.0
19782024-07-15T03:55:21.859Z Compiling aead v0.5.2
19792024-07-15T03:55:22.213Z Compiling lru v0.12.3
19802024-07-15T03:55:22.581Z Compiling stability v0.2.0
19812024-07-15T03:55:23.544Z Compiling corncobs v0.1.3
19822024-07-15T03:55:23.923Z Compiling base64 v0.13.1
19832024-07-15T03:55:24.638Z Compiling cassowary v0.3.0
19842024-07-15T03:55:24.694Z Compiling ron v0.7.1
19852024-07-15T03:55:25.214Z Compiling ratatui v0.27.0
19862024-07-15T03:55:26.518Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19872024-07-15T03:55:27.260Z Compiling chacha20poly1305 v0.10.1
19882024-07-15T03:55:27.582Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19892024-07-15T03:55:28.477Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19902024-07-15T03:55:29.990Z Compiling zone v0.1.8
19912024-07-15T03:55:30.801Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19922024-07-15T03:55:32.224Z Compiling vsss-rs v3.3.4
19932024-07-15T03:55:36.703Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19942024-07-15T03:55:37.418Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19952024-07-15T03:55:40.289Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19962024-07-15T03:55:41.842Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19972024-07-15T03:55:42.032Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19982024-07-15T03:55:42.052Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19992024-07-15T03:55:42.294Z Compiling portpicker v0.1.1
20002024-07-15T03:55:42.809Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20012024-07-15T03:55:45.059Z Compiling csv-core v0.1.11
20022024-07-15T03:55:46.002Z Compiling http-range v0.1.5
20032024-07-15T03:55:46.638Z Compiling smawk v0.3.2
20042024-07-15T03:55:46.888Z Compiling unicode-linebreak v0.1.5
20052024-07-15T03:55:47.250Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20062024-07-15T03:55:47.434Z Compiling textwrap v0.16.1
20072024-07-15T03:55:48.509Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20082024-07-15T03:55:49.603Z Compiling hyper-staticfile v0.9.5
20092024-07-15T03:55:51.167Z Compiling csv v1.3.0
20102024-07-15T03:55:52.719Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20112024-07-15T03:55:58.355Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20122024-07-15T03:56:01.098Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20132024-07-15T03:56:04.167Z Compiling rcgen v0.12.1
20142024-07-15T03:56:09.071Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
20152024-07-15T03:56:13.242Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20162024-07-15T03:56:13.733Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20172024-07-15T03:56:14.013Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20182024-07-15T03:56:14.516Z Compiling atomicwrites v0.4.3
20192024-07-15T03:56:14.550Z Compiling fatfs v0.3.6
20202024-07-15T03:56:14.763Z Compiling subprocess v0.2.9
20212024-07-15T03:56:15.071Z Compiling rtoolbox v0.0.2
20222024-07-15T03:56:15.521Z Compiling is_ci v1.2.0
20232024-07-15T03:56:15.814Z Compiling assert_matches v1.5.0
20242024-07-15T03:56:17.314Z Compiling supports-color v3.0.0
20252024-07-15T03:56:17.982Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20262024-07-15T03:56:19.841Z Compiling rpassword v7.3.1
20272024-07-15T03:56:20.321Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20282024-07-15T03:56:20.913Z Compiling tui-tree-widget v0.21.0
20292024-07-15T03:56:21.325Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20302024-07-15T03:56:23.505Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20312024-07-15T03:56:25.385Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20322024-07-15T03:56:25.678Z Compiling shell-words v1.1.0
20332024-07-15T03:56:26.116Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20342024-07-15T03:56:27.151Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20352024-07-15T03:56:53.018Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20362024-07-15T03:57:03.224Z Compiling uzers v0.11.3
20372024-07-15T03:57:06.149Z Compiling multimap v0.10.0
20382024-07-15T03:57:49.698Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20392024-07-15T03:59:07.156Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20402024-07-15T03:59:27.612Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20412024-07-15T04:05:51.842Z Finished `release` profile [optimized] target(s) in 14m 43s
20422024-07-15T04:06:39.808Z
20432024-07-15T04:06:39.808Zreal 15:32.798502662
20442024-07-15T04:06:39.808Zuser 1:45:54.994471008
20452024-07-15T04:06:39.808Zsys 5:51.571640012
20462024-07-15T04:06:39.808Ztrap 2.446715625
20472024-07-15T04:06:39.811Ztflt 2.116280575
20482024-07-15T04:06:39.811Zdflt 3.628303431
20492024-07-15T04:06:39.811Zkflt 0.008873264
20502024-07-15T04:06:39.811Zlock 6:29:39.177834782
20512024-07-15T04:06:39.811Zslp 4:06:48.788604531
20522024-07-15T04:06:39.811Zlat 2:32.500490208
20532024-07-15T04:06:39.811Zstop 2:03.286158808
20542024-07-15T04:06:39.811Z+ mapfile -t packages
20552024-07-15T04:06:39.811Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20562024-07-15T04:06:40.722Z Finished `release` profile [optimized] target(s) in 0.86s
20572024-07-15T04:06:40.763Z Running `target/release/omicron-package -t test list-outputs`
20582024-07-15T04:06:40.800ZLogging to: /work/oxidecomputer/omicron/out/LOG
20592024-07-15T04:06:40.803Z+ ptime -m cargo build --locked --release -p xtask
20602024-07-15T04:06:41.419Z Compiling serde v1.0.204
20612024-07-15T04:06:41.422Z Compiling bitflags v2.5.0
20622024-07-15T04:06:41.422Z Compiling syn v2.0.68
20632024-07-15T04:06:41.513Z Compiling smallvec v1.13.2
20642024-07-15T04:06:41.516Z Compiling bytes v1.6.0
20652024-07-15T04:06:41.520Z Compiling scopeguard v1.2.0
20662024-07-15T04:06:41.546Z Compiling hashbrown v0.14.5
20672024-07-15T04:06:41.667Z Compiling lock_api v0.4.12
20682024-07-15T04:06:41.996Z Compiling parking_lot_core v0.9.10
20692024-07-15T04:06:42.007Z Compiling serde_json v1.0.120
20702024-07-15T04:06:42.043Z Compiling log v0.4.21
20712024-07-15T04:06:42.055Z Compiling mio v0.8.11
20722024-07-15T04:06:42.185Z Compiling libc v0.2.155
20732024-07-15T04:06:42.351Z Compiling parking_lot v0.12.2
20742024-07-15T04:06:42.873Z Compiling generic-array v0.14.7
20752024-07-15T04:06:42.875Z Compiling slog v2.7.0
20762024-07-15T04:06:43.074Z Compiling indexmap v2.2.6
20772024-07-15T04:06:43.242Z Compiling rustix v0.38.34
20782024-07-15T04:06:43.333Z Compiling http v0.2.12
20792024-07-15T04:06:43.437Z Compiling usdt-impl v0.5.0
20802024-07-15T04:06:43.711Z Compiling syn v1.0.109
20812024-07-15T04:06:43.783Z Compiling time-macros v0.2.18
20822024-07-15T04:06:44.175Z Compiling thread-id v4.2.1
20832024-07-15T04:06:44.307Z Compiling tracing v0.1.40
20842024-07-15T04:06:44.686Z Compiling crossbeam-utils v0.8.19
20852024-07-15T04:06:45.019Z Compiling http-body v0.4.6
20862024-07-15T04:06:45.476Z Compiling unicode-normalization v0.1.23
20872024-07-15T04:06:45.553Z Compiling unicode-bidi v0.3.15
20882024-07-15T04:06:45.966Z Compiling crypto-common v0.1.6
20892024-07-15T04:06:46.197Z Compiling block-buffer v0.10.4
20902024-07-15T04:06:46.446Z Compiling idna v0.5.0
20912024-07-15T04:06:46.739Z Compiling terminal_size v0.3.0
20922024-07-15T04:06:46.913Z Compiling time v0.3.36
20932024-07-15T04:06:48.127Z Compiling proc-macro-error v1.0.4
20942024-07-15T04:06:48.628Z Compiling fs-err v2.11.0
20952024-07-15T04:06:48.786Z Compiling anyhow v1.0.86
20962024-07-15T04:06:49.066Z Compiling crossbeam-channel v0.5.12
20972024-07-15T04:06:49.527Z Compiling clap_builder v4.5.2
20982024-07-15T04:06:49.751Z Compiling url v2.5.0
20992024-07-15T04:06:49.797Z Compiling digest v0.10.7
21002024-07-15T04:06:50.224Z Compiling xattr v1.3.1
21012024-07-15T04:06:50.552Z Compiling sha2 v0.10.8
21022024-07-15T04:06:50.792Z Compiling slog-async v2.8.0
21032024-07-15T04:06:51.408Z Compiling tabled_derive v0.7.0
21042024-07-15T04:06:53.450Z Compiling serde_derive v1.0.204
21052024-07-15T04:06:53.635Z Compiling thiserror-impl v1.0.60
21062024-07-15T04:06:53.666Z Compiling zerocopy-derive v0.7.34
21072024-07-15T04:06:53.946Z Compiling tokio-macros v2.3.0
21082024-07-15T04:06:55.317Z Compiling futures-macro v0.3.30
21092024-07-15T04:06:55.572Z Compiling tokio v1.38.0
21102024-07-15T04:06:55.749Z Compiling zerocopy v0.7.34
21112024-07-15T04:06:56.180Z Compiling scroll_derive v0.12.0
21122024-07-15T04:06:56.552Z Compiling thiserror v1.0.60
21132024-07-15T04:06:56.701Z Compiling pest v2.7.10
21142024-07-15T04:06:57.242Z Compiling futures-util v0.3.30
21152024-07-15T04:06:57.593Z Compiling openssl-macros v0.1.1
21162024-07-15T04:06:57.635Z Compiling scroll v0.12.0
21172024-07-15T04:06:58.325Z Compiling openssl v0.10.64
21182024-07-15T04:06:58.327Z Compiling goblin v0.8.2
21192024-07-15T04:06:59.626Z Compiling pest_meta v2.7.10
21202024-07-15T04:07:04.101Z Compiling pest_generator v2.7.10
21212024-07-15T04:07:06.001Z Compiling pest_derive v2.7.10
21222024-07-15T04:07:06.794Z Compiling dtrace-parser v0.2.0
21232024-07-15T04:07:08.739Z Compiling tokio-util v0.7.11
21242024-07-15T04:07:11.200Z Compiling serde_tokenstream v0.2.1
21252024-07-15T04:07:11.739Z Compiling h2 v0.3.26
21262024-07-15T04:07:13.623Z Compiling dof v0.3.0
21272024-07-15T04:07:14.612Z Compiling serde_spanned v0.6.6
21282024-07-15T04:07:14.888Z Compiling toml_datetime v0.6.6
21292024-07-15T04:07:14.988Z Compiling native-tls v0.2.11
21302024-07-15T04:07:16.048Z Compiling tokio-native-tls v0.3.1
21312024-07-15T04:07:16.130Z Compiling toml_edit v0.22.14
21322024-07-15T04:07:16.364Z Compiling usdt-attr-macro v0.5.0
21332024-07-15T04:07:17.736Z Compiling hyper v0.14.28
21342024-07-15T04:07:22.317Z Compiling hyper-tls v0.5.0
21352024-07-15T04:07:22.735Z Compiling toml v0.8.14
21362024-07-15T04:07:23.355Z Compiling usdt-macro v0.5.0
21372024-07-15T04:07:24.589Z Compiling slog-json v2.6.1
21382024-07-15T04:07:24.839Z Compiling camino v1.1.7
21392024-07-15T04:07:25.137Z Compiling cargo-platform v0.1.8
21402024-07-15T04:07:26.219Z Compiling semver v1.0.23
21412024-07-15T04:07:26.241Z Compiling serde_urlencoded v0.7.1
21422024-07-15T04:07:26.782Z Compiling futures-executor v0.3.30
21432024-07-15T04:07:26.896Z Compiling clap_derive v4.5.4
21442024-07-15T04:07:27.797Z Compiling strum_macros v0.26.4
21452024-07-15T04:07:27.870Z Compiling futures v0.3.30
21462024-07-15T04:07:28.002Z Compiling reqwest v0.11.27
21472024-07-15T04:07:29.785Z Compiling cargo_metadata v0.18.1
21482024-07-15T04:07:30.408Z Compiling slog-bunyan v2.5.0
21492024-07-15T04:07:30.715Z Compiling usdt v0.5.0
21502024-07-15T04:07:31.612Z Compiling clap v4.5.4
21512024-07-15T04:07:31.737Z Compiling cargo_toml v0.20.3
21522024-07-15T04:07:31.909Z Compiling macaddr v1.0.1
21532024-07-15T04:07:32.211Z Compiling tabled v0.15.0
21542024-07-15T04:07:32.510Z Compiling tar v0.4.40
21552024-07-15T04:07:32.717Z Compiling strum v0.26.2
21562024-07-15T04:07:32.932Z Compiling slog-term v2.9.1
21572024-07-15T04:07:48.827Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21582024-07-15T04:08:03.249Z Finished `release` profile [optimized] target(s) in 1m 22s
21592024-07-15T04:08:03.349Z
21602024-07-15T04:08:03.352Zreal 1:22.509639485
21612024-07-15T04:08:03.352Zuser 8:59.621916309
21622024-07-15T04:08:03.352Zsys 51.298822418
21632024-07-15T04:08:03.352Ztrap 0.253337345
21642024-07-15T04:08:03.352Ztflt 0.531872850
21652024-07-15T04:08:03.352Zdflt 0.229994122
21662024-07-15T04:08:03.352Zkflt 0.000160667
21672024-07-15T04:08:03.352Zlock 20:11.976974946
21682024-07-15T04:08:03.352Zslp 22:38.596085766
21692024-07-15T04:08:03.352Zlat 25.766393250
21702024-07-15T04:08:03.352Zstop 24.904660848
21712024-07-15T04:08:03.352Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21722024-07-15T04:08:03.352Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21732024-07-15T04:08:03.352Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21742024-07-15T04:08:03.352Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21752024-07-15T04:08:03.352Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21762024-07-15T04:08:03.904Z Downloading crates ...
21772024-07-15T04:08:04.146Z Downloaded ctr v0.9.2
21782024-07-15T04:08:04.149Z Downloaded blowfish v0.9.1
21792024-07-15T04:08:04.161Z Downloaded md5 v0.7.0
21802024-07-15T04:08:04.166Z Downloaded russh-cryptovec v0.7.2
21812024-07-15T04:08:04.169Z Downloaded dhcproto-macros v0.1.0
21822024-07-15T04:08:04.178Z Downloaded option-ext v0.2.0
21832024-07-15T04:08:04.184Z Downloaded rand_chacha v0.2.2
21842024-07-15T04:08:04.186Z Downloaded hex-literal v0.4.1
21852024-07-15T04:08:04.189Z Downloaded bcrypt-pbkdf v0.10.0
21862024-07-15T04:08:04.189Z Downloaded rfc6979 v0.4.0
21872024-07-15T04:08:04.191Z Downloaded pbkdf2 v0.12.2
21882024-07-15T04:08:04.191Z Downloaded dirs-sys v0.4.1
21892024-07-15T04:08:04.194Z Downloaded ed25519 v2.2.3
21902024-07-15T04:08:04.197Z Downloaded primeorder v0.13.6
21912024-07-15T04:08:04.199Z Downloaded rand_core v0.5.1
21922024-07-15T04:08:04.202Z Downloaded cbc v0.1.2
21932024-07-15T04:08:04.205Z Downloaded pbkdf2 v0.11.0
21942024-07-15T04:08:04.207Z Downloaded internet-checksum v0.2.1
21952024-07-15T04:08:04.210Z Downloaded polyval v0.6.2
21962024-07-15T04:08:04.210Z Downloaded password-hash v0.4.2
21972024-07-15T04:08:04.213Z Downloaded getrandom v0.1.16
21982024-07-15T04:08:04.215Z Downloaded ecdsa v0.16.9
21992024-07-15T04:08:04.215Z Downloaded dirs v5.0.1
22002024-07-15T04:08:04.218Z Downloaded ghash v0.5.1
22012024-07-15T04:08:04.225Z Downloaded russh-keys v0.43.0
22022024-07-15T04:08:04.228Z Downloaded dhcproto v0.11.0
22032024-07-15T04:08:04.230Z Downloaded p256 v0.13.2
22042024-07-15T04:08:04.245Z Downloaded ed25519-dalek v2.1.1
22052024-07-15T04:08:04.248Z Downloaded russh v0.43.0
22062024-07-15T04:08:04.253Z Downloaded aes-gcm v0.10.3
22072024-07-15T04:08:04.256Z Downloaded aes v0.8.4
22082024-07-15T04:08:04.259Z Downloaded rand v0.7.3
22092024-07-15T04:08:04.263Z Downloaded p521 v0.13.3
22102024-07-15T04:08:04.401Z Compiling serde v1.0.204
22112024-07-15T04:08:04.404Z Compiling scopeguard v1.2.0
22122024-07-15T04:08:04.404Z Compiling log v0.4.21
22132024-07-15T04:08:04.404Z Compiling smallvec v1.13.2
22142024-07-15T04:08:04.404Z Compiling syn v2.0.68
22152024-07-15T04:08:04.404Z Compiling getrandom v0.2.14
22162024-07-15T04:08:04.404Z Compiling generic-array v0.14.7
22172024-07-15T04:08:04.404Z Compiling libm v0.2.8
22182024-07-15T04:08:04.671Z Compiling lock_api v0.4.12
22192024-07-15T04:08:04.782Z Compiling rand_core v0.6.4
22202024-07-15T04:08:04.922Z Compiling parking_lot_core v0.9.10
22212024-07-15T04:08:04.944Z Compiling num-traits v0.2.19
22222024-07-15T04:08:04.961Z Compiling subtle v2.5.0
22232024-07-15T04:08:05.061Z Compiling mio v0.8.11
22242024-07-15T04:08:05.171Z Compiling spin v0.9.8
22252024-07-15T04:08:05.294Z Compiling parking_lot v0.12.2
22262024-07-15T04:08:05.319Z Compiling ahash v0.8.11
22272024-07-15T04:08:05.429Z Compiling serde_json v1.0.120
22282024-07-15T04:08:05.586Z Compiling allocator-api2 v0.2.18
22292024-07-15T04:08:05.604Z Compiling const-oid v0.9.6
22302024-07-15T04:08:05.711Z Compiling iana-time-zone v0.1.60
22312024-07-15T04:08:05.777Z Compiling syn v1.0.109
22322024-07-15T04:08:06.277Z Compiling unicode-normalization v0.1.23
22332024-07-15T04:08:06.350Z Compiling unicode-bidi v0.3.15
22342024-07-15T04:08:06.401Z Compiling schemars v0.8.21
22352024-07-15T04:08:06.437Z Compiling dyn-clone v1.0.17
22362024-07-15T04:08:06.653Z Compiling ppv-lite86 v0.2.17
22372024-07-15T04:08:06.751Z Compiling time-macros v0.2.18
22382024-07-15T04:08:07.388Z Compiling ring v0.17.8
22392024-07-15T04:08:07.404Z Compiling rand_chacha v0.3.1
22402024-07-15T04:08:07.622Z Compiling aho-corasick v1.1.3
22412024-07-15T04:08:07.884Z Compiling regex-syntax v0.8.3
22422024-07-15T04:08:08.648Z Compiling rand v0.8.5
22432024-07-15T04:08:09.815Z Compiling idna v0.5.0
22442024-07-15T04:08:10.308Z Compiling time v0.3.36
22452024-07-15T04:08:10.537Z Compiling slog v2.7.0
22462024-07-15T04:08:11.118Z Compiling url v2.5.0
22472024-07-15T04:08:11.492Z Compiling regex-automata v0.4.6
22482024-07-15T04:08:11.666Z Compiling untrusted v0.9.0
22492024-07-15T04:08:11.847Z Compiling serde_derive_internals v0.29.1
22502024-07-15T04:08:14.352Z Compiling lazy_static v1.5.0
22512024-07-15T04:08:14.483Z Compiling backtrace v0.3.71
22522024-07-15T04:08:14.810Z Compiling gimli v0.28.1
22532024-07-15T04:08:14.851Z Compiling object v0.32.2
22542024-07-15T04:08:14.927Z Compiling rustc-demangle v0.1.24
22552024-07-15T04:08:15.855Z Compiling anyhow v1.0.86
22562024-07-15T04:08:15.911Z Compiling rustls v0.21.12
22572024-07-15T04:08:16.187Z Compiling winnow v0.5.40
22582024-07-15T04:08:16.642Z Compiling base64ct v1.6.0
22592024-07-15T04:08:17.100Z Compiling regex v1.10.5
22602024-07-15T04:08:17.279Z Compiling crossbeam-utils v0.8.19
22612024-07-15T04:08:17.983Z Compiling sct v0.7.1
22622024-07-15T04:08:18.231Z Compiling rustls-webpki v0.101.7
22632024-07-15T04:08:18.328Z Compiling cookie v0.17.0
22642024-07-15T04:08:19.566Z Compiling serde_derive v1.0.204
22652024-07-15T04:08:19.936Z Compiling zeroize_derive v1.4.2
22662024-07-15T04:08:20.045Z Compiling zerocopy-derive v0.7.34
22672024-07-15T04:08:20.140Z Compiling thiserror-impl v1.0.60
22682024-07-15T04:08:20.284Z Compiling tokio-macros v2.3.0
22692024-07-15T04:08:21.630Z Compiling zeroize v1.7.0
22702024-07-15T04:08:21.768Z Compiling futures-macro v0.3.30
22712024-07-15T04:08:22.079Z Compiling schemars_derive v0.8.21
22722024-07-15T04:08:22.391Z Compiling tracing-attributes v0.1.27
22732024-07-15T04:08:22.449Z Compiling zerocopy v0.7.34
22742024-07-15T04:08:23.571Z Compiling crypto-common v0.1.6
22752024-07-15T04:08:23.681Z Compiling thiserror v1.0.60
22762024-07-15T04:08:23.819Z Compiling block-buffer v0.10.4
22772024-07-15T04:08:23.837Z Compiling async-trait v0.1.81
22782024-07-15T04:08:23.962Z Compiling futures-util v0.3.30
22792024-07-15T04:08:24.192Z Compiling digest v0.10.7
22802024-07-15T04:08:24.704Z Compiling hashbrown v0.14.5
22812024-07-15T04:08:24.759Z Compiling addr2line v0.21.0
22822024-07-15T04:08:25.001Z Compiling openssl-macros v0.1.1
22832024-07-15T04:08:25.507Z Compiling pest v2.7.10
22842024-07-15T04:08:26.093Z Compiling idna v0.3.0
22852024-07-15T04:08:26.464Z Compiling tracing v0.1.40
22862024-07-15T04:08:26.974Z Compiling data-encoding v2.6.0
22872024-07-15T04:08:27.747Z Compiling psl-types v2.0.11
22882024-07-15T04:08:27.751Z Compiling hmac v0.12.1
22892024-07-15T04:08:27.949Z Compiling publicsuffix v2.2.3
22902024-07-15T04:08:28.010Z Compiling pest_meta v2.7.10
22912024-07-15T04:08:28.190Z Compiling scroll_derive v0.12.0
22922024-07-15T04:08:29.209Z Compiling webpki-roots v0.25.4
22932024-07-15T04:08:29.355Z Compiling pest_generator v2.7.10
22942024-07-15T04:08:29.531Z Compiling bitflags v1.3.2
22952024-07-15T04:08:29.638Z Compiling block-padding v0.3.3
22962024-07-15T04:08:29.675Z Compiling futures-executor v0.3.30
22972024-07-15T04:08:29.764Z Compiling scroll v0.12.0
22982024-07-15T04:08:29.897Z Compiling der_derive v0.7.2
22992024-07-15T04:08:30.281Z Compiling futures v0.3.30
23002024-07-15T04:08:30.300Z Compiling goblin v0.8.2
23012024-07-15T04:08:30.357Z Compiling pem-rfc7468 v0.7.0
23022024-07-15T04:08:30.397Z Compiling flagset v0.4.5
23032024-07-15T04:08:30.610Z Compiling inout v0.1.3
23042024-07-15T04:08:30.896Z Compiling cipher v0.4.4
23052024-07-15T04:08:31.192Z Compiling sha2 v0.10.8
23062024-07-15T04:08:31.438Z Compiling either v1.12.0
23072024-07-15T04:08:31.440Z Compiling ff v0.13.0
23082024-07-15T04:08:31.692Z Compiling stable_deref_trait v1.2.0
23092024-07-15T04:08:31.815Z Compiling base16ct v0.2.0
23102024-07-15T04:08:31.879Z Compiling group v0.13.0
23112024-07-15T04:08:32.150Z Compiling hkdf v0.12.4
23122024-07-15T04:08:32.219Z Compiling crypto-bigint v0.5.5
23132024-07-15T04:08:32.420Z Compiling crossbeam-epoch v0.9.18
23142024-07-15T04:08:32.620Z Compiling der v0.7.9
23152024-07-15T04:08:33.220Z Compiling num-integer v0.1.46
23162024-07-15T04:08:33.425Z Compiling pest_derive v2.7.10
23172024-07-15T04:08:34.048Z Compiling unicode-segmentation v1.11.0
23182024-07-15T04:08:34.245Z Compiling dtrace-parser v0.2.0
23192024-07-15T04:08:34.698Z Compiling bytes v1.6.0
23202024-07-15T04:08:34.911Z Compiling indexmap v2.2.6
23212024-07-15T04:08:35.358Z Compiling uuid v1.9.1
23222024-07-15T04:08:36.047Z Compiling tokio v1.38.0
23232024-07-15T04:08:36.131Z Compiling chrono v0.4.38
23242024-07-15T04:08:36.414Z Compiling bitflags v2.5.0
23252024-07-15T04:08:36.493Z Compiling semver v1.0.23
23262024-07-15T04:08:36.865Z Compiling http v0.2.12
23272024-07-15T04:08:36.899Z Compiling serde_tokenstream v0.2.1
23282024-07-15T04:08:37.300Z Compiling toml_datetime v0.6.6
23292024-07-15T04:08:37.459Z Compiling serde_spanned v0.6.6
23302024-07-15T04:08:37.702Z Compiling toml_edit v0.19.15
23312024-07-15T04:08:37.812Z Compiling openssl v0.10.64
23322024-07-15T04:08:38.089Z Compiling rustix v0.38.34
23332024-07-15T04:08:38.411Z Compiling http-body v0.4.6
23342024-07-15T04:08:39.419Z Compiling serde_urlencoded v0.7.1
23352024-07-15T04:08:39.985Z Compiling cookie_store v0.20.0
23362024-07-15T04:08:40.158Z Compiling openapiv3 v2.0.0
23372024-07-15T04:08:41.196Z Compiling rustc_version v0.4.0
23382024-07-15T04:08:41.199Z Compiling dof v0.3.0
23392024-07-15T04:08:41.540Z Compiling spki v0.7.3
23402024-07-15T04:08:41.938Z Compiling usdt-impl v0.5.0
23412024-07-15T04:08:42.040Z Compiling pkcs8 v0.10.2
23422024-07-15T04:08:42.623Z Compiling sec1 v0.7.3
23432024-07-15T04:08:42.992Z Compiling elliptic-curve v0.13.8
23442024-07-15T04:08:43.182Z Compiling ipnetwork v0.20.0
23452024-07-15T04:08:43.617Z Compiling managed v0.8.0
23462024-07-15T04:08:43.653Z Compiling usdt-macro v0.5.0
23472024-07-15T04:08:43.861Z Compiling native-tls v0.2.11
23482024-07-15T04:08:44.064Z Compiling tokio-util v0.7.11
23492024-07-15T04:08:44.169Z Compiling tokio-rustls v0.24.1
23502024-07-15T04:08:44.495Z Compiling tokio-native-tls v0.3.1
23512024-07-15T04:08:44.559Z Compiling usdt-attr-macro v0.5.0
23522024-07-15T04:08:44.760Z Compiling toml_edit v0.22.14
23532024-07-15T04:08:44.837Z Compiling toml v0.7.8
23542024-07-15T04:08:45.189Z Compiling h2 v0.3.26
23552024-07-15T04:08:45.459Z Compiling hex v0.4.3
23562024-07-15T04:08:46.109Z Compiling matches v0.1.10
23572024-07-15T04:08:46.216Z Compiling idna v0.2.3
23582024-07-15T04:08:46.277Z Compiling usdt v0.5.0
23592024-07-15T04:08:46.429Z Compiling enum-as-inner v0.5.1
23602024-07-15T04:08:46.563Z Compiling siphasher v0.3.11
23612024-07-15T04:08:46.767Z Compiling bit-vec v0.6.3
23622024-07-15T04:08:46.791Z Compiling heapless v0.7.17
23632024-07-15T04:08:46.954Z Compiling terminal_size v0.3.0
23642024-07-15T04:08:47.150Z Compiling num-bigint v0.4.5
23652024-07-15T04:08:47.216Z Compiling finl_unicode v1.2.0
23662024-07-15T04:08:47.232Z Compiling signal-hook v0.3.17
23672024-07-15T04:08:47.471Z Compiling trust-dns-proto v0.22.0
23682024-07-15T04:08:47.514Z Compiling clap_builder v4.5.2
23692024-07-15T04:08:47.812Z Compiling stringprep v0.1.4
23702024-07-15T04:08:47.900Z Compiling itertools v0.10.5
23712024-07-15T04:08:49.226Z Compiling regress v0.9.1
23722024-07-15T04:08:50.848Z Compiling yasna v0.5.2
23732024-07-15T04:08:51.883Z Compiling hyper v0.14.28
23742024-07-15T04:08:52.834Z Compiling md-5 v0.10.6
23752024-07-15T04:08:53.133Z Compiling clap_derive v4.5.4
23762024-07-15T04:08:53.836Z Compiling hash32 v0.2.1
23772024-07-15T04:08:54.252Z Compiling regex-automata v0.1.10
23782024-07-15T04:08:54.530Z Compiling smoltcp v0.9.1
23792024-07-15T04:08:54.760Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23802024-07-15T04:08:55.288Z Compiling fallible-iterator v0.2.0
23812024-07-15T04:08:55.913Z Compiling bstr v0.2.17
23822024-07-15T04:08:56.021Z Compiling postgres-protocol v0.6.6
23832024-07-15T04:08:56.383Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23842024-07-15T04:08:57.143Z Compiling phf_shared v0.11.2
23852024-07-15T04:08:57.480Z Compiling tokio-stream v0.1.15
23862024-07-15T04:08:57.536Z Compiling hubpack_derive v0.1.1
23872024-07-15T04:08:57.560Z Compiling zerocopy-derive v0.6.6
23882024-07-15T04:08:57.869Z Compiling diesel_table_macro_syntax v0.1.0
23892024-07-15T04:08:58.117Z Compiling scheduled-thread-pool v0.2.7
23902024-07-15T04:08:58.305Z Compiling fs-err v2.11.0
23912024-07-15T04:08:58.483Z Compiling fixedbitset v0.4.2
23922024-07-15T04:08:58.500Z Compiling hyper-tls v0.5.0
23932024-07-15T04:08:58.596Z Compiling hyper-rustls v0.24.2
23942024-07-15T04:08:58.627Z Compiling clap v4.5.4
23952024-07-15T04:08:58.750Z Compiling petgraph v0.6.5
23962024-07-15T04:08:58.866Z Compiling hubpack v0.1.2
23972024-07-15T04:08:58.913Z Compiling reqwest v0.11.27
23982024-07-15T04:08:58.932Z Compiling r2d2 v0.8.10
23992024-07-15T04:08:58.949Z Compiling diesel_derives v2.1.4
24002024-07-15T04:08:59.290Z Compiling signal-hook-mio v0.2.3
24012024-07-15T04:08:59.343Z Compiling phf v0.11.2
24022024-07-15T04:08:59.663Z Compiling postgres-types v0.2.6
24032024-07-15T04:08:59.811Z Compiling zerocopy v0.6.6
24042024-07-15T04:09:00.696Z Compiling similar v2.5.0
24052024-07-15T04:09:01.591Z Compiling phf_shared v0.10.0
24062024-07-15T04:09:01.671Z Compiling num-iter v0.1.45
24072024-07-15T04:09:01.803Z Compiling strum_macros v0.25.3
24082024-07-15T04:09:01.871Z Compiling serde_repr v0.1.19
24092024-07-15T04:09:02.003Z Compiling console v0.15.8
24102024-07-15T04:09:02.850Z Compiling float-cmp v0.9.0
24112024-07-15T04:09:03.071Z Compiling whoami v1.5.1
24122024-07-15T04:09:03.110Z Compiling static_assertions v1.1.0
24132024-07-15T04:09:03.220Z Compiling normalize-line-endings v0.3.0
24142024-07-15T04:09:03.386Z Compiling minimal-lexical v0.2.1
24152024-07-15T04:09:03.408Z Compiling predicates-core v1.0.6
24162024-07-15T04:09:03.592Z Compiling new_debug_unreachable v1.0.6
24172024-07-15T04:09:03.694Z Compiling difflib v0.4.0
24182024-07-15T04:09:03.790Z Compiling precomputed-hash v0.1.1
24192024-07-15T04:09:03.793Z Compiling tokio-postgres v0.7.10
24202024-07-15T04:09:03.911Z Compiling string_cache v0.8.7
24212024-07-15T04:09:03.937Z Compiling nom v7.1.3
24222024-07-15T04:09:04.396Z Compiling predicates v3.1.0
24232024-07-15T04:09:05.419Z Compiling crossterm v0.27.0
24242024-07-15T04:09:06.232Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24252024-07-15T04:09:07.151Z Compiling bit-set v0.5.3
24262024-07-15T04:09:07.449Z Compiling itertools v0.12.1
24272024-07-15T04:09:07.726Z Compiling bstr v1.9.1
24282024-07-15T04:09:09.100Z Compiling getopts v0.2.21
24292024-07-15T04:09:09.260Z Compiling lalrpop-util v0.19.12
24302024-07-15T04:09:09.627Z Compiling peg-runtime v0.8.3
24312024-07-15T04:09:09.630Z Compiling unicode-xid v0.2.4
24322024-07-15T04:09:09.828Z Compiling unsafe-libyaml v0.2.11
24332024-07-15T04:09:10.100Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24342024-07-15T04:09:10.327Z Compiling sha1 v0.10.6
24352024-07-15T04:09:10.574Z Compiling camino v1.1.7
24362024-07-15T04:09:10.748Z Compiling strum_macros v0.26.4
24372024-07-15T04:09:10.792Z Compiling http v1.1.0
24382024-07-15T04:09:11.589Z Compiling serde_yaml v0.9.34+deprecated
24392024-07-15T04:09:11.824Z Compiling base64 v0.22.1
24402024-07-15T04:09:12.639Z Compiling diesel v2.1.6
24412024-07-15T04:09:12.642Z Compiling toml v0.8.14
24422024-07-15T04:09:12.721Z Compiling rustls-pki-types v1.7.0
24432024-07-15T04:09:13.407Z Compiling crossbeam-channel v0.5.12
24442024-07-15T04:09:13.635Z Compiling rustls v0.22.4
24452024-07-15T04:09:13.893Z Compiling paste v1.0.15
24462024-07-15T04:09:14.420Z Compiling ident_case v1.0.1
24472024-07-15T04:09:14.460Z Compiling slog-async v2.8.0
24482024-07-15T04:09:14.603Z Compiling darling_core v0.20.9
24492024-07-15T04:09:14.729Z Compiling slog-term v2.9.1
24502024-07-15T04:09:14.911Z Compiling rustls-webpki v0.102.4
24512024-07-15T04:09:15.697Z Compiling multer v3.1.0
24522024-07-15T04:09:16.061Z Compiling slog-json v2.6.1
24532024-07-15T04:09:16.278Z Compiling strum v0.26.2
24542024-07-15T04:09:16.430Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24552024-07-15T04:09:16.458Z Compiling async-stream-impl v0.3.5
24562024-07-15T04:09:16.474Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
24572024-07-15T04:09:16.762Z Compiling instant v0.1.12
24582024-07-15T04:09:16.937Z Compiling debug-ignore v1.0.5
24592024-07-15T04:09:17.097Z Compiling atomic-waker v1.1.2
24602024-07-15T04:09:17.186Z Compiling slog-bunyan v2.5.0
24612024-07-15T04:09:17.278Z Compiling waitgroup v0.1.2
24622024-07-15T04:09:17.397Z Compiling rustls-pemfile v2.1.2
24632024-07-15T04:09:17.506Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
24642024-07-15T04:09:17.870Z Compiling serde_path_to_error v0.1.16
24652024-07-15T04:09:17.947Z Compiling async-stream v0.3.5
24662024-07-15T04:09:18.289Z Compiling hostname v0.4.0
24672024-07-15T04:09:18.357Z Compiling structmeta-derive v0.3.0
24682024-07-15T04:09:18.616Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24692024-07-15T04:09:18.803Z Compiling newtype-uuid v1.1.0
24702024-07-15T04:09:19.120Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24712024-07-15T04:09:19.386Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24722024-07-15T04:09:19.706Z Compiling backoff v0.4.0
24732024-07-15T04:09:19.911Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742024-07-15T04:09:20.069Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24752024-07-15T04:09:20.105Z Compiling macaddr v1.0.1
24762024-07-15T04:09:20.230Z Compiling tokio-rustls v0.25.0
24772024-07-15T04:09:20.570Z Compiling proc-macro-crate v1.3.1
24782024-07-15T04:09:20.668Z Compiling fastrand v2.1.0
24792024-07-15T04:09:20.960Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24802024-07-15T04:09:21.101Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24812024-07-15T04:09:21.227Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24822024-07-15T04:09:21.522Z Compiling structmeta v0.3.0
24832024-07-15T04:09:21.600Z Compiling tempfile v3.10.1
24842024-07-15T04:09:21.724Z Compiling num_enum_derive v0.5.11
24852024-07-15T04:09:21.965Z Compiling parse-display-derive v0.9.1
24862024-07-15T04:09:22.033Z Compiling darling_macro v0.20.9
24872024-07-15T04:09:22.519Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24882024-07-15T04:09:22.833Z Compiling foreign-types-macros v0.2.3
24892024-07-15T04:09:23.116Z Compiling darling v0.20.9
24902024-07-15T04:09:23.246Z Compiling serde_with_macros v3.8.3
24912024-07-15T04:09:24.195Z Compiling heapless v0.8.0
24922024-07-15T04:09:24.550Z Compiling num_enum v0.5.11
24932024-07-15T04:09:24.713Z Compiling foreign-types-shared v0.3.1
24942024-07-15T04:09:24.743Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24952024-07-15T04:09:24.835Z Compiling foreign-types v0.5.0
24962024-07-15T04:09:25.041Z Compiling proc-macro-error v1.0.4
24972024-07-15T04:09:25.616Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24982024-07-15T04:09:25.775Z Compiling hash32 v0.3.1
24992024-07-15T04:09:26.031Z Compiling cstr-argument v0.1.2
25002024-07-15T04:09:26.306Z Compiling smoltcp v0.11.0
25012024-07-15T04:09:26.444Z Compiling pretty-hex v0.2.1
25022024-07-15T04:09:26.577Z Compiling serde_with v3.8.3
25032024-07-15T04:09:26.594Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25042024-07-15T04:09:26.804Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25052024-07-15T04:09:27.070Z Compiling camino-tempfile v1.1.1
25062024-07-15T04:09:27.110Z Compiling parse-display v0.9.1
25072024-07-15T04:09:27.433Z Compiling tabwriter v1.4.0
25082024-07-15T04:09:27.533Z Compiling colored v2.1.0
25092024-07-15T04:09:27.849Z Compiling socket2 v0.4.10
25102024-07-15T04:09:27.972Z Compiling embedded-io v0.4.0
25112024-07-15T04:09:28.096Z Compiling cobs v0.2.3
25122024-07-15T04:09:28.412Z Compiling postcard v1.0.8
25132024-07-15T04:09:28.439Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25142024-07-15T04:09:28.730Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25152024-07-15T04:09:28.840Z Compiling crucible-workspace-hack v0.1.0
25162024-07-15T04:09:28.982Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25172024-07-15T04:09:29.132Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25182024-07-15T04:09:29.358Z Compiling smf v0.2.3
25192024-07-15T04:09:29.427Z Compiling humantime v2.1.0
25202024-07-15T04:09:29.880Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25212024-07-15T04:09:29.974Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25222024-07-15T04:09:30.215Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25232024-07-15T04:09:30.796Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25242024-07-15T04:09:30.852Z Compiling num-derive v0.4.2
25252024-07-15T04:09:31.008Z Compiling sigpipe v0.1.3
25262024-07-15T04:09:31.138Z Compiling utf-8 v0.7.6
25272024-07-15T04:09:31.287Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25282024-07-15T04:09:31.486Z Compiling atty v0.2.14
25292024-07-15T04:09:31.636Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25302024-07-15T04:09:31.735Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25312024-07-15T04:09:31.756Z Compiling rayon-core v1.12.1
25322024-07-15T04:09:32.034Z Compiling same-file v1.0.6
25332024-07-15T04:09:32.285Z Compiling semver v0.1.20
25342024-07-15T04:09:33.215Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25352024-07-15T04:09:33.281Z Compiling rustc_version v0.1.7
25362024-07-15T04:09:33.390Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25372024-07-15T04:09:33.424Z Compiling walkdir v2.5.0
25382024-07-15T04:09:33.821Z Compiling curve25519-dalek v4.1.3
25392024-07-15T04:09:33.847Z Compiling newline-converter v0.3.0
25402024-07-15T04:09:33.868Z Compiling crossbeam-deque v0.8.5
25412024-07-15T04:09:34.021Z Compiling universal-hash v0.5.1
25422024-07-15T04:09:34.209Z Compiling opaque-debug v0.3.1
25432024-07-15T04:09:34.224Z Compiling prettyplease v0.2.20
25442024-07-15T04:09:34.303Z Compiling expectorate v1.1.0
25452024-07-15T04:09:34.346Z Compiling newtype_derive v0.1.6
25462024-07-15T04:09:34.486Z Compiling xattr v1.3.1
25472024-07-15T04:09:34.536Z Compiling num-rational v0.4.2
25482024-07-15T04:09:34.574Z Compiling signature v2.2.0
25492024-07-15T04:09:34.622Z Compiling curve25519-dalek-derive v0.1.1
25502024-07-15T04:09:34.763Z Compiling num-complex v0.4.6
25512024-07-15T04:09:34.877Z Compiling blake3 v1.5.1
25522024-07-15T04:09:35.484Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25532024-07-15T04:09:35.490Z Compiling ring v0.16.20
25542024-07-15T04:09:35.864Z Compiling unicase v2.7.0
25552024-07-15T04:09:36.155Z Compiling convert_case v0.4.0
25562024-07-15T04:09:36.158Z Compiling linked-hash-map v0.5.6
25572024-07-15T04:09:36.228Z Compiling getrandom v0.1.16
25582024-07-15T04:09:36.320Z Compiling arc-swap v1.7.1
25592024-07-15T04:09:36.515Z Compiling termcolor v1.4.1
25602024-07-15T04:09:36.602Z Compiling quick-error v1.2.3
25612024-07-15T04:09:36.758Z Compiling slog-scope v4.4.0
25622024-07-15T04:09:36.893Z Compiling resolv-conf v0.7.0
25632024-07-15T04:09:36.984Z Compiling env_logger v0.9.3
25642024-07-15T04:09:37.150Z Compiling derive_more v0.99.18
25652024-07-15T04:09:37.314Z Compiling lru-cache v0.1.2
25662024-07-15T04:09:37.709Z Compiling tar v0.4.40
25672024-07-15T04:09:37.725Z Compiling num v0.4.3
25682024-07-15T04:09:38.243Z Compiling rayon v1.10.0
25692024-07-15T04:09:39.725Z Compiling tungstenite v0.21.0
25702024-07-15T04:09:39.962Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25712024-07-15T04:09:40.478Z Compiling blake2 v0.10.6
25722024-07-15T04:09:41.631Z Compiling bitstruct_derive v0.1.0
25732024-07-15T04:09:41.890Z Compiling derive-where v1.2.7
25742024-07-15T04:09:41.907Z Compiling password-hash v0.5.0
25752024-07-15T04:09:43.178Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25762024-07-15T04:09:43.182Z Compiling memmap2 v0.9.4
25772024-07-15T04:09:43.182Z Compiling arrayvec v0.7.4
25782024-07-15T04:09:43.367Z Compiling spin v0.5.2
25792024-07-15T04:09:43.493Z Compiling ascii v1.1.0
25802024-07-15T04:09:43.599Z Compiling parking_lot_core v0.8.6
25812024-07-15T04:09:43.614Z Compiling arrayref v0.3.7
25822024-07-15T04:09:43.715Z Compiling untrusted v0.7.1
25832024-07-15T04:09:43.910Z Compiling libefi-sys v0.1.0
25842024-07-15T04:09:44.109Z Compiling float-ord v0.3.2
25852024-07-15T04:09:44.126Z Compiling home v0.5.9
25862024-07-15T04:09:44.169Z Compiling constant_time_eq v0.3.0
25872024-07-15T04:09:44.356Z Compiling toolchain_find v0.4.0
25882024-07-15T04:09:44.460Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25892024-07-15T04:09:45.601Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25902024-07-15T04:09:45.885Z Compiling bitstruct v0.1.1
25912024-07-15T04:09:46.001Z Compiling argon2 v0.5.3
25922024-07-15T04:09:46.018Z Compiling tokio-tungstenite v0.21.0
25932024-07-15T04:09:46.021Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25942024-07-15T04:09:46.271Z Compiling trust-dns-resolver v0.22.0
25952024-07-15T04:09:46.565Z Compiling slog-stdlog v4.1.1
25962024-07-15T04:09:46.611Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25972024-07-15T04:09:46.946Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25982024-07-15T04:09:46.994Z Compiling erased-serde v0.3.31
25992024-07-15T04:09:47.316Z Compiling serde_arrays v0.1.0
26002024-07-15T04:09:47.353Z Compiling rfc6979 v0.4.0
26012024-07-15T04:09:47.489Z Compiling aead v0.5.2
26022024-07-15T04:09:47.555Z Compiling bitfield-struct v0.6.1
26032024-07-15T04:09:47.853Z Compiling nibble_vec v0.1.0
26042024-07-15T04:09:48.048Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26052024-07-15T04:09:48.413Z Compiling slog-dtrace v0.3.0
26062024-07-15T04:09:48.431Z Compiling cancel-safe-futures v0.1.5
26072024-07-15T04:09:48.708Z Compiling topological-sort v0.2.2
26082024-07-15T04:09:48.792Z Compiling keccak v0.1.5
26092024-07-15T04:09:48.839Z Compiling endian-type v0.1.2
26102024-07-15T04:09:48.943Z Compiling omicron-zone-package v0.11.0
26112024-07-15T04:09:49.054Z Compiling sha3 v0.10.8
26122024-07-15T04:09:49.079Z Compiling radix_trie v0.2.1
26132024-07-15T04:09:49.082Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142024-07-15T04:09:49.235Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26152024-07-15T04:09:49.459Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
26162024-07-15T04:09:49.802Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26172024-07-15T04:09:49.816Z Compiling ecdsa v0.16.9
26182024-07-15T04:09:49.903Z Compiling slog-envlogger v2.2.0
26192024-07-15T04:09:50.015Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26202024-07-15T04:09:50.094Z Compiling rand_core v0.5.1
26212024-07-15T04:09:50.434Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26222024-07-15T04:09:50.625Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26232024-07-15T04:09:50.685Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26242024-07-15T04:09:50.702Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26252024-07-15T04:09:51.204Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26262024-07-15T04:09:51.540Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26272024-07-15T04:09:51.866Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26282024-07-15T04:09:51.869Z Compiling mime_guess v2.0.4
26292024-07-15T04:09:52.309Z Compiling steno v0.4.1
26302024-07-15T04:09:52.832Z Compiling rustfmt-wrapper v0.2.1
26312024-07-15T04:09:53.479Z Compiling poly1305 v0.8.0
26322024-07-15T04:09:53.566Z Compiling tungstenite v0.20.1
26332024-07-15T04:09:53.688Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26342024-07-15T04:09:54.474Z Compiling primeorder v0.13.6
26352024-07-15T04:09:55.001Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26362024-07-15T04:09:55.284Z Compiling heck v0.3.3
26372024-07-15T04:09:55.452Z Compiling chacha20 v0.9.1
26382024-07-15T04:09:55.700Z Compiling secrecy v0.8.0
26392024-07-15T04:09:55.859Z Compiling thiserror-impl-no-std v2.0.2
26402024-07-15T04:09:55.897Z Compiling half v2.4.1
26412024-07-15T04:09:55.967Z Compiling ciborium-io v0.2.2
26422024-07-15T04:09:56.104Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26432024-07-15T04:09:56.233Z Compiling option-ext v0.2.0
26442024-07-15T04:09:56.374Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26452024-07-15T04:09:56.455Z Compiling ciborium-ll v0.2.2
26462024-07-15T04:09:56.684Z Compiling dirs-sys v0.4.1
26472024-07-15T04:09:56.886Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26482024-07-15T04:09:57.337Z Compiling zone_cfg_derive v0.1.2
26492024-07-15T04:09:57.539Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26502024-07-15T04:09:57.924Z Compiling tokio-tungstenite v0.20.1
26512024-07-15T04:09:58.488Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26522024-07-15T04:09:58.719Z Compiling parking_lot v0.11.2
26532024-07-15T04:09:58.872Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26542024-07-15T04:09:58.893Z Compiling rand_chacha v0.2.2
26552024-07-15T04:09:59.164Z Compiling trust-dns-client v0.22.0
26562024-07-15T04:09:59.229Z Compiling thiserror-no-std v2.0.2
26572024-07-15T04:09:59.973Z Compiling ed25519 v2.2.3
26582024-07-15T04:10:00.326Z Compiling polyval v0.6.2
26592024-07-15T04:10:00.495Z Compiling libsw v3.3.1
26602024-07-15T04:10:00.569Z Compiling toml v0.5.11
26612024-07-15T04:10:00.770Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26622024-07-15T04:10:00.823Z Compiling aes v0.8.4
26632024-07-15T04:10:00.970Z Compiling ctr v0.9.2
26642024-07-15T04:10:01.198Z Compiling blowfish v0.9.1
26652024-07-15T04:10:01.323Z Compiling pbkdf2 v0.12.2
26662024-07-15T04:10:01.505Z Compiling password-hash v0.4.2
26672024-07-15T04:10:01.641Z Compiling gethostname v0.4.3
26682024-07-15T04:10:01.950Z Compiling fxhash v0.2.1
26692024-07-15T04:10:02.163Z Compiling linear-map v1.2.0
26702024-07-15T04:10:02.453Z Compiling base64 v0.13.1
26712024-07-15T04:10:02.481Z Compiling owo-colors v4.0.0
26722024-07-15T04:10:02.532Z Compiling trust-dns-server v0.22.1
26732024-07-15T04:10:03.075Z Compiling ron v0.7.1
26742024-07-15T04:10:03.662Z Compiling sled v0.34.7
26752024-07-15T04:10:04.413Z Compiling pbkdf2 v0.11.0
26762024-07-15T04:10:04.796Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26772024-07-15T04:10:04.870Z Compiling bcrypt-pbkdf v0.10.0
26782024-07-15T04:10:05.517Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26792024-07-15T04:10:05.545Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26802024-07-15T04:10:08.780Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26812024-07-15T04:10:09.796Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26822024-07-15T04:10:09.887Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26832024-07-15T04:10:10.937Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26842024-07-15T04:10:13.152Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26852024-07-15T04:10:13.837Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26862024-07-15T04:10:13.939Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26872024-07-15T04:10:13.956Z Compiling ghash v0.5.1
26882024-07-15T04:10:14.149Z Compiling ed25519-dalek v2.1.1
26892024-07-15T04:10:14.620Z Compiling vsss-rs v3.3.4
26902024-07-15T04:10:14.701Z Compiling rand v0.7.3
26912024-07-15T04:10:15.392Z Compiling zone v0.1.8
26922024-07-15T04:10:16.365Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26932024-07-15T04:10:16.818Z Compiling dirs v5.0.1
26942024-07-15T04:10:17.024Z Compiling ciborium v0.2.2
26952024-07-15T04:10:17.381Z Compiling chacha20poly1305 v0.10.1
26962024-07-15T04:10:17.622Z Compiling p256 v0.13.2
26972024-07-15T04:10:18.258Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26982024-07-15T04:10:18.547Z Compiling p521 v0.13.3
26992024-07-15T04:10:18.550Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27002024-07-15T04:10:19.299Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
27012024-07-15T04:10:20.573Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27022024-07-15T04:10:20.685Z Compiling pem v3.0.4
27032024-07-15T04:10:20.856Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27042024-07-15T04:10:21.024Z Compiling headers-core v0.2.0
27052024-07-15T04:10:21.195Z Compiling cbc v0.1.2
27062024-07-15T04:10:21.249Z Compiling kstat-rs v0.2.4
27072024-07-15T04:10:21.431Z Compiling portpicker v0.1.1
27082024-07-15T04:10:21.529Z Compiling nanorand v0.7.0
27092024-07-15T04:10:21.759Z Compiling russh-cryptovec v0.7.2
27102024-07-15T04:10:21.929Z Compiling http-range v0.1.5
27112024-07-15T04:10:22.090Z Compiling md5 v0.7.0
27122024-07-15T04:10:22.141Z Compiling glob v0.3.1
27132024-07-15T04:10:22.310Z Compiling hyper-staticfile v0.9.5
27142024-07-15T04:10:22.627Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27152024-07-15T04:10:23.043Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27162024-07-15T04:10:23.134Z Compiling russh-keys v0.43.0
27172024-07-15T04:10:23.292Z Compiling flume v0.11.0
27182024-07-15T04:10:23.520Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192024-07-15T04:10:23.538Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27202024-07-15T04:10:24.076Z Compiling headers v0.3.9
27212024-07-15T04:10:24.766Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27222024-07-15T04:10:26.131Z Compiling rcgen v0.12.1
27232024-07-15T04:10:26.727Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27242024-07-15T04:10:27.044Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27252024-07-15T04:10:29.433Z Compiling aes-gcm v0.10.3
27262024-07-15T04:10:29.734Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27272024-07-15T04:10:29.739Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27282024-07-15T04:10:30.561Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27292024-07-15T04:10:31.688Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27302024-07-15T04:10:33.217Z Compiling atomicwrites v0.4.3
27312024-07-15T04:10:33.461Z Compiling subprocess v0.2.9
27322024-07-15T04:10:33.615Z Compiling display-error-chain v0.2.0
27332024-07-15T04:10:33.807Z Compiling dhcproto-macros v0.1.0
27342024-07-15T04:10:34.741Z Compiling hex-literal v0.4.1
27352024-07-15T04:10:34.829Z Compiling dhcproto v0.11.0
27362024-07-15T04:10:34.899Z Compiling russh v0.43.0
27372024-07-15T04:10:35.658Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27382024-07-15T04:10:37.949Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27392024-07-15T04:10:38.466Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27402024-07-15T04:10:38.535Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27412024-07-15T04:10:39.001Z Compiling internet-checksum v0.2.1
27422024-07-15T04:10:46.559Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27432024-07-15T04:10:47.983Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27442024-07-15T04:11:10.117Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27452024-07-15T04:11:54.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 51s
27462024-07-15T04:11:54.716Z
27472024-07-15T04:11:54.719Zreal 3:51.291304164
27482024-07-15T04:11:54.719Zuser 20:08.000941980
27492024-07-15T04:11:54.719Zsys 4:20.990308078
27502024-07-15T04:11:54.719Ztrap 0.578048704
27512024-07-15T04:11:54.719Ztflt 0.568449528
27522024-07-15T04:11:54.719Zdflt 2.437052656
27532024-07-15T04:11:54.719Zkflt 0.000075446
27542024-07-15T04:11:54.720Zlock 42:53.467680459
27552024-07-15T04:11:54.720Zslp 57:04.315259924
27562024-07-15T04:11:54.720Zlat 1:02.803071426
27572024-07-15T04:11:54.720Zstop 2:27.308588252
27582024-07-15T04:11:54.720Z+ mkdir tests
27592024-07-15T04:11:54.723Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27602024-07-15T04:11:54.723Z+ xargs -I '{}' -t cp '{}' tests/
27612024-07-15T04:11:55.912Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-89ec7dcaacef72ba tests/
27622024-07-15T04:11:55.938Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-09a166b52e3fcbc4 tests/
27632024-07-15T04:11:55.964Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-87f5600dfb44fdfd tests/
27642024-07-15T04:11:55.988Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40882dbb54661b03 tests/
27652024-07-15T04:11:56.345Z+ files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
27662024-07-15T04:11:56.347Z+ ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-87f5600dfb44fdfd tests/commtest-09a166b52e3fcbc4 tests/dhcp_server-89ec7dcaacef72ba tests/end_to_end_tests-40882dbb54661b03 out/clickhouse.tar.gz out/clickhouse_keeper.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
27672024-07-15T04:13:01.169ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27682024-07-15T04:13:01.169Za out/target/test 1K
27692024-07-15T04:13:01.169Za out/npuzone/npuzone 23144K
27702024-07-15T04:13:01.169Za package-manifest.toml 29K
27712024-07-15T04:13:01.169Za smf/sled-agent/non-gimlet/config.toml 4K
27722024-07-15T04:13:01.169Za target/release/omicron-package 32509K
27732024-07-15T04:13:01.169Za target/release/xtask 18147K
27742024-07-15T04:13:01.169Za target/debug/bootstrap 359315K
27752024-07-15T04:13:01.169Za tests/bootstrap-87f5600dfb44fdfd 23983K
27762024-07-15T04:13:01.169Za tests/commtest-09a166b52e3fcbc4 23984K
27772024-07-15T04:13:01.169Za tests/dhcp_server-89ec7dcaacef72ba 23983K
27782024-07-15T04:13:01.169Za tests/end_to_end_tests-40882dbb54661b03 370112K
27792024-07-15T04:13:01.169Za out/clickhouse.tar.gz 223111K
27802024-07-15T04:13:01.170Za out/clickhouse_keeper.tar.gz 223085K
27812024-07-15T04:13:01.170Za out/cockroachdb.tar.gz 131952K
27822024-07-15T04:13:01.170Za out/crucible-dtrace.tar 85K
27832024-07-15T04:13:01.170Za out/crucible-pantry-zone.tar.gz 27045K
27842024-07-15T04:13:01.170Za out/crucible-zone.tar.gz 37415K
27852024-07-15T04:13:01.170Za out/external-dns.tar.gz 25179K
27862024-07-15T04:13:01.170Za out/internal-dns.tar.gz 25179K
27872024-07-15T04:13:01.170Za out/mg-ddm-gz.tar 60617K
27882024-07-15T04:13:01.170Za out/nexus.tar.gz 85094K
27892024-07-15T04:13:01.170Za out/ntp.tar.gz 8924K
27902024-07-15T04:13:01.170Za out/omicron-gateway-softnpu.tar.gz 13820K
27912024-07-15T04:13:01.170Za out/omicron-sled-agent.tar 94577K
27922024-07-15T04:13:01.170Za out/overlay.tar.gz 3K
27932024-07-15T04:13:01.170Za out/oximeter.tar.gz 42130K
27942024-07-15T04:13:01.170Za out/oxlog.tar 2955K
27952024-07-15T04:13:01.170Za out/probe.tar.gz 2764K
27962024-07-15T04:13:01.170Za out/propolis-server.tar.gz 64642K
27972024-07-15T04:13:01.170Za out/pumpkind-gz.tar 26665K
27982024-07-15T04:13:01.170Za out/switch-softnpu.tar.gz 198564K
27992024-07-15T04:13:01.173Z
28002024-07-15T04:13:01.173Zreal 1:04.811587056
28012024-07-15T04:13:01.173Zuser 1:01.995010455
28022024-07-15T04:13:01.173Zsys 3.891948453
28032024-07-15T04:13:01.173Ztrap 0.014591063
28042024-07-15T04:13:01.173Ztflt 0.000000000
28052024-07-15T04:13:01.173Zdflt 0.000000000
28062024-07-15T04:13:01.173Zkflt 0.000000000
28072024-07-15T04:13:01.173Zlock 0.000000000
28082024-07-15T04:13:01.173Zslp 1:01.874695977
28092024-07-15T04:13:01.173Zlat 1.841020986
28102024-07-15T04:13:01.173Zstop 0.000519938
28112024-07-15T04:13:01.176Zprocess exited: duration 1765370 ms, exit code 0
 
28122024-07-15T04:13:01.189Zfound 1 output files
28132024-07-15T04:13:01.190Zuploading: /work/package.tar.gz (1407669748 bytes)
28142024-07-15T04:13:29.665Zuploaded: /work/package.tar.gz