01J2W1QWQPJAW0BQBSZRHMGJXQ: 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: 01J2W1RG3A4G2FECGW861J35AQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-15T20:37:27.662Zjob assigned to worker 01J2W1RKFD3CCFXV4ST63RTVT2 (queued for 1 m 10 s)
 
22024-07-15T20:37:34.832Zstarting task 0: "setup"
32024-07-15T20:37:34.885Z++ uname -s
42024-07-15T20:37:34.888Z+ kern=SunOS
52024-07-15T20:37:34.888Z+ case "$kern" in
62024-07-15T20:37:34.888Z+ groupadd -g 12345 build
72024-07-15T20:37:34.891Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-15T20:37:36.898Z+ zfs create -o mountpoint=/work rpool/work
92024-07-15T20:37:37.016Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-15T20:37:37.022Z+ home_fs=zfs
112024-07-15T20:37:37.022Z+ [[ zfs == autofs ]]
122024-07-15T20:37:37.022Z+ mkdir -p /home/build
132024-07-15T20:37:37.026Z+ chown build:build /home/build /work
142024-07-15T20:37:39.021Z+ chmod 0700 /home/build /work
152024-07-15T20:37:39.025Zprocess exited: duration 4191 ms, exit code 0
 
162024-07-15T20:37:39.031Zstarting task 1: "rust-toolchain"
172024-07-15T20:37:39.038Z+ printf ' * toolchain channel = "%s"
182024-07-15T20:37:39.038Z * toolchain channel = "1.78.0"
192024-07-15T20:37:39.038Z' 1.78.0
202024-07-15T20:37:39.038Z+ printf ' * toolchain profile = "%s"
212024-07-15T20:37:39.038Z' default
222024-07-15T20:37:39.038Z * toolchain profile = "default"
232024-07-15T20:37:39.041Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-15T20:37:39.041Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-15T20:37:39.142Zinfo: downloading installer
262024-07-15T20:37:40.654Zinfo: profile set to 'default'
272024-07-15T20:37:40.655Zinfo: default host triple is x86_64-unknown-illumos
282024-07-15T20:37:40.655Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-15T20:37:40.798Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-15T20:37:40.798Zinfo: downloading component 'cargo'
312024-07-15T20:37:41.618Zinfo: downloading component 'clippy'
322024-07-15T20:37:41.891Zinfo: downloading component 'rust-docs'
332024-07-15T20:37:42.961Zinfo: downloading component 'rust-std'
342024-07-15T20:37:44.677Zinfo: downloading component 'rustc'
352024-07-15T20:37:49.043Zinfo: downloading component 'rustfmt'
362024-07-15T20:37:49.279Zinfo: installing component 'cargo'
372024-07-15T20:37:50.095Zinfo: installing component 'clippy'
382024-07-15T20:37:50.444Zinfo: installing component 'rust-docs'
392024-07-15T20:37:51.943Zinfo: installing component 'rust-std'
402024-07-15T20:37:53.656Zinfo: installing component 'rustc'
412024-07-15T20:37:57.826Zinfo: installing component 'rustfmt'
422024-07-15T20:37:58.167Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-15T20:37:58.167Z
442024-07-15T20:37:58.438Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-15T20:37:58.438Z
462024-07-15T20:37:58.438Z
472024-07-15T20:37:58.438ZRust is installed now. Great!
482024-07-15T20:37:58.438Z
492024-07-15T20:37:58.438ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-15T20:37:58.438Zenvironment variable. This has not been done automatically.
512024-07-15T20:37:58.438Z
522024-07-15T20:37:58.438ZTo configure your current shell, you need to source
532024-07-15T20:37:58.438Zthe corresponding env file under $HOME/.cargo.
542024-07-15T20:37:58.438Z
552024-07-15T20:37:58.438ZThis is usually done by running one of the following (note the leading DOT):
562024-07-15T20:37:58.438Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-15T20:37:58.438Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-15T20:37:58.582Z+ rustc --version
592024-07-15T20:37:58.645Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-15T20:37:58.649Zprocess exited: duration 19611 ms, exit code 0
 
612024-07-15T20:37:58.656Zstarting task 2: "authentication"
622024-07-15T20:37:58.677Zprocess exited: duration 20 ms, exit code 0
 
632024-07-15T20:37:58.684Zstarting task 3: "clone repository"
642024-07-15T20:37:58.687Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-15T20:37:58.690Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-15T20:37:59.281ZCloning into '/work/oxidecomputer/omicron'...
672024-07-15T20:38:07.146Z+ cd /work/oxidecomputer/omicron
682024-07-15T20:38:07.146Z+ git fetch origin 426daf1b48fe24839fc4311ccd81bd792f7f2e82
692024-07-15T20:38:07.484ZFrom https://github.com/oxidecomputer/omicron
702024-07-15T20:38:07.484Z * branch 426daf1b48fe24839fc4311ccd81bd792f7f2e82 -> FETCH_HEAD
712024-07-15T20:38:07.494Z+ [[ -n physical_disks_ensure_lets_go ]]
722024-07-15T20:38:07.497Z++ git branch --show-current
732024-07-15T20:38:07.497Z+ current=main
742024-07-15T20:38:07.497Z+ [[ main != physical_disks_ensure_lets_go ]]
752024-07-15T20:38:07.497Z+ git branch -f physical_disks_ensure_lets_go 426daf1b48fe24839fc4311ccd81bd792f7f2e82
762024-07-15T20:38:07.500Z+ git checkout -f physical_disks_ensure_lets_go
772024-07-15T20:38:07.633ZSwitched to branch 'physical_disks_ensure_lets_go'
782024-07-15T20:38:07.637Z+ git reset --hard 426daf1b48fe24839fc4311ccd81bd792f7f2e82
792024-07-15T20:38:07.650ZHEAD is now at 426daf1b4 Merge branch 'stop-self-managing-disks' into physical_disks_ensure_lets_go
802024-07-15T20:38:07.655Zprocess exited: duration 8965 ms, exit code 0
 
812024-07-15T20:38:07.665Zstarting task 4: "build"
822024-07-15T20:38:07.678Z+ cargo --version
832024-07-15T20:38:07.717Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-15T20:38:07.720Z+ rustc --version
852024-07-15T20:38:07.778Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-15T20:38:07.788Z+ WORK=/work
872024-07-15T20:38:07.788Z+ pfexec mkdir -p /work
882024-07-15T20:38:07.788Z+ pfexec chown build /work
892024-07-15T20:38:07.788Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-07-15T20:38:24.566Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-07-15T20:38:26.541Z Startup: Caching catalogs ... Done
922024-07-15T20:38:29.380ZPlanning: Solver setup ... Done (2.310s)
932024-07-15T20:38:29.430ZPlanning: Running solver ... Done (0.049s)
942024-07-15T20:38:29.472ZPlanning: Finding local manifests ... Done (0.003s)
952024-07-15T20:38:29.503ZPlanning: Fetching manifests: 0/4 0% complete
962024-07-15T20:38:29.761ZPlanning: Fetching manifests: 4/4 100% complete
972024-07-15T20:38:29.808ZPlanning: Package planning ... Done (0.047s)
982024-07-15T20:38:29.859ZPlanning: Merging actions ... Done (0.050s)
992024-07-15T20:38:30.665ZPlanning: Checking for conflicting actions ... Done (0.773s)
1002024-07-15T20:38:30.712ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-07-15T20:38:34.360ZPlanning: Evaluating mediators ... Done (3.715s)
1022024-07-15T20:38:34.369ZPlanning: Planning completed in 7.76 seconds
1032024-07-15T20:38:34.661Z Packages to install: 4
1042024-07-15T20:38:34.661Z Mediators to change: 2
1052024-07-15T20:38:34.661Z Services to change: 1
1062024-07-15T20:38:34.664Z Estimated space available: 155.77 GB
1072024-07-15T20:38:34.664ZEstimated space to be consumed: 1.46 GB
1082024-07-15T20:38:34.664Z Create boot environment: No
1092024-07-15T20:38:34.664ZCreate backup boot environment: No
1102024-07-15T20:38:34.664Z Rebuild boot archive: No
1112024-07-15T20:38:34.664Z
1122024-07-15T20:38:34.664ZChanged mediators:
1132024-07-15T20:38:34.664Z mediator clang:
1142024-07-15T20:38:34.664Z version: None -> 15 (system default)
1152024-07-15T20:38:34.664Z
1162024-07-15T20:38:34.664Z mediator llvm:
1172024-07-15T20:38:34.664Z version: 14 (system default) -> 15 (system default)
1182024-07-15T20:38:34.664Z
1192024-07-15T20:38:34.664ZChanged packages:
1202024-07-15T20:38:34.664Zhelios-dev
1212024-07-15T20:38:34.664Z developer/build-essential
1222024-07-15T20:38:34.664Z None -> 11-2.0
1232024-07-15T20:38:34.664Z library/libxmlsec1
1242024-07-15T20:38:34.664Z None -> 1.2.35-2.0
1252024-07-15T20:38:34.664Z ooce/developer/clang-15
1262024-07-15T20:38:34.664Z None -> 15.0.7-2.0
1272024-07-15T20:38:34.664Z ooce/developer/llvm-15
1282024-07-15T20:38:34.665Z None -> 15.0.7-2.0
1292024-07-15T20:38:34.665Z
1302024-07-15T20:38:34.665ZServices:
1312024-07-15T20:38:34.665Z restart_fmri:
1322024-07-15T20:38:34.665Z svc:/system/update-man-index:default
1332024-07-15T20:38:34.790Z
1342024-07-15T20:38:34.790ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-07-15T20:38:39.865ZDownload: 715/3290 items 18.2/212.6MB 8% complete (3.9M/s)
1362024-07-15T20:38:44.810ZDownload: 1103/3290 items 19.8/212.6MB 9% complete (2.1M/s)
1372024-07-15T20:38:50.425ZDownload: 1194/3290 items 83.5/212.6MB 39% complete (8.2M/s)
1382024-07-15T20:38:55.427ZDownload: 2226/3290 items 119.2/212.6MB 56% complete (8.3M/s)
1392024-07-15T20:38:59.658ZDownload: Completed 212.60 MB in 24.85 seconds (8.6M/s)
1402024-07-15T20:39:00.145Z Actions: 1/3689 actions (Installing new actions)
1412024-07-15T20:39:05.163Z Actions: 3627/3689 actions (Installing new actions)
1422024-07-15T20:39:05.207Z Actions: Completed 3689 actions in 5.06 seconds.
1432024-07-15T20:39:05.440Z Done (0.227s)
1442024-07-15T20:39:05.440Z Done (0.000s)
1452024-07-15T20:39:05.770Z Done (0.330s)
1462024-07-15T20:39:10.783Z Done (4.857s)
1472024-07-15T20:39:10.971Z Done (0.125s)
1482024-07-15T20:39:10.971Z Done (0.000s)
1492024-07-15T20:39:11.132Z Done (0.000s)
1502024-07-15T20:39:11.678ZPlanning: Evaluating mediator changes ... Done
1512024-07-15T20:39:11.834ZPlanning: Checking for conflicting actions ... Done
1522024-07-15T20:39:11.837ZPlanning: Consolidating action changes ... Done
1532024-07-15T20:39:12.093ZPlanning: Evaluating mediators ... Done
1542024-07-15T20:39:12.106ZPlanning: Planning completed in 0.42 seconds
1552024-07-15T20:39:12.126Z Mediators to change: 2
1562024-07-15T20:39:12.126Z Create boot environment: No
1572024-07-15T20:39:12.126ZCreate backup boot environment: No
1582024-07-15T20:39:12.190Z Done
1592024-07-15T20:39:12.190Z Done
1602024-07-15T20:39:12.393Z Done
1612024-07-15T20:39:15.810Z Done
1622024-07-15T20:39:15.887Z Done
1632024-07-15T20:39:15.887Z Done
1642024-07-15T20:39:16.002Z Done
1652024-07-15T20:39:16.592ZPlanning: Evaluating mediator changes ... Done
1662024-07-15T20:39:16.596ZPlanning: Merging actions ... Done
1672024-07-15T20:39:16.777ZPlanning: Checking for conflicting actions ... Done
1682024-07-15T20:39:16.780ZPlanning: Consolidating action changes ... Done
1692024-07-15T20:39:17.037ZPlanning: Evaluating mediators ... Done
1702024-07-15T20:39:17.089ZPlanning: Planning completed in 0.73 seconds
1712024-07-15T20:39:17.123Z Packages to change: 1
1722024-07-15T20:39:17.123Z Mediators to change: 1
1732024-07-15T20:39:17.123Z Services to change: 1
1742024-07-15T20:39:17.127Z Create boot environment: No
1752024-07-15T20:39:17.127ZCreate backup boot environment: Yes
1762024-07-15T20:39:17.971Z Actions: 1/6 actions (Updating modified actions)
1772024-07-15T20:39:18.017Z Actions: Completed 6 actions in 0.05 seconds.
1782024-07-15T20:39:18.017Z Done
1792024-07-15T20:39:18.017Z Done
1802024-07-15T20:39:18.085Z Done
1812024-07-15T20:39:21.483Z Done
1822024-07-15T20:39:21.563Z Done
1832024-07-15T20:39:21.566Z Done
1842024-07-15T20:39:21.688Z Done
1852024-07-15T20:39:22.114ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1862024-07-15T20:39:22.114Zclang system 15 system
1872024-07-15T20:39:22.114Zcsh system system illumos
1882024-07-15T20:39:22.114Zctags system system illumos
1892024-07-15T20:39:22.114Zgcc vendor 12 vendor
1902024-07-15T20:39:22.114Zgcc system 10 system
1912024-07-15T20:39:22.114Zgcc system 7 system
1922024-07-15T20:39:22.115Zgo system 1.20 system
1932024-07-15T20:39:22.115Zgo system 1.19 system
1942024-07-15T20:39:22.115Zllvm system 15 system
1952024-07-15T20:39:22.115Zllvm system 14 system
1962024-07-15T20:39:22.115Zmariadb system 10.6 system
1972024-07-15T20:39:22.115Zmta vendor vendor dma
1982024-07-15T20:39:22.115Zopenjdk system 17 system
1992024-07-15T20:39:22.115Zopenjdk system 11 system
2002024-07-15T20:39:22.115Zopenjdk system 1.8 system
2012024-07-15T20:39:22.115Zopenssl vendor 3 vendor
2022024-07-15T20:39:22.115Zperl system 5.36 system
2032024-07-15T20:39:22.115Zpostgresql system 15 system
2042024-07-15T20:39:22.115Zpostgresql system 13 system
2052024-07-15T20:39:22.115Zpython vendor 3 vendor
2062024-07-15T20:39:22.115Zpython system 2 system
2072024-07-15T20:39:22.115Zpython3 system 3.11 system
2082024-07-15T20:39:22.115Zruby system 3.0 system
2092024-07-15T20:39:22.115Zwords vendor vendor american-english
2102024-07-15T20:39:22.115Zwords system system australian-english
2112024-07-15T20:39:22.115Zwords system system british-english
2122024-07-15T20:39:22.115Zwords system system canadian-english
2132024-07-15T20:39:22.115Zwords system system french
2142024-07-15T20:39:22.115Zwords system system italian
2152024-07-15T20:39:22.115Zwords system system ngerman
2162024-07-15T20:39:22.115Zwords system system ogerman
2172024-07-15T20:39:22.115Zwords system system spanish
2182024-07-15T20:39:22.438ZPUBLISHER TYPE STATUS P LOCATION
2192024-07-15T20:39:22.438Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2202024-07-15T20:39:23.967ZFMRI IFO
2212024-07-15T20:39:23.967Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2222024-07-15T20:39:23.967Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2232024-07-15T20:39:23.967Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2242024-07-15T20:39:23.967Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2252024-07-15T20:39:23.967Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2262024-07-15T20:39:23.967Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2272024-07-15T20:39:23.967Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2282024-07-15T20:39:23.967Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2292024-07-15T20:39:23.967Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2302024-07-15T20:39:23.967Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2312024-07-15T20:39:23.967Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2322024-07-15T20:39:23.967Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2332024-07-15T20:39:24.464Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2342024-07-15T20:39:24.755Z Updating git repository `https://github.com/oxidecomputer/zone`
2352024-07-15T20:39:25.008Z Updating crates.io index
2362024-07-15T20:39:25.066Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2372024-07-15T20:39:25.865Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382024-07-15T20:39:26.656Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2392024-07-15T20:39:26.921Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2402024-07-15T20:39:29.129Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412024-07-15T20:39:29.611Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422024-07-15T20:39:29.854Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432024-07-15T20:39:30.887Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442024-07-15T20:39:32.953Z Updating git repository `https://github.com/oxidecomputer/opte`
2452024-07-15T20:39:33.976Z Updating git repository `https://github.com/oxidecomputer/falcon`
2462024-07-15T20:39:34.685Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472024-07-15T20:39:35.389Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2482024-07-15T20:39:35.652Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2492024-07-15T20:39:35.963Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2502024-07-15T20:39:36.209Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2512024-07-15T20:39:36.480Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522024-07-15T20:39:36.789Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532024-07-15T20:39:37.065Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542024-07-15T20:39:37.280Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552024-07-15T20:39:37.580Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562024-07-15T20:39:37.884Z Updating git repository `https://github.com/oxidecomputer/ispf`
2572024-07-15T20:39:38.335Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2582024-07-15T20:39:38.602Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592024-07-15T20:39:39.258Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2602024-07-15T20:39:39.525Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2612024-07-15T20:39:39.825Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2622024-07-15T20:39:40.132Z Updating git repository `https://github.com/oxidecomputer/typify`
2632024-07-15T20:39:42.363Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2642024-07-15T20:39:42.731Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2652024-07-15T20:39:43.030Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2662024-07-15T20:39:43.475Z Updating git repository `https://github.com/oxidecomputer/rfb`
2672024-07-15T20:39:44.552Z Downloading crates ...
2682024-07-15T20:39:44.620Z Downloaded equivalent v1.0.1
2692024-07-15T20:39:44.623Z Downloaded anstyle v1.0.7
2702024-07-15T20:39:44.625Z Downloaded autocfg v1.3.0
2712024-07-15T20:39:44.625Z Downloaded anstyle-query v1.0.3
2722024-07-15T20:39:44.628Z Downloaded adler v1.0.2
2732024-07-15T20:39:44.631Z Downloaded dtrace-parser v0.2.0
2742024-07-15T20:39:44.636Z Downloaded foreign-types v0.3.2
2752024-07-15T20:39:44.638Z Downloaded num-conv v0.1.0
2762024-07-15T20:39:44.641Z Downloaded is-terminal v0.4.12
2772024-07-15T20:39:44.644Z Downloaded plain v0.2.3
2782024-07-15T20:39:44.646Z Downloaded num_threads v0.1.7
2792024-07-15T20:39:44.652Z Downloaded pin-utils v0.1.0
2802024-07-15T20:39:44.652Z Downloaded pin-project-lite v0.2.14
2812024-07-15T20:39:44.656Z Downloaded rustversion v1.0.17
2822024-07-15T20:39:44.656Z Downloaded pretty-hex v0.4.1
2832024-07-15T20:39:44.659Z Downloaded proc-macro-error-attr v1.0.4
2842024-07-15T20:39:44.661Z Downloaded scroll_derive v0.12.0
2852024-07-15T20:39:44.661Z Downloaded cpufeatures v0.2.12
2862024-07-15T20:39:44.664Z Downloaded pkg-config v0.3.30
2872024-07-15T20:39:44.664Z Downloaded tinyvec_macros v0.1.1
2882024-07-15T20:39:44.664Z Downloaded openssl-macros v0.1.1
2892024-07-15T20:39:44.666Z Downloaded want v0.3.1
2902024-07-15T20:39:44.669Z Downloaded percent-encoding v2.3.1
2912024-07-15T20:39:44.669Z Downloaded bytecount v0.6.8
2922024-07-15T20:39:44.672Z Downloaded is_terminal_polyfill v1.70.0
2932024-07-15T20:39:44.672Z Downloaded tower-service v0.3.2
2942024-07-15T20:39:44.675Z Downloaded usdt-macro v0.5.0
2952024-07-15T20:39:44.678Z Downloaded dirs-sys-next v0.1.2
2962024-07-15T20:39:44.678Z Downloaded usdt-attr-macro v0.5.0
2972024-07-15T20:39:44.680Z Downloaded crypto-common v0.1.6
2982024-07-15T20:39:44.680Z Downloaded httpdate v1.0.3
2992024-07-15T20:39:44.681Z Downloaded heck v0.5.0
3002024-07-15T20:39:44.684Z Downloaded anstyle-parse v0.2.4
3012024-07-15T20:39:44.684Z Downloaded cargo-platform v0.1.8
3022024-07-15T20:39:44.687Z Downloaded itoa v1.0.11
3032024-07-15T20:39:44.687Z Downloaded futures-executor v0.3.30
3042024-07-15T20:39:44.690Z Downloaded errno v0.3.9
3052024-07-15T20:39:44.690Z Downloaded macaddr v1.0.1
3062024-07-15T20:39:44.693Z Downloaded futures-task v0.3.30
3072024-07-15T20:39:44.693Z Downloaded form_urlencoded v1.2.1
3082024-07-15T20:39:44.696Z Downloaded futures-macro v0.3.30
3092024-07-15T20:39:44.696Z Downloaded try-lock v0.2.5
3102024-07-15T20:39:44.696Z Downloaded time-core v0.1.2
3112024-07-15T20:39:44.698Z Downloaded take_mut v0.2.2
3122024-07-15T20:39:44.698Z Downloaded swrite v0.1.0
3132024-07-15T20:39:44.698Z Downloaded mime v0.3.17
3142024-07-15T20:39:44.701Z Downloaded match_cfg v0.1.0
3152024-07-15T20:39:44.701Z Downloaded strum v0.26.2
3162024-07-15T20:39:44.704Z Downloaded sync_wrapper v0.1.2
3172024-07-15T20:39:44.706Z Downloaded slog-json v2.6.1
3182024-07-15T20:39:44.706Z Downloaded openssl-probe v0.1.5
3192024-07-15T20:39:44.709Z Downloaded foreign-types-shared v0.1.1
3202024-07-15T20:39:44.709Z Downloaded http-body v0.4.6
3212024-07-15T20:39:44.711Z Downloaded scopeguard v1.2.0
3222024-07-15T20:39:44.711Z Downloaded xattr v1.3.1
3232024-07-15T20:39:44.715Z Downloaded strsim v0.11.1
3242024-07-15T20:39:44.715Z Downloaded slab v0.4.9
3252024-07-15T20:39:44.718Z Downloaded toml_datetime v0.6.6
3262024-07-15T20:39:44.718Z Downloaded version_check v0.9.4
3272024-07-15T20:39:44.718Z Downloaded utf8parse v0.2.1
3282024-07-15T20:39:44.718Z Downloaded terminal_size v0.3.0
3292024-07-15T20:39:44.721Z Downloaded dirs-next v2.0.0
3302024-07-15T20:39:44.721Z Downloaded thread-id v4.2.1
3312024-07-15T20:39:44.721Z Downloaded block-buffer v0.10.4
3322024-07-15T20:39:44.723Z Downloaded tabled_derive v0.7.0
3332024-07-15T20:39:44.723Z Downloaded byteorder v1.5.0
3342024-07-15T20:39:44.726Z Downloaded colorchoice v1.0.1
3352024-07-15T20:39:44.726Z Downloaded deranged v0.3.11
3362024-07-15T20:39:44.728Z Downloaded cfg-if v1.0.0
3372024-07-15T20:39:44.728Z Downloaded dof v0.3.0
3382024-07-15T20:39:44.728Z Downloaded clap_lex v0.7.0
3392024-07-15T20:39:44.731Z Downloaded thiserror-impl v1.0.60
3402024-07-15T20:39:44.731Z Downloaded serde_spanned v0.6.6
3412024-07-15T20:39:44.733Z Downloaded rustls-pemfile v1.0.4
3422024-07-15T20:39:44.734Z Downloaded cargo_toml v0.20.3
3432024-07-15T20:39:44.736Z Downloaded futures-io v0.3.30
3442024-07-15T20:39:44.736Z Downloaded signal-hook-registry v1.4.2
3452024-07-15T20:39:44.739Z Downloaded serde_tokenstream v0.2.1
3462024-07-15T20:39:44.741Z Downloaded clap_derive v4.5.8
3472024-07-15T20:39:44.741Z Downloaded smallvec v1.13.2
3482024-07-15T20:39:44.744Z Downloaded slog-bunyan v2.5.0
3492024-07-15T20:39:44.745Z Downloaded generic-array v0.14.7
3502024-07-15T20:39:44.747Z Downloaded futures-channel v0.3.30
3512024-07-15T20:39:44.747Z Downloaded serde_urlencoded v0.7.1
3522024-07-15T20:39:44.750Z Downloaded num_cpus v1.16.0
3532024-07-15T20:39:44.752Z Downloaded thread_local v1.1.8
3542024-07-15T20:39:44.752Z Downloaded hostname v0.3.1
3552024-07-15T20:39:44.755Z Downloaded powerfmt v0.2.0
3562024-07-15T20:39:44.755Z Downloaded slog-async v2.8.0
3572024-07-15T20:39:44.758Z Downloaded bitflags v2.5.0
3582024-07-15T20:39:44.760Z Downloaded lock_api v0.4.12
3592024-07-15T20:39:44.760Z Downloaded thiserror v1.0.60
3602024-07-15T20:39:44.764Z Downloaded memmap v0.7.0
3612024-07-15T20:39:44.766Z Downloaded pest_generator v2.7.10
3622024-07-15T20:39:44.766Z Downloaded bytes v1.6.0
3632024-07-15T20:39:44.770Z Downloaded sha2 v0.10.8
3642024-07-15T20:39:44.772Z Downloaded heck v0.4.1
3652024-07-15T20:39:44.774Z Downloaded strum_macros v0.26.4
3662024-07-15T20:39:44.777Z Downloaded zerocopy-derive v0.7.34
3672024-07-15T20:39:44.780Z Downloaded tokio-macros v2.3.0
3682024-07-15T20:39:44.780Z Downloaded time-macros v0.2.18
3692024-07-15T20:39:44.782Z Downloaded pest_derive v2.7.10
3702024-07-15T20:39:44.785Z Downloaded ipnet v2.9.0
3712024-07-15T20:39:44.785Z Downloaded quote v1.0.36
3722024-07-15T20:39:44.788Z Downloaded scroll v0.12.0
3732024-07-15T20:39:44.798Z Downloaded semver v1.0.23
3742024-07-15T20:39:44.798Z Downloaded proc-macro-error v1.0.4
3752024-07-15T20:39:44.798Z Downloaded crc32fast v1.4.0
3762024-07-15T20:39:44.798Z Downloaded usdt-impl v0.5.0
3772024-07-15T20:39:44.798Z Downloaded once_cell v1.19.0
3782024-07-15T20:39:44.802Z Downloaded native-tls v0.2.11
3792024-07-15T20:39:44.802Z Downloaded httparse v1.8.0
3802024-07-15T20:39:44.802Z Downloaded tokio-native-tls v0.3.1
3812024-07-15T20:39:44.805Z Downloaded term v0.7.0
3822024-07-15T20:39:44.807Z Downloaded parking_lot_core v0.9.10
3832024-07-15T20:39:44.810Z Downloaded pest_meta v2.7.10
3842024-07-15T20:39:44.810Z Downloaded crossbeam-utils v0.8.19
3852024-07-15T20:39:44.812Z Downloaded fnv v1.0.7
3862024-07-15T20:39:44.812Z Downloaded tar v0.4.41
3872024-07-15T20:39:44.816Z Downloaded log v0.4.21
3882024-07-15T20:39:44.818Z Downloaded futures v0.3.30
3892024-07-15T20:39:44.821Z Downloaded typenum v1.17.0
3902024-07-15T20:39:44.824Z Downloaded usdt v0.5.0
3912024-07-15T20:39:44.826Z Downloaded anyhow v1.0.86
3922024-07-15T20:39:44.829Z Downloaded slog-term v2.9.1
3932024-07-15T20:39:44.831Z Downloaded socket2 v0.5.7
3942024-07-15T20:39:44.831Z Downloaded toml v0.8.14
3952024-07-15T20:39:44.834Z Downloaded ucd-trie v0.1.6
3962024-07-15T20:39:44.838Z Downloaded parking_lot v0.12.2
3972024-07-15T20:39:44.841Z Downloaded unicode-ident v1.0.12
3982024-07-15T20:39:44.841Z Downloaded openssl-sys v0.9.102
3992024-07-15T20:39:44.844Z Downloaded cc v1.0.97
4002024-07-15T20:39:44.847Z Downloaded miniz_oxide v0.7.2
4012024-07-15T20:39:44.850Z Downloaded unicode-bidi v0.3.15
4022024-07-15T20:39:44.852Z Downloaded indexmap v2.2.6
4032024-07-15T20:39:44.855Z Downloaded slog v2.7.0
4042024-07-15T20:39:44.858Z Downloaded ryu v1.0.18
4052024-07-15T20:39:44.861Z Downloaded base64 v0.21.7
4062024-07-15T20:39:44.865Z Downloaded clap v4.5.9
4072024-07-15T20:39:44.872Z Downloaded crossbeam-channel v0.5.12
4082024-07-15T20:39:44.875Z Downloaded url v2.5.0
4092024-07-15T20:39:44.878Z Downloaded tracing-core v0.1.32
4102024-07-15T20:39:44.881Z Downloaded proc-macro2 v1.0.86
4112024-07-15T20:39:44.884Z Downloaded mio v0.8.11
4122024-07-15T20:39:44.888Z Downloaded memchr v2.7.2
4132024-07-15T20:39:44.893Z Downloaded http v0.2.12
4142024-07-15T20:39:44.897Z Downloaded serde v1.0.204
4152024-07-15T20:39:44.901Z Downloaded flate2 v1.0.30
4162024-07-15T20:39:44.904Z Downloaded tracing v0.1.40
4172024-07-15T20:39:44.908Z Downloaded pest v2.7.10
4182024-07-15T20:39:44.912Z Downloaded tinyvec v1.6.0
4192024-07-15T20:39:44.915Z Downloaded hashbrown v0.14.5
4202024-07-15T20:39:44.920Z Downloaded unicode-normalization v0.1.23
4212024-07-15T20:39:44.923Z Downloaded tokio-util v0.7.11
4222024-07-15T20:39:44.929Z Downloaded time v0.3.36
4232024-07-15T20:39:44.935Z Downloaded toml_edit v0.22.14
4242024-07-15T20:39:44.955Z Downloaded serde_json v1.0.120
4252024-07-15T20:39:44.961Z Downloaded zerocopy v0.7.34
4262024-07-15T20:39:44.976Z Downloaded winnow v0.6.8
4272024-07-15T20:39:44.983Z Downloaded openssl v0.10.64
4282024-07-15T20:39:44.991Z Downloaded reqwest v0.11.27
4292024-07-15T20:39:44.998Z Downloaded tabled v0.15.0
4302024-07-15T20:39:45.012Z Downloaded vcpkg v0.2.15
4312024-07-15T20:39:45.048Z Downloaded syn v1.0.109
4322024-07-15T20:39:45.056Z Downloaded syn v2.0.71
4332024-07-15T20:39:45.067Z Downloaded rustix v0.38.34
4342024-07-15T20:39:45.086Z Downloaded idna v0.5.0
4352024-07-15T20:39:45.092Z Downloaded unicode-width v0.1.13
4362024-07-15T20:39:45.099Z Downloaded libc v0.2.155
4372024-07-15T20:39:45.123Z Downloaded hyper v0.14.28
4382024-07-15T20:39:45.130Z Downloaded tokio v1.38.0
4392024-07-15T20:39:45.163Z Downloaded h2 v0.3.26
4402024-07-15T20:39:45.169Z Downloaded encoding_rs v0.8.34
4412024-07-15T20:39:45.187Z Downloaded goblin v0.8.2
4422024-07-15T20:39:45.193Z Downloaded clap_builder v4.5.9
4432024-07-15T20:39:45.199Z Downloaded futures-util v0.3.30
4442024-07-15T20:39:45.209Z Downloaded papergrid v0.11.0
4452024-07-15T20:39:45.212Z Downloaded serde_derive v1.0.204
4462024-07-15T20:39:45.215Z Downloaded camino v1.1.7
4472024-07-15T20:39:45.220Z Downloaded futures-sink v0.3.30
4482024-07-15T20:39:45.220Z Downloaded futures-core v0.3.30
4492024-07-15T20:39:45.220Z Downloaded fs-err v2.11.0
4502024-07-15T20:39:45.223Z Downloaded anstream v0.6.14
4512024-07-15T20:39:45.223Z Downloaded filetime v0.2.23
4522024-07-15T20:39:45.223Z Downloaded cargo_metadata v0.18.1
4532024-07-15T20:39:45.226Z Downloaded hyper-tls v0.5.0
4542024-07-15T20:39:45.226Z Downloaded digest v0.10.7
4552024-07-15T20:39:45.514Z Compiling proc-macro2 v1.0.86
4562024-07-15T20:39:45.514Z Compiling unicode-ident v1.0.12
4572024-07-15T20:39:45.514Z Compiling libc v0.2.155
4582024-07-15T20:39:45.517Z Compiling version_check v0.9.4
4592024-07-15T20:39:45.517Z Compiling cfg-if v1.0.0
4602024-07-15T20:39:45.517Z Compiling once_cell v1.19.0
4612024-07-15T20:39:45.517Z Compiling itoa v1.0.11
4622024-07-15T20:39:45.548Z Compiling serde v1.0.204
4632024-07-15T20:39:45.671Z Compiling autocfg v1.3.0
4642024-07-15T20:39:45.739Z Compiling memchr v2.7.2
4652024-07-15T20:39:45.824Z Compiling thiserror v1.0.60
4662024-07-15T20:39:46.047Z Compiling ryu v1.0.18
4672024-07-15T20:39:46.294Z Compiling pin-project-lite v0.2.14
4682024-07-15T20:39:46.333Z Compiling bitflags v2.5.0
4692024-07-15T20:39:46.404Z Compiling ucd-trie v0.1.6
4702024-07-15T20:39:46.467Z Compiling lock_api v0.4.12
4712024-07-15T20:39:46.671Z Compiling vcpkg v0.2.15
4722024-07-15T20:39:46.909Z Compiling pkg-config v0.3.30
4732024-07-15T20:39:47.146Z Compiling parking_lot_core v0.9.10
4742024-07-15T20:39:47.265Z Compiling cc v1.0.97
4752024-07-15T20:39:47.465Z Compiling slab v0.4.9
4762024-07-15T20:39:47.589Z Compiling smallvec v1.13.2
4772024-07-15T20:39:47.732Z Compiling bytes v1.6.0
4782024-07-15T20:39:48.024Z Compiling scopeguard v1.2.0
4792024-07-15T20:39:48.086Z Compiling futures-core v0.3.30
4802024-07-15T20:39:48.161Z Compiling futures-sink v0.3.30
4812024-07-15T20:39:48.324Z Compiling quote v1.0.36
4822024-07-15T20:39:48.739Z Compiling syn v2.0.71
4832024-07-15T20:39:48.796Z Compiling byteorder v1.5.0
4842024-07-15T20:39:48.870Z Compiling equivalent v1.0.1
4852024-07-15T20:39:48.947Z Compiling log v0.4.21
4862024-07-15T20:39:48.979Z Compiling fnv v1.0.7
4872024-07-15T20:39:49.032Z Compiling hashbrown v0.14.5
4882024-07-15T20:39:49.107Z Compiling serde_json v1.0.120
4892024-07-15T20:39:49.224Z Compiling parking_lot v0.12.2
4902024-07-15T20:39:49.277Z Compiling socket2 v0.5.7
4912024-07-15T20:39:49.303Z Compiling num_cpus v1.16.0
4922024-07-15T20:39:49.442Z Compiling signal-hook-registry v1.4.2
4932024-07-15T20:39:49.471Z Compiling mio v0.8.11
4942024-07-15T20:39:49.521Z Compiling futures-channel v0.3.30
4952024-07-15T20:39:49.975Z Compiling futures-io v0.3.30
4962024-07-15T20:39:50.258Z Compiling indexmap v2.2.6
4972024-07-15T20:39:50.303Z Compiling typenum v1.17.0
4982024-07-15T20:39:50.375Z Compiling pin-utils v0.1.0
4992024-07-15T20:39:50.475Z Compiling futures-task v0.3.30
5002024-07-15T20:39:50.638Z Compiling rustix v0.38.34
5012024-07-15T20:39:50.775Z Compiling errno v0.3.9
5022024-07-15T20:39:50.798Z Compiling generic-array v0.14.7
5032024-07-15T20:39:50.820Z Compiling openssl-sys v0.9.102
5042024-07-15T20:39:50.970Z Compiling openssl v0.10.64
5052024-07-15T20:39:50.996Z Compiling slog v2.7.0
5062024-07-15T20:39:51.084Z Compiling foreign-types-shared v0.1.1
5072024-07-15T20:39:51.201Z Compiling foreign-types v0.3.2
5082024-07-15T20:39:51.377Z Compiling http v0.2.12
5092024-07-15T20:39:51.537Z Compiling usdt-impl v0.5.0
5102024-07-15T20:39:51.585Z Compiling proc-macro-error-attr v1.0.4
5112024-07-15T20:39:51.880Z Compiling tracing-core v0.1.32
5122024-07-15T20:39:51.903Z Compiling powerfmt v0.2.0
5132024-07-15T20:39:52.079Z Compiling time-core v0.1.2
5142024-07-15T20:39:52.232Z Compiling num-conv v0.1.0
5152024-07-15T20:39:52.261Z Compiling native-tls v0.2.11
5162024-07-15T20:39:52.500Z Compiling tinyvec_macros v0.1.1
5172024-07-15T20:39:52.577Z Compiling httparse v1.8.0
5182024-07-15T20:39:52.580Z Compiling syn v1.0.109
5192024-07-15T20:39:53.011Z Compiling tracing v0.1.40
5202024-07-15T20:39:53.221Z Compiling tinyvec v1.6.0
5212024-07-15T20:39:53.269Z Compiling time-macros v0.2.18
5222024-07-15T20:39:53.387Z Compiling deranged v0.3.11
5232024-07-15T20:39:53.824Z Compiling thread-id v4.2.1
5242024-07-15T20:39:54.275Z Compiling proc-macro-error v1.0.4
5252024-07-15T20:39:54.436Z Compiling plain v0.2.3
5262024-07-15T20:39:54.535Z Compiling utf8parse v0.2.1
5272024-07-15T20:39:54.538Z Compiling percent-encoding v2.3.1
5282024-07-15T20:39:54.599Z Compiling crossbeam-utils v0.8.19
5292024-07-15T20:39:54.718Z Compiling try-lock v0.2.5
5302024-07-15T20:39:54.876Z Compiling heck v0.5.0
5312024-07-15T20:39:54.903Z Compiling num_threads v0.1.7
5322024-07-15T20:39:54.995Z Compiling openssl-probe v0.1.5
5332024-07-15T20:39:55.033Z Compiling rustversion v1.0.17
5342024-07-15T20:39:55.238Z Compiling want v0.3.1
5352024-07-15T20:39:55.279Z Compiling form_urlencoded v1.2.1
5362024-07-15T20:39:55.334Z Compiling anstyle-parse v0.2.4
5372024-07-15T20:39:55.521Z Compiling unicode-normalization v0.1.23
5382024-07-15T20:39:55.671Z Compiling http-body v0.4.6
5392024-07-15T20:39:55.787Z Compiling dirs-sys-next v0.1.2
5402024-07-15T20:39:56.281Z Compiling crc32fast v1.4.0
5412024-07-15T20:39:56.423Z Compiling httpdate v1.0.3
5422024-07-15T20:39:56.444Z Compiling anstyle v1.0.7
5432024-07-15T20:39:56.471Z Compiling semver v1.0.23
5442024-07-15T20:39:56.494Z Compiling time v0.3.36
5452024-07-15T20:39:56.550Z Compiling winnow v0.6.8
5462024-07-15T20:39:56.824Z Compiling unicode-bidi v0.3.15
5472024-07-15T20:39:56.933Z Compiling tower-service v0.3.2
5482024-07-15T20:39:56.958Z Compiling colorchoice v1.0.1
5492024-07-15T20:39:57.009Z Compiling anstyle-query v1.0.3
5502024-07-15T20:39:57.063Z Compiling is_terminal_polyfill v1.70.0
5512024-07-15T20:39:57.117Z Compiling camino v1.1.7
5522024-07-15T20:39:57.170Z Compiling pretty-hex v0.4.1
5532024-07-15T20:39:57.197Z Compiling anstream v0.6.14
5542024-07-15T20:39:57.539Z Compiling idna v0.5.0
5552024-07-15T20:39:57.950Z Compiling dirs-next v2.0.0
5562024-07-15T20:39:59.138Z Compiling crypto-common v0.1.6
5572024-07-15T20:39:59.163Z Compiling block-buffer v0.10.4
5582024-07-15T20:39:59.353Z Compiling terminal_size v0.3.0
5592024-07-15T20:39:59.440Z Compiling fs-err v2.11.0
5602024-07-15T20:39:59.501Z Compiling thread_local v1.1.8
5612024-07-15T20:39:59.525Z Compiling match_cfg v0.1.0
5622024-07-15T20:39:59.548Z Compiling heck v0.4.1
5632024-07-15T20:39:59.624Z Compiling bytecount v0.6.8
5642024-07-15T20:39:59.701Z Compiling slog-async v2.8.0
5652024-07-15T20:39:59.836Z Compiling unicode-width v0.1.13
5662024-07-15T20:40:00.037Z Compiling base64 v0.21.7
5672024-07-15T20:40:00.069Z Compiling adler v1.0.2
5682024-07-15T20:40:00.091Z Compiling strsim v0.11.1
5692024-07-15T20:40:00.166Z Compiling clap_lex v0.7.0
5702024-07-15T20:40:00.281Z Compiling anyhow v1.0.86
5712024-07-15T20:40:00.380Z Compiling miniz_oxide v0.7.2
5722024-07-15T20:40:00.488Z Compiling clap_builder v4.5.9
5732024-07-15T20:40:00.685Z Compiling rustls-pemfile v1.0.4
5742024-07-15T20:40:00.799Z Compiling papergrid v0.11.0
5752024-07-15T20:40:01.042Z Compiling hostname v0.3.1
5762024-07-15T20:40:01.142Z Compiling digest v0.10.7
5772024-07-15T20:40:01.167Z Compiling crossbeam-channel v0.5.12
5782024-07-15T20:40:01.310Z Compiling url v2.5.0
5792024-07-15T20:40:01.572Z Compiling term v0.7.0
5802024-07-15T20:40:01.714Z Compiling serde_derive v1.0.204
5812024-07-15T20:40:01.979Z Compiling thiserror-impl v1.0.60
5822024-07-15T20:40:02.365Z Compiling zerocopy-derive v0.7.34
5832024-07-15T20:40:02.393Z Compiling tokio-macros v2.3.0
5842024-07-15T20:40:03.212Z Compiling futures-macro v0.3.30
5852024-07-15T20:40:03.261Z Compiling openssl-macros v0.1.1
5862024-07-15T20:40:03.994Z Compiling scroll_derive v0.12.0
5872024-07-15T20:40:04.148Z Compiling tokio v1.38.0
5882024-07-15T20:40:04.720Z Compiling zerocopy v0.7.34
5892024-07-15T20:40:05.327Z Compiling futures-util v0.3.30
5902024-07-15T20:40:05.506Z Compiling scroll v0.12.0
5912024-07-15T20:40:05.548Z Compiling pest v2.7.10
5922024-07-15T20:40:06.064Z Compiling goblin v0.8.2
5932024-07-15T20:40:06.285Z Compiling tabled_derive v0.7.0
5942024-07-15T20:40:08.520Z Compiling pest_meta v2.7.10
5952024-07-15T20:40:08.980Z Compiling strum_macros v0.26.4
5962024-07-15T20:40:10.186Z Compiling pest_generator v2.7.10
5972024-07-15T20:40:12.224Z Compiling tokio-util v0.7.11
5982024-07-15T20:40:13.606Z Compiling h2 v0.3.26
5992024-07-15T20:40:13.954Z Compiling pest_derive v2.7.10
6002024-07-15T20:40:14.435Z Compiling tokio-native-tls v0.3.1
6012024-07-15T20:40:14.491Z Compiling futures-executor v0.3.30
6022024-07-15T20:40:14.683Z Compiling clap_derive v4.5.8
6032024-07-15T20:40:14.709Z Compiling dtrace-parser v0.2.0
6042024-07-15T20:40:15.425Z Compiling xattr v1.3.1
6052024-07-15T20:40:15.708Z Compiling memmap v0.7.0
6062024-07-15T20:40:16.066Z Compiling is-terminal v0.4.12
6072024-07-15T20:40:16.199Z Compiling filetime v0.2.23
6082024-07-15T20:40:16.743Z Compiling serde_spanned v0.6.6
6092024-07-15T20:40:16.786Z Compiling toml_datetime v0.6.6
6102024-07-15T20:40:16.911Z Compiling cargo-platform v0.1.8
6112024-07-15T20:40:16.973Z Compiling serde_urlencoded v0.7.1
6122024-07-15T20:40:17.316Z Compiling toml_edit v0.22.14
6132024-07-15T20:40:18.264Z Compiling serde_tokenstream v0.2.1
6142024-07-15T20:40:18.444Z Compiling dof v0.3.0
6152024-07-15T20:40:18.808Z Compiling hyper v0.14.28
6162024-07-15T20:40:19.474Z Compiling slog-json v2.6.1
6172024-07-15T20:40:19.775Z Compiling encoding_rs v0.8.34
6182024-07-15T20:40:19.810Z Compiling ipnet v2.9.0
6192024-07-15T20:40:20.989Z Compiling toml v0.8.14
6202024-07-15T20:40:21.042Z Compiling sync_wrapper v0.1.2
6212024-07-15T20:40:21.097Z Compiling take_mut v0.2.2
6222024-07-15T20:40:21.117Z Compiling mime v0.3.17
6232024-07-15T20:40:21.254Z Compiling cpufeatures v0.2.12
6242024-07-15T20:40:21.372Z Compiling sha2 v0.10.8
6252024-07-15T20:40:21.737Z Compiling clap v4.5.9
6262024-07-15T20:40:21.886Z Compiling cargo_toml v0.20.3
6272024-07-15T20:40:22.862Z Compiling hyper-tls v0.5.0
6282024-07-15T20:40:23.041Z Compiling slog-bunyan v2.5.0
6292024-07-15T20:40:23.073Z Compiling usdt-macro v0.5.0
6302024-07-15T20:40:23.177Z Compiling usdt-attr-macro v0.5.0
6312024-07-15T20:40:23.196Z Compiling reqwest v0.11.27
6322024-07-15T20:40:24.315Z Compiling cargo_metadata v0.18.1
6332024-07-15T20:40:24.339Z Compiling macaddr v1.0.1
6342024-07-15T20:40:24.623Z Compiling usdt v0.5.0
6352024-07-15T20:40:24.793Z Compiling tar v0.4.41
6362024-07-15T20:40:24.796Z Compiling slog-term v2.9.1
6372024-07-15T20:40:24.940Z Compiling flate2 v1.0.30
6382024-07-15T20:40:25.123Z Compiling futures v0.3.30
6392024-07-15T20:40:25.252Z Compiling strum v0.26.2
6402024-07-15T20:40:25.439Z Compiling tabled v0.15.0
6412024-07-15T20:40:26.073Z Compiling swrite v0.1.0
6422024-07-15T20:40:30.266Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6432024-07-15T20:40:37.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
6442024-07-15T20:40:38.168Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6452024-07-15T20:40:38.226ZJul 15 20:40:36.903 INFO Starting download, target: Clickhouse
6462024-07-15T20:40:38.226ZJul 15 20:40:36.903 INFO Starting download, target: Console
6472024-07-15T20:40:38.226ZJul 15 20:40:36.903 INFO Starting download, target: Cockroach
6482024-07-15T20:40:38.226ZJul 15 20:40:36.903 INFO Starting download, target: DendriteOpenapi
6492024-07-15T20:40:38.229ZJul 15 20:40:36.903 INFO Starting download, target: DendriteStub
6502024-07-15T20:40:38.229ZJul 15 20:40:36.903 INFO Starting download, target: MaghemiteMgd
6512024-07-15T20:40:38.229ZJul 15 20:40:36.903 INFO Starting download, target: TransceiverControl
6522024-07-15T20:40:38.229ZJul 15 20:40:36.904 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6532024-07-15T20:40:38.229ZJul 15 20:40:36.904 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
6542024-07-15T20:40:38.229ZJul 15 20:40:36.904 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6552024-07-15T20:40:38.229ZJul 15 20:40:36.904 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6562024-07-15T20:40:38.229ZJul 15 20:40:36.904 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6572024-07-15T20:40:38.229ZJul 15 20:40:36.904 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6582024-07-15T20:40:38.230ZJul 15 20:40:36.904 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6592024-07-15T20:40:38.379ZJul 15 20:40:37.043 INFO Download complete, target: DendriteOpenapi
6602024-07-15T20:40:38.636ZJul 15 20:40:37.290 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6612024-07-15T20:40:38.784ZJul 15 20:40:37.442 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6622024-07-15T20:40:39.186ZJul 15 20:40:37.837 INFO Download complete, target: Console
6632024-07-15T20:40:39.232ZJul 15 20:40:37.903 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6642024-07-15T20:40:39.484ZJul 15 20:40:38.048 INFO Download complete, target: TransceiverControl
6652024-07-15T20:40:39.672ZJul 15 20:40:38.321 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6662024-07-15T20:40:40.160ZJul 15 20:40:38.836 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6672024-07-15T20:40:42.029ZJul 15 20:40:40.705 INFO Download complete, target: DendriteStub
6682024-07-15T20:40:42.683ZJul 15 20:40:41.358 INFO Download complete, target: MaghemiteMgd
6692024-07-15T20:40:46.703ZJul 15 20:40:45.378 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6702024-07-15T20:40:46.703ZJul 15 20:40:45.378 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6712024-07-15T20:40:54.709ZJul 15 20:40:53.382 INFO Checking that binary works, target: Clickhouse
6722024-07-15T20:40:54.950ZJul 15 20:40:53.623 INFO Download complete, target: Clickhouse
6732024-07-15T20:40:54.993ZJul 15 20:40:53.665 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6742024-07-15T20:40:55.331ZJul 15 20:40:54.003 INFO Checking that binary works, target: Cockroach
6752024-07-15T20:40:55.561ZJul 15 20:40:54.234 INFO Download complete, target: Cockroach
6762024-07-15T20:40:55.569ZAll prerequisites installed successfully
6772024-07-15T20:40:55.572Z
6782024-07-15T20:40:55.572Zreal 2:47.637636751
6792024-07-15T20:40:55.572Zuser 5:46.618538538
6802024-07-15T20:40:55.572Zsys 1:19.158148188
6812024-07-15T20:40:55.572Ztrap 0.193629572
6822024-07-15T20:40:55.572Ztflt 2.088110105
6832024-07-15T20:40:55.572Zdflt 3.230329534
6842024-07-15T20:40:55.572Zkflt 0.166176974
6852024-07-15T20:40:55.572Zlock 15:34.815774488
6862024-07-15T20:40:55.572Zslp 17:33.499770775
6872024-07-15T20:40:55.572Zlat 20.608583527
6882024-07-15T20:40:55.572Zstop 1:05.747838579
6892024-07-15T20:40:55.572Z+ ptime -m cargo xtask download softnpu
6902024-07-15T20:40:56.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
6912024-07-15T20:40:56.133Z Running `target/debug/xtask download softnpu`
6922024-07-15T20:40:56.156ZJul 15 20:40:54.828 INFO Starting download, target: Softnpu
6932024-07-15T20:40:56.159ZJul 15 20:40:54.829 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6942024-07-15T20:40:56.674ZJul 15 20:40:55.347 INFO Download complete, target: Softnpu
6952024-07-15T20:40:56.678Z
6962024-07-15T20:40:56.681Zreal 1.102438670
6972024-07-15T20:40:56.681Zuser 0.622420764
6982024-07-15T20:40:56.681Zsys 0.281472180
6992024-07-15T20:40:56.681Ztrap 0.000813429
7002024-07-15T20:40:56.681Ztflt 0.000016385
7012024-07-15T20:40:56.681Zdflt 0.000046769
7022024-07-15T20:40:56.681Zkflt 0.000000000
7032024-07-15T20:40:56.681Zlock 5.356956155
7042024-07-15T20:40:56.681Zslp 0.409559210
7052024-07-15T20:40:56.681Zlat 0.071508124
7062024-07-15T20:40:56.681Zstop 0.000252224
7072024-07-15T20:40:56.681Z+ export CARGO_INCREMENTAL=0
7082024-07-15T20:40:56.681Z+ CARGO_INCREMENTAL=0
7092024-07-15T20:40:56.681Z+ 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-15T20:40:57.217Z Downloading crates ...
7112024-07-15T20:40:57.399Z Downloaded addr2line v0.21.0
7122024-07-15T20:40:57.412Z Downloaded aho-corasick v1.1.3
7132024-07-15T20:40:57.419Z Downloaded bitflags v1.3.2
7142024-07-15T20:40:57.423Z Downloaded backoff v0.4.0
7152024-07-15T20:40:57.426Z Downloaded atty v0.2.14
7162024-07-15T20:40:57.428Z Downloaded cexpr v0.6.0
7172024-07-15T20:40:57.428Z Downloaded async-stream v0.3.5
7182024-07-15T20:40:57.431Z Downloaded async-recursion v1.1.1
7192024-07-15T20:40:57.434Z Downloaded array-init v0.0.4
7202024-07-15T20:40:57.437Z Downloaded argon2 v0.5.3
7212024-07-15T20:40:57.442Z Downloaded bcs v0.1.6
7222024-07-15T20:40:57.446Z Downloaded buf-list v1.0.3
7232024-07-15T20:40:57.448Z Downloaded camino-tempfile v1.1.1
7242024-07-15T20:40:57.451Z Downloaded cancel-safe-futures v0.1.5
7252024-07-15T20:40:57.455Z Downloaded chacha20 v0.9.1
7262024-07-15T20:40:57.459Z Downloaded chacha20poly1305 v0.10.1
7272024-07-15T20:40:57.462Z Downloaded cookie v0.17.0
7282024-07-15T20:40:57.462Z Downloaded minimal-lexical v0.2.1
7292024-07-15T20:40:57.466Z Downloaded corncobs v0.1.3
7302024-07-15T20:40:57.469Z Downloaded nom v7.1.3
7312024-07-15T20:40:57.475Z Downloaded crc-any v2.5.0
7322024-07-15T20:40:57.477Z Downloaded num-traits v0.2.19
7332024-07-15T20:40:57.481Z Downloaded castaway v0.2.2
7342024-07-15T20:40:57.484Z Downloaded ciborium-ll v0.2.2
7352024-07-15T20:40:57.487Z Downloaded ppv-lite86 v0.2.17
7362024-07-15T20:40:57.487Z Downloaded arc-swap v1.7.1
7372024-07-15T20:40:57.490Z Downloaded pin-project-internal v1.1.5
7382024-07-15T20:40:57.494Z Downloaded rand_core v0.6.4
7392024-07-15T20:40:57.497Z Downloaded const_format_proc_macros v0.2.32
7402024-07-15T20:40:57.500Z Downloaded crossbeam-deque v0.8.5
7412024-07-15T20:40:57.500Z Downloaded darling_macro v0.20.9
7422024-07-15T20:40:57.505Z Downloaded base64 v0.13.1
7432024-07-15T20:40:57.509Z Downloaded blake2 v0.10.6
7442024-07-15T20:40:57.509Z Downloaded nodrop v0.1.14
7452024-07-15T20:40:57.509Z Downloaded nu-ansi-term v0.50.0
7462024-07-15T20:40:57.513Z Downloaded number_prefix v0.4.0
7472024-07-15T20:40:57.518Z Downloaded num-derive v0.4.2
7482024-07-15T20:40:57.521Z Downloaded crossbeam-epoch v0.9.18
7492024-07-15T20:40:57.521Z Downloaded base64 v0.22.1
7502024-07-15T20:40:57.527Z Downloaded crypto-bigint v0.5.5
7512024-07-15T20:40:57.532Z Downloaded const_format v0.2.32
7522024-07-15T20:40:57.539Z Downloaded bindgen v0.69.4
7532024-07-15T20:40:57.546Z Downloaded compact_str v0.7.1
7542024-07-15T20:40:57.550Z Downloaded const-oid v0.9.6
7552024-07-15T20:40:57.553Z Downloaded nix v0.27.1
7562024-07-15T20:40:57.563Z Downloaded csv-core v0.1.11
7572024-07-15T20:40:57.566Z Downloaded chrono v0.4.38
7582024-07-15T20:40:57.570Z Downloaded colored v2.1.0
7592024-07-15T20:40:57.575Z Downloaded blake3 v1.5.1
7602024-07-15T20:40:57.583Z Downloaded allocator-api2 v0.2.18
7612024-07-15T20:40:57.588Z Downloaded assert_matches v1.5.0
7622024-07-15T20:40:57.588Z Downloaded bitvec v1.0.1
7632024-07-15T20:40:57.601Z Downloaded ascii-canvas v3.0.0
7642024-07-15T20:40:57.605Z Downloaded paste v1.0.15
7652024-07-15T20:40:57.605Z Downloaded rand_chacha v0.3.1
7662024-07-15T20:40:57.608Z Downloaded nibble_vec v0.1.0
7672024-07-15T20:40:57.608Z Downloaded newtype_derive v0.1.6
7682024-07-15T20:40:57.611Z Downloaded newtype-uuid v1.1.0
7692024-07-15T20:40:57.612Z Downloaded newline-converter v0.3.0
7702024-07-15T20:40:57.612Z Downloaded multer v3.1.0
7712024-07-15T20:40:57.615Z Downloaded crc-catalog v2.4.0
7722024-07-15T20:40:57.618Z Downloaded crc v3.2.1
7732024-07-15T20:40:57.621Z Downloaded convert_case v0.4.0
7742024-07-15T20:40:57.621Z Downloaded constant_time_eq v0.3.0
7752024-07-15T20:40:57.621Z Downloaded cipher v0.4.4
7762024-07-15T20:40:57.624Z Downloaded ciborium v0.2.2
7772024-07-15T20:40:57.627Z Downloaded bzip2 v0.4.4
7782024-07-15T20:40:57.630Z Downloaded object v0.32.2
7792024-07-15T20:40:57.640Z Downloaded tracing-attributes v0.1.27
7802024-07-15T20:40:57.645Z Downloaded packed_struct_codegen v0.10.1
7812024-07-15T20:40:57.649Z Downloaded pem-rfc7468 v0.7.0
7822024-07-15T20:40:57.649Z Downloaded bb8 v0.8.5
7832024-07-15T20:40:57.649Z Downloaded pem v3.0.4
7842024-07-15T20:40:57.652Z Downloaded owo-colors v4.0.0
7852024-07-15T20:40:57.657Z Downloaded phf v0.11.2
7862024-07-15T20:40:57.657Z Downloaded proc-macro-crate v1.3.1
7872024-07-15T20:40:57.661Z Downloaded quick-error v1.2.3
7882024-07-15T20:40:57.661Z Downloaded predicates-core v1.0.6
7892024-07-15T20:40:57.661Z Downloaded nanorand v0.7.0
7902024-07-15T20:40:57.665Z Downloaded radium v0.7.0
7912024-07-15T20:40:57.666Z Downloaded psl-types v2.0.11
7922024-07-15T20:40:57.666Z Downloaded precomputed-hash v0.1.1
7932024-07-15T20:40:57.670Z Downloaded pin-project v1.1.5
7942024-07-15T20:40:57.680Z Downloaded phf_shared v0.10.0
7952024-07-15T20:40:57.689Z Downloaded num-bigint-dig v0.8.4
7962024-07-15T20:40:57.689Z Downloaded portable-atomic v1.6.0
7972024-07-15T20:40:57.701Z Downloaded num_enum_derive v0.5.11
7982024-07-15T20:40:57.701Z Downloaded curve25519-dalek v4.1.3
7992024-07-15T20:40:57.707Z Downloaded ref-cast v1.0.23
8002024-07-15T20:40:57.707Z Downloaded rayon-core v1.12.1
8012024-07-15T20:40:57.715Z Downloaded num-bigint v0.4.5
8022024-07-15T20:40:57.717Z Downloaded prettyplease v0.2.20
8032024-07-15T20:40:57.722Z Downloaded rand v0.8.5
8042024-07-15T20:40:57.722Z Downloaded omicron-zone-package v0.11.0
8052024-07-15T20:40:57.729Z Downloaded quick-xml v0.31.0
8062024-07-15T20:40:57.738Z Downloaded olpc-cjson v0.1.3
8072024-07-15T20:40:57.744Z Downloaded toml v0.7.8
8082024-07-15T20:40:57.744Z Downloaded toml v0.5.11
8092024-07-15T20:40:57.749Z Downloaded tokio-rustls v0.24.1
8102024-07-15T20:40:57.749Z Downloaded toml_edit v0.19.15
8112024-07-15T20:40:57.764Z Downloaded regex v1.10.5
8122024-07-15T20:40:57.780Z Downloaded zeroize_derive v1.4.2
8132024-07-15T20:40:57.785Z Downloaded humantime v2.1.0
8142024-07-15T20:40:57.785Z Downloaded hashbrown v0.12.3
8152024-07-15T20:40:57.802Z Downloaded r2d2 v0.8.10
8162024-07-15T20:40:57.802Z Downloaded derive-where v1.2.7
8172024-07-15T20:40:57.810Z Downloaded hyper-rustls v0.24.2
8182024-07-15T20:40:57.810Z Downloaded der_derive v0.7.2
8192024-07-15T20:40:57.810Z Downloaded signal-hook-tokio v0.3.1
8202024-07-15T20:40:57.810Z Downloaded signature v2.2.0
8212024-07-15T20:40:57.810Z Downloaded signature v1.6.4
8222024-07-15T20:40:57.810Z Downloaded ipnetwork v0.20.0
8232024-07-15T20:40:57.810Z Downloaded inout v0.1.3
8242024-07-15T20:40:57.810Z Downloaded indoc v1.0.9
8252024-07-15T20:40:57.810Z Downloaded reedline v0.31.0
8262024-07-15T20:40:57.819Z Downloaded rcgen v0.12.1
8272024-07-15T20:40:57.825Z Downloaded itertools v0.12.1
8282024-07-15T20:40:57.828Z Downloaded itertools v0.10.5
8292024-07-15T20:40:57.833Z Downloaded nix v0.28.0
8302024-07-15T20:40:57.846Z Downloaded stable_deref_trait v1.2.0
8312024-07-15T20:40:57.850Z Downloaded slog-stdlog v4.1.1
8322024-07-15T20:40:57.850Z Downloaded slog-scope v4.4.0
8332024-07-15T20:40:57.850Z Downloaded slog-envlogger v2.2.0
8342024-07-15T20:40:57.856Z Downloaded secrecy v0.8.0
8352024-07-15T20:40:57.856Z Downloaded home v0.5.9
8362024-07-15T20:40:57.856Z Downloaded hmac v0.12.1
8372024-07-15T20:40:57.859Z Downloaded rustls-webpki v0.102.4
8382024-07-15T20:40:57.874Z Downloaded fixedbitset v0.4.2
8392024-07-15T20:40:57.877Z Downloaded rusty-fork v0.3.0
8402024-07-15T20:40:57.877Z Downloaded untrusted v0.9.0
8412024-07-15T20:40:57.880Z Downloaded string_cache v0.8.7
8422024-07-15T20:40:57.883Z Downloaded static_assertions v1.1.0
8432024-07-15T20:40:57.883Z Downloaded serde_plain v1.0.2
8442024-07-15T20:40:57.885Z Downloaded serde_path_to_error v0.1.16
8452024-07-15T20:40:57.885Z Downloaded serde_derive_internals v0.29.1
8462024-07-15T20:40:57.888Z Downloaded itertools v0.13.0
8472024-07-15T20:40:57.895Z Downloaded rand_seeder v0.2.3
8482024-07-15T20:40:57.898Z Downloaded tokio-tungstenite v0.21.0
8492024-07-15T20:40:57.901Z Downloaded iana-time-zone v0.1.60
8502024-07-15T20:40:57.904Z Downloaded getrandom v0.2.14
8512024-07-15T20:40:57.907Z Downloaded tokio-tungstenite v0.20.1
8522024-07-15T20:40:57.910Z Downloaded lalrpop-util v0.19.12
8532024-07-15T20:40:57.913Z Downloaded ratatui v0.27.0
8542024-07-15T20:40:57.930Z Downloaded polar-core v0.27.3
8552024-07-15T20:40:57.940Z Downloaded half v2.4.1
8562024-07-15T20:40:57.943Z Downloaded lazy_static v1.5.0
8572024-07-15T20:40:57.946Z Downloaded indexmap v1.9.3
8582024-07-15T20:40:57.948Z Downloaded regex-syntax v0.8.3
8592024-07-15T20:40:57.955Z Downloaded lru v0.12.3
8602024-07-15T20:40:57.958Z Downloaded bstr v1.9.1
8612024-07-15T20:40:57.967Z Downloaded kstat-rs v0.2.4
8622024-07-15T20:40:57.970Z Downloaded serde_repr v0.1.19
8632024-07-15T20:40:57.973Z Downloaded rustc_version v0.4.0
8642024-07-15T20:40:57.973Z Downloaded rtoolbox v0.0.2
8652024-07-15T20:40:57.976Z Downloaded same-file v1.0.6
8662024-07-15T20:40:57.976Z Downloaded rsa v0.9.6
8672024-07-15T20:40:57.980Z Downloaded termcolor v1.4.1
8682024-07-15T20:40:57.983Z Downloaded tempfile v3.10.1
8692024-07-15T20:40:57.986Z Downloaded textwrap v0.16.1
8702024-07-15T20:40:57.989Z Downloaded rustc-demangle v0.1.24
8712024-07-15T20:40:57.992Z Downloaded funty v2.0.0
8722024-07-15T20:40:57.992Z Downloaded tiny-keccak v2.0.2
8732024-07-15T20:40:57.994Z Downloaded termtree v0.4.1
8742024-07-15T20:40:57.997Z Downloaded libloading v0.8.3
8752024-07-15T20:40:57.997Z Downloaded libm v0.2.8
8762024-07-15T20:40:58.006Z Downloaded dyn-clone v1.0.17
8772024-07-15T20:40:58.008Z Downloaded sct v0.7.1
8782024-07-15T20:40:58.011Z Downloaded schemars_derive v0.8.21
8792024-07-15T20:40:58.014Z Downloaded strum_macros v0.24.3
8802024-07-15T20:40:58.017Z Downloaded schemars v0.8.21
8812024-07-15T20:40:58.027Z Downloaded unicode-xid v0.2.4
8822024-07-15T20:40:58.030Z Downloaded fastrand v2.1.0
8832024-07-15T20:40:58.030Z Downloaded difflib v0.4.0
8842024-07-15T20:40:58.033Z Downloaded diff v0.1.13
8852024-07-15T20:40:58.036Z Downloaded trust-dns-client v0.22.0
8862024-07-15T20:40:58.040Z Downloaded tokio-postgres v0.7.10
8872024-07-15T20:40:58.045Z Downloaded winnow v0.5.40
8882024-07-15T20:40:58.055Z Downloaded foreign-types-shared v0.3.1
8892024-07-15T20:40:58.057Z Downloaded float-cmp v0.9.0
8902024-07-15T20:40:58.057Z Downloaded fallible-iterator v0.2.0
8912024-07-15T20:40:58.060Z Downloaded lru-cache v0.1.2
8922024-07-15T20:40:58.060Z Downloaded ident_case v1.0.1
8932024-07-15T20:40:58.060Z Downloaded fatfs v0.3.6
8942024-07-15T20:40:58.064Z Downloaded tls_codec_derive v0.4.1
8952024-07-15T20:40:58.067Z Downloaded tls_codec v0.4.1
8962024-07-15T20:40:58.067Z Downloaded smallvec v0.6.14
8972024-07-15T20:40:58.070Z Downloaded foreign-types v0.5.0
8982024-07-15T20:40:58.070Z Downloaded regex-syntax v0.6.29
8992024-07-15T20:40:58.077Z Downloaded hash32 v0.2.1
9002024-07-15T20:40:58.079Z Downloaded untrusted v0.7.1
9012024-07-15T20:40:58.082Z Downloaded libsw v3.3.1
9022024-07-15T20:40:58.082Z Downloaded hyper-staticfile v0.9.5
9032024-07-15T20:40:58.085Z Downloaded fxhash v0.2.1
9042024-07-15T20:40:58.085Z Downloaded trust-dns-server v0.22.1
9052024-07-15T20:40:58.092Z Downloaded rustfmt-wrapper v0.2.1
9062024-07-15T20:40:58.095Z Downloaded gimli v0.28.1
9072024-07-15T20:40:58.100Z Downloaded highway v1.1.0
9082024-07-15T20:40:58.103Z Downloaded wait-timeout v0.2.0
9092024-07-15T20:40:58.106Z Downloaded walkdir v2.5.0
9102024-07-15T20:40:58.106Z Downloaded rustls-pki-types v1.7.0
9112024-07-15T20:40:58.108Z Downloaded http-range v0.1.5
9122024-07-15T20:40:58.111Z Downloaded display-error-chain v0.2.0
9132024-07-15T20:40:58.111Z Downloaded yasna v0.5.2
9142024-07-15T20:40:58.114Z Downloaded unicode-truncate v1.0.0
9152024-07-15T20:40:58.114Z Downloaded scheduled-thread-pool v0.2.7
9162024-07-15T20:40:58.118Z Downloaded samael v0.0.15
9172024-07-15T20:40:58.121Z Downloaded unarray v0.1.4
9182024-07-15T20:40:58.124Z Downloaded tungstenite v0.20.1
9192024-07-15T20:40:58.126Z Downloaded socket2 v0.4.10
9202024-07-15T20:40:58.129Z Downloaded rustls v0.21.12
9212024-07-15T20:40:58.139Z Downloaded rustls-webpki v0.101.7
9222024-07-15T20:40:58.154Z Downloaded subprocess v0.2.9
9232024-07-15T20:40:58.156Z Downloaded rustls-pemfile v2.1.2
9242024-07-15T20:40:58.159Z Downloaded shlex v1.3.0
9252024-07-15T20:40:58.159Z Downloaded memmap2 v0.9.4
9262024-07-15T20:40:58.162Z Downloaded md-5 v0.10.6
9272024-07-15T20:40:58.165Z Downloaded maplit v1.0.2
9282024-07-15T20:40:58.165Z Downloaded linked-hash-map v0.5.6
9292024-07-15T20:40:58.165Z Downloaded matches v0.1.10
9302024-07-15T20:40:58.168Z Downloaded ed25519 v1.5.3
9312024-07-15T20:40:58.168Z Downloaded diesel v2.1.6
9322024-07-15T20:40:58.185Z Downloaded strum_macros v0.25.3
9332024-07-15T20:40:58.189Z Downloaded smawk v0.3.2
9342024-07-15T20:40:58.189Z Downloaded siphasher v0.3.11
9352024-07-15T20:40:58.191Z Downloaded expectorate v1.1.0
9362024-07-15T20:40:58.194Z Downloaded unsafe-libyaml v0.2.11
9372024-07-15T20:40:58.197Z Downloaded group v0.13.0
9382024-07-15T20:40:58.197Z Downloaded which v4.4.2
9392024-07-15T20:40:58.200Z Downloaded serde-hex v0.1.0
9402024-07-15T20:40:58.200Z Downloaded hex v0.4.3
9412024-07-15T20:40:58.203Z Downloaded heck v0.3.3
9422024-07-15T20:40:58.203Z Downloaded env_logger v0.10.2
9432024-07-15T20:40:58.206Z Downloaded sigpipe v0.1.3
9442024-07-15T20:40:58.209Z Downloaded lazycell v1.3.0
9452024-07-15T20:40:58.209Z Downloaded elliptic-curve v0.13.8
9462024-07-15T20:40:58.212Z Downloaded hubpack_derive v0.1.1
9472024-07-15T20:40:58.215Z Downloaded smoltcp v0.11.0
9482024-07-15T20:40:58.225Z Downloaded regex-automata v0.4.6
9492024-07-15T20:40:58.241Z Downloaded unicode-segmentation v1.11.0
9502024-07-15T20:40:58.245Z Downloaded signal-hook v0.3.17
9512024-07-15T20:40:58.248Z Downloaded sha1 v0.10.6
9522024-07-15T20:40:58.248Z Downloaded serde_yaml v0.9.34+deprecated
9532024-07-15T20:40:58.251Z Downloaded heapless v0.8.0
9542024-07-15T20:40:58.255Z Downloaded similar v2.5.0
9552024-07-15T20:40:58.259Z Downloaded http v1.1.0
9562024-07-15T20:40:58.263Z Downloaded resolv-conf v0.7.0
9572024-07-15T20:40:58.267Z Downloaded maybe-uninit v2.0.0
9582024-07-15T20:40:58.267Z Downloaded managed v0.8.0
9592024-07-15T20:40:58.269Z Downloaded linear-map v1.2.0
9602024-07-15T20:40:58.269Z Downloaded enum-as-inner v0.5.1
9612024-07-15T20:40:58.272Z Downloaded endian-type v0.1.2
9622024-07-15T20:40:58.272Z Downloaded embedded-io v0.4.0
9632024-07-15T20:40:58.272Z Downloaded supports-color v3.0.0
9642024-07-15T20:40:58.275Z Downloaded serde_arrays v0.1.0
9652024-07-15T20:40:58.275Z Downloaded shell-words v1.1.0
9662024-07-15T20:40:58.275Z Downloaded serde-big-array v0.4.1
9672024-07-15T20:40:58.278Z Downloaded ron v0.8.1
9682024-07-15T20:40:58.281Z Downloaded ron v0.7.1
9692024-07-15T20:40:58.286Z Downloaded smoltcp v0.9.1
9702024-07-15T20:40:58.296Z Downloaded libxml v0.3.3
9712024-07-15T20:40:58.301Z Downloaded libefi-sys v0.1.0
9722024-07-15T20:40:58.304Z Downloaded idna v0.2.3
9732024-07-15T20:40:58.309Z Downloaded unicode-linebreak v0.1.5
9742024-07-15T20:40:58.312Z Downloaded unicase v2.7.0
9752024-07-15T20:40:58.312Z Downloaded tui-tree-widget v0.21.0
9762024-07-15T20:40:58.315Z Downloaded tabwriter v1.4.0
9772024-07-15T20:40:58.315Z Downloaded rpassword v7.3.1
9782024-07-15T20:40:58.315Z Downloaded impl-trait-for-tuples v0.2.2
9792024-07-15T20:40:58.318Z Downloaded trust-dns-proto v0.22.0
9802024-07-15T20:40:58.329Z Downloaded indent_write v2.2.0
9812024-07-15T20:40:58.332Z Downloaded heapless v0.7.17
9822024-07-15T20:40:58.334Z Downloaded regress v0.9.1
9832024-07-15T20:40:58.341Z Downloaded idna v0.3.0
9842024-07-15T20:40:58.347Z Downloaded snafu v0.8.2
9852024-07-15T20:40:58.353Z Downloaded sha3 v0.10.8
9862024-07-15T20:40:58.357Z Downloaded rustls v0.22.4
9872024-07-15T20:40:58.370Z Downloaded zerocopy-derive v0.6.6
9882024-07-15T20:40:58.378Z Downloaded headers-core v0.2.0
9892024-07-15T20:40:58.382Z Downloaded headers v0.3.9
9902024-07-15T20:40:58.384Z Downloaded float-ord v0.3.2
9912024-07-15T20:40:58.387Z Downloaded zerocopy v0.6.6
9922024-07-15T20:40:58.390Z Downloaded finl_unicode v1.2.0
9932024-07-15T20:40:58.400Z Downloaded signal-hook-mio v0.2.3
9942024-07-15T20:40:58.403Z Downloaded semver v0.1.20
9952024-07-15T20:40:58.403Z Downloaded typed-path v0.7.1
9962024-07-15T20:40:58.407Z Downloaded tungstenite v0.21.0
9972024-07-15T20:40:58.410Z Downloaded snafu-derive v0.8.2
9982024-07-15T20:40:58.413Z Downloaded hubpack v0.1.2
9992024-07-15T20:40:58.413Z Downloaded waitgroup v0.1.2
10002024-07-15T20:40:58.416Z Downloaded sled v0.34.7
10012024-07-15T20:40:58.424Z Downloaded fragile v2.0.0
10022024-07-15T20:40:58.427Z Downloaded either v1.12.0
10032024-07-15T20:40:58.427Z Downloaded whoami v1.5.1
10042024-07-15T20:40:58.430Z Downloaded serde-big-array v0.5.1
10052024-07-15T20:40:58.430Z Downloaded vte_generate_state_changes v0.1.1
10062024-07-15T20:40:58.430Z Downloaded vsss-rs v3.3.4
10072024-07-15T20:40:58.433Z Downloaded structmeta-derive v0.3.0
10082024-07-15T20:40:58.436Z Downloaded subtle v2.5.0
10092024-07-15T20:40:58.436Z Downloaded globset v0.4.14
10102024-07-15T20:40:58.436Z Downloaded glob v0.3.1
10112024-07-15T20:40:58.439Z Downloaded uzers v0.11.3
10122024-07-15T20:40:58.439Z Downloaded termios v0.3.3
10132024-07-15T20:40:58.442Z Downloaded structmeta-derive v0.2.0
10142024-07-15T20:40:58.442Z Downloaded structmeta v0.3.0
10152024-07-15T20:40:58.442Z Downloaded serde_with_macros v3.8.3
10162024-07-15T20:40:58.445Z Downloaded rustc_version v0.1.7
10172024-07-15T20:40:58.445Z Downloaded universal-hash v0.5.1
10182024-07-15T20:40:58.448Z Downloaded regex-automata v0.1.10
10192024-07-15T20:40:58.451Z Downloaded thiserror-impl-no-std v2.0.2
10202024-07-15T20:40:58.454Z Downloaded test-strategy v0.3.1
10212024-07-15T20:40:58.456Z Downloaded slog-dtrace v0.3.0
10222024-07-15T20:40:58.457Z Downloaded unicode_categories v0.1.1
10232024-07-15T20:40:58.459Z Downloaded openapiv3 v2.0.0
10242024-07-15T20:40:58.468Z Downloaded sec1 v0.7.3
10252024-07-15T20:40:58.471Z Downloaded trust-dns-resolver v0.22.0
10262024-07-15T20:40:58.474Z Downloaded flagset v0.4.5
10272024-07-15T20:40:58.477Z Downloaded structmeta v0.2.0
10282024-07-15T20:40:58.477Z Downloaded strip-ansi-escapes v0.2.0
10292024-07-15T20:40:58.477Z Downloaded stringprep v0.1.4
10302024-07-15T20:40:58.481Z Downloaded steno v0.4.1
10312024-07-15T20:40:58.485Z Downloaded zeroize v1.7.0
10322024-07-15T20:40:58.485Z Downloaded flume v0.11.0
10332024-07-15T20:40:58.487Z Downloaded webpki-roots v0.25.4
10342024-07-15T20:40:58.490Z Downloaded downcast v0.11.0
10352024-07-15T20:40:58.493Z Downloaded diesel_table_macro_syntax v0.1.0
10362024-07-15T20:40:58.493Z Downloaded diesel_derives v2.1.4
10372024-07-15T20:40:58.497Z Downloaded stability v0.2.0
10382024-07-15T20:40:58.497Z Downloaded sqlparser v0.45.0
10392024-07-15T20:40:58.503Z Downloaded spin v0.5.2
10402024-07-15T20:40:58.506Z Downloaded smf v0.2.3
10412024-07-15T20:40:58.506Z Downloaded salty v0.2.0
10422024-07-15T20:40:58.510Z Downloaded rustyline v14.0.0
10432024-07-15T20:40:58.515Z Downloaded lalrpop v0.19.12
10442024-07-15T20:40:58.525Z Downloaded tap v1.0.1
10452024-07-15T20:40:58.529Z Downloaded serde_with v3.8.3
10462024-07-15T20:40:58.535Z Downloaded rustc-hash v1.1.0
10472024-07-15T20:40:58.538Z Downloaded is_ci v1.2.0
10482024-07-15T20:40:58.538Z Downloaded instant v0.1.12
10492024-07-15T20:40:58.538Z Downloaded indicatif v0.17.8
10502024-07-15T20:40:58.541Z Downloaded hostname v0.4.0
10512024-07-15T20:40:58.544Z Downloaded getopts v0.2.21
10522024-07-15T20:40:58.544Z Downloaded fd-lock v4.0.2
10532024-07-15T20:40:58.547Z Downloaded zone_cfg_derive v0.1.2
10542024-07-15T20:40:58.547Z Downloaded zone v0.1.8
10552024-07-15T20:40:58.550Z Downloaded zip v0.6.6
10562024-07-15T20:40:58.555Z Downloaded x509-cert v0.2.5
10572024-07-15T20:40:58.558Z Downloaded vte v0.11.1
10582024-07-15T20:40:58.561Z Downloaded tough v0.17.1
10592024-07-15T20:40:58.566Z Downloaded topological-sort v0.2.2
10602024-07-15T20:40:58.569Z Downloaded toolchain_find v0.4.0
10612024-07-15T20:40:58.569Z Downloaded thiserror-no-std v2.0.2
10622024-07-15T20:40:58.572Z Downloaded hkdf v0.12.4
10632024-07-15T20:40:58.575Z Downloaded env_logger v0.9.3
10642024-07-15T20:40:58.578Z Downloaded uuid v1.9.1
10652024-07-15T20:40:58.581Z Downloaded petgraph v0.6.5
10662024-07-15T20:40:58.595Z Downloaded derive_builder_macro v0.20.0
10672024-07-15T20:40:58.597Z Downloaded derive_builder_core v0.20.0
10682024-07-15T20:40:58.597Z Downloaded derive_builder v0.20.0
10692024-07-15T20:40:58.601Z Downloaded tokio-stream v0.1.15
10702024-07-15T20:40:58.605Z Downloaded tokio-rustls v0.25.0
10712024-07-15T20:40:58.608Z Downloaded wyz v0.5.1
10722024-07-15T20:40:58.608Z Downloaded utf-8 v0.7.6
10732024-07-15T20:40:58.612Z Downloaded sqlparser_derive v0.2.2
10742024-07-15T20:40:58.612Z Downloaded sqlformat v0.2.4
10752024-07-15T20:40:58.615Z Downloaded spki v0.7.3
10762024-07-15T20:40:58.615Z Downloaded spin v0.9.8
10772024-07-15T20:40:58.618Z Downloaded peg-macros v0.8.3
10782024-07-15T20:40:58.618Z Downloaded bzip2-sys v0.1.11+1.0.8
10792024-07-15T20:40:58.629Z Downloaded keccak v0.1.5
10802024-07-15T20:40:58.632Z Downloaded hashbrown v0.13.2
10812024-07-15T20:40:58.636Z Downloaded radix_trie v0.2.1
10822024-07-15T20:40:58.639Z Downloaded defmt-parser v0.3.4
10832024-07-15T20:40:58.643Z Downloaded defmt-macros v0.3.9
10842024-07-15T20:40:58.646Z Downloaded defmt v0.3.8
10852024-07-15T20:40:58.646Z Downloaded debug-ignore v1.0.5
10862024-07-15T20:40:58.649Z Downloaded publicsuffix v2.2.3
10872024-07-15T20:40:58.649Z Downloaded pretty-hex v0.2.1
10882024-07-15T20:40:58.652Z Downloaded postgres-types v0.2.6
10892024-07-15T20:40:58.654Z Downloaded postgres-protocol v0.6.6
10902024-07-15T20:40:58.655Z Downloaded postcard v1.0.8
10912024-07-15T20:40:58.657Z Downloaded portpicker v0.1.1
10922024-07-15T20:40:58.657Z Downloaded poly1305 v0.8.0
10932024-07-15T20:40:58.661Z Downloaded peg-runtime v0.8.3
10942024-07-15T20:40:58.661Z Downloaded peg v0.8.3
10952024-07-15T20:40:58.665Z Downloaded path-slash v0.1.5
10962024-07-15T20:40:58.669Z Downloaded password-hash v0.5.0
10972024-07-15T20:40:58.669Z Downloaded parse-size v1.0.0
10982024-07-15T20:40:58.669Z Downloaded parse-display-derive v0.9.1
10992024-07-15T20:40:58.669Z Downloaded parse-display v0.9.1
11002024-07-15T20:40:58.673Z Downloaded oso-derive v0.27.3
11012024-07-15T20:40:58.673Z Downloaded oso v0.27.3
11022024-07-15T20:40:58.677Z Downloaded hash32 v0.3.1
11032024-07-15T20:40:58.677Z Downloaded gethostname v0.4.3
11042024-07-15T20:40:58.677Z Downloaded foreign-types-macros v0.2.3
11052024-07-15T20:40:58.677Z Downloaded ff v0.13.0
11062024-07-15T20:40:58.681Z Downloaded erased-serde v0.3.31
11072024-07-15T20:40:58.681Z Downloaded ena v0.14.3
11082024-07-15T20:40:58.685Z Downloaded rand_xorshift v0.3.0
11092024-07-15T20:40:58.685Z Downloaded csv v1.3.0
11102024-07-15T20:40:58.702Z Downloaded ref-cast-impl v1.0.23
11112024-07-15T20:40:58.710Z Downloaded ring v0.17.8
11122024-07-15T20:40:58.768Z Downloaded rayon v1.10.0
11132024-07-15T20:40:58.774Z Downloaded console v0.15.8
11142024-07-15T20:40:58.777Z Downloaded block-padding v0.3.3
11152024-07-15T20:40:58.781Z Downloaded object v0.30.4
11162024-07-15T20:40:58.788Z Downloaded proptest v1.4.0
11172024-07-15T20:40:58.798Z Downloaded clang-sys v1.7.0
11182024-07-15T20:40:58.803Z Downloaded bstr v0.2.17
11192024-07-15T20:40:58.809Z Downloaded pkcs1 v0.7.5
11202024-07-15T20:40:58.813Z Downloaded predicates v3.1.0
11212024-07-15T20:40:58.816Z Downloaded predicates-tree v1.0.9
11222024-07-15T20:40:58.816Z Downloaded pkcs8 v0.10.2
11232024-07-15T20:40:58.820Z Downloaded phf_shared v0.11.2
11242024-07-15T20:40:58.820Z Downloaded parking_lot v0.11.2
11252024-07-15T20:40:58.820Z Downloaded parking_lot_core v0.8.6
11262024-07-15T20:40:58.825Z Downloaded der v0.7.9
11272024-07-15T20:40:58.829Z Downloaded bitfield v0.14.0
11282024-07-15T20:40:58.829Z Downloaded derive_more v0.99.18
11292024-07-15T20:40:58.832Z Downloaded mockall_derive v0.12.1
11302024-07-15T20:40:58.836Z Downloaded base64ct v1.6.0
11312024-07-15T20:40:58.842Z Downloaded packed_struct v0.10.1
11322024-07-15T20:40:58.842Z Downloaded opaque-debug v0.3.1
11332024-07-15T20:40:58.842Z Downloaded ring v0.16.20
11342024-07-15T20:40:58.914Z Downloaded num_enum v0.5.11
11352024-07-15T20:40:58.919Z Downloaded num-rational v0.4.2
11362024-07-15T20:40:58.919Z Downloaded num-iter v0.1.45
11372024-07-15T20:40:58.924Z Downloaded num-integer v0.1.46
11382024-07-15T20:40:58.924Z Downloaded num-complex v0.4.6
11392024-07-15T20:40:58.924Z Downloaded num v0.4.3
11402024-07-15T20:40:58.924Z Downloaded mockall v0.12.1
11412024-07-15T20:40:58.928Z Downloaded mime_guess v2.0.4
11422024-07-15T20:40:58.928Z Downloaded data-encoding v2.6.0
11432024-07-15T20:40:58.928Z Downloaded darling_core v0.20.9
11442024-07-15T20:40:58.936Z Downloaded darling v0.20.9
11452024-07-15T20:40:58.941Z Downloaded base16ct v0.2.0
11462024-07-15T20:40:58.941Z Downloaded backtrace v0.3.71
11472024-07-15T20:40:58.941Z Downloaded normalize-line-endings v0.3.0
11482024-07-15T20:40:58.941Z Downloaded new_debug_unreachable v1.0.6
11492024-07-15T20:40:58.941Z Downloaded multimap v0.10.0
11502024-07-15T20:40:58.945Z Downloaded memoffset v0.9.1
11512024-07-15T20:40:58.945Z Downloaded crunchy v0.2.2
11522024-07-15T20:40:58.945Z Downloaded ciborium-io v0.2.2
11532024-07-15T20:40:58.945Z Downloaded ascii v1.1.0
11542024-07-15T20:40:58.945Z Downloaded bit-vec v0.6.3
11552024-07-15T20:40:58.949Z Downloaded async-trait v0.1.81
11562024-07-15T20:40:58.949Z Downloaded ahash v0.8.11
11572024-07-15T20:40:58.956Z Downloaded curve25519-dalek-derive v0.1.1
11582024-07-15T20:40:58.957Z Downloaded cstr-argument v0.1.2
11592024-07-15T20:40:58.957Z Downloaded crucible-workspace-hack v0.1.0
11602024-07-15T20:40:58.957Z Downloaded crossterm v0.27.0
11612024-07-15T20:40:58.962Z Downloaded cfg_aliases v0.1.1
11622024-07-15T20:40:58.962Z Downloaded bit-set v0.5.3
11632024-07-15T20:40:58.962Z Downloaded atomicwrites v0.4.3
11642024-07-15T20:40:58.962Z Downloaded atomic-waker v1.1.2
11652024-07-15T20:40:58.966Z Downloaded async-stream-impl v0.3.5
11662024-07-15T20:40:58.966Z Downloaded arrayvec v0.7.4
11672024-07-15T20:40:58.966Z Downloaded arrayref v0.3.7
11682024-07-15T20:40:58.966Z Downloaded aead v0.5.2
11692024-07-15T20:40:58.966Z Downloaded cookie_store v0.20.0
11702024-07-15T20:40:58.966Z Downloaded cookie v0.18.1
11712024-07-15T20:40:58.969Z Downloaded cobs v0.2.3
11722024-07-15T20:40:58.969Z Downloaded cassowary v0.3.0
11732024-07-15T20:40:58.974Z Downloaded bitstruct_derive v0.1.0
11742024-07-15T20:40:58.974Z Downloaded bitstruct v0.1.1
11752024-07-15T20:40:58.974Z Downloaded bitfield-struct v0.6.1
11762024-07-15T20:40:59.099Z Compiling proc-macro2 v1.0.86
11772024-07-15T20:40:59.099Z Compiling unicode-ident v1.0.12
11782024-07-15T20:40:59.099Z Compiling libc v0.2.155
11792024-07-15T20:40:59.106Z Compiling serde v1.0.204
11802024-07-15T20:40:59.107Z Compiling autocfg v1.3.0
11812024-07-15T20:40:59.107Z Compiling version_check v0.9.4
11822024-07-15T20:40:59.107Z Compiling cfg-if v1.0.0
11832024-07-15T20:40:59.321Z Compiling cc v1.0.97
11842024-07-15T20:40:59.373Z Compiling parking_lot_core v0.9.10
11852024-07-15T20:40:59.758Z Compiling once_cell v1.19.0
11862024-07-15T20:40:59.800Z Compiling serde_json v1.0.120
11872024-07-15T20:40:59.848Z Compiling lock_api v0.4.12
11882024-07-15T20:40:59.877Z Compiling ahash v0.8.11
11892024-07-15T20:41:00.079Z Compiling libm v0.2.8
11902024-07-15T20:41:00.093Z Compiling byteorder v1.5.0
11912024-07-15T20:41:00.126Z Compiling num-traits v0.2.19
11922024-07-15T20:41:00.166Z Compiling memchr v2.7.2
11932024-07-15T20:41:00.517Z Compiling scopeguard v1.2.0
11942024-07-15T20:41:00.596Z Compiling thiserror v1.0.60
11952024-07-15T20:41:00.681Z Compiling quote v1.0.36
11962024-07-15T20:41:01.090Z Compiling syn v2.0.71
11972024-07-15T20:41:01.209Z Compiling getrandom v0.2.14
11982024-07-15T20:41:01.410Z Compiling typenum v1.17.0
11992024-07-15T20:41:01.573Z Compiling itoa v1.0.11
12002024-07-15T20:41:01.799Z Compiling log v0.4.21
12012024-07-15T20:41:01.816Z Compiling generic-array v0.14.7
12022024-07-15T20:41:02.463Z Compiling allocator-api2 v0.2.18
12032024-07-15T20:41:02.481Z Compiling slab v0.4.9
12042024-07-15T20:41:02.500Z Compiling ring v0.17.8
12052024-07-15T20:41:02.540Z Compiling ryu v1.0.18
12062024-07-15T20:41:02.776Z Compiling pin-project-lite v0.2.14
12072024-07-15T20:41:02.834Z Compiling schemars v0.8.21
12082024-07-15T20:41:02.867Z Compiling smallvec v1.13.2
12092024-07-15T20:41:03.069Z Compiling semver v1.0.23
12102024-07-15T20:41:03.314Z Compiling equivalent v1.0.1
12112024-07-15T20:41:03.424Z Compiling spin v0.9.8
12122024-07-15T20:41:03.491Z Compiling pkg-config v0.3.30
12132024-07-15T20:41:03.513Z Compiling vcpkg v0.2.15
12142024-07-15T20:41:03.650Z Compiling parking_lot v0.12.2
12152024-07-15T20:41:04.197Z Compiling signal-hook-registry v1.4.2
12162024-07-15T20:41:05.040Z Compiling syn v1.0.109
12172024-07-15T20:41:05.357Z Compiling openssl-sys v0.9.102
12182024-07-15T20:41:05.657Z Compiling mio v0.8.11
12192024-07-15T20:41:06.229Z Compiling rand_core v0.6.4
12202024-07-15T20:41:06.298Z Compiling num_cpus v1.16.0
12212024-07-15T20:41:06.425Z Compiling socket2 v0.5.7
12222024-07-15T20:41:06.599Z Compiling num-conv v0.1.0
12232024-07-15T20:41:06.850Z Compiling time-core v0.1.2
12242024-07-15T20:41:07.013Z Compiling time-macros v0.2.18
12252024-07-15T20:41:07.362Z Compiling heck v0.5.0
12262024-07-15T20:41:07.398Z Compiling httparse v1.8.0
12272024-07-15T20:41:07.787Z Compiling futures-core v0.3.30
12282024-07-15T20:41:08.116Z Compiling fnv v1.0.7
12292024-07-15T20:41:08.219Z Compiling openssl v0.10.64
12302024-07-15T20:41:08.668Z Compiling rustix v0.38.34
12312024-07-15T20:41:08.671Z Compiling iana-time-zone v0.1.60
12322024-07-15T20:41:08.786Z Compiling serde_derive_internals v0.29.1
12332024-07-15T20:41:09.087Z Compiling crossbeam-utils v0.8.19
12342024-07-15T20:41:09.671Z Compiling tinyvec_macros v0.1.1
12352024-07-15T20:41:09.763Z Compiling rustls v0.21.12
12362024-07-15T20:41:09.779Z Compiling native-tls v0.2.11
12372024-07-15T20:41:09.895Z Compiling tinyvec v1.6.0
12382024-07-15T20:41:10.335Z Compiling subtle v2.5.0
12392024-07-15T20:41:10.700Z Compiling const-oid v0.9.6
12402024-07-15T20:41:10.820Z Compiling ucd-trie v0.1.6
12412024-07-15T20:41:10.851Z Compiling futures-sink v0.3.30
12422024-07-15T20:41:11.235Z Compiling unicode-normalization v0.1.23
12432024-07-15T20:41:11.282Z Compiling backtrace v0.3.71
12442024-07-15T20:41:11.297Z Compiling cookie v0.17.0
12452024-07-15T20:41:11.664Z Compiling dyn-clone v1.0.17
12462024-07-15T20:41:11.705Z Compiling unicode-bidi v0.3.15
12472024-07-15T20:41:11.843Z Compiling slog v2.7.0
12482024-07-15T20:41:12.541Z Compiling futures-channel v0.3.30
12492024-07-15T20:41:12.578Z Compiling futures-io v0.3.30
12502024-07-15T20:41:12.930Z Compiling futures-task v0.3.30
12512024-07-15T20:41:12.965Z Compiling pin-utils v0.1.0
12522024-07-15T20:41:13.245Z Compiling aho-corasick v1.1.3
12532024-07-15T20:41:13.274Z Compiling anyhow v1.0.86
12542024-07-15T20:41:13.468Z Compiling untrusted v0.9.0
12552024-07-15T20:41:13.726Z Compiling regex-syntax v0.8.3
12562024-07-15T20:41:13.937Z Compiling winnow v0.5.40
12572024-07-15T20:41:14.394Z Compiling serde_derive v1.0.204
12582024-07-15T20:41:15.883Z Compiling zerocopy-derive v0.7.34
12592024-07-15T20:41:16.524Z Compiling zeroize_derive v1.4.2
12602024-07-15T20:41:17.723Z Compiling thiserror-impl v1.0.60
12612024-07-15T20:41:17.804Z Compiling tokio-macros v2.3.0
12622024-07-15T20:41:17.852Z Compiling zerocopy v0.7.34
12632024-07-15T20:41:17.901Z Compiling futures-macro v0.3.30
12642024-07-15T20:41:18.463Z Compiling schemars_derive v0.8.21
12652024-07-15T20:41:19.312Z Compiling tracing-attributes v0.1.27
12662024-07-15T20:41:19.712Z Compiling zeroize v1.7.0
12672024-07-15T20:41:20.058Z Compiling hashbrown v0.14.5
12682024-07-15T20:41:20.713Z Compiling openssl-macros v0.1.1
12692024-07-15T20:41:21.403Z Compiling scroll_derive v0.12.0
12702024-07-15T20:41:21.480Z Compiling pest v2.7.10
12712024-07-15T20:41:21.701Z Compiling futures-util v0.3.30
12722024-07-15T20:41:22.571Z Compiling crypto-common v0.1.6
12732024-07-15T20:41:22.720Z Compiling der_derive v0.7.2
12742024-07-15T20:41:22.750Z Compiling block-buffer v0.10.4
12752024-07-15T20:41:23.279Z Compiling regex-automata v0.4.6
12762024-07-15T20:41:24.206Z Compiling pest_meta v2.7.10
12772024-07-15T20:41:25.071Z Compiling tracing-core v0.1.32
12782024-07-15T20:41:27.452Z Compiling pest_generator v2.7.10
12792024-07-15T20:41:27.998Z Compiling bytes v1.6.0
12802024-07-15T20:41:29.150Z Compiling indexmap v2.2.6
12812024-07-15T20:41:29.236Z Compiling uuid v1.9.1
12822024-07-15T20:41:29.873Z Compiling tokio v1.38.0
12832024-07-15T20:41:30.452Z Compiling bitflags v2.5.0
12842024-07-15T20:41:30.635Z Compiling chrono v0.4.38
12852024-07-15T20:41:31.016Z Compiling serde_tokenstream v0.2.1
12862024-07-15T20:41:32.100Z Compiling toml_datetime v0.6.6
12872024-07-15T20:41:32.534Z Compiling serde_spanned v0.6.6
12882024-07-15T20:41:32.754Z Compiling http v0.2.12
12892024-07-15T20:41:34.539Z Compiling toml_edit v0.19.15
12902024-07-15T20:41:35.050Z Compiling rustc_version v0.4.0
12912024-07-15T20:41:35.701Z Compiling pest_derive v2.7.10
12922024-07-15T20:41:35.802Z Compiling usdt-impl v0.5.0
12932024-07-15T20:41:36.111Z Compiling rustversion v1.0.17
12942024-07-15T20:41:36.420Z Compiling powerfmt v0.2.0
12952024-07-15T20:41:36.785Z Compiling deranged v0.3.11
12962024-07-15T20:41:36.810Z Compiling heapless v0.7.17
12972024-07-15T20:41:36.909Z Compiling tracing v0.1.40
12982024-07-15T20:41:37.199Z Compiling digest v0.10.7
12992024-07-15T20:41:37.604Z Compiling scroll v0.12.0
13002024-07-15T20:41:38.402Z Compiling ppv-lite86 v0.2.17
13012024-07-15T20:41:38.953Z Compiling plain v0.2.3
13022024-07-15T20:41:39.106Z Compiling percent-encoding v2.3.1
13032024-07-15T20:41:39.194Z Compiling signal-hook v0.3.17
13042024-07-15T20:41:39.230Z Compiling num_threads v0.1.7
13052024-07-15T20:41:39.446Z Compiling heck v0.4.1
13062024-07-15T20:41:39.535Z Compiling time v0.3.36
13072024-07-15T20:41:39.868Z Compiling rand_chacha v0.3.1
13082024-07-15T20:41:39.896Z Compiling goblin v0.8.2
13092024-07-15T20:41:41.748Z Compiling regex v1.10.5
13102024-07-15T20:41:42.927Z Compiling pretty-hex v0.4.1
13112024-07-15T20:41:43.129Z Compiling crc32fast v1.4.0
13122024-07-15T20:41:43.572Z Compiling strsim v0.11.1
13132024-07-15T20:41:44.329Z Compiling rand v0.8.5
13142024-07-15T20:41:45.297Z Compiling tokio-util v0.7.11
13152024-07-15T20:41:45.526Z Compiling dof v0.3.0
13162024-07-15T20:41:45.909Z Compiling dtrace-parser v0.2.0
13172024-07-15T20:41:47.048Z Compiling async-trait v0.1.81
13182024-07-15T20:41:47.403Z Compiling thread-id v4.2.1
13192024-07-15T20:41:47.675Z Compiling base64ct v1.6.0
13202024-07-15T20:41:47.738Z Compiling foreign-types-shared v0.1.1
13212024-07-15T20:41:47.837Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13222024-07-15T20:41:47.970Z Compiling unicode-width v0.1.13
13232024-07-15T20:41:48.073Z Compiling smoltcp v0.9.1
13242024-07-15T20:41:48.176Z Compiling pem-rfc7468 v0.7.0
13252024-07-15T20:41:48.662Z Compiling foreign-types v0.3.2
13262024-07-15T20:41:49.838Z Compiling form_urlencoded v1.2.1
13272024-07-15T20:41:50.199Z Compiling hmac v0.12.1
13282024-07-15T20:41:50.316Z Compiling siphasher v0.3.11
13292024-07-15T20:41:50.406Z Compiling base64 v0.21.7
13302024-07-15T20:41:50.430Z Compiling flagset v0.4.5
13312024-07-15T20:41:50.642Z Compiling adler v1.0.2
13322024-07-15T20:41:50.905Z Compiling try-lock v0.2.5
13332024-07-15T20:41:51.289Z Compiling want v0.3.1
13342024-07-15T20:41:51.306Z Compiling miniz_oxide v0.7.2
13352024-07-15T20:41:51.353Z Compiling der v0.7.9
13362024-07-15T20:41:53.197Z Compiling h2 v0.3.26
13372024-07-15T20:41:54.427Z Compiling rustls-webpki v0.101.7
13382024-07-15T20:41:54.478Z Compiling sct v0.7.1
13392024-07-15T20:41:54.563Z Compiling http-body v0.4.6
13402024-07-15T20:41:55.622Z Compiling openapiv3 v2.0.0
13412024-07-15T20:41:55.879Z Compiling hubpack_derive v0.1.1
13422024-07-15T20:41:56.109Z Compiling zerocopy-derive v0.6.6
13432024-07-15T20:41:56.280Z Compiling idna v0.5.0
13442024-07-15T20:41:56.865Z Compiling lazy_static v1.5.0
13452024-07-15T20:41:56.949Z Compiling errno v0.3.9
13462024-07-15T20:41:57.195Z Compiling fs-err v2.11.0
13472024-07-15T20:41:57.198Z Compiling tower-service v0.3.2
13482024-07-15T20:41:57.323Z Compiling httpdate v1.0.3
13492024-07-15T20:41:57.471Z Compiling openssl-probe v0.1.5
13502024-07-15T20:41:57.570Z Compiling cpufeatures v0.2.12
13512024-07-15T20:41:57.742Z Compiling stable_deref_trait v1.2.0
13522024-07-15T20:41:57.857Z Compiling utf8parse v0.2.1
13532024-07-15T20:41:57.992Z Compiling finl_unicode v1.2.0
13542024-07-15T20:41:58.038Z Compiling gimli v0.28.1
13552024-07-15T20:41:58.448Z Compiling anstyle v1.0.7
13562024-07-15T20:41:58.791Z Compiling stringprep v0.1.4
13572024-07-15T20:41:59.680Z Compiling anstyle-parse v0.2.4
13582024-07-15T20:41:59.776Z Compiling sha2 v0.10.8
13592024-07-15T20:41:59.999Z Compiling hyper v0.14.28
13602024-07-15T20:42:00.613Z Compiling url v2.5.0
13612024-07-15T20:42:03.080Z Compiling addr2line v0.21.0
13622024-07-15T20:42:03.914Z Compiling spki v0.7.3
13632024-07-15T20:42:04.608Z Compiling usdt-macro v0.5.0
13642024-07-15T20:42:05.274Z Compiling usdt-attr-macro v0.5.0
13652024-07-15T20:42:05.974Z Compiling md-5 v0.10.6
13662024-07-15T20:42:10.102Z Compiling idna v0.3.0
13672024-07-15T20:42:10.563Z Compiling diesel_table_macro_syntax v0.1.0
13682024-07-15T20:42:10.592Z Compiling num-integer v0.1.46
13692024-07-15T20:42:10.908Z Compiling object v0.32.2
13702024-07-15T20:42:11.318Z Compiling hash32 v0.2.1
13712024-07-15T20:42:11.619Z Compiling colorchoice v1.0.1
13722024-07-15T20:42:11.696Z Compiling rustc-demangle v0.1.24
13732024-07-15T20:42:13.979Z Compiling fallible-iterator v0.2.0
13742024-07-15T20:42:14.040Z Compiling anstyle-query v1.0.3
13752024-07-15T20:42:14.190Z Compiling is_terminal_polyfill v1.70.0
13762024-07-15T20:42:14.730Z Compiling psl-types v2.0.11
13772024-07-15T20:42:14.926Z Compiling publicsuffix v2.2.3
13782024-07-15T20:42:15.184Z Compiling postgres-protocol v0.6.6
13792024-07-15T20:42:19.758Z Compiling anstream v0.6.14
13802024-07-15T20:42:20.437Z Compiling diesel_derives v2.1.4
13812024-07-15T20:42:25.235Z Compiling tokio-rustls v0.24.1
13822024-07-15T20:42:26.492Z Compiling pkcs8 v0.10.2
13832024-07-15T20:42:27.029Z Compiling terminal_size v0.3.0
13842024-07-15T20:42:27.208Z Compiling tokio-native-tls v0.3.1
13852024-07-15T20:42:27.668Z Compiling phf_shared v0.11.2
13862024-07-15T20:42:28.116Z Compiling strum_macros v0.25.3
13872024-07-15T20:42:28.506Z Compiling enum-as-inner v0.5.1
13882024-07-15T20:42:29.311Z Compiling block-padding v0.3.3
13892024-07-15T20:42:29.480Z Compiling regress v0.9.1
13902024-07-15T20:42:29.539Z Compiling serde_repr v0.1.19
13912024-07-15T20:42:30.139Z Compiling clap_derive v4.5.8
13922024-07-15T20:42:31.882Z Compiling ff v0.13.0
13932024-07-15T20:42:32.126Z Compiling scheduled-thread-pool v0.2.7
13942024-07-15T20:42:32.636Z Compiling encoding_rs v0.8.34
13952024-07-15T20:42:34.068Z Compiling matches v0.1.10
13962024-07-15T20:42:34.149Z Compiling base16ct v0.2.0
13972024-07-15T20:42:34.165Z Compiling bit-vec v0.6.3
13982024-07-15T20:42:34.441Z Compiling ipnet v2.9.0
13992024-07-15T20:42:34.758Z Compiling bitflags v1.3.2
14002024-07-15T20:42:34.859Z Compiling managed v0.8.0
14012024-07-15T20:42:34.875Z Compiling clap_lex v0.7.0
14022024-07-15T20:42:35.361Z Compiling either v1.12.0
14032024-07-15T20:42:36.006Z Compiling mime v0.3.17
14042024-07-15T20:42:36.251Z Compiling regex-automata v0.1.10
14052024-07-15T20:42:36.728Z Compiling bstr v0.2.17
14062024-07-15T20:42:37.122Z Compiling clap_builder v4.5.9
14072024-07-15T20:42:38.552Z Compiling sec1 v0.7.3
14082024-07-15T20:42:38.566Z Compiling idna v0.2.3
14092024-07-15T20:42:39.360Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14102024-07-15T20:42:39.805Z Compiling r2d2 v0.8.10
14112024-07-15T20:42:41.341Z Compiling group v0.13.0
14122024-07-15T20:42:43.256Z Compiling inout v0.1.3
14132024-07-15T20:42:43.759Z Compiling phf v0.11.2
14142024-07-15T20:42:43.813Z Compiling hyper-tls v0.5.0
14152024-07-15T20:42:44.149Z Compiling signal-hook-mio v0.2.3
14162024-07-15T20:42:44.303Z Compiling hyper-rustls v0.24.2
14172024-07-15T20:42:44.497Z Compiling cookie_store v0.20.0
14182024-07-15T20:42:44.621Z Compiling postgres-types v0.2.6
14192024-07-15T20:42:44.636Z Compiling num-bigint v0.4.5
14202024-07-15T20:42:44.822Z Compiling zerocopy v0.6.6
14212024-07-15T20:42:45.796Z Compiling hubpack v0.1.2
14222024-07-15T20:42:45.824Z Compiling rustls-pemfile v1.0.4
14232024-07-15T20:42:46.052Z Compiling phf_shared v0.10.0
14242024-07-15T20:42:46.209Z Compiling hkdf v0.12.4
14252024-07-15T20:42:46.209Z Compiling serde_urlencoded v0.7.1
14262024-07-15T20:42:46.447Z Compiling crossbeam-epoch v0.9.18
14272024-07-15T20:42:46.744Z Compiling ipnetwork v0.20.0
14282024-07-15T20:42:47.662Z Compiling futures-executor v0.3.30
14292024-07-15T20:42:48.161Z Compiling crypto-bigint v0.5.5
14302024-07-15T20:42:48.470Z Compiling float-cmp v0.9.0
14312024-07-15T20:42:48.687Z Compiling memmap v0.7.0
14322024-07-15T20:42:48.989Z Compiling new_debug_unreachable v1.0.6
14332024-07-15T20:42:49.083Z Compiling sync_wrapper v0.1.2
14342024-07-15T20:42:49.184Z Compiling static_assertions v1.1.0
14352024-07-15T20:42:49.203Z Compiling precomputed-hash v0.1.1
14362024-07-15T20:42:49.283Z Compiling minimal-lexical v0.2.1
14372024-07-15T20:42:49.741Z Compiling winnow v0.6.8
14382024-07-15T20:42:50.019Z Compiling difflib v0.4.0
14392024-07-15T20:42:50.747Z Compiling data-encoding v2.6.0
14402024-07-15T20:42:51.720Z Compiling webpki-roots v0.25.4
14412024-07-15T20:42:51.874Z Compiling fixedbitset v0.4.2
14422024-07-15T20:42:52.283Z Compiling unicode-segmentation v1.11.0
14432024-07-15T20:42:52.366Z Compiling predicates-core v1.0.6
14442024-07-15T20:42:52.442Z Compiling whoami v1.5.1
14452024-07-15T20:42:52.673Z Compiling normalize-line-endings v0.3.0
14462024-07-15T20:42:52.795Z Compiling predicates v3.1.0
14472024-07-15T20:42:52.821Z Compiling tokio-postgres v0.7.10
14482024-07-15T20:42:53.013Z Compiling similar v2.5.0
14492024-07-15T20:42:53.060Z Compiling reqwest v0.11.27
14502024-07-15T20:42:53.528Z Compiling toml_edit v0.22.14
14512024-07-15T20:42:54.017Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14522024-07-15T20:42:54.326Z Compiling petgraph v0.6.5
14532024-07-15T20:42:55.135Z Compiling trust-dns-proto v0.22.0
14542024-07-15T20:42:57.463Z Compiling elliptic-curve v0.13.8
14552024-07-15T20:42:58.198Z Compiling nom v7.1.3
14562024-07-15T20:42:58.315Z Compiling string_cache v0.8.7
14572024-07-15T20:42:58.736Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14582024-07-15T20:42:59.424Z Compiling usdt v0.5.0
14592024-07-15T20:43:00.262Z Compiling futures v0.3.30
14602024-07-15T20:43:00.411Z Compiling diesel v2.1.6
14612024-07-15T20:43:00.765Z Compiling yasna v0.5.2
14622024-07-15T20:43:01.617Z Compiling crossterm v0.27.0
14632024-07-15T20:43:01.785Z Compiling flate2 v1.0.30
14642024-07-15T20:43:02.001Z Compiling cipher v0.4.4
14652024-07-15T20:43:02.685Z Compiling clap v4.5.9
14662024-07-15T20:43:02.811Z Compiling itertools v0.10.5
14672024-07-15T20:43:02.837Z Compiling itertools v0.12.1
14682024-07-15T20:43:03.162Z Compiling bit-set v0.5.3
14692024-07-15T20:43:04.895Z Compiling num-iter v0.1.45
14702024-07-15T20:43:05.058Z Compiling console v0.15.8
14712024-07-15T20:43:05.833Z Compiling tokio-stream v0.1.15
14722024-07-15T20:43:05.917Z Compiling toml v0.7.8
14732024-07-15T20:43:05.974Z Compiling bstr v1.9.1
14742024-07-15T20:43:06.030Z Compiling hex v0.4.3
14752024-07-15T20:43:06.535Z Compiling peg-runtime v0.8.3
14762024-07-15T20:43:06.629Z Compiling unicode-xid v0.2.4
14772024-07-15T20:43:06.792Z Compiling lalrpop-util v0.19.12
14782024-07-15T20:43:07.079Z Compiling camino v1.1.7
14792024-07-15T20:43:07.538Z Compiling proc-macro-crate v1.3.1
14802024-07-15T20:43:08.407Z Compiling heapless v0.8.0
14812024-07-15T20:43:11.033Z Compiling num_enum_derive v0.5.11
14822024-07-15T20:43:16.561Z Compiling hash32 v0.3.1
14832024-07-15T20:43:17.397Z Compiling rustls-pki-types v1.7.0
14842024-07-15T20:43:18.787Z Compiling ident_case v1.0.1
14852024-07-15T20:43:19.081Z Compiling smoltcp v0.11.0
14862024-07-15T20:43:19.710Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14872024-07-15T20:43:23.967Z Compiling darling_core v0.20.9
14882024-07-15T20:43:32.760Z Compiling num_enum v0.5.11
14892024-07-15T20:43:34.145Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14902024-07-15T20:43:34.524Z Compiling getopts v0.2.21
14912024-07-15T20:43:35.256Z Compiling dirs-sys-next v0.1.2
14922024-07-15T20:43:35.824Z Compiling proc-macro-error-attr v1.0.4
14932024-07-15T20:43:36.102Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14942024-07-15T20:43:36.363Z Compiling paste v1.0.15
14952024-07-15T20:43:36.547Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14962024-07-15T20:43:36.811Z Compiling rustls v0.22.4
14972024-07-15T20:43:36.827Z Compiling cobs v0.2.3
14982024-07-15T20:43:37.503Z Compiling embedded-io v0.4.0
14992024-07-15T20:43:37.624Z Compiling unsafe-libyaml v0.2.11
15002024-07-15T20:43:37.736Z Compiling postcard v1.0.8
15012024-07-15T20:43:39.328Z Compiling serde_yaml v0.9.34+deprecated
15022024-07-15T20:43:42.241Z Compiling dirs-next v2.0.0
15032024-07-15T20:43:42.683Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15042024-07-15T20:43:44.950Z Compiling darling_macro v0.20.9
15052024-07-15T20:43:45.925Z Compiling rustls-webpki v0.102.4
15062024-07-15T20:43:52.858Z Compiling strum_macros v0.26.4
15072024-07-15T20:43:54.316Z Compiling structmeta-derive v0.3.0
15082024-07-15T20:43:54.520Z Compiling foreign-types-macros v0.2.3
15092024-07-15T20:43:55.985Z Compiling thread_local v1.1.8
15102024-07-15T20:43:56.215Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15112024-07-15T20:43:56.496Z Compiling multer v3.1.0
15122024-07-15T20:43:56.711Z Compiling proc-macro-error v1.0.4
15132024-07-15T20:43:56.983Z Compiling foreign-types-shared v0.3.1
15142024-07-15T20:43:57.125Z Compiling match_cfg v0.1.0
15152024-07-15T20:43:57.590Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15162024-07-15T20:43:57.604Z Compiling slog-async v2.8.0
15172024-07-15T20:43:58.678Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15182024-07-15T20:44:03.213Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15192024-07-15T20:44:04.371Z Compiling strum v0.26.2
15202024-07-15T20:44:06.015Z Compiling hostname v0.3.1
15212024-07-15T20:44:06.465Z Compiling structmeta v0.3.0
15222024-07-15T20:44:06.625Z Compiling foreign-types v0.5.0
15232024-07-15T20:44:08.532Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15242024-07-15T20:44:11.054Z Compiling darling v0.20.9
15252024-07-15T20:44:14.239Z Compiling term v0.7.0
15262024-07-15T20:44:20.708Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15272024-07-15T20:44:24.458Z Compiling slog-json v2.6.1
15282024-07-15T20:44:24.539Z Compiling tabwriter v1.4.0
15292024-07-15T20:44:24.616Z Compiling crossbeam-channel v0.5.12
15302024-07-15T20:44:25.321Z Compiling http v1.1.0
15312024-07-15T20:44:25.877Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15322024-07-15T20:44:26.142Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15332024-07-15T20:44:26.336Z Compiling async-stream-impl v0.3.5
15342024-07-15T20:44:26.662Z Compiling cstr-argument v0.1.2
15352024-07-15T20:44:26.923Z Compiling is-terminal v0.4.12
15362024-07-15T20:44:26.939Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15372024-07-15T20:44:26.977Z Compiling pretty-hex v0.2.1
15382024-07-15T20:44:27.056Z Compiling rayon-core v1.12.1
15392024-07-15T20:44:27.185Z Compiling crucible-workspace-hack v0.1.0
15402024-07-15T20:44:27.220Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15412024-07-15T20:44:27.316Z Compiling atomic-waker v1.1.2
15422024-07-15T20:44:27.479Z Compiling base64 v0.22.1
15432024-07-15T20:44:27.513Z Compiling fastrand v2.1.0
15442024-07-15T20:44:27.848Z Compiling take_mut v0.2.2
15452024-07-15T20:44:28.015Z Compiling rustls-pemfile v2.1.2
15462024-07-15T20:44:28.605Z Compiling tempfile v3.10.1
15472024-07-15T20:44:28.621Z Compiling async-stream v0.3.5
15482024-07-15T20:44:28.823Z Compiling waitgroup v0.1.2
15492024-07-15T20:44:29.035Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15502024-07-15T20:44:29.064Z Compiling slog-term v2.9.1
15512024-07-15T20:44:29.932Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15522024-07-15T20:44:30.615Z Compiling slog-bunyan v2.5.0
15532024-07-15T20:44:30.877Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15542024-07-15T20:44:31.095Z Compiling tokio-rustls v0.25.0
15552024-07-15T20:44:31.328Z Compiling serde_with_macros v3.8.3
15562024-07-15T20:44:31.545Z Compiling parse-display-derive v0.9.1
15572024-07-15T20:44:31.614Z Compiling toml v0.8.14
15582024-07-15T20:44:31.809Z Compiling sha1 v0.10.6
15592024-07-15T20:44:32.388Z Compiling crossbeam-deque v0.8.5
15602024-07-15T20:44:32.614Z Compiling colored v2.1.0
15612024-07-15T20:44:32.748Z Compiling newtype-uuid v1.1.0
15622024-07-15T20:44:33.092Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15632024-07-15T20:44:33.925Z Compiling serde_path_to_error v0.1.16
15642024-07-15T20:44:34.097Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15652024-07-15T20:44:34.798Z Compiling socket2 v0.4.10
15662024-07-15T20:44:34.987Z Compiling hostname v0.4.0
15672024-07-15T20:44:35.251Z Compiling instant v0.1.12
15682024-07-15T20:44:35.477Z Compiling debug-ignore v1.0.5
15692024-07-15T20:44:35.623Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15702024-07-15T20:44:35.665Z Compiling parse-display v0.9.1
15712024-07-15T20:44:36.013Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15722024-07-15T20:44:36.359Z Compiling backoff v0.4.0
15732024-07-15T20:44:37.506Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15742024-07-15T20:44:37.716Z Compiling serde_with v3.8.3
15752024-07-15T20:44:38.705Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15762024-07-15T20:44:39.219Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15772024-07-15T20:44:39.725Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
15782024-07-15T20:44:40.610Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15792024-07-15T20:44:41.297Z Compiling camino-tempfile v1.1.1
15802024-07-15T20:44:42.165Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15812024-07-15T20:44:42.181Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15822024-07-15T20:44:42.369Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15832024-07-15T20:44:42.661Z Compiling macaddr v1.0.1
15842024-07-15T20:44:42.749Z Compiling num-derive v0.4.2
15852024-07-15T20:44:43.307Z Compiling sigpipe v0.1.3
15862024-07-15T20:44:43.446Z Compiling libefi-sys v0.1.0
15872024-07-15T20:44:43.749Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15882024-07-15T20:44:44.309Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15892024-07-15T20:44:44.971Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
15902024-07-15T20:44:45.320Z Compiling rayon v1.10.0
15912024-07-15T20:44:45.351Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15922024-07-15T20:44:46.280Z Compiling smf v0.2.3
15932024-07-15T20:44:46.576Z Compiling bitfield-struct v0.6.1
15942024-07-15T20:44:47.588Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15952024-07-15T20:44:47.908Z Compiling ring v0.16.20
15962024-07-15T20:44:47.926Z Compiling blake3 v1.5.1
15972024-07-15T20:44:48.486Z Compiling portable-atomic v1.6.0
15982024-07-15T20:44:49.080Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
15992024-07-15T20:44:49.326Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16002024-07-15T20:44:50.006Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16012024-07-15T20:44:51.220Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16022024-07-15T20:44:51.237Z Compiling xattr v1.3.1
16032024-07-15T20:44:51.556Z Compiling filetime v0.2.23
16042024-07-15T20:44:51.897Z Compiling memmap2 v0.9.4
16052024-07-15T20:44:52.413Z Compiling untrusted v0.7.1
16062024-07-15T20:44:52.599Z Compiling arrayvec v0.7.4
16072024-07-15T20:44:52.615Z Compiling arrayref v0.3.7
16082024-07-15T20:44:52.750Z Compiling constant_time_eq v0.3.0
16092024-07-15T20:44:52.787Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16102024-07-15T20:44:52.910Z Compiling spin v0.5.2
16112024-07-15T20:44:52.930Z Compiling same-file v1.0.6
16122024-07-15T20:44:53.161Z Compiling walkdir v2.5.0
16132024-07-15T20:44:53.192Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16142024-07-15T20:44:54.667Z Compiling tar v0.4.41
16152024-07-15T20:44:55.807Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16162024-07-15T20:44:56.233Z Compiling cargo-platform v0.1.8
16172024-07-15T20:44:56.611Z Compiling gethostname v0.4.3
16182024-07-15T20:44:56.892Z Compiling number_prefix v0.4.0
16192024-07-15T20:44:57.141Z Compiling topological-sort v0.2.2
16202024-07-15T20:44:57.346Z Compiling indicatif v0.17.8
16212024-07-15T20:44:57.401Z Compiling omicron-zone-package v0.11.0
16222024-07-15T20:44:57.802Z Compiling cargo_metadata v0.18.1
16232024-07-15T20:45:00.024Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16242024-07-15T20:45:03.160Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16252024-07-15T20:45:05.517Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16262024-07-15T20:45:07.032Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16272024-07-15T20:45:27.678Z Finished `release` profile [optimized] target(s) in 4m 30s
16282024-07-15T20:45:27.791Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16292024-07-15T20:45:27.829ZLogging to: /work/oxidecomputer/omicron/out/LOG
16302024-07-15T20:45:27.832ZCreated new build target 'test' and set it as active
16312024-07-15T20:45:27.832Z
16322024-07-15T20:45:27.832Zreal 4:31.086492240
16332024-07-15T20:45:27.832Zuser 30:29.545780957
16342024-07-15T20:45:27.832Zsys 3:55.892334645
16352024-07-15T20:45:27.832Ztrap 0.910900879
16362024-07-15T20:45:27.832Ztflt 2.930737394
16372024-07-15T20:45:27.832Zdflt 1.374763775
16382024-07-15T20:45:27.832Zkflt 0.020025181
16392024-07-15T20:45:27.832Zlock 1:04:37.458683959
16402024-07-15T20:45:27.832Zslp 1:26:48.782205188
16412024-07-15T20:45:27.832Zlat 2:03.200961505
16422024-07-15T20:45:27.832Zstop 2:59.922676316
16432024-07-15T20:45:27.832Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16442024-07-15T20:45:28.686Z Finished `release` profile [optimized] target(s) in 0.81s
16452024-07-15T20:45:28.727Z Running `target/release/omicron-package -t test package`
16462024-07-15T20:45:28.760ZLogging to: /work/oxidecomputer/omicron/out/LOG
16472024-07-15T20:45:29.762Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16482024-07-15T20:45:29.861Z Compiling humantime v2.1.0
16492024-07-15T20:45:29.864Z Compiling newline-converter v0.3.0
16502024-07-15T20:45:29.865Z Compiling derive-where v1.2.7
16512024-07-15T20:45:29.878Z Compiling dirs-sys-next v0.1.2
16522024-07-15T20:45:29.882Z Compiling convert_case v0.4.0
16532024-07-15T20:45:29.895Z Compiling prettyplease v0.2.20
16542024-07-15T20:45:29.899Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16552024-07-15T20:45:30.010Z Compiling expectorate v1.1.0
16562024-07-15T20:45:30.066Z Compiling dirs-next v2.0.0
16572024-07-15T20:45:30.178Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16582024-07-15T20:45:30.192Z Compiling term v0.7.0
16592024-07-15T20:45:30.245Z Compiling camino v1.1.7
16602024-07-15T20:45:30.301Z Compiling password-hash v0.5.0
16612024-07-15T20:45:30.351Z Compiling blake2 v0.10.6
16622024-07-15T20:45:30.661Z Compiling derive_more v0.99.18
16632024-07-15T20:45:31.521Z Compiling argon2 v0.5.3
16642024-07-15T20:45:31.548Z Compiling is-terminal v0.4.12
16652024-07-15T20:45:31.562Z Compiling semver v0.1.20
16662024-07-15T20:45:31.665Z Compiling toml v0.8.14
16672024-07-15T20:45:32.138Z Compiling rustc_version v0.1.7
16682024-07-15T20:45:32.556Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16692024-07-15T20:45:32.615Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16702024-07-15T20:45:33.015Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16712024-07-15T20:45:33.072Z Compiling newtype_derive v0.1.6
16722024-07-15T20:45:33.174Z Compiling linked-hash-map v0.5.6
16732024-07-15T20:45:33.210Z Compiling rustls-pki-types v1.7.0
16742024-07-15T20:45:33.528Z Compiling lru-cache v0.1.2
16752024-07-15T20:45:33.557Z Compiling steno v0.4.1
16762024-07-15T20:45:33.748Z Compiling rustls-webpki v0.102.4
16772024-07-15T20:45:33.930Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16782024-07-15T20:45:33.943Z Compiling rustls v0.22.4
16792024-07-15T20:45:33.966Z Compiling thread_local v1.1.8
16802024-07-15T20:45:34.455Z Compiling match_cfg v0.1.0
16812024-07-15T20:45:34.551Z Compiling home v0.5.9
16822024-07-15T20:45:34.777Z Compiling hostname v0.3.1
16832024-07-15T20:45:35.585Z Compiling multer v3.1.0
16842024-07-15T20:45:35.650Z Compiling slog-async v2.8.0
16852024-07-15T20:45:35.718Z Compiling slog-json v2.6.1
16862024-07-15T20:45:35.896Z Compiling crossbeam-channel v0.5.12
16872024-07-15T20:45:36.072Z Compiling http v1.1.0
16882024-07-15T20:45:36.630Z Compiling slog-dtrace v0.3.0
16892024-07-15T20:45:36.924Z Compiling termcolor v1.4.1
16902024-07-15T20:45:36.947Z Compiling atomic-waker v1.1.2
16912024-07-15T20:45:37.121Z Compiling take_mut v0.2.2
16922024-07-15T20:45:37.276Z Compiling base64 v0.22.1
16932024-07-15T20:45:37.970Z Compiling rustls-pemfile v2.1.2
16942024-07-15T20:45:38.412Z Compiling waitgroup v0.1.2
16952024-07-15T20:45:38.501Z Compiling slog-bunyan v2.5.0
16962024-07-15T20:45:38.613Z Compiling slog-term v2.9.1
16972024-07-15T20:45:38.692Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
16982024-07-15T20:45:38.756Z Compiling async-stream v0.3.5
16992024-07-15T20:45:38.892Z Compiling sha1 v0.10.6
17002024-07-15T20:45:39.047Z Compiling newtype-uuid v1.1.0
17012024-07-15T20:45:39.132Z Compiling serde_path_to_error v0.1.16
17022024-07-15T20:45:39.291Z Compiling tokio-rustls v0.25.0
17032024-07-15T20:45:39.326Z Compiling hostname v0.4.0
17042024-07-15T20:45:39.543Z Compiling instant v0.1.12
17052024-07-15T20:45:39.685Z Compiling debug-ignore v1.0.5
17062024-07-15T20:45:39.705Z Compiling backoff v0.4.0
17072024-07-15T20:45:39.747Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17082024-07-15T20:45:40.030Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
17092024-07-15T20:45:40.044Z Compiling parse-display v0.9.1
17102024-07-15T20:45:40.629Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17112024-07-15T20:45:40.801Z Compiling serde_with v3.8.3
17122024-07-15T20:45:41.397Z Compiling strum v0.26.2
17132024-07-15T20:45:41.595Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17142024-07-15T20:45:45.413Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17152024-07-15T20:45:45.450Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17162024-07-15T20:45:45.450Z Compiling num-rational v0.4.2
17172024-07-15T20:45:45.450Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17182024-07-15T20:45:45.451Z Compiling num-complex v0.4.6
17192024-07-15T20:45:45.451Z Compiling macaddr v1.0.1
17202024-07-15T20:45:45.473Z Compiling quick-error v1.2.3
17212024-07-15T20:45:45.474Z Compiling resolv-conf v0.7.0
17222024-07-15T20:45:45.474Z Compiling num v0.4.3
17232024-07-15T20:45:45.474Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17242024-07-15T20:45:47.302Z Compiling radium v0.7.0
17252024-07-15T20:45:47.732Z Compiling float-ord v0.3.2
17262024-07-15T20:45:47.796Z Compiling swrite v0.1.0
17272024-07-15T20:45:47.884Z Compiling utf-8 v0.7.6
17282024-07-15T20:45:47.957Z Compiling trust-dns-resolver v0.22.0
17292024-07-15T20:45:48.039Z Compiling tap v1.0.1
17302024-07-15T20:45:48.216Z Compiling maybe-uninit v2.0.0
17312024-07-15T20:45:48.392Z Compiling wyz v0.5.1
17322024-07-15T20:45:48.892Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17332024-07-15T20:45:49.281Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17342024-07-15T20:45:54.681Z Compiling bzip2-sys v0.1.11+1.0.8
17352024-07-15T20:45:55.137Z Compiling funty v2.0.0
17362024-07-15T20:45:57.685Z Compiling display-error-chain v0.2.0
17372024-07-15T20:45:57.874Z Compiling num-bigint-dig v0.8.4
17382024-07-15T20:45:58.150Z Compiling crc-catalog v2.4.0
17392024-07-15T20:45:58.303Z Compiling packed_struct v0.10.1
17402024-07-15T20:45:58.740Z Compiling crc v3.2.1
17412024-07-15T20:46:00.265Z Compiling bitvec v1.0.1
17422024-07-15T20:46:04.831Z Compiling nibble_vec v0.1.0
17432024-07-15T20:46:05.049Z Compiling packed_struct_codegen v0.10.1
17442024-07-15T20:46:05.790Z Compiling indexmap v1.9.3
17452024-07-15T20:46:06.083Z Compiling glob v0.3.1
17462024-07-15T20:46:06.915Z Compiling endian-type v0.1.2
17472024-07-15T20:46:07.099Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17482024-07-15T20:46:07.153Z Compiling nodrop v0.1.14
17492024-07-15T20:46:07.276Z Compiling crunchy v0.2.2
17502024-07-15T20:46:07.743Z Compiling array-init v0.0.4
17512024-07-15T20:46:09.024Z Compiling radix_trie v0.2.1
17522024-07-15T20:46:09.504Z Compiling clang-sys v1.7.0
17532024-07-15T20:46:10.104Z Compiling smallvec v0.6.14
17542024-07-15T20:46:10.606Z Compiling pkcs1 v0.7.5
17552024-07-15T20:46:11.316Z Compiling signature v2.2.0
17562024-07-15T20:46:11.554Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17572024-07-15T20:46:11.608Z Compiling bitfield v0.14.0
17582024-07-15T20:46:11.754Z Compiling hashbrown v0.12.3
17592024-07-15T20:46:11.906Z Compiling tiny-keccak v2.0.2
17602024-07-15T20:46:11.951Z Compiling cancel-safe-futures v0.1.5
17612024-07-15T20:46:12.170Z Compiling maplit v1.0.2
17622024-07-15T20:46:12.307Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17632024-07-15T20:46:12.323Z Compiling serde-hex v0.1.0
17642024-07-15T20:46:14.156Z Compiling rsa v0.9.6
17652024-07-15T20:46:14.524Z Compiling bzip2 v0.4.4
17662024-07-15T20:46:15.092Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17672024-07-15T20:46:15.466Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17682024-07-15T20:46:16.383Z Compiling env_logger v0.10.2
17692024-07-15T20:46:17.376Z Compiling x509-cert v0.2.5
17702024-07-15T20:46:19.574Z Compiling ron v0.8.1
17712024-07-15T20:46:19.661Z Compiling hashbrown v0.13.2
17722024-07-15T20:46:20.247Z Compiling crc-any v2.5.0
17732024-07-15T20:46:21.024Z Compiling object v0.30.4
17742024-07-15T20:46:21.192Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17752024-07-15T20:46:23.314Z Compiling zip v0.6.6
17762024-07-15T20:46:25.722Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17772024-07-15T20:46:26.941Z Compiling rayon-core v1.12.1
17782024-07-15T20:46:26.966Z Compiling ascii-canvas v3.0.0
17792024-07-15T20:46:27.474Z Compiling crossbeam-deque v0.8.5
17802024-07-15T20:46:27.811Z Compiling ena v0.14.3
17812024-07-15T20:46:28.208Z Compiling half v2.4.1
17822024-07-15T20:46:28.926Z Compiling libloading v0.8.3
17832024-07-15T20:46:29.290Z Compiling regex-syntax v0.6.29
17842024-07-15T20:46:29.622Z Compiling same-file v1.0.6
17852024-07-15T20:46:29.855Z Compiling fastrand v2.1.0
17862024-07-15T20:46:30.368Z Compiling arc-swap v1.7.1
17872024-07-15T20:46:30.599Z Compiling bindgen v0.69.4
17882024-07-15T20:46:31.047Z Compiling ciborium-io v0.2.2
17892024-07-15T20:46:31.060Z Compiling path-slash v0.1.5
17902024-07-15T20:46:31.184Z Compiling diff v0.1.13
17912024-07-15T20:46:31.298Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17922024-07-15T20:46:31.767Z Compiling ciborium-ll v0.2.2
17932024-07-15T20:46:32.273Z Compiling slog-scope v4.4.0
17942024-07-15T20:46:33.148Z Compiling lalrpop v0.19.12
17952024-07-15T20:46:33.992Z Compiling tempfile v3.10.1
17962024-07-15T20:46:34.605Z Compiling walkdir v2.5.0
17972024-07-15T20:46:36.319Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17982024-07-15T20:46:36.910Z Compiling which v4.4.2
17992024-07-15T20:46:37.444Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
18002024-07-15T20:46:37.447Z Compiling cexpr v0.6.0
18012024-07-15T20:46:37.661Z Compiling fxhash v0.2.1
18022024-07-15T20:46:37.883Z Compiling rustc-hash v1.1.0
18032024-07-15T20:46:38.034Z Compiling ref-cast v1.0.23
18042024-07-15T20:46:38.486Z Compiling lazycell v1.3.0
18052024-07-15T20:46:38.657Z Compiling shlex v1.3.0
18062024-07-15T20:46:39.121Z Compiling blake3 v1.5.1
18072024-07-15T20:46:39.507Z Compiling ring v0.16.20
18082024-07-15T20:46:42.144Z Compiling rayon v1.10.0
18092024-07-15T20:46:43.302Z Compiling slog-stdlog v4.1.1
18102024-07-15T20:46:44.194Z Compiling ciborium v0.2.2
18112024-07-15T20:46:45.793Z Compiling tungstenite v0.21.0
18122024-07-15T20:46:46.339Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18132024-07-15T20:46:46.611Z Compiling derive_builder_core v0.20.0
18142024-07-15T20:46:47.086Z Compiling headers-core v0.2.0
18152024-07-15T20:46:47.251Z Compiling xattr v1.3.1
18162024-07-15T20:46:47.266Z Compiling libxml v0.3.3
18172024-07-15T20:46:47.503Z Compiling ref-cast-impl v1.0.23
18182024-07-15T20:46:47.592Z Compiling async-recursion v1.1.1
18192024-07-15T20:46:48.631Z Compiling memmap2 v0.9.4
18202024-07-15T20:46:48.781Z Compiling filetime v0.2.23
18212024-07-15T20:46:49.020Z Compiling atty v0.2.14
18222024-07-15T20:46:49.036Z Compiling constant_time_eq v0.3.0
18232024-07-15T20:46:49.087Z Compiling arrayvec v0.7.4
18242024-07-15T20:46:49.167Z Compiling arrayref v0.3.7
18252024-07-15T20:46:49.178Z Compiling spin v0.5.2
18262024-07-15T20:46:49.256Z Compiling untrusted v0.7.1
18272024-07-15T20:46:49.492Z Compiling tar v0.4.41
18282024-07-15T20:46:50.857Z Compiling derive_builder_macro v0.20.0
18292024-07-15T20:46:51.137Z Compiling headers v0.3.9
18302024-07-15T20:46:51.319Z Compiling tokio-tungstenite v0.21.0
18312024-07-15T20:46:51.678Z Compiling slog-envlogger v2.2.0
18322024-07-15T20:46:51.842Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18332024-07-15T20:46:52.828Z Compiling toolchain_find v0.4.0
18342024-07-15T20:46:53.181Z Compiling camino-tempfile v1.1.1
18352024-07-15T20:46:53.195Z Compiling samael v0.0.15
18362024-07-15T20:46:53.369Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18372024-07-15T20:46:53.615Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18382024-07-15T20:46:53.641Z Compiling pem v3.0.4
18392024-07-15T20:46:54.188Z Compiling libsw v3.3.1
18402024-07-15T20:46:54.535Z Compiling strum_macros v0.24.3
18412024-07-15T20:46:54.729Z Compiling cookie v0.18.1
18422024-07-15T20:46:54.843Z Compiling owo-colors v4.0.0
18432024-07-15T20:46:54.941Z Compiling linear-map v1.2.0
18442024-07-15T20:46:54.998Z Compiling topological-sort v0.2.2
18452024-07-15T20:46:55.013Z Compiling indoc v1.0.9
18462024-07-15T20:46:55.159Z Compiling cfg_aliases v0.1.1
18472024-07-15T20:46:55.211Z Compiling omicron-zone-package v0.11.0
18482024-07-15T20:46:55.268Z Compiling nix v0.28.0
18492024-07-15T20:46:56.083Z Compiling rustfmt-wrapper v0.2.1
18502024-07-15T20:46:56.648Z Compiling derive_builder v0.20.0
18512024-07-15T20:46:57.702Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18522024-07-15T20:46:57.821Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18532024-07-15T20:46:58.765Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18542024-07-15T20:46:59.035Z Compiling oso-derive v0.27.3
18552024-07-15T20:47:00.008Z Compiling polar-core v0.27.3
18562024-07-15T20:47:00.022Z Compiling impl-trait-for-tuples v0.2.2
18572024-07-15T20:47:00.274Z Compiling quick-xml v0.31.0
18582024-07-15T20:47:00.774Z Compiling vte_generate_state_changes v0.1.1
18592024-07-15T20:47:01.322Z Compiling unicase v2.7.0
18602024-07-15T20:47:01.612Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18612024-07-15T20:47:01.901Z Compiling buf-list v1.0.3
18622024-07-15T20:47:02.172Z Compiling vte v0.11.1
18632024-07-15T20:47:02.485Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18642024-07-15T20:47:05.269Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18652024-07-15T20:47:06.087Z Compiling tungstenite v0.20.1
18662024-07-15T20:47:06.837Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18672024-07-15T20:47:07.096Z Compiling fd-lock v4.0.2
18682024-07-15T20:47:07.315Z Compiling bb8 v0.8.5
18692024-07-15T20:47:07.926Z Compiling const_format_proc_macros v0.2.32
18702024-07-15T20:47:09.214Z Compiling pin-project-internal v1.1.5
18712024-07-15T20:47:09.875Z Compiling memoffset v0.9.1
18722024-07-15T20:47:10.167Z Compiling bytecount v0.6.8
18732024-07-15T20:47:10.501Z Compiling parking_lot_core v0.8.6
18742024-07-15T20:47:10.927Z Compiling papergrid v0.11.0
18752024-07-15T20:47:11.316Z Compiling const_format v0.2.32
18762024-07-15T20:47:12.001Z Compiling pin-project v1.1.5
18772024-07-15T20:47:12.129Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18782024-07-15T20:47:12.505Z Compiling tokio-tungstenite v0.20.1
18792024-07-15T20:47:13.072Z Compiling strip-ansi-escapes v0.2.0
18802024-07-15T20:47:15.112Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18812024-07-15T20:47:15.126Z Compiling tabled_derive v0.7.0
18822024-07-15T20:47:17.394Z Compiling peg-macros v0.8.3
18832024-07-15T20:47:19.158Z Compiling snafu-derive v0.8.2
18842024-07-15T20:47:20.819Z Compiling sqlparser_derive v0.2.2
18852024-07-15T20:47:21.021Z Compiling nu-ansi-term v0.50.0
18862024-07-15T20:47:21.863Z Compiling unicode_categories v0.1.1
18872024-07-15T20:47:22.358Z Compiling sqlformat v0.2.4
18882024-07-15T20:47:22.518Z Compiling rustyline v14.0.0
18892024-07-15T20:47:22.982Z Compiling sqlparser v0.45.0
18902024-07-15T20:47:24.084Z Compiling snafu v0.8.2
18912024-07-15T20:47:25.370Z Compiling oso v0.27.3
18922024-07-15T20:47:33.177Z Compiling reedline v0.31.0
18932024-07-15T20:47:34.532Z Compiling peg v0.8.3
18942024-07-15T20:47:34.653Z Compiling tabled v0.15.0
18952024-07-15T20:47:51.284Z Compiling env_logger v0.9.3
18962024-07-15T20:47:51.882Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18972024-07-15T20:47:55.740Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18982024-07-15T20:47:55.889Z Compiling globset v0.4.14
18992024-07-15T20:47:56.025Z Compiling olpc-cjson v0.1.3
19002024-07-15T20:47:56.215Z Compiling bcs v0.1.6
19012024-07-15T20:47:56.348Z Compiling bitstruct_derive v0.1.0
19022024-07-15T20:47:57.090Z Compiling serde_plain v1.0.2
19032024-07-15T20:47:57.626Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19042024-07-15T20:47:57.667Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
19052024-07-15T20:47:57.768Z Compiling salty v0.2.0
19062024-07-15T20:47:57.960Z Compiling signature v1.6.4
19072024-07-15T20:47:58.122Z Compiling typed-path v0.7.1
19082024-07-15T20:47:58.149Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
19092024-07-15T20:47:58.421Z Compiling highway v1.1.0
19102024-07-15T20:47:59.756Z Compiling ascii v1.1.0
19112024-07-15T20:48:00.309Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19122024-07-15T20:48:00.500Z Compiling tough v0.17.1
19132024-07-15T20:48:02.766Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19142024-07-15T20:48:03.767Z Compiling ed25519 v1.5.3
19152024-07-15T20:48:04.143Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19162024-07-15T20:48:04.426Z Compiling bitstruct v0.1.1
19172024-07-15T20:48:04.554Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19182024-07-15T20:48:04.850Z Compiling parking_lot v0.11.2
19192024-07-15T20:48:05.463Z Compiling nix v0.27.1
19202024-07-15T20:48:06.907Z Compiling trust-dns-client v0.22.0
19212024-07-15T20:48:08.485Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19222024-07-15T20:48:08.817Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19232024-07-15T20:48:17.968Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19242024-07-15T20:48:19.209Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19252024-07-15T20:48:19.745Z Compiling curve25519-dalek v4.1.3
19262024-07-15T20:48:21.435Z Compiling kstat-rs v0.2.4
19272024-07-15T20:48:22.422Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19282024-07-15T20:48:23.269Z Compiling serde-big-array v0.5.1
19292024-07-15T20:48:23.538Z Compiling serde_arrays v0.1.0
19302024-07-15T20:48:23.731Z Compiling toml v0.5.11
19312024-07-15T20:48:32.972Z Compiling erased-serde v0.3.31
19322024-07-15T20:48:33.143Z Compiling keccak v0.1.5
19332024-07-15T20:48:34.079Z Compiling parse-size v1.0.0
19342024-07-15T20:48:34.361Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19352024-07-15T20:48:34.669Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19362024-07-15T20:48:36.358Z Compiling sha3 v0.10.8
19372024-07-15T20:48:37.272Z Compiling trust-dns-server v0.22.1
19382024-07-15T20:48:44.939Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19392024-07-15T20:48:45.460Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19402024-07-15T20:48:53.334Z Compiling mime_guess v2.0.4
19412024-07-15T20:48:54.403Z Compiling sled v0.34.7
19422024-07-15T20:49:00.267Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19432024-07-15T20:49:01.888Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19442024-07-15T20:49:01.932Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
19452024-07-15T20:49:03.388Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
19462024-07-15T20:49:05.521Z Compiling signal-hook-tokio v0.3.1
19472024-07-15T20:49:05.727Z Compiling universal-hash v0.5.1
19482024-07-15T20:49:05.968Z Compiling heck v0.3.3
19492024-07-15T20:49:06.356Z Compiling secrecy v0.8.0
19502024-07-15T20:49:06.623Z Compiling rand_seeder v0.2.3
19512024-07-15T20:49:07.006Z Compiling castaway v0.2.2
19522024-07-15T20:49:07.195Z Compiling thiserror-impl-no-std v2.0.2
19532024-07-15T20:49:09.987Z Compiling serde-big-array v0.4.1
19542024-07-15T20:49:10.200Z Compiling nanorand v0.7.0
19552024-07-15T20:49:10.984Z Compiling curve25519-dalek-derive v0.1.1
19562024-07-15T20:49:11.021Z Compiling opaque-debug v0.3.1
19572024-07-15T20:49:11.128Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19582024-07-15T20:49:11.502Z Compiling poly1305 v0.8.0
19592024-07-15T20:49:13.035Z Compiling flume v0.11.0
19602024-07-15T20:49:13.821Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19612024-07-15T20:49:15.233Z Compiling thiserror-no-std v2.0.2
19622024-07-15T20:49:15.358Z Compiling compact_str v0.7.1
19632024-07-15T20:49:16.866Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19642024-07-15T20:49:17.079Z Compiling zone_cfg_derive v0.1.2
19652024-07-15T20:49:18.460Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19662024-07-15T20:49:20.359Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19672024-07-15T20:49:20.620Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19682024-07-15T20:49:29.195Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19692024-07-15T20:49:29.833Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19702024-07-15T20:49:30.402Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19712024-07-15T20:49:33.374Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19722024-07-15T20:49:36.174Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19732024-07-15T20:49:36.435Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19742024-07-15T20:49:36.710Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19752024-07-15T20:49:36.987Z Compiling chacha20 v0.9.1
19762024-07-15T20:49:37.461Z Compiling unicode-truncate v1.0.0
19772024-07-15T20:49:37.732Z Compiling itertools v0.13.0
19782024-07-15T20:49:40.425Z Compiling aead v0.5.2
19792024-07-15T20:49:40.758Z Compiling lru v0.12.3
19802024-07-15T20:49:41.102Z Compiling stability v0.2.0
19812024-07-15T20:49:41.506Z Compiling corncobs v0.1.3
19822024-07-15T20:49:41.854Z Compiling base64 v0.13.1
19832024-07-15T20:49:42.037Z Compiling cassowary v0.3.0
19842024-07-15T20:49:42.642Z Compiling ratatui v0.27.0
19852024-07-15T20:49:44.785Z Compiling ron v0.7.1
19862024-07-15T20:49:44.866Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19872024-07-15T20:49:45.609Z Compiling chacha20poly1305 v0.10.1
19882024-07-15T20:49:45.887Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19892024-07-15T20:49:45.904Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19902024-07-15T20:49:48.149Z Compiling zone v0.1.8
19912024-07-15T20:49:50.201Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19922024-07-15T20:49:51.319Z Compiling vsss-rs v3.3.4
19932024-07-15T20:49:55.946Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19942024-07-15T20:49:56.655Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19952024-07-15T20:49:59.122Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19962024-07-15T20:49:59.566Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19972024-07-15T20:50:00.591Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19982024-07-15T20:50:00.873Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19992024-07-15T20:50:02.448Z Compiling portpicker v0.1.1
20002024-07-15T20:50:02.952Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20012024-07-15T20:50:07.595Z Compiling csv-core v0.1.11
20022024-07-15T20:50:07.595Z Compiling unicode-linebreak v0.1.5
20032024-07-15T20:50:07.595Z Compiling smawk v0.3.2
20042024-07-15T20:50:07.595Z Compiling http-range v0.1.5
20052024-07-15T20:50:07.595Z Compiling hyper-staticfile v0.9.5
20062024-07-15T20:50:07.607Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20072024-07-15T20:50:08.242Z Compiling textwrap v0.16.1
20082024-07-15T20:50:08.878Z Compiling csv v1.3.0
20092024-07-15T20:50:10.194Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20102024-07-15T20:50:11.074Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20112024-07-15T20:50:18.086Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20122024-07-15T20:50:19.786Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20132024-07-15T20:50:21.365Z Compiling rcgen v0.12.1
20142024-07-15T20:50:22.182Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20152024-07-15T20:50:22.646Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
20162024-07-15T20:50:31.584Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20172024-07-15T20:50:31.602Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20182024-07-15T20:50:31.776Z Compiling atomicwrites v0.4.3
20192024-07-15T20:50:32.302Z Compiling fatfs v0.3.6
20202024-07-15T20:50:33.312Z Compiling rtoolbox v0.0.2
20212024-07-15T20:50:33.734Z Compiling subprocess v0.2.9
20222024-07-15T20:50:35.116Z Compiling assert_matches v1.5.0
20232024-07-15T20:50:35.219Z Compiling is_ci v1.2.0
20242024-07-15T20:50:35.526Z Compiling supports-color v3.0.0
20252024-07-15T20:50:36.173Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20262024-07-15T20:50:38.405Z Compiling rpassword v7.3.1
20272024-07-15T20:50:38.825Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20282024-07-15T20:50:38.844Z Compiling tui-tree-widget v0.21.0
20292024-07-15T20:50:39.274Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20302024-07-15T20:50:40.619Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
20312024-07-15T20:50:43.190Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20322024-07-15T20:50:43.393Z Compiling shell-words v1.1.0
20332024-07-15T20:50:43.494Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20342024-07-15T20:50:43.832Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20352024-07-15T20:50:55.521Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20362024-07-15T20:51:05.370Z Compiling multimap v0.10.0
20372024-07-15T20:51:05.763Z Compiling uzers v0.11.3
20382024-07-15T20:51:08.686Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20392024-07-15T20:52:55.288Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20402024-07-15T20:53:20.422Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20412024-07-15T20:59:49.620Z Finished `release` profile [optimized] target(s) in 14m 20s
20422024-07-15T21:00:36.278Z
20432024-07-15T21:00:36.279Zreal 15:08.228248529
20442024-07-15T21:00:36.279Zuser 1:44:51.923271910
20452024-07-15T21:00:36.279Zsys 5:48.578456981
20462024-07-15T21:00:36.283Ztrap 2.388236328
20472024-07-15T21:00:36.283Ztflt 2.063043469
20482024-07-15T21:00:36.283Zdflt 3.587928062
20492024-07-15T21:00:36.283Zkflt 0.001187063
20502024-07-15T21:00:36.283Zlock 6:21:19.185111800
20512024-07-15T21:00:36.283Zslp 3:59:34.426892277
20522024-07-15T21:00:36.283Zlat 2:30.574680043
20532024-07-15T21:00:36.283Zstop 1:51.237816500
20542024-07-15T21:00:36.283Z+ mapfile -t packages
20552024-07-15T21:00:36.283Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20562024-07-15T21:00:37.171Z Finished `release` profile [optimized] target(s) in 0.84s
20572024-07-15T21:00:37.211Z Running `target/release/omicron-package -t test list-outputs`
20582024-07-15T21:00:37.246ZLogging to: /work/oxidecomputer/omicron/out/LOG
20592024-07-15T21:00:37.249Z+ ptime -m cargo build --locked --release -p xtask
20602024-07-15T21:00:37.833Z Compiling serde v1.0.204
20612024-07-15T21:00:37.836Z Compiling bitflags v2.5.0
20622024-07-15T21:00:37.914Z Compiling syn v2.0.71
20632024-07-15T21:00:37.919Z Compiling scopeguard v1.2.0
20642024-07-15T21:00:37.922Z Compiling smallvec v1.13.2
20652024-07-15T21:00:37.922Z Compiling bytes v1.6.0
20662024-07-15T21:00:37.925Z Compiling serde_json v1.0.120
20672024-07-15T21:00:38.029Z Compiling lock_api v0.4.12
20682024-07-15T21:00:38.253Z Compiling hashbrown v0.14.5
20692024-07-15T21:00:38.414Z Compiling parking_lot_core v0.9.10
20702024-07-15T21:00:38.427Z Compiling log v0.4.21
20712024-07-15T21:00:38.453Z Compiling mio v0.8.11
20722024-07-15T21:00:38.481Z Compiling libc v0.2.155
20732024-07-15T21:00:38.804Z Compiling parking_lot v0.12.2
20742024-07-15T21:00:38.898Z Compiling generic-array v0.14.7
20752024-07-15T21:00:39.180Z Compiling slog v2.7.0
20762024-07-15T21:00:39.412Z Compiling rustix v0.38.34
20772024-07-15T21:00:39.640Z Compiling indexmap v2.2.6
20782024-07-15T21:00:39.741Z Compiling http v0.2.12
20792024-07-15T21:00:39.787Z Compiling usdt-impl v0.5.0
20802024-07-15T21:00:40.002Z Compiling syn v1.0.109
20812024-07-15T21:00:40.249Z Compiling time-macros v0.2.18
20822024-07-15T21:00:40.411Z Compiling thread-id v4.2.1
20832024-07-15T21:00:40.529Z Compiling tracing v0.1.40
20842024-07-15T21:00:41.264Z Compiling crossbeam-utils v0.8.19
20852024-07-15T21:00:41.767Z Compiling http-body v0.4.6
20862024-07-15T21:00:41.837Z Compiling unicode-normalization v0.1.23
20872024-07-15T21:00:42.298Z Compiling unicode-bidi v0.3.15
20882024-07-15T21:00:42.329Z Compiling block-buffer v0.10.4
20892024-07-15T21:00:42.565Z Compiling crypto-common v0.1.6
20902024-07-15T21:00:43.158Z Compiling idna v0.5.0
20912024-07-15T21:00:43.361Z Compiling time v0.3.36
20922024-07-15T21:00:44.358Z Compiling proc-macro-error v1.0.4
20932024-07-15T21:00:44.982Z Compiling terminal_size v0.3.0
20942024-07-15T21:00:45.204Z Compiling fs-err v2.11.0
20952024-07-15T21:00:45.298Z Compiling anyhow v1.0.86
20962024-07-15T21:00:45.496Z Compiling clap_builder v4.5.9
20972024-07-15T21:00:45.905Z Compiling crossbeam-channel v0.5.12
20982024-07-15T21:00:46.030Z Compiling url v2.5.0
20992024-07-15T21:00:46.450Z Compiling digest v0.10.7
21002024-07-15T21:00:46.893Z Compiling xattr v1.3.1
21012024-07-15T21:00:47.395Z Compiling slog-async v2.8.0
21022024-07-15T21:00:47.470Z Compiling tabled_derive v0.7.0
21032024-07-15T21:00:47.563Z Compiling sha2 v0.10.8
21042024-07-15T21:00:49.414Z Compiling tabled v0.15.0
21052024-07-15T21:00:49.823Z Compiling serde_derive v1.0.204
21062024-07-15T21:00:50.302Z Compiling thiserror-impl v1.0.60
21072024-07-15T21:00:50.600Z Compiling zerocopy-derive v0.7.34
21082024-07-15T21:00:51.525Z Compiling futures-macro v0.3.30
21092024-07-15T21:00:52.632Z Compiling tokio-macros v2.3.0
21102024-07-15T21:00:52.749Z Compiling zerocopy v0.7.34
21112024-07-15T21:00:53.147Z Compiling thiserror v1.0.60
21122024-07-15T21:00:53.289Z Compiling pest v2.7.10
21132024-07-15T21:00:53.511Z Compiling futures-util v0.3.30
21142024-07-15T21:00:54.173Z Compiling tokio v1.38.0
21152024-07-15T21:00:54.576Z Compiling openssl-macros v0.1.1
21162024-07-15T21:00:55.313Z Compiling scroll_derive v0.12.0
21172024-07-15T21:00:56.199Z Compiling pest_meta v2.7.10
21182024-07-15T21:00:56.795Z Compiling scroll v0.12.0
21192024-07-15T21:00:57.433Z Compiling openssl v0.10.64
21202024-07-15T21:01:00.575Z Compiling pest_generator v2.7.10
21212024-07-15T21:01:02.414Z Compiling pest_derive v2.7.10
21222024-07-15T21:01:03.186Z Compiling dtrace-parser v0.2.0
21232024-07-15T21:01:05.070Z Compiling tokio-util v0.7.11
21242024-07-15T21:01:07.158Z Compiling serde_tokenstream v0.2.1
21252024-07-15T21:01:07.680Z Compiling h2 v0.3.26
21262024-07-15T21:01:09.729Z Compiling dof v0.3.0
21272024-07-15T21:01:10.705Z Compiling toml_datetime v0.6.6
21282024-07-15T21:01:11.027Z Compiling serde_spanned v0.6.6
21292024-07-15T21:01:11.263Z Compiling native-tls v0.2.11
21302024-07-15T21:01:11.292Z Compiling goblin v0.8.2
21312024-07-15T21:01:12.395Z Compiling tokio-native-tls v0.3.1
21322024-07-15T21:01:12.686Z Compiling hyper v0.14.28
21332024-07-15T21:01:13.852Z Compiling toml_edit v0.22.14
21342024-07-15T21:01:15.130Z Compiling usdt-attr-macro v0.5.0
21352024-07-15T21:01:16.539Z Compiling usdt-macro v0.5.0
21362024-07-15T21:01:20.411Z Compiling toml v0.8.14
21372024-07-15T21:01:22.625Z Compiling hyper-tls v0.5.0
21382024-07-15T21:01:23.050Z Compiling slog-json v2.6.1
21392024-07-15T21:01:23.425Z Compiling semver v1.0.23
21402024-07-15T21:01:23.586Z Compiling cargo-platform v0.1.8
21412024-07-15T21:01:24.707Z Compiling camino v1.1.7
21422024-07-15T21:01:24.980Z Compiling serde_urlencoded v0.7.1
21432024-07-15T21:01:25.317Z Compiling futures-executor v0.3.30
21442024-07-15T21:01:25.619Z Compiling clap_derive v4.5.8
21452024-07-15T21:01:26.077Z Compiling strum_macros v0.26.4
21462024-07-15T21:01:26.420Z Compiling futures v0.3.30
21472024-07-15T21:01:26.549Z Compiling reqwest v0.11.27
21482024-07-15T21:01:27.408Z Compiling cargo_metadata v0.18.1
21492024-07-15T21:01:30.067Z Compiling slog-bunyan v2.5.0
21502024-07-15T21:01:30.304Z Compiling clap v4.5.9
21512024-07-15T21:01:30.341Z Compiling cargo_toml v0.20.3
21522024-07-15T21:01:30.429Z Compiling usdt v0.5.0
21532024-07-15T21:01:30.880Z Compiling strum v0.26.2
21542024-07-15T21:01:31.079Z Compiling macaddr v1.0.1
21552024-07-15T21:01:31.724Z Compiling slog-term v2.9.1
21562024-07-15T21:01:31.967Z Compiling tar v0.4.41
21572024-07-15T21:01:45.044Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21582024-07-15T21:01:58.909Z Finished `release` profile [optimized] target(s) in 1m 21s
21592024-07-15T21:01:59.003Z
21602024-07-15T21:01:59.006Zreal 1:21.712823889
21612024-07-15T21:01:59.006Zuser 8:52.980612501
21622024-07-15T21:01:59.006Zsys 50.240254722
21632024-07-15T21:01:59.006Ztrap 0.246035082
21642024-07-15T21:01:59.006Ztflt 0.505210057
21652024-07-15T21:01:59.006Zdflt 0.333564968
21662024-07-15T21:01:59.006Zkflt 0.000006068
21672024-07-15T21:01:59.006Zlock 20:14.830553031
21682024-07-15T21:01:59.006Zslp 22:37.033849728
21692024-07-15T21:01:59.006Zlat 23.988241978
21702024-07-15T21:01:59.006Zstop 20.266361251
21712024-07-15T21:01:59.006Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21722024-07-15T21:01:59.006Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21732024-07-15T21:01:59.006Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21742024-07-15T21:01:59.006Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21752024-07-15T21:01:59.006Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21762024-07-15T21:01:59.523Z Downloading crates ...
21772024-07-15T21:01:59.729Z Downloaded cbc v0.1.2
21782024-07-15T21:01:59.737Z Downloaded dhcproto v0.11.0
21792024-07-15T21:01:59.740Z Downloaded md5 v0.7.0
21802024-07-15T21:01:59.746Z Downloaded dhcproto-macros v0.1.0
21812024-07-15T21:01:59.748Z Downloaded russh-cryptovec v0.7.2
21822024-07-15T21:01:59.756Z Downloaded option-ext v0.2.0
21832024-07-15T21:01:59.761Z Downloaded ctr v0.9.2
21842024-07-15T21:01:59.776Z Downloaded rand_core v0.5.1
21852024-07-15T21:01:59.776Z Downloaded ed25519 v2.2.3
21862024-07-15T21:01:59.779Z Downloaded polyval v0.6.2
21872024-07-15T21:01:59.779Z Downloaded bcrypt-pbkdf v0.10.0
21882024-07-15T21:01:59.779Z Downloaded blowfish v0.9.1
21892024-07-15T21:01:59.779Z Downloaded ghash v0.5.1
21902024-07-15T21:01:59.779Z Downloaded getrandom v0.1.16
21912024-07-15T21:01:59.779Z Downloaded dirs-sys v0.4.1
21922024-07-15T21:01:59.779Z Downloaded rfc6979 v0.4.0
21932024-07-15T21:01:59.779Z Downloaded primeorder v0.13.6
21942024-07-15T21:01:59.779Z Downloaded pbkdf2 v0.12.2
21952024-07-15T21:01:59.779Z Downloaded rand_chacha v0.2.2
21962024-07-15T21:01:59.783Z Downloaded internet-checksum v0.2.1
21972024-07-15T21:01:59.783Z Downloaded hex-literal v0.4.1
21982024-07-15T21:01:59.783Z Downloaded pbkdf2 v0.11.0
21992024-07-15T21:01:59.788Z Downloaded ecdsa v0.16.9
22002024-07-15T21:01:59.788Z Downloaded password-hash v0.4.2
22012024-07-15T21:01:59.788Z Downloaded dirs v5.0.1
22022024-07-15T21:01:59.792Z Downloaded russh-keys v0.43.0
22032024-07-15T21:01:59.795Z Downloaded p256 v0.13.2
22042024-07-15T21:01:59.800Z Downloaded ed25519-dalek v2.1.1
22052024-07-15T21:01:59.806Z Downloaded aes v0.8.4
22062024-07-15T21:01:59.812Z Downloaded russh v0.43.0
22072024-07-15T21:01:59.819Z Downloaded rand v0.7.3
22082024-07-15T21:01:59.822Z Downloaded p521 v0.13.3
22092024-07-15T21:01:59.825Z Downloaded aes-gcm v0.10.3
22102024-07-15T21:01:59.951Z Compiling serde v1.0.204
22112024-07-15T21:02:00.048Z Compiling scopeguard v1.2.0
22122024-07-15T21:02:00.053Z Compiling log v0.4.21
22132024-07-15T21:02:00.063Z Compiling smallvec v1.13.2
22142024-07-15T21:02:00.066Z Compiling syn v2.0.71
22152024-07-15T21:02:00.066Z Compiling getrandom v0.2.14
22162024-07-15T21:02:00.074Z Compiling generic-array v0.14.7
22172024-07-15T21:02:00.076Z Compiling libm v0.2.8
22182024-07-15T21:02:00.157Z Compiling lock_api v0.4.12
22192024-07-15T21:02:00.397Z Compiling rand_core v0.6.4
22202024-07-15T21:02:00.439Z Compiling parking_lot_core v0.9.10
22212024-07-15T21:02:00.485Z Compiling num-traits v0.2.19
22222024-07-15T21:02:00.503Z Compiling subtle v2.5.0
22232024-07-15T21:02:00.581Z Compiling mio v0.8.11
22242024-07-15T21:02:00.656Z Compiling spin v0.9.8
22252024-07-15T21:02:00.941Z Compiling parking_lot v0.12.2
22262024-07-15T21:02:01.028Z Compiling ahash v0.8.11
22272024-07-15T21:02:01.075Z Compiling serde_json v1.0.120
22282024-07-15T21:02:01.129Z Compiling allocator-api2 v0.2.18
22292024-07-15T21:02:01.212Z Compiling const-oid v0.9.6
22302024-07-15T21:02:01.349Z Compiling iana-time-zone v0.1.60
22312024-07-15T21:02:01.394Z Compiling syn v1.0.109
22322024-07-15T21:02:01.786Z Compiling unicode-normalization v0.1.23
22332024-07-15T21:02:01.871Z Compiling unicode-bidi v0.3.15
22342024-07-15T21:02:01.890Z Compiling schemars v0.8.21
22352024-07-15T21:02:01.934Z Compiling dyn-clone v1.0.17
22362024-07-15T21:02:02.135Z Compiling ppv-lite86 v0.2.17
22372024-07-15T21:02:02.239Z Compiling time-macros v0.2.18
22382024-07-15T21:02:02.846Z Compiling ring v0.17.8
22392024-07-15T21:02:02.877Z Compiling rand_chacha v0.3.1
22402024-07-15T21:02:03.145Z Compiling aho-corasick v1.1.3
22412024-07-15T21:02:03.432Z Compiling regex-syntax v0.8.3
22422024-07-15T21:02:03.855Z Compiling rand v0.8.5
22432024-07-15T21:02:05.347Z Compiling idna v0.5.0
22442024-07-15T21:02:05.738Z Compiling time v0.3.36
22452024-07-15T21:02:06.006Z Compiling slog v2.7.0
22462024-07-15T21:02:06.572Z Compiling url v2.5.0
22472024-07-15T21:02:06.963Z Compiling regex-automata v0.4.6
22482024-07-15T21:02:06.966Z Compiling untrusted v0.9.0
22492024-07-15T21:02:08.546Z Compiling serde_derive_internals v0.29.1
22502024-07-15T21:02:09.833Z Compiling lazy_static v1.5.0
22512024-07-15T21:02:09.961Z Compiling backtrace v0.3.71
22522024-07-15T21:02:10.264Z Compiling gimli v0.28.1
22532024-07-15T21:02:10.422Z Compiling object v0.32.2
22542024-07-15T21:02:11.159Z Compiling anyhow v1.0.86
22552024-07-15T21:02:11.261Z Compiling rustc-demangle v0.1.24
22562024-07-15T21:02:11.449Z Compiling crossbeam-utils v0.8.19
22572024-07-15T21:02:11.923Z Compiling base64ct v1.6.0
22582024-07-15T21:02:12.072Z Compiling rustls v0.21.12
22592024-07-15T21:02:12.281Z Compiling regex v1.10.5
22602024-07-15T21:02:12.321Z Compiling winnow v0.5.40
22612024-07-15T21:02:12.603Z Compiling rustls-webpki v0.101.7
22622024-07-15T21:02:13.399Z Compiling sct v0.7.1
22632024-07-15T21:02:13.718Z Compiling cookie v0.17.0
22642024-07-15T21:02:14.551Z Compiling addr2line v0.21.0
22652024-07-15T21:02:15.084Z Compiling serde_derive v1.0.204
22662024-07-15T21:02:15.221Z Compiling zeroize_derive v1.4.2
22672024-07-15T21:02:15.276Z Compiling thiserror-impl v1.0.60
22682024-07-15T21:02:16.347Z Compiling zerocopy-derive v0.7.34
22692024-07-15T21:02:16.899Z Compiling zeroize v1.7.0
22702024-07-15T21:02:16.902Z Compiling tokio-macros v2.3.0
22712024-07-15T21:02:17.869Z Compiling futures-macro v0.3.30
22722024-07-15T21:02:18.682Z Compiling schemars_derive v0.8.21
22732024-07-15T21:02:18.724Z Compiling zerocopy v0.7.34
22742024-07-15T21:02:18.739Z Compiling thiserror v1.0.60
22752024-07-15T21:02:18.820Z Compiling crypto-common v0.1.6
22762024-07-15T21:02:18.878Z Compiling block-buffer v0.10.4
22772024-07-15T21:02:19.056Z Compiling tracing-attributes v0.1.27
22782024-07-15T21:02:19.143Z Compiling digest v0.10.7
22792024-07-15T21:02:19.645Z Compiling async-trait v0.1.81
22802024-07-15T21:02:19.957Z Compiling futures-util v0.3.30
22812024-07-15T21:02:21.107Z Compiling hashbrown v0.14.5
22822024-07-15T21:02:22.220Z Compiling openssl-macros v0.1.1
22832024-07-15T21:02:22.590Z Compiling pest v2.7.10
22842024-07-15T21:02:23.181Z Compiling tracing v0.1.40
22852024-07-15T21:02:23.302Z Compiling idna v0.3.0
22862024-07-15T21:02:23.506Z Compiling psl-types v2.0.11
22872024-07-15T21:02:23.685Z Compiling data-encoding v2.6.0
22882024-07-15T21:02:23.708Z Compiling hmac v0.12.1
22892024-07-15T21:02:23.942Z Compiling scroll_derive v0.12.0
22902024-07-15T21:02:24.131Z Compiling publicsuffix v2.2.3
22912024-07-15T21:02:24.382Z Compiling bitflags v1.3.2
22922024-07-15T21:02:24.520Z Compiling webpki-roots v0.25.4
22932024-07-15T21:02:24.644Z Compiling block-padding v0.3.3
22942024-07-15T21:02:24.885Z Compiling pest_meta v2.7.10
22952024-07-15T21:02:24.929Z Compiling der_derive v0.7.2
22962024-07-15T21:02:25.378Z Compiling pem-rfc7468 v0.7.0
22972024-07-15T21:02:25.434Z Compiling flagset v0.4.5
22982024-07-15T21:02:25.454Z Compiling scroll v0.12.0
22992024-07-15T21:02:25.698Z Compiling inout v0.1.3
23002024-07-15T21:02:25.982Z Compiling futures-executor v0.3.30
23012024-07-15T21:02:26.053Z Compiling goblin v0.8.2
23022024-07-15T21:02:26.216Z Compiling pest_generator v2.7.10
23032024-07-15T21:02:26.309Z Compiling futures v0.3.30
23042024-07-15T21:02:26.346Z Compiling cipher v0.4.4
23052024-07-15T21:02:26.426Z Compiling sha2 v0.10.8
23062024-07-15T21:02:26.604Z Compiling either v1.12.0
23072024-07-15T21:02:26.867Z Compiling ff v0.13.0
23082024-07-15T21:02:27.025Z Compiling stable_deref_trait v1.2.0
23092024-07-15T21:02:27.093Z Compiling base16ct v0.2.0
23102024-07-15T21:02:27.126Z Compiling group v0.13.0
23112024-07-15T21:02:27.435Z Compiling hkdf v0.12.4
23122024-07-15T21:02:27.455Z Compiling crossbeam-epoch v0.9.18
23132024-07-15T21:02:27.557Z Compiling der v0.7.9
23142024-07-15T21:02:27.699Z Compiling crypto-bigint v0.5.5
23152024-07-15T21:02:28.232Z Compiling num-integer v0.1.46
23162024-07-15T21:02:28.251Z Compiling unicode-segmentation v1.11.0
23172024-07-15T21:02:29.001Z Compiling managed v0.8.0
23182024-07-15T21:02:29.075Z Compiling matches v0.1.10
23192024-07-15T21:02:29.169Z Compiling idna v0.2.3
23202024-07-15T21:02:29.438Z Compiling enum-as-inner v0.5.1
23212024-07-15T21:02:29.860Z Compiling bytes v1.6.0
23222024-07-15T21:02:30.297Z Compiling indexmap v2.2.6
23232024-07-15T21:02:30.455Z Compiling chrono v0.4.38
23242024-07-15T21:02:30.760Z Compiling tokio v1.38.0
23252024-07-15T21:02:31.066Z Compiling uuid v1.9.1
23262024-07-15T21:02:31.196Z Compiling bitflags v2.5.0
23272024-07-15T21:02:31.668Z Compiling semver v1.0.23
23282024-07-15T21:02:31.695Z Compiling http v0.2.12
23292024-07-15T21:02:32.450Z Compiling serde_tokenstream v0.2.1
23302024-07-15T21:02:32.541Z Compiling serde_spanned v0.6.6
23312024-07-15T21:02:32.989Z Compiling toml_datetime v0.6.6
23322024-07-15T21:02:33.322Z Compiling http-body v0.4.6
23332024-07-15T21:02:33.514Z Compiling toml_edit v0.19.15
23342024-07-15T21:02:33.788Z Compiling openssl v0.10.64
23352024-07-15T21:02:33.858Z Compiling rustix v0.38.34
23362024-07-15T21:02:34.283Z Compiling serde_urlencoded v0.7.1
23372024-07-15T21:02:34.359Z Compiling openapiv3 v2.0.0
23382024-07-15T21:02:34.881Z Compiling cookie_store v0.20.0
23392024-07-15T21:02:36.467Z Compiling rustc_version v0.4.0
23402024-07-15T21:02:36.621Z Compiling pest_derive v2.7.10
23412024-07-15T21:02:36.815Z Compiling dof v0.3.0
23422024-07-15T21:02:36.931Z Compiling spki v0.7.3
23432024-07-15T21:02:37.245Z Compiling pkcs8 v0.10.2
23442024-07-15T21:02:37.314Z Compiling ipnetwork v0.20.0
23452024-07-15T21:02:37.471Z Compiling dtrace-parser v0.2.0
23462024-07-15T21:02:37.836Z Compiling sec1 v0.7.3
23472024-07-15T21:02:38.240Z Compiling usdt-impl v0.5.0
23482024-07-15T21:02:38.398Z Compiling elliptic-curve v0.13.8
23492024-07-15T21:02:38.786Z Compiling tokio-util v0.7.11
23502024-07-15T21:02:39.178Z Compiling tokio-rustls v0.24.1
23512024-07-15T21:02:39.240Z Compiling toml v0.7.8
23522024-07-15T21:02:39.562Z Compiling toml_edit v0.22.14
23532024-07-15T21:02:39.727Z Compiling h2 v0.3.26
23542024-07-15T21:02:39.928Z Compiling native-tls v0.2.11
23552024-07-15T21:02:40.231Z Compiling usdt-attr-macro v0.5.0
23562024-07-15T21:02:40.579Z Compiling tokio-native-tls v0.3.1
23572024-07-15T21:02:40.890Z Compiling usdt-macro v0.5.0
23582024-07-15T21:02:41.055Z Compiling hex v0.4.3
23592024-07-15T21:02:41.691Z Compiling bit-vec v0.6.3
23602024-07-15T21:02:41.838Z Compiling siphasher v0.3.11
23612024-07-15T21:02:41.870Z Compiling trust-dns-proto v0.22.0
23622024-07-15T21:02:42.146Z Compiling heapless v0.7.17
23632024-07-15T21:02:42.213Z Compiling terminal_size v0.3.0
23642024-07-15T21:02:42.375Z Compiling usdt v0.5.0
23652024-07-15T21:02:42.420Z Compiling num-bigint v0.4.5
23662024-07-15T21:02:42.544Z Compiling signal-hook v0.3.17
23672024-07-15T21:02:42.721Z Compiling finl_unicode v1.2.0
23682024-07-15T21:02:42.821Z Compiling clap_builder v4.5.9
23692024-07-15T21:02:42.945Z Compiling itertools v0.10.5
23702024-07-15T21:02:43.337Z Compiling stringprep v0.1.4
23712024-07-15T21:02:44.629Z Compiling regress v0.9.1
23722024-07-15T21:02:45.910Z Compiling yasna v0.5.2
23732024-07-15T21:02:46.444Z Compiling hyper v0.14.28
23742024-07-15T21:02:47.846Z Compiling md-5 v0.10.6
23752024-07-15T21:02:48.130Z Compiling clap_derive v4.5.8
23762024-07-15T21:02:48.478Z Compiling hash32 v0.2.1
23772024-07-15T21:02:48.898Z Compiling fallible-iterator v0.2.0
23782024-07-15T21:02:49.638Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23792024-07-15T21:02:49.863Z Compiling smoltcp v0.9.1
23802024-07-15T21:02:50.300Z Compiling regex-automata v0.1.10
23812024-07-15T21:02:50.442Z Compiling postgres-protocol v0.6.6
23822024-07-15T21:02:50.666Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23832024-07-15T21:02:50.840Z Compiling bstr v0.2.17
23842024-07-15T21:02:51.888Z Compiling phf_shared v0.11.2
23852024-07-15T21:02:52.290Z Compiling tokio-stream v0.1.15
23862024-07-15T21:02:52.311Z Compiling hubpack_derive v0.1.1
23872024-07-15T21:02:52.522Z Compiling zerocopy-derive v0.6.6
23882024-07-15T21:02:52.763Z Compiling diesel_table_macro_syntax v0.1.0
23892024-07-15T21:02:53.185Z Compiling hyper-tls v0.5.0
23902024-07-15T21:02:53.214Z Compiling hyper-rustls v0.24.2
23912024-07-15T21:02:53.248Z Compiling scheduled-thread-pool v0.2.7
23922024-07-15T21:02:53.263Z Compiling fs-err v2.11.0
23932024-07-15T21:02:53.299Z Compiling clap v4.5.9
23942024-07-15T21:02:53.426Z Compiling fixedbitset v0.4.2
23952024-07-15T21:02:53.529Z Compiling reqwest v0.11.27
23962024-07-15T21:02:53.559Z Compiling r2d2 v0.8.10
23972024-07-15T21:02:53.669Z Compiling hubpack v0.1.2
23982024-07-15T21:02:53.864Z Compiling petgraph v0.6.5
23992024-07-15T21:02:53.887Z Compiling diesel_derives v2.1.4
24002024-07-15T21:02:53.929Z Compiling phf v0.11.2
24012024-07-15T21:02:54.132Z Compiling signal-hook-mio v0.2.3
24022024-07-15T21:02:54.221Z Compiling similar v2.5.0
24032024-07-15T21:02:54.737Z Compiling zerocopy v0.6.6
24042024-07-15T21:02:55.606Z Compiling postgres-types v0.2.6
24052024-07-15T21:02:56.512Z Compiling phf_shared v0.10.0
24062024-07-15T21:02:56.771Z Compiling num-iter v0.1.45
24072024-07-15T21:02:56.942Z Compiling strum_macros v0.25.3
24082024-07-15T21:02:56.959Z Compiling serde_repr v0.1.19
24092024-07-15T21:02:56.973Z Compiling console v0.15.8
24102024-07-15T21:02:57.182Z Compiling float-cmp v0.9.0
24112024-07-15T21:02:57.407Z Compiling new_debug_unreachable v1.0.6
24122024-07-15T21:02:57.508Z Compiling predicates-core v1.0.6
24132024-07-15T21:02:57.890Z Compiling precomputed-hash v0.1.1
24142024-07-15T21:02:57.921Z Compiling difflib v0.4.0
24152024-07-15T21:02:58.012Z Compiling static_assertions v1.1.0
24162024-07-15T21:02:58.118Z Compiling normalize-line-endings v0.3.0
24172024-07-15T21:02:58.171Z Compiling minimal-lexical v0.2.1
24182024-07-15T21:02:58.249Z Compiling whoami v1.5.1
24192024-07-15T21:02:58.450Z Compiling predicates v3.1.0
24202024-07-15T21:02:58.712Z Compiling tokio-postgres v0.7.10
24212024-07-15T21:02:58.928Z Compiling nom v7.1.3
24222024-07-15T21:02:59.587Z Compiling string_cache v0.8.7
24232024-07-15T21:03:00.072Z Compiling crossterm v0.27.0
24242024-07-15T21:03:01.098Z Compiling bit-set v0.5.3
24252024-07-15T21:03:01.327Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24262024-07-15T21:03:01.397Z Compiling itertools v0.12.1
24272024-07-15T21:03:02.713Z Compiling bstr v1.9.1
24282024-07-15T21:03:03.849Z Compiling getopts v0.2.21
24292024-07-15T21:03:03.921Z Compiling unicode-xid v0.2.4
24302024-07-15T21:03:04.098Z Compiling peg-runtime v0.8.3
24312024-07-15T21:03:04.577Z Compiling lalrpop-util v0.19.12
24322024-07-15T21:03:04.628Z Compiling unsafe-libyaml v0.2.11
24332024-07-15T21:03:04.797Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24342024-07-15T21:03:04.850Z Compiling sha1 v0.10.6
24352024-07-15T21:03:04.931Z Compiling camino v1.1.7
24362024-07-15T21:03:05.245Z Compiling strum_macros v0.26.4
24372024-07-15T21:03:05.273Z Compiling http v1.1.0
24382024-07-15T21:03:05.947Z Compiling serde_yaml v0.9.34+deprecated
24392024-07-15T21:03:06.620Z Compiling base64 v0.22.1
24402024-07-15T21:03:07.204Z Compiling diesel v2.1.6
24412024-07-15T21:03:07.429Z Compiling toml v0.8.14
24422024-07-15T21:03:07.726Z Compiling rustls-pki-types v1.7.0
24432024-07-15T21:03:07.863Z Compiling crossbeam-channel v0.5.12
24442024-07-15T21:03:08.603Z Compiling ident_case v1.0.1
24452024-07-15T21:03:08.795Z Compiling rustls v0.22.4
24462024-07-15T21:03:09.020Z Compiling paste v1.0.15
24472024-07-15T21:03:09.065Z Compiling slog-async v2.8.0
24482024-07-15T21:03:09.175Z Compiling darling_core v0.20.9
24492024-07-15T21:03:09.581Z Compiling slog-term v2.9.1
24502024-07-15T21:03:09.622Z Compiling rustls-webpki v0.102.4
24512024-07-15T21:03:10.317Z Compiling multer v3.1.0
24522024-07-15T21:03:10.689Z Compiling slog-json v2.6.1
24532024-07-15T21:03:10.716Z Compiling strum v0.26.2
24542024-07-15T21:03:10.848Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24552024-07-15T21:03:10.910Z Compiling async-stream-impl v0.3.5
24562024-07-15T21:03:11.072Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
24572024-07-15T21:03:11.350Z Compiling instant v0.1.12
24582024-07-15T21:03:11.499Z Compiling debug-ignore v1.0.5
24592024-07-15T21:03:11.559Z Compiling atomic-waker v1.1.2
24602024-07-15T21:03:11.719Z Compiling waitgroup v0.1.2
24612024-07-15T21:03:11.753Z Compiling slog-bunyan v2.5.0
24622024-07-15T21:03:11.952Z Compiling rustls-pemfile v2.1.2
24632024-07-15T21:03:11.966Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
24642024-07-15T21:03:12.330Z Compiling async-stream v0.3.5
24652024-07-15T21:03:12.435Z Compiling serde_path_to_error v0.1.16
24662024-07-15T21:03:12.667Z Compiling hostname v0.4.0
24672024-07-15T21:03:12.930Z Compiling structmeta-derive v0.3.0
24682024-07-15T21:03:12.946Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24692024-07-15T21:03:13.290Z Compiling newtype-uuid v1.1.0
24702024-07-15T21:03:13.620Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24712024-07-15T21:03:13.693Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24722024-07-15T21:03:13.995Z Compiling backoff v0.4.0
24732024-07-15T21:03:14.333Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24742024-07-15T21:03:14.357Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752024-07-15T21:03:14.497Z Compiling macaddr v1.0.1
24762024-07-15T21:03:14.537Z Compiling proc-macro-crate v1.3.1
24772024-07-15T21:03:14.982Z Compiling tokio-rustls v0.25.0
24782024-07-15T21:03:15.417Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24792024-07-15T21:03:15.417Z Compiling fastrand v2.1.0
24802024-07-15T21:03:15.558Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24812024-07-15T21:03:15.631Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24822024-07-15T21:03:16.017Z Compiling tempfile v3.10.1
24832024-07-15T21:03:16.055Z Compiling num_enum_derive v0.5.11
24842024-07-15T21:03:16.071Z Compiling structmeta v0.3.0
24852024-07-15T21:03:16.497Z Compiling darling_macro v0.20.9
24862024-07-15T21:03:16.523Z Compiling parse-display-derive v0.9.1
24872024-07-15T21:03:16.944Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24882024-07-15T21:03:17.236Z Compiling foreign-types-macros v0.2.3
24892024-07-15T21:03:17.554Z Compiling darling v0.20.9
24902024-07-15T21:03:17.679Z Compiling serde_with_macros v3.8.3
24912024-07-15T21:03:18.528Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24922024-07-15T21:03:18.806Z Compiling heapless v0.8.0
24932024-07-15T21:03:18.903Z Compiling num_enum v0.5.11
24942024-07-15T21:03:19.066Z Compiling foreign-types-shared v0.3.1
24952024-07-15T21:03:19.206Z Compiling foreign-types v0.5.0
24962024-07-15T21:03:19.359Z Compiling proc-macro-error v1.0.4
24972024-07-15T21:03:20.021Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24982024-07-15T21:03:20.070Z Compiling hash32 v0.3.1
24992024-07-15T21:03:20.323Z Compiling cstr-argument v0.1.2
25002024-07-15T21:03:20.605Z Compiling pretty-hex v0.2.1
25012024-07-15T21:03:20.832Z Compiling smoltcp v0.11.0
25022024-07-15T21:03:20.856Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25032024-07-15T21:03:20.922Z Compiling serde_with v3.8.3
25042024-07-15T21:03:21.023Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25052024-07-15T21:03:21.461Z Compiling parse-display v0.9.1
25062024-07-15T21:03:21.596Z Compiling camino-tempfile v1.1.1
25072024-07-15T21:03:21.714Z Compiling tabwriter v1.4.0
25082024-07-15T21:03:22.045Z Compiling colored v2.1.0
25092024-07-15T21:03:22.126Z Compiling socket2 v0.4.10
25102024-07-15T21:03:22.174Z Compiling embedded-io v0.4.0
25112024-07-15T21:03:22.368Z Compiling cobs v0.2.3
25122024-07-15T21:03:22.664Z Compiling postcard v1.0.8
25132024-07-15T21:03:22.857Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25142024-07-15T21:03:23.051Z Compiling crucible-workspace-hack v0.1.0
25152024-07-15T21:03:23.122Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25162024-07-15T21:03:26.884Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25172024-07-15T21:03:26.987Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25182024-07-15T21:03:26.987Z Compiling smf v0.2.3
25192024-07-15T21:03:26.987Z Compiling humantime v2.1.0
25202024-07-15T21:03:26.987Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25212024-07-15T21:03:26.987Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25222024-07-15T21:03:26.987Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25232024-07-15T21:03:26.987Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25242024-07-15T21:03:26.987Z Compiling num-derive v0.4.2
25252024-07-15T21:03:27.027Z Compiling sigpipe v0.1.3
25262024-07-15T21:03:27.027Z Compiling utf-8 v0.7.6
25272024-07-15T21:03:27.027Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25282024-07-15T21:03:27.028Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25292024-07-15T21:03:27.028Z Compiling atty v0.2.14
25302024-07-15T21:03:27.028Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25312024-07-15T21:03:27.028Z Compiling same-file v1.0.6
25322024-07-15T21:03:27.028Z Compiling rayon-core v1.12.1
25332024-07-15T21:03:27.028Z Compiling semver v0.1.20
25342024-07-15T21:03:27.410Z Compiling rustc_version v0.1.7
25352024-07-15T21:03:27.553Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25362024-07-15T21:03:27.566Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25372024-07-15T21:03:27.769Z Compiling walkdir v2.5.0
25382024-07-15T21:03:27.893Z Compiling curve25519-dalek v4.1.3
25392024-07-15T21:03:27.898Z Compiling newline-converter v0.3.0
25402024-07-15T21:03:28.044Z Compiling crossbeam-deque v0.8.5
25412024-07-15T21:03:28.061Z Compiling universal-hash v0.5.1
25422024-07-15T21:03:28.272Z Compiling opaque-debug v0.3.1
25432024-07-15T21:03:28.358Z Compiling prettyplease v0.2.20
25442024-07-15T21:03:28.497Z Compiling expectorate v1.1.0
25452024-07-15T21:03:28.536Z Compiling newtype_derive v0.1.6
25462024-07-15T21:03:28.660Z Compiling xattr v1.3.1
25472024-07-15T21:03:28.698Z Compiling num-rational v0.4.2
25482024-07-15T21:03:28.718Z Compiling signature v2.2.0
25492024-07-15T21:03:28.814Z Compiling curve25519-dalek-derive v0.1.1
25502024-07-15T21:03:28.942Z Compiling num-complex v0.4.6
25512024-07-15T21:03:28.994Z Compiling blake3 v1.5.1
25522024-07-15T21:03:29.596Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25532024-07-15T21:03:29.724Z Compiling ring v0.16.20
25542024-07-15T21:03:29.987Z Compiling unicase v2.7.0
25552024-07-15T21:03:30.215Z Compiling quick-error v1.2.3
25562024-07-15T21:03:30.285Z Compiling convert_case v0.4.0
25572024-07-15T21:03:30.346Z Compiling getrandom v0.1.16
25582024-07-15T21:03:30.361Z Compiling arc-swap v1.7.1
25592024-07-15T21:03:30.469Z Compiling linked-hash-map v0.5.6
25602024-07-15T21:03:30.779Z Compiling termcolor v1.4.1
25612024-07-15T21:03:30.854Z Compiling slog-scope v4.4.0
25622024-07-15T21:03:31.063Z Compiling lru-cache v0.1.2
25632024-07-15T21:03:31.268Z Compiling env_logger v0.9.3
25642024-07-15T21:03:31.347Z Compiling derive_more v0.99.18
25652024-07-15T21:03:31.406Z Compiling resolv-conf v0.7.0
25662024-07-15T21:03:31.881Z Compiling tar v0.4.41
25672024-07-15T21:03:32.225Z Compiling num v0.4.3
25682024-07-15T21:03:32.697Z Compiling rayon v1.10.0
25692024-07-15T21:03:33.724Z Compiling tungstenite v0.21.0
25702024-07-15T21:03:34.066Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25712024-07-15T21:03:34.558Z Compiling blake2 v0.10.6
25722024-07-15T21:03:35.885Z Compiling bitstruct_derive v0.1.0
25732024-07-15T21:03:35.926Z Compiling derive-where v1.2.7
25742024-07-15T21:03:35.954Z Compiling password-hash v0.5.0
25752024-07-15T21:03:37.024Z Compiling memmap2 v0.9.4
25762024-07-15T21:03:37.267Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25772024-07-15T21:03:37.403Z Compiling arrayvec v0.7.4
25782024-07-15T21:03:37.481Z Compiling libefi-sys v0.1.0
25792024-07-15T21:03:37.605Z Compiling spin v0.5.2
25802024-07-15T21:03:37.752Z Compiling untrusted v0.7.1
25812024-07-15T21:03:37.802Z Compiling constant_time_eq v0.3.0
25822024-07-15T21:03:37.829Z Compiling arrayref v0.3.7
25832024-07-15T21:03:37.928Z Compiling home v0.5.9
25842024-07-15T21:03:37.944Z Compiling parking_lot_core v0.8.6
25852024-07-15T21:03:37.974Z Compiling ascii v1.1.0
25862024-07-15T21:03:38.207Z Compiling float-ord v0.3.2
25872024-07-15T21:03:38.394Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25882024-07-15T21:03:38.451Z Compiling toolchain_find v0.4.0
25892024-07-15T21:03:39.527Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25902024-07-15T21:03:39.781Z Compiling bitstruct v0.1.1
25912024-07-15T21:03:39.887Z Compiling argon2 v0.5.3
25922024-07-15T21:03:39.902Z Compiling tokio-tungstenite v0.21.0
25932024-07-15T21:03:39.920Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25942024-07-15T21:03:40.337Z Compiling trust-dns-resolver v0.22.0
25952024-07-15T21:03:40.443Z Compiling slog-stdlog v4.1.1
25962024-07-15T21:03:40.490Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25972024-07-15T21:03:40.875Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25982024-07-15T21:03:40.920Z Compiling serde_arrays v0.1.0
25992024-07-15T21:03:41.085Z Compiling erased-serde v0.3.31
26002024-07-15T21:03:41.241Z Compiling rfc6979 v0.4.0
26012024-07-15T21:03:41.261Z Compiling aead v0.5.2
26022024-07-15T21:03:41.440Z Compiling bitfield-struct v0.6.1
26032024-07-15T21:03:41.659Z Compiling nibble_vec v0.1.0
26042024-07-15T21:03:41.864Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26052024-07-15T21:03:42.222Z Compiling slog-dtrace v0.3.0
26062024-07-15T21:03:42.500Z Compiling endian-type v0.1.2
26072024-07-15T21:03:42.515Z Compiling topological-sort v0.2.2
26082024-07-15T21:03:42.749Z Compiling cancel-safe-futures v0.1.5
26092024-07-15T21:03:42.795Z Compiling keccak v0.1.5
26102024-07-15T21:03:42.811Z Compiling radix_trie v0.2.1
26112024-07-15T21:03:42.828Z Compiling omicron-zone-package v0.11.0
26122024-07-15T21:03:42.860Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26132024-07-15T21:03:43.165Z Compiling sha3 v0.10.8
26142024-07-15T21:03:43.328Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26152024-07-15T21:03:43.488Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26162024-07-15T21:03:43.551Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
26172024-07-15T21:03:43.568Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26182024-07-15T21:03:43.697Z Compiling ecdsa v0.16.9
26192024-07-15T21:03:43.767Z Compiling slog-envlogger v2.2.0
26202024-07-15T21:03:43.963Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26212024-07-15T21:03:44.218Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26222024-07-15T21:03:44.560Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26232024-07-15T21:03:44.581Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26242024-07-15T21:03:44.722Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26252024-07-15T21:03:45.409Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26262024-07-15T21:03:45.692Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26272024-07-15T21:03:45.813Z Compiling rand_core v0.5.1
26282024-07-15T21:03:46.121Z Compiling mime_guess v2.0.4
26292024-07-15T21:03:46.345Z Compiling steno v0.4.1
26302024-07-15T21:03:46.880Z Compiling rustfmt-wrapper v0.2.1
26312024-07-15T21:03:47.484Z Compiling poly1305 v0.8.0
26322024-07-15T21:03:47.541Z Compiling tungstenite v0.20.1
26332024-07-15T21:03:47.947Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26342024-07-15T21:03:48.673Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26352024-07-15T21:03:49.202Z Compiling primeorder v0.13.6
26362024-07-15T21:03:49.623Z Compiling heck v0.3.3
26372024-07-15T21:03:49.678Z Compiling chacha20 v0.9.1
26382024-07-15T21:03:49.696Z Compiling secrecy v0.8.0
26392024-07-15T21:03:49.973Z Compiling thiserror-impl-no-std v2.0.2
26402024-07-15T21:03:50.040Z Compiling half v2.4.1
26412024-07-15T21:03:50.152Z Compiling option-ext v0.2.0
26422024-07-15T21:03:50.294Z Compiling ciborium-io v0.2.2
26432024-07-15T21:03:50.437Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26442024-07-15T21:03:50.556Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26452024-07-15T21:03:50.609Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26462024-07-15T21:03:50.873Z Compiling ciborium-ll v0.2.2
26472024-07-15T21:03:51.197Z Compiling dirs-sys v0.4.1
26482024-07-15T21:03:51.313Z Compiling zone_cfg_derive v0.1.2
26492024-07-15T21:03:51.509Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26502024-07-15T21:03:51.649Z Compiling tokio-tungstenite v0.20.1
26512024-07-15T21:03:52.170Z Compiling parking_lot v0.11.2
26522024-07-15T21:03:52.384Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26532024-07-15T21:03:52.785Z Compiling rand_chacha v0.2.2
26542024-07-15T21:03:52.855Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26552024-07-15T21:03:53.101Z Compiling trust-dns-client v0.22.0
26562024-07-15T21:03:53.331Z Compiling thiserror-no-std v2.0.2
26572024-07-15T21:03:53.702Z Compiling ed25519 v2.2.3
26582024-07-15T21:03:54.079Z Compiling polyval v0.6.2
26592024-07-15T21:03:54.221Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26602024-07-15T21:03:54.395Z Compiling libsw v3.3.1
26612024-07-15T21:03:54.534Z Compiling toml v0.5.11
26622024-07-15T21:03:54.653Z Compiling aes v0.8.4
26632024-07-15T21:03:54.719Z Compiling blowfish v0.9.1
26642024-07-15T21:03:54.833Z Compiling ctr v0.9.2
26652024-07-15T21:03:55.176Z Compiling pbkdf2 v0.12.2
26662024-07-15T21:03:55.201Z Compiling password-hash v0.4.2
26672024-07-15T21:03:55.356Z Compiling gethostname v0.4.3
26682024-07-15T21:03:55.690Z Compiling fxhash v0.2.1
26692024-07-15T21:03:55.906Z Compiling base64 v0.13.1
26702024-07-15T21:03:56.240Z Compiling owo-colors v4.0.0
26712024-07-15T21:03:56.407Z Compiling linear-map v1.2.0
26722024-07-15T21:03:56.538Z Compiling ron v0.7.1
26732024-07-15T21:03:56.968Z Compiling trust-dns-server v0.22.1
26742024-07-15T21:03:57.447Z Compiling sled v0.34.7
26752024-07-15T21:03:58.332Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26762024-07-15T21:03:58.611Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26772024-07-15T21:03:58.895Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26782024-07-15T21:04:02.066Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26792024-07-15T21:04:03.023Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26802024-07-15T21:04:03.864Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26812024-07-15T21:04:04.245Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26822024-07-15T21:04:06.798Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26832024-07-15T21:04:06.927Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26842024-07-15T21:04:07.282Z Compiling pbkdf2 v0.11.0
26852024-07-15T21:04:07.664Z Compiling bcrypt-pbkdf v0.10.0
26862024-07-15T21:04:07.712Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26872024-07-15T21:04:07.813Z Compiling ghash v0.5.1
26882024-07-15T21:04:08.021Z Compiling ed25519-dalek v2.1.1
26892024-07-15T21:04:08.302Z Compiling vsss-rs v3.3.4
26902024-07-15T21:04:08.491Z Compiling rand v0.7.3
26912024-07-15T21:04:09.193Z Compiling zone v0.1.8
26922024-07-15T21:04:09.558Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26932024-07-15T21:04:10.108Z Compiling dirs v5.0.1
26942024-07-15T21:04:10.317Z Compiling ciborium v0.2.2
26952024-07-15T21:04:11.138Z Compiling chacha20poly1305 v0.10.1
26962024-07-15T21:04:11.363Z Compiling p256 v0.13.2
26972024-07-15T21:04:11.492Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26982024-07-15T21:04:11.863Z Compiling p521 v0.13.3
26992024-07-15T21:04:12.207Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27002024-07-15T21:04:12.974Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012024-07-15T21:04:14.229Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
27022024-07-15T21:04:14.298Z Compiling pem v3.0.4
27032024-07-15T21:04:14.641Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27042024-07-15T21:04:15.003Z Compiling headers-core v0.2.0
27052024-07-15T21:04:15.138Z Compiling cbc v0.1.2
27062024-07-15T21:04:15.178Z Compiling kstat-rs v0.2.4
27072024-07-15T21:04:15.379Z Compiling portpicker v0.1.1
27082024-07-15T21:04:15.596Z Compiling nanorand v0.7.0
27092024-07-15T21:04:15.749Z Compiling russh-cryptovec v0.7.2
27102024-07-15T21:04:15.905Z Compiling glob v0.3.1
27112024-07-15T21:04:16.084Z Compiling http-range v0.1.5
27122024-07-15T21:04:16.113Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27132024-07-15T21:04:16.249Z Compiling md5 v0.7.0
27142024-07-15T21:04:16.468Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152024-07-15T21:04:16.514Z Compiling russh-keys v0.43.0
27162024-07-15T21:04:16.694Z Compiling hyper-staticfile v0.9.5
27172024-07-15T21:04:16.753Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27182024-07-15T21:04:16.880Z Compiling flume v0.11.0
27192024-07-15T21:04:17.576Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27202024-07-15T21:04:17.591Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27212024-07-15T21:04:17.671Z Compiling headers v0.3.9
27222024-07-15T21:04:19.703Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27232024-07-15T21:04:19.987Z Compiling rcgen v0.12.1
27242024-07-15T21:04:20.273Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27252024-07-15T21:04:22.500Z Compiling aes-gcm v0.10.3
27262024-07-15T21:04:22.709Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27272024-07-15T21:04:22.804Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27282024-07-15T21:04:24.700Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27292024-07-15T21:04:24.703Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27302024-07-15T21:04:26.376Z Compiling atomicwrites v0.4.3
27312024-07-15T21:04:26.457Z Compiling subprocess v0.2.9
27322024-07-15T21:04:26.759Z Compiling dhcproto-macros v0.1.0
27332024-07-15T21:04:27.612Z Compiling hex-literal v0.4.1
27342024-07-15T21:04:27.736Z Compiling display-error-chain v0.2.0
27352024-07-15T21:04:27.756Z Compiling dhcproto v0.11.0
27362024-07-15T21:04:27.903Z Compiling russh v0.43.0
27372024-07-15T21:04:28.606Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27382024-07-15T21:04:31.255Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27392024-07-15T21:04:31.958Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27402024-07-15T21:04:34.117Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27412024-07-15T21:04:34.137Z Compiling internet-checksum v0.2.1
27422024-07-15T21:04:37.979Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27432024-07-15T21:04:39.532Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27442024-07-15T21:04:59.512Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27452024-07-15T21:05:42.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 43s
27462024-07-15T21:05:42.997Z
27472024-07-15T21:05:42.997Zreal 3:43.910909636
27482024-07-15T21:05:42.997Zuser 19:48.418061351
27492024-07-15T21:05:42.997Zsys 4:14.685641432
27502024-07-15T21:05:42.997Ztrap 0.576200288
27512024-07-15T21:05:42.997Ztflt 0.596878420
27522024-07-15T21:05:42.997Zdflt 2.608980791
27532024-07-15T21:05:42.997Zkflt 0.000033891
27542024-07-15T21:05:42.997Zlock 42:11.570819469
27552024-07-15T21:05:42.997Zslp 56:32.527468256
27562024-07-15T21:05:43.001Zlat 1:04.113665862
27572024-07-15T21:05:43.001Zstop 2:18.990875012
27582024-07-15T21:05:43.001Z+ mkdir tests
27592024-07-15T21:05:43.004Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27602024-07-15T21:05:43.004Z+ xargs -I '{}' -t cp '{}' tests/
27612024-07-15T21:05:44.078Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c1f309dc8856d75d tests/
27622024-07-15T21:05:44.104Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c1c02cc843dfa8df tests/
27632024-07-15T21:05:44.131Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f163dbc2bf4bcc9b tests/
27642024-07-15T21:05:44.156Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f55ed16bd1096325 tests/
27652024-07-15T21:05:44.493Z+ 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-15T21:05:44.496Z+ 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-c1c02cc843dfa8df tests/commtest-f163dbc2bf4bcc9b tests/dhcp_server-c1f309dc8856d75d tests/end_to_end_tests-f55ed16bd1096325 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-15T21:06:49.161ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27682024-07-15T21:06:49.162Za out/target/test 1K
27692024-07-15T21:06:49.162Za out/npuzone/npuzone 23144K
27702024-07-15T21:06:49.162Za package-manifest.toml 29K
27712024-07-15T21:06:49.162Za smf/sled-agent/non-gimlet/config.toml 4K
27722024-07-15T21:06:49.162Za target/release/omicron-package 32422K
27732024-07-15T21:06:49.162Za target/release/xtask 18113K
27742024-07-15T21:06:49.162Za target/debug/bootstrap 361198K
27752024-07-15T21:06:49.162Za tests/bootstrap-c1c02cc843dfa8df 23984K
27762024-07-15T21:06:49.162Za tests/commtest-f163dbc2bf4bcc9b 23984K
27772024-07-15T21:06:49.162Za tests/dhcp_server-c1f309dc8856d75d 23984K
27782024-07-15T21:06:49.162Za tests/end_to_end_tests-f55ed16bd1096325 370797K
27792024-07-15T21:06:49.162Za out/clickhouse.tar.gz 223036K
27802024-07-15T21:06:49.162Za out/clickhouse_keeper.tar.gz 223023K
27812024-07-15T21:06:49.162Za out/cockroachdb.tar.gz 131845K
27822024-07-15T21:06:49.162Za out/crucible-dtrace.tar 85K
27832024-07-15T21:06:49.162Za out/crucible-pantry-zone.tar.gz 27009K
27842024-07-15T21:06:49.162Za out/crucible-zone.tar.gz 37382K
27852024-07-15T21:06:49.163Za out/external-dns.tar.gz 25128K
27862024-07-15T21:06:49.163Za out/internal-dns.tar.gz 25128K
27872024-07-15T21:06:49.163Za out/mg-ddm-gz.tar 60617K
27882024-07-15T21:06:49.163Za out/nexus.tar.gz 84905K
27892024-07-15T21:06:49.163Za out/ntp.tar.gz 8888K
27902024-07-15T21:06:49.163Za out/omicron-gateway-softnpu.tar.gz 13779K
27912024-07-15T21:06:49.163Za out/omicron-sled-agent.tar 94524K
27922024-07-15T21:06:49.163Za out/overlay.tar.gz 3K
27932024-07-15T21:06:49.163Za out/oximeter.tar.gz 42027K
27942024-07-15T21:06:49.163Za out/oxlog.tar 2945K
27952024-07-15T21:06:49.163Za out/probe.tar.gz 2764K
27962024-07-15T21:06:49.164Za out/propolis-server.tar.gz 64642K
27972024-07-15T21:06:49.164Za out/pumpkind-gz.tar 26665K
27982024-07-15T21:06:49.164Za out/switch-softnpu.tar.gz 198116K
27992024-07-15T21:06:49.173Z
28002024-07-15T21:06:49.173Zreal 1:04.645065890
28012024-07-15T21:06:49.174Zuser 1:01.928499568
28022024-07-15T21:06:49.174Zsys 3.728317302
28032024-07-15T21:06:49.174Ztrap 0.013815653
28042024-07-15T21:06:49.174Ztflt 0.000000000
28052024-07-15T21:06:49.174Zdflt 0.000000000
28062024-07-15T21:06:49.174Zkflt 0.000000000
28072024-07-15T21:06:49.174Zlock 0.000000000
28082024-07-15T21:06:49.174Zslp 1:01.806894254
28092024-07-15T21:06:49.174Zlat 1.808251098
28102024-07-15T21:06:49.174Zstop 0.000207387
28112024-07-15T21:06:49.174Zprocess exited: duration 1721099 ms, exit code 0
 
28122024-07-15T21:06:49.209Zfound 1 output files
28132024-07-15T21:06:49.268Zuploading: /work/package.tar.gz (1407041051 bytes)
28142024-07-15T21:07:13.770Zuploaded: /work/package.tar.gz