01J2HW6PYK69GEYVHN2NH5HMJ4: 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: 01J2HW76NR692Y73PS13T6WV65

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-11T21:48:01.084Zjob assigned to worker 01J2HW78ZNVCD84KJ6AGGFSYNN (queued for 57 s)
 
22024-07-11T21:48:08.643Zstarting task 0: "setup"
32024-07-11T21:48:08.697Z++ uname -s
42024-07-11T21:48:08.700Z+ kern=SunOS
52024-07-11T21:48:08.700Z+ case "$kern" in
62024-07-11T21:48:08.700Z+ groupadd -g 12345 build
72024-07-11T21:48:08.703Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-11T21:48:10.724Z+ zfs create -o mountpoint=/work rpool/work
92024-07-11T21:48:10.835Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-11T21:48:10.837Z+ home_fs=zfs
112024-07-11T21:48:10.837Z+ [[ zfs == autofs ]]
122024-07-11T21:48:10.837Z+ mkdir -p /home/build
132024-07-11T21:48:10.840Z+ chown build:build /home/build /work
142024-07-11T21:48:12.841Z+ chmod 0700 /home/build /work
152024-07-11T21:48:12.848Zprocess exited: duration 4200 ms, exit code 0
 
162024-07-11T21:48:12.854Zstarting task 1: "rust-toolchain"
172024-07-11T21:48:12.859Z+ printf ' * toolchain channel = "%s"
182024-07-11T21:48:12.859Z * toolchain channel = "1.78.0"
192024-07-11T21:48:12.859Z' 1.78.0
202024-07-11T21:48:12.859Z+ printf ' * toolchain profile = "%s"
212024-07-11T21:48:12.859Z' default
222024-07-11T21:48:12.859Z * toolchain profile = "default"
232024-07-11T21:48:12.863Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-11T21:48:12.863Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-11T21:48:12.972Zinfo: downloading installer
262024-07-11T21:48:14.429Zinfo: profile set to 'default'
272024-07-11T21:48:14.429Zinfo: default host triple is x86_64-unknown-illumos
282024-07-11T21:48:14.433Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-11T21:48:14.587Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-11T21:48:14.587Zinfo: downloading component 'cargo'
312024-07-11T21:48:15.427Zinfo: downloading component 'clippy'
322024-07-11T21:48:15.711Zinfo: downloading component 'rust-docs'
332024-07-11T21:48:16.828Zinfo: downloading component 'rust-std'
342024-07-11T21:48:18.604Zinfo: downloading component 'rustc'
352024-07-11T21:48:23.109Zinfo: downloading component 'rustfmt'
362024-07-11T21:48:23.348Zinfo: installing component 'cargo'
372024-07-11T21:48:24.228Zinfo: installing component 'clippy'
382024-07-11T21:48:24.640Zinfo: installing component 'rust-docs'
392024-07-11T21:48:26.149Zinfo: installing component 'rust-std'
402024-07-11T21:48:27.996Zinfo: installing component 'rustc'
412024-07-11T21:48:32.638Zinfo: installing component 'rustfmt'
422024-07-11T21:48:33.005Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-11T21:48:33.005Z
442024-07-11T21:48:33.270Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-11T21:48:33.270Z
462024-07-11T21:48:33.273Z
472024-07-11T21:48:33.273ZRust is installed now. Great!
482024-07-11T21:48:33.273Z
492024-07-11T21:48:33.273ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-11T21:48:33.273Zenvironment variable. This has not been done automatically.
512024-07-11T21:48:33.273Z
522024-07-11T21:48:33.273ZTo configure your current shell, you need to source
532024-07-11T21:48:33.273Zthe corresponding env file under $HOME/.cargo.
542024-07-11T21:48:33.273Z
552024-07-11T21:48:33.273ZThis is usually done by running one of the following (note the leading DOT):
562024-07-11T21:48:33.273Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-11T21:48:33.273Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-11T21:48:33.333Z+ rustc --version
592024-07-11T21:48:33.395Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-11T21:48:33.400Zprocess exited: duration 20540 ms, exit code 0
 
612024-07-11T21:48:33.406Zstarting task 2: "authentication"
622024-07-11T21:48:33.426Zprocess exited: duration 20 ms, exit code 0
 
632024-07-11T21:48:33.433Zstarting task 3: "clone repository"
642024-07-11T21:48:33.437Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-11T21:48:33.439Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-11T21:48:33.603ZCloning into '/work/oxidecomputer/omicron'...
672024-07-11T21:48:44.414Z+ cd /work/oxidecomputer/omicron
682024-07-11T21:48:44.414Z+ git fetch origin ecb7b17850df8abf5e43abdaf3a572ad1f4da1aa
692024-07-11T21:48:44.663ZFrom https://github.com/oxidecomputer/omicron
702024-07-11T21:48:44.663Z * branch ecb7b17850df8abf5e43abdaf3a572ad1f4da1aa -> FETCH_HEAD
712024-07-11T21:48:44.672Z+ [[ -n '' ]]
722024-07-11T21:48:44.672Z+ git reset --hard ecb7b17850df8abf5e43abdaf3a572ad1f4da1aa
732024-07-11T21:48:44.808ZHEAD is now at ecb7b1785 [𝘀𝗽𝗿] initial version
742024-07-11T21:48:44.811Zprocess exited: duration 11376 ms, exit code 0
 
752024-07-11T21:48:44.817Zstarting task 4: "build"
762024-07-11T21:48:44.822Z+ cargo --version
772024-07-11T21:48:44.874Zcargo 1.78.0 (54d8815d0 2024-03-26)
782024-07-11T21:48:44.879Z+ rustc --version
792024-07-11T21:48:44.930Zrustc 1.78.0 (9b00956e5 2024-04-29)
802024-07-11T21:48:44.933Z+ WORK=/work
812024-07-11T21:48:44.934Z+ pfexec mkdir -p /work
822024-07-11T21:48:44.936Z+ pfexec chown build /work
832024-07-11T21:48:44.939Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
842024-07-11T21:49:01.902Z Startup: Refreshing catalog 'helios-dev' ... Done
852024-07-11T21:49:03.991Z Startup: Caching catalogs ... Done
862024-07-11T21:49:06.841ZPlanning: Solver setup ... Done (2.339s)
872024-07-11T21:49:06.889ZPlanning: Running solver ... Done (0.048s)
882024-07-11T21:49:06.932ZPlanning: Finding local manifests ... Done (0.004s)
892024-07-11T21:49:06.944ZPlanning: Fetching manifests: 0/4 0% complete
902024-07-11T21:49:07.235ZPlanning: Fetching manifests: 4/4 100% complete
912024-07-11T21:49:07.282ZPlanning: Package planning ... Done (0.047s)
922024-07-11T21:49:07.332ZPlanning: Merging actions ... Done (0.050s)
932024-07-11T21:49:08.527ZPlanning: Checking for conflicting actions ... Done (1.194s)
942024-07-11T21:49:08.538ZPlanning: Consolidating action changes ... Done (0.011s)
952024-07-11T21:49:14.167ZPlanning: Evaluating mediators ... Done (5.604s)
962024-07-11T21:49:14.211ZPlanning: Planning completed in 10.09 seconds
972024-07-11T21:49:14.721Z Packages to install: 4
982024-07-11T21:49:14.721Z Mediators to change: 2
992024-07-11T21:49:14.721Z Services to change: 1
1002024-07-11T21:49:14.721Z Estimated space available: 155.77 GB
1012024-07-11T21:49:14.721ZEstimated space to be consumed: 1.46 GB
1022024-07-11T21:49:14.731Z Create boot environment: No
1032024-07-11T21:49:14.731ZCreate backup boot environment: No
1042024-07-11T21:49:14.731Z Rebuild boot archive: No
1052024-07-11T21:49:14.731Z
1062024-07-11T21:49:14.732ZChanged mediators:
1072024-07-11T21:49:14.732Z mediator clang:
1082024-07-11T21:49:14.732Z version: None -> 15 (system default)
1092024-07-11T21:49:14.732Z
1102024-07-11T21:49:14.732Z mediator llvm:
1112024-07-11T21:49:14.732Z version: 14 (system default) -> 15 (system default)
1122024-07-11T21:49:14.732Z
1132024-07-11T21:49:14.732ZChanged packages:
1142024-07-11T21:49:14.732Zhelios-dev
1152024-07-11T21:49:14.732Z developer/build-essential
1162024-07-11T21:49:14.733Z None -> 11-2.0
1172024-07-11T21:49:14.733Z library/libxmlsec1
1182024-07-11T21:49:14.733Z None -> 1.2.35-2.0
1192024-07-11T21:49:14.733Z ooce/developer/clang-15
1202024-07-11T21:49:14.733Z None -> 15.0.7-2.0
1212024-07-11T21:49:14.733Z ooce/developer/llvm-15
1222024-07-11T21:49:14.733Z None -> 15.0.7-2.0
1232024-07-11T21:49:14.733Z
1242024-07-11T21:49:14.733ZServices:
1252024-07-11T21:49:14.734Z restart_fmri:
1262024-07-11T21:49:14.734Z svc:/system/update-man-index:default
1272024-07-11T21:49:14.868Z
1282024-07-11T21:49:14.869ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1292024-07-11T21:49:19.865ZDownload: 1215/3290 items 87.8/212.6MB 41% complete (17.5M/s)
1302024-07-11T21:49:25.732ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (13.4M/s)
1312024-07-11T21:49:30.745ZDownload: 3201/3290 items 154.2/212.6MB 72% complete (4.0M/s)
1322024-07-11T21:49:35.711ZDownload: Completed 212.60 MB in 20.84 seconds (10.2M/s)
1332024-07-11T21:49:37.095Z Actions: 1/3689 actions (Installing new actions)
1342024-07-11T21:49:42.128Z Actions: 3599/3689 actions (Installing new actions)
1352024-07-11T21:49:42.831Z Actions: Completed 3689 actions in 5.73 seconds.
1362024-07-11T21:49:43.058Z Done (0.223s)
1372024-07-11T21:49:43.058Z Done (0.000s)
1382024-07-11T21:49:43.384Z Done (0.325s)
1392024-07-11T21:49:49.156Z Done (5.613s)
1402024-07-11T21:49:49.366Z Done (0.145s)
1412024-07-11T21:49:49.369Z Done (0.000s)
1422024-07-11T21:49:49.560Z Done (0.000s)
1432024-07-11T21:49:50.105ZPlanning: Evaluating mediator changes ... Done
1442024-07-11T21:49:50.262ZPlanning: Checking for conflicting actions ... Done
1452024-07-11T21:49:50.277ZPlanning: Consolidating action changes ... Done
1462024-07-11T21:49:50.527ZPlanning: Evaluating mediators ... Done
1472024-07-11T21:49:50.529ZPlanning: Planning completed in 0.42 seconds
1482024-07-11T21:49:50.560Z Mediators to change: 2
1492024-07-11T21:49:50.560Z Create boot environment: No
1502024-07-11T21:49:50.560ZCreate backup boot environment: No
1512024-07-11T21:49:50.691Z Done
1522024-07-11T21:49:50.691Z Done
1532024-07-11T21:49:50.892Z Done
1542024-07-11T21:49:54.316Z Done
1552024-07-11T21:49:54.393Z Done
1562024-07-11T21:49:54.395Z Done
1572024-07-11T21:49:54.536Z Done
1582024-07-11T21:49:55.126ZPlanning: Evaluating mediator changes ... Done
1592024-07-11T21:49:55.129ZPlanning: Merging actions ... Done
1602024-07-11T21:49:55.313ZPlanning: Checking for conflicting actions ... Done
1612024-07-11T21:49:55.316ZPlanning: Consolidating action changes ... Done
1622024-07-11T21:49:55.568ZPlanning: Evaluating mediators ... Done
1632024-07-11T21:49:55.622ZPlanning: Planning completed in 0.73 seconds
1642024-07-11T21:49:55.656Z Packages to change: 1
1652024-07-11T21:49:55.656Z Mediators to change: 1
1662024-07-11T21:49:55.656Z Services to change: 1
1672024-07-11T21:49:55.659Z Create boot environment: No
1682024-07-11T21:49:55.659ZCreate backup boot environment: Yes
1692024-07-11T21:49:57.698Z Actions: 1/6 actions (Updating modified actions)
1702024-07-11T21:49:57.736Z Actions: Completed 6 actions in 0.04 seconds.
1712024-07-11T21:49:57.739Z Done
1722024-07-11T21:49:57.739Z Done
1732024-07-11T21:49:57.802Z Done
1742024-07-11T21:50:01.212Z Done
1752024-07-11T21:50:01.294Z Done
1762024-07-11T21:50:01.297Z Done
1772024-07-11T21:50:01.452Z Done
1782024-07-11T21:50:01.874ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1792024-07-11T21:50:01.874Zclang system 15 system
1802024-07-11T21:50:01.874Zcsh system system illumos
1812024-07-11T21:50:01.874Zctags system system illumos
1822024-07-11T21:50:01.874Zgcc vendor 12 vendor
1832024-07-11T21:50:01.874Zgcc system 10 system
1842024-07-11T21:50:01.874Zgcc system 7 system
1852024-07-11T21:50:01.874Zgo system 1.20 system
1862024-07-11T21:50:01.874Zgo system 1.19 system
1872024-07-11T21:50:01.874Zllvm system 15 system
1882024-07-11T21:50:01.874Zllvm system 14 system
1892024-07-11T21:50:01.874Zmariadb system 10.6 system
1902024-07-11T21:50:01.874Zmta vendor vendor dma
1912024-07-11T21:50:01.874Zopenjdk system 17 system
1922024-07-11T21:50:01.874Zopenjdk system 11 system
1932024-07-11T21:50:01.874Zopenjdk system 1.8 system
1942024-07-11T21:50:01.874Zopenssl vendor 3 vendor
1952024-07-11T21:50:01.874Zperl system 5.36 system
1962024-07-11T21:50:01.874Zpostgresql system 15 system
1972024-07-11T21:50:01.874Zpostgresql system 13 system
1982024-07-11T21:50:01.874Zpython vendor 3 vendor
1992024-07-11T21:50:01.874Zpython system 2 system
2002024-07-11T21:50:01.874Zpython3 system 3.11 system
2012024-07-11T21:50:01.874Zruby system 3.0 system
2022024-07-11T21:50:01.874Zwords vendor vendor american-english
2032024-07-11T21:50:01.874Zwords system system australian-english
2042024-07-11T21:50:01.874Zwords system system british-english
2052024-07-11T21:50:01.874Zwords system system canadian-english
2062024-07-11T21:50:01.875Zwords system system french
2072024-07-11T21:50:01.875Zwords system system italian
2082024-07-11T21:50:01.875Zwords system system ngerman
2092024-07-11T21:50:01.875Zwords system system ogerman
2102024-07-11T21:50:01.875Zwords system system spanish
2112024-07-11T21:50:02.296ZPUBLISHER TYPE STATUS P LOCATION
2122024-07-11T21:50:02.297Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2132024-07-11T21:50:03.709ZFMRI IFO
2142024-07-11T21:50:03.709Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2152024-07-11T21:50:03.709Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2162024-07-11T21:50:03.709Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2172024-07-11T21:50:03.709Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2182024-07-11T21:50:03.709Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2192024-07-11T21:50:03.709Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2202024-07-11T21:50:03.709Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2212024-07-11T21:50:03.709Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2222024-07-11T21:50:03.709Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2232024-07-11T21:50:03.709Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2242024-07-11T21:50:03.709Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2252024-07-11T21:50:03.709Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2262024-07-11T21:50:04.202Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2272024-07-11T21:50:04.512Z Updating git repository `https://github.com/oxidecomputer/zone`
2282024-07-11T21:50:04.800Z Updating crates.io index
2292024-07-11T21:50:04.859Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2302024-07-11T21:50:05.740Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312024-07-11T21:50:06.499Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2322024-07-11T21:50:06.813Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2332024-07-11T21:50:08.734Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2342024-07-11T21:50:09.258Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2352024-07-11T21:50:09.520Z Updating git repository `https://github.com/oxidecomputer/propolis`
2362024-07-11T21:50:10.501Z Updating git repository `https://github.com/oxidecomputer/crucible`
2372024-07-11T21:50:12.664Z Updating git repository `https://github.com/oxidecomputer/opte`
2382024-07-11T21:50:13.735Z Updating git repository `https://github.com/oxidecomputer/falcon`
2392024-07-11T21:50:14.489Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2402024-07-11T21:50:15.014Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2412024-07-11T21:50:15.313Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2422024-07-11T21:50:15.666Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2432024-07-11T21:50:15.917Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2442024-07-11T21:50:16.221Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452024-07-11T21:50:16.575Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2462024-07-11T21:50:16.876Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2472024-07-11T21:50:17.097Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2482024-07-11T21:50:17.422Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2492024-07-11T21:50:17.800Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502024-07-11T21:50:18.176Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2512024-07-11T21:50:18.461Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522024-07-11T21:50:19.034Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2532024-07-11T21:50:19.294Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2542024-07-11T21:50:19.590Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552024-07-11T21:50:20.045Z Updating git repository `https://github.com/oxidecomputer/typify`
2562024-07-11T21:50:22.040Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2572024-07-11T21:50:22.386Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2582024-07-11T21:50:22.680Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2592024-07-11T21:50:23.070Z Updating git repository `https://github.com/oxidecomputer/rfb`
2602024-07-11T21:50:24.485Z Downloading crates ...
2612024-07-11T21:50:24.564Z Downloaded foreign-types v0.3.2
2622024-07-11T21:50:24.578Z Downloaded adler v1.0.2
2632024-07-11T21:50:24.584Z Downloaded autocfg v1.3.0
2642024-07-11T21:50:24.584Z Downloaded anstyle-parse v0.2.4
2652024-07-11T21:50:24.584Z Downloaded anstyle-query v1.0.3
2662024-07-11T21:50:24.584Z Downloaded is-terminal v0.4.12
2672024-07-11T21:50:24.597Z Downloaded anstyle v1.0.7
2682024-07-11T21:50:24.597Z Downloaded pretty-hex v0.4.1
2692024-07-11T21:50:24.597Z Downloaded num-conv v0.1.0
2702024-07-11T21:50:24.597Z Downloaded pkg-config v0.3.30
2712024-07-11T21:50:24.607Z Downloaded proc-macro-error-attr v1.0.4
2722024-07-11T21:50:24.608Z Downloaded plain v0.2.3
2732024-07-11T21:50:24.608Z Downloaded pin-project-lite v0.2.14
2742024-07-11T21:50:24.608Z Downloaded usdt-macro v0.5.0
2752024-07-11T21:50:24.608Z Downloaded take_mut v0.2.2
2762024-07-11T21:50:24.616Z Downloaded openssl-macros v0.1.1
2772024-07-11T21:50:24.616Z Downloaded swrite v0.1.0
2782024-07-11T21:50:24.616Z Downloaded futures-io v0.3.30
2792024-07-11T21:50:24.616Z Downloaded futures-macro v0.3.30
2802024-07-11T21:50:24.616Z Downloaded want v0.3.1
2812024-07-11T21:50:24.616Z Downloaded futures-core v0.3.30
2822024-07-11T21:50:24.616Z Downloaded colorchoice v1.0.1
2832024-07-11T21:50:24.616Z Downloaded tinyvec_macros v0.1.1
2842024-07-11T21:50:24.617Z Downloaded form_urlencoded v1.2.1
2852024-07-11T21:50:24.617Z Downloaded tower-service v0.3.2
2862024-07-11T21:50:24.617Z Downloaded anstream v0.6.14
2872024-07-11T21:50:24.623Z Downloaded deranged v0.3.11
2882024-07-11T21:50:24.623Z Downloaded foreign-types-shared v0.1.1
2892024-07-11T21:50:24.623Z Downloaded block-buffer v0.10.4
2902024-07-11T21:50:24.623Z Downloaded powerfmt v0.2.0
2912024-07-11T21:50:24.623Z Downloaded pin-utils v0.1.0
2922024-07-11T21:50:24.623Z Downloaded strum v0.26.2
2932024-07-11T21:50:24.623Z Downloaded dof v0.3.0
2942024-07-11T21:50:24.633Z Downloaded signal-hook-registry v1.4.2
2952024-07-11T21:50:24.633Z Downloaded num_threads v0.1.7
2962024-07-11T21:50:24.633Z Downloaded mime v0.3.17
2972024-07-11T21:50:24.633Z Downloaded hyper-tls v0.5.0
2982024-07-11T21:50:24.633Z Downloaded toml_datetime v0.6.6
2992024-07-11T21:50:24.633Z Downloaded heck v0.4.1
3002024-07-11T21:50:24.633Z Downloaded itoa v1.0.11
3012024-07-11T21:50:24.646Z Downloaded http-body v0.4.6
3022024-07-11T21:50:24.646Z Downloaded heck v0.5.0
3032024-07-11T21:50:24.646Z Downloaded futures-task v0.3.30
3042024-07-11T21:50:24.647Z Downloaded serde_spanned v0.6.6
3052024-07-11T21:50:24.647Z Downloaded rustls-pemfile v1.0.4
3062024-07-11T21:50:24.672Z Downloaded match_cfg v0.1.0
3072024-07-11T21:50:24.672Z Downloaded xattr v1.3.1
3082024-07-11T21:50:24.672Z Downloaded usdt-attr-macro v0.5.0
3092024-07-11T21:50:24.673Z Downloaded tokio-macros v2.3.0
3102024-07-11T21:50:24.673Z Downloaded quote v1.0.36
3112024-07-11T21:50:24.673Z Downloaded macaddr v1.0.1
3122024-07-11T21:50:24.673Z Downloaded clap_lex v0.7.0
3132024-07-11T21:50:24.673Z Downloaded scroll_derive v0.12.0
3142024-07-11T21:50:24.673Z Downloaded fnv v1.0.7
3152024-07-11T21:50:24.673Z Downloaded errno v0.3.9
3162024-07-11T21:50:24.673Z Downloaded bytecount v0.6.8
3172024-07-11T21:50:24.673Z Downloaded sync_wrapper v0.1.2
3182024-07-11T21:50:24.673Z Downloaded thiserror v1.0.60
3192024-07-11T21:50:24.684Z Downloaded crc32fast v1.4.0
3202024-07-11T21:50:24.684Z Downloaded zerocopy-derive v0.7.34
3212024-07-11T21:50:24.684Z Downloaded digest v0.10.7
3222024-07-11T21:50:24.684Z Downloaded proc-macro-error v1.0.4
3232024-07-11T21:50:24.684Z Downloaded futures-executor v0.3.30
3242024-07-11T21:50:24.684Z Downloaded slog-term v2.9.1
3252024-07-11T21:50:24.684Z Downloaded once_cell v1.19.0
3262024-07-11T21:50:24.684Z Downloaded num_cpus v1.16.0
3272024-07-11T21:50:24.703Z Downloaded try-lock v0.2.5
3282024-07-11T21:50:24.703Z Downloaded time-core v0.1.2
3292024-07-11T21:50:24.703Z Downloaded memmap v0.7.0
3302024-07-11T21:50:24.703Z Downloaded terminal_size v0.3.0
3312024-07-11T21:50:24.703Z Downloaded slab v0.4.9
3322024-07-11T21:50:24.703Z Downloaded utf8parse v0.2.1
3332024-07-11T21:50:24.703Z Downloaded futures-sink v0.3.30
3342024-07-11T21:50:24.703Z Downloaded tokio-native-tls v0.3.1
3352024-07-11T21:50:24.703Z Downloaded lock_api v0.4.12
3362024-07-11T21:50:24.703Z Downloaded ryu v1.0.18
3372024-07-11T21:50:24.703Z Downloaded socket2 v0.5.7
3382024-07-11T21:50:24.720Z Downloaded slog-async v2.8.0
3392024-07-11T21:50:24.720Z Downloaded parking_lot_core v0.9.10
3402024-07-11T21:50:24.720Z Downloaded usdt v0.5.0
3412024-07-11T21:50:24.720Z Downloaded typenum v1.17.0
3422024-07-11T21:50:24.720Z Downloaded slog v2.7.0
3432024-07-11T21:50:24.721Z Downloaded unicode-ident v1.0.12
3442024-07-11T21:50:24.721Z Downloaded futures-channel v0.3.30
3452024-07-11T21:50:24.721Z Downloaded crossbeam-utils v0.8.19
3462024-07-11T21:50:24.721Z Downloaded thiserror-impl v1.0.60
3472024-07-11T21:50:24.721Z Downloaded strsim v0.11.1
3482024-07-11T21:50:24.721Z Downloaded usdt-impl v0.5.0
3492024-07-11T21:50:24.721Z Downloaded slog-json v2.6.1
3502024-07-11T21:50:24.729Z Downloaded clap_derive v4.5.4
3512024-07-11T21:50:24.729Z Downloaded version_check v0.9.4
3522024-07-11T21:50:24.729Z Downloaded native-tls v0.2.11
3532024-07-11T21:50:24.729Z Downloaded sha2 v0.10.8
3542024-07-11T21:50:24.740Z Downloaded pest_derive v2.7.10
3552024-07-11T21:50:24.740Z Downloaded time-macros v0.2.18
3562024-07-11T21:50:24.740Z Downloaded pest_meta v2.7.10
3572024-07-11T21:50:24.740Z Downloaded tracing-core v0.1.32
3582024-07-11T21:50:24.740Z Downloaded strum_macros v0.26.4
3592024-07-11T21:50:24.740Z Downloaded unicode-bidi v0.3.15
3602024-07-11T21:50:24.746Z Downloaded httparse v1.8.0
3612024-07-11T21:50:24.746Z Downloaded toml v0.8.14
3622024-07-11T21:50:24.746Z Downloaded bitflags v2.5.0
3632024-07-11T21:50:24.753Z Downloaded log v0.4.21
3642024-07-11T21:50:24.760Z Downloaded smallvec v1.13.2
3652024-07-11T21:50:24.760Z Downloaded url v2.5.0
3662024-07-11T21:50:24.760Z Downloaded openssl-sys v0.9.102
3672024-07-11T21:50:24.773Z Downloaded tar v0.4.40
3682024-07-11T21:50:24.773Z Downloaded indexmap v2.2.6
3692024-07-11T21:50:24.773Z Downloaded ucd-trie v0.1.6
3702024-07-11T21:50:24.773Z Downloaded tinyvec v1.6.0
3712024-07-11T21:50:24.778Z Downloaded miniz_oxide v0.7.2
3722024-07-11T21:50:24.778Z Downloaded mio v0.8.11
3732024-07-11T21:50:24.782Z Downloaded flate2 v1.0.30
3742024-07-11T21:50:24.795Z Downloaded cc v1.0.97
3752024-07-11T21:50:24.796Z Downloaded http v0.2.12
3762024-07-11T21:50:24.801Z Downloaded serde v1.0.204
3772024-07-11T21:50:24.801Z Downloaded memchr v2.7.2
3782024-07-11T21:50:24.805Z Downloaded tracing v0.1.40
3792024-07-11T21:50:24.808Z Downloaded toml_edit v0.22.14
3802024-07-11T21:50:24.827Z Downloaded tokio-util v0.7.11
3812024-07-11T21:50:24.834Z Downloaded time v0.3.36
3822024-07-11T21:50:24.840Z Downloaded hashbrown v0.14.5
3832024-07-11T21:50:24.846Z Downloaded h2 v0.3.26
3842024-07-11T21:50:24.858Z Downloaded unicode-normalization v0.1.23
3852024-07-11T21:50:24.864Z Downloaded futures-util v0.3.30
3862024-07-11T21:50:24.868Z Downloaded winnow v0.6.8
3872024-07-11T21:50:24.876Z Downloaded zerocopy v0.7.34
3882024-07-11T21:50:24.893Z Downloaded serde_json v1.0.120
3892024-07-11T21:50:24.898Z Downloaded tabled v0.15.0
3902024-07-11T21:50:24.915Z Downloaded reqwest v0.11.27
3912024-07-11T21:50:24.924Z Downloaded vcpkg v0.2.15
3922024-07-11T21:50:24.956Z Downloaded syn v2.0.68
3932024-07-11T21:50:24.969Z Downloaded syn v1.0.109
3942024-07-11T21:50:24.976Z Downloaded unicode-width v0.1.13
3952024-07-11T21:50:24.984Z Downloaded rustix v0.38.34
3962024-07-11T21:50:25.005Z Downloaded libc v0.2.155
3972024-07-11T21:50:25.030Z Downloaded tokio v1.38.0
3982024-07-11T21:50:25.064Z Downloaded openssl v0.10.64
3992024-07-11T21:50:25.071Z Downloaded encoding_rs v0.8.34
4002024-07-11T21:50:25.090Z Downloaded idna v0.5.0
4012024-07-11T21:50:25.096Z Downloaded hyper v0.14.28
4022024-07-11T21:50:25.102Z Downloaded goblin v0.8.2
4032024-07-11T21:50:25.113Z Downloaded clap_builder v4.5.2
4042024-07-11T21:50:25.121Z Downloaded pest v2.7.10
4052024-07-11T21:50:25.121Z Downloaded crossbeam-channel v0.5.12
4062024-07-11T21:50:25.129Z Downloaded bytes v1.6.0
4072024-07-11T21:50:25.140Z Downloaded base64 v0.21.7
4082024-07-11T21:50:25.140Z Downloaded proc-macro2 v1.0.86
4092024-07-11T21:50:25.140Z Downloaded parking_lot v0.12.2
4102024-07-11T21:50:25.140Z Downloaded papergrid v0.11.0
4112024-07-11T21:50:25.140Z Downloaded thread_local v1.1.8
4122024-07-11T21:50:25.140Z Downloaded tabled_derive v0.7.0
4132024-07-11T21:50:25.144Z Downloaded serde_tokenstream v0.2.1
4142024-07-11T21:50:25.144Z Downloaded scopeguard v1.2.0
4152024-07-11T21:50:25.144Z Downloaded ipnet v2.9.0
4162024-07-11T21:50:25.144Z Downloaded pest_generator v2.7.10
4172024-07-11T21:50:25.146Z Downloaded futures v0.3.30
4182024-07-11T21:50:25.149Z Downloaded crypto-common v0.1.6
4192024-07-11T21:50:25.149Z Downloaded cargo_toml v0.20.3
4202024-07-11T21:50:25.153Z Downloaded serde_derive v1.0.204
4212024-07-11T21:50:25.153Z Downloaded rustversion v1.0.17
4222024-07-11T21:50:25.155Z Downloaded clap v4.5.4
4232024-07-11T21:50:25.161Z Downloaded percent-encoding v2.3.1
4242024-07-11T21:50:25.165Z Downloaded is_terminal_polyfill v1.70.0
4252024-07-11T21:50:25.165Z Downloaded httpdate v1.0.3
4262024-07-11T21:50:25.165Z Downloaded fs-err v2.11.0
4272024-07-11T21:50:25.168Z Downloaded filetime v0.2.23
4282024-07-11T21:50:25.168Z Downloaded dirs-sys-next v0.1.2
4292024-07-11T21:50:25.168Z Downloaded cpufeatures v0.2.12
4302024-07-11T21:50:25.172Z Downloaded cfg-if v1.0.0
4312024-07-11T21:50:25.172Z Downloaded cargo_metadata v0.18.1
4322024-07-11T21:50:25.172Z Downloaded cargo-platform v0.1.8
4332024-07-11T21:50:25.175Z Downloaded camino v1.1.7
4342024-07-11T21:50:25.175Z Downloaded term v0.7.0
4352024-07-11T21:50:25.178Z Downloaded scroll v0.12.0
4362024-07-11T21:50:25.178Z Downloaded anyhow v1.0.86
4372024-07-11T21:50:25.181Z Downloaded semver v1.0.23
4382024-07-11T21:50:25.183Z Downloaded thread-id v4.2.1
4392024-07-11T21:50:25.183Z Downloaded slog-bunyan v2.5.0
4402024-07-11T21:50:25.187Z Downloaded serde_urlencoded v0.7.1
4412024-07-11T21:50:25.187Z Downloaded openssl-probe v0.1.5
4422024-07-11T21:50:25.187Z Downloaded hostname v0.3.1
4432024-07-11T21:50:25.190Z Downloaded generic-array v0.14.7
4442024-07-11T21:50:25.190Z Downloaded dirs-next v2.0.0
4452024-07-11T21:50:25.190Z Downloaded equivalent v1.0.1
4462024-07-11T21:50:25.190Z Downloaded dtrace-parser v0.2.0
4472024-07-11T21:50:25.190Z Downloaded byteorder v1.5.0
4482024-07-11T21:50:25.480Z Compiling proc-macro2 v1.0.86
4492024-07-11T21:50:25.480Z Compiling unicode-ident v1.0.12
4502024-07-11T21:50:25.480Z Compiling libc v0.2.155
4512024-07-11T21:50:25.483Z Compiling version_check v0.9.4
4522024-07-11T21:50:25.483Z Compiling cfg-if v1.0.0
4532024-07-11T21:50:25.483Z Compiling itoa v1.0.11
4542024-07-11T21:50:25.483Z Compiling once_cell v1.19.0
4552024-07-11T21:50:25.513Z Compiling serde v1.0.204
4562024-07-11T21:50:25.707Z Compiling autocfg v1.3.0
4572024-07-11T21:50:25.724Z Compiling memchr v2.7.2
4582024-07-11T21:50:25.771Z Compiling thiserror v1.0.60
4592024-07-11T21:50:25.968Z Compiling ryu v1.0.18
4602024-07-11T21:50:26.225Z Compiling pin-project-lite v0.2.14
4612024-07-11T21:50:26.267Z Compiling bitflags v2.5.0
4622024-07-11T21:50:26.314Z Compiling parking_lot_core v0.9.10
4632024-07-11T21:50:26.515Z Compiling lock_api v0.4.12
4642024-07-11T21:50:26.644Z Compiling ucd-trie v0.1.6
4652024-07-11T21:50:27.095Z Compiling pkg-config v0.3.30
4662024-07-11T21:50:27.157Z Compiling vcpkg v0.2.15
4672024-07-11T21:50:27.936Z Compiling cc v1.0.97
4682024-07-11T21:50:28.102Z Compiling slab v0.4.9
4692024-07-11T21:50:28.184Z Compiling scopeguard v1.2.0
4702024-07-11T21:50:28.189Z Compiling futures-core v0.3.30
4712024-07-11T21:50:28.307Z Compiling smallvec v1.13.2
4722024-07-11T21:50:28.352Z Compiling futures-sink v0.3.30
4732024-07-11T21:50:28.440Z Compiling bytes v1.6.0
4742024-07-11T21:50:28.716Z Compiling hashbrown v0.14.5
4752024-07-11T21:50:28.738Z Compiling serde_json v1.0.120
4762024-07-11T21:50:28.810Z Compiling log v0.4.21
4772024-07-11T21:50:29.039Z Compiling quote v1.0.36
4782024-07-11T21:50:29.061Z Compiling byteorder v1.5.0
4792024-07-11T21:50:29.169Z Compiling fnv v1.0.7
4802024-07-11T21:50:29.514Z Compiling syn v2.0.68
4812024-07-11T21:50:29.597Z Compiling equivalent v1.0.1
4822024-07-11T21:50:29.650Z Compiling mio v0.8.11
4832024-07-11T21:50:29.707Z Compiling parking_lot v0.12.2
4842024-07-11T21:50:29.730Z Compiling num_cpus v1.16.0
4852024-07-11T21:50:29.844Z Compiling socket2 v0.5.7
4862024-07-11T21:50:29.975Z Compiling indexmap v2.2.6
4872024-07-11T21:50:29.978Z Compiling signal-hook-registry v1.4.2
4882024-07-11T21:50:30.340Z Compiling futures-channel v0.3.30
4892024-07-11T21:50:30.763Z Compiling futures-task v0.3.30
4902024-07-11T21:50:30.803Z Compiling pin-utils v0.1.0
4912024-07-11T21:50:30.826Z Compiling futures-io v0.3.30
4922024-07-11T21:50:30.891Z Compiling rustix v0.38.34
4932024-07-11T21:50:30.916Z Compiling typenum v1.17.0
4942024-07-11T21:50:31.099Z Compiling errno v0.3.9
4952024-07-11T21:50:31.149Z Compiling generic-array v0.14.7
4962024-07-11T21:50:31.254Z Compiling foreign-types-shared v0.1.1
4972024-07-11T21:50:31.312Z Compiling openssl v0.10.64
4982024-07-11T21:50:31.441Z Compiling slog v2.7.0
4992024-07-11T21:50:31.472Z Compiling openssl-sys v0.9.102
5002024-07-11T21:50:31.545Z Compiling foreign-types v0.3.2
5012024-07-11T21:50:31.658Z Compiling http v0.2.12
5022024-07-11T21:50:31.778Z Compiling proc-macro-error-attr v1.0.4
5032024-07-11T21:50:31.936Z Compiling usdt-impl v0.5.0
5042024-07-11T21:50:32.057Z Compiling tracing-core v0.1.32
5052024-07-11T21:50:32.240Z Compiling native-tls v0.2.11
5062024-07-11T21:50:32.503Z Compiling powerfmt v0.2.0
5072024-07-11T21:50:32.546Z Compiling httparse v1.8.0
5082024-07-11T21:50:32.906Z Compiling time-core v0.1.2
5092024-07-11T21:50:32.950Z Compiling num-conv v0.1.0
5102024-07-11T21:50:33.057Z Compiling syn v1.0.109
5112024-07-11T21:50:33.193Z Compiling tinyvec_macros v0.1.1
5122024-07-11T21:50:33.285Z Compiling tinyvec v1.6.0
5132024-07-11T21:50:33.396Z Compiling time-macros v0.2.18
5142024-07-11T21:50:33.705Z Compiling deranged v0.3.11
5152024-07-11T21:50:34.080Z Compiling tracing v0.1.40
5162024-07-11T21:50:34.451Z Compiling thread-id v4.2.1
5172024-07-11T21:50:34.596Z Compiling proc-macro-error v1.0.4
5182024-07-11T21:50:34.614Z Compiling try-lock v0.2.5
5192024-07-11T21:50:34.690Z Compiling percent-encoding v2.3.1
5202024-07-11T21:50:34.751Z Compiling plain v0.2.3
5212024-07-11T21:50:34.827Z Compiling openssl-probe v0.1.5
5222024-07-11T21:50:34.891Z Compiling num_threads v0.1.7
5232024-07-11T21:50:35.011Z Compiling crossbeam-utils v0.8.19
5242024-07-11T21:50:35.016Z Compiling utf8parse v0.2.1
5252024-07-11T21:50:35.146Z Compiling heck v0.5.0
5262024-07-11T21:50:35.169Z Compiling rustversion v1.0.17
5272024-07-11T21:50:35.380Z Compiling anstyle-parse v0.2.4
5282024-07-11T21:50:35.543Z Compiling form_urlencoded v1.2.1
5292024-07-11T21:50:35.634Z Compiling want v0.3.1
5302024-07-11T21:50:35.738Z Compiling unicode-normalization v0.1.23
5312024-07-11T21:50:35.886Z Compiling http-body v0.4.6
5322024-07-11T21:50:36.351Z Compiling dirs-sys-next v0.1.2
5332024-07-11T21:50:36.627Z Compiling is_terminal_polyfill v1.70.0
5342024-07-11T21:50:36.656Z Compiling time v0.3.36
5352024-07-11T21:50:36.714Z Compiling unicode-bidi v0.3.15
5362024-07-11T21:50:36.747Z Compiling httpdate v1.0.3
5372024-07-11T21:50:36.798Z Compiling winnow v0.6.8
5382024-07-11T21:50:37.073Z Compiling colorchoice v1.0.1
5392024-07-11T21:50:37.225Z Compiling pretty-hex v0.4.1
5402024-07-11T21:50:37.252Z Compiling crc32fast v1.4.0
5412024-07-11T21:50:37.438Z Compiling anstyle v1.0.7
5422024-07-11T21:50:37.576Z Compiling semver v1.0.23
5432024-07-11T21:50:37.753Z Compiling anstyle-query v1.0.3
5442024-07-11T21:50:37.899Z Compiling tower-service v0.3.2
5452024-07-11T21:50:37.928Z Compiling camino v1.1.7
5462024-07-11T21:50:38.018Z Compiling anstream v0.6.14
5472024-07-11T21:50:38.180Z Compiling idna v0.5.0
5482024-07-11T21:50:38.373Z Compiling dirs-next v2.0.0
5492024-07-11T21:50:39.245Z Compiling block-buffer v0.10.4
5502024-07-11T21:50:39.482Z Compiling crypto-common v0.1.6
5512024-07-11T21:50:39.694Z Compiling terminal_size v0.3.0
5522024-07-11T21:50:39.860Z Compiling fs-err v2.11.0
5532024-07-11T21:50:39.860Z Compiling thread_local v1.1.8
5542024-07-11T21:50:40.010Z Compiling strsim v0.11.1
5552024-07-11T21:50:40.104Z Compiling adler v1.0.2
5562024-07-11T21:50:40.127Z Compiling bytecount v0.6.8
5572024-07-11T21:50:40.336Z Compiling match_cfg v0.1.0
5582024-07-11T21:50:40.339Z Compiling slog-async v2.8.0
5592024-07-11T21:50:40.422Z Compiling unicode-width v0.1.13
5602024-07-11T21:50:40.444Z Compiling anyhow v1.0.86
5612024-07-11T21:50:40.483Z Compiling base64 v0.21.7
5622024-07-11T21:50:40.524Z Compiling clap_lex v0.7.0
5632024-07-11T21:50:40.661Z Compiling heck v0.4.1
5642024-07-11T21:50:40.900Z Compiling clap_builder v4.5.2
5652024-07-11T21:50:40.903Z Compiling papergrid v0.11.0
5662024-07-11T21:50:41.037Z Compiling rustls-pemfile v1.0.4
5672024-07-11T21:50:41.124Z Compiling hostname v0.3.1
5682024-07-11T21:50:41.175Z Compiling miniz_oxide v0.7.2
5692024-07-11T21:50:41.370Z Compiling digest v0.10.7
5702024-07-11T21:50:41.454Z Compiling crossbeam-channel v0.5.12
5712024-07-11T21:50:41.522Z Compiling url v2.5.0
5722024-07-11T21:50:41.805Z Compiling term v0.7.0
5732024-07-11T21:50:42.518Z Compiling tabled_derive v0.7.0
5742024-07-11T21:50:42.579Z Compiling serde_derive v1.0.204
5752024-07-11T21:50:42.627Z Compiling thiserror-impl v1.0.60
5762024-07-11T21:50:42.767Z Compiling zerocopy-derive v0.7.34
5772024-07-11T21:50:43.401Z Compiling tokio-macros v2.3.0
5782024-07-11T21:50:43.441Z Compiling futures-macro v0.3.30
5792024-07-11T21:50:45.044Z Compiling scroll_derive v0.12.0
5802024-07-11T21:50:45.115Z Compiling zerocopy v0.7.34
5812024-07-11T21:50:45.119Z Compiling tokio v1.38.0
5822024-07-11T21:50:45.230Z Compiling openssl-macros v0.1.1
5832024-07-11T21:50:45.535Z Compiling futures-util v0.3.30
5842024-07-11T21:50:46.116Z Compiling pest v2.7.10
5852024-07-11T21:50:46.547Z Compiling scroll v0.12.0
5862024-07-11T21:50:46.725Z Compiling clap_derive v4.5.4
5872024-07-11T21:50:47.099Z Compiling goblin v0.8.2
5882024-07-11T21:50:49.058Z Compiling pest_meta v2.7.10
5892024-07-11T21:50:50.641Z Compiling pest_generator v2.7.10
5902024-07-11T21:50:52.456Z Compiling futures-executor v0.3.30
5912024-07-11T21:50:52.650Z Compiling strum_macros v0.26.4
5922024-07-11T21:50:53.023Z Compiling tokio-util v0.7.11
5932024-07-11T21:50:54.313Z Compiling h2 v0.3.26
5942024-07-11T21:50:54.337Z Compiling pest_derive v2.7.10
5952024-07-11T21:50:54.586Z Compiling tokio-native-tls v0.3.1
5962024-07-11T21:50:55.075Z Compiling dtrace-parser v0.2.0
5972024-07-11T21:50:55.167Z Compiling xattr v1.3.1
5982024-07-11T21:50:55.434Z Compiling is-terminal v0.4.12
5992024-07-11T21:50:55.560Z Compiling filetime v0.2.23
6002024-07-11T21:50:55.915Z Compiling memmap v0.7.0
6012024-07-11T21:50:56.285Z Compiling encoding_rs v0.8.34
6022024-07-11T21:50:57.544Z Compiling serde_spanned v0.6.6
6032024-07-11T21:50:57.615Z Compiling toml_datetime v0.6.6
6042024-07-11T21:50:57.988Z Compiling serde_tokenstream v0.2.1
6052024-07-11T21:50:58.136Z Compiling toml_edit v0.22.14
6062024-07-11T21:50:58.166Z Compiling serde_urlencoded v0.7.1
6072024-07-11T21:50:58.693Z Compiling hyper v0.14.28
6082024-07-11T21:50:59.294Z Compiling dof v0.3.0
6092024-07-11T21:51:00.527Z Compiling slog-json v2.6.1
6102024-07-11T21:51:00.956Z Compiling cargo-platform v0.1.8
6112024-07-11T21:51:01.121Z Compiling toml v0.8.14
6122024-07-11T21:51:01.592Z Compiling take_mut v0.2.2
6132024-07-11T21:51:01.618Z Compiling ipnet v2.9.0
6142024-07-11T21:51:01.757Z Compiling cpufeatures v0.2.12
6152024-07-11T21:51:01.860Z Compiling sync_wrapper v0.1.2
6162024-07-11T21:51:01.909Z Compiling mime v0.3.17
6172024-07-11T21:51:01.986Z Compiling sha2 v0.10.8
6182024-07-11T21:51:02.490Z Compiling hyper-tls v0.5.0
6192024-07-11T21:51:02.532Z Compiling cargo_metadata v0.18.1
6202024-07-11T21:51:02.700Z Compiling usdt-attr-macro v0.5.0
6212024-07-11T21:51:02.813Z Compiling usdt-macro v0.5.0
6222024-07-11T21:51:02.899Z Compiling reqwest v0.11.27
6232024-07-11T21:51:02.935Z Compiling cargo_toml v0.20.3
6242024-07-11T21:51:04.150Z Compiling usdt v0.5.0
6252024-07-11T21:51:04.634Z Compiling slog-bunyan v2.5.0
6262024-07-11T21:51:04.830Z Compiling strum v0.26.2
6272024-07-11T21:51:04.852Z Compiling macaddr v1.0.1
6282024-07-11T21:51:04.999Z Compiling tar v0.4.40
6292024-07-11T21:51:05.278Z Compiling slog-term v2.9.1
6302024-07-11T21:51:05.299Z Compiling flate2 v1.0.30
6312024-07-11T21:51:05.354Z Compiling futures v0.3.30
6322024-07-11T21:51:05.472Z Compiling clap v4.5.4
6332024-07-11T21:51:05.585Z Compiling tabled v0.15.0
6342024-07-11T21:51:06.553Z Compiling swrite v0.1.0
6352024-07-11T21:51:10.423Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6362024-07-11T21:51:17.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
6372024-07-11T21:51:17.698Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6382024-07-11T21:51:17.753ZJul 11 21:51:16.126 INFO Starting download, target: Clickhouse
6392024-07-11T21:51:17.753ZJul 11 21:51:16.126 INFO Starting download, target: Cockroach
6402024-07-11T21:51:17.753ZJul 11 21:51:16.126 INFO Starting download, target: Console
6412024-07-11T21:51:17.753ZJul 11 21:51:16.126 INFO Starting download, target: DendriteOpenapi
6422024-07-11T21:51:17.753ZJul 11 21:51:16.126 INFO Starting download, target: DendriteStub
6432024-07-11T21:51:17.756ZJul 11 21:51:16.126 INFO Starting download, target: MaghemiteMgd
6442024-07-11T21:51:17.756ZJul 11 21:51:16.126 INFO Starting download, target: TransceiverControl
6452024-07-11T21:51:17.756ZJul 11 21:51:16.127 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
6462024-07-11T21:51:17.756ZJul 11 21:51:16.127 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6472024-07-11T21:51:17.756ZJul 11 21:51:16.127 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6482024-07-11T21:51:17.756ZJul 11 21:51:16.127 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6492024-07-11T21:51:17.756ZJul 11 21:51:16.127 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6502024-07-11T21:51:17.756ZJul 11 21:51:16.127 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6512024-07-11T21:51:17.756ZJul 11 21:51:16.127 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6522024-07-11T21:51:17.913ZJul 11 21:51:16.275 INFO Download complete, target: DendriteOpenapi
6532024-07-11T21:51:18.029ZJul 11 21:51:16.401 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6542024-07-11T21:51:18.307ZJul 11 21:51:16.665 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6552024-07-11T21:51:18.383ZJul 11 21:51:16.756 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6562024-07-11T21:51:18.412ZJul 11 21:51:16.786 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6572024-07-11T21:51:18.735ZJul 11 21:51:17.107 INFO Download complete, target: Console
6582024-07-11T21:51:18.945ZJul 11 21:51:17.318 INFO Download complete, target: TransceiverControl
6592024-07-11T21:51:19.738ZJul 11 21:51:18.104 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6602024-07-11T21:51:20.192ZJul 11 21:51:18.564 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6612024-07-11T21:51:20.192ZJul 11 21:51:18.564 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6622024-07-11T21:51:21.730ZJul 11 21:51:20.103 INFO Download complete, target: DendriteStub
6632024-07-11T21:51:21.791ZJul 11 21:51:20.164 INFO Download complete, target: MaghemiteMgd
6642024-07-11T21:51:29.105ZJul 11 21:51:27.475 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6652024-07-11T21:51:29.437ZJul 11 21:51:27.805 INFO Checking that binary works, target: Cockroach
6662024-07-11T21:51:29.689ZJul 11 21:51:28.060 INFO Download complete, target: Cockroach
6672024-07-11T21:51:34.855ZJul 11 21:51:33.226 INFO Checking that binary works, target: Clickhouse
6682024-07-11T21:51:35.315ZJul 11 21:51:33.686 INFO Download complete, target: Clickhouse
6692024-07-11T21:51:35.323ZAll prerequisites installed successfully
6702024-07-11T21:51:35.326Z
6712024-07-11T21:51:35.326Zreal 2:50.277102013
6722024-07-11T21:51:35.327Zuser 5:44.967401789
6732024-07-11T21:51:35.327Zsys 1:16.878025121
6742024-07-11T21:51:35.327Ztrap 0.219830446
6752024-07-11T21:51:35.327Ztflt 3.408938372
6762024-07-11T21:51:35.327Zdflt 6.000024969
6772024-07-11T21:51:35.327Zkflt 0.292493416
6782024-07-11T21:51:35.327Zlock 13:00.586039526
6792024-07-11T21:51:35.327Zslp 17:58.565498360
6802024-07-11T21:51:35.327Zlat 20.045077525
6812024-07-11T21:51:35.327Zstop 1:01.283803178
6822024-07-11T21:51:35.327Z+ ptime -m cargo xtask download softnpu
6832024-07-11T21:51:35.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
6842024-07-11T21:51:35.876Z Running `target/debug/xtask download softnpu`
6852024-07-11T21:51:35.899ZJul 11 21:51:34.269 INFO Starting download, target: Softnpu
6862024-07-11T21:51:35.902ZJul 11 21:51:34.270 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6872024-07-11T21:51:36.852ZJul 11 21:51:35.218 INFO Download complete, target: Softnpu
6882024-07-11T21:51:36.871Z
6892024-07-11T21:51:36.871Zreal 1.522329403
6902024-07-11T21:51:36.871Zuser 0.593026952
6912024-07-11T21:51:36.871Zsys 0.285644123
6922024-07-11T21:51:36.871Ztrap 0.000241400
6932024-07-11T21:51:36.871Ztflt 0.000053294
6942024-07-11T21:51:36.871Zdflt 0.000196481
6952024-07-11T21:51:36.871Zkflt 0.000000000
6962024-07-11T21:51:36.871Zlock 10.043526305
6972024-07-11T21:51:36.871Zslp 0.890080917
6982024-07-11T21:51:36.871Zlat 0.071207906
6992024-07-11T21:51:36.871Zstop 0.000247158
7002024-07-11T21:51:36.871Z+ export CARGO_INCREMENTAL=0
7012024-07-11T21:51:36.871Z+ CARGO_INCREMENTAL=0
7022024-07-11T21:51:36.871Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7032024-07-11T21:51:37.368Z Downloading crates ...
7042024-07-11T21:51:37.538Z Downloaded ahash v0.8.11
7052024-07-11T21:51:37.542Z Downloaded aead v0.5.2
7062024-07-11T21:51:37.548Z Downloaded addr2line v0.21.0
7072024-07-11T21:51:37.551Z Downloaded allocator-api2 v0.2.18
7082024-07-11T21:51:37.556Z Downloaded atomicwrites v0.4.3
7092024-07-11T21:51:37.560Z Downloaded bitstruct_derive v0.1.0
7102024-07-11T21:51:37.563Z Downloaded crunchy v0.2.2
7112024-07-11T21:51:37.563Z Downloaded ciborium-io v0.2.2
7122024-07-11T21:51:37.566Z Downloaded darling_macro v0.20.9
7132024-07-11T21:51:37.566Z Downloaded parse-size v1.0.0
7142024-07-11T21:51:37.566Z Downloaded derive_builder_macro v0.20.0
7152024-07-11T21:51:37.570Z Downloaded opaque-debug v0.3.1
7162024-07-11T21:51:37.573Z Downloaded ciborium-ll v0.2.2
7172024-07-11T21:51:37.577Z Downloaded nanorand v0.7.0
7182024-07-11T21:51:37.580Z Downloaded memoffset v0.9.1
7192024-07-11T21:51:37.580Z Downloaded number_prefix v0.4.0
7202024-07-11T21:51:37.583Z Downloaded new_debug_unreachable v1.0.6
7212024-07-11T21:51:37.583Z Downloaded phf_shared v0.10.0
7222024-07-11T21:51:37.583Z Downloaded block-padding v0.3.3
7232024-07-11T21:51:37.590Z Downloaded bitfield v0.14.0
7242024-07-11T21:51:37.591Z Downloaded psl-types v2.0.11
7252024-07-11T21:51:37.591Z Downloaded portpicker v0.1.1
7262024-07-11T21:51:37.594Z Downloaded chacha20 v0.9.1
7272024-07-11T21:51:37.594Z Downloaded oso-derive v0.27.3
7282024-07-11T21:51:37.594Z Downloaded convert_case v0.4.0
7292024-07-11T21:51:37.594Z Downloaded normalize-line-endings v0.3.0
7302024-07-11T21:51:37.598Z Downloaded nodrop v0.1.14
7312024-07-11T21:51:37.598Z Downloaded newtype_derive v0.1.6
7322024-07-11T21:51:37.598Z Downloaded newline-converter v0.3.0
7332024-07-11T21:51:37.601Z Downloaded crossbeam-deque v0.8.5
7342024-07-11T21:51:37.601Z Downloaded packed_struct_codegen v0.10.1
7352024-07-11T21:51:37.604Z Downloaded colored v2.1.0
7362024-07-11T21:51:37.605Z Downloaded nibble_vec v0.1.0
7372024-07-11T21:51:37.610Z Downloaded corncobs v0.1.3
7382024-07-11T21:51:37.610Z Downloaded multer v3.1.0
7392024-07-11T21:51:37.610Z Downloaded defmt-parser v0.3.4
7402024-07-11T21:51:37.614Z Downloaded precomputed-hash v0.1.1
7412024-07-11T21:51:37.614Z Downloaded atty v0.2.14
7422024-07-11T21:51:37.614Z Downloaded data-encoding v2.6.0
7432024-07-11T21:51:37.617Z Downloaded peg-runtime v0.8.3
7442024-07-11T21:51:37.617Z Downloaded toolchain_find v0.4.0
7452024-07-11T21:51:37.619Z Downloaded predicates v3.1.0
7462024-07-11T21:51:37.622Z Downloaded paste v1.0.15
7472024-07-11T21:51:37.626Z Downloaded quick-error v1.2.3
7482024-07-11T21:51:37.626Z Downloaded cstr-argument v0.1.2
7492024-07-11T21:51:37.628Z Downloaded argon2 v0.5.3
7502024-07-11T21:51:37.631Z Downloaded ppv-lite86 v0.2.17
7512024-07-11T21:51:37.631Z Downloaded rand_xorshift v0.3.0
7522024-07-11T21:51:37.637Z Downloaded cexpr v0.6.0
7532024-07-11T21:51:37.637Z Downloaded bit-vec v0.6.3
7542024-07-11T21:51:37.640Z Downloaded atomic-waker v1.1.2
7552024-07-11T21:51:37.640Z Downloaded mockall_derive v0.12.1
7562024-07-11T21:51:37.640Z Downloaded ref-cast v1.0.23
7572024-07-11T21:51:37.642Z Downloaded cassowary v0.3.0
7582024-07-11T21:51:37.645Z Downloaded parse-display v0.9.1
7592024-07-11T21:51:37.648Z Downloaded packed_struct v0.10.1
7602024-07-11T21:51:37.648Z Downloaded parking_lot_core v0.8.6
7612024-07-11T21:51:37.651Z Downloaded cookie v0.18.1
7622024-07-11T21:51:37.653Z Downloaded owo-colors v4.0.0
7632024-07-11T21:51:37.656Z Downloaded parse-display-derive v0.9.1
7642024-07-11T21:51:37.659Z Downloaded waitgroup v0.1.2
7652024-07-11T21:51:37.659Z Downloaded display-error-chain v0.2.0
7662024-07-11T21:51:37.662Z Downloaded phf v0.11.2
7672024-07-11T21:51:37.662Z Downloaded num-rational v0.4.2
7682024-07-11T21:51:37.666Z Downloaded thiserror-impl-no-std v2.0.2
7692024-07-11T21:51:37.666Z Downloaded castaway v0.2.2
7702024-07-11T21:51:37.669Z Downloaded radium v0.7.0
7712024-07-11T21:51:37.669Z Downloaded postgres-protocol v0.6.6
7722024-07-11T21:51:37.672Z Downloaded r2d2 v0.8.10
7732024-07-11T21:51:37.672Z Downloaded multimap v0.10.0
7742024-07-11T21:51:37.675Z Downloaded rand_chacha v0.3.1
7752024-07-11T21:51:37.677Z Downloaded ref-cast-impl v1.0.23
7762024-07-11T21:51:37.678Z Downloaded pretty-hex v0.2.1
7772024-07-11T21:51:37.678Z Downloaded rand_seeder v0.2.3
7782024-07-11T21:51:37.681Z Downloaded crc v3.2.1
7792024-07-11T21:51:37.683Z Downloaded cobs v0.2.3
7802024-07-11T21:51:37.684Z Downloaded ident_case v1.0.1
7812024-07-11T21:51:37.687Z Downloaded float-ord v0.3.2
7822024-07-11T21:51:37.687Z Downloaded nu-ansi-term v0.50.0
7832024-07-11T21:51:37.690Z Downloaded derive_more v0.99.18
7842024-07-11T21:51:37.694Z Downloaded oso v0.27.3
7852024-07-11T21:51:37.698Z Downloaded ascii v1.1.0
7862024-07-11T21:51:37.702Z Downloaded parking_lot v0.11.2
7872024-07-11T21:51:37.706Z Downloaded der_derive v0.7.2
7882024-07-11T21:51:37.706Z Downloaded tabwriter v1.4.0
7892024-07-11T21:51:37.709Z Downloaded cipher v0.4.4
7902024-07-11T21:51:37.709Z Downloaded zeroize v1.7.0
7912024-07-11T21:51:37.714Z Downloaded fxhash v0.2.1
7922024-07-11T21:51:37.714Z Downloaded enum-as-inner v0.5.1
7932024-07-11T21:51:37.717Z Downloaded downcast v0.11.0
7942024-07-11T21:51:37.717Z Downloaded md-5 v0.10.6
7952024-07-11T21:51:37.717Z Downloaded crc-any v2.5.0
7962024-07-11T21:51:37.727Z Downloaded base64ct v1.6.0
7972024-07-11T21:51:37.735Z Downloaded peg-macros v0.8.3
7982024-07-11T21:51:37.735Z Downloaded unicode-xid v0.2.4
7992024-07-11T21:51:37.735Z Downloaded cancel-safe-futures v0.1.5
8002024-07-11T21:51:37.735Z Downloaded kstat-rs v0.2.4
8012024-07-11T21:51:37.735Z Downloaded matches v0.1.10
8022024-07-11T21:51:37.739Z Downloaded tokio-tungstenite v0.21.0
8032024-07-11T21:51:37.739Z Downloaded num-traits v0.2.19
8042024-07-11T21:51:37.739Z Downloaded cookie v0.17.0
8052024-07-11T21:51:37.744Z Downloaded const_format_proc_macros v0.2.32
8062024-07-11T21:51:37.744Z Downloaded cookie_store v0.20.0
8072024-07-11T21:51:37.747Z Downloaded getopts v0.2.21
8082024-07-11T21:51:37.747Z Downloaded bcs v0.1.6
8092024-07-11T21:51:37.750Z Downloaded serde-big-array v0.5.1
8102024-07-11T21:51:37.750Z Downloaded headers-core v0.2.0
8112024-07-11T21:51:37.753Z Downloaded derive_builder v0.20.0
8122024-07-11T21:51:37.759Z Downloaded defmt-macros v0.3.9
8132024-07-11T21:51:37.759Z Downloaded spki v0.7.3
8142024-07-11T21:51:37.763Z Downloaded spin v0.5.2
8152024-07-11T21:51:37.763Z Downloaded supports-color v3.0.0
8162024-07-11T21:51:37.766Z Downloaded zone v0.1.8
8172024-07-11T21:51:37.766Z Downloaded unarray v0.1.4
8182024-07-11T21:51:37.774Z Downloaded serde-hex v0.1.0
8192024-07-11T21:51:37.774Z Downloaded same-file v1.0.6
8202024-07-11T21:51:37.780Z Downloaded subtle v2.5.0
8212024-07-11T21:51:37.780Z Downloaded rcgen v0.12.1
8222024-07-11T21:51:37.780Z Downloaded strum_macros v0.25.3
8232024-07-11T21:51:37.780Z Downloaded endian-type v0.1.2
8242024-07-11T21:51:37.781Z Downloaded memmap2 v0.9.4
8252024-07-11T21:51:37.795Z Downloaded fastrand v2.1.0
8262024-07-11T21:51:37.795Z Downloaded fallible-iterator v0.2.0
8272024-07-11T21:51:37.796Z Downloaded maplit v1.0.2
8282024-07-11T21:51:37.796Z Downloaded keccak v0.1.5
8292024-07-11T21:51:37.802Z Downloaded hex v0.4.3
8302024-07-11T21:51:37.802Z Downloaded funty v2.0.0
8312024-07-11T21:51:37.802Z Downloaded csv-core v0.1.11
8322024-07-11T21:51:37.802Z Downloaded uzers v0.11.3
8332024-07-11T21:51:37.802Z Downloaded dyn-clone v1.0.17
8342024-07-11T21:51:37.802Z Downloaded strum_macros v0.24.3
8352024-07-11T21:51:37.802Z Downloaded password-hash v0.5.0
8362024-07-11T21:51:37.806Z Downloaded crossbeam-epoch v0.9.18
8372024-07-11T21:51:37.806Z Downloaded postcard v1.0.8
8382024-07-11T21:51:37.806Z Downloaded const-oid v0.9.6
8392024-07-11T21:51:37.809Z Downloaded tiny-keccak v2.0.2
8402024-07-11T21:51:37.811Z Downloaded base64 v0.22.1
8412024-07-11T21:51:37.815Z Downloaded sigpipe v0.1.3
8422024-07-11T21:51:37.818Z Downloaded zeroize_derive v1.4.2
8432024-07-11T21:51:37.818Z Downloaded hostname v0.4.0
8442024-07-11T21:51:37.822Z Downloaded home v0.5.9
8452024-07-11T21:51:37.822Z Downloaded yasna v0.5.2
8462024-07-11T21:51:37.825Z Downloaded fd-lock v4.0.2
8472024-07-11T21:51:37.829Z Downloaded smf v0.2.3
8482024-07-11T21:51:37.829Z Downloaded is_ci v1.2.0
8492024-07-11T21:51:37.829Z Downloaded hubpack_derive v0.1.1
8502024-07-11T21:51:37.832Z Downloaded pin-project v1.1.5
8512024-07-11T21:51:37.845Z Downloaded smallvec v0.6.14
8522024-07-11T21:51:37.850Z Downloaded hash32 v0.2.1
8532024-07-11T21:51:37.850Z Downloaded num-bigint v0.4.5
8542024-07-11T21:51:37.855Z Downloaded managed v0.8.0
8552024-07-11T21:51:37.855Z Downloaded untrusted v0.9.0
8562024-07-11T21:51:37.855Z Downloaded untrusted v0.7.1
8572024-07-11T21:51:37.858Z Downloaded structmeta v0.3.0
8582024-07-11T21:51:37.858Z Downloaded chacha20poly1305 v0.10.1
8592024-07-11T21:51:37.858Z Downloaded structmeta v0.2.0
8602024-07-11T21:51:37.861Z Downloaded embedded-io v0.4.0
8612024-07-11T21:51:37.861Z Downloaded compact_str v0.7.1
8622024-07-11T21:51:37.867Z Downloaded either v1.12.0
8632024-07-11T21:51:37.867Z Downloaded rustc_version v0.1.7
8642024-07-11T21:51:37.867Z Downloaded rpassword v7.3.1
8652024-07-11T21:51:37.870Z Downloaded shlex v1.3.0
8662024-07-11T21:51:37.871Z Downloaded shell-words v1.1.0
8672024-07-11T21:51:37.874Z Downloaded sha1 v0.10.6
8682024-07-11T21:51:37.874Z Downloaded rustc-hash v1.1.0
8692024-07-11T21:51:37.874Z Downloaded flume v0.11.0
8702024-07-11T21:51:37.877Z Downloaded resolv-conf v0.7.0
8712024-07-11T21:51:37.881Z Downloaded termtree v0.4.1
8722024-07-11T21:51:37.881Z Downloaded tls_codec v0.4.1
8732024-07-11T21:51:37.884Z Downloaded lru-cache v0.1.2
8742024-07-11T21:51:37.887Z Downloaded http-range v0.1.5
8752024-07-11T21:51:37.887Z Downloaded rand v0.8.5
8762024-07-11T21:51:37.893Z Downloaded publicsuffix v2.2.3
8772024-07-11T21:51:37.896Z Downloaded ron v0.8.1
8782024-07-11T21:51:37.907Z Downloaded foreign-types v0.5.0
8792024-07-11T21:51:37.909Z Downloaded diesel_table_macro_syntax v0.1.0
8802024-07-11T21:51:37.909Z Downloaded instant v0.1.12
8812024-07-11T21:51:37.909Z Downloaded tls_codec_derive v0.4.1
8822024-07-11T21:51:37.912Z Downloaded group v0.13.0
8832024-07-11T21:51:37.912Z Downloaded flagset v0.4.5
8842024-07-11T21:51:37.915Z Downloaded fixedbitset v0.4.2
8852024-07-11T21:51:37.915Z Downloaded lazy_static v1.5.0
8862024-07-11T21:51:37.918Z Downloaded lalrpop-util v0.19.12
8872024-07-11T21:51:37.918Z Downloaded toml v0.5.11
8882024-07-11T21:51:37.921Z Downloaded which v4.4.2
8892024-07-11T21:51:37.921Z Downloaded vte_generate_state_changes v0.1.1
8902024-07-11T21:51:37.925Z Downloaded thiserror-no-std v2.0.2
8912024-07-11T21:51:37.927Z Downloaded arc-swap v1.7.1
8922024-07-11T21:51:37.930Z Downloaded trust-dns-resolver v0.22.0
8932024-07-11T21:51:37.934Z Downloaded serde_plain v1.0.2
8942024-07-11T21:51:37.937Z Downloaded whoami v1.5.1
8952024-07-11T21:51:37.941Z Downloaded tokio-rustls v0.24.1
8962024-07-11T21:51:37.941Z Downloaded unicase v2.7.0
8972024-07-11T21:51:37.946Z Downloaded termios v0.3.3
8982024-07-11T21:51:37.946Z Downloaded stability v0.2.0
8992024-07-11T21:51:37.950Z Downloaded sqlparser_derive v0.2.2
9002024-07-11T21:51:37.950Z Downloaded termcolor v1.4.1
9012024-07-11T21:51:37.950Z Downloaded tap v1.0.1
9022024-07-11T21:51:37.950Z Downloaded signature v1.6.4
9032024-07-11T21:51:37.956Z Downloaded serde_derive_internals v0.29.1
9042024-07-11T21:51:37.956Z Downloaded zone_cfg_derive v0.1.2
9052024-07-11T21:51:37.956Z Downloaded foreign-types-shared v0.3.1
9062024-07-11T21:51:37.957Z Downloaded hyper-staticfile v0.9.5
9072024-07-11T21:51:37.957Z Downloaded humantime v2.1.0
9082024-07-11T21:51:37.960Z Downloaded foreign-types-macros v0.2.3
9092024-07-11T21:51:37.960Z Downloaded signal-hook v0.3.17
9102024-07-11T21:51:37.965Z Downloaded rtoolbox v0.0.2
9112024-07-11T21:51:37.965Z Downloaded schemars_derive v0.8.21
9122024-07-11T21:51:37.965Z Downloaded smawk v0.3.2
9132024-07-11T21:51:37.969Z Downloaded rustc-demangle v0.1.24
9142024-07-11T21:51:37.969Z Downloaded wait-timeout v0.2.0
9152024-07-11T21:51:37.969Z Downloaded rusty-fork v0.3.0
9162024-07-11T21:51:37.979Z Downloaded inout v0.1.3
9172024-07-11T21:51:37.979Z Downloaded indoc v1.0.9
9182024-07-11T21:51:37.982Z Downloaded siphasher v0.3.11
9192024-07-11T21:51:37.982Z Downloaded tempfile v3.10.1
9202024-07-11T21:51:37.982Z Downloaded fatfs v0.3.6
9212024-07-11T21:51:37.983Z Downloaded hmac v0.12.1
9222024-07-11T21:51:37.986Z Downloaded samael v0.0.15
9232024-07-11T21:51:37.989Z Downloaded tokio-postgres v0.7.10
9242024-07-11T21:51:37.994Z Downloaded stable_deref_trait v1.2.0
9252024-07-11T21:51:37.997Z Downloaded scheduled-thread-pool v0.2.7
9262024-07-11T21:51:37.997Z Downloaded glob v0.3.1
9272024-07-11T21:51:37.997Z Downloaded libsw v3.3.1
9282024-07-11T21:51:38.000Z Downloaded signature v2.2.0
9292024-07-11T21:51:38.004Z Downloaded nom v7.1.3
9302024-07-11T21:51:38.006Z Downloaded unicode-linebreak v0.1.5
9312024-07-11T21:51:38.009Z Downloaded gethostname v0.4.3
9322024-07-11T21:51:38.009Z Downloaded fragile v2.0.0
9332024-07-11T21:51:38.012Z Downloaded tokio-rustls v0.25.0
9342024-07-11T21:51:38.012Z Downloaded diff v0.1.13
9352024-07-11T21:51:38.015Z Downloaded half v2.4.1
9362024-07-11T21:51:38.019Z Downloaded sct v0.7.1
9372024-07-11T21:51:38.022Z Downloaded test-strategy v0.3.1
9382024-07-11T21:51:38.025Z Downloaded indicatif v0.17.8
9392024-07-11T21:51:38.029Z Downloaded elliptic-curve v0.13.8
9402024-07-11T21:51:38.034Z Downloaded hyper-rustls v0.24.2
9412024-07-11T21:51:38.038Z Downloaded snafu-derive v0.8.2
9422024-07-11T21:51:38.038Z Downloaded heapless v0.7.17
9432024-07-11T21:51:38.041Z Downloaded headers v0.3.9
9442024-07-11T21:51:38.048Z Downloaded tui-tree-widget v0.21.0
9452024-07-11T21:51:38.052Z Downloaded textwrap v0.16.1
9462024-07-11T21:51:38.057Z Downloaded zerocopy v0.6.6
9472024-07-11T21:51:38.057Z Downloaded similar v2.5.0
9482024-07-11T21:51:38.060Z Downloaded globset v0.4.14
9492024-07-11T21:51:38.064Z Downloaded rustls-pki-types v1.7.0
9502024-07-11T21:51:38.064Z Downloaded reedline v0.31.0
9512024-07-11T21:51:38.071Z Downloaded tokio-tungstenite v0.20.1
9522024-07-11T21:51:38.074Z Downloaded tokio-stream v0.1.15
9532024-07-11T21:51:38.077Z Downloaded socket2 v0.4.10
9542024-07-11T21:51:38.079Z Downloaded trust-dns-client v0.22.0
9552024-07-11T21:51:38.086Z Downloaded hashbrown v0.13.2
9562024-07-11T21:51:38.089Z Downloaded hashbrown v0.12.3
9572024-07-11T21:51:38.094Z Downloaded indexmap v1.9.3
9582024-07-11T21:51:38.096Z Downloaded portable-atomic v1.6.0
9592024-07-11T21:51:38.102Z Downloaded expectorate v1.1.0
9602024-07-11T21:51:38.105Z Downloaded unsafe-libyaml v0.2.11
9612024-07-11T21:51:38.108Z Downloaded tough v0.17.1
9622024-07-11T21:51:38.115Z Downloaded serde_with v3.8.1
9632024-07-11T21:51:38.124Z Downloaded snafu v0.8.2
9642024-07-11T21:51:38.130Z Downloaded serde_yaml v0.9.34+deprecated
9652024-07-11T21:51:38.134Z Downloaded steno v0.4.1
9662024-07-11T21:51:38.140Z Downloaded proptest v1.4.0
9672024-07-11T21:51:38.148Z Downloaded x509-cert v0.2.5
9682024-07-11T21:51:38.154Z Downloaded trust-dns-server v0.22.1
9692024-07-11T21:51:38.160Z Downloaded libm v0.2.8
9702024-07-11T21:51:38.168Z Downloaded aho-corasick v1.1.3
9712024-07-11T21:51:38.176Z Downloaded libxml v0.3.3
9722024-07-11T21:51:38.196Z Downloaded http v1.1.0
9732024-07-11T21:51:38.202Z Downloaded unicode-segmentation v1.11.0
9742024-07-11T21:51:38.202Z Downloaded rayon v1.10.0
9752024-07-11T21:51:38.202Z Downloaded itertools v0.13.0
9762024-07-11T21:51:38.205Z Downloaded unicode_categories v0.1.1
9772024-07-11T21:51:38.209Z Downloaded radix_trie v0.2.1
9782024-07-11T21:51:38.213Z Downloaded blake3 v1.5.1
9792024-07-11T21:51:38.220Z Downloaded itertools v0.12.1
9802024-07-11T21:51:38.226Z Downloaded rustyline v14.0.0
9812024-07-11T21:51:38.231Z Downloaded winnow v0.5.40
9822024-07-11T21:51:38.240Z Downloaded regex-automata v0.1.10
9832024-07-11T21:51:38.255Z Downloaded regex v1.10.5
9842024-07-11T21:51:38.260Z Downloaded sqlparser v0.45.0
9852024-07-11T21:51:38.265Z Downloaded nix v0.28.0
9862024-07-11T21:51:38.276Z Downloaded nix v0.27.1
9872024-07-11T21:51:38.295Z Downloaded lalrpop v0.19.12
9882024-07-11T21:51:38.300Z Downloaded rustls-webpki v0.101.7
9892024-07-11T21:51:38.319Z Downloaded trust-dns-proto v0.22.0
9902024-07-11T21:51:38.327Z Downloaded smoltcp v0.9.1
9912024-07-11T21:51:38.335Z Downloaded rustls v0.22.4
9922024-07-11T21:51:38.348Z Downloaded regress v0.9.1
9932024-07-11T21:51:38.356Z Downloaded idna v0.3.0
9942024-07-11T21:51:38.362Z Downloaded rustls v0.21.12
9952024-07-11T21:51:38.374Z Downloaded gimli v0.28.1
9962024-07-11T21:51:38.382Z Downloaded webpki-roots v0.25.4
9972024-07-11T21:51:38.386Z Downloaded bstr v0.2.17
9982024-07-11T21:51:38.394Z Downloaded petgraph v0.6.5
9992024-07-11T21:51:38.410Z Downloaded regex-automata v0.4.6
10002024-07-11T21:51:38.426Z Downloaded zerocopy-derive v0.6.6
10012024-07-11T21:51:38.434Z Downloaded smoltcp v0.11.0
10022024-07-11T21:51:38.447Z Downloaded diesel v2.1.6
10032024-07-11T21:51:38.462Z Downloaded regex-syntax v0.8.3
10042024-07-11T21:51:38.470Z Downloaded bstr v1.9.1
10052024-07-11T21:51:38.479Z Downloaded ratatui v0.27.0
10062024-07-11T21:51:38.498Z Downloaded idna v0.2.3
10072024-07-11T21:51:38.504Z Downloaded curve25519-dalek v4.1.3
10082024-07-11T21:51:38.510Z Downloaded regex-syntax v0.6.29
10092024-07-11T21:51:38.517Z Downloaded openapiv3 v2.0.0
10102024-07-11T21:51:38.527Z Downloaded bitvec v1.0.1
10112024-07-11T21:51:38.541Z Downloaded bindgen v0.69.4
10122024-07-11T21:51:38.547Z Downloaded sled v0.34.7
10132024-07-11T21:51:38.557Z Downloaded chrono v0.4.38
10142024-07-11T21:51:38.563Z Downloaded hkdf v0.12.4
10152024-07-11T21:51:38.566Z Downloaded polar-core v0.27.3
10162024-07-11T21:51:38.573Z Downloaded object v0.32.2
10172024-07-11T21:51:38.583Z Downloaded bzip2-sys v0.1.11+1.0.8
10182024-07-11T21:51:38.594Z Downloaded object v0.30.4
10192024-07-11T21:51:38.604Z Downloaded rustls-webpki v0.102.4
10202024-07-11T21:51:38.619Z Downloaded quick-xml v0.31.0
10212024-07-11T21:51:38.624Z Downloaded finl_unicode v1.2.0
10222024-07-11T21:51:38.636Z Downloaded zip v0.6.6
10232024-07-11T21:51:38.639Z Downloaded csv v1.3.0
10242024-07-11T21:51:38.658Z Downloaded rsa v0.9.6
10252024-07-11T21:51:38.662Z Downloaded sha3 v0.10.8
10262024-07-11T21:51:38.665Z Downloaded schemars v0.8.21
10272024-07-11T21:51:38.675Z Downloaded salty v0.2.0
10282024-07-11T21:51:38.680Z Downloaded itertools v0.10.5
10292024-07-11T21:51:38.692Z Downloaded typed-path v0.7.1
10302024-07-11T21:51:38.700Z Downloaded diesel_derives v2.1.4
10312024-07-11T21:51:38.700Z Downloaded toml_edit v0.19.15
10322024-07-11T21:51:38.710Z Downloaded static_assertions v1.1.0
10332024-07-11T21:51:38.714Z Downloaded ena v0.14.3
10342024-07-11T21:51:38.714Z Downloaded wyz v0.5.1
10352024-07-11T21:51:38.714Z Downloaded uuid v1.9.1
10362024-07-11T21:51:38.717Z Downloaded crossterm v0.27.0
10372024-07-11T21:51:38.720Z Downloaded universal-hash v0.5.1
10382024-07-11T21:51:38.723Z Downloaded rustc_version v0.4.0
10392024-07-11T21:51:38.723Z Downloaded highway v1.1.0
10402024-07-11T21:51:38.726Z Downloaded num-bigint-dig v0.8.4
10412024-07-11T21:51:38.729Z Downloaded der v0.7.9
10422024-07-11T21:51:38.733Z Downloaded serde_with_macros v3.8.1
10432024-07-11T21:51:38.736Z Downloaded serde_path_to_error v0.1.16
10442024-07-11T21:51:38.736Z Downloaded tungstenite v0.20.1
10452024-07-11T21:51:38.739Z Downloaded toml v0.7.8
10462024-07-11T21:51:38.742Z Downloaded maybe-uninit v2.0.0
10472024-07-11T21:51:38.742Z Downloaded lazycell v1.3.0
10482024-07-11T21:51:38.745Z Downloaded ipnetwork v0.20.0
10492024-07-11T21:51:38.745Z Downloaded float-cmp v0.9.0
10502024-07-11T21:51:38.745Z Downloaded hash32 v0.3.1
10512024-07-11T21:51:38.748Z Downloaded tungstenite v0.21.0
10522024-07-11T21:51:38.752Z Downloaded heapless v0.8.0
10532024-07-11T21:51:38.757Z Downloaded utf-8 v0.7.6
10542024-07-11T21:51:38.757Z Downloaded erased-serde v0.3.31
10552024-07-11T21:51:38.757Z Downloaded secrecy v0.8.0
10562024-07-11T21:51:38.761Z Downloaded vte v0.11.1
10572024-07-11T21:51:38.761Z Downloaded vsss-rs v3.3.4
10582024-07-11T21:51:38.761Z Downloaded subprocess v0.2.9
10592024-07-11T21:51:38.764Z Downloaded ron v0.7.1
10602024-07-11T21:51:38.768Z Downloaded crypto-bigint v0.5.5
10612024-07-11T21:51:38.772Z Downloaded backtrace v0.3.71
10622024-07-11T21:51:38.776Z Downloaded ed25519 v1.5.3
10632024-07-11T21:51:38.779Z Downloaded darling_core v0.20.9
10642024-07-11T21:51:38.783Z Downloaded tracing-attributes v0.1.27
10652024-07-11T21:51:38.783Z Downloaded topological-sort v0.2.2
10662024-07-11T21:51:38.786Z Downloaded stringprep v0.1.4
10672024-07-11T21:51:38.786Z Downloaded rustls-pemfile v2.1.2
10682024-07-11T21:51:38.789Z Downloaded derive-where v1.2.7
10692024-07-11T21:51:38.793Z Downloaded strip-ansi-escapes v0.2.0
10702024-07-11T21:51:38.793Z Downloaded string_cache v0.8.7
10712024-07-11T21:51:38.793Z Downloaded lru v0.12.3
10722024-07-11T21:51:38.795Z Downloaded linked-hash-map v0.5.6
10732024-07-11T21:51:38.795Z Downloaded linear-map v1.2.0
10742024-07-11T21:51:38.796Z Downloaded sec1 v0.7.3
10752024-07-11T21:51:38.799Z Downloaded slog-dtrace v0.3.0
10762024-07-11T21:51:38.799Z Downloaded minimal-lexical v0.2.1
10772024-07-11T21:51:38.802Z Downloaded derive_builder_core v0.20.0
10782024-07-11T21:51:38.805Z Downloaded slog-stdlog v4.1.1
10792024-07-11T21:51:38.805Z Downloaded rayon-core v1.12.1
10802024-07-11T21:51:38.808Z Downloaded spin v0.9.8
10812024-07-11T21:51:38.811Z Downloaded iana-time-zone v0.1.60
10822024-07-11T21:51:38.817Z Downloaded const_format v0.2.32
10832024-07-11T21:51:38.821Z Downloaded base64 v0.13.1
10842024-07-11T21:51:38.821Z Downloaded ff v0.13.0
10852024-07-11T21:51:38.821Z Downloaded structmeta-derive v0.3.0
10862024-07-11T21:51:38.825Z Downloaded structmeta-derive v0.2.0
10872024-07-11T21:51:38.825Z Downloaded serde_arrays v0.1.0
10882024-07-11T21:51:38.825Z Downloaded semver v0.1.20
10892024-07-11T21:51:38.825Z Downloaded rustfmt-wrapper v0.2.1
10902024-07-11T21:51:38.825Z Downloaded libloading v0.8.3
10912024-07-11T21:51:38.830Z Downloaded getrandom v0.2.14
10922024-07-11T21:51:38.830Z Downloaded walkdir v2.5.0
10932024-07-11T21:51:38.833Z Downloaded postgres-types v0.2.6
10942024-07-11T21:51:38.833Z Downloaded slog-envlogger v2.2.0
10952024-07-11T21:51:38.833Z Downloaded signal-hook-tokio v0.3.1
10962024-07-11T21:51:38.837Z Downloaded signal-hook-mio v0.2.3
10972024-07-11T21:51:38.837Z Downloaded prettyplease v0.2.20
10982024-07-11T21:51:38.840Z Downloaded ciborium v0.2.2
10992024-07-11T21:51:38.840Z Downloaded env_logger v0.9.3
11002024-07-11T21:51:38.844Z Downloaded sqlformat v0.2.3
11012024-07-11T21:51:38.844Z Downloaded env_logger v0.10.2
11022024-07-11T21:51:38.848Z Downloaded libefi-sys v0.1.0
11032024-07-11T21:51:38.848Z Downloaded slog-scope v4.4.0
11042024-07-11T21:51:38.852Z Downloaded serde_repr v0.1.19
11052024-07-11T21:51:38.852Z Downloaded serde-big-array v0.4.1
11062024-07-11T21:51:38.852Z Downloaded hubpack v0.1.2
11072024-07-11T21:51:38.852Z Downloaded omicron-zone-package v0.11.0
11082024-07-11T21:51:38.855Z Downloaded unicode-truncate v1.0.0
11092024-07-11T21:51:38.855Z Downloaded impl-trait-for-tuples v0.2.2
11102024-07-11T21:51:38.859Z Downloaded heck v0.3.3
11112024-07-11T21:51:38.859Z Downloaded difflib v0.4.0
11122024-07-11T21:51:38.862Z Downloaded rand_core v0.6.4
11132024-07-11T21:51:38.862Z Downloaded pkcs1 v0.7.5
11142024-07-11T21:51:38.865Z Downloaded phf_shared v0.11.2
11152024-07-11T21:51:38.865Z Downloaded pem-rfc7468 v0.7.0
11162024-07-11T21:51:38.865Z Downloaded darling v0.20.9
11172024-07-11T21:51:38.869Z Downloaded clang-sys v1.7.0
11182024-07-11T21:51:38.873Z Downloaded arrayvec v0.7.4
11192024-07-11T21:51:38.873Z Downloaded debug-ignore v1.0.5
11202024-07-11T21:51:38.873Z Downloaded proc-macro-crate v1.3.1
11212024-07-11T21:51:38.878Z Downloaded curve25519-dalek-derive v0.1.1
11222024-07-11T21:51:38.878Z Downloaded crc-catalog v2.4.0
11232024-07-11T21:51:38.878Z Downloaded constant_time_eq v0.3.0
11242024-07-11T21:51:38.878Z Downloaded predicates-core v1.0.6
11252024-07-11T21:51:38.881Z Downloaded poly1305 v0.8.0
11262024-07-11T21:51:38.881Z Downloaded pkcs8 v0.10.2
11272024-07-11T21:51:38.884Z Downloaded pin-project-internal v1.1.5
11282024-07-11T21:51:38.885Z Downloaded pem v3.0.4
11292024-07-11T21:51:38.888Z Downloaded buf-list v1.0.3
11302024-07-11T21:51:38.888Z Downloaded bitfield-struct v0.6.1
11312024-07-11T21:51:38.889Z Downloaded num_enum_derive v0.5.11
11322024-07-11T21:51:38.889Z Downloaded num-iter v0.1.45
11332024-07-11T21:51:38.892Z Downloaded num v0.4.3
11342024-07-11T21:51:38.892Z Downloaded defmt v0.3.8
11352024-07-11T21:51:38.894Z Downloaded olpc-cjson v0.1.3
11362024-07-11T21:51:38.895Z Downloaded num-derive v0.4.2
11372024-07-11T21:51:38.895Z Downloaded blake2 v0.10.6
11382024-07-11T21:51:38.898Z Downloaded num-complex v0.4.6
11392024-07-11T21:51:38.902Z Downloaded console v0.15.8
11402024-07-11T21:51:38.902Z Downloaded camino-tempfile v1.1.1
11412024-07-11T21:51:38.905Z Downloaded bzip2 v0.4.4
11422024-07-11T21:51:38.905Z Downloaded backoff v0.4.0
11432024-07-11T21:51:38.908Z Downloaded async-trait v0.1.81
11442024-07-11T21:51:38.908Z Downloaded async-recursion v1.1.1
11452024-07-11T21:51:38.912Z Downloaded array-init v0.0.4
11462024-07-11T21:51:38.912Z Downloaded ascii-canvas v3.0.0
11472024-07-11T21:51:38.915Z Downloaded predicates-tree v1.0.9
11482024-07-11T21:51:38.916Z Downloaded peg v0.8.3
11492024-07-11T21:51:38.919Z Downloaded num_enum v0.5.11
11502024-07-11T21:51:38.922Z Downloaded crucible-workspace-hack v0.1.0
11512024-07-11T21:51:38.922Z Downloaded cfg_aliases v0.1.1
11522024-07-11T21:51:38.922Z Downloaded bitstruct v0.1.1
11532024-07-11T21:51:38.924Z Downloaded path-slash v0.1.5
11542024-07-11T21:51:38.924Z Downloaded num-integer v0.1.46
11552024-07-11T21:51:38.927Z Downloaded newtype-uuid v1.1.0
11562024-07-11T21:51:38.927Z Downloaded mime_guess v2.0.4
11572024-07-11T21:51:38.927Z Downloaded bitflags v1.3.2
11582024-07-11T21:51:38.930Z Downloaded arrayref v0.3.7
11592024-07-11T21:51:38.932Z Downloaded bit-set v0.5.3
11602024-07-11T21:51:38.932Z Downloaded bb8 v0.8.5
11612024-07-11T21:51:38.933Z Downloaded async-stream v0.3.5
11622024-07-11T21:51:38.938Z Downloaded assert_matches v1.5.0
11632024-07-11T21:51:38.938Z Downloaded base16ct v0.2.0
11642024-07-11T21:51:38.938Z Downloaded async-stream-impl v0.3.5
11652024-07-11T21:51:38.941Z Downloaded mockall v0.12.1
11662024-07-11T21:51:39.098Z Downloaded ring v0.17.8
11672024-07-11T21:51:39.220Z Downloaded ring v0.16.20
11682024-07-11T21:51:39.448Z Compiling proc-macro2 v1.0.86
11692024-07-11T21:51:39.448Z Compiling unicode-ident v1.0.12
11702024-07-11T21:51:39.448Z Compiling libc v0.2.155
11712024-07-11T21:51:39.453Z Compiling serde v1.0.204
11722024-07-11T21:51:39.453Z Compiling autocfg v1.3.0
11732024-07-11T21:51:39.453Z Compiling version_check v0.9.4
11742024-07-11T21:51:39.453Z Compiling cfg-if v1.0.0
11752024-07-11T21:51:39.654Z Compiling cc v1.0.97
11762024-07-11T21:51:39.698Z Compiling parking_lot_core v0.9.10
11772024-07-11T21:51:39.713Z Compiling once_cell v1.19.0
11782024-07-11T21:51:40.118Z Compiling serde_json v1.0.120
11792024-07-11T21:51:40.154Z Compiling libm v0.2.8
11802024-07-11T21:51:40.325Z Compiling ahash v0.8.11
11812024-07-11T21:51:40.424Z Compiling byteorder v1.5.0
11822024-07-11T21:51:40.438Z Compiling lock_api v0.4.12
11832024-07-11T21:51:40.441Z Compiling num-traits v0.2.19
11842024-07-11T21:51:40.619Z Compiling memchr v2.7.2
11852024-07-11T21:51:40.700Z Compiling thiserror v1.0.60
11862024-07-11T21:51:40.852Z Compiling scopeguard v1.2.0
11872024-07-11T21:51:40.856Z Compiling typenum v1.17.0
11882024-07-11T21:51:41.199Z Compiling quote v1.0.36
11892024-07-11T21:51:41.530Z Compiling getrandom v0.2.14
11902024-07-11T21:51:41.778Z Compiling syn v2.0.68
11912024-07-11T21:51:41.825Z Compiling itoa v1.0.11
11922024-07-11T21:51:41.855Z Compiling log v0.4.21
11932024-07-11T21:51:41.871Z Compiling generic-array v0.14.7
11942024-07-11T21:51:42.248Z Compiling allocator-api2 v0.2.18
11952024-07-11T21:51:42.496Z Compiling slab v0.4.9
11962024-07-11T21:51:42.574Z Compiling ring v0.17.8
11972024-07-11T21:51:42.643Z Compiling ryu v1.0.18
11982024-07-11T21:51:42.765Z Compiling pin-project-lite v0.2.14
11992024-07-11T21:51:42.780Z Compiling semver v1.0.23
12002024-07-11T21:51:42.878Z Compiling smallvec v1.13.2
12012024-07-11T21:51:42.914Z Compiling schemars v0.8.21
12022024-07-11T21:51:43.262Z Compiling equivalent v1.0.1
12032024-07-11T21:51:43.377Z Compiling pkg-config v0.3.30
12042024-07-11T21:51:43.505Z Compiling vcpkg v0.2.15
12052024-07-11T21:51:43.559Z Compiling signal-hook-registry v1.4.2
12062024-07-11T21:51:44.100Z Compiling parking_lot v0.12.2
12072024-07-11T21:51:44.828Z Compiling syn v1.0.109
12082024-07-11T21:51:45.149Z Compiling mio v0.8.11
12092024-07-11T21:51:45.242Z Compiling openssl-sys v0.9.102
12102024-07-11T21:51:45.412Z Compiling spin v0.9.8
12112024-07-11T21:51:46.142Z Compiling rand_core v0.6.4
12122024-07-11T21:51:46.172Z Compiling socket2 v0.5.7
12132024-07-11T21:51:46.556Z Compiling num_cpus v1.16.0
12142024-07-11T21:51:46.685Z Compiling time-core v0.1.2
12152024-07-11T21:51:46.857Z Compiling num-conv v0.1.0
12162024-07-11T21:51:47.118Z Compiling time-macros v0.2.18
12172024-07-11T21:51:47.221Z Compiling heck v0.5.0
12182024-07-11T21:51:47.273Z Compiling httparse v1.8.0
12192024-07-11T21:51:47.808Z Compiling futures-core v0.3.30
12202024-07-11T21:51:48.052Z Compiling openssl v0.10.64
12212024-07-11T21:51:48.083Z Compiling fnv v1.0.7
12222024-07-11T21:51:48.476Z Compiling crossbeam-utils v0.8.19
12232024-07-11T21:51:48.540Z Compiling iana-time-zone v0.1.60
12242024-07-11T21:51:48.710Z Compiling rustix v0.38.34
12252024-07-11T21:51:49.019Z Compiling serde_derive_internals v0.29.1
12262024-07-11T21:51:49.278Z Compiling tinyvec_macros v0.1.1
12272024-07-11T21:51:49.330Z Compiling native-tls v0.2.11
12282024-07-11T21:51:49.354Z Compiling rustls v0.21.12
12292024-07-11T21:51:49.602Z Compiling tinyvec v1.6.0
12302024-07-11T21:51:50.210Z Compiling const-oid v0.9.6
12312024-07-11T21:51:50.584Z Compiling ucd-trie v0.1.6
12322024-07-11T21:51:51.005Z Compiling subtle v2.5.0
12332024-07-11T21:51:51.084Z Compiling futures-sink v0.3.30
12342024-07-11T21:51:51.102Z Compiling unicode-normalization v0.1.23
12352024-07-11T21:51:51.223Z Compiling backtrace v0.3.71
12362024-07-11T21:51:51.333Z Compiling cookie v0.17.0
12372024-07-11T21:51:51.594Z Compiling slog v2.7.0
12382024-07-11T21:51:55.407Z Compiling dyn-clone v1.0.17
12392024-07-11T21:51:55.507Z Compiling unicode-bidi v0.3.15
12402024-07-11T21:51:55.507Z Compiling futures-channel v0.3.30
12412024-07-11T21:51:55.507Z Compiling futures-io v0.3.30
12422024-07-11T21:51:55.507Z Compiling futures-task v0.3.30
12432024-07-11T21:51:55.507Z Compiling pin-utils v0.1.0
12442024-07-11T21:51:55.507Z Compiling aho-corasick v1.1.3
12452024-07-11T21:51:55.507Z Compiling regex-syntax v0.8.3
12462024-07-11T21:51:55.542Z Compiling winnow v0.5.40
12472024-07-11T21:51:55.542Z Compiling serde_derive v1.0.204
12482024-07-11T21:51:55.542Z Compiling zerocopy-derive v0.7.34
12492024-07-11T21:51:56.148Z Compiling zeroize_derive v1.4.2
12502024-07-11T21:51:57.205Z Compiling thiserror-impl v1.0.60
12512024-07-11T21:51:57.529Z Compiling zerocopy v0.7.34
12522024-07-11T21:51:57.575Z Compiling tokio-macros v2.3.0
12532024-07-11T21:51:57.592Z Compiling futures-macro v0.3.30
12542024-07-11T21:51:58.453Z Compiling schemars_derive v0.8.21
12552024-07-11T21:51:59.148Z Compiling tracing-attributes v0.1.27
12562024-07-11T21:51:59.437Z Compiling zeroize v1.7.0
12572024-07-11T21:51:59.698Z Compiling hashbrown v0.14.5
12582024-07-11T21:52:00.245Z Compiling openssl-macros v0.1.1
12592024-07-11T21:52:01.125Z Compiling scroll_derive v0.12.0
12602024-07-11T21:52:01.190Z Compiling pest v2.7.10
12612024-07-11T21:52:01.423Z Compiling crypto-common v0.1.6
12622024-07-11T21:52:01.449Z Compiling futures-util v0.3.30
12632024-07-11T21:52:01.601Z Compiling der_derive v0.7.2
12642024-07-11T21:52:02.382Z Compiling untrusted v0.9.0
12652024-07-11T21:52:02.435Z Compiling anyhow v1.0.86
12662024-07-11T21:52:02.945Z Compiling block-buffer v0.10.4
12672024-07-11T21:52:03.160Z Compiling regex-automata v0.4.6
12682024-07-11T21:52:03.923Z Compiling pest_meta v2.7.10
12692024-07-11T21:52:03.942Z Compiling tracing-core v0.1.32
12702024-07-11T21:52:06.323Z Compiling pest_generator v2.7.10
12712024-07-11T21:52:08.063Z Compiling bytes v1.6.0
12722024-07-11T21:52:08.596Z Compiling indexmap v2.2.6
12732024-07-11T21:52:09.486Z Compiling tokio v1.38.0
12742024-07-11T21:52:09.551Z Compiling uuid v1.9.1
12752024-07-11T21:52:10.018Z Compiling bitflags v2.5.0
12762024-07-11T21:52:10.315Z Compiling chrono v0.4.38
12772024-07-11T21:52:10.601Z Compiling serde_tokenstream v0.2.1
12782024-07-11T21:52:11.569Z Compiling toml_datetime v0.6.6
12792024-07-11T21:52:12.013Z Compiling serde_spanned v0.6.6
12802024-07-11T21:52:12.224Z Compiling http v0.2.12
12812024-07-11T21:52:14.469Z Compiling toml_edit v0.19.15
12822024-07-11T21:52:14.500Z Compiling rustc_version v0.4.0
12832024-07-11T21:52:15.135Z Compiling pest_derive v2.7.10
12842024-07-11T21:52:15.660Z Compiling usdt-impl v0.5.0
12852024-07-11T21:52:15.874Z Compiling powerfmt v0.2.0
12862024-07-11T21:52:15.972Z Compiling rustversion v1.0.17
12872024-07-11T21:52:16.373Z Compiling deranged v0.3.11
12882024-07-11T21:52:16.453Z Compiling heapless v0.7.17
12892024-07-11T21:52:16.672Z Compiling tracing v0.1.40
12902024-07-11T21:52:16.842Z Compiling digest v0.10.7
12912024-07-11T21:52:17.271Z Compiling scroll v0.12.0
12922024-07-11T21:52:17.823Z Compiling percent-encoding v2.3.1
12932024-07-11T21:52:18.135Z Compiling ppv-lite86 v0.2.17
12942024-07-11T21:52:18.496Z Compiling signal-hook v0.3.17
12952024-07-11T21:52:18.884Z Compiling heck v0.4.1
12962024-07-11T21:52:19.166Z Compiling num_threads v0.1.7
12972024-07-11T21:52:19.182Z Compiling plain v0.2.3
12982024-07-11T21:52:19.300Z Compiling time v0.3.36
12992024-07-11T21:52:19.339Z Compiling goblin v0.8.2
13002024-07-11T21:52:19.781Z Compiling rand_chacha v0.3.1
13012024-07-11T21:52:21.545Z Compiling regex v1.10.5
13022024-07-11T21:52:22.507Z Compiling strsim v0.11.1
13032024-07-11T21:52:23.273Z Compiling pretty-hex v0.4.1
13042024-07-11T21:52:23.472Z Compiling crc32fast v1.4.0
13052024-07-11T21:52:24.412Z Compiling rand v0.8.5
13062024-07-11T21:52:24.610Z Compiling tokio-util v0.7.11
13072024-07-11T21:52:24.946Z Compiling dof v0.3.0
13082024-07-11T21:52:25.974Z Compiling dtrace-parser v0.2.0
13092024-07-11T21:52:26.280Z Compiling async-trait v0.1.81
13102024-07-11T21:52:26.890Z Compiling thread-id v4.2.1
13112024-07-11T21:52:26.997Z Compiling smoltcp v0.9.1
13122024-07-11T21:52:27.136Z Compiling base64ct v1.6.0
13132024-07-11T21:52:27.596Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13142024-07-11T21:52:27.802Z Compiling foreign-types-shared v0.1.1
13152024-07-11T21:52:27.816Z Compiling unicode-width v0.1.13
13162024-07-11T21:52:27.899Z Compiling foreign-types v0.3.2
13172024-07-11T21:52:28.054Z Compiling pem-rfc7468 v0.7.0
13182024-07-11T21:52:29.203Z Compiling form_urlencoded v1.2.1
13192024-07-11T21:52:29.822Z Compiling hmac v0.12.1
13202024-07-11T21:52:30.016Z Compiling try-lock v0.2.5
13212024-07-11T21:52:30.140Z Compiling flagset v0.4.5
13222024-07-11T21:52:30.233Z Compiling base64 v0.21.7
13232024-07-11T21:52:30.342Z Compiling siphasher v0.3.11
13242024-07-11T21:52:30.359Z Compiling adler v1.0.2
13252024-07-11T21:52:30.579Z Compiling miniz_oxide v0.7.2
13262024-07-11T21:52:30.661Z Compiling der v0.7.9
13272024-07-11T21:52:30.702Z Compiling want v0.3.1
13282024-07-11T21:52:32.948Z Compiling h2 v0.3.26
13292024-07-11T21:52:33.807Z Compiling rustls-webpki v0.101.7
13302024-07-11T21:52:33.887Z Compiling sct v0.7.1
13312024-07-11T21:52:34.149Z Compiling http-body v0.4.6
13322024-07-11T21:52:35.162Z Compiling openapiv3 v2.0.0
13332024-07-11T21:52:35.453Z Compiling hubpack_derive v0.1.1
13342024-07-11T21:52:35.674Z Compiling zerocopy-derive v0.6.6
13352024-07-11T21:52:35.973Z Compiling idna v0.5.0
13362024-07-11T21:52:36.340Z Compiling errno v0.3.9
13372024-07-11T21:52:36.598Z Compiling fs-err v2.11.0
13382024-07-11T21:52:36.601Z Compiling openssl-probe v0.1.5
13392024-07-11T21:52:36.865Z Compiling finl_unicode v1.2.0
13402024-07-11T21:52:37.309Z Compiling tower-service v0.3.2
13412024-07-11T21:52:37.433Z Compiling httpdate v1.0.3
13422024-07-11T21:52:37.556Z Compiling gimli v0.28.1
13432024-07-11T21:52:37.832Z Compiling cpufeatures v0.2.12
13442024-07-11T21:52:37.923Z Compiling stable_deref_trait v1.2.0
13452024-07-11T21:52:38.016Z Compiling utf8parse v0.2.1
13462024-07-11T21:52:38.032Z Compiling anstyle v1.0.7
13472024-07-11T21:52:38.169Z Compiling anstyle-parse v0.2.4
13482024-07-11T21:52:38.473Z Compiling sha2 v0.10.8
13492024-07-11T21:52:39.232Z Compiling stringprep v0.1.4
13502024-07-11T21:52:39.278Z Compiling url v2.5.0
13512024-07-11T21:52:39.774Z Compiling hyper v0.14.28
13522024-07-11T21:52:42.128Z Compiling addr2line v0.21.0
13532024-07-11T21:52:42.953Z Compiling spki v0.7.3
13542024-07-11T21:52:44.136Z Compiling usdt-macro v0.5.0
13552024-07-11T21:52:45.524Z Compiling usdt-attr-macro v0.5.0
13562024-07-11T21:52:45.601Z Compiling md-5 v0.10.6
13572024-07-11T21:52:48.756Z Compiling idna v0.3.0
13582024-07-11T21:52:50.131Z Compiling diesel_table_macro_syntax v0.1.0
13592024-07-11T21:52:50.165Z Compiling num-integer v0.1.46
13602024-07-11T21:52:50.569Z Compiling object v0.32.2
13612024-07-11T21:52:50.633Z Compiling hash32 v0.2.1
13622024-07-11T21:52:50.985Z Compiling colorchoice v1.0.1
13632024-07-11T21:52:51.133Z Compiling anstyle-query v1.0.3
13642024-07-11T21:52:51.271Z Compiling psl-types v2.0.11
13652024-07-11T21:52:51.454Z Compiling rustc-demangle v0.1.24
13662024-07-11T21:52:52.944Z Compiling is_terminal_polyfill v1.70.0
13672024-07-11T21:52:53.649Z Compiling fallible-iterator v0.2.0
13682024-07-11T21:52:54.348Z Compiling postgres-protocol v0.6.6
13692024-07-11T21:52:59.094Z Compiling anstream v0.6.14
13702024-07-11T21:52:59.223Z Compiling publicsuffix v2.2.3
13712024-07-11T21:53:00.344Z Compiling diesel_derives v2.1.4
13722024-07-11T21:53:04.837Z Compiling tokio-rustls v0.24.1
13732024-07-11T21:53:06.077Z Compiling pkcs8 v0.10.2
13742024-07-11T21:53:06.628Z Compiling terminal_size v0.3.0
13752024-07-11T21:53:06.825Z Compiling tokio-native-tls v0.3.1
13762024-07-11T21:53:07.086Z Compiling phf_shared v0.11.2
13772024-07-11T21:53:07.691Z Compiling strum_macros v0.25.3
13782024-07-11T21:53:07.789Z Compiling enum-as-inner v0.5.1
13792024-07-11T21:53:08.612Z Compiling block-padding v0.3.3
13802024-07-11T21:53:08.721Z Compiling regress v0.9.1
13812024-07-11T21:53:08.721Z Compiling clap_derive v4.5.4
13822024-07-11T21:53:08.827Z Compiling serde_repr v0.1.19
13832024-07-11T21:53:11.553Z Compiling ff v0.13.0
13842024-07-11T21:53:11.771Z Compiling lazy_static v1.5.0
13852024-07-11T21:53:11.900Z Compiling scheduled-thread-pool v0.2.7
13862024-07-11T21:53:12.406Z Compiling encoding_rs v0.8.34
13872024-07-11T21:53:13.091Z Compiling matches v0.1.10
13882024-07-11T21:53:13.183Z Compiling managed v0.8.0
13892024-07-11T21:53:13.392Z Compiling clap_lex v0.7.0
13902024-07-11T21:53:13.688Z Compiling either v1.12.0
13912024-07-11T21:53:13.832Z Compiling bitflags v1.3.2
13922024-07-11T21:53:13.969Z Compiling mime v0.3.17
13932024-07-11T21:53:14.604Z Compiling ipnet v2.9.0
13942024-07-11T21:53:14.759Z Compiling bit-vec v0.6.3
13952024-07-11T21:53:15.077Z Compiling base16ct v0.2.0
13962024-07-11T21:53:15.280Z Compiling sec1 v0.7.3
13972024-07-11T21:53:15.681Z Compiling clap_builder v4.5.2
13982024-07-11T21:53:16.142Z Compiling idna v0.2.3
13992024-07-11T21:53:17.423Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14002024-07-11T21:53:17.540Z Compiling r2d2 v0.8.10
14012024-07-11T21:53:19.080Z Compiling group v0.13.0
14022024-07-11T21:53:21.929Z Compiling inout v0.1.3
14032024-07-11T21:53:22.844Z Compiling phf v0.11.2
14042024-07-11T21:53:22.933Z Compiling hyper-tls v0.5.0
14052024-07-11T21:53:23.130Z Compiling signal-hook-mio v0.2.3
14062024-07-11T21:53:23.263Z Compiling hyper-rustls v0.24.2
14072024-07-11T21:53:23.282Z Compiling cookie_store v0.20.0
14082024-07-11T21:53:23.609Z Compiling postgres-types v0.2.6
14092024-07-11T21:53:23.670Z Compiling num-bigint v0.4.5
14102024-07-11T21:53:23.884Z Compiling zerocopy v0.6.6
14112024-07-11T21:53:24.719Z Compiling hubpack v0.1.2
14122024-07-11T21:53:24.744Z Compiling rustls-pemfile v1.0.4
14132024-07-11T21:53:24.993Z Compiling phf_shared v0.10.0
14142024-07-11T21:53:25.115Z Compiling hkdf v0.12.4
14152024-07-11T21:53:25.149Z Compiling serde_urlencoded v0.7.1
14162024-07-11T21:53:25.335Z Compiling crossbeam-epoch v0.9.18
14172024-07-11T21:53:25.665Z Compiling ipnetwork v0.20.0
14182024-07-11T21:53:26.573Z Compiling futures-executor v0.3.30
14192024-07-11T21:53:27.316Z Compiling crypto-bigint v0.5.5
14202024-07-11T21:53:27.428Z Compiling float-cmp v0.9.0
14212024-07-11T21:53:27.605Z Compiling memmap v0.7.0
14222024-07-11T21:53:27.937Z Compiling fixedbitset v0.4.2
14232024-07-11T21:53:27.990Z Compiling data-encoding v2.6.0
14242024-07-11T21:53:29.678Z Compiling unicode-segmentation v1.11.0
14252024-07-11T21:53:29.716Z Compiling webpki-roots v0.25.4
14262024-07-11T21:53:29.862Z Compiling precomputed-hash v0.1.1
14272024-07-11T21:53:29.965Z Compiling sync_wrapper v0.1.2
14282024-07-11T21:53:30.088Z Compiling minimal-lexical v0.2.1
14292024-07-11T21:53:30.371Z Compiling whoami v1.5.1
14302024-07-11T21:53:30.462Z Compiling predicates-core v1.0.6
14312024-07-11T21:53:30.564Z Compiling new_debug_unreachable v1.0.6
14322024-07-11T21:53:30.651Z Compiling normalize-line-endings v0.3.0
14332024-07-11T21:53:30.772Z Compiling difflib v0.4.0
14342024-07-11T21:53:30.788Z Compiling static_assertions v1.1.0
14352024-07-11T21:53:30.954Z Compiling winnow v0.6.8
14362024-07-11T21:53:30.982Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14372024-07-11T21:53:31.098Z Compiling tokio-postgres v0.7.10
14382024-07-11T21:53:31.422Z Compiling reqwest v0.11.27
14392024-07-11T21:53:32.046Z Compiling predicates v3.1.0
14402024-07-11T21:53:32.978Z Compiling string_cache v0.8.7
14412024-07-11T21:53:33.394Z Compiling nom v7.1.3
14422024-07-11T21:53:33.609Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14432024-07-11T21:53:34.721Z Compiling toml_edit v0.22.14
14442024-07-11T21:53:35.646Z Compiling similar v2.5.0
14452024-07-11T21:53:37.165Z Compiling elliptic-curve v0.13.8
14462024-07-11T21:53:37.208Z Compiling trust-dns-proto v0.22.0
14472024-07-11T21:53:37.458Z Compiling petgraph v0.6.5
14482024-07-11T21:53:37.635Z Compiling usdt v0.5.0
14492024-07-11T21:53:38.074Z Compiling futures v0.3.30
14502024-07-11T21:53:38.181Z Compiling diesel v2.1.6
14512024-07-11T21:53:38.641Z Compiling yasna v0.5.2
14522024-07-11T21:53:40.304Z Compiling crossterm v0.27.0
14532024-07-11T21:53:40.382Z Compiling flate2 v1.0.30
14542024-07-11T21:53:41.109Z Compiling cipher v0.4.4
14552024-07-11T21:53:41.323Z Compiling clap v4.5.4
14562024-07-11T21:53:41.530Z Compiling bit-set v0.5.3
14572024-07-11T21:53:41.810Z Compiling itertools v0.10.5
14582024-07-11T21:53:42.003Z Compiling itertools v0.12.1
14592024-07-11T21:53:42.145Z Compiling console v0.15.8
14602024-07-11T21:53:43.546Z Compiling num-iter v0.1.45
14612024-07-11T21:53:44.424Z Compiling tokio-stream v0.1.15
14622024-07-11T21:53:44.454Z Compiling toml v0.7.8
14632024-07-11T21:53:44.595Z Compiling bstr v1.9.1
14642024-07-11T21:53:44.745Z Compiling hex v0.4.3
14652024-07-11T21:53:45.321Z Compiling unicode-xid v0.2.4
14662024-07-11T21:53:45.487Z Compiling lalrpop-util v0.19.12
14672024-07-11T21:53:45.519Z Compiling peg-runtime v0.8.3
14682024-07-11T21:53:45.902Z Compiling camino v1.1.7
14692024-07-11T21:53:46.367Z Compiling proc-macro-crate v1.3.1
14702024-07-11T21:53:47.256Z Compiling heapless v0.8.0
14712024-07-11T21:53:50.217Z Compiling num_enum_derive v0.5.11
14722024-07-11T21:53:55.423Z Compiling hash32 v0.3.1
14732024-07-11T21:53:55.839Z Compiling rustls-pki-types v1.7.0
14742024-07-11T21:53:56.462Z Compiling ident_case v1.0.1
14752024-07-11T21:53:56.635Z Compiling smoltcp v0.11.0
14762024-07-11T21:53:58.599Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14772024-07-11T21:54:00.093Z Compiling darling_core v0.20.9
14782024-07-11T21:54:09.925Z Compiling num_enum v0.5.11
14792024-07-11T21:54:11.929Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14802024-07-11T21:54:12.181Z Compiling getopts v0.2.21
14812024-07-11T21:54:13.643Z Compiling dirs-sys-next v0.1.2
14822024-07-11T21:54:13.865Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14832024-07-11T21:54:14.127Z Compiling proc-macro-error-attr v1.0.4
14842024-07-11T21:54:14.417Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14852024-07-11T21:54:14.580Z Compiling paste v1.0.15
14862024-07-11T21:54:15.021Z Compiling cobs v0.2.3
14872024-07-11T21:54:15.407Z Compiling rustls v0.22.4
14882024-07-11T21:54:15.454Z Compiling embedded-io v0.4.0
14892024-07-11T21:54:15.650Z Compiling unsafe-libyaml v0.2.11
14902024-07-11T21:54:15.696Z Compiling postcard v1.0.8
14912024-07-11T21:54:16.906Z Compiling serde_yaml v0.9.34+deprecated
14922024-07-11T21:54:19.411Z Compiling dirs-next v2.0.0
14932024-07-11T21:54:21.159Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14942024-07-11T21:54:23.818Z Compiling darling_macro v0.20.9
14952024-07-11T21:54:24.916Z Compiling rustls-webpki v0.102.4
14962024-07-11T21:54:32.128Z Compiling strum_macros v0.26.4
14972024-07-11T21:54:32.966Z Compiling structmeta-derive v0.3.0
14982024-07-11T21:54:33.256Z Compiling foreign-types-macros v0.2.3
14992024-07-11T21:54:34.542Z Compiling thread_local v1.1.8
15002024-07-11T21:54:34.691Z Compiling multer v3.1.0
15012024-07-11T21:54:34.962Z Compiling proc-macro-error v1.0.4
15022024-07-11T21:54:35.240Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15032024-07-11T21:54:35.510Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15042024-07-11T21:54:35.678Z Compiling match_cfg v0.1.0
15052024-07-11T21:54:35.870Z Compiling slog-async v2.8.0
15062024-07-11T21:54:37.275Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15072024-07-11T21:54:37.352Z Compiling foreign-types-shared v0.3.1
15082024-07-11T21:54:37.422Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15092024-07-11T21:54:37.467Z Compiling foreign-types v0.5.0
15102024-07-11T21:54:38.179Z Compiling strum v0.26.2
15112024-07-11T21:54:42.689Z Compiling hostname v0.3.1
15122024-07-11T21:54:43.323Z Compiling structmeta v0.3.0
15132024-07-11T21:54:46.621Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15142024-07-11T21:54:48.956Z Compiling darling v0.20.9
15152024-07-11T21:54:54.998Z Compiling term v0.7.0
15162024-07-11T21:54:59.487Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15172024-07-11T21:55:01.020Z Compiling slog-json v2.6.1
15182024-07-11T21:55:01.550Z Compiling tabwriter v1.4.0
15192024-07-11T21:55:02.302Z Compiling crossbeam-channel v0.5.12
15202024-07-11T21:55:02.886Z Compiling http v1.1.0
15212024-07-11T21:55:03.233Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15222024-07-11T21:55:03.387Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15232024-07-11T21:55:03.535Z Compiling async-stream-impl v0.3.5
15242024-07-11T21:55:03.940Z Compiling cstr-argument v0.1.2
15252024-07-11T21:55:03.996Z Compiling is-terminal v0.4.12
15262024-07-11T21:55:04.128Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15272024-07-11T21:55:04.180Z Compiling atomic-waker v1.1.2
15282024-07-11T21:55:04.194Z Compiling fastrand v2.1.0
15292024-07-11T21:55:04.368Z Compiling base64 v0.22.1
15302024-07-11T21:55:04.390Z Compiling crucible-workspace-hack v0.1.0
15312024-07-11T21:55:04.892Z Compiling rayon-core v1.12.1
15322024-07-11T21:55:05.144Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15332024-07-11T21:55:05.193Z Compiling take_mut v0.2.2
15342024-07-11T21:55:05.362Z Compiling pretty-hex v0.2.1
15352024-07-11T21:55:05.466Z Compiling rustls-pemfile v2.1.2
15362024-07-11T21:55:05.556Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15372024-07-11T21:55:05.705Z Compiling async-stream v0.3.5
15382024-07-11T21:55:06.005Z Compiling tempfile v3.10.1
15392024-07-11T21:55:06.265Z Compiling waitgroup v0.1.2
15402024-07-11T21:55:06.710Z Compiling slog-term v2.9.1
15412024-07-11T21:55:07.535Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15422024-07-11T21:55:07.995Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15432024-07-11T21:55:08.220Z Compiling slog-bunyan v2.5.0
15442024-07-11T21:55:08.496Z Compiling tokio-rustls v0.25.0
15452024-07-11T21:55:08.547Z Compiling serde_with_macros v3.8.1
15462024-07-11T21:55:08.680Z Compiling parse-display-derive v0.9.1
15472024-07-11T21:55:08.930Z Compiling toml v0.8.14
15482024-07-11T21:55:09.052Z Compiling sha1 v0.10.6
15492024-07-11T21:55:09.501Z Compiling colored v2.1.0
15502024-07-11T21:55:09.862Z Compiling crossbeam-deque v0.8.5
15512024-07-11T21:55:10.239Z Compiling newtype-uuid v1.1.0
15522024-07-11T21:55:10.578Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15532024-07-11T21:55:10.788Z Compiling serde_path_to_error v0.1.16
15542024-07-11T21:55:11.281Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15552024-07-11T21:55:11.806Z Compiling socket2 v0.4.10
15562024-07-11T21:55:11.978Z Compiling hostname v0.4.0
15572024-07-11T21:55:12.226Z Compiling instant v0.1.12
15582024-07-11T21:55:12.418Z Compiling debug-ignore v1.0.5
15592024-07-11T21:55:12.591Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15602024-07-11T21:55:12.787Z Compiling parse-display v0.9.1
15612024-07-11T21:55:12.972Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15622024-07-11T21:55:13.314Z Compiling backoff v0.4.0
15632024-07-11T21:55:14.629Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15642024-07-11T21:55:14.836Z Compiling serde_with v3.8.1
15652024-07-11T21:55:15.937Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15662024-07-11T21:55:16.430Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15672024-07-11T21:55:17.765Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15682024-07-11T21:55:17.795Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
15692024-07-11T21:55:18.459Z Compiling camino-tempfile v1.1.1
15702024-07-11T21:55:19.300Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15712024-07-11T21:55:19.317Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15722024-07-11T21:55:19.518Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15732024-07-11T21:55:19.615Z Compiling macaddr v1.0.1
15742024-07-11T21:55:19.837Z Compiling num-derive v0.4.2
15752024-07-11T21:55:20.245Z Compiling sigpipe v0.1.3
15762024-07-11T21:55:20.377Z Compiling libefi-sys v0.1.0
15772024-07-11T21:55:20.659Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15782024-07-11T21:55:21.216Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15792024-07-11T21:55:22.162Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
15802024-07-11T21:55:22.266Z Compiling rayon v1.10.0
15812024-07-11T21:55:22.601Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15822024-07-11T21:55:23.252Z Compiling smf v0.2.3
15832024-07-11T21:55:23.771Z Compiling bitfield-struct v0.6.1
15842024-07-11T21:55:24.442Z Compiling ring v0.16.20
15852024-07-11T21:55:25.104Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15862024-07-11T21:55:25.422Z Compiling blake3 v1.5.1
15872024-07-11T21:55:25.438Z Compiling portable-atomic v1.6.0
15882024-07-11T21:55:26.322Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
15892024-07-11T21:55:26.551Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15902024-07-11T21:55:26.756Z Compiling xattr v1.3.1
15912024-07-11T21:55:27.064Z Compiling filetime v0.2.23
15922024-07-11T21:55:27.080Z Compiling memmap2 v0.9.4
15932024-07-11T21:55:27.398Z Compiling arrayvec v0.7.4
15942024-07-11T21:55:27.619Z Compiling arrayref v0.3.7
15952024-07-11T21:55:27.696Z Compiling untrusted v0.7.1
15962024-07-11T21:55:27.742Z Compiling spin v0.5.2
15972024-07-11T21:55:27.865Z Compiling constant_time_eq v0.3.0
15982024-07-11T21:55:27.940Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
15992024-07-11T21:55:27.998Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16002024-07-11T21:55:28.028Z Compiling same-file v1.0.6
16012024-07-11T21:55:28.046Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16022024-07-11T21:55:28.160Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16032024-07-11T21:55:28.275Z Compiling walkdir v2.5.0
16042024-07-11T21:55:29.805Z Compiling tar v0.4.40
16052024-07-11T21:55:32.422Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16062024-07-11T21:55:32.841Z Compiling cargo-platform v0.1.8
16072024-07-11T21:55:33.944Z Compiling gethostname v0.4.3
16082024-07-11T21:55:34.220Z Compiling number_prefix v0.4.0
16092024-07-11T21:55:34.476Z Compiling topological-sort v0.2.2
16102024-07-11T21:55:34.612Z Compiling indicatif v0.17.8
16112024-07-11T21:55:34.739Z Compiling omicron-zone-package v0.11.0
16122024-07-11T21:55:35.058Z Compiling cargo_metadata v0.18.1
16132024-07-11T21:55:38.865Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16142024-07-11T21:55:42.908Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16152024-07-11T21:55:45.440Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16162024-07-11T21:55:48.216Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16172024-07-11T21:56:05.002Z Finished `release` profile [optimized] target(s) in 4m 28s
16182024-07-11T21:56:05.114Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16192024-07-11T21:56:05.159ZLogging to: /work/oxidecomputer/omicron/out/LOG
16202024-07-11T21:56:05.162ZCreated new build target 'test' and set it as active
16212024-07-11T21:56:05.162Z
16222024-07-11T21:56:05.162Zreal 4:28.263214983
16232024-07-11T21:56:05.162Zuser 30:13.110850435
16242024-07-11T21:56:05.162Zsys 3:52.930826010
16252024-07-11T21:56:05.162Ztrap 0.896612756
16262024-07-11T21:56:05.163Ztflt 2.593632943
16272024-07-11T21:56:05.163Zdflt 1.304132284
16282024-07-11T21:56:05.163Zkflt 0.001631885
16292024-07-11T21:56:05.163Zlock 1:03:28.442401039
16302024-07-11T21:56:05.163Zslp 1:24:57.400939321
16312024-07-11T21:56:05.163Zlat 1:59.303257156
16322024-07-11T21:56:05.163Zstop 2:55.450934044
16332024-07-11T21:56:05.163Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16342024-07-11T21:56:05.995Z Finished `release` profile [optimized] target(s) in 0.79s
16352024-07-11T21:56:06.036Z Running `target/release/omicron-package -t test package`
16362024-07-11T21:56:06.065ZLogging to: /work/oxidecomputer/omicron/out/LOG
16372024-07-11T21:56:07.048Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16382024-07-11T21:56:07.139Z Compiling humantime v2.1.0
16392024-07-11T21:56:07.142Z Compiling newline-converter v0.3.0
16402024-07-11T21:56:07.142Z Compiling derive-where v1.2.7
16412024-07-11T21:56:07.148Z Compiling dirs-sys-next v0.1.2
16422024-07-11T21:56:07.173Z Compiling prettyplease v0.2.20
16432024-07-11T21:56:07.174Z Compiling convert_case v0.4.0
16442024-07-11T21:56:07.198Z Compiling camino v1.1.7
16452024-07-11T21:56:07.302Z Compiling expectorate v1.1.0
16462024-07-11T21:56:07.347Z Compiling dirs-next v2.0.0
16472024-07-11T21:56:07.435Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16482024-07-11T21:56:07.511Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16492024-07-11T21:56:07.516Z Compiling term v0.7.0
16502024-07-11T21:56:07.627Z Compiling password-hash v0.5.0
16512024-07-11T21:56:07.936Z Compiling blake2 v0.10.6
16522024-07-11T21:56:07.960Z Compiling derive_more v0.99.18
16532024-07-11T21:56:08.065Z Compiling is-terminal v0.4.12
16542024-07-11T21:56:08.185Z Compiling toml v0.8.14
16552024-07-11T21:56:08.836Z Compiling argon2 v0.5.3
16562024-07-11T21:56:09.134Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16572024-07-11T21:56:09.555Z Compiling semver v0.1.20
16582024-07-11T21:56:09.780Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16592024-07-11T21:56:09.918Z Compiling rustc_version v0.1.7
16602024-07-11T21:56:10.121Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16612024-07-11T21:56:10.326Z Compiling linked-hash-map v0.5.6
16622024-07-11T21:56:10.343Z Compiling newtype_derive v0.1.6
16632024-07-11T21:56:10.361Z Compiling rustls-pki-types v1.7.0
16642024-07-11T21:56:10.668Z Compiling lru-cache v0.1.2
16652024-07-11T21:56:10.823Z Compiling rustls-webpki v0.102.4
16662024-07-11T21:56:10.870Z Compiling rustls v0.22.4
16672024-07-11T21:56:10.893Z Compiling thread_local v1.1.8
16682024-07-11T21:56:11.077Z Compiling match_cfg v0.1.0
16692024-07-11T21:56:11.184Z Compiling home v0.5.9
16702024-07-11T21:56:11.355Z Compiling hostname v0.3.1
16712024-07-11T21:56:11.368Z Compiling steno v0.4.1
16722024-07-11T21:56:11.412Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16732024-07-11T21:56:11.550Z Compiling multer v3.1.0
16742024-07-11T21:56:11.612Z Compiling slog-async v2.8.0
16752024-07-11T21:56:12.688Z Compiling slog-json v2.6.1
16762024-07-11T21:56:12.999Z Compiling crossbeam-channel v0.5.12
16772024-07-11T21:56:13.031Z Compiling http v1.1.0
16782024-07-11T21:56:14.038Z Compiling slog-dtrace v0.3.0
16792024-07-11T21:56:14.163Z Compiling termcolor v1.4.1
16802024-07-11T21:56:14.312Z Compiling atomic-waker v1.1.2
16812024-07-11T21:56:14.497Z Compiling take_mut v0.2.2
16822024-07-11T21:56:14.653Z Compiling base64 v0.22.1
16832024-07-11T21:56:15.207Z Compiling rustls-pemfile v2.1.2
16842024-07-11T21:56:15.355Z Compiling waitgroup v0.1.2
16852024-07-11T21:56:15.616Z Compiling slog-bunyan v2.5.0
16862024-07-11T21:56:15.620Z Compiling slog-term v2.9.1
16872024-07-11T21:56:15.817Z Compiling tokio-rustls v0.25.0
16882024-07-11T21:56:16.239Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
16892024-07-11T21:56:16.274Z Compiling async-stream v0.3.5
16902024-07-11T21:56:16.300Z Compiling sha1 v0.10.6
16912024-07-11T21:56:16.337Z Compiling newtype-uuid v1.1.0
16922024-07-11T21:56:16.533Z Compiling serde_path_to_error v0.1.16
16932024-07-11T21:56:16.620Z Compiling hostname v0.4.0
16942024-07-11T21:56:16.693Z Compiling instant v0.1.12
16952024-07-11T21:56:16.728Z Compiling debug-ignore v1.0.5
16962024-07-11T21:56:16.825Z Compiling backoff v0.4.0
16972024-07-11T21:56:16.843Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16982024-07-11T21:56:17.132Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
16992024-07-11T21:56:17.155Z Compiling parse-display v0.9.1
17002024-07-11T21:56:17.718Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17012024-07-11T21:56:17.872Z Compiling serde_with v3.8.1
17022024-07-11T21:56:18.370Z Compiling strum v0.26.2
17032024-07-11T21:56:18.545Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17042024-07-11T21:56:19.592Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17052024-07-11T21:56:20.684Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17062024-07-11T21:56:20.702Z Compiling num-rational v0.4.2
17072024-07-11T21:56:20.702Z Compiling num-complex v0.4.6
17082024-07-11T21:56:21.621Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17092024-07-11T21:56:21.641Z Compiling macaddr v1.0.1
17102024-07-11T21:56:21.849Z Compiling quick-error v1.2.3
17112024-07-11T21:56:21.959Z Compiling resolv-conf v0.7.0
17122024-07-11T21:56:21.987Z Compiling num v0.4.3
17132024-07-11T21:56:22.094Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17142024-07-11T21:56:25.980Z Compiling float-ord v0.3.2
17152024-07-11T21:56:25.980Z Compiling radium v0.7.0
17162024-07-11T21:56:25.980Z Compiling utf-8 v0.7.6
17172024-07-11T21:56:25.980Z Compiling swrite v0.1.0
17182024-07-11T21:56:25.980Z Compiling trust-dns-resolver v0.22.0
17192024-07-11T21:56:25.980Z Compiling tap v1.0.1
17202024-07-11T21:56:25.980Z Compiling maybe-uninit v2.0.0
17212024-07-11T21:56:25.980Z Compiling wyz v0.5.1
17222024-07-11T21:56:25.981Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17232024-07-11T21:56:26.226Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17242024-07-11T21:56:31.529Z Compiling bzip2-sys v0.1.11+1.0.8
17252024-07-11T21:56:31.942Z Compiling display-error-chain v0.2.0
17262024-07-11T21:56:33.759Z Compiling packed_struct v0.10.1
17272024-07-11T21:56:34.235Z Compiling num-bigint-dig v0.8.4
17282024-07-11T21:56:34.512Z Compiling funty v2.0.0
17292024-07-11T21:56:36.900Z Compiling crc-catalog v2.4.0
17302024-07-11T21:56:37.025Z Compiling bitvec v1.0.1
17312024-07-11T21:56:37.051Z Compiling crc v3.2.1
17322024-07-11T21:56:41.611Z Compiling nibble_vec v0.1.0
17332024-07-11T21:56:41.868Z Compiling packed_struct_codegen v0.10.1
17342024-07-11T21:56:42.858Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17352024-07-11T21:56:44.172Z Compiling indexmap v1.9.3
17362024-07-11T21:56:44.472Z Compiling nodrop v0.1.14
17372024-07-11T21:56:44.479Z Compiling crunchy v0.2.2
17382024-07-11T21:56:44.585Z Compiling endian-type v0.1.2
17392024-07-11T21:56:44.828Z Compiling glob v0.3.1
17402024-07-11T21:56:44.903Z Compiling radix_trie v0.2.1
17412024-07-11T21:56:45.587Z Compiling clang-sys v1.7.0
17422024-07-11T21:56:45.787Z Compiling array-init v0.0.4
17432024-07-11T21:56:46.395Z Compiling smallvec v0.6.14
17442024-07-11T21:56:47.038Z Compiling pkcs1 v0.7.5
17452024-07-11T21:56:47.195Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17462024-07-11T21:56:47.607Z Compiling signature v2.2.0
17472024-07-11T21:56:47.784Z Compiling hashbrown v0.12.3
17482024-07-11T21:56:47.889Z Compiling bitfield v0.14.0
17492024-07-11T21:56:48.183Z Compiling maplit v1.0.2
17502024-07-11T21:56:48.298Z Compiling tiny-keccak v2.0.2
17512024-07-11T21:56:48.560Z Compiling cancel-safe-futures v0.1.5
17522024-07-11T21:56:48.934Z Compiling serde-hex v0.1.0
17532024-07-11T21:56:50.101Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17542024-07-11T21:56:50.191Z Compiling rsa v0.9.6
17552024-07-11T21:56:51.059Z Compiling bzip2 v0.4.4
17562024-07-11T21:56:51.620Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17572024-07-11T21:56:51.929Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17582024-07-11T21:56:53.571Z Compiling env_logger v0.10.2
17592024-07-11T21:56:53.976Z Compiling x509-cert v0.2.5
17602024-07-11T21:56:55.700Z Compiling ron v0.8.1
17612024-07-11T21:56:56.652Z Compiling hashbrown v0.13.2
17622024-07-11T21:56:56.695Z Compiling crc-any v2.5.0
17632024-07-11T21:56:57.634Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17642024-07-11T21:56:57.978Z Compiling object v0.30.4
17652024-07-11T21:56:59.787Z Compiling zip v0.6.6
17662024-07-11T21:57:02.522Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17672024-07-11T21:57:02.564Z Compiling rayon-core v1.12.1
17682024-07-11T21:57:02.588Z Compiling ascii-canvas v3.0.0
17692024-07-11T21:57:03.067Z Compiling crossbeam-deque v0.8.5
17702024-07-11T21:57:03.409Z Compiling ena v0.14.3
17712024-07-11T21:57:03.798Z Compiling libloading v0.8.3
17722024-07-11T21:57:04.161Z Compiling half v2.4.1
17732024-07-11T21:57:04.863Z Compiling bindgen v0.69.4
17742024-07-11T21:57:05.284Z Compiling ciborium-io v0.2.2
17752024-07-11T21:57:05.412Z Compiling arc-swap v1.7.1
17762024-07-11T21:57:06.059Z Compiling fastrand v2.1.0
17772024-07-11T21:57:06.110Z Compiling diff v0.1.13
17782024-07-11T21:57:06.557Z Compiling regex-syntax v0.6.29
17792024-07-11T21:57:06.656Z Compiling same-file v1.0.6
17802024-07-11T21:57:06.871Z Compiling path-slash v0.1.5
17812024-07-11T21:57:07.102Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17822024-07-11T21:57:07.944Z Compiling walkdir v2.5.0
17832024-07-11T21:57:08.387Z Compiling tempfile v3.10.1
17842024-07-11T21:57:09.164Z Compiling slog-scope v4.4.0
17852024-07-11T21:57:10.036Z Compiling lalrpop v0.19.12
17862024-07-11T21:57:10.884Z Compiling ciborium-ll v0.2.2
17872024-07-11T21:57:12.716Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17882024-07-11T21:57:13.278Z Compiling which v4.4.2
17892024-07-11T21:57:13.808Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17902024-07-11T21:57:13.831Z Compiling cexpr v0.6.0
17912024-07-11T21:57:14.016Z Compiling fxhash v0.2.1
17922024-07-11T21:57:14.224Z Compiling shlex v1.3.0
17932024-07-11T21:57:14.636Z Compiling ref-cast v1.0.23
17942024-07-11T21:57:15.086Z Compiling rustc-hash v1.1.0
17952024-07-11T21:57:15.232Z Compiling lazycell v1.3.0
17962024-07-11T21:57:15.472Z Compiling ring v0.16.20
17972024-07-11T21:57:18.104Z Compiling blake3 v1.5.1
17982024-07-11T21:57:18.470Z Compiling rayon v1.10.0
17992024-07-11T21:57:19.828Z Compiling ciborium v0.2.2
18002024-07-11T21:57:21.923Z Compiling slog-stdlog v4.1.1
18012024-07-11T21:57:22.508Z Compiling tungstenite v0.21.0
18022024-07-11T21:57:22.800Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18032024-07-11T21:57:23.005Z Compiling derive_builder_core v0.20.0
18042024-07-11T21:57:23.058Z Compiling headers-core v0.2.0
18052024-07-11T21:57:23.214Z Compiling xattr v1.3.1
18062024-07-11T21:57:23.307Z Compiling libxml v0.3.3
18072024-07-11T21:57:23.467Z Compiling ref-cast-impl v1.0.23
18082024-07-11T21:57:23.636Z Compiling async-recursion v1.1.1
18092024-07-11T21:57:24.545Z Compiling memmap2 v0.9.4
18102024-07-11T21:57:24.969Z Compiling filetime v0.2.23
18112024-07-11T21:57:25.110Z Compiling atty v0.2.14
18122024-07-11T21:57:25.212Z Compiling untrusted v0.7.1
18132024-07-11T21:57:25.256Z Compiling spin v0.5.2
18142024-07-11T21:57:25.259Z Compiling arrayref v0.3.7
18152024-07-11T21:57:25.364Z Compiling constant_time_eq v0.3.0
18162024-07-11T21:57:25.387Z Compiling arrayvec v0.7.4
18172024-07-11T21:57:25.505Z Compiling derive_builder_macro v0.20.0
18182024-07-11T21:57:26.303Z Compiling tar v0.4.40
18192024-07-11T21:57:27.397Z Compiling tokio-tungstenite v0.21.0
18202024-07-11T21:57:27.806Z Compiling headers v0.3.9
18212024-07-11T21:57:28.007Z Compiling slog-envlogger v2.2.0
18222024-07-11T21:57:28.066Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18232024-07-11T21:57:28.829Z Compiling camino-tempfile v1.1.1
18242024-07-11T21:57:29.225Z Compiling toolchain_find v0.4.0
18252024-07-11T21:57:29.324Z Compiling samael v0.0.15
18262024-07-11T21:57:29.836Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18272024-07-11T21:57:29.852Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18282024-07-11T21:57:30.097Z Compiling pem v3.0.4
18292024-07-11T21:57:30.509Z Compiling libsw v3.3.1
18302024-07-11T21:57:30.841Z Compiling strum_macros v0.24.3
18312024-07-11T21:57:30.919Z Compiling cookie v0.18.1
18322024-07-11T21:57:31.194Z Compiling owo-colors v4.0.0
18332024-07-11T21:57:31.220Z Compiling linear-map v1.2.0
18342024-07-11T21:57:31.605Z Compiling topological-sort v0.2.2
18352024-07-11T21:57:31.618Z Compiling indoc v1.0.9
18362024-07-11T21:57:31.632Z Compiling cfg_aliases v0.1.1
18372024-07-11T21:57:31.725Z Compiling nix v0.28.0
18382024-07-11T21:57:31.805Z Compiling omicron-zone-package v0.11.0
18392024-07-11T21:57:32.531Z Compiling rustfmt-wrapper v0.2.1
18402024-07-11T21:57:34.075Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18412024-07-11T21:57:34.239Z Compiling derive_builder v0.20.0
18422024-07-11T21:57:34.459Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18432024-07-11T21:57:34.830Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18442024-07-11T21:57:35.100Z Compiling oso-derive v0.27.3
18452024-07-11T21:57:36.074Z Compiling impl-trait-for-tuples v0.2.2
18462024-07-11T21:57:36.435Z Compiling polar-core v0.27.3
18472024-07-11T21:57:36.844Z Compiling quick-xml v0.31.0
18482024-07-11T21:57:37.230Z Compiling vte_generate_state_changes v0.1.1
18492024-07-11T21:57:37.809Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18502024-07-11T21:57:38.087Z Compiling unicase v2.7.0
18512024-07-11T21:57:38.178Z Compiling buf-list v1.0.3
18522024-07-11T21:57:38.434Z Compiling vte v0.11.1
18532024-07-11T21:57:38.801Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18542024-07-11T21:57:41.531Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18552024-07-11T21:57:42.282Z Compiling tungstenite v0.20.1
18562024-07-11T21:57:43.054Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18572024-07-11T21:57:43.312Z Compiling fd-lock v4.0.2
18582024-07-11T21:57:43.510Z Compiling bb8 v0.8.5
18592024-07-11T21:57:44.058Z Compiling const_format_proc_macros v0.2.32
18602024-07-11T21:57:45.256Z Compiling pin-project-internal v1.1.5
18612024-07-11T21:57:46.027Z Compiling memoffset v0.9.1
18622024-07-11T21:57:46.312Z Compiling parking_lot_core v0.8.6
18632024-07-11T21:57:46.724Z Compiling bytecount v0.6.8
18642024-07-11T21:57:47.023Z Compiling papergrid v0.11.0
18652024-07-11T21:57:47.504Z Compiling const_format v0.2.32
18662024-07-11T21:57:47.907Z Compiling pin-project v1.1.5
18672024-07-11T21:57:48.037Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18682024-07-11T21:57:48.690Z Compiling tokio-tungstenite v0.20.1
18692024-07-11T21:57:49.215Z Compiling strip-ansi-escapes v0.2.0
18702024-07-11T21:57:51.203Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18712024-07-11T21:57:51.277Z Compiling tabled_derive v0.7.0
18722024-07-11T21:57:53.581Z Compiling peg-macros v0.8.3
18732024-07-11T21:57:54.885Z Compiling snafu-derive v0.8.2
18742024-07-11T21:57:56.916Z Compiling sqlparser_derive v0.2.2
18752024-07-11T21:57:57.087Z Compiling nu-ansi-term v0.50.0
18762024-07-11T21:57:58.234Z Compiling unicode_categories v0.1.1
18772024-07-11T21:57:58.330Z Compiling rustyline v14.0.0
18782024-07-11T21:57:58.572Z Compiling sqlformat v0.2.3
18792024-07-11T21:57:59.062Z Compiling sqlparser v0.45.0
18802024-07-11T21:57:59.886Z Compiling snafu v0.8.2
18812024-07-11T21:58:01.181Z Compiling oso v0.27.3
18822024-07-11T21:58:09.521Z Compiling reedline v0.31.0
18832024-07-11T21:58:10.378Z Compiling peg v0.8.3
18842024-07-11T21:58:10.488Z Compiling tabled v0.15.0
18852024-07-11T21:58:27.816Z Compiling env_logger v0.9.3
18862024-07-11T21:58:27.957Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18872024-07-11T21:58:31.340Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18882024-07-11T21:58:31.829Z Compiling globset v0.4.14
18892024-07-11T21:58:32.279Z Compiling olpc-cjson v0.1.3
18902024-07-11T21:58:32.314Z Compiling bcs v0.1.6
18912024-07-11T21:58:32.614Z Compiling bitstruct_derive v0.1.0
18922024-07-11T21:58:33.188Z Compiling serde_plain v1.0.2
18932024-07-11T21:58:33.733Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18942024-07-11T21:58:33.869Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
18952024-07-11T21:58:33.910Z Compiling signature v1.6.4
18962024-07-11T21:58:34.066Z Compiling highway v1.1.0
18972024-07-11T21:58:34.141Z Compiling ascii v1.1.0
18982024-07-11T21:58:34.908Z Compiling typed-path v0.7.1
18992024-07-11T21:58:35.553Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
19002024-07-11T21:58:35.858Z Compiling salty v0.2.0
19012024-07-11T21:58:36.292Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19022024-07-11T21:58:36.343Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19032024-07-11T21:58:38.643Z Compiling tough v0.17.1
19042024-07-11T21:58:39.564Z Compiling ed25519 v1.5.3
19052024-07-11T21:58:39.875Z Compiling bitstruct v0.1.1
19062024-07-11T21:58:39.995Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19072024-07-11T21:58:40.255Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19082024-07-11T21:58:41.139Z Compiling parking_lot v0.11.2
19092024-07-11T21:58:41.575Z Compiling nix v0.27.1
19102024-07-11T21:58:43.251Z Compiling trust-dns-client v0.22.0
19112024-07-11T21:58:55.442Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19122024-07-11T21:58:55.761Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19132024-07-11T21:59:00.870Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19142024-07-11T21:59:02.137Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19152024-07-11T21:59:04.355Z Compiling curve25519-dalek v4.1.3
19162024-07-11T21:59:04.731Z Compiling kstat-rs v0.2.4
19172024-07-11T21:59:05.686Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19182024-07-11T21:59:06.472Z Compiling erased-serde v0.3.31
19192024-07-11T21:59:08.068Z Compiling serde_arrays v0.1.0
19202024-07-11T21:59:08.147Z Compiling toml v0.5.11
19212024-07-11T21:59:08.257Z Compiling serde-big-array v0.5.1
19222024-07-11T21:59:08.517Z Compiling keccak v0.1.5
19232024-07-11T21:59:09.530Z Compiling parse-size v1.0.0
19242024-07-11T21:59:09.814Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19252024-07-11T21:59:14.153Z Compiling trust-dns-server v0.22.1
19262024-07-11T21:59:15.481Z Compiling sha3 v0.10.8
19272024-07-11T21:59:16.612Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19282024-07-11T21:59:17.442Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19292024-07-11T21:59:17.946Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19302024-07-11T21:59:28.382Z Compiling sled v0.34.7
19312024-07-11T21:59:33.960Z Compiling mime_guess v2.0.4
19322024-07-11T21:59:35.086Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19332024-07-11T21:59:36.346Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19342024-07-11T21:59:37.445Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
19352024-07-11T21:59:38.901Z Compiling signal-hook-tokio v0.3.1
19362024-07-11T21:59:39.113Z Compiling universal-hash v0.5.1
19372024-07-11T21:59:39.346Z Compiling heck v0.3.3
19382024-07-11T21:59:39.738Z Compiling secrecy v0.8.0
19392024-07-11T21:59:40.008Z Compiling castaway v0.2.2
19402024-07-11T21:59:40.180Z Compiling rand_seeder v0.2.3
19412024-07-11T21:59:40.310Z Compiling thiserror-impl-no-std v2.0.2
19422024-07-11T21:59:40.567Z Compiling serde-big-array v0.4.1
19432024-07-11T21:59:40.767Z Compiling curve25519-dalek-derive v0.1.1
19442024-07-11T21:59:42.153Z Compiling nanorand v0.7.0
19452024-07-11T21:59:42.887Z Compiling opaque-debug v0.3.1
19462024-07-11T21:59:42.992Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19472024-07-11T21:59:43.072Z Compiling thiserror-no-std v2.0.2
19482024-07-11T21:59:43.197Z Compiling poly1305 v0.8.0
19492024-07-11T21:59:43.291Z Compiling flume v0.11.0
19502024-07-11T21:59:44.704Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19512024-07-11T21:59:46.111Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19522024-07-11T21:59:46.319Z Compiling compact_str v0.7.1
19532024-07-11T21:59:47.841Z Compiling zone_cfg_derive v0.1.2
19542024-07-11T21:59:49.246Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19552024-07-11T21:59:52.183Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19562024-07-11T21:59:55.362Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19572024-07-11T22:00:01.752Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19582024-07-11T22:00:02.307Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19592024-07-11T22:00:02.379Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19602024-07-11T22:00:08.659Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19612024-07-11T22:00:08.717Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19622024-07-11T22:00:08.975Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19632024-07-11T22:00:09.243Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19642024-07-11T22:00:09.517Z Compiling chacha20 v0.9.1
19652024-07-11T22:00:09.974Z Compiling unicode-truncate v1.0.0
19662024-07-11T22:00:10.243Z Compiling itertools v0.13.0
19672024-07-11T22:00:14.053Z Compiling aead v0.5.2
19682024-07-11T22:00:14.393Z Compiling lru v0.12.3
19692024-07-11T22:00:14.765Z Compiling stability v0.2.0
19702024-07-11T22:00:15.065Z Compiling base64 v0.13.1
19712024-07-11T22:00:15.640Z Compiling cassowary v0.3.0
19722024-07-11T22:00:15.773Z Compiling corncobs v0.1.3
19732024-07-11T22:00:16.138Z Compiling ratatui v0.27.0
19742024-07-11T22:00:17.077Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19752024-07-11T22:00:17.792Z Compiling ron v0.7.1
19762024-07-11T22:00:19.368Z Compiling chacha20poly1305 v0.10.1
19772024-07-11T22:00:19.686Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19782024-07-11T22:00:20.637Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19792024-07-11T22:00:22.884Z Compiling zone v0.1.8
19802024-07-11T22:00:23.104Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19812024-07-11T22:00:26.101Z Compiling vsss-rs v3.3.4
19822024-07-11T22:00:30.456Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19832024-07-11T22:00:31.135Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19842024-07-11T22:00:32.506Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19852024-07-11T22:00:33.981Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19862024-07-11T22:00:34.049Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19872024-07-11T22:00:34.316Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19882024-07-11T22:00:34.732Z Compiling portpicker v0.1.1
19892024-07-11T22:00:35.207Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19902024-07-11T22:00:37.410Z Compiling csv-core v0.1.11
19912024-07-11T22:00:38.263Z Compiling http-range v0.1.5
19922024-07-11T22:00:38.830Z Compiling smawk v0.3.2
19932024-07-11T22:00:39.070Z Compiling unicode-linebreak v0.1.5
19942024-07-11T22:00:39.596Z Compiling textwrap v0.16.1
19952024-07-11T22:00:41.212Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19962024-07-11T22:00:41.254Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19972024-07-11T22:00:41.836Z Compiling hyper-staticfile v0.9.5
19982024-07-11T22:00:43.270Z Compiling csv v1.3.0
19992024-07-11T22:00:44.915Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20002024-07-11T22:00:52.281Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20012024-07-11T22:00:53.338Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20022024-07-11T22:00:55.488Z Compiling rcgen v0.12.1
20032024-07-11T22:01:02.314Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20042024-07-11T22:01:02.781Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20052024-07-11T22:01:03.061Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20062024-07-11T22:01:04.790Z Compiling atomicwrites v0.4.3
20072024-07-11T22:01:05.314Z Compiling fatfs v0.3.6
20082024-07-11T22:01:05.704Z Compiling subprocess v0.2.9
20092024-07-11T22:01:06.634Z Compiling rtoolbox v0.0.2
20102024-07-11T22:01:06.831Z Compiling assert_matches v1.5.0
20112024-07-11T22:01:06.927Z Compiling is_ci v1.2.0
20122024-07-11T22:01:07.058Z Compiling supports-color v3.0.0
20132024-07-11T22:01:07.678Z Compiling rpassword v7.3.1
20142024-07-11T22:01:08.084Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20152024-07-11T22:01:08.182Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20162024-07-11T22:01:09.964Z Compiling tui-tree-widget v0.21.0
20172024-07-11T22:01:10.378Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20182024-07-11T22:01:10.749Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20192024-07-11T22:01:15.291Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20202024-07-11T22:01:15.558Z Compiling shell-words v1.1.0
20212024-07-11T22:01:15.978Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20222024-07-11T22:01:17.217Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20232024-07-11T22:01:28.527Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20242024-07-11T22:01:40.762Z Compiling multimap v0.10.0
20252024-07-11T22:01:41.153Z Compiling uzers v0.11.3
20262024-07-11T22:01:44.043Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20272024-07-11T22:04:00.594Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20282024-07-11T22:04:13.429Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20292024-07-11T22:10:13.052Z Finished `release` profile [optimized] target(s) in 14m 06s
20302024-07-11T22:10:59.932Z
20312024-07-11T22:10:59.935Zreal 14:54.644951425
20322024-07-11T22:10:59.935Zuser 1:43:46.348651409
20332024-07-11T22:10:59.935Zsys 5:37.432051960
20342024-07-11T22:10:59.935Ztrap 2.352645255
20352024-07-11T22:10:59.935Ztflt 2.206973733
20362024-07-11T22:10:59.935Zdflt 3.297126615
20372024-07-11T22:10:59.935Zkflt 0.002053143
20382024-07-11T22:10:59.935Zlock 6:24:19.083764866
20392024-07-11T22:10:59.935Zslp 4:00:45.487042254
20402024-07-11T22:10:59.935Zlat 2:26.571528119
20412024-07-11T22:10:59.935Zstop 1:48.528689640
20422024-07-11T22:10:59.935Z+ mapfile -t packages
20432024-07-11T22:10:59.935Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20442024-07-11T22:11:00.803Z Finished `release` profile [optimized] target(s) in 0.82s
20452024-07-11T22:11:00.845Z Running `target/release/omicron-package -t test list-outputs`
20462024-07-11T22:11:00.882ZLogging to: /work/oxidecomputer/omicron/out/LOG
20472024-07-11T22:11:00.885Z+ ptime -m cargo build --locked --release -p xtask
20482024-07-11T22:11:01.462Z Compiling serde v1.0.204
20492024-07-11T22:11:01.464Z Compiling bitflags v2.5.0
20502024-07-11T22:11:01.464Z Compiling syn v2.0.68
20512024-07-11T22:11:01.554Z Compiling bytes v1.6.0
20522024-07-11T22:11:01.560Z Compiling scopeguard v1.2.0
20532024-07-11T22:11:01.563Z Compiling smallvec v1.13.2
20542024-07-11T22:11:01.592Z Compiling log v0.4.21
20552024-07-11T22:11:01.695Z Compiling lock_api v0.4.12
20562024-07-11T22:11:02.036Z Compiling parking_lot_core v0.9.10
20572024-07-11T22:11:02.039Z Compiling serde_json v1.0.120
20582024-07-11T22:11:02.046Z Compiling hashbrown v0.14.5
20592024-07-11T22:11:02.048Z Compiling mio v0.8.11
20602024-07-11T22:11:02.181Z Compiling libc v0.2.155
20612024-07-11T22:11:02.390Z Compiling parking_lot v0.12.2
20622024-07-11T22:11:02.448Z Compiling generic-array v0.14.7
20632024-07-11T22:11:02.725Z Compiling slog v2.7.0
20642024-07-11T22:11:02.948Z Compiling rustix v0.38.34
20652024-07-11T22:11:03.252Z Compiling http v0.2.12
20662024-07-11T22:11:03.339Z Compiling usdt-impl v0.5.0
20672024-07-11T22:11:03.531Z Compiling indexmap v2.2.6
20682024-07-11T22:11:03.632Z Compiling syn v1.0.109
20692024-07-11T22:11:03.646Z Compiling time-macros v0.2.18
20702024-07-11T22:11:04.206Z Compiling thread-id v4.2.1
20712024-07-11T22:11:04.257Z Compiling tracing v0.1.40
20722024-07-11T22:11:04.995Z Compiling crossbeam-utils v0.8.19
20732024-07-11T22:11:05.106Z Compiling http-body v0.4.6
20742024-07-11T22:11:05.631Z Compiling unicode-normalization v0.1.23
20752024-07-11T22:11:05.667Z Compiling unicode-bidi v0.3.15
20762024-07-11T22:11:05.749Z Compiling crypto-common v0.1.6
20772024-07-11T22:11:05.961Z Compiling block-buffer v0.10.4
20782024-07-11T22:11:06.739Z Compiling time v0.3.36
20792024-07-11T22:11:06.881Z Compiling idna v0.5.0
20802024-07-11T22:11:07.911Z Compiling terminal_size v0.3.0
20812024-07-11T22:11:08.130Z Compiling fs-err v2.11.0
20822024-07-11T22:11:08.407Z Compiling proc-macro-error v1.0.4
20832024-07-11T22:11:08.590Z Compiling anyhow v1.0.86
20842024-07-11T22:11:09.028Z Compiling clap_builder v4.5.2
20852024-07-11T22:11:09.306Z Compiling crossbeam-channel v0.5.12
20862024-07-11T22:11:09.486Z Compiling url v2.5.0
20872024-07-11T22:11:10.153Z Compiling digest v0.10.7
20882024-07-11T22:11:10.569Z Compiling xattr v1.3.1
20892024-07-11T22:11:10.878Z Compiling sha2 v0.10.8
20902024-07-11T22:11:10.997Z Compiling slog-async v2.8.0
20912024-07-11T22:11:11.572Z Compiling tabled_derive v0.7.0
20922024-07-11T22:11:13.263Z Compiling serde_derive v1.0.204
20932024-07-11T22:11:13.706Z Compiling thiserror-impl v1.0.60
20942024-07-11T22:11:13.899Z Compiling zerocopy-derive v0.7.34
20952024-07-11T22:11:14.050Z Compiling tokio-macros v2.3.0
20962024-07-11T22:11:15.003Z Compiling futures-macro v0.3.30
20972024-07-11T22:11:15.656Z Compiling tokio v1.38.0
20982024-07-11T22:11:15.989Z Compiling zerocopy v0.7.34
20992024-07-11T22:11:16.007Z Compiling scroll_derive v0.12.0
21002024-07-11T22:11:16.523Z Compiling thiserror v1.0.60
21012024-07-11T22:11:16.688Z Compiling pest v2.7.10
21022024-07-11T22:11:16.896Z Compiling futures-util v0.3.30
21032024-07-11T22:11:17.551Z Compiling openssl-macros v0.1.1
21042024-07-11T22:11:17.615Z Compiling scroll v0.12.0
21052024-07-11T22:11:18.277Z Compiling goblin v0.8.2
21062024-07-11T22:11:18.293Z Compiling openssl v0.10.64
21072024-07-11T22:11:19.462Z Compiling pest_meta v2.7.10
21082024-07-11T22:11:23.838Z Compiling pest_generator v2.7.10
21092024-07-11T22:11:25.696Z Compiling pest_derive v2.7.10
21102024-07-11T22:11:26.436Z Compiling dtrace-parser v0.2.0
21112024-07-11T22:11:28.246Z Compiling tokio-util v0.7.11
21122024-07-11T22:11:30.319Z Compiling serde_tokenstream v0.2.1
21132024-07-11T22:11:30.842Z Compiling h2 v0.3.26
21142024-07-11T22:11:32.836Z Compiling dof v0.3.0
21152024-07-11T22:11:34.181Z Compiling serde_spanned v0.6.6
21162024-07-11T22:11:34.395Z Compiling toml_datetime v0.6.6
21172024-07-11T22:11:34.430Z Compiling native-tls v0.2.11
21182024-07-11T22:11:35.301Z Compiling tokio-native-tls v0.3.1
21192024-07-11T22:11:35.534Z Compiling toml_edit v0.22.14
21202024-07-11T22:11:35.619Z Compiling usdt-macro v0.5.0
21212024-07-11T22:11:36.841Z Compiling hyper v0.14.28
21222024-07-11T22:11:41.674Z Compiling hyper-tls v0.5.0
21232024-07-11T22:11:42.089Z Compiling toml v0.8.14
21242024-07-11T22:11:42.485Z Compiling usdt-attr-macro v0.5.0
21252024-07-11T22:11:43.826Z Compiling slog-json v2.6.1
21262024-07-11T22:11:44.187Z Compiling serde_urlencoded v0.7.1
21272024-07-11T22:11:44.355Z Compiling camino v1.1.7
21282024-07-11T22:11:44.824Z Compiling cargo-platform v0.1.8
21292024-07-11T22:11:45.562Z Compiling semver v1.0.23
21302024-07-11T22:11:45.730Z Compiling futures-executor v0.3.30
21312024-07-11T22:11:45.922Z Compiling strum_macros v0.26.4
21322024-07-11T22:11:46.810Z Compiling clap_derive v4.5.4
21332024-07-11T22:11:47.118Z Compiling cargo_metadata v0.18.1
21342024-07-11T22:11:48.993Z Compiling futures v0.3.30
21352024-07-11T22:11:49.120Z Compiling reqwest v0.11.27
21362024-07-11T22:11:49.353Z Compiling slog-bunyan v2.5.0
21372024-07-11T22:11:49.646Z Compiling usdt v0.5.0
21382024-07-11T22:11:50.656Z Compiling strum v0.26.2
21392024-07-11T22:11:50.854Z Compiling cargo_toml v0.20.3
21402024-07-11T22:11:51.048Z Compiling macaddr v1.0.1
21412024-07-11T22:11:51.168Z Compiling tabled v0.15.0
21422024-07-11T22:11:51.394Z Compiling clap v4.5.4
21432024-07-11T22:11:51.516Z Compiling slog-term v2.9.1
21442024-07-11T22:11:51.687Z Compiling tar v0.4.40
21452024-07-11T22:12:08.019Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21462024-07-11T22:12:21.967Z Finished `release` profile [optimized] target(s) in 1m 21s
21472024-07-11T22:12:22.058Z
21482024-07-11T22:12:22.059Zreal 1:21.140938073
21492024-07-11T22:12:22.059Zuser 8:50.756362152
21502024-07-11T22:12:22.059Zsys 50.005731879
21512024-07-11T22:12:22.059Ztrap 0.237180284
21522024-07-11T22:12:22.069Ztflt 0.512456460
21532024-07-11T22:12:22.069Zdflt 0.235548616
21542024-07-11T22:12:22.069Zkflt 0.000030496
21552024-07-11T22:12:22.069Zlock 19:40.180871174
21562024-07-11T22:12:22.069Zslp 22:17.836289236
21572024-07-11T22:12:22.069Zlat 23.216414836
21582024-07-11T22:12:22.069Zstop 21.788956985
21592024-07-11T22:12:22.069Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21602024-07-11T22:12:22.069Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21612024-07-11T22:12:22.069Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21622024-07-11T22:12:22.069Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21632024-07-11T22:12:22.069Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21642024-07-11T22:12:22.572Z Downloading crates ...
21652024-07-11T22:12:22.823Z Downloaded aes v0.8.4
21662024-07-11T22:12:22.828Z Downloaded getrandom v0.1.16
21672024-07-11T22:12:22.833Z Downloaded dhcproto-macros v0.1.0
21682024-07-11T22:12:22.836Z Downloaded pbkdf2 v0.11.0
21692024-07-11T22:12:22.836Z Downloaded ctr v0.9.2
21702024-07-11T22:12:22.836Z Downloaded dhcproto v0.11.0
21712024-07-11T22:12:22.842Z Downloaded cbc v0.1.2
21722024-07-11T22:12:22.845Z Downloaded p256 v0.13.2
21732024-07-11T22:12:22.845Z Downloaded bcrypt-pbkdf v0.10.0
21742024-07-11T22:12:22.845Z Downloaded pbkdf2 v0.12.2
21752024-07-11T22:12:22.845Z Downloaded p521 v0.13.3
21762024-07-11T22:12:22.848Z Downloaded internet-checksum v0.2.1
21772024-07-11T22:12:22.856Z Downloaded russh-cryptovec v0.7.2
21782024-07-11T22:12:22.856Z Downloaded russh v0.43.0
21792024-07-11T22:12:22.856Z Downloaded russh-keys v0.43.0
21802024-07-11T22:12:22.860Z Downloaded rfc6979 v0.4.0
21812024-07-11T22:12:22.860Z Downloaded md5 v0.7.0
21822024-07-11T22:12:22.860Z Downloaded hex-literal v0.4.1
21832024-07-11T22:12:22.860Z Downloaded dirs-sys v0.4.1
21842024-07-11T22:12:22.864Z Downloaded dirs v5.0.1
21852024-07-11T22:12:22.864Z Downloaded blowfish v0.9.1
21862024-07-11T22:12:22.864Z Downloaded option-ext v0.2.0
21872024-07-11T22:12:22.868Z Downloaded rand_chacha v0.2.2
21882024-07-11T22:12:22.868Z Downloaded polyval v0.6.2
21892024-07-11T22:12:22.868Z Downloaded ecdsa v0.16.9
21902024-07-11T22:12:22.872Z Downloaded rand_core v0.5.1
21912024-07-11T22:12:22.872Z Downloaded aes-gcm v0.10.3
21922024-07-11T22:12:22.875Z Downloaded rand v0.7.3
21932024-07-11T22:12:22.884Z Downloaded ghash v0.5.1
21942024-07-11T22:12:22.884Z Downloaded ed25519-dalek v2.1.1
21952024-07-11T22:12:22.888Z Downloaded primeorder v0.13.6
21962024-07-11T22:12:22.888Z Downloaded password-hash v0.4.2
21972024-07-11T22:12:22.888Z Downloaded ed25519 v2.2.3
21982024-07-11T22:12:23.013Z Compiling serde v1.0.204
21992024-07-11T22:12:23.020Z Compiling scopeguard v1.2.0
22002024-07-11T22:12:23.108Z Compiling log v0.4.21
22012024-07-11T22:12:23.112Z Compiling smallvec v1.13.2
22022024-07-11T22:12:23.115Z Compiling syn v2.0.68
22032024-07-11T22:12:23.115Z Compiling getrandom v0.2.14
22042024-07-11T22:12:23.115Z Compiling generic-array v0.14.7
22052024-07-11T22:12:23.116Z Compiling libm v0.2.8
22062024-07-11T22:12:23.264Z Compiling lock_api v0.4.12
22072024-07-11T22:12:23.466Z Compiling rand_core v0.6.4
22082024-07-11T22:12:23.542Z Compiling parking_lot_core v0.9.10
22092024-07-11T22:12:23.575Z Compiling num-traits v0.2.19
22102024-07-11T22:12:23.602Z Compiling subtle v2.5.0
22112024-07-11T22:12:23.649Z Compiling mio v0.8.11
22122024-07-11T22:12:23.729Z Compiling ahash v0.8.11
22132024-07-11T22:12:23.924Z Compiling parking_lot v0.12.2
22142024-07-11T22:12:23.959Z Compiling serde_json v1.0.120
22152024-07-11T22:12:24.057Z Compiling spin v0.9.8
22162024-07-11T22:12:24.101Z Compiling allocator-api2 v0.2.18
22172024-07-11T22:12:24.207Z Compiling const-oid v0.9.6
22182024-07-11T22:12:24.288Z Compiling iana-time-zone v0.1.60
22192024-07-11T22:12:24.447Z Compiling syn v1.0.109
22202024-07-11T22:12:24.907Z Compiling unicode-normalization v0.1.23
22212024-07-11T22:12:24.924Z Compiling schemars v0.8.21
22222024-07-11T22:12:24.943Z Compiling unicode-bidi v0.3.15
22232024-07-11T22:12:25.054Z Compiling dyn-clone v1.0.17
22242024-07-11T22:12:25.273Z Compiling ppv-lite86 v0.2.17
22252024-07-11T22:12:25.294Z Compiling time-macros v0.2.18
22262024-07-11T22:12:25.941Z Compiling ring v0.17.8
22272024-07-11T22:12:26.004Z Compiling rand_chacha v0.3.1
22282024-07-11T22:12:26.234Z Compiling aho-corasick v1.1.3
22292024-07-11T22:12:26.463Z Compiling regex-syntax v0.8.3
22302024-07-11T22:12:26.857Z Compiling rand v0.8.5
22312024-07-11T22:12:28.387Z Compiling idna v0.5.0
22322024-07-11T22:12:28.849Z Compiling time v0.3.36
22332024-07-11T22:12:29.004Z Compiling slog v2.7.0
22342024-07-11T22:12:29.556Z Compiling url v2.5.0
22352024-07-11T22:12:29.952Z Compiling regex-automata v0.4.6
22362024-07-11T22:12:29.996Z Compiling untrusted v0.9.0
22372024-07-11T22:12:31.484Z Compiling serde_derive_internals v0.29.1
22382024-07-11T22:12:32.734Z Compiling lazy_static v1.5.0
22392024-07-11T22:12:32.854Z Compiling backtrace v0.3.71
22402024-07-11T22:12:33.224Z Compiling gimli v0.28.1
22412024-07-11T22:12:33.309Z Compiling object v0.32.2
22422024-07-11T22:12:34.053Z Compiling rustc-demangle v0.1.24
22432024-07-11T22:12:34.254Z Compiling anyhow v1.0.86
22442024-07-11T22:12:38.324Z Compiling crossbeam-utils v0.8.19
22452024-07-11T22:12:38.504Z Compiling base64ct v1.6.0
22462024-07-11T22:12:38.504Z Compiling rustls v0.21.12
22472024-07-11T22:12:38.504Z Compiling winnow v0.5.40
22482024-07-11T22:12:38.504Z Compiling regex v1.10.5
22492024-07-11T22:12:38.504Z Compiling sct v0.7.1
22502024-07-11T22:12:38.504Z Compiling rustls-webpki v0.101.7
22512024-07-11T22:12:38.504Z Compiling cookie v0.17.0
22522024-07-11T22:12:38.504Z Compiling serde_derive v1.0.204
22532024-07-11T22:12:38.504Z Compiling zeroize_derive v1.4.2
22542024-07-11T22:12:38.504Z Compiling thiserror-impl v1.0.60
22552024-07-11T22:12:38.955Z Compiling zerocopy-derive v0.7.34
22562024-07-11T22:12:39.600Z Compiling zeroize v1.7.0
22572024-07-11T22:12:40.020Z Compiling tokio-macros v2.3.0
22582024-07-11T22:12:40.590Z Compiling futures-macro v0.3.30
22592024-07-11T22:12:41.291Z Compiling zerocopy v0.7.34
22602024-07-11T22:12:41.420Z Compiling crypto-common v0.1.6
22612024-07-11T22:12:41.581Z Compiling thiserror v1.0.60
22622024-07-11T22:12:41.651Z Compiling block-buffer v0.10.4
22632024-07-11T22:12:41.720Z Compiling schemars_derive v0.8.21
22642024-07-11T22:12:41.775Z Compiling tracing-attributes v0.1.27
22652024-07-11T22:12:41.918Z Compiling digest v0.10.7
22662024-07-11T22:12:42.425Z Compiling async-trait v0.1.81
22672024-07-11T22:12:42.672Z Compiling futures-util v0.3.30
22682024-07-11T22:12:43.468Z Compiling hashbrown v0.14.5
22692024-07-11T22:12:43.556Z Compiling addr2line v0.21.0
22702024-07-11T22:12:44.939Z Compiling openssl-macros v0.1.1
22712024-07-11T22:12:45.390Z Compiling pest v2.7.10
22722024-07-11T22:12:45.796Z Compiling tracing v0.1.40
22732024-07-11T22:12:46.048Z Compiling idna v0.3.0
22742024-07-11T22:12:46.102Z Compiling psl-types v2.0.11
22752024-07-11T22:12:46.295Z Compiling data-encoding v2.6.0
22762024-07-11T22:12:46.312Z Compiling hmac v0.12.1
22772024-07-11T22:12:46.539Z Compiling scroll_derive v0.12.0
22782024-07-11T22:12:47.013Z Compiling publicsuffix v2.2.3
22792024-07-11T22:12:47.679Z Compiling pest_meta v2.7.10
22802024-07-11T22:12:47.901Z Compiling webpki-roots v0.25.4
22812024-07-11T22:12:48.042Z Compiling bitflags v1.3.2
22822024-07-11T22:12:48.093Z Compiling scroll v0.12.0
22832024-07-11T22:12:48.134Z Compiling block-padding v0.3.3
22842024-07-11T22:12:48.193Z Compiling der_derive v0.7.2
22852024-07-11T22:12:48.372Z Compiling futures-executor v0.3.30
22862024-07-11T22:12:48.399Z Compiling pem-rfc7468 v0.7.0
22872024-07-11T22:12:48.642Z Compiling futures v0.3.30
22882024-07-11T22:12:48.753Z Compiling goblin v0.8.2
22892024-07-11T22:12:48.770Z Compiling flagset v0.4.5
22902024-07-11T22:12:48.875Z Compiling inout v0.1.3
22912024-07-11T22:12:48.945Z Compiling pest_generator v2.7.10
22922024-07-11T22:12:48.978Z Compiling sha2 v0.10.8
22932024-07-11T22:12:49.138Z Compiling cipher v0.4.4
22942024-07-11T22:12:49.162Z Compiling either v1.12.0
22952024-07-11T22:12:49.631Z Compiling ff v0.13.0
22962024-07-11T22:12:49.710Z Compiling stable_deref_trait v1.2.0
22972024-07-11T22:12:49.825Z Compiling base16ct v0.2.0
22982024-07-11T22:12:49.852Z Compiling group v0.13.0
22992024-07-11T22:12:50.166Z Compiling hkdf v0.12.4
23002024-07-11T22:12:50.194Z Compiling crossbeam-epoch v0.9.18
23012024-07-11T22:12:50.435Z Compiling crypto-bigint v0.5.5
23022024-07-11T22:12:50.903Z Compiling der v0.7.9
23032024-07-11T22:12:50.965Z Compiling num-integer v0.1.46
23042024-07-11T22:12:51.074Z Compiling managed v0.8.0
23052024-07-11T22:12:51.523Z Compiling unicode-segmentation v1.11.0
23062024-07-11T22:12:51.739Z Compiling matches v0.1.10
23072024-07-11T22:12:51.831Z Compiling idna v0.2.3
23082024-07-11T22:12:52.354Z Compiling bytes v1.6.0
23092024-07-11T22:12:52.672Z Compiling indexmap v2.2.6
23102024-07-11T22:12:53.117Z Compiling chrono v0.4.38
23112024-07-11T22:12:53.411Z Compiling tokio v1.38.0
23122024-07-11T22:12:53.933Z Compiling uuid v1.9.1
23132024-07-11T22:12:54.043Z Compiling bitflags v2.5.0
23142024-07-11T22:12:54.351Z Compiling semver v1.0.23
23152024-07-11T22:12:54.491Z Compiling http v0.2.12
23162024-07-11T22:12:55.169Z Compiling serde_tokenstream v0.2.1
23172024-07-11T22:12:55.172Z Compiling serde_spanned v0.6.6
23182024-07-11T22:12:55.407Z Compiling toml_datetime v0.6.6
23192024-07-11T22:12:55.783Z Compiling toml_edit v0.19.15
23202024-07-11T22:12:55.915Z Compiling openssl v0.10.64
23212024-07-11T22:12:56.432Z Compiling http-body v0.4.6
23222024-07-11T22:12:56.901Z Compiling rustix v0.38.34
23232024-07-11T22:12:57.020Z Compiling serde_urlencoded v0.7.1
23242024-07-11T22:12:57.116Z Compiling cookie_store v0.20.0
23252024-07-11T22:12:57.558Z Compiling openapiv3 v2.0.0
23262024-07-11T22:12:58.741Z Compiling rustc_version v0.4.0
23272024-07-11T22:12:59.347Z Compiling pest_derive v2.7.10
23282024-07-11T22:12:59.534Z Compiling dof v0.3.0
23292024-07-11T22:12:59.606Z Compiling spki v0.7.3
23302024-07-11T22:12:59.995Z Compiling pkcs8 v0.10.2
23312024-07-11T22:13:00.065Z Compiling ipnetwork v0.20.0
23322024-07-11T22:13:00.178Z Compiling dtrace-parser v0.2.0
23332024-07-11T22:13:00.581Z Compiling sec1 v0.7.3
23342024-07-11T22:13:00.965Z Compiling usdt-impl v0.5.0
23352024-07-11T22:13:01.160Z Compiling tokio-util v0.7.11
23362024-07-11T22:13:01.817Z Compiling native-tls v0.2.11
23372024-07-11T22:13:01.896Z Compiling tokio-rustls v0.24.1
23382024-07-11T22:13:02.284Z Compiling h2 v0.3.26
23392024-07-11T22:13:02.447Z Compiling tokio-native-tls v0.3.1
23402024-07-11T22:13:02.463Z Compiling elliptic-curve v0.13.8
23412024-07-11T22:13:02.590Z Compiling toml v0.7.8
23422024-07-11T22:13:02.613Z Compiling usdt-macro v0.5.0
23432024-07-11T22:13:02.708Z Compiling usdt-attr-macro v0.5.0
23442024-07-11T22:13:03.304Z Compiling toml_edit v0.22.14
23452024-07-11T22:13:03.924Z Compiling hex v0.4.3
23462024-07-11T22:13:04.107Z Compiling enum-as-inner v0.5.1
23472024-07-11T22:13:04.299Z Compiling usdt v0.5.0
23482024-07-11T22:13:04.301Z Compiling bit-vec v0.6.3
23492024-07-11T22:13:04.508Z Compiling siphasher v0.3.11
23502024-07-11T22:13:04.671Z Compiling heapless v0.7.17
23512024-07-11T22:13:04.778Z Compiling terminal_size v0.3.0
23522024-07-11T22:13:04.808Z Compiling num-bigint v0.4.5
23532024-07-11T22:13:04.924Z Compiling regress v0.9.1
23542024-07-11T22:13:04.973Z Compiling signal-hook v0.3.17
23552024-07-11T22:13:05.089Z Compiling finl_unicode v1.2.0
23562024-07-11T22:13:05.156Z Compiling trust-dns-proto v0.22.0
23572024-07-11T22:13:05.240Z Compiling clap_builder v4.5.2
23582024-07-11T22:13:05.669Z Compiling stringprep v0.1.4
23592024-07-11T22:13:07.004Z Compiling itertools v0.10.5
23602024-07-11T22:13:08.790Z Compiling hyper v0.14.28
23612024-07-11T22:13:09.835Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23622024-07-11T22:13:09.976Z Compiling yasna v0.5.2
23632024-07-11T22:13:11.990Z Compiling md-5 v0.10.6
23642024-07-11T22:13:12.055Z Compiling clap_derive v4.5.4
23652024-07-11T22:13:12.266Z Compiling hash32 v0.2.1
23662024-07-11T22:13:12.659Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23672024-07-11T22:13:12.824Z Compiling smoltcp v0.9.1
23682024-07-11T22:13:13.477Z Compiling fallible-iterator v0.2.0
23692024-07-11T22:13:14.177Z Compiling postgres-protocol v0.6.6
23702024-07-11T22:13:14.776Z Compiling phf_shared v0.11.2
23712024-07-11T22:13:14.881Z Compiling tokio-stream v0.1.15
23722024-07-11T22:13:15.008Z Compiling hubpack_derive v0.1.1
23732024-07-11T22:13:15.189Z Compiling zerocopy-derive v0.6.6
23742024-07-11T22:13:15.314Z Compiling diesel_table_macro_syntax v0.1.0
23752024-07-11T22:13:15.535Z Compiling hyper-rustls v0.24.2
23762024-07-11T22:13:15.724Z Compiling hyper-tls v0.5.0
23772024-07-11T22:13:15.852Z Compiling scheduled-thread-pool v0.2.7
23782024-07-11T22:13:15.897Z Compiling fs-err v2.11.0
23792024-07-11T22:13:15.900Z Compiling fixedbitset v0.4.2
23802024-07-11T22:13:16.063Z Compiling reqwest v0.11.27
23812024-07-11T22:13:16.291Z Compiling petgraph v0.6.5
23822024-07-11T22:13:16.369Z Compiling r2d2 v0.8.10
23832024-07-11T22:13:16.497Z Compiling hubpack v0.1.2
23842024-07-11T22:13:16.735Z Compiling diesel_derives v2.1.4
23852024-07-11T22:13:16.971Z Compiling phf v0.11.2
23862024-07-11T22:13:17.180Z Compiling clap v4.5.4
23872024-07-11T22:13:17.263Z Compiling postgres-types v0.2.6
23882024-07-11T22:13:17.404Z Compiling zerocopy v0.6.6
23892024-07-11T22:13:18.270Z Compiling signal-hook-mio v0.2.3
23902024-07-11T22:13:18.659Z Compiling phf_shared v0.10.0
23912024-07-11T22:13:18.704Z Compiling similar v2.5.0
23922024-07-11T22:13:18.817Z Compiling num-iter v0.1.45
23932024-07-11T22:13:19.001Z Compiling strum_macros v0.25.3
23942024-07-11T22:13:19.077Z Compiling serde_repr v0.1.19
23952024-07-11T22:13:19.459Z Compiling console v0.15.8
23962024-07-11T22:13:20.293Z Compiling getopts v0.2.21
23972024-07-11T22:13:20.309Z Compiling float-cmp v0.9.0
23982024-07-11T22:13:20.532Z Compiling precomputed-hash v0.1.1
23992024-07-11T22:13:20.655Z Compiling predicates-core v1.0.6
24002024-07-11T22:13:21.037Z Compiling minimal-lexical v0.2.1
24012024-07-11T22:13:21.040Z Compiling new_debug_unreachable v1.0.6
24022024-07-11T22:13:21.147Z Compiling difflib v0.4.0
24032024-07-11T22:13:21.206Z Compiling whoami v1.5.1
24042024-07-11T22:13:21.297Z Compiling normalize-line-endings v0.3.0
24052024-07-11T22:13:21.426Z Compiling static_assertions v1.1.0
24062024-07-11T22:13:21.532Z Compiling unsafe-libyaml v0.2.11
24072024-07-11T22:13:21.557Z Compiling tokio-postgres v0.7.10
24082024-07-11T22:13:21.872Z Compiling predicates v3.1.0
24092024-07-11T22:13:22.807Z Compiling nom v7.1.3
24102024-07-11T22:13:23.330Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24112024-07-11T22:13:23.487Z Compiling serde_yaml v0.9.34+deprecated
24122024-07-11T22:13:23.633Z Compiling string_cache v0.8.7
24132024-07-11T22:13:24.113Z Compiling crossterm v0.27.0
24142024-07-11T22:13:26.621Z Compiling bit-set v0.5.3
24152024-07-11T22:13:26.910Z Compiling itertools v0.12.1
24162024-07-11T22:13:27.398Z Compiling bstr v1.9.1
24172024-07-11T22:13:27.856Z Compiling unicode-xid v0.2.4
24182024-07-11T22:13:27.937Z Compiling peg-runtime v0.8.3
24192024-07-11T22:13:28.028Z Compiling lalrpop-util v0.19.12
24202024-07-11T22:13:28.390Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24212024-07-11T22:13:28.613Z Compiling sha1 v0.10.6
24222024-07-11T22:13:28.846Z Compiling camino v1.1.7
24232024-07-11T22:13:29.039Z Compiling strum_macros v0.26.4
24242024-07-11T22:13:29.240Z Compiling http v1.1.0
24252024-07-11T22:13:29.826Z Compiling base64 v0.22.1
24262024-07-11T22:13:29.845Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24272024-07-11T22:13:29.862Z Compiling toml v0.8.14
24282024-07-11T22:13:30.038Z Compiling diesel v2.1.6
24292024-07-11T22:13:30.057Z Compiling ident_case v1.0.1
24302024-07-11T22:13:30.247Z Compiling rustls-pki-types v1.7.0
24312024-07-11T22:13:30.609Z Compiling darling_core v0.20.9
24322024-07-11T22:13:31.106Z Compiling crossbeam-channel v0.5.12
24332024-07-11T22:13:31.609Z Compiling paste v1.0.15
24342024-07-11T22:13:31.816Z Compiling rustls v0.22.4
24352024-07-11T22:13:31.960Z Compiling slog-async v2.8.0
24362024-07-11T22:13:32.095Z Compiling slog-term v2.9.1
24372024-07-11T22:13:32.165Z Compiling rustls-webpki v0.102.4
24382024-07-11T22:13:32.244Z Compiling instant v0.1.12
24392024-07-11T22:13:32.401Z Compiling multer v3.1.0
24402024-07-11T22:13:33.320Z Compiling slog-json v2.6.1
24412024-07-11T22:13:33.703Z Compiling async-stream-impl v0.3.5
24422024-07-11T22:13:33.976Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
24432024-07-11T22:13:34.250Z Compiling atomic-waker v1.1.2
24442024-07-11T22:13:34.268Z Compiling debug-ignore v1.0.5
24452024-07-11T22:13:34.370Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24462024-07-11T22:13:34.404Z Compiling strum v0.26.2
24472024-07-11T22:13:34.423Z Compiling waitgroup v0.1.2
24482024-07-11T22:13:34.498Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24492024-07-11T22:13:34.514Z Compiling slog-bunyan v2.5.0
24502024-07-11T22:13:34.708Z Compiling rustls-pemfile v2.1.2
24512024-07-11T22:13:34.771Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
24522024-07-11T22:13:35.108Z Compiling async-stream v0.3.5
24532024-07-11T22:13:35.183Z Compiling serde_path_to_error v0.1.16
24542024-07-11T22:13:35.454Z Compiling structmeta-derive v0.3.0
24552024-07-11T22:13:35.752Z Compiling hostname v0.4.0
24562024-07-11T22:13:36.010Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24572024-07-11T22:13:36.038Z Compiling newtype-uuid v1.1.0
24582024-07-11T22:13:36.333Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24592024-07-11T22:13:36.762Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24602024-07-11T22:13:37.048Z Compiling backoff v0.4.0
24612024-07-11T22:13:37.076Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622024-07-11T22:13:37.259Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24632024-07-11T22:13:37.389Z Compiling tokio-rustls v0.25.0
24642024-07-11T22:13:37.419Z Compiling macaddr v1.0.1
24652024-07-11T22:13:37.797Z Compiling proc-macro-crate v1.3.1
24662024-07-11T22:13:37.877Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24672024-07-11T22:13:37.904Z Compiling darling_macro v0.20.9
24682024-07-11T22:13:38.204Z Compiling fastrand v2.1.0
24692024-07-11T22:13:38.541Z Compiling structmeta v0.3.0
24702024-07-11T22:13:38.752Z Compiling tempfile v3.10.1
24712024-07-11T22:13:38.913Z Compiling darling v0.20.9
24722024-07-11T22:13:38.929Z Compiling num_enum_derive v0.5.11
24732024-07-11T22:13:38.974Z Compiling parse-display-derive v0.9.1
24742024-07-11T22:13:39.025Z Compiling serde_with_macros v3.8.1
24752024-07-11T22:13:39.695Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24762024-07-11T22:13:39.986Z Compiling foreign-types-macros v0.2.3
24772024-07-11T22:13:41.329Z Compiling foreign-types-shared v0.3.1
24782024-07-11T22:13:41.428Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24792024-07-11T22:13:41.700Z Compiling heapless v0.8.0
24802024-07-11T22:13:41.789Z Compiling num_enum v0.5.11
24812024-07-11T22:13:41.980Z Compiling foreign-types v0.5.0
24822024-07-11T22:13:42.103Z Compiling proc-macro-error v1.0.4
24832024-07-11T22:13:42.219Z Compiling serde_with v3.8.1
24842024-07-11T22:13:42.813Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24852024-07-11T22:13:42.901Z Compiling cstr-argument v0.1.2
24862024-07-11T22:13:43.021Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24872024-07-11T22:13:43.150Z Compiling hash32 v0.3.1
24882024-07-11T22:13:43.383Z Compiling smoltcp v0.11.0
24892024-07-11T22:13:43.607Z Compiling pretty-hex v0.2.1
24902024-07-11T22:13:43.780Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24912024-07-11T22:13:43.958Z Compiling parse-display v0.9.1
24922024-07-11T22:13:44.132Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24932024-07-11T22:13:44.151Z Compiling camino-tempfile v1.1.1
24942024-07-11T22:13:44.647Z Compiling tabwriter v1.4.0
24952024-07-11T22:13:44.653Z Compiling colored v2.1.0
24962024-07-11T22:13:44.759Z Compiling socket2 v0.4.10
24972024-07-11T22:13:44.895Z Compiling embedded-io v0.4.0
24982024-07-11T22:13:45.130Z Compiling cobs v0.2.3
24992024-07-11T22:13:45.443Z Compiling postcard v1.0.8
25002024-07-11T22:13:45.460Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25012024-07-11T22:13:45.734Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25022024-07-11T22:13:45.763Z Compiling crucible-workspace-hack v0.1.0
25032024-07-11T22:13:45.975Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25042024-07-11T22:13:46.016Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25052024-07-11T22:13:46.316Z Compiling smf v0.2.3
25062024-07-11T22:13:46.352Z Compiling humantime v2.1.0
25072024-07-11T22:13:46.391Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25082024-07-11T22:13:46.813Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25092024-07-11T22:13:46.871Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25102024-07-11T22:13:47.316Z Compiling num-derive v0.4.2
25112024-07-11T22:13:47.677Z Compiling sigpipe v0.1.3
25122024-07-11T22:13:47.797Z Compiling utf-8 v0.7.6
25132024-07-11T22:13:47.813Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25142024-07-11T22:13:48.165Z Compiling atty v0.2.14
25152024-07-11T22:13:48.231Z Compiling same-file v1.0.6
25162024-07-11T22:13:48.287Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25172024-07-11T22:13:48.308Z Compiling semver v0.1.20
25182024-07-11T22:13:48.474Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25192024-07-11T22:13:48.997Z Compiling rayon-core v1.12.1
25202024-07-11T22:13:49.293Z Compiling rustc_version v0.1.7
25212024-07-11T22:13:49.802Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25222024-07-11T22:13:49.978Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25232024-07-11T22:13:50.007Z Compiling walkdir v2.5.0
25242024-07-11T22:13:50.083Z Compiling curve25519-dalek v4.1.3
25252024-07-11T22:13:50.527Z Compiling newline-converter v0.3.0
25262024-07-11T22:13:50.535Z Compiling crossbeam-deque v0.8.5
25272024-07-11T22:13:50.691Z Compiling universal-hash v0.5.1
25282024-07-11T22:13:50.691Z Compiling opaque-debug v0.3.1
25292024-07-11T22:13:50.747Z Compiling prettyplease v0.2.20
25302024-07-11T22:13:50.800Z Compiling expectorate v1.1.0
25312024-07-11T22:13:50.889Z Compiling newtype_derive v0.1.6
25322024-07-11T22:13:50.894Z Compiling xattr v1.3.1
25332024-07-11T22:13:50.968Z Compiling num-rational v0.4.2
25342024-07-11T22:13:51.021Z Compiling signature v2.2.0
25352024-07-11T22:13:51.166Z Compiling curve25519-dalek-derive v0.1.1
25362024-07-11T22:13:51.233Z Compiling num-complex v0.4.6
25372024-07-11T22:13:51.317Z Compiling blake3 v1.5.1
25382024-07-11T22:13:51.913Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25392024-07-11T22:13:52.129Z Compiling ring v0.16.20
25402024-07-11T22:13:52.269Z Compiling unicase v2.7.0
25412024-07-11T22:13:52.551Z Compiling linked-hash-map v0.5.6
25422024-07-11T22:13:52.666Z Compiling arc-swap v1.7.1
25432024-07-11T22:13:52.765Z Compiling termcolor v1.4.1
25442024-07-11T22:13:52.769Z Compiling quick-error v1.2.3
25452024-07-11T22:13:52.902Z Compiling getrandom v0.1.16
25462024-07-11T22:13:52.923Z Compiling convert_case v0.4.0
25472024-07-11T22:13:53.331Z Compiling env_logger v0.9.3
25482024-07-11T22:13:53.343Z Compiling slog-scope v4.4.0
25492024-07-11T22:13:53.623Z Compiling lru-cache v0.1.2
25502024-07-11T22:13:53.638Z Compiling resolv-conf v0.7.0
25512024-07-11T22:13:53.920Z Compiling derive_more v0.99.18
25522024-07-11T22:13:54.100Z Compiling tar v0.4.40
25532024-07-11T22:13:54.455Z Compiling num v0.4.3
25542024-07-11T22:13:54.760Z Compiling rayon v1.10.0
25552024-07-11T22:13:55.805Z Compiling tungstenite v0.21.0
25562024-07-11T22:13:56.338Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25572024-07-11T22:13:56.836Z Compiling blake2 v0.10.6
25582024-07-11T22:14:00.936Z Compiling bitstruct_derive v0.1.0
25592024-07-11T22:14:00.974Z Compiling derive-where v1.2.7
25602024-07-11T22:14:00.974Z Compiling password-hash v0.5.0
25612024-07-11T22:14:00.974Z Compiling memmap2 v0.9.4
25622024-07-11T22:14:00.974Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25632024-07-11T22:14:00.974Z Compiling arrayvec v0.7.4
25642024-07-11T22:14:00.974Z Compiling parking_lot_core v0.8.6
25652024-07-11T22:14:00.974Z Compiling constant_time_eq v0.3.0
25662024-07-11T22:14:00.974Z Compiling untrusted v0.7.1
25672024-07-11T22:14:00.974Z Compiling spin v0.5.2
25682024-07-11T22:14:00.974Z Compiling ascii v1.1.0
25692024-07-11T22:14:00.974Z Compiling arrayref v0.3.7
25702024-07-11T22:14:00.974Z Compiling libefi-sys v0.1.0
25712024-07-11T22:14:00.975Z Compiling float-ord v0.3.2
25722024-07-11T22:14:00.975Z Compiling home v0.5.9
25732024-07-11T22:14:00.975Z Compiling toolchain_find v0.4.0
25742024-07-11T22:14:00.975Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25752024-07-11T22:14:01.832Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25762024-07-11T22:14:01.929Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25772024-07-11T22:14:02.082Z Compiling bitstruct v0.1.1
25782024-07-11T22:14:02.098Z Compiling argon2 v0.5.3
25792024-07-11T22:14:02.139Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
25802024-07-11T22:14:02.200Z Compiling tokio-tungstenite v0.21.0
25812024-07-11T22:14:02.207Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25822024-07-11T22:14:02.626Z Compiling trust-dns-resolver v0.22.0
25832024-07-11T22:14:02.721Z Compiling slog-stdlog v4.1.1
25842024-07-11T22:14:02.861Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25852024-07-11T22:14:03.094Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25862024-07-11T22:14:03.210Z Compiling erased-serde v0.3.31
25872024-07-11T22:14:03.457Z Compiling serde_arrays v0.1.0
25882024-07-11T22:14:03.600Z Compiling rfc6979 v0.4.0
25892024-07-11T22:14:03.618Z Compiling aead v0.5.2
25902024-07-11T22:14:03.787Z Compiling bitfield-struct v0.6.1
25912024-07-11T22:14:03.995Z Compiling nibble_vec v0.1.0
25922024-07-11T22:14:04.194Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25932024-07-11T22:14:04.556Z Compiling slog-dtrace v0.3.0
25942024-07-11T22:14:04.689Z Compiling keccak v0.1.5
25952024-07-11T22:14:04.868Z Compiling topological-sort v0.2.2
25962024-07-11T22:14:04.995Z Compiling cancel-safe-futures v0.1.5
25972024-07-11T22:14:05.021Z Compiling endian-type v0.1.2
25982024-07-11T22:14:05.079Z Compiling omicron-zone-package v0.11.0
25992024-07-11T22:14:05.233Z Compiling radix_trie v0.2.1
26002024-07-11T22:14:05.264Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26012024-07-11T22:14:05.380Z Compiling sha3 v0.10.8
26022024-07-11T22:14:05.866Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26032024-07-11T22:14:05.936Z Compiling ecdsa v0.16.9
26042024-07-11T22:14:06.023Z Compiling rand_core v0.5.1
26052024-07-11T22:14:06.104Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26062024-07-11T22:14:06.440Z Compiling slog-envlogger v2.2.0
26072024-07-11T22:14:06.506Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26082024-07-11T22:14:06.532Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26092024-07-11T22:14:06.777Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26102024-07-11T22:14:07.240Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26112024-07-11T22:14:07.247Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26122024-07-11T22:14:07.711Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26132024-07-11T22:14:07.945Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26142024-07-11T22:14:08.374Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26152024-07-11T22:14:08.716Z Compiling mime_guess v2.0.4
26162024-07-11T22:14:09.128Z Compiling steno v0.4.1
26172024-07-11T22:14:13.908Z Compiling rustfmt-wrapper v0.2.1
26182024-07-11T22:14:13.960Z Compiling poly1305 v0.8.0
26192024-07-11T22:14:13.960Z Compiling tungstenite v0.20.1
26202024-07-11T22:14:13.960Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26212024-07-11T22:14:13.960Z Compiling primeorder v0.13.6
26222024-07-11T22:14:13.960Z Compiling heck v0.3.3
26232024-07-11T22:14:13.960Z Compiling chacha20 v0.9.1
26242024-07-11T22:14:13.960Z Compiling thiserror-impl-no-std v2.0.2
26252024-07-11T22:14:13.960Z Compiling secrecy v0.8.0
26262024-07-11T22:14:13.960Z Compiling half v2.4.1
26272024-07-11T22:14:13.960Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26282024-07-11T22:14:13.960Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292024-07-11T22:14:13.960Z Compiling option-ext v0.2.0
26302024-07-11T22:14:13.960Z Compiling ciborium-io v0.2.2
26312024-07-11T22:14:13.960Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26322024-07-11T22:14:13.960Z Compiling dirs-sys v0.4.1
26332024-07-11T22:14:13.960Z Compiling ciborium-ll v0.2.2
26342024-07-11T22:14:13.960Z Compiling zone_cfg_derive v0.1.2
26352024-07-11T22:14:13.960Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26362024-07-11T22:14:13.960Z Compiling tokio-tungstenite v0.20.1
26372024-07-11T22:14:14.328Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26382024-07-11T22:14:14.681Z Compiling parking_lot v0.11.2
26392024-07-11T22:14:14.725Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26402024-07-11T22:14:14.849Z Compiling rand_chacha v0.2.2
26412024-07-11T22:14:15.174Z Compiling thiserror-no-std v2.0.2
26422024-07-11T22:14:15.296Z Compiling trust-dns-client v0.22.0
26432024-07-11T22:14:15.638Z Compiling ed25519 v2.2.3
26442024-07-11T22:14:16.134Z Compiling polyval v0.6.2
26452024-07-11T22:14:16.219Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26462024-07-11T22:14:16.561Z Compiling libsw v3.3.1
26472024-07-11T22:14:16.644Z Compiling toml v0.5.11
26482024-07-11T22:14:16.865Z Compiling blowfish v0.9.1
26492024-07-11T22:14:16.888Z Compiling ctr v0.9.2
26502024-07-11T22:14:17.101Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26512024-07-11T22:14:17.254Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26522024-07-11T22:14:17.302Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26532024-07-11T22:14:18.527Z Compiling aes v0.8.4
26542024-07-11T22:14:20.363Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26552024-07-11T22:14:21.316Z Compiling pbkdf2 v0.12.2
26562024-07-11T22:14:21.422Z Compiling password-hash v0.4.2
26572024-07-11T22:14:21.492Z Compiling gethostname v0.4.3
26582024-07-11T22:14:21.778Z Compiling fxhash v0.2.1
26592024-07-11T22:14:21.992Z Compiling base64 v0.13.1
26602024-07-11T22:14:22.394Z Compiling owo-colors v4.0.0
26612024-07-11T22:14:22.611Z Compiling linear-map v1.2.0
26622024-07-11T22:14:22.724Z Compiling ron v0.7.1
26632024-07-11T22:14:22.973Z Compiling sled v0.34.7
26642024-07-11T22:14:24.780Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26652024-07-11T22:14:25.119Z Compiling pbkdf2 v0.11.0
26662024-07-11T22:14:25.406Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672024-07-11T22:14:25.469Z Compiling bcrypt-pbkdf v0.10.0
26682024-07-11T22:14:26.100Z Compiling trust-dns-server v0.22.1
26692024-07-11T22:14:27.730Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702024-07-11T22:14:29.167Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26712024-07-11T22:14:29.202Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26722024-07-11T22:14:29.456Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26732024-07-11T22:14:30.002Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26742024-07-11T22:14:31.786Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26752024-07-11T22:14:32.262Z Compiling ghash v0.5.1
26762024-07-11T22:14:32.457Z Compiling ed25519-dalek v2.1.1
26772024-07-11T22:14:32.502Z Compiling vsss-rs v3.3.4
26782024-07-11T22:14:32.771Z Compiling rand v0.7.3
26792024-07-11T22:14:33.200Z Compiling zone v0.1.8
26802024-07-11T22:14:34.265Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26812024-07-11T22:14:34.648Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26822024-07-11T22:14:34.881Z Compiling ciborium v0.2.2
26832024-07-11T22:14:34.929Z Compiling dirs v5.0.1
26842024-07-11T22:14:35.145Z Compiling chacha20poly1305 v0.10.1
26852024-07-11T22:14:35.393Z Compiling p256 v0.13.2
26862024-07-11T22:14:35.494Z Compiling p521 v0.13.3
26872024-07-11T22:14:36.267Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
26882024-07-11T22:14:36.389Z Compiling pem v3.0.4
26892024-07-11T22:14:36.991Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
26902024-07-11T22:14:37.245Z Compiling headers-core v0.2.0
26912024-07-11T22:14:37.375Z Compiling cbc v0.1.2
26922024-07-11T22:14:37.409Z Compiling kstat-rs v0.2.4
26932024-07-11T22:14:37.594Z Compiling portpicker v0.1.1
26942024-07-11T22:14:37.615Z Compiling nanorand v0.7.0
26952024-07-11T22:14:37.885Z Compiling russh-cryptovec v0.7.2
26962024-07-11T22:14:37.925Z Compiling glob v0.3.1
26972024-07-11T22:14:38.051Z Compiling md5 v0.7.0
26982024-07-11T22:14:38.206Z Compiling http-range v0.1.5
26992024-07-11T22:14:38.230Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27002024-07-11T22:14:38.526Z Compiling hyper-staticfile v0.9.5
27012024-07-11T22:14:38.543Z Compiling russh-keys v0.43.0
27022024-07-11T22:14:38.585Z Compiling flume v0.11.0
27032024-07-11T22:14:38.875Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27042024-07-11T22:14:39.247Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27052024-07-11T22:14:39.526Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27062024-07-11T22:14:41.655Z Compiling headers v0.3.9
27072024-07-11T22:14:41.941Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27082024-07-11T22:14:42.188Z Compiling rcgen v0.12.1
27092024-07-11T22:14:43.690Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27102024-07-11T22:14:44.487Z Compiling aes-gcm v0.10.3
27112024-07-11T22:14:44.816Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27122024-07-11T22:14:44.878Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27132024-07-11T22:14:46.224Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27142024-07-11T22:14:46.740Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27152024-07-11T22:14:51.228Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27162024-07-11T22:14:51.504Z Compiling atomicwrites v0.4.3
27172024-07-11T22:14:51.882Z Compiling subprocess v0.2.9
27182024-07-11T22:14:52.749Z Compiling dhcproto-macros v0.1.0
27192024-07-11T22:14:53.614Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27202024-07-11T22:14:53.975Z Compiling display-error-chain v0.2.0
27212024-07-11T22:14:53.987Z Compiling hex-literal v0.4.1
27222024-07-11T22:14:54.135Z Compiling russh v0.43.0
27232024-07-11T22:14:54.175Z Compiling dhcproto v0.11.0
27242024-07-11T22:14:54.590Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27252024-07-11T22:14:56.439Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27262024-07-11T22:14:57.387Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27272024-07-11T22:14:57.675Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27282024-07-11T22:14:58.128Z Compiling internet-checksum v0.2.1
27292024-07-11T22:15:19.424Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27302024-07-11T22:16:01.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 39s
27312024-07-11T22:16:01.342Z
27322024-07-11T22:16:01.342Zreal 3:39.221255620
27332024-07-11T22:16:01.342Zuser 19:40.732334771
27342024-07-11T22:16:01.342Zsys 4:12.977400019
27352024-07-11T22:16:01.342Ztrap 0.569312811
27362024-07-11T22:16:01.342Ztflt 0.502305825
27372024-07-11T22:16:01.342Zdflt 1.899350653
27382024-07-11T22:16:01.342Zkflt 0.000107989
27392024-07-11T22:16:01.342Zlock 42:05.856680078
27402024-07-11T22:16:01.342Zslp 56:40.526736659
27412024-07-11T22:16:01.342Zlat 1:04.080118591
27422024-07-11T22:16:01.342Zstop 2:21.960736901
27432024-07-11T22:16:01.345Z+ mkdir tests
27442024-07-11T22:16:01.347Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27452024-07-11T22:16:01.347Z+ xargs -I '{}' -t cp '{}' tests/
27462024-07-11T22:16:02.402Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5465fa55270b9cf3 tests/
27472024-07-11T22:16:02.427Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-042ee7f868ef739c tests/
27482024-07-11T22:16:02.453Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4f5d40e613b07835 tests/
27492024-07-11T22:16:02.479Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cfd88465eab6d8b2 tests/
27502024-07-11T22:16:02.825Z+ 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/*)
27512024-07-11T22:16:02.828Z+ 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-5465fa55270b9cf3 tests/commtest-4f5d40e613b07835 tests/dhcp_server-042ee7f868ef739c tests/end_to_end_tests-cfd88465eab6d8b2 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
27522024-07-11T22:17:07.326ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27532024-07-11T22:17:07.326Za out/target/test 1K
27542024-07-11T22:17:07.326Za out/npuzone/npuzone 23144K
27552024-07-11T22:17:07.326Za package-manifest.toml 29K
27562024-07-11T22:17:07.326Za smf/sled-agent/non-gimlet/config.toml 4K
27572024-07-11T22:17:07.326Za target/release/omicron-package 32521K
27582024-07-11T22:17:07.326Za target/release/xtask 18147K
27592024-07-11T22:17:07.326Za target/debug/bootstrap 358739K
27602024-07-11T22:17:07.326Za tests/bootstrap-5465fa55270b9cf3 23983K
27612024-07-11T22:17:07.326Za tests/commtest-4f5d40e613b07835 23984K
27622024-07-11T22:17:07.326Za tests/dhcp_server-042ee7f868ef739c 23983K
27632024-07-11T22:17:07.326Za tests/end_to_end_tests-cfd88465eab6d8b2 369533K
27642024-07-11T22:17:07.326Za out/clickhouse.tar.gz 223116K
27652024-07-11T22:17:07.327Za out/clickhouse_keeper.tar.gz 223100K
27662024-07-11T22:17:07.327Za out/cockroachdb.tar.gz 131965K
27672024-07-11T22:17:07.327Za out/crucible-dtrace.tar 85K
27682024-07-11T22:17:07.327Za out/crucible-pantry-zone.tar.gz 27050K
27692024-07-11T22:17:07.327Za out/crucible-zone.tar.gz 37418K
27702024-07-11T22:17:07.327Za out/external-dns.tar.gz 25126K
27712024-07-11T22:17:07.327Za out/internal-dns.tar.gz 25126K
27722024-07-11T22:17:07.327Za out/mg-ddm-gz.tar 60617K
27732024-07-11T22:17:07.327Za out/nexus.tar.gz 84988K
27742024-07-11T22:17:07.327Za out/ntp.tar.gz 8928K
27752024-07-11T22:17:07.327Za out/omicron-gateway-softnpu.tar.gz 13825K
27762024-07-11T22:17:07.327Za out/omicron-sled-agent.tar 94558K
27772024-07-11T22:17:07.327Za out/overlay.tar.gz 3K
27782024-07-11T22:17:07.327Za out/oximeter.tar.gz 42133K
27792024-07-11T22:17:07.327Za out/oxlog.tar 2955K
27802024-07-11T22:17:07.327Za out/probe.tar.gz 2764K
27812024-07-11T22:17:07.327Za out/propolis-server.tar.gz 64642K
27822024-07-11T22:17:07.327Za out/pumpkind-gz.tar 26665K
27832024-07-11T22:17:07.327Za out/switch-softnpu.tar.gz 198604K
27842024-07-11T22:17:07.330Z
27852024-07-11T22:17:07.330Zreal 1:04.490824151
27862024-07-11T22:17:07.330Zuser 1:01.822050030
27872024-07-11T22:17:07.330Zsys 3.620668401
27882024-07-11T22:17:07.330Ztrap 0.015037900
27892024-07-11T22:17:07.330Ztflt 0.000000000
27902024-07-11T22:17:07.330Zdflt 0.000000000
27912024-07-11T22:17:07.330Zkflt 0.000000000
27922024-07-11T22:17:07.330Zlock 0.000000000
27932024-07-11T22:17:07.330Zslp 1:01.742165560
27942024-07-11T22:17:07.330Zlat 1.776202324
27952024-07-11T22:17:07.330Zstop 0.000497879
27962024-07-11T22:17:07.330Zprocess exited: duration 1702279 ms, exit code 0
 
27972024-07-11T22:17:07.345Zfound 1 output files
27982024-07-11T22:17:07.345Zuploading: /work/package.tar.gz (1407254725 bytes)
27992024-07-11T22:17:37.176Zuploaded: /work/package.tar.gz