01J2AQNN8FBC4EPX5218JCGQFP: 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: 01J2AQP6QKBECF8KE0G7TF6G7G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-09T03:14:14.855Zjob assigned to worker 01J2AQPB841B1X5V5T64XYGSXC (queued for 1 m 3 s)
 
22024-07-09T03:14:22.724Zstarting task 0: "setup"
32024-07-09T03:14:22.781Z++ uname -s
42024-07-09T03:14:22.791Z+ kern=SunOS
52024-07-09T03:14:22.791Z+ case "$kern" in
62024-07-09T03:14:22.791Z+ groupadd -g 12345 build
72024-07-09T03:14:22.791Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-09T03:14:24.838Z+ zfs create -o mountpoint=/work rpool/work
92024-07-09T03:14:24.937Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-09T03:14:24.967Z+ home_fs=zfs
112024-07-09T03:14:24.968Z+ [[ zfs == autofs ]]
122024-07-09T03:14:24.968Z+ mkdir -p /home/build
132024-07-09T03:14:24.968Z+ chown build:build /home/build /work
142024-07-09T03:14:26.918Z+ chmod 0700 /home/build /work
152024-07-09T03:14:26.923Zprocess exited: duration 4199 ms, exit code 0
 
162024-07-09T03:14:26.931Zstarting task 1: "rust-toolchain"
172024-07-09T03:14:26.937Z+ printf ' * toolchain channel = "%s"
182024-07-09T03:14:26.937Z' 1.78.0
192024-07-09T03:14:26.937Z+ printf ' * toolchain profile = "%s"
202024-07-09T03:14:26.937Z' default
212024-07-09T03:14:26.937Z * toolchain channel = "1.78.0"
222024-07-09T03:14:26.937Z * toolchain profile = "default"
232024-07-09T03:14:26.940Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-09T03:14:26.940Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-09T03:14:27.051Zinfo: downloading installer
262024-07-09T03:14:28.350Zinfo: profile set to 'default'
272024-07-09T03:14:28.350Zinfo: default host triple is x86_64-unknown-illumos
282024-07-09T03:14:28.353Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-09T03:14:28.478Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-09T03:14:28.478Zinfo: downloading component 'cargo'
312024-07-09T03:14:29.179Zinfo: downloading component 'clippy'
322024-07-09T03:14:29.385Zinfo: downloading component 'rust-docs'
332024-07-09T03:14:30.311Zinfo: downloading component 'rust-std'
342024-07-09T03:14:31.704Zinfo: downloading component 'rustc'
352024-07-09T03:14:35.283Zinfo: downloading component 'rustfmt'
362024-07-09T03:14:35.477Zinfo: installing component 'cargo'
372024-07-09T03:14:36.331Zinfo: installing component 'clippy'
382024-07-09T03:14:36.698Zinfo: installing component 'rust-docs'
392024-07-09T03:14:38.205Zinfo: installing component 'rust-std'
402024-07-09T03:14:39.988Zinfo: installing component 'rustc'
412024-07-09T03:14:44.262Zinfo: installing component 'rustfmt'
422024-07-09T03:14:44.583Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-09T03:14:44.583Z
442024-07-09T03:14:44.849Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-09T03:14:44.849Z
462024-07-09T03:14:44.854Z
472024-07-09T03:14:44.854ZRust is installed now. Great!
482024-07-09T03:14:44.854Z
492024-07-09T03:14:44.854ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-09T03:14:44.854Zenvironment variable. This has not been done automatically.
512024-07-09T03:14:44.854Z
522024-07-09T03:14:44.854ZTo configure your current shell, you need to source
532024-07-09T03:14:44.854Zthe corresponding env file under $HOME/.cargo.
542024-07-09T03:14:44.854Z
552024-07-09T03:14:44.854ZThis is usually done by running one of the following (note the leading DOT):
562024-07-09T03:14:44.855Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-09T03:14:44.855Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-09T03:14:44.916Z+ rustc --version
592024-07-09T03:14:44.979Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-09T03:14:44.983Zprocess exited: duration 18048 ms, exit code 0
 
612024-07-09T03:14:44.989Zstarting task 2: "authentication"
622024-07-09T03:14:45.010Zprocess exited: duration 20 ms, exit code 0
 
632024-07-09T03:14:45.020Zstarting task 3: "clone repository"
642024-07-09T03:14:45.025Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-09T03:14:45.031Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-09T03:14:45.173ZCloning into '/work/oxidecomputer/omicron'...
672024-07-09T03:14:51.011Z+ cd /work/oxidecomputer/omicron
682024-07-09T03:14:51.011Z+ git fetch origin 149930665cd0cc1535c1b0eb03f4ebcd4c006d8d
692024-07-09T03:14:51.319ZFrom https://github.com/oxidecomputer/omicron
702024-07-09T03:14:51.319Z * branch 149930665cd0cc1535c1b0eb03f4ebcd4c006d8d -> FETCH_HEAD
712024-07-09T03:14:51.329Z+ [[ -n '' ]]
722024-07-09T03:14:51.329Z+ git reset --hard 149930665cd0cc1535c1b0eb03f4ebcd4c006d8d
732024-07-09T03:14:51.465ZHEAD is now at 149930665 Update taiki-e/install-action digest to 64e4e2f
742024-07-09T03:14:51.468Zprocess exited: duration 6445 ms, exit code 0
 
752024-07-09T03:14:51.473Zstarting task 4: "build"
762024-07-09T03:14:51.479Z+ cargo --version
772024-07-09T03:14:51.532Zcargo 1.78.0 (54d8815d0 2024-03-26)
782024-07-09T03:14:51.535Z+ rustc --version
792024-07-09T03:14:51.591Zrustc 1.78.0 (9b00956e5 2024-04-29)
802024-07-09T03:14:51.607Z+ WORK=/work
812024-07-09T03:14:51.607Z+ pfexec mkdir -p /work
822024-07-09T03:14:51.607Z+ pfexec chown build /work
832024-07-09T03:14:51.607Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
842024-07-09T03:15:07.959Z Startup: Refreshing catalog 'helios-dev' ... Done
852024-07-09T03:15:09.960Z Startup: Caching catalogs ... Done
862024-07-09T03:15:12.584ZPlanning: Solver setup ... Done (2.138s)
872024-07-09T03:15:12.614ZPlanning: Running solver ... Done (0.045s)
882024-07-09T03:15:12.658ZPlanning: Finding local manifests ... Done (0.005s)
892024-07-09T03:15:12.760ZPlanning: Fetching manifests: 0/4 0% complete
902024-07-09T03:15:12.969ZPlanning: Fetching manifests: 4/4 100% complete
912024-07-09T03:15:13.017ZPlanning: Package planning ... Done (0.047s)
922024-07-09T03:15:13.165ZPlanning: Merging actions ... Done (0.148s)
932024-07-09T03:15:13.943ZPlanning: Checking for conflicting actions ... Done (0.767s)
942024-07-09T03:15:13.949ZPlanning: Consolidating action changes ... Done (0.011s)
952024-07-09T03:15:17.959ZPlanning: Evaluating mediators ... Done (4.018s)
962024-07-09T03:15:17.983ZPlanning: Planning completed in 7.95 seconds
972024-07-09T03:15:18.435Z Packages to install: 4
982024-07-09T03:15:18.435Z Mediators to change: 2
992024-07-09T03:15:18.435Z Services to change: 1
1002024-07-09T03:15:18.435Z Estimated space available: 155.77 GB
1012024-07-09T03:15:18.436ZEstimated space to be consumed: 1.46 GB
1022024-07-09T03:15:18.589Z Create boot environment: No
1032024-07-09T03:15:18.589ZCreate backup boot environment: No
1042024-07-09T03:15:18.589Z Rebuild boot archive: No
1052024-07-09T03:15:18.589Z
1062024-07-09T03:15:18.589ZChanged mediators:
1072024-07-09T03:15:18.589Z mediator clang:
1082024-07-09T03:15:18.589Z version: None -> 15 (system default)
1092024-07-09T03:15:18.589Z
1102024-07-09T03:15:18.590Z mediator llvm:
1112024-07-09T03:15:18.590Z version: 14 (system default) -> 15 (system default)
1122024-07-09T03:15:18.590Z
1132024-07-09T03:15:18.590ZChanged packages:
1142024-07-09T03:15:18.590Zhelios-dev
1152024-07-09T03:15:18.590Z developer/build-essential
1162024-07-09T03:15:18.590Z None -> 11-2.0
1172024-07-09T03:15:18.590Z library/libxmlsec1
1182024-07-09T03:15:18.591Z None -> 1.2.35-2.0
1192024-07-09T03:15:18.591Z ooce/developer/clang-15
1202024-07-09T03:15:18.591Z None -> 15.0.7-2.0
1212024-07-09T03:15:18.591Z ooce/developer/llvm-15
1222024-07-09T03:15:18.591Z None -> 15.0.7-2.0
1232024-07-09T03:15:18.591Z
1242024-07-09T03:15:18.591ZServices:
1252024-07-09T03:15:18.591Z restart_fmri:
1262024-07-09T03:15:18.591Z svc:/system/update-man-index:default
1272024-07-09T03:15:18.686Z
1282024-07-09T03:15:18.686ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1292024-07-09T03:15:23.577ZDownload: 1194/3290 items 59.4/212.6MB 27% complete (12.3M/s)
1302024-07-09T03:15:28.553ZDownload: 1643/3290 items 117.0/212.6MB 55% complete (12.0M/s)
1312024-07-09T03:15:37.305ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (9.7M/s)
1322024-07-09T03:15:42.308ZDownload: 3131/3290 items 163.9/212.6MB 77% complete (4.7M/s)
1332024-07-09T03:16:02.783ZDownload: 3248/3290 items 203.1/212.6MB 95% complete
1342024-07-09T03:16:09.096ZDownload: 3279/3290 items 209.3/212.6MB 98% complete (5.1M/s)
1352024-07-09T03:16:15.494ZDownload: 3282/3290 items 209.9/212.6MB 98% complete (2.7M/s)
1362024-07-09T03:16:28.324ZDownload: 3289/3290 items 212.6/212.6MB 100% complete
1372024-07-09T03:16:28.349ZDownload: Completed 212.60 MB in 69.81 seconds (3.0M/s)
1382024-07-09T03:16:28.497Z Actions: 1/3689 actions (Installing new actions)
1392024-07-09T03:16:33.540Z Actions: 3587/3689 actions (Installing new actions)
1402024-07-09T03:16:33.675Z Actions: Completed 3689 actions in 5.18 seconds.
1412024-07-09T03:16:33.920Z Done (0.242s)
1422024-07-09T03:16:33.920Z Done (0.000s)
1432024-07-09T03:16:34.253Z Done (0.331s)
1442024-07-09T03:16:39.480Z Done (5.076s)
1452024-07-09T03:16:39.642Z Done (0.092s)
1462024-07-09T03:16:39.645Z Done (0.000s)
1472024-07-09T03:16:39.806Z Done (0.000s)
1482024-07-09T03:16:40.359ZPlanning: Evaluating mediator changes ... Done
1492024-07-09T03:16:40.516ZPlanning: Checking for conflicting actions ... Done
1502024-07-09T03:16:40.518ZPlanning: Consolidating action changes ... Done
1512024-07-09T03:16:40.778ZPlanning: Evaluating mediators ... Done
1522024-07-09T03:16:40.783ZPlanning: Planning completed in 0.42 seconds
1532024-07-09T03:16:40.811Z Mediators to change: 2
1542024-07-09T03:16:40.811Z Create boot environment: No
1552024-07-09T03:16:40.811ZCreate backup boot environment: No
1562024-07-09T03:16:40.875Z Done
1572024-07-09T03:16:40.875Z Done
1582024-07-09T03:16:41.078Z Done
1592024-07-09T03:16:44.591Z Done
1602024-07-09T03:16:44.675Z Done
1612024-07-09T03:16:44.678Z Done
1622024-07-09T03:16:44.792Z Done
1632024-07-09T03:16:45.389ZPlanning: Evaluating mediator changes ... Done
1642024-07-09T03:16:45.392ZPlanning: Merging actions ... Done
1652024-07-09T03:16:45.580ZPlanning: Checking for conflicting actions ... Done
1662024-07-09T03:16:45.583ZPlanning: Consolidating action changes ... Done
1672024-07-09T03:16:45.839ZPlanning: Evaluating mediators ... Done
1682024-07-09T03:16:45.893ZPlanning: Planning completed in 0.74 seconds
1692024-07-09T03:16:45.929Z Packages to change: 1
1702024-07-09T03:16:45.929Z Mediators to change: 1
1712024-07-09T03:16:45.932Z Services to change: 1
1722024-07-09T03:16:45.932Z Create boot environment: No
1732024-07-09T03:16:45.932ZCreate backup boot environment: Yes
1742024-07-09T03:16:47.903Z Actions: 1/6 actions (Updating modified actions)
1752024-07-09T03:16:47.941Z Actions: Completed 6 actions in 0.04 seconds.
1762024-07-09T03:16:47.944Z Done
1772024-07-09T03:16:47.944Z Done
1782024-07-09T03:16:48.009Z Done
1792024-07-09T03:16:51.508Z Done
1802024-07-09T03:16:51.591Z Done
1812024-07-09T03:16:51.591Z Done
1822024-07-09T03:16:51.709Z Done
1832024-07-09T03:16:52.149ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842024-07-09T03:16:52.149Zclang system 15 system
1852024-07-09T03:16:52.149Zcsh system system illumos
1862024-07-09T03:16:52.150Zctags system system illumos
1872024-07-09T03:16:52.150Zgcc vendor 12 vendor
1882024-07-09T03:16:52.150Zgcc system 10 system
1892024-07-09T03:16:52.150Zgcc system 7 system
1902024-07-09T03:16:52.150Zgo system 1.20 system
1912024-07-09T03:16:52.150Zgo system 1.19 system
1922024-07-09T03:16:52.150Zllvm system 15 system
1932024-07-09T03:16:52.150Zllvm system 14 system
1942024-07-09T03:16:52.150Zmariadb system 10.6 system
1952024-07-09T03:16:52.150Zmta vendor vendor dma
1962024-07-09T03:16:52.150Zopenjdk system 17 system
1972024-07-09T03:16:52.150Zopenjdk system 11 system
1982024-07-09T03:16:52.150Zopenjdk system 1.8 system
1992024-07-09T03:16:52.150Zopenssl vendor 3 vendor
2002024-07-09T03:16:52.150Zperl system 5.36 system
2012024-07-09T03:16:52.150Zpostgresql system 15 system
2022024-07-09T03:16:52.150Zpostgresql system 13 system
2032024-07-09T03:16:52.150Zpython vendor 3 vendor
2042024-07-09T03:16:52.150Zpython system 2 system
2052024-07-09T03:16:52.150Zpython3 system 3.11 system
2062024-07-09T03:16:52.150Zruby system 3.0 system
2072024-07-09T03:16:52.150Zwords vendor vendor american-english
2082024-07-09T03:16:52.150Zwords system system australian-english
2092024-07-09T03:16:52.150Zwords system system british-english
2102024-07-09T03:16:52.150Zwords system system canadian-english
2112024-07-09T03:16:52.150Zwords system system french
2122024-07-09T03:16:52.150Zwords system system italian
2132024-07-09T03:16:52.150Zwords system system ngerman
2142024-07-09T03:16:52.150Zwords system system ogerman
2152024-07-09T03:16:52.150Zwords system system spanish
2162024-07-09T03:16:52.465ZPUBLISHER TYPE STATUS P LOCATION
2172024-07-09T03:16:52.465Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2182024-07-09T03:16:53.982ZFMRI IFO
2192024-07-09T03:16:53.982Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2202024-07-09T03:16:53.982Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2212024-07-09T03:16:53.982Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2222024-07-09T03:16:53.982Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2232024-07-09T03:16:53.982Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2242024-07-09T03:16:53.982Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2252024-07-09T03:16:53.982Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2262024-07-09T03:16:53.982Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2272024-07-09T03:16:53.982Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2282024-07-09T03:16:53.982Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2292024-07-09T03:16:53.982Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2302024-07-09T03:16:53.982Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2312024-07-09T03:16:54.488Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2322024-07-09T03:16:54.783Z Updating git repository `https://github.com/oxidecomputer/zone`
2332024-07-09T03:16:55.088Z Updating crates.io index
2342024-07-09T03:16:55.092Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2352024-07-09T03:16:55.918Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2362024-07-09T03:16:56.660Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2372024-07-09T03:16:56.926Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2382024-07-09T03:16:58.862Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392024-07-09T03:16:59.318Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402024-07-09T03:16:59.545Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412024-07-09T03:17:00.677Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422024-07-09T03:17:02.642Z Updating git repository `https://github.com/oxidecomputer/opte`
2432024-07-09T03:17:03.658Z Updating git repository `https://github.com/oxidecomputer/falcon`
2442024-07-09T03:17:04.360Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452024-07-09T03:17:04.931Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2462024-07-09T03:17:05.215Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2472024-07-09T03:17:05.543Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2482024-07-09T03:17:05.836Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2492024-07-09T03:17:06.124Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502024-07-09T03:17:06.385Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2512024-07-09T03:17:06.634Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2522024-07-09T03:17:06.898Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2532024-07-09T03:17:07.369Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542024-07-09T03:17:07.767Z Updating git repository `https://github.com/oxidecomputer/ispf`
2552024-07-09T03:17:08.052Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2562024-07-09T03:17:08.367Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2572024-07-09T03:17:08.955Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2582024-07-09T03:17:09.243Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2592024-07-09T03:17:09.526Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2602024-07-09T03:17:09.938Z Updating git repository `https://github.com/oxidecomputer/typify`
2612024-07-09T03:17:11.818Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622024-07-09T03:17:12.138Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2632024-07-09T03:17:12.396Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2642024-07-09T03:17:12.772Z Updating git repository `https://github.com/oxidecomputer/rfb`
2652024-07-09T03:17:13.814Z Downloading crates ...
2662024-07-09T03:17:13.889Z Downloaded foreign-types-shared v0.1.1
2672024-07-09T03:17:13.892Z Downloaded autocfg v1.3.0
2682024-07-09T03:17:13.896Z Downloaded anstyle-query v1.0.3
2692024-07-09T03:17:13.896Z Downloaded adler v1.0.2
2702024-07-09T03:17:13.900Z Downloaded anstyle v1.0.7
2712024-07-09T03:17:13.905Z Downloaded pretty-hex v0.4.1
2722024-07-09T03:17:13.910Z Downloaded is-terminal v0.4.12
2732024-07-09T03:17:13.910Z Downloaded proc-macro-error-attr v1.0.4
2742024-07-09T03:17:13.913Z Downloaded pin-utils v0.1.0
2752024-07-09T03:17:13.913Z Downloaded powerfmt v0.2.0
2762024-07-09T03:17:13.913Z Downloaded pkg-config v0.3.30
2772024-07-09T03:17:13.916Z Downloaded quote v1.0.36
2782024-07-09T03:17:13.919Z Downloaded proc-macro2 v1.0.86
2792024-07-09T03:17:13.922Z Downloaded futures-sink v0.3.30
2802024-07-09T03:17:13.925Z Downloaded tinyvec_macros v0.1.1
2812024-07-09T03:17:13.925Z Downloaded time-core v0.1.2
2822024-07-09T03:17:13.925Z Downloaded dtrace-parser v0.2.0
2832024-07-09T03:17:13.927Z Downloaded anstream v0.6.14
2842024-07-09T03:17:13.930Z Downloaded scroll_derive v0.12.0
2852024-07-09T03:17:13.931Z Downloaded fs-err v2.11.0
2862024-07-09T03:17:13.933Z Downloaded foreign-types v0.3.2
2872024-07-09T03:17:13.933Z Downloaded want v0.3.1
2882024-07-09T03:17:13.933Z Downloaded sync_wrapper v0.1.2
2892024-07-09T03:17:13.938Z Downloaded futures-io v0.3.30
2902024-07-09T03:17:13.938Z Downloaded futures-core v0.3.30
2912024-07-09T03:17:13.938Z Downloaded plain v0.2.3
2922024-07-09T03:17:13.940Z Downloaded match_cfg v0.1.0
2932024-07-09T03:17:13.941Z Downloaded dof v0.3.0
2942024-07-09T03:17:13.941Z Downloaded num_cpus v1.16.0
2952024-07-09T03:17:13.943Z Downloaded memmap v0.7.0
2962024-07-09T03:17:13.946Z Downloaded strum v0.26.2
2972024-07-09T03:17:13.946Z Downloaded tower-service v0.3.2
2982024-07-09T03:17:13.946Z Downloaded take_mut v0.2.2
2992024-07-09T03:17:13.951Z Downloaded macaddr v1.0.1
3002024-07-09T03:17:13.951Z Downloaded dirs-sys-next v0.1.2
3012024-07-09T03:17:13.955Z Downloaded tokio-macros v2.3.0
3022024-07-09T03:17:13.955Z Downloaded tabled_derive v0.7.0
3032024-07-09T03:17:13.955Z Downloaded rustversion v1.0.17
3042024-07-09T03:17:13.955Z Downloaded toml_datetime v0.6.6
3052024-07-09T03:17:13.958Z Downloaded cargo_toml v0.20.3
3062024-07-09T03:17:13.958Z Downloaded thiserror-impl v1.0.60
3072024-07-09T03:17:13.961Z Downloaded xattr v1.3.1
3082024-07-09T03:17:13.961Z Downloaded utf8parse v0.2.1
3092024-07-09T03:17:13.964Z Downloaded pest_generator v2.7.10
3102024-07-09T03:17:13.964Z Downloaded num-conv v0.1.0
3112024-07-09T03:17:13.964Z Downloaded is_terminal_polyfill v1.70.0
3122024-07-09T03:17:13.967Z Downloaded anyhow v1.0.86
3132024-07-09T03:17:13.970Z Downloaded try-lock v0.2.5
3142024-07-09T03:17:13.972Z Downloaded usdt-attr-macro v0.5.0
3152024-07-09T03:17:13.973Z Downloaded openssl-probe v0.1.5
3162024-07-09T03:17:13.973Z Downloaded num_threads v0.1.7
3172024-07-09T03:17:13.975Z Downloaded digest v0.10.7
3182024-07-09T03:17:13.975Z Downloaded usdt-impl v0.5.0
3192024-07-09T03:17:13.978Z Downloaded serde_tokenstream v0.2.1
3202024-07-09T03:17:13.980Z Downloaded futures-executor v0.3.30
3212024-07-09T03:17:13.983Z Downloaded slog-bunyan v2.5.0
3222024-07-09T03:17:13.983Z Downloaded rustls-pemfile v1.0.4
3232024-07-09T03:17:13.986Z Downloaded generic-array v0.14.7
3242024-07-09T03:17:13.986Z Downloaded futures-task v0.3.30
3252024-07-09T03:17:13.989Z Downloaded usdt-macro v0.5.0
3262024-07-09T03:17:13.989Z Downloaded tokio-native-tls v0.3.1
3272024-07-09T03:17:13.992Z Downloaded thiserror v1.0.60
3282024-07-09T03:17:13.995Z Downloaded once_cell v1.19.0
3292024-07-09T03:17:13.998Z Downloaded time-macros v0.2.18
3302024-07-09T03:17:14.001Z Downloaded smallvec v1.13.2
3312024-07-09T03:17:14.004Z Downloaded httpdate v1.0.3
3322024-07-09T03:17:14.004Z Downloaded strum_macros v0.26.4
3332024-07-09T03:17:14.007Z Downloaded signal-hook-registry v1.4.2
3342024-07-09T03:17:14.007Z Downloaded serde_urlencoded v0.7.1
3352024-07-09T03:17:14.010Z Downloaded serde_spanned v0.6.6
3362024-07-09T03:17:14.010Z Downloaded percent-encoding v2.3.1
3372024-07-09T03:17:14.013Z Downloaded version_check v0.9.4
3382024-07-09T03:17:14.013Z Downloaded usdt v0.5.0
3392024-07-09T03:17:14.016Z Downloaded term v0.7.0
3402024-07-09T03:17:14.021Z Downloaded thread-id v4.2.1
3412024-07-09T03:17:14.021Z Downloaded block-buffer v0.10.4
3422024-07-09T03:17:14.021Z Downloaded ryu v1.0.18
3432024-07-09T03:17:14.025Z Downloaded native-tls v0.2.11
3442024-07-09T03:17:14.028Z Downloaded typenum v1.17.0
3452024-07-09T03:17:14.028Z Downloaded miniz_oxide v0.7.2
3462024-07-09T03:17:14.031Z Downloaded camino v1.1.7
3472024-07-09T03:17:14.034Z Downloaded tar v0.4.40
3482024-07-09T03:17:14.034Z Downloaded bitflags v2.5.0
3492024-07-09T03:17:14.037Z Downloaded ipnet v2.9.0
3502024-07-09T03:17:14.040Z Downloaded parking_lot_core v0.9.10
3512024-07-09T03:17:14.043Z Downloaded hyper-tls v0.5.0
3522024-07-09T03:17:14.043Z Downloaded socket2 v0.5.7
3532024-07-09T03:17:14.046Z Downloaded slog-term v2.9.1
3542024-07-09T03:17:14.049Z Downloaded pest_derive v2.7.10
3552024-07-09T03:17:14.053Z Downloaded futures v0.3.30
3562024-07-09T03:17:14.059Z Downloaded unicode-ident v1.0.12
3572024-07-09T03:17:14.063Z Downloaded unicode-bidi v0.3.15
3582024-07-09T03:17:14.063Z Downloaded parking_lot v0.12.2
3592024-07-09T03:17:14.067Z Downloaded ucd-trie v0.1.6
3602024-07-09T03:17:14.067Z Downloaded pest_meta v2.7.10
3612024-07-09T03:17:14.070Z Downloaded tracing-core v0.1.32
3622024-07-09T03:17:14.070Z Downloaded slog v2.7.0
3632024-07-09T03:17:14.073Z Downloaded indexmap v2.2.6
3642024-07-09T03:17:14.076Z Downloaded url v2.5.0
3652024-07-09T03:17:14.079Z Downloaded zerocopy-derive v0.7.34
3662024-07-09T03:17:14.084Z Downloaded papergrid v0.11.0
3672024-07-09T03:17:14.089Z Downloaded openssl-sys v0.9.102
3682024-07-09T03:17:14.094Z Downloaded tracing v0.1.40
3692024-07-09T03:17:14.099Z Downloaded tinyvec v1.6.0
3702024-07-09T03:17:14.102Z Downloaded base64 v0.21.7
3712024-07-09T03:17:14.106Z Downloaded memchr v2.7.2
3722024-07-09T03:17:14.112Z Downloaded toml_edit v0.22.14
3732024-07-09T03:17:14.135Z Downloaded pest v2.7.10
3742024-07-09T03:17:14.139Z Downloaded unicode-normalization v0.1.23
3752024-07-09T03:17:14.143Z Downloaded time v0.3.36
3762024-07-09T03:17:14.152Z Downloaded reqwest v0.11.27
3772024-07-09T03:17:14.158Z Downloaded zerocopy v0.7.34
3782024-07-09T03:17:14.174Z Downloaded winnow v0.6.8
3792024-07-09T03:17:14.183Z Downloaded tabled v0.15.0
3802024-07-09T03:17:14.199Z Downloaded vcpkg v0.2.15
3812024-07-09T03:17:14.236Z Downloaded syn v2.0.68
3822024-07-09T03:17:14.247Z Downloaded rustix v0.38.34
3832024-07-09T03:17:14.269Z Downloaded syn v1.0.109
3842024-07-09T03:17:14.279Z Downloaded unicode-width v0.1.13
3852024-07-09T03:17:14.286Z Downloaded tokio v1.38.0
3862024-07-09T03:17:14.321Z Downloaded libc v0.2.155
3872024-07-09T03:17:14.345Z Downloaded openssl v0.10.64
3882024-07-09T03:17:14.356Z Downloaded idna v0.5.0
3892024-07-09T03:17:14.360Z Downloaded encoding_rs v0.8.34
3902024-07-09T03:17:14.378Z Downloaded futures-util v0.3.30
3912024-07-09T03:17:14.388Z Downloaded hyper v0.14.28
3922024-07-09T03:17:14.395Z Downloaded h2 v0.3.26
3932024-07-09T03:17:14.401Z Downloaded goblin v0.8.2
3942024-07-09T03:17:14.407Z Downloaded clap_builder v4.5.2
3952024-07-09T03:17:14.412Z Downloaded serde_json v1.0.120
3962024-07-09T03:17:14.420Z Downloaded hashbrown v0.14.5
3972024-07-09T03:17:14.423Z Downloaded mio v0.8.11
3982024-07-09T03:17:14.427Z Downloaded tokio-util v0.7.11
3992024-07-09T03:17:14.433Z Downloaded http v0.2.12
4002024-07-09T03:17:14.436Z Downloaded crossbeam-channel v0.5.12
4012024-07-09T03:17:14.440Z Downloaded flate2 v1.0.30
4022024-07-09T03:17:14.444Z Downloaded cc v1.0.97
4032024-07-09T03:17:14.448Z Downloaded serde v1.0.203
4042024-07-09T03:17:14.452Z Downloaded clap v4.5.4
4052024-07-09T03:17:14.457Z Downloaded log v0.4.21
4062024-07-09T03:17:14.460Z Downloaded toml v0.8.14
4072024-07-09T03:17:14.463Z Downloaded semver v1.0.23
4082024-07-09T03:17:14.466Z Downloaded serde_derive v1.0.203
4092024-07-09T03:17:14.466Z Downloaded bytes v1.6.0
4102024-07-09T03:17:14.471Z Downloaded futures-channel v0.3.30
4112024-07-09T03:17:14.474Z Downloaded clap_derive v4.5.4
4122024-07-09T03:17:14.474Z Downloaded scroll v0.12.0
4132024-07-09T03:17:14.474Z Downloaded mime v0.3.17
4142024-07-09T03:17:14.477Z Downloaded crossbeam-utils v0.8.19
4152024-07-09T03:17:14.477Z Downloaded http-body v0.4.6
4162024-07-09T03:17:14.481Z Downloaded hostname v0.3.1
4172024-07-09T03:17:14.481Z Downloaded heck v0.4.1
4182024-07-09T03:17:14.484Z Downloaded crypto-common v0.1.6
4192024-07-09T03:17:14.484Z Downloaded sha2 v0.10.8
4202024-07-09T03:17:14.484Z Downloaded futures-macro v0.3.30
4212024-07-09T03:17:14.484Z Downloaded equivalent v1.0.1
4222024-07-09T03:17:14.484Z Downloaded crc32fast v1.4.0
4232024-07-09T03:17:14.487Z Downloaded lock_api v0.4.12
4242024-07-09T03:17:14.487Z Downloaded httparse v1.8.0
4252024-07-09T03:17:14.490Z Downloaded cargo_metadata v0.18.1
4262024-07-09T03:17:14.490Z Downloaded form_urlencoded v1.2.1
4272024-07-09T03:17:14.493Z Downloaded byteorder v1.5.0
4282024-07-09T03:17:14.493Z Downloaded thread_local v1.1.8
4292024-07-09T03:17:14.493Z Downloaded swrite v0.1.0
4302024-07-09T03:17:14.496Z Downloaded proc-macro-error v1.0.4
4312024-07-09T03:17:14.500Z Downloaded pin-project-lite v0.2.14
4322024-07-09T03:17:14.503Z Downloaded terminal_size v0.3.0
4332024-07-09T03:17:14.503Z Downloaded strsim v0.11.1
4342024-07-09T03:17:14.503Z Downloaded slab v0.4.9
4352024-07-09T03:17:14.506Z Downloaded slog-async v2.8.0
4362024-07-09T03:17:14.506Z Downloaded itoa v1.0.11
4372024-07-09T03:17:14.509Z Downloaded slog-json v2.6.1
4382024-07-09T03:17:14.509Z Downloaded scopeguard v1.2.0
4392024-07-09T03:17:14.509Z Downloaded heck v0.5.0
4402024-07-09T03:17:14.512Z Downloaded bytecount v0.6.8
4412024-07-09T03:17:14.512Z Downloaded clap_lex v0.7.0
4422024-07-09T03:17:14.512Z Downloaded cargo-platform v0.1.8
4432024-07-09T03:17:14.515Z Downloaded dirs-next v2.0.0
4442024-07-09T03:17:14.516Z Downloaded colorchoice v1.0.1
4452024-07-09T03:17:14.516Z Downloaded fnv v1.0.7
4462024-07-09T03:17:14.516Z Downloaded deranged v0.3.11
4472024-07-09T03:17:14.526Z Downloaded cpufeatures v0.2.12
4482024-07-09T03:17:14.526Z Downloaded anstyle-parse v0.2.4
4492024-07-09T03:17:14.526Z Downloaded errno v0.3.9
4502024-07-09T03:17:14.526Z Downloaded cfg-if v1.0.0
4512024-07-09T03:17:14.526Z Downloaded filetime v0.2.23
4522024-07-09T03:17:14.526Z Downloaded openssl-macros v0.1.1
4532024-07-09T03:17:14.810Z Compiling proc-macro2 v1.0.86
4542024-07-09T03:17:14.810Z Compiling unicode-ident v1.0.12
4552024-07-09T03:17:14.810Z Compiling libc v0.2.155
4562024-07-09T03:17:14.813Z Compiling version_check v0.9.4
4572024-07-09T03:17:14.813Z Compiling cfg-if v1.0.0
4582024-07-09T03:17:14.813Z Compiling once_cell v1.19.0
4592024-07-09T03:17:14.813Z Compiling itoa v1.0.11
4602024-07-09T03:17:14.844Z Compiling serde v1.0.203
4612024-07-09T03:17:15.028Z Compiling autocfg v1.3.0
4622024-07-09T03:17:15.048Z Compiling memchr v2.7.2
4632024-07-09T03:17:15.067Z Compiling thiserror v1.0.60
4642024-07-09T03:17:15.259Z Compiling ryu v1.0.18
4652024-07-09T03:17:15.606Z Compiling pin-project-lite v0.2.14
4662024-07-09T03:17:15.654Z Compiling bitflags v2.5.0
4672024-07-09T03:17:15.731Z Compiling cc v1.0.97
4682024-07-09T03:17:15.876Z Compiling lock_api v0.4.12
4692024-07-09T03:17:16.000Z Compiling vcpkg v0.2.15
4702024-07-09T03:17:16.406Z Compiling pkg-config v0.3.30
4712024-07-09T03:17:16.711Z Compiling ucd-trie v0.1.6
4722024-07-09T03:17:16.780Z Compiling parking_lot_core v0.9.10
4732024-07-09T03:17:17.001Z Compiling slab v0.4.9
4742024-07-09T03:17:17.287Z Compiling futures-core v0.3.30
4752024-07-09T03:17:17.413Z Compiling smallvec v1.13.2
4762024-07-09T03:17:17.564Z Compiling futures-sink v0.3.30
4772024-07-09T03:17:17.725Z Compiling quote v1.0.36
4782024-07-09T03:17:17.835Z Compiling scopeguard v1.2.0
4792024-07-09T03:17:17.858Z Compiling bytes v1.6.0
4802024-07-09T03:17:18.026Z Compiling log v0.4.21
4812024-07-09T03:17:18.133Z Compiling syn v2.0.68
4822024-07-09T03:17:18.415Z Compiling fnv v1.0.7
4832024-07-09T03:17:18.444Z Compiling hashbrown v0.14.5
4842024-07-09T03:17:18.469Z Compiling byteorder v1.5.0
4852024-07-09T03:17:18.548Z Compiling serde_json v1.0.120
4862024-07-09T03:17:18.706Z Compiling equivalent v1.0.1
4872024-07-09T03:17:18.830Z Compiling parking_lot v0.12.2
4882024-07-09T03:17:18.926Z Compiling socket2 v0.5.7
4892024-07-09T03:17:18.933Z Compiling openssl-sys v0.9.102
4902024-07-09T03:17:19.040Z Compiling mio v0.8.11
4912024-07-09T03:17:19.118Z Compiling num_cpus v1.16.0
4922024-07-09T03:17:19.171Z Compiling signal-hook-registry v1.4.2
4932024-07-09T03:17:19.245Z Compiling futures-channel v0.3.30
4942024-07-09T03:17:19.687Z Compiling indexmap v2.2.6
4952024-07-09T03:17:19.770Z Compiling futures-task v0.3.30
4962024-07-09T03:17:19.904Z Compiling pin-utils v0.1.0
4972024-07-09T03:17:20.001Z Compiling typenum v1.17.0
4982024-07-09T03:17:20.005Z Compiling futures-io v0.3.30
4992024-07-09T03:17:20.050Z Compiling rustix v0.38.34
5002024-07-09T03:17:20.310Z Compiling errno v0.3.9
5012024-07-09T03:17:20.349Z Compiling generic-array v0.14.7
5022024-07-09T03:17:20.550Z Compiling slog v2.7.0
5032024-07-09T03:17:20.658Z Compiling foreign-types-shared v0.1.1
5042024-07-09T03:17:20.776Z Compiling openssl v0.10.64
5052024-07-09T03:17:21.001Z Compiling foreign-types v0.3.2
5062024-07-09T03:17:21.108Z Compiling http v0.2.12
5072024-07-09T03:17:21.135Z Compiling usdt-impl v0.5.0
5082024-07-09T03:17:21.156Z Compiling proc-macro-error-attr v1.0.4
5092024-07-09T03:17:21.420Z Compiling tracing-core v0.1.32
5102024-07-09T03:17:21.442Z Compiling syn v1.0.109
5112024-07-09T03:17:21.466Z Compiling time-core v0.1.2
5122024-07-09T03:17:21.652Z Compiling tinyvec_macros v0.1.1
5132024-07-09T03:17:21.765Z Compiling num-conv v0.1.0
5142024-07-09T03:17:22.065Z Compiling powerfmt v0.2.0
5152024-07-09T03:17:22.097Z Compiling httparse v1.8.0
5162024-07-09T03:17:22.446Z Compiling native-tls v0.2.11
5172024-07-09T03:17:22.536Z Compiling deranged v0.3.11
5182024-07-09T03:17:22.826Z Compiling tracing v0.1.40
5192024-07-09T03:17:22.915Z Compiling time-macros v0.2.18
5202024-07-09T03:17:23.272Z Compiling tinyvec v1.6.0
5212024-07-09T03:17:23.600Z Compiling thread-id v4.2.1
5222024-07-09T03:17:23.741Z Compiling proc-macro-error v1.0.4
5232024-07-09T03:17:24.021Z Compiling plain v0.2.3
5242024-07-09T03:17:24.063Z Compiling openssl-probe v0.1.5
5252024-07-09T03:17:24.127Z Compiling crossbeam-utils v0.8.19
5262024-07-09T03:17:24.171Z Compiling rustversion v1.0.17
5272024-07-09T03:17:24.437Z Compiling num_threads v0.1.7
5282024-07-09T03:17:24.466Z Compiling percent-encoding v2.3.1
5292024-07-09T03:17:24.541Z Compiling utf8parse v0.2.1
5302024-07-09T03:17:24.561Z Compiling heck v0.5.0
5312024-07-09T03:17:24.693Z Compiling try-lock v0.2.5
5322024-07-09T03:17:24.733Z Compiling anstyle-parse v0.2.4
5332024-07-09T03:17:24.786Z Compiling form_urlencoded v1.2.1
5342024-07-09T03:17:24.828Z Compiling want v0.3.1
5352024-07-09T03:17:24.831Z Compiling unicode-normalization v0.1.23
5362024-07-09T03:17:25.108Z Compiling http-body v0.4.6
5372024-07-09T03:17:25.152Z Compiling dirs-sys-next v0.1.2
5382024-07-09T03:17:25.815Z Compiling unicode-bidi v0.3.15
5392024-07-09T03:17:25.838Z Compiling camino v1.1.7
5402024-07-09T03:17:25.869Z Compiling anstyle-query v1.0.3
5412024-07-09T03:17:25.889Z Compiling winnow v0.6.8
5422024-07-09T03:17:25.946Z Compiling colorchoice v1.0.1
5432024-07-09T03:17:26.010Z Compiling httpdate v1.0.3
5442024-07-09T03:17:26.119Z Compiling semver v1.0.23
5452024-07-09T03:17:26.233Z Compiling time v0.3.36
5462024-07-09T03:17:26.452Z Compiling anstyle v1.0.7
5472024-07-09T03:17:26.516Z Compiling crc32fast v1.4.0
5482024-07-09T03:17:26.641Z Compiling tower-service v0.3.2
5492024-07-09T03:17:26.821Z Compiling is_terminal_polyfill v1.70.0
5502024-07-09T03:17:26.947Z Compiling pretty-hex v0.4.1
5512024-07-09T03:17:26.967Z Compiling anstream v0.6.14
5522024-07-09T03:17:27.171Z Compiling idna v0.5.0
5532024-07-09T03:17:27.430Z Compiling dirs-next v2.0.0
5542024-07-09T03:17:27.726Z Compiling crypto-common v0.1.6
5552024-07-09T03:17:28.672Z Compiling block-buffer v0.10.4
5562024-07-09T03:17:28.749Z Compiling terminal_size v0.3.0
5572024-07-09T03:17:28.912Z Compiling fs-err v2.11.0
5582024-07-09T03:17:28.943Z Compiling thread_local v1.1.8
5592024-07-09T03:17:29.010Z Compiling slog-async v2.8.0
5602024-07-09T03:17:29.034Z Compiling clap_lex v0.7.0
5612024-07-09T03:17:29.167Z Compiling anyhow v1.0.86
5622024-07-09T03:17:29.507Z Compiling adler v1.0.2
5632024-07-09T03:17:29.532Z Compiling match_cfg v0.1.0
5642024-07-09T03:17:29.552Z Compiling base64 v0.21.7
5652024-07-09T03:17:29.619Z Compiling strsim v0.11.1
5662024-07-09T03:17:29.682Z Compiling bytecount v0.6.8
5672024-07-09T03:17:29.734Z Compiling heck v0.4.1
5682024-07-09T03:17:29.758Z Compiling unicode-width v0.1.13
5692024-07-09T03:17:30.000Z Compiling papergrid v0.11.0
5702024-07-09T03:17:30.087Z Compiling rustls-pemfile v1.0.4
5712024-07-09T03:17:30.216Z Compiling clap_builder v4.5.2
5722024-07-09T03:17:30.240Z Compiling miniz_oxide v0.7.2
5732024-07-09T03:17:30.303Z Compiling hostname v0.3.1
5742024-07-09T03:17:30.578Z Compiling digest v0.10.7
5752024-07-09T03:17:30.609Z Compiling crossbeam-channel v0.5.12
5762024-07-09T03:17:30.703Z Compiling url v2.5.0
5772024-07-09T03:17:30.997Z Compiling term v0.7.0
5782024-07-09T03:17:31.023Z Compiling serde_derive v1.0.203
5792024-07-09T03:17:31.793Z Compiling thiserror-impl v1.0.60
5802024-07-09T03:17:31.895Z Compiling zerocopy-derive v0.7.34
5812024-07-09T03:17:31.921Z Compiling tokio-macros v2.3.0
5822024-07-09T03:17:32.676Z Compiling futures-macro v0.3.30
5832024-07-09T03:17:32.707Z Compiling scroll_derive v0.12.0
5842024-07-09T03:17:33.710Z Compiling tokio v1.38.0
5852024-07-09T03:17:34.242Z Compiling openssl-macros v0.1.1
5862024-07-09T03:17:34.272Z Compiling zerocopy v0.7.34
5872024-07-09T03:17:34.403Z Compiling scroll v0.12.0
5882024-07-09T03:17:34.827Z Compiling futures-util v0.3.30
5892024-07-09T03:17:34.978Z Compiling goblin v0.8.2
5902024-07-09T03:17:35.614Z Compiling pest v2.7.10
5912024-07-09T03:17:35.878Z Compiling tabled_derive v0.7.0
5922024-07-09T03:17:38.321Z Compiling pest_meta v2.7.10
5932024-07-09T03:17:38.565Z Compiling strum_macros v0.26.4
5942024-07-09T03:17:41.025Z Compiling pest_generator v2.7.10
5952024-07-09T03:17:43.212Z Compiling tokio-util v0.7.11
5962024-07-09T03:17:43.722Z Compiling pest_derive v2.7.10
5972024-07-09T03:17:43.993Z Compiling futures-executor v0.3.30
5982024-07-09T03:17:44.432Z Compiling h2 v0.3.26
5992024-07-09T03:17:44.495Z Compiling dtrace-parser v0.2.0
6002024-07-09T03:17:44.568Z Compiling tokio-native-tls v0.3.1
6012024-07-09T03:17:44.591Z Compiling clap_derive v4.5.4
6022024-07-09T03:17:45.167Z Compiling xattr v1.3.1
6032024-07-09T03:17:45.456Z Compiling memmap v0.7.0
6042024-07-09T03:17:45.649Z Compiling filetime v0.2.23
6052024-07-09T03:17:45.826Z Compiling is-terminal v0.4.12
6062024-07-09T03:17:45.999Z Compiling toml_datetime v0.6.6
6072024-07-09T03:17:46.541Z Compiling serde_tokenstream v0.2.1
6082024-07-09T03:17:46.700Z Compiling serde_spanned v0.6.6
6092024-07-09T03:17:46.764Z Compiling cargo-platform v0.1.8
6102024-07-09T03:17:46.936Z Compiling toml_edit v0.22.14
6112024-07-09T03:17:47.889Z Compiling dof v0.3.0
6122024-07-09T03:17:48.882Z Compiling hyper v0.14.28
6132024-07-09T03:17:49.459Z Compiling slog-json v2.6.1
6142024-07-09T03:17:49.768Z Compiling serde_urlencoded v0.7.1
6152024-07-09T03:17:49.831Z Compiling encoding_rs v0.8.34
6162024-07-09T03:17:50.170Z Compiling toml v0.8.14
6172024-07-09T03:17:50.291Z Compiling sync_wrapper v0.1.2
6182024-07-09T03:17:50.420Z Compiling take_mut v0.2.2
6192024-07-09T03:17:50.582Z Compiling mime v0.3.17
6202024-07-09T03:17:50.914Z Compiling usdt-macro v0.5.0
6212024-07-09T03:17:50.983Z Compiling usdt-attr-macro v0.5.0
6222024-07-09T03:17:51.202Z Compiling cpufeatures v0.2.12
6232024-07-09T03:17:51.314Z Compiling ipnet v2.9.0
6242024-07-09T03:17:51.951Z Compiling sha2 v0.10.8
6252024-07-09T03:17:52.027Z Compiling cargo_toml v0.20.3
6262024-07-09T03:17:52.482Z Compiling usdt v0.5.0
6272024-07-09T03:17:52.645Z Compiling hyper-tls v0.5.0
6282024-07-09T03:17:52.976Z Compiling reqwest v0.11.27
6292024-07-09T03:17:52.999Z Compiling clap v4.5.4
6302024-07-09T03:17:53.121Z Compiling slog-bunyan v2.5.0
6312024-07-09T03:17:53.324Z Compiling cargo_metadata v0.18.1
6322024-07-09T03:17:53.554Z Compiling slog-term v2.9.1
6332024-07-09T03:17:54.508Z Compiling macaddr v1.0.1
6342024-07-09T03:17:54.811Z Compiling tar v0.4.40
6352024-07-09T03:17:54.982Z Compiling flate2 v1.0.30
6362024-07-09T03:17:55.188Z Compiling futures v0.3.30
6372024-07-09T03:17:55.316Z Compiling strum v0.26.2
6382024-07-09T03:17:55.439Z Compiling tabled v0.15.0
6392024-07-09T03:17:55.964Z Compiling swrite v0.1.0
6402024-07-09T03:18:00.231Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6412024-07-09T03:18:07.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
6422024-07-09T03:18:08.224Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6432024-07-09T03:18:08.284ZJul 09 03:18:08.126 INFO Starting download, target: Cockroach
6442024-07-09T03:18:08.284ZJul 09 03:18:08.126 INFO Starting download, target: Clickhouse
6452024-07-09T03:18:08.284ZJul 09 03:18:08.126 INFO Starting download, target: Console
6462024-07-09T03:18:08.288ZJul 09 03:18:08.126 INFO Starting download, target: DendriteOpenapi
6472024-07-09T03:18:08.288ZJul 09 03:18:08.126 INFO Starting download, target: DendriteStub
6482024-07-09T03:18:08.288ZJul 09 03:18:08.126 INFO Starting download, target: MaghemiteMgd
6492024-07-09T03:18:08.288ZJul 09 03:18:08.126 INFO Starting download, target: TransceiverControl
6502024-07-09T03:18:08.288ZJul 09 03:18:08.127 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi
6512024-07-09T03:18:08.288ZJul 09 03:18:08.127 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6522024-07-09T03:18:08.288ZJul 09 03:18:08.127 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6532024-07-09T03:18:08.288ZJul 09 03:18:08.127 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6542024-07-09T03:18:08.288ZJul 09 03:18:08.127 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6552024-07-09T03:18:08.288ZJul 09 03:18:08.127 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6562024-07-09T03:18:08.288ZJul 09 03:18:08.127 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6572024-07-09T03:18:08.640ZJul 09 03:18:08.388 INFO Download complete, target: DendriteOpenapi
6582024-07-09T03:18:08.779ZJul 09 03:18:08.540 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6592024-07-09T03:18:09.520ZJul 09 03:18:08.707 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6602024-07-09T03:18:09.585ZJul 09 03:18:08.919 INFO Download complete, target: Console
6612024-07-09T03:18:09.600ZJul 09 03:18:09.423 INFO Download complete, target: TransceiverControl
6622024-07-09T03:18:10.186ZJul 09 03:18:09.998 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6632024-07-09T03:18:10.435ZJul 09 03:18:10.270 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6642024-07-09T03:18:10.460ZJul 09 03:18:10.300 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6652024-07-09T03:18:12.039ZJul 09 03:18:11.878 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6662024-07-09T03:18:12.039ZJul 09 03:18:11.878 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6672024-07-09T03:18:13.788ZJul 09 03:18:13.477 INFO Download complete, target: MaghemiteMgd
6682024-07-09T03:18:13.889ZJul 09 03:18:13.483 INFO Download complete, target: DendriteStub
6692024-07-09T03:18:20.729ZJul 09 03:18:20.570 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6702024-07-09T03:18:21.012ZJul 09 03:18:20.853 INFO Checking that binary works, target: Cockroach
6712024-07-09T03:18:21.199ZJul 09 03:18:21.038 INFO Download complete, target: Cockroach
6722024-07-09T03:18:24.957ZJul 09 03:18:24.795 INFO Checking that binary works, target: Clickhouse
6732024-07-09T03:18:25.182ZJul 09 03:18:25.022 INFO Download complete, target: Clickhouse
6742024-07-09T03:18:25.189ZAll prerequisites installed successfully
6752024-07-09T03:18:25.193Z
6762024-07-09T03:18:25.193Zreal 3:33.497565266
6772024-07-09T03:18:25.193Zuser 5:50.457634475
6782024-07-09T03:18:25.193Zsys 1:19.168304187
6792024-07-09T03:18:25.193Ztrap 0.212863107
6802024-07-09T03:18:25.193Ztflt 2.357302906
6812024-07-09T03:18:25.193Zdflt 4.325208775
6822024-07-09T03:18:25.193Zkflt 0.191268070
6832024-07-09T03:18:25.193Zlock 13:02.708716707
6842024-07-09T03:18:25.193Zslp 19:18.556686063
6852024-07-09T03:18:25.193Zlat 19.270675315
6862024-07-09T03:18:25.193Zstop 1:02.084229822
6872024-07-09T03:18:25.193Z+ ptime -m cargo xtask download softnpu
6882024-07-09T03:18:25.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
6892024-07-09T03:18:25.805Z Running `target/debug/xtask download softnpu`
6902024-07-09T03:18:25.831ZJul 09 03:18:25.672 INFO Starting download, target: Softnpu
6912024-07-09T03:18:25.834ZJul 09 03:18:25.672 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6922024-07-09T03:18:26.332ZJul 09 03:18:26.172 INFO Download complete, target: Softnpu
6932024-07-09T03:18:26.336Z
6942024-07-09T03:18:26.340Zreal 1.139596972
6952024-07-09T03:18:26.340Zuser 0.652434183
6962024-07-09T03:18:26.340Zsys 0.293078966
6972024-07-09T03:18:26.340Ztrap 0.000498680
6982024-07-09T03:18:26.340Ztflt 0.000071593
6992024-07-09T03:18:26.340Zdflt 0.000096198
7002024-07-09T03:18:26.340Zkflt 0.000000000
7012024-07-09T03:18:26.340Zlock 4.996808683
7022024-07-09T03:18:26.340Zslp 0.429350496
7032024-07-09T03:18:26.340Zlat 0.075589654
7042024-07-09T03:18:26.340Zstop 0.000252568
7052024-07-09T03:18:26.340Z+ export CARGO_INCREMENTAL=0
7062024-07-09T03:18:26.340Z+ CARGO_INCREMENTAL=0
7072024-07-09T03:18:26.340Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7082024-07-09T03:18:26.882Z Downloading crates ...
7092024-07-09T03:18:27.077Z Downloaded assert_matches v1.5.0
7102024-07-09T03:18:27.081Z Downloaded ahash v0.8.11
7112024-07-09T03:18:27.087Z Downloaded crunchy v0.2.2
7122024-07-09T03:18:27.090Z Downloaded darling_macro v0.20.9
7132024-07-09T03:18:27.090Z Downloaded cfg_aliases v0.1.1
7142024-07-09T03:18:27.090Z Downloaded atty v0.2.14
7152024-07-09T03:18:27.097Z Downloaded new_debug_unreachable v1.0.6
7162024-07-09T03:18:27.102Z Downloaded async-stream v0.3.5
7172024-07-09T03:18:27.128Z Downloaded array-init v0.0.4
7182024-07-09T03:18:27.128Z Downloaded derive_builder_macro v0.20.0
7192024-07-09T03:18:27.129Z Downloaded cstr-argument v0.1.2
7202024-07-09T03:18:27.129Z Downloaded newtype_derive v0.1.6
7212024-07-09T03:18:27.129Z Downloaded newline-converter v0.3.0
7222024-07-09T03:18:27.129Z Downloaded crossbeam-deque v0.8.5
7232024-07-09T03:18:27.129Z Downloaded arrayref v0.3.7
7242024-07-09T03:18:27.129Z Downloaded mockall v0.12.1
7252024-07-09T03:18:27.129Z Downloaded ciborium-io v0.2.2
7262024-07-09T03:18:27.136Z Downloaded multimap v0.10.0
7272024-07-09T03:18:27.136Z Downloaded mime_guess v2.0.4
7282024-07-09T03:18:27.136Z Downloaded normalize-line-endings v0.3.0
7292024-07-09T03:18:27.136Z Downloaded cipher v0.4.4
7302024-07-09T03:18:27.136Z Downloaded peg-runtime v0.8.3
7312024-07-09T03:18:27.136Z Downloaded nodrop v0.1.14
7322024-07-09T03:18:27.136Z Downloaded async-trait v0.1.80
7332024-07-09T03:18:27.136Z Downloaded portpicker v0.1.1
7342024-07-09T03:18:27.139Z Downloaded parse-size v1.0.0
7352024-07-09T03:18:27.139Z Downloaded csv-core v0.1.11
7362024-07-09T03:18:27.139Z Downloaded const_format_proc_macros v0.2.32
7372024-07-09T03:18:27.139Z Downloaded darling v0.20.9
7382024-07-09T03:18:27.147Z Downloaded derive_more v0.99.18
7392024-07-09T03:18:27.152Z Downloaded psl-types v2.0.11
7402024-07-09T03:18:27.155Z Downloaded ppv-lite86 v0.2.17
7412024-07-09T03:18:27.155Z Downloaded paste v1.0.15
7422024-07-09T03:18:27.158Z Downloaded peg v0.8.3
7432024-07-09T03:18:27.161Z Downloaded packed_struct_codegen v0.10.1
7442024-07-09T03:18:27.163Z Downloaded pem-rfc7468 v0.7.0
7452024-07-09T03:18:27.166Z Downloaded packed_struct v0.10.1
7462024-07-09T03:18:27.169Z Downloaded waitgroup v0.1.2
7472024-07-09T03:18:27.169Z Downloaded predicates-tree v1.0.9
7482024-07-09T03:18:27.172Z Downloaded predicates v3.1.0
7492024-07-09T03:18:27.176Z Downloaded atomicwrites v0.4.3
7502024-07-09T03:18:27.176Z Downloaded der_derive v0.7.2
7512024-07-09T03:18:27.178Z Downloaded argon2 v0.5.3
7522024-07-09T03:18:27.178Z Downloaded num-derive v0.4.2
7532024-07-09T03:18:27.181Z Downloaded rand_chacha v0.3.1
7542024-07-09T03:18:27.181Z Downloaded cookie v0.18.1
7552024-07-09T03:18:27.184Z Downloaded quick-error v1.2.3
7562024-07-09T03:18:27.186Z Downloaded pretty-hex v0.2.1
7572024-07-09T03:18:27.190Z Downloaded r2d2 v0.8.10
7582024-07-09T03:18:27.190Z Downloaded parking_lot_core v0.8.6
7592024-07-09T03:18:27.193Z Downloaded path-slash v0.1.5
7602024-07-09T03:18:27.195Z Downloaded ref-cast v1.0.23
7612024-07-09T03:18:27.199Z Downloaded arc-swap v1.7.1
7622024-07-09T03:18:27.202Z Downloaded ident_case v1.0.1
7632024-07-09T03:18:27.205Z Downloaded poly1305 v0.8.0
7642024-07-09T03:18:27.208Z Downloaded precomputed-hash v0.1.1
7652024-07-09T03:18:27.208Z Downloaded rpassword v7.3.1
7662024-07-09T03:18:27.208Z Downloaded mockall_derive v0.12.1
7672024-07-09T03:18:27.211Z Downloaded base64 v0.13.1
7682024-07-09T03:18:27.214Z Downloaded crc-any v2.5.0
7692024-07-09T03:18:27.216Z Downloaded curve25519-dalek-derive v0.1.1
7702024-07-09T03:18:27.219Z Downloaded cassowary v0.3.0
7712024-07-09T03:18:27.222Z Downloaded compact_str v0.7.1
7722024-07-09T03:18:27.222Z Downloaded tokio-tungstenite v0.21.0
7732024-07-09T03:18:27.225Z Downloaded backtrace v0.3.71
7742024-07-09T03:18:27.230Z Downloaded sigpipe v0.1.3
7752024-07-09T03:18:27.233Z Downloaded difflib v0.4.0
7762024-07-09T03:18:27.245Z Downloaded proc-macro-crate v1.3.1
7772024-07-09T03:18:27.246Z Downloaded crc-catalog v2.4.0
7782024-07-09T03:18:27.249Z Downloaded chacha20 v0.9.1
7792024-07-09T03:18:27.249Z Downloaded bitfield v0.14.0
7802024-07-09T03:18:27.249Z Downloaded data-encoding v2.6.0
7812024-07-09T03:18:27.250Z Downloaded constant_time_eq v0.3.0
7822024-07-09T03:18:27.250Z Downloaded parking_lot v0.11.2
7832024-07-09T03:18:27.250Z Downloaded debug-ignore v1.0.5
7842024-07-09T03:18:27.250Z Downloaded hash32 v0.3.1
7852024-07-09T03:18:27.252Z Downloaded hash32 v0.2.1
7862024-07-09T03:18:27.252Z Downloaded walkdir v2.5.0
7872024-07-09T03:18:27.255Z Downloaded phf v0.11.2
7882024-07-09T03:18:27.259Z Downloaded unarray v0.1.4
7892024-07-09T03:18:27.259Z Downloaded schemars_derive v0.8.21
7902024-07-09T03:18:27.262Z Downloaded untrusted v0.9.0
7912024-07-09T03:18:27.262Z Downloaded stability v0.2.0
7922024-07-09T03:18:27.265Z Downloaded ciborium v0.2.2
7932024-07-09T03:18:27.265Z Downloaded predicates-core v1.0.6
7942024-07-09T03:18:27.267Z Downloaded shell-words v1.1.0
7952024-07-09T03:18:27.271Z Downloaded signature v2.2.0
7962024-07-09T03:18:27.271Z Downloaded group v0.13.0
7972024-07-09T03:18:27.273Z Downloaded getopts v0.2.21
7982024-07-09T03:18:27.273Z Downloaded fixedbitset v0.4.2
7992024-07-09T03:18:27.276Z Downloaded cookie_store v0.20.0
8002024-07-09T03:18:27.278Z Downloaded rand_xorshift v0.3.0
8012024-07-09T03:18:27.278Z Downloaded ipnetwork v0.20.0
8022024-07-09T03:18:27.281Z Downloaded peg-macros v0.8.3
8032024-07-09T03:18:27.284Z Downloaded enum-as-inner v0.5.1
8042024-07-09T03:18:27.284Z Downloaded endian-type v0.1.2
8052024-07-09T03:18:27.287Z Downloaded hubpack_derive v0.1.1
8062024-07-09T03:18:27.287Z Downloaded supports-color v3.0.0
8072024-07-09T03:18:27.287Z Downloaded subtle v2.5.0
8082024-07-09T03:18:27.291Z Downloaded sqlformat v0.2.3
8092024-07-09T03:18:27.291Z Downloaded zone v0.1.8
8102024-07-09T03:18:27.295Z Downloaded owo-colors v4.0.0
8112024-07-09T03:18:27.295Z Downloaded clang-sys v1.7.0
8122024-07-09T03:18:27.298Z Downloaded heck v0.3.3
8132024-07-09T03:18:27.300Z Downloaded rayon-core v1.12.1
8142024-07-09T03:18:27.307Z Downloaded pin-project v1.1.5
8152024-07-09T03:18:27.315Z Downloaded blake2 v0.10.6
8162024-07-09T03:18:27.319Z Downloaded toolchain_find v0.4.0
8172024-07-09T03:18:27.321Z Downloaded ena v0.14.3
8182024-07-09T03:18:27.325Z Downloaded zeroize v1.7.0
8192024-07-09T03:18:27.325Z Downloaded fxhash v0.2.1
8202024-07-09T03:18:27.328Z Downloaded serde_repr v0.1.19
8212024-07-09T03:18:27.328Z Downloaded secrecy v0.8.0
8222024-07-09T03:18:27.337Z Downloaded unicase v2.7.0
8232024-07-09T03:18:27.337Z Downloaded instant v0.1.12
8242024-07-09T03:18:27.339Z Downloaded getrandom v0.2.14
8252024-07-09T03:18:27.340Z Downloaded tabwriter v1.4.0
8262024-07-09T03:18:27.340Z Downloaded sec1 v0.7.3
8272024-07-09T03:18:27.340Z Downloaded trust-dns-client v0.22.0
8282024-07-09T03:18:27.345Z Downloaded derive-where v1.2.7
8292024-07-09T03:18:27.349Z Downloaded humantime v2.1.0
8302024-07-09T03:18:27.352Z Downloaded rustc-demangle v0.1.24
8312024-07-09T03:18:27.361Z Downloaded termtree v0.4.1
8322024-07-09T03:18:27.361Z Downloaded signal-hook-tokio v0.3.1
8332024-07-09T03:18:27.361Z Downloaded kstat-rs v0.2.4
8342024-07-09T03:18:27.361Z Downloaded minimal-lexical v0.2.1
8352024-07-09T03:18:27.364Z Downloaded downcast v0.11.0
8362024-07-09T03:18:27.365Z Downloaded utf-8 v0.7.6
8372024-07-09T03:18:27.365Z Downloaded env_logger v0.10.2
8382024-07-09T03:18:27.368Z Downloaded display-error-chain v0.2.0
8392024-07-09T03:18:27.371Z Downloaded spin v0.5.2
8402024-07-09T03:18:27.371Z Downloaded tempfile v3.10.1
8412024-07-09T03:18:27.374Z Downloaded postgres-types v0.2.6
8422024-07-09T03:18:27.376Z Downloaded uzers v0.11.3
8432024-07-09T03:18:27.379Z Downloaded foreign-types-shared v0.3.1
8442024-07-09T03:18:27.382Z Downloaded resolv-conf v0.7.0
8452024-07-09T03:18:27.382Z Downloaded inout v0.1.3
8462024-07-09T03:18:27.391Z Downloaded termios v0.3.3
8472024-07-09T03:18:27.394Z Downloaded matches v0.1.10
8482024-07-09T03:18:27.398Z Downloaded signal-hook-mio v0.2.3
8492024-07-09T03:18:27.398Z Downloaded sha1 v0.10.6
8502024-07-09T03:18:27.402Z Downloaded highway v1.1.0
8512024-07-09T03:18:27.402Z Downloaded fd-lock v4.0.2
8522024-07-09T03:18:27.405Z Downloaded crypto-bigint v0.5.5
8532024-07-09T03:18:27.411Z Downloaded half v2.4.1
8542024-07-09T03:18:27.415Z Downloaded serde-big-array v0.5.1
8552024-07-09T03:18:27.415Z Downloaded similar v2.5.0
8562024-07-09T03:18:27.422Z Downloaded shlex v1.3.0
8572024-07-09T03:18:27.425Z Downloaded float-ord v0.3.2
8582024-07-09T03:18:27.425Z Downloaded serde_arrays v0.1.0
8592024-07-09T03:18:27.425Z Downloaded hostname v0.4.0
8602024-07-09T03:18:27.427Z Downloaded hex v0.4.3
8612024-07-09T03:18:27.427Z Downloaded maybe-uninit v2.0.0
8622024-07-09T03:18:27.430Z Downloaded strum_macros v0.24.3
8632024-07-09T03:18:27.435Z Downloaded stringprep v0.1.4
8642024-07-09T03:18:27.436Z Downloaded tokio-rustls v0.25.0
8652024-07-09T03:18:27.439Z Downloaded ed25519 v1.5.3
8662024-07-09T03:18:27.439Z Downloaded fragile v2.0.0
8672024-07-09T03:18:27.439Z Downloaded diesel_table_macro_syntax v0.1.0
8682024-07-09T03:18:27.444Z Downloaded prettyplease v0.2.20
8692024-07-09T03:18:27.449Z Downloaded fallible-iterator v0.2.0
8702024-07-09T03:18:27.449Z Downloaded vte_generate_state_changes v0.1.1
8712024-07-09T03:18:27.449Z Downloaded which v4.4.2
8722024-07-09T03:18:27.453Z Downloaded managed v0.8.0
8732024-07-09T03:18:27.453Z Downloaded rusty-fork v0.3.0
8742024-07-09T03:18:27.453Z Downloaded maplit v1.0.2
8752024-07-09T03:18:27.453Z Downloaded wait-timeout v0.2.0
8762024-07-09T03:18:27.458Z Downloaded serde_with_macros v3.8.1
8772024-07-09T03:18:27.458Z Downloaded rustls-pki-types v1.7.0
8782024-07-09T03:18:27.461Z Downloaded serde_path_to_error v0.1.16
8792024-07-09T03:18:27.461Z Downloaded serde-hex v0.1.0
8802024-07-09T03:18:27.461Z Downloaded socket2 v0.4.10
8812024-07-09T03:18:27.465Z Downloaded serde_derive_internals v0.29.1
8822024-07-09T03:18:27.465Z Downloaded whoami v1.5.1
8832024-07-09T03:18:27.468Z Downloaded vsss-rs v3.3.4
8842024-07-09T03:18:27.471Z Downloaded der v0.7.9
8852024-07-09T03:18:27.475Z Downloaded http-range v0.1.5
8862024-07-09T03:18:27.478Z Downloaded tokio-postgres v0.7.10
8872024-07-09T03:18:27.489Z Downloaded fastrand v2.1.0
8882024-07-09T03:18:27.492Z Downloaded glob v0.3.1
8892024-07-09T03:18:27.492Z Downloaded blake3 v1.5.1
8902024-07-09T03:18:27.492Z Downloaded wyz v0.5.1
8912024-07-09T03:18:27.495Z Downloaded smallvec v0.6.14
8922024-07-09T03:18:27.495Z Downloaded static_assertions v1.1.0
8932024-07-09T03:18:27.498Z Downloaded impl-trait-for-tuples v0.2.2
8942024-07-09T03:18:27.501Z Downloaded stable_deref_trait v1.2.0
8952024-07-09T03:18:27.501Z Downloaded smf v0.2.3
8962024-07-09T03:18:27.501Z Downloaded smawk v0.3.2
8972024-07-09T03:18:27.504Z Downloaded funty v2.0.0
8982024-07-09T03:18:27.504Z Downloaded rustc_version v0.1.7
8992024-07-09T03:18:27.507Z Downloaded rustc-hash v1.1.0
9002024-07-09T03:18:27.507Z Downloaded float-cmp v0.9.0
9012024-07-09T03:18:27.510Z Downloaded serde_plain v1.0.2
9022024-07-09T03:18:27.510Z Downloaded subprocess v0.2.9
9032024-07-09T03:18:27.513Z Downloaded uuid v1.9.1
9042024-07-09T03:18:27.516Z Downloaded zone_cfg_derive v0.1.2
9052024-07-09T03:18:27.520Z Downloaded lru v0.12.3
9062024-07-09T03:18:27.520Z Downloaded hmac v0.12.1
9072024-07-09T03:18:27.522Z Downloaded serde-big-array v0.4.1
9082024-07-09T03:18:27.522Z Downloaded hyper-staticfile v0.9.5
9092024-07-09T03:18:27.525Z Downloaded keccak v0.1.5
9102024-07-09T03:18:27.525Z Downloaded string_cache v0.8.7
9112024-07-09T03:18:27.527Z Downloaded slog-stdlog v4.1.1
9122024-07-09T03:18:27.527Z Downloaded slog-scope v4.4.0
9132024-07-09T03:18:27.531Z Downloaded headers-core v0.2.0
9142024-07-09T03:18:27.531Z Downloaded tracing-attributes v0.1.27
9152024-07-09T03:18:27.534Z Downloaded unsafe-libyaml v0.2.11
9162024-07-09T03:18:27.537Z Downloaded rustfmt-wrapper v0.2.1
9172024-07-09T03:18:27.539Z Downloaded lru-cache v0.1.2
9182024-07-09T03:18:27.540Z Downloaded yasna v0.5.2
9192024-07-09T03:18:27.543Z Downloaded serde_yaml v0.9.34+deprecated
9202024-07-09T03:18:27.546Z Downloaded hashbrown v0.12.3
9212024-07-09T03:18:27.551Z Downloaded hubpack v0.1.2
9222024-07-09T03:18:27.556Z Downloaded topological-sort v0.2.2
9232024-07-09T03:18:27.556Z Downloaded structmeta-derive v0.2.0
9242024-07-09T03:18:27.556Z Downloaded zerocopy v0.6.6
9252024-07-09T03:18:27.559Z Downloaded spki v0.7.3
9262024-07-09T03:18:27.559Z Downloaded ron v0.7.1
9272024-07-09T03:18:27.562Z Downloaded aho-corasick v1.1.3
9282024-07-09T03:18:27.568Z Downloaded scheduled-thread-pool v0.2.7
9292024-07-09T03:18:27.571Z Downloaded diesel_derives v2.1.4
9302024-07-09T03:18:27.574Z Downloaded num-bigint v0.4.5
9312024-07-09T03:18:27.584Z Downloaded elliptic-curve v0.13.8
9322024-07-09T03:18:27.588Z Downloaded universal-hash v0.5.1
9332024-07-09T03:18:27.588Z Downloaded tokio-rustls v0.24.1
9342024-07-09T03:18:27.588Z Downloaded rsa v0.9.6
9352024-07-09T03:18:27.591Z Downloaded libxml v0.3.3
9362024-07-09T03:18:27.598Z Downloaded globset v0.4.14
9372024-07-09T03:18:27.600Z Downloaded test-strategy v0.3.1
9382024-07-09T03:18:27.603Z Downloaded publicsuffix v2.2.3
9392024-07-09T03:18:27.607Z Downloaded indexmap v1.9.3
9402024-07-09T03:18:27.609Z Downloaded libm v0.2.8
9412024-07-09T03:18:27.618Z Downloaded tungstenite v0.21.0
9422024-07-09T03:18:27.621Z Downloaded zeroize_derive v1.4.2
9432024-07-09T03:18:27.623Z Downloaded memmap2 v0.9.4
9442024-07-09T03:18:27.626Z Downloaded hyper-rustls v0.24.2
9452024-07-09T03:18:27.628Z Downloaded tls_codec_derive v0.4.1
9462024-07-09T03:18:27.628Z Downloaded bitvec v1.0.1
9472024-07-09T03:18:27.644Z Downloaded toml v0.7.8
9482024-07-09T03:18:27.647Z Downloaded heapless v0.7.17
9492024-07-09T03:18:27.653Z Downloaded x509-cert v0.2.5
9502024-07-09T03:18:27.657Z Downloaded hashbrown v0.13.2
9512024-07-09T03:18:27.663Z Downloaded expectorate v1.1.0
9522024-07-09T03:18:27.665Z Downloaded portable-atomic v1.6.0
9532024-07-09T03:18:27.670Z Downloaded nom v7.1.3
9542024-07-09T03:18:27.676Z Downloaded zip v0.6.6
9552024-07-09T03:18:27.680Z Downloaded steno v0.4.1
9562024-07-09T03:18:27.684Z Downloaded trust-dns-resolver v0.22.0
9572024-07-09T03:18:27.688Z Downloaded unicode_categories v0.1.1
9582024-07-09T03:18:27.691Z Downloaded serde_with v3.8.1
9592024-07-09T03:18:27.699Z Downloaded reedline v0.31.0
9602024-07-09T03:18:27.706Z Downloaded heapless v0.8.0
9612024-07-09T03:18:27.710Z Downloaded typed-path v0.7.1
9622024-07-09T03:18:27.717Z Downloaded chrono v0.4.38
9632024-07-09T03:18:27.724Z Downloaded itertools v0.10.5
9642024-07-09T03:18:27.731Z Downloaded regex-automata v0.1.10
9652024-07-09T03:18:27.736Z Downloaded salty v0.2.0
9662024-07-09T03:18:27.743Z Downloaded winnow v0.5.40
9672024-07-09T03:18:27.750Z Downloaded http v1.1.0
9682024-07-09T03:18:27.753Z Downloaded quick-xml v0.31.0
9692024-07-09T03:18:27.759Z Downloaded bindgen v0.69.4
9702024-07-09T03:18:27.765Z Downloaded itertools v0.13.0
9712024-07-09T03:18:27.772Z Downloaded itertools v0.12.1
9722024-07-09T03:18:27.778Z Downloaded idna v0.2.3
9732024-07-09T03:18:27.784Z Downloaded rustyline v14.0.0
9742024-07-09T03:18:27.789Z Downloaded rustls-webpki v0.101.7
9752024-07-09T03:18:27.802Z Downloaded tough v0.17.1
9762024-07-09T03:18:27.810Z Downloaded smoltcp v0.9.1
9772024-07-09T03:18:27.819Z Downloaded hkdf v0.12.4
9782024-07-09T03:18:27.822Z Downloaded gimli v0.28.1
9792024-07-09T03:18:27.829Z Downloaded regex v1.10.5
9802024-07-09T03:18:27.841Z Downloaded radix_trie v0.2.1
9812024-07-09T03:18:27.845Z Downloaded regex-syntax v0.6.29
9822024-07-09T03:18:27.853Z Downloaded smoltcp v0.11.0
9832024-07-09T03:18:27.865Z Downloaded polar-core v0.27.3
9842024-07-09T03:18:27.872Z Downloaded rustls v0.21.12
9852024-07-09T03:18:27.884Z Downloaded rustls-webpki v0.102.4
9862024-07-09T03:18:27.900Z Downloaded diesel v2.1.6
9872024-07-09T03:18:27.914Z Downloaded nix v0.28.0
9882024-07-09T03:18:27.924Z Downloaded object v0.32.2
9892024-07-09T03:18:27.933Z Downloaded bzip2-sys v0.1.11+1.0.8
9902024-07-09T03:18:27.945Z Downloaded openapiv3 v2.0.0
9912024-07-09T03:18:27.957Z Downloaded idna v0.3.0
9922024-07-09T03:18:27.983Z Downloaded regex-automata v0.4.6
9932024-07-09T03:18:27.986Z Downloaded sha3 v0.10.8
9942024-07-09T03:18:27.986Z Downloaded csv v1.3.0
9952024-07-09T03:18:28.001Z Downloaded rustls v0.22.4
9962024-07-09T03:18:28.012Z Downloaded ratatui v0.27.0
9972024-07-09T03:18:28.030Z Downloaded regex-syntax v0.8.3
9982024-07-09T03:18:28.035Z Downloaded regress v0.9.1
9992024-07-09T03:18:28.045Z Downloaded nix v0.27.1
10002024-07-09T03:18:28.052Z Downloaded sled v0.34.7
10012024-07-09T03:18:28.061Z Downloaded bstr v1.9.1
10022024-07-09T03:18:28.070Z Downloaded zerocopy-derive v0.6.6
10032024-07-09T03:18:28.078Z Downloaded object v0.30.4
10042024-07-09T03:18:28.087Z Downloaded curve25519-dalek v4.1.3
10052024-07-09T03:18:28.094Z Downloaded finl_unicode v1.2.0
10062024-07-09T03:18:28.106Z Downloaded petgraph v0.6.5
10072024-07-09T03:18:28.121Z Downloaded sqlparser v0.45.0
10082024-07-09T03:18:28.126Z Downloaded webpki-roots v0.25.4
10092024-07-09T03:18:28.129Z Downloaded proptest v1.4.0
10102024-07-09T03:18:28.138Z Downloaded bstr v0.2.17
10112024-07-09T03:18:28.145Z Downloaded trust-dns-proto v0.22.0
10122024-07-09T03:18:28.156Z Downloaded rayon v1.10.0
10132024-07-09T03:18:28.164Z Downloaded lalrpop v0.19.12
10142024-07-09T03:18:28.174Z Downloaded toml_edit v0.19.15
10152024-07-09T03:18:28.190Z Downloaded unicode-segmentation v1.11.0
10162024-07-09T03:18:28.197Z Downloaded headers v0.3.9
10172024-07-09T03:18:28.201Z Downloaded trust-dns-server v0.22.1
10182024-07-09T03:18:28.201Z Downloaded tls_codec v0.4.1
10192024-07-09T03:18:28.201Z Downloaded structmeta-derive v0.3.0
10202024-07-09T03:18:28.204Z Downloaded iana-time-zone v0.1.60
10212024-07-09T03:18:28.205Z Downloaded tokio-tungstenite v0.20.1
10222024-07-09T03:18:28.207Z Downloaded vte v0.11.1
10232024-07-09T03:18:28.207Z Downloaded textwrap v0.16.1
10242024-07-09T03:18:28.210Z Downloaded indicatif v0.17.8
10252024-07-09T03:18:28.214Z Downloaded flume v0.11.0
10262024-07-09T03:18:28.216Z Downloaded md-5 v0.10.6
10272024-07-09T03:18:28.217Z Downloaded tokio-stream v0.1.15
10282024-07-09T03:18:28.220Z Downloaded tungstenite v0.20.1
10292024-07-09T03:18:28.223Z Downloaded snafu v0.8.2
10302024-07-09T03:18:28.228Z Downloaded samael v0.0.15
10312024-07-09T03:18:28.232Z Downloaded structmeta v0.3.0
10322024-07-09T03:18:28.235Z Downloaded structmeta v0.2.0
10332024-07-09T03:18:28.235Z Downloaded strip-ansi-escapes v0.2.0
10342024-07-09T03:18:28.235Z Downloaded num-bigint-dig v0.8.4
10352024-07-09T03:18:28.238Z Downloaded rustc_version v0.4.0
10362024-07-09T03:18:28.241Z Downloaded fatfs v0.3.6
10372024-07-09T03:18:28.244Z Downloaded foreign-types v0.5.0
10382024-07-09T03:18:28.244Z Downloaded ff v0.13.0
10392024-07-09T03:18:28.244Z Downloaded either v1.12.0
10402024-07-09T03:18:28.247Z Downloaded signal-hook v0.3.17
10412024-07-09T03:18:28.250Z Downloaded rand v0.8.5
10422024-07-09T03:18:28.253Z Downloaded embedded-io v0.4.0
10432024-07-09T03:18:28.253Z Downloaded tiny-keccak v2.0.2
10442024-07-09T03:18:28.256Z Downloaded thiserror-no-std v2.0.2
10452024-07-09T03:18:28.259Z Downloaded slog-envlogger v2.2.0
10462024-07-09T03:18:28.259Z Downloaded slog-dtrace v0.3.0
10472024-07-09T03:18:28.259Z Downloaded erased-serde v0.3.31
10482024-07-09T03:18:28.264Z Downloaded spin v0.9.8
10492024-07-09T03:18:28.269Z Downloaded rustls-pemfile v2.1.2
10502024-07-09T03:18:28.269Z Downloaded schemars v0.8.21
10512024-07-09T03:18:28.275Z Downloaded const_format v0.2.32
10522024-07-09T03:18:28.278Z Downloaded base64 v0.22.1
10532024-07-09T03:18:28.281Z Downloaded strum_macros v0.25.3
10542024-07-09T03:18:28.284Z Downloaded same-file v1.0.6
10552024-07-09T03:18:28.287Z Downloaded libloading v0.8.3
10562024-07-09T03:18:28.287Z Downloaded libefi-sys v0.1.0
10572024-07-09T03:18:28.289Z Downloaded rcgen v0.12.1
10582024-07-09T03:18:28.292Z Downloaded postcard v1.0.8
10592024-07-09T03:18:28.296Z Downloaded omicron-zone-package v0.11.0
10602024-07-09T03:18:28.296Z Downloaded crossterm v0.27.0
10612024-07-09T03:18:28.300Z Downloaded snafu-derive v0.8.2
10622024-07-09T03:18:28.303Z Downloaded ron v0.8.1
10632024-07-09T03:18:28.306Z Downloaded tui-tree-widget v0.21.0
10642024-07-09T03:18:28.309Z Downloaded semver v0.1.20
10652024-07-09T03:18:28.309Z Downloaded lazycell v1.3.0
10662024-07-09T03:18:28.309Z Downloaded crossbeam-epoch v0.9.18
10672024-07-09T03:18:28.311Z Downloaded darling_core v0.20.9
10682024-07-09T03:18:28.315Z Downloaded home v0.5.9
10692024-07-09T03:18:28.317Z Downloaded diff v0.1.13
10702024-07-09T03:18:28.321Z Downloaded toml v0.5.11
10712024-07-09T03:18:28.321Z Downloaded oso v0.27.3
10722024-07-09T03:18:28.324Z Downloaded lazy_static v1.5.0
10732024-07-09T03:18:28.327Z Downloaded sct v0.7.1
10742024-07-09T03:18:28.329Z Downloaded env_logger v0.9.3
10752024-07-09T03:18:28.329Z Downloaded siphasher v0.3.11
10762024-07-09T03:18:28.331Z Downloaded linked-hash-map v0.5.6
10772024-07-09T03:18:28.331Z Downloaded flagset v0.4.5
10782024-07-09T03:18:28.334Z Downloaded lalrpop-util v0.19.12
10792024-07-09T03:18:28.334Z Downloaded indoc v1.0.9
10802024-07-09T03:18:28.337Z Downloaded unicode-xid v0.2.4
10812024-07-09T03:18:28.337Z Downloaded unicode-linebreak v0.1.5
10822024-07-09T03:18:28.337Z Downloaded termcolor v1.4.1
10832024-07-09T03:18:28.345Z Downloaded tap v1.0.1
10842024-07-09T03:18:28.345Z Downloaded pkcs8 v0.10.2
10852024-07-09T03:18:28.347Z Downloaded password-hash v0.5.0
10862024-07-09T03:18:28.348Z Downloaded num-rational v0.4.2
10872024-07-09T03:18:28.348Z Downloaded gethostname v0.4.3
10882024-07-09T03:18:28.348Z Downloaded foreign-types-macros v0.2.3
10892024-07-09T03:18:28.348Z Downloaded dyn-clone v1.0.17
10902024-07-09T03:18:28.348Z Downloaded libsw v3.3.1
10912024-07-09T03:18:28.350Z Downloaded unicode-truncate v1.0.0
10922024-07-09T03:18:28.351Z Downloaded cookie v0.17.0
10932024-07-09T03:18:28.354Z Downloaded derive_builder_core v0.20.0
10942024-07-09T03:18:28.354Z Downloaded signature v1.6.4
10952024-07-09T03:18:28.356Z Downloaded console v0.15.8
10962024-07-09T03:18:28.356Z Downloaded pin-project-internal v1.1.5
10972024-07-09T03:18:28.361Z Downloaded num-complex v0.4.6
10982024-07-09T03:18:28.361Z Downloaded nu-ansi-term v0.50.0
10992024-07-09T03:18:28.364Z Downloaded num-iter v0.1.45
11002024-07-09T03:18:28.364Z Downloaded ref-cast-impl v1.0.23
11012024-07-09T03:18:28.364Z Downloaded rand_core v0.6.4
11022024-07-09T03:18:28.364Z Downloaded phf_shared v0.11.2
11032024-07-09T03:18:28.367Z Downloaded backoff v0.4.0
11042024-07-09T03:18:28.367Z Downloaded sqlparser_derive v0.2.2
11052024-07-09T03:18:28.367Z Downloaded untrusted v0.7.1
11062024-07-09T03:18:28.367Z Downloaded rtoolbox v0.0.2
11072024-07-09T03:18:28.370Z Downloaded linear-map v1.2.0
11082024-07-09T03:18:28.370Z Downloaded radium v0.7.0
11092024-07-09T03:18:28.372Z Downloaded defmt-macros v0.3.9
11102024-07-09T03:18:28.373Z Downloaded num_enum v0.5.11
11112024-07-09T03:18:28.376Z Downloaded crc v3.2.1
11122024-07-09T03:18:28.379Z Downloaded thiserror-impl-no-std v2.0.2
11132024-07-09T03:18:28.382Z Downloaded parse-display v0.9.1
11142024-07-09T03:18:28.382Z Downloaded chacha20poly1305 v0.10.1
11152024-07-09T03:18:28.382Z Downloaded block-padding v0.3.3
11162024-07-09T03:18:28.384Z Downloaded colored v2.1.0
11172024-07-09T03:18:28.384Z Downloaded postgres-protocol v0.6.6
11182024-07-09T03:18:28.387Z Downloaded num-traits v0.2.19
11192024-07-09T03:18:28.391Z Downloaded is_ci v1.2.0
11202024-07-09T03:18:28.391Z Downloaded pem v3.0.4
11212024-07-09T03:18:28.391Z Downloaded ciborium-ll v0.2.2
11222024-07-09T03:18:28.391Z Downloaded cexpr v0.6.0
11232024-07-09T03:18:28.394Z Downloaded bitflags v1.3.2
11242024-07-09T03:18:28.396Z Downloaded camino-tempfile v1.1.1
11252024-07-09T03:18:28.396Z Downloaded buf-list v1.0.3
11262024-07-09T03:18:28.399Z Downloaded bit-set v0.5.3
11272024-07-09T03:18:28.399Z Downloaded base16ct v0.2.0
11282024-07-09T03:18:28.402Z Downloaded rand_seeder v0.2.3
11292024-07-09T03:18:28.402Z Downloaded pkcs1 v0.7.5
11302024-07-09T03:18:28.405Z Downloaded crucible-workspace-hack v0.1.0
11312024-07-09T03:18:28.405Z Downloaded number_prefix v0.4.0
11322024-07-09T03:18:28.405Z Downloaded bitstruct_derive v0.1.0
11332024-07-09T03:18:28.405Z Downloaded bitstruct v0.1.1
11342024-07-09T03:18:28.408Z Downloaded bb8 v0.8.5
11352024-07-09T03:18:28.408Z Downloaded allocator-api2 v0.2.18
11362024-07-09T03:18:28.410Z Downloaded defmt v0.3.8
11372024-07-09T03:18:28.415Z Downloaded parse-display-derive v0.9.1
11382024-07-09T03:18:28.415Z Downloaded olpc-cjson v0.1.3
11392024-07-09T03:18:28.415Z Downloaded num_enum_derive v0.5.11
11402024-07-09T03:18:28.418Z Downloaded num v0.4.3
11412024-07-09T03:18:28.418Z Downloaded oso-derive v0.27.3
11422024-07-09T03:18:28.418Z Downloaded num-integer v0.1.46
11432024-07-09T03:18:28.418Z Downloaded newtype-uuid v1.1.0
11442024-07-09T03:18:28.418Z Downloaded derive_builder v0.20.0
11452024-07-09T03:18:28.423Z Downloaded const-oid v0.9.6
11462024-07-09T03:18:28.426Z Downloaded nibble_vec v0.1.0
11472024-07-09T03:18:28.429Z Downloaded nanorand v0.7.0
11482024-07-09T03:18:28.429Z Downloaded addr2line v0.21.0
11492024-07-09T03:18:28.432Z Downloaded cancel-safe-futures v0.1.5
11502024-07-09T03:18:28.435Z Downloaded bitfield-struct v0.6.1
11512024-07-09T03:18:28.435Z Downloaded bcs v0.1.6
11522024-07-09T03:18:28.435Z Downloaded base64ct v1.6.0
11532024-07-09T03:18:28.438Z Downloaded bzip2 v0.4.4
11542024-07-09T03:18:28.441Z Downloaded phf_shared v0.10.0
11552024-07-09T03:18:28.441Z Downloaded opaque-debug v0.3.1
11562024-07-09T03:18:28.441Z Downloaded corncobs v0.1.3
11572024-07-09T03:18:28.441Z Downloaded cobs v0.2.3
11582024-07-09T03:18:28.444Z Downloaded async-stream-impl v0.3.5
11592024-07-09T03:18:28.444Z Downloaded ascii v1.1.0
11602024-07-09T03:18:28.444Z Downloaded arrayvec v0.7.4
11612024-07-09T03:18:28.447Z Downloaded convert_case v0.4.0
11622024-07-09T03:18:28.447Z Downloaded bit-vec v0.6.3
11632024-07-09T03:18:28.450Z Downloaded ascii-canvas v3.0.0
11642024-07-09T03:18:28.450Z Downloaded defmt-parser v0.3.4
11652024-07-09T03:18:28.450Z Downloaded castaway v0.2.2
11662024-07-09T03:18:28.450Z Downloaded atomic-waker v1.1.2
11672024-07-09T03:18:28.455Z Downloaded async-recursion v1.1.1
11682024-07-09T03:18:28.461Z Downloaded aead v0.5.2
11692024-07-09T03:18:28.461Z Downloaded multer v3.1.0
11702024-07-09T03:18:28.461Z Downloaded memoffset v0.9.1
11712024-07-09T03:18:28.561Z Downloaded ring v0.17.8
11722024-07-09T03:18:28.668Z Downloaded ring v0.16.20
11732024-07-09T03:18:28.871Z Compiling proc-macro2 v1.0.86
11742024-07-09T03:18:28.871Z Compiling unicode-ident v1.0.12
11752024-07-09T03:18:28.871Z Compiling libc v0.2.155
11762024-07-09T03:18:28.874Z Compiling serde v1.0.203
11772024-07-09T03:18:28.874Z Compiling autocfg v1.3.0
11782024-07-09T03:18:28.874Z Compiling version_check v0.9.4
11792024-07-09T03:18:28.874Z Compiling cfg-if v1.0.0
11802024-07-09T03:18:29.106Z Compiling cc v1.0.97
11812024-07-09T03:18:29.124Z Compiling parking_lot_core v0.9.10
11822024-07-09T03:18:29.158Z Compiling once_cell v1.19.0
11832024-07-09T03:18:29.512Z Compiling serde_json v1.0.120
11842024-07-09T03:18:29.614Z Compiling libm v0.2.8
11852024-07-09T03:18:29.657Z Compiling ahash v0.8.11
11862024-07-09T03:18:29.686Z Compiling lock_api v0.4.12
11872024-07-09T03:18:29.777Z Compiling byteorder v1.5.0
11882024-07-09T03:18:29.896Z Compiling num-traits v0.2.19
11892024-07-09T03:18:29.930Z Compiling memchr v2.7.2
11902024-07-09T03:18:29.947Z Compiling thiserror v1.0.60
11912024-07-09T03:18:30.229Z Compiling scopeguard v1.2.0
11922024-07-09T03:18:30.286Z Compiling typenum v1.17.0
11932024-07-09T03:18:30.403Z Compiling quote v1.0.36
11942024-07-09T03:18:31.011Z Compiling syn v2.0.68
11952024-07-09T03:18:31.087Z Compiling getrandom v0.2.14
11962024-07-09T03:18:31.303Z Compiling itoa v1.0.11
11972024-07-09T03:18:31.356Z Compiling log v0.4.21
11982024-07-09T03:18:31.451Z Compiling generic-array v0.14.7
11992024-07-09T03:18:31.826Z Compiling allocator-api2 v0.2.18
12002024-07-09T03:18:32.037Z Compiling slab v0.4.9
12012024-07-09T03:18:32.242Z Compiling ryu v1.0.18
12022024-07-09T03:18:32.246Z Compiling ring v0.17.8
12032024-07-09T03:18:32.321Z Compiling pin-project-lite v0.2.14
12042024-07-09T03:18:32.434Z Compiling schemars v0.8.21
12052024-07-09T03:18:32.522Z Compiling semver v1.0.23
12062024-07-09T03:18:32.629Z Compiling smallvec v1.13.2
12072024-07-09T03:18:32.816Z Compiling equivalent v1.0.1
12082024-07-09T03:18:32.951Z Compiling vcpkg v0.2.15
12092024-07-09T03:18:32.981Z Compiling pkg-config v0.3.30
12102024-07-09T03:18:33.265Z Compiling signal-hook-registry v1.4.2
12112024-07-09T03:18:34.001Z Compiling parking_lot v0.12.2
12122024-07-09T03:18:34.414Z Compiling syn v1.0.109
12132024-07-09T03:18:34.700Z Compiling openssl-sys v0.9.102
12142024-07-09T03:18:34.799Z Compiling mio v0.8.11
12152024-07-09T03:18:34.994Z Compiling spin v0.9.8
12162024-07-09T03:18:35.680Z Compiling rand_core v0.6.4
12172024-07-09T03:18:36.086Z Compiling num_cpus v1.16.0
12182024-07-09T03:18:36.144Z Compiling socket2 v0.5.7
12192024-07-09T03:18:36.211Z Compiling num-conv v0.1.0
12202024-07-09T03:18:36.472Z Compiling time-core v0.1.2
12212024-07-09T03:18:36.647Z Compiling time-macros v0.2.18
12222024-07-09T03:18:36.894Z Compiling heck v0.5.0
12232024-07-09T03:18:36.962Z Compiling httparse v1.8.0
12242024-07-09T03:18:37.507Z Compiling futures-core v0.3.30
12252024-07-09T03:18:37.804Z Compiling fnv v1.0.7
12262024-07-09T03:18:37.831Z Compiling openssl v0.10.64
12272024-07-09T03:18:38.229Z Compiling crossbeam-utils v0.8.19
12282024-07-09T03:18:38.373Z Compiling rustix v0.38.34
12292024-07-09T03:18:38.410Z Compiling serde_derive_internals v0.29.1
12302024-07-09T03:18:38.432Z Compiling iana-time-zone v0.1.60
12312024-07-09T03:18:39.057Z Compiling native-tls v0.2.11
12322024-07-09T03:18:39.327Z Compiling tinyvec_macros v0.1.1
12332024-07-09T03:18:39.383Z Compiling rustls v0.21.12
12342024-07-09T03:18:39.418Z Compiling tinyvec v1.6.0
12352024-07-09T03:18:40.082Z Compiling ucd-trie v0.1.6
12362024-07-09T03:18:40.301Z Compiling const-oid v0.9.6
12372024-07-09T03:18:40.576Z Compiling futures-sink v0.3.30
12382024-07-09T03:18:40.584Z Compiling subtle v2.5.0
12392024-07-09T03:18:40.772Z Compiling unicode-normalization v0.1.23
12402024-07-09T03:18:40.862Z Compiling backtrace v0.3.71
12412024-07-09T03:18:40.958Z Compiling cookie v0.17.0
12422024-07-09T03:18:41.201Z Compiling dyn-clone v1.0.17
12432024-07-09T03:18:41.394Z Compiling slog v2.7.0
12442024-07-09T03:18:41.670Z Compiling unicode-bidi v0.3.15
12452024-07-09T03:18:41.808Z Compiling futures-channel v0.3.30
12462024-07-09T03:18:42.131Z Compiling pin-utils v0.1.0
12472024-07-09T03:18:42.241Z Compiling futures-io v0.3.30
12482024-07-09T03:18:42.473Z Compiling futures-task v0.3.30
12492024-07-09T03:18:42.847Z Compiling aho-corasick v1.1.3
12502024-07-09T03:18:43.274Z Compiling winnow v0.5.40
12512024-07-09T03:18:43.302Z Compiling regex-syntax v0.8.3
12522024-07-09T03:18:44.312Z Compiling serde_derive v1.0.203
12532024-07-09T03:18:45.259Z Compiling zerocopy-derive v0.7.34
12542024-07-09T03:18:45.878Z Compiling zeroize_derive v1.4.2
12552024-07-09T03:18:47.131Z Compiling thiserror-impl v1.0.60
12562024-07-09T03:18:47.276Z Compiling zerocopy v0.7.34
12572024-07-09T03:18:47.279Z Compiling tokio-macros v2.3.0
12582024-07-09T03:18:47.331Z Compiling futures-macro v0.3.30
12592024-07-09T03:18:48.573Z Compiling schemars_derive v0.8.21
12602024-07-09T03:18:49.213Z Compiling tracing-attributes v0.1.27
12612024-07-09T03:18:49.265Z Compiling zeroize v1.7.0
12622024-07-09T03:18:49.564Z Compiling hashbrown v0.14.5
12632024-07-09T03:18:50.174Z Compiling openssl-macros v0.1.1
12642024-07-09T03:18:51.008Z Compiling scroll_derive v0.12.0
12652024-07-09T03:18:51.256Z Compiling pest v2.7.10
12662024-07-09T03:18:51.345Z Compiling crypto-common v0.1.6
12672024-07-09T03:18:51.522Z Compiling futures-util v0.3.30
12682024-07-09T03:18:51.576Z Compiling der_derive v0.7.2
12692024-07-09T03:18:52.571Z Compiling anyhow v1.0.86
12702024-07-09T03:18:52.639Z Compiling untrusted v0.9.0
12712024-07-09T03:18:53.067Z Compiling block-buffer v0.10.4
12722024-07-09T03:18:53.293Z Compiling regex-automata v0.4.6
12732024-07-09T03:18:53.908Z Compiling pest_meta v2.7.10
12742024-07-09T03:18:54.042Z Compiling tracing-core v0.1.32
12752024-07-09T03:18:56.456Z Compiling pest_generator v2.7.10
12762024-07-09T03:18:58.250Z Compiling bytes v1.6.0
12772024-07-09T03:18:58.381Z Compiling indexmap v2.2.6
12782024-07-09T03:18:59.430Z Compiling uuid v1.9.1
12792024-07-09T03:18:59.480Z Compiling bitflags v2.5.0
12802024-07-09T03:19:00.043Z Compiling tokio v1.38.0
12812024-07-09T03:19:00.612Z Compiling chrono v0.4.38
12822024-07-09T03:19:00.811Z Compiling serde_tokenstream v0.2.1
12832024-07-09T03:19:01.681Z Compiling toml_datetime v0.6.6
12842024-07-09T03:19:02.129Z Compiling serde_spanned v0.6.6
12852024-07-09T03:19:02.345Z Compiling http v0.2.12
12862024-07-09T03:19:02.898Z Compiling toml_edit v0.19.15
12872024-07-09T03:19:04.870Z Compiling rustc_version v0.4.0
12882024-07-09T03:19:05.529Z Compiling pest_derive v2.7.10
12892024-07-09T03:19:06.315Z Compiling usdt-impl v0.5.0
12902024-07-09T03:19:06.467Z Compiling rustversion v1.0.17
12912024-07-09T03:19:06.628Z Compiling powerfmt v0.2.0
12922024-07-09T03:19:07.131Z Compiling deranged v0.3.11
12932024-07-09T03:19:07.148Z Compiling heapless v0.7.17
12942024-07-09T03:19:07.559Z Compiling tracing v0.1.40
12952024-07-09T03:19:07.701Z Compiling digest v0.10.7
12962024-07-09T03:19:08.136Z Compiling scroll v0.12.0
12972024-07-09T03:19:08.967Z Compiling ppv-lite86 v0.2.17
12982024-07-09T03:19:09.329Z Compiling heck v0.4.1
12992024-07-09T03:19:09.411Z Compiling plain v0.2.3
13002024-07-09T03:19:09.562Z Compiling percent-encoding v2.3.1
13012024-07-09T03:19:09.739Z Compiling num_threads v0.1.7
13022024-07-09T03:19:10.024Z Compiling signal-hook v0.3.17
13032024-07-09T03:19:10.044Z Compiling time v0.3.36
13042024-07-09T03:19:10.057Z Compiling rand_chacha v0.3.1
13052024-07-09T03:19:10.115Z Compiling goblin v0.8.2
13062024-07-09T03:19:11.380Z Compiling regex v1.10.5
13072024-07-09T03:19:12.413Z Compiling pretty-hex v0.4.1
13082024-07-09T03:19:12.614Z Compiling crc32fast v1.4.0
13092024-07-09T03:19:13.218Z Compiling strsim v0.11.1
13102024-07-09T03:19:14.489Z Compiling rand v0.8.5
13112024-07-09T03:19:15.013Z Compiling tokio-util v0.7.11
13122024-07-09T03:19:15.880Z Compiling dof v0.3.0
13132024-07-09T03:19:16.262Z Compiling dtrace-parser v0.2.0
13142024-07-09T03:19:16.654Z Compiling async-trait v0.1.80
13152024-07-09T03:19:16.902Z Compiling thread-id v4.2.1
13162024-07-09T03:19:17.180Z Compiling smoltcp v0.9.1
13172024-07-09T03:19:17.789Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13182024-07-09T03:19:18.152Z Compiling base64ct v1.6.0
13192024-07-09T03:19:18.190Z Compiling unicode-width v0.1.13
13202024-07-09T03:19:18.225Z Compiling foreign-types-shared v0.1.1
13212024-07-09T03:19:18.330Z Compiling foreign-types v0.3.2
13222024-07-09T03:19:18.689Z Compiling pem-rfc7468 v0.7.0
13232024-07-09T03:19:19.911Z Compiling form_urlencoded v1.2.1
13242024-07-09T03:19:20.192Z Compiling hmac v0.12.1
13252024-07-09T03:19:20.547Z Compiling adler v1.0.2
13262024-07-09T03:19:20.621Z Compiling try-lock v0.2.5
13272024-07-09T03:19:20.773Z Compiling base64 v0.21.7
13282024-07-09T03:19:20.838Z Compiling siphasher v0.3.11
13292024-07-09T03:19:20.984Z Compiling flagset v0.4.5
13302024-07-09T03:19:21.184Z Compiling der v0.7.9
13312024-07-09T03:19:21.206Z Compiling want v0.3.1
13322024-07-09T03:19:21.509Z Compiling miniz_oxide v0.7.2
13332024-07-09T03:19:23.444Z Compiling h2 v0.3.26
13342024-07-09T03:19:24.404Z Compiling rustls-webpki v0.101.7
13352024-07-09T03:19:24.695Z Compiling sct v0.7.1
13362024-07-09T03:19:24.712Z Compiling http-body v0.4.6
13372024-07-09T03:19:25.782Z Compiling openapiv3 v2.0.0
13382024-07-09T03:19:26.149Z Compiling hubpack_derive v0.1.1
13392024-07-09T03:19:26.442Z Compiling zerocopy-derive v0.6.6
13402024-07-09T03:19:26.524Z Compiling idna v0.5.0
13412024-07-09T03:19:27.196Z Compiling errno v0.3.9
13422024-07-09T03:19:27.426Z Compiling fs-err v2.11.0
13432024-07-09T03:19:27.540Z Compiling utf8parse v0.2.1
13442024-07-09T03:19:27.691Z Compiling anstyle v1.0.7
13452024-07-09T03:19:27.706Z Compiling tower-service v0.3.2
13462024-07-09T03:19:27.904Z Compiling httpdate v1.0.3
13472024-07-09T03:19:28.381Z Compiling gimli v0.28.1
13482024-07-09T03:19:28.534Z Compiling stable_deref_trait v1.2.0
13492024-07-09T03:19:28.637Z Compiling openssl-probe v0.1.5
13502024-07-09T03:19:28.653Z Compiling finl_unicode v1.2.0
13512024-07-09T03:19:28.925Z Compiling cpufeatures v0.2.12
13522024-07-09T03:19:29.224Z Compiling stringprep v0.1.4
13532024-07-09T03:19:29.242Z Compiling sha2 v0.10.8
13542024-07-09T03:19:30.011Z Compiling anstyle-parse v0.2.4
13552024-07-09T03:19:30.349Z Compiling url v2.5.0
13562024-07-09T03:19:31.338Z Compiling hyper v0.14.28
13572024-07-09T03:19:33.266Z Compiling addr2line v0.21.0
13582024-07-09T03:19:34.113Z Compiling spki v0.7.3
13592024-07-09T03:19:34.869Z Compiling usdt-attr-macro v0.5.0
13602024-07-09T03:19:35.037Z Compiling usdt-macro v0.5.0
13612024-07-09T03:19:36.482Z Compiling md-5 v0.10.6
13622024-07-09T03:19:40.332Z Compiling idna v0.3.0
13632024-07-09T03:19:40.997Z Compiling diesel_table_macro_syntax v0.1.0
13642024-07-09T03:19:41.112Z Compiling num-integer v0.1.46
13652024-07-09T03:19:41.768Z Compiling object v0.32.2
13662024-07-09T03:19:41.785Z Compiling hash32 v0.2.1
13672024-07-09T03:19:41.826Z Compiling psl-types v2.0.11
13682024-07-09T03:19:42.011Z Compiling is_terminal_polyfill v1.70.0
13692024-07-09T03:19:42.140Z Compiling rustc-demangle v0.1.24
13702024-07-09T03:19:42.157Z Compiling anstyle-query v1.0.3
13712024-07-09T03:19:43.929Z Compiling colorchoice v1.0.1
13722024-07-09T03:19:44.963Z Compiling fallible-iterator v0.2.0
13732024-07-09T03:19:45.700Z Compiling postgres-protocol v0.6.6
13742024-07-09T03:19:47.574Z Compiling anstream v0.6.14
13752024-07-09T03:19:49.832Z Compiling publicsuffix v2.2.3
13762024-07-09T03:19:50.501Z Compiling diesel_derives v2.1.4
13772024-07-09T03:19:55.628Z Compiling tokio-rustls v0.24.1
13782024-07-09T03:19:56.919Z Compiling pkcs8 v0.10.2
13792024-07-09T03:19:57.253Z Compiling terminal_size v0.3.0
13802024-07-09T03:19:57.458Z Compiling tokio-native-tls v0.3.1
13812024-07-09T03:19:57.755Z Compiling phf_shared v0.11.2
13822024-07-09T03:19:58.562Z Compiling strum_macros v0.25.3
13832024-07-09T03:19:59.226Z Compiling enum-as-inner v0.5.1
13842024-07-09T03:20:00.313Z Compiling block-padding v0.3.3
13852024-07-09T03:20:00.377Z Compiling regress v0.9.1
13862024-07-09T03:20:00.448Z Compiling serde_repr v0.1.19
13872024-07-09T03:20:00.544Z Compiling clap_derive v4.5.4
13882024-07-09T03:20:02.520Z Compiling ff v0.13.0
13892024-07-09T03:20:02.535Z Compiling lazy_static v1.5.0
13902024-07-09T03:20:02.676Z Compiling scheduled-thread-pool v0.2.7
13912024-07-09T03:20:03.199Z Compiling encoding_rs v0.8.34
13922024-07-09T03:20:04.840Z Compiling base16ct v0.2.0
13932024-07-09T03:20:05.126Z Compiling either v1.12.0
13942024-07-09T03:20:05.190Z Compiling bitflags v1.3.2
13952024-07-09T03:20:05.292Z Compiling mime v0.3.17
13962024-07-09T03:20:05.371Z Compiling managed v0.8.0
13972024-07-09T03:20:05.811Z Compiling bit-vec v0.6.3
13982024-07-09T03:20:06.249Z Compiling ipnet v2.9.0
13992024-07-09T03:20:06.386Z Compiling clap_lex v0.7.0
14002024-07-09T03:20:06.778Z Compiling matches v0.1.10
14012024-07-09T03:20:06.874Z Compiling idna v0.2.3
14022024-07-09T03:20:07.356Z Compiling clap_builder v4.5.2
14032024-07-09T03:20:08.280Z Compiling sec1 v0.7.3
14042024-07-09T03:20:08.849Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14052024-07-09T03:20:10.077Z Compiling r2d2 v0.8.10
14062024-07-09T03:20:10.425Z Compiling group v0.13.0
14072024-07-09T03:20:12.948Z Compiling inout v0.1.3
14082024-07-09T03:20:14.602Z Compiling phf v0.11.2
14092024-07-09T03:20:14.741Z Compiling hyper-tls v0.5.0
14102024-07-09T03:20:14.844Z Compiling signal-hook-mio v0.2.3
14112024-07-09T03:20:14.921Z Compiling hyper-rustls v0.24.2
14122024-07-09T03:20:14.991Z Compiling cookie_store v0.20.0
14132024-07-09T03:20:15.271Z Compiling postgres-types v0.2.6
14142024-07-09T03:20:15.368Z Compiling num-bigint v0.4.5
14152024-07-09T03:20:15.378Z Compiling zerocopy v0.6.6
14162024-07-09T03:20:16.307Z Compiling hubpack v0.1.2
14172024-07-09T03:20:16.364Z Compiling rustls-pemfile v1.0.4
14182024-07-09T03:20:16.713Z Compiling phf_shared v0.10.0
14192024-07-09T03:20:16.756Z Compiling hkdf v0.12.4
14202024-07-09T03:20:16.773Z Compiling serde_urlencoded v0.7.1
14212024-07-09T03:20:16.986Z Compiling crossbeam-epoch v0.9.18
14222024-07-09T03:20:17.393Z Compiling ipnetwork v0.20.0
14232024-07-09T03:20:18.519Z Compiling futures-executor v0.3.30
14242024-07-09T03:20:18.750Z Compiling crypto-bigint v0.5.5
14252024-07-09T03:20:19.014Z Compiling float-cmp v0.9.0
14262024-07-09T03:20:19.111Z Compiling memmap v0.7.0
14272024-07-09T03:20:19.224Z Compiling unicode-segmentation v1.11.0
14282024-07-09T03:20:19.415Z Compiling difflib v0.4.0
14292024-07-09T03:20:20.679Z Compiling normalize-line-endings v0.3.0
14302024-07-09T03:20:20.757Z Compiling minimal-lexical v0.2.1
14312024-07-09T03:20:20.806Z Compiling static_assertions v1.1.0
14322024-07-09T03:20:21.018Z Compiling predicates-core v1.0.6
14332024-07-09T03:20:21.348Z Compiling precomputed-hash v0.1.1
14342024-07-09T03:20:21.458Z Compiling whoami v1.5.1
14352024-07-09T03:20:21.799Z Compiling winnow v0.6.8
14362024-07-09T03:20:21.933Z Compiling data-encoding v2.6.0
14372024-07-09T03:20:22.046Z Compiling webpki-roots v0.25.4
14382024-07-09T03:20:22.202Z Compiling new_debug_unreachable v1.0.6
14392024-07-09T03:20:22.285Z Compiling sync_wrapper v0.1.2
14402024-07-09T03:20:22.300Z Compiling fixedbitset v0.4.2
14412024-07-09T03:20:22.414Z Compiling reqwest v0.11.27
14422024-07-09T03:20:22.701Z Compiling petgraph v0.6.5
14432024-07-09T03:20:22.741Z Compiling trust-dns-proto v0.22.0
14442024-07-09T03:20:23.605Z Compiling string_cache v0.8.7
14452024-07-09T03:20:24.026Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14462024-07-09T03:20:24.042Z Compiling tokio-postgres v0.7.10
14472024-07-09T03:20:25.610Z Compiling toml_edit v0.22.14
14482024-07-09T03:20:26.751Z Compiling elliptic-curve v0.13.8
14492024-07-09T03:20:27.507Z Compiling predicates v3.1.0
14502024-07-09T03:20:27.964Z Compiling nom v7.1.3
14512024-07-09T03:20:28.643Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14522024-07-09T03:20:30.422Z Compiling similar v2.5.0
14532024-07-09T03:20:30.616Z Compiling usdt v0.5.0
14542024-07-09T03:20:31.736Z Compiling futures v0.3.30
14552024-07-09T03:20:31.853Z Compiling yasna v0.5.2
14562024-07-09T03:20:31.898Z Compiling diesel v2.1.6
14572024-07-09T03:20:32.974Z Compiling crossterm v0.27.0
14582024-07-09T03:20:33.271Z Compiling flate2 v1.0.30
14592024-07-09T03:20:33.281Z Compiling cipher v0.4.4
14602024-07-09T03:20:33.651Z Compiling clap v4.5.4
14612024-07-09T03:20:33.765Z Compiling bit-set v0.5.3
14622024-07-09T03:20:34.049Z Compiling itertools v0.12.1
14632024-07-09T03:20:34.139Z Compiling itertools v0.10.5
14642024-07-09T03:20:34.169Z Compiling console v0.15.8
14652024-07-09T03:20:35.368Z Compiling num-iter v0.1.45
14662024-07-09T03:20:35.834Z Compiling tokio-stream v0.1.15
14672024-07-09T03:20:36.292Z Compiling toml v0.7.8
14682024-07-09T03:20:36.400Z Compiling bstr v1.9.1
14692024-07-09T03:20:36.828Z Compiling hex v0.4.3
14702024-07-09T03:20:37.194Z Compiling peg-runtime v0.8.3
14712024-07-09T03:20:37.467Z Compiling lalrpop-util v0.19.12
14722024-07-09T03:20:37.547Z Compiling unicode-xid v0.2.4
14732024-07-09T03:20:37.818Z Compiling camino v1.1.7
14742024-07-09T03:20:37.979Z Compiling proc-macro-crate v1.3.1
14752024-07-09T03:20:39.577Z Compiling heapless v0.8.0
14762024-07-09T03:20:41.815Z Compiling num_enum_derive v0.5.11
14772024-07-09T03:20:47.512Z Compiling hash32 v0.3.1
14782024-07-09T03:20:47.733Z Compiling ident_case v1.0.1
14792024-07-09T03:20:47.768Z Compiling rustls-pki-types v1.7.0
14802024-07-09T03:20:47.916Z Compiling smoltcp v0.11.0
14812024-07-09T03:20:48.548Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14822024-07-09T03:20:54.434Z Compiling darling_core v0.20.9
14832024-07-09T03:21:04.127Z Compiling num_enum v0.5.11
14842024-07-09T03:21:04.743Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14852024-07-09T03:21:05.007Z Compiling getopts v0.2.21
14862024-07-09T03:21:06.108Z Compiling dirs-sys-next v0.1.2
14872024-07-09T03:21:06.585Z Compiling proc-macro-error-attr v1.0.4
14882024-07-09T03:21:06.862Z Compiling paste v1.0.15
14892024-07-09T03:21:07.350Z Compiling rustls v0.22.4
14902024-07-09T03:21:07.845Z Compiling unsafe-libyaml v0.2.11
14912024-07-09T03:21:08.758Z Compiling embedded-io v0.4.0
14922024-07-09T03:21:08.949Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14932024-07-09T03:21:08.992Z Compiling cobs v0.2.3
14942024-07-09T03:21:09.184Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14952024-07-09T03:21:09.417Z Compiling postcard v1.0.8
14962024-07-09T03:21:09.480Z Compiling serde_yaml v0.9.34+deprecated
14972024-07-09T03:21:12.679Z Compiling dirs-next v2.0.0
14982024-07-09T03:21:13.774Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14992024-07-09T03:21:16.388Z Compiling darling_macro v0.20.9
15002024-07-09T03:21:18.075Z Compiling rustls-webpki v0.102.4
15012024-07-09T03:21:24.735Z Compiling strum_macros v0.26.4
15022024-07-09T03:21:26.199Z Compiling structmeta-derive v0.3.0
15032024-07-09T03:21:26.540Z Compiling foreign-types-macros v0.2.3
15042024-07-09T03:21:27.320Z Compiling thread_local v1.1.8
15052024-07-09T03:21:27.737Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15062024-07-09T03:21:28.022Z Compiling multer v3.1.0
15072024-07-09T03:21:28.059Z Compiling proc-macro-error v1.0.4
15082024-07-09T03:21:28.684Z Compiling slog-async v2.8.0
15092024-07-09T03:21:29.283Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15102024-07-09T03:21:29.447Z Compiling foreign-types-shared v0.3.1
15112024-07-09T03:21:30.046Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15122024-07-09T03:21:30.227Z Compiling match_cfg v0.1.0
15132024-07-09T03:21:30.361Z Compiling hostname v0.3.1
15142024-07-09T03:21:34.117Z Compiling strum v0.26.2
15152024-07-09T03:21:34.311Z Compiling foreign-types v0.5.0
15162024-07-09T03:21:34.429Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15172024-07-09T03:21:35.831Z Compiling structmeta v0.3.0
15182024-07-09T03:21:38.591Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15192024-07-09T03:21:41.838Z Compiling darling v0.20.9
15202024-07-09T03:21:50.283Z Compiling term v0.7.0
15212024-07-09T03:21:52.665Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15222024-07-09T03:21:54.744Z Compiling slog-json v2.6.1
15232024-07-09T03:21:54.783Z Compiling tabwriter v1.4.0
15242024-07-09T03:21:55.280Z Compiling crossbeam-channel v0.5.12
15252024-07-09T03:21:56.005Z Compiling http v1.1.0
15262024-07-09T03:21:56.616Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15272024-07-09T03:21:56.824Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15282024-07-09T03:21:56.943Z Compiling async-stream-impl v0.3.5
15292024-07-09T03:21:57.412Z Compiling cstr-argument v0.1.2
15302024-07-09T03:21:57.665Z Compiling is-terminal v0.4.12
15312024-07-09T03:21:57.686Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
15322024-07-09T03:21:57.798Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15332024-07-09T03:21:57.904Z Compiling atomic-waker v1.1.2
15342024-07-09T03:21:58.060Z Compiling base64 v0.22.1
15352024-07-09T03:21:58.080Z Compiling rayon-core v1.12.1
15362024-07-09T03:21:58.215Z Compiling crucible-workspace-hack v0.1.0
15372024-07-09T03:21:58.344Z Compiling fastrand v2.1.0
15382024-07-09T03:21:58.474Z Compiling take_mut v0.2.2
15392024-07-09T03:21:58.632Z Compiling pretty-hex v0.2.1
15402024-07-09T03:21:59.006Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15412024-07-09T03:21:59.021Z Compiling tempfile v3.10.1
15422024-07-09T03:21:59.255Z Compiling rustls-pemfile v2.1.2
15432024-07-09T03:21:59.439Z Compiling async-stream v0.3.5
15442024-07-09T03:21:59.797Z Compiling waitgroup v0.1.2
15452024-07-09T03:22:00.048Z Compiling slog-term v2.9.1
15462024-07-09T03:22:00.814Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15472024-07-09T03:22:01.179Z Compiling slog-bunyan v2.5.0
15482024-07-09T03:22:01.465Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15492024-07-09T03:22:01.806Z Compiling tokio-rustls v0.25.0
15502024-07-09T03:22:02.271Z Compiling serde_with_macros v3.8.1
15512024-07-09T03:22:02.293Z Compiling parse-display-derive v0.9.1
15522024-07-09T03:22:02.363Z Compiling toml v0.8.14
15532024-07-09T03:22:02.865Z Compiling sha1 v0.10.6
15542024-07-09T03:22:02.887Z Compiling colored v2.1.0
15552024-07-09T03:22:03.668Z Compiling crossbeam-deque v0.8.5
15562024-07-09T03:22:04.056Z Compiling newtype-uuid v1.1.0
15572024-07-09T03:22:04.169Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
15582024-07-09T03:22:04.403Z Compiling serde_path_to_error v0.1.16
15592024-07-09T03:22:05.029Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15602024-07-09T03:22:05.404Z Compiling hostname v0.4.0
15612024-07-09T03:22:05.678Z Compiling socket2 v0.4.10
15622024-07-09T03:22:05.758Z Compiling instant v0.1.12
15632024-07-09T03:22:05.934Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15642024-07-09T03:22:06.318Z Compiling debug-ignore v1.0.5
15652024-07-09T03:22:06.460Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15662024-07-09T03:22:06.496Z Compiling parse-display v0.9.1
15672024-07-09T03:22:08.375Z Compiling backoff v0.4.0
15682024-07-09T03:22:08.736Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15692024-07-09T03:22:08.949Z Compiling serde_with v3.8.1
15702024-07-09T03:22:09.470Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15712024-07-09T03:22:09.968Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15722024-07-09T03:22:10.918Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15732024-07-09T03:22:11.384Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
15742024-07-09T03:22:11.616Z Compiling camino-tempfile v1.1.1
15752024-07-09T03:22:12.505Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15762024-07-09T03:22:12.983Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15772024-07-09T03:22:13.165Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15782024-07-09T03:22:13.268Z Compiling macaddr v1.0.1
15792024-07-09T03:22:13.527Z Compiling num-derive v0.4.2
15802024-07-09T03:22:13.917Z Compiling sigpipe v0.1.3
15812024-07-09T03:22:14.054Z Compiling libefi-sys v0.1.0
15822024-07-09T03:22:14.366Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15832024-07-09T03:22:14.917Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15842024-07-09T03:22:15.827Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
15852024-07-09T03:22:16.064Z Compiling rayon v1.10.0
15862024-07-09T03:22:17.063Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15872024-07-09T03:22:17.454Z Compiling smf v0.2.3
15882024-07-09T03:22:18.265Z Compiling bitfield-struct v0.6.1
15892024-07-09T03:22:18.916Z Compiling ring v0.16.20
15902024-07-09T03:22:19.615Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15912024-07-09T03:22:19.911Z Compiling blake3 v1.5.1
15922024-07-09T03:22:19.963Z Compiling portable-atomic v1.6.0
15932024-07-09T03:22:20.832Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
15942024-07-09T03:22:21.089Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15952024-07-09T03:22:21.301Z Compiling xattr v1.3.1
15962024-07-09T03:22:21.608Z Compiling filetime v0.2.23
15972024-07-09T03:22:21.622Z Compiling memmap2 v0.9.4
15982024-07-09T03:22:21.944Z Compiling untrusted v0.7.1
15992024-07-09T03:22:21.990Z Compiling constant_time_eq v0.3.0
16002024-07-09T03:22:22.133Z Compiling arrayvec v0.7.4
16012024-07-09T03:22:22.152Z Compiling same-file v1.0.6
16022024-07-09T03:22:22.167Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16032024-07-09T03:22:22.225Z Compiling arrayref v0.3.7
16042024-07-09T03:22:22.281Z Compiling spin v0.5.2
16052024-07-09T03:22:22.322Z Compiling walkdir v2.5.0
16062024-07-09T03:22:22.406Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16072024-07-09T03:22:22.516Z Compiling tar v0.4.40
16082024-07-09T03:22:24.155Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16092024-07-09T03:22:25.122Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16102024-07-09T03:22:25.217Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16112024-07-09T03:22:27.542Z Compiling cargo-platform v0.1.8
16122024-07-09T03:22:27.657Z Compiling gethostname v0.4.3
16132024-07-09T03:22:27.908Z Compiling number_prefix v0.4.0
16142024-07-09T03:22:27.928Z Compiling topological-sort v0.2.2
16152024-07-09T03:22:28.151Z Compiling indicatif v0.17.8
16162024-07-09T03:22:28.187Z Compiling cargo_metadata v0.18.1
16172024-07-09T03:22:28.649Z Compiling omicron-zone-package v0.11.0
16182024-07-09T03:22:36.737Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16192024-07-09T03:22:40.834Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16202024-07-09T03:22:41.427Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16212024-07-09T03:22:42.912Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16222024-07-09T03:23:00.068Z Finished `release` profile [optimized] target(s) in 4m 33s
16232024-07-09T03:23:00.183Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16242024-07-09T03:23:00.224ZLogging to: /work/oxidecomputer/omicron/out/LOG
16252024-07-09T03:23:00.227ZCreated new build target 'test' and set it as active
16262024-07-09T03:23:00.227Z
16272024-07-09T03:23:00.227Zreal 4:33.860754869
16282024-07-09T03:23:00.227Zuser 30:49.722205923
16292024-07-09T03:23:00.227Zsys 3:58.149944428
16302024-07-09T03:23:00.227Ztrap 0.926934289
16312024-07-09T03:23:00.227Ztflt 2.748788295
16322024-07-09T03:23:00.227Zdflt 1.368907228
16332024-07-09T03:23:00.227Zkflt 0.012650961
16342024-07-09T03:23:00.227Zlock 1:04:33.240727928
16352024-07-09T03:23:00.227Zslp 1:26:11.308840547
16362024-07-09T03:23:00.227Zlat 2:00.125677929
16372024-07-09T03:23:00.227Zstop 3:00.729332460
16382024-07-09T03:23:00.227Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16392024-07-09T03:23:01.106Z Finished `release` profile [optimized] target(s) in 0.83s
16402024-07-09T03:23:01.148Z Running `target/release/omicron-package -t test package`
16412024-07-09T03:23:01.189ZLogging to: /work/oxidecomputer/omicron/out/LOG
16422024-07-09T03:23:02.219Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16432024-07-09T03:23:02.317Z Compiling humantime v2.1.0
16442024-07-09T03:23:02.320Z Compiling newline-converter v0.3.0
16452024-07-09T03:23:02.320Z Compiling derive-where v1.2.7
16462024-07-09T03:23:02.320Z Compiling dirs-sys-next v0.1.2
16472024-07-09T03:23:02.330Z Compiling convert_case v0.4.0
16482024-07-09T03:23:02.333Z Compiling prettyplease v0.2.20
16492024-07-09T03:23:02.333Z Compiling camino v1.1.7
16502024-07-09T03:23:02.527Z Compiling expectorate v1.1.0
16512024-07-09T03:23:02.567Z Compiling dirs-next v2.0.0
16522024-07-09T03:23:02.612Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16532024-07-09T03:23:02.733Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16542024-07-09T03:23:02.762Z Compiling term v0.7.0
16552024-07-09T03:23:02.863Z Compiling password-hash v0.5.0
16562024-07-09T03:23:03.119Z Compiling blake2 v0.10.6
16572024-07-09T03:23:03.172Z Compiling derive_more v0.99.18
16582024-07-09T03:23:03.259Z Compiling is-terminal v0.4.12
16592024-07-09T03:23:03.384Z Compiling toml v0.8.14
16602024-07-09T03:23:04.064Z Compiling argon2 v0.5.3
16612024-07-09T03:23:04.331Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16622024-07-09T03:23:04.756Z Compiling semver v0.1.20
16632024-07-09T03:23:04.986Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16642024-07-09T03:23:05.157Z Compiling rustc_version v0.1.7
16652024-07-09T03:23:05.334Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16662024-07-09T03:23:05.558Z Compiling linked-hash-map v0.5.6
16672024-07-09T03:23:05.580Z Compiling newtype_derive v0.1.6
16682024-07-09T03:23:05.594Z Compiling rustls-pki-types v1.7.0
16692024-07-09T03:23:05.949Z Compiling lru-cache v0.1.2
16702024-07-09T03:23:06.083Z Compiling rustls-webpki v0.102.4
16712024-07-09T03:23:06.160Z Compiling rustls v0.22.4
16722024-07-09T03:23:06.186Z Compiling thread_local v1.1.8
16732024-07-09T03:23:06.359Z Compiling home v0.5.9
16742024-07-09T03:23:06.586Z Compiling match_cfg v0.1.0
16752024-07-09T03:23:06.604Z Compiling steno v0.4.1
16762024-07-09T03:23:06.677Z Compiling hostname v0.3.1
16772024-07-09T03:23:06.692Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16782024-07-09T03:23:07.930Z Compiling multer v3.1.0
16792024-07-09T03:23:08.000Z Compiling slog-async v2.8.0
16802024-07-09T03:23:08.069Z Compiling slog-json v2.6.1
16812024-07-09T03:23:08.269Z Compiling crossbeam-channel v0.5.12
16822024-07-09T03:23:08.440Z Compiling http v1.1.0
16832024-07-09T03:23:09.252Z Compiling slog-dtrace v0.3.0
16842024-07-09T03:23:09.273Z Compiling take_mut v0.2.2
16852024-07-09T03:23:09.429Z Compiling base64 v0.22.1
16862024-07-09T03:23:09.547Z Compiling termcolor v1.4.1
16872024-07-09T03:23:10.154Z Compiling atomic-waker v1.1.2
16882024-07-09T03:23:10.314Z Compiling waitgroup v0.1.2
16892024-07-09T03:23:10.630Z Compiling rustls-pemfile v2.1.2
16902024-07-09T03:23:10.821Z Compiling slog-bunyan v2.5.0
16912024-07-09T03:23:11.672Z Compiling slog-term v2.9.1
16922024-07-09T03:23:11.707Z Compiling tokio-rustls v0.25.0
16932024-07-09T03:23:11.707Z Compiling async-stream v0.3.5
16942024-07-09T03:23:11.707Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
16952024-07-09T03:23:11.707Z Compiling sha1 v0.10.6
16962024-07-09T03:23:11.805Z Compiling newtype-uuid v1.1.0
16972024-07-09T03:23:11.921Z Compiling serde_path_to_error v0.1.16
16982024-07-09T03:23:12.004Z Compiling hostname v0.4.0
16992024-07-09T03:23:12.099Z Compiling instant v0.1.12
17002024-07-09T03:23:12.116Z Compiling debug-ignore v1.0.5
17012024-07-09T03:23:12.211Z Compiling backoff v0.4.0
17022024-07-09T03:23:12.244Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17032024-07-09T03:23:12.538Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
17042024-07-09T03:23:12.553Z Compiling parse-display v0.9.1
17052024-07-09T03:23:13.126Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17062024-07-09T03:23:13.304Z Compiling serde_with v3.8.1
17072024-07-09T03:23:13.822Z Compiling strum v0.26.2
17082024-07-09T03:23:14.001Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17092024-07-09T03:23:15.087Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17102024-07-09T03:23:15.779Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17112024-07-09T03:23:15.947Z Compiling num-rational v0.4.2
17122024-07-09T03:23:16.089Z Compiling num-complex v0.4.6
17132024-07-09T03:23:17.054Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17142024-07-09T03:23:17.126Z Compiling macaddr v1.0.1
17152024-07-09T03:23:17.414Z Compiling quick-error v1.2.3
17162024-07-09T03:23:17.546Z Compiling resolv-conf v0.7.0
17172024-07-09T03:23:17.560Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17182024-07-09T03:23:17.563Z Compiling num v0.4.3
17192024-07-09T03:23:19.837Z Compiling radium v0.7.0
17202024-07-09T03:23:20.194Z Compiling swrite v0.1.0
17212024-07-09T03:23:20.259Z Compiling utf-8 v0.7.6
17222024-07-09T03:23:20.321Z Compiling float-ord v0.3.2
17232024-07-09T03:23:20.473Z Compiling trust-dns-resolver v0.22.0
17242024-07-09T03:23:20.572Z Compiling tap v1.0.1
17252024-07-09T03:23:20.758Z Compiling maybe-uninit v2.0.0
17262024-07-09T03:23:20.783Z Compiling wyz v0.5.1
17272024-07-09T03:23:21.299Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17282024-07-09T03:23:21.805Z Compiling bzip2-sys v0.1.11+1.0.8
17292024-07-09T03:23:22.230Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17302024-07-09T03:23:27.330Z Compiling display-error-chain v0.2.0
17312024-07-09T03:23:27.515Z Compiling funty v2.0.0
17322024-07-09T03:23:30.148Z Compiling num-bigint-dig v0.8.4
17332024-07-09T03:23:30.411Z Compiling crc-catalog v2.4.0
17342024-07-09T03:23:30.571Z Compiling packed_struct v0.10.1
17352024-07-09T03:23:31.032Z Compiling crc v3.2.1
17362024-07-09T03:23:32.837Z Compiling bitvec v1.0.1
17372024-07-09T03:23:37.522Z Compiling packed_struct_codegen v0.10.1
17382024-07-09T03:23:38.210Z Compiling indexmap v1.9.3
17392024-07-09T03:23:38.500Z Compiling glob v0.3.1
17402024-07-09T03:23:39.316Z Compiling crunchy v0.2.2
17412024-07-09T03:23:39.747Z Compiling nodrop v0.1.14
17422024-07-09T03:23:39.868Z Compiling array-init v0.0.4
17432024-07-09T03:23:40.496Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17442024-07-09T03:23:41.153Z Compiling clang-sys v1.7.0
17452024-07-09T03:23:42.180Z Compiling smallvec v0.6.14
17462024-07-09T03:23:42.518Z Compiling pkcs1 v0.7.5
17472024-07-09T03:23:44.309Z Compiling signature v2.2.0
17482024-07-09T03:23:44.353Z Compiling nibble_vec v0.1.0
17492024-07-09T03:23:44.353Z Compiling endian-type v0.1.2
17502024-07-09T03:23:44.362Z Compiling bitfield v0.14.0
17512024-07-09T03:23:44.469Z Compiling hashbrown v0.12.3
17522024-07-09T03:23:44.587Z Compiling cancel-safe-futures v0.1.5
17532024-07-09T03:23:44.917Z Compiling tiny-keccak v2.0.2
17542024-07-09T03:23:45.054Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17552024-07-09T03:23:45.179Z Compiling maplit v1.0.2
17562024-07-09T03:23:45.357Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17572024-07-09T03:23:45.476Z Compiling rsa v0.9.6
17582024-07-09T03:23:46.506Z Compiling radix_trie v0.2.1
17592024-07-09T03:23:46.959Z Compiling serde-hex v0.1.0
17602024-07-09T03:23:47.429Z Compiling bzip2 v0.4.4
17612024-07-09T03:23:48.074Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17622024-07-09T03:23:48.392Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17632024-07-09T03:23:49.785Z Compiling env_logger v0.10.2
17642024-07-09T03:23:51.027Z Compiling x509-cert v0.2.5
17652024-07-09T03:23:51.960Z Compiling ron v0.8.1
17662024-07-09T03:23:52.142Z Compiling hashbrown v0.13.2
17672024-07-09T03:23:53.002Z Compiling crc-any v2.5.0
17682024-07-09T03:23:53.565Z Compiling object v0.30.4
17692024-07-09T03:23:53.968Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17702024-07-09T03:23:56.137Z Compiling zip v0.6.6
17712024-07-09T03:23:58.245Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17722024-07-09T03:23:59.620Z Compiling rayon-core v1.12.1
17732024-07-09T03:23:59.644Z Compiling ascii-canvas v3.0.0
17742024-07-09T03:24:00.178Z Compiling crossbeam-deque v0.8.5
17752024-07-09T03:24:00.504Z Compiling ena v0.14.3
17762024-07-09T03:24:00.922Z Compiling half v2.4.1
17772024-07-09T03:24:01.644Z Compiling libloading v0.8.3
17782024-07-09T03:24:02.048Z Compiling path-slash v0.1.5
17792024-07-09T03:24:02.281Z Compiling same-file v1.0.6
17802024-07-09T03:24:02.513Z Compiling bindgen v0.69.4
17812024-07-09T03:24:02.945Z Compiling regex-syntax v0.6.29
17822024-07-09T03:24:03.314Z Compiling fastrand v2.1.0
17832024-07-09T03:24:03.429Z Compiling ciborium-io v0.2.2
17842024-07-09T03:24:03.558Z Compiling arc-swap v1.7.1
17852024-07-09T03:24:03.835Z Compiling diff v0.1.13
17862024-07-09T03:24:04.262Z Compiling slog-scope v4.4.0
17872024-07-09T03:24:04.445Z Compiling tempfile v3.10.1
17882024-07-09T03:24:05.136Z Compiling ciborium-ll v0.2.2
17892024-07-09T03:24:05.253Z Compiling walkdir v2.5.0
17902024-07-09T03:24:05.624Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17912024-07-09T03:24:06.759Z Compiling lalrpop v0.19.12
17922024-07-09T03:24:09.346Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17932024-07-09T03:24:10.000Z Compiling which v4.4.2
17942024-07-09T03:24:10.488Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17952024-07-09T03:24:10.562Z Compiling cexpr v0.6.0
17962024-07-09T03:24:10.708Z Compiling fxhash v0.2.1
17972024-07-09T03:24:10.918Z Compiling ref-cast v1.0.23
17982024-07-09T03:24:11.393Z Compiling lazycell v1.3.0
17992024-07-09T03:24:11.571Z Compiling shlex v1.3.0
18002024-07-09T03:24:11.948Z Compiling rustc-hash v1.1.0
18012024-07-09T03:24:12.316Z Compiling blake3 v1.5.1
18022024-07-09T03:24:12.701Z Compiling ring v0.16.20
18032024-07-09T03:24:15.443Z Compiling rayon v1.10.0
18042024-07-09T03:24:15.941Z Compiling ciborium v0.2.2
18052024-07-09T03:24:17.157Z Compiling slog-stdlog v4.1.1
18062024-07-09T03:24:18.046Z Compiling tungstenite v0.21.0
18072024-07-09T03:24:18.182Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18082024-07-09T03:24:18.452Z Compiling derive_builder_core v0.20.0
18092024-07-09T03:24:20.155Z Compiling headers-core v0.2.0
18102024-07-09T03:24:20.322Z Compiling xattr v1.3.1
18112024-07-09T03:24:20.588Z Compiling libxml v0.3.3
18122024-07-09T03:24:20.626Z Compiling ref-cast-impl v1.0.23
18132024-07-09T03:24:20.941Z Compiling atty v0.2.14
18142024-07-09T03:24:21.096Z Compiling filetime v0.2.23
18152024-07-09T03:24:21.411Z Compiling memmap2 v0.9.4
18162024-07-09T03:24:21.467Z Compiling arrayref v0.3.7
18172024-07-09T03:24:21.566Z Compiling untrusted v0.7.1
18182024-07-09T03:24:21.762Z Compiling constant_time_eq v0.3.0
18192024-07-09T03:24:21.802Z Compiling arrayvec v0.7.4
18202024-07-09T03:24:21.805Z Compiling spin v0.5.2
18212024-07-09T03:24:22.059Z Compiling tar v0.4.40
18222024-07-09T03:24:23.384Z Compiling derive_builder_macro v0.20.0
18232024-07-09T03:24:23.580Z Compiling headers v0.3.9
18242024-07-09T03:24:23.938Z Compiling tokio-tungstenite v0.21.0
18252024-07-09T03:24:24.226Z Compiling slog-envlogger v2.2.0
18262024-07-09T03:24:24.536Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18272024-07-09T03:24:25.401Z Compiling toolchain_find v0.4.0
18282024-07-09T03:24:25.966Z Compiling camino-tempfile v1.1.1
18292024-07-09T03:24:26.395Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18302024-07-09T03:24:26.451Z Compiling samael v0.0.15
18312024-07-09T03:24:26.666Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18322024-07-09T03:24:26.747Z Compiling pem v3.0.4
18332024-07-09T03:24:27.156Z Compiling libsw v3.3.1
18342024-07-09T03:24:27.407Z Compiling strum_macros v0.24.3
18352024-07-09T03:24:27.489Z Compiling async-recursion v1.1.1
18362024-07-09T03:24:27.790Z Compiling cookie v0.18.1
18372024-07-09T03:24:28.068Z Compiling topological-sort v0.2.2
18382024-07-09T03:24:28.085Z Compiling linear-map v1.2.0
18392024-07-09T03:24:28.290Z Compiling owo-colors v4.0.0
18402024-07-09T03:24:28.346Z Compiling indoc v1.0.9
18412024-07-09T03:24:28.505Z Compiling omicron-zone-package v0.11.0
18422024-07-09T03:24:29.393Z Compiling rustfmt-wrapper v0.2.1
18432024-07-09T03:24:29.855Z Compiling derive_builder v0.20.0
18442024-07-09T03:24:30.788Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18452024-07-09T03:24:31.111Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18462024-07-09T03:24:31.783Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18472024-07-09T03:24:32.040Z Compiling quick-xml v0.31.0
18482024-07-09T03:24:33.050Z Compiling impl-trait-for-tuples v0.2.2
18492024-07-09T03:24:34.144Z Compiling oso-derive v0.27.3
18502024-07-09T03:24:34.161Z Compiling polar-core v0.27.3
18512024-07-09T03:24:35.135Z Compiling vte_generate_state_changes v0.1.1
18522024-07-09T03:24:35.184Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18532024-07-09T03:24:35.482Z Compiling unicase v2.7.0
18542024-07-09T03:24:35.743Z Compiling buf-list v1.0.3
18552024-07-09T03:24:35.780Z Compiling cfg_aliases v0.1.1
18562024-07-09T03:24:35.892Z Compiling nix v0.28.0
18572024-07-09T03:24:36.361Z Compiling vte v0.11.1
18582024-07-09T03:24:36.760Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18592024-07-09T03:24:38.184Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18602024-07-09T03:24:39.714Z Compiling tungstenite v0.20.1
18612024-07-09T03:24:40.348Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18622024-07-09T03:24:40.625Z Compiling fd-lock v4.0.2
18632024-07-09T03:24:40.854Z Compiling bb8 v0.8.5
18642024-07-09T03:24:41.439Z Compiling const_format_proc_macros v0.2.32
18652024-07-09T03:24:42.435Z Compiling pin-project-internal v1.1.5
18662024-07-09T03:24:43.408Z Compiling memoffset v0.9.1
18672024-07-09T03:24:43.703Z Compiling bytecount v0.6.8
18682024-07-09T03:24:43.997Z Compiling parking_lot_core v0.8.6
18692024-07-09T03:24:44.436Z Compiling papergrid v0.11.0
18702024-07-09T03:24:45.162Z Compiling const_format v0.2.32
18712024-07-09T03:24:45.264Z Compiling pin-project v1.1.5
18722024-07-09T03:24:45.393Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18732024-07-09T03:24:46.097Z Compiling tokio-tungstenite v0.20.1
18742024-07-09T03:24:46.410Z Compiling strip-ansi-escapes v0.2.0
18752024-07-09T03:24:47.149Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18762024-07-09T03:24:48.033Z Compiling tabled_derive v0.7.0
18772024-07-09T03:24:49.397Z Compiling snafu-derive v0.8.2
18782024-07-09T03:24:50.239Z Compiling nu-ansi-term v0.50.0
18792024-07-09T03:24:51.590Z Compiling reedline v0.31.0
18802024-07-09T03:24:53.134Z Compiling tabled v0.15.0
18812024-07-09T03:24:54.466Z Compiling snafu v0.8.2
18822024-07-09T03:25:02.996Z Compiling oso v0.27.3
18832024-07-09T03:25:15.313Z Compiling env_logger v0.9.3
18842024-07-09T03:25:15.659Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18852024-07-09T03:25:19.798Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18862024-07-09T03:25:20.316Z Compiling globset v0.4.14
18872024-07-09T03:25:21.323Z Compiling olpc-cjson v0.1.3
18882024-07-09T03:25:21.674Z Compiling peg-macros v0.8.3
18892024-07-09T03:25:23.037Z Compiling bitstruct_derive v0.1.0
18902024-07-09T03:25:24.212Z Compiling serde_plain v1.0.2
18912024-07-09T03:25:24.327Z Compiling sqlparser_derive v0.2.2
18922024-07-09T03:25:24.736Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18932024-07-09T03:25:24.870Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
18942024-07-09T03:25:25.064Z Compiling ascii v1.1.0
18952024-07-09T03:25:25.168Z Compiling signature v1.6.4
18962024-07-09T03:25:25.339Z Compiling unicode_categories v0.1.1
18972024-07-09T03:25:25.523Z Compiling salty v0.2.0
18982024-07-09T03:25:25.716Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
18992024-07-09T03:25:25.790Z Compiling typed-path v0.7.1
19002024-07-09T03:25:25.873Z Compiling sqlformat v0.2.3
19012024-07-09T03:25:25.966Z Compiling rustyline v14.0.0
19022024-07-09T03:25:26.049Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19032024-07-09T03:25:28.151Z Compiling tough v0.17.1
19042024-07-09T03:25:28.544Z Compiling sqlparser v0.45.0
19052024-07-09T03:25:32.402Z Compiling ed25519 v1.5.3
19062024-07-09T03:25:32.653Z Compiling peg v0.8.3
19072024-07-09T03:25:32.732Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19082024-07-09T03:25:32.774Z Compiling bitstruct v0.1.1
19092024-07-09T03:25:32.904Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19102024-07-09T03:25:33.383Z Compiling parking_lot v0.11.2
19112024-07-09T03:25:33.479Z Compiling nix v0.27.1
19122024-07-09T03:25:35.489Z Compiling trust-dns-client v0.22.0
19132024-07-09T03:25:36.568Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19142024-07-09T03:25:36.892Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19152024-07-09T03:25:37.155Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19162024-07-09T03:25:38.112Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19172024-07-09T03:25:38.376Z Compiling curve25519-dalek v4.1.3
19182024-07-09T03:25:38.790Z Compiling bcs v0.1.6
19192024-07-09T03:25:39.701Z Compiling kstat-rs v0.2.4
19202024-07-09T03:25:40.329Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19212024-07-09T03:25:40.674Z Compiling serde_arrays v0.1.0
19222024-07-09T03:25:40.877Z Compiling toml v0.5.11
19232024-07-09T03:25:41.196Z Compiling erased-serde v0.3.31
19242024-07-09T03:25:42.092Z Compiling serde-big-array v0.5.1
19252024-07-09T03:25:42.345Z Compiling keccak v0.1.5
19262024-07-09T03:25:42.902Z Compiling highway v1.1.0
19272024-07-09T03:25:43.335Z Compiling parse-size v1.0.0
19282024-07-09T03:25:43.631Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19292024-07-09T03:25:44.242Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19302024-07-09T03:25:50.240Z Compiling trust-dns-server v0.22.1
19312024-07-09T03:26:08.238Z Compiling sha3 v0.10.8
19322024-07-09T03:26:09.104Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19332024-07-09T03:26:14.539Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19342024-07-09T03:26:15.060Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19352024-07-09T03:26:18.268Z Compiling sled v0.34.7
19362024-07-09T03:26:29.195Z Compiling mime_guess v2.0.4
19372024-07-09T03:26:31.395Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19382024-07-09T03:26:32.166Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19392024-07-09T03:26:33.008Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
19402024-07-09T03:26:34.521Z Compiling signal-hook-tokio v0.3.1
19412024-07-09T03:26:34.725Z Compiling universal-hash v0.5.1
19422024-07-09T03:26:34.977Z Compiling heck v0.3.3
19432024-07-09T03:26:35.375Z Compiling secrecy v0.8.0
19442024-07-09T03:26:35.671Z Compiling rand_seeder v0.2.3
19452024-07-09T03:26:36.080Z Compiling castaway v0.2.2
19462024-07-09T03:26:36.275Z Compiling thiserror-impl-no-std v2.0.2
19472024-07-09T03:26:39.076Z Compiling serde-big-array v0.4.1
19482024-07-09T03:26:39.280Z Compiling curve25519-dalek-derive v0.1.1
19492024-07-09T03:26:40.737Z Compiling nanorand v0.7.0
19502024-07-09T03:26:41.553Z Compiling opaque-debug v0.3.1
19512024-07-09T03:26:41.667Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19522024-07-09T03:26:41.975Z Compiling poly1305 v0.8.0
19532024-07-09T03:26:43.479Z Compiling flume v0.11.0
19542024-07-09T03:26:48.799Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19552024-07-09T03:26:50.204Z Compiling thiserror-no-std v2.0.2
19562024-07-09T03:26:50.342Z Compiling compact_str v0.7.1
19572024-07-09T03:26:51.038Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19582024-07-09T03:26:51.251Z Compiling zone_cfg_derive v0.1.2
19592024-07-09T03:26:51.874Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19602024-07-09T03:26:52.558Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19612024-07-09T03:26:53.043Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19622024-07-09T03:26:53.222Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19632024-07-09T03:26:53.864Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19642024-07-09T03:27:00.218Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19652024-07-09T03:27:02.373Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19662024-07-09T03:27:13.069Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19672024-07-09T03:27:13.350Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19682024-07-09T03:27:13.633Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19692024-07-09T03:27:13.916Z Compiling chacha20 v0.9.1
19702024-07-09T03:27:14.398Z Compiling unicode-truncate v1.0.0
19712024-07-09T03:27:14.677Z Compiling itertools v0.13.0
19722024-07-09T03:27:14.865Z Compiling aead v0.5.2
19732024-07-09T03:27:15.219Z Compiling lru v0.12.3
19742024-07-09T03:27:15.596Z Compiling stability v0.2.0
19752024-07-09T03:27:16.602Z Compiling corncobs v0.1.3
19762024-07-09T03:27:16.974Z Compiling base64 v0.13.1
19772024-07-09T03:27:17.732Z Compiling cassowary v0.3.0
19782024-07-09T03:27:18.544Z Compiling ratatui v0.27.0
19792024-07-09T03:27:18.852Z Compiling ron v0.7.1
19802024-07-09T03:27:21.612Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19812024-07-09T03:27:22.345Z Compiling chacha20poly1305 v0.10.1
19822024-07-09T03:27:22.674Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19832024-07-09T03:27:23.084Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19842024-07-09T03:27:24.228Z Compiling zone v0.1.8
19852024-07-09T03:27:25.436Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19862024-07-09T03:27:27.516Z Compiling vsss-rs v3.3.4
19872024-07-09T03:27:32.008Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19882024-07-09T03:27:34.978Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19892024-07-09T03:27:35.263Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19902024-07-09T03:27:36.015Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19912024-07-09T03:27:36.528Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19922024-07-09T03:27:36.810Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19932024-07-09T03:27:37.196Z Compiling portpicker v0.1.1
19942024-07-09T03:27:37.703Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19952024-07-09T03:27:38.423Z Compiling csv-core v0.1.11
19962024-07-09T03:27:39.968Z Compiling http-range v0.1.5
19972024-07-09T03:27:40.550Z Compiling smawk v0.3.2
19982024-07-09T03:27:40.851Z Compiling unicode-linebreak v0.1.5
19992024-07-09T03:27:41.239Z Compiling textwrap v0.16.1
20002024-07-09T03:27:41.399Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20012024-07-09T03:27:42.032Z Compiling hyper-staticfile v0.9.5
20022024-07-09T03:27:44.669Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20032024-07-09T03:27:44.995Z Compiling csv v1.3.0
20042024-07-09T03:27:45.145Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20052024-07-09T03:27:54.422Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20062024-07-09T03:27:56.788Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20072024-07-09T03:27:57.332Z Compiling rcgen v0.12.1
20082024-07-09T03:27:59.371Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20092024-07-09T03:27:59.866Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20102024-07-09T03:28:00.152Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20112024-07-09T03:28:07.172Z Compiling atomicwrites v0.4.3
20122024-07-09T03:28:07.215Z Compiling fatfs v0.3.6
20132024-07-09T03:28:07.514Z Compiling subprocess v0.2.9
20142024-07-09T03:28:07.530Z Compiling rtoolbox v0.0.2
20152024-07-09T03:28:07.685Z Compiling assert_matches v1.5.0
20162024-07-09T03:28:07.796Z Compiling is_ci v1.2.0
20172024-07-09T03:28:07.957Z Compiling supports-color v3.0.0
20182024-07-09T03:28:08.105Z Compiling rpassword v7.3.1
20192024-07-09T03:28:08.611Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20202024-07-09T03:28:10.072Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20212024-07-09T03:28:10.428Z Compiling tui-tree-widget v0.21.0
20222024-07-09T03:28:10.865Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20232024-07-09T03:28:12.706Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20242024-07-09T03:28:15.950Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20252024-07-09T03:28:16.243Z Compiling shell-words v1.1.0
20262024-07-09T03:28:16.706Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20272024-07-09T03:28:19.879Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20282024-07-09T03:28:45.098Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20292024-07-09T03:28:55.321Z Compiling uzers v0.11.3
20302024-07-09T03:28:58.234Z Compiling multimap v0.10.0
20312024-07-09T03:29:38.716Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20322024-07-09T03:30:55.262Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20332024-07-09T03:31:19.700Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20342024-07-09T03:37:39.347Z Finished `release` profile [optimized] target(s) in 14m 37s
20352024-07-09T03:38:26.244Z
20362024-07-09T03:38:26.244Zreal 15:25.920889396
20372024-07-09T03:38:26.244Zuser 1:45:56.383361174
20382024-07-09T03:38:26.244Zsys 5:46.275017116
20392024-07-09T03:38:26.244Ztrap 2.456575579
20402024-07-09T03:38:26.244Ztflt 2.260497903
20412024-07-09T03:38:26.244Zdflt 3.117395758
20422024-07-09T03:38:26.244Zkflt 0.001547966
20432024-07-09T03:38:26.244Zlock 6:25:40.610621246
20442024-07-09T03:38:26.244Zslp 4:08:10.620582046
20452024-07-09T03:38:26.244Zlat 2:32.984652270
20462024-07-09T03:38:26.244Zstop 2:01.434667024
20472024-07-09T03:38:26.247Z+ mapfile -t packages
20482024-07-09T03:38:26.247Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20492024-07-09T03:38:27.152Z Finished `release` profile [optimized] target(s) in 0.85s
20502024-07-09T03:38:27.193Z Running `target/release/omicron-package -t test list-outputs`
20512024-07-09T03:38:27.231ZLogging to: /work/oxidecomputer/omicron/out/LOG
20522024-07-09T03:38:27.233Z+ ptime -m cargo build --locked --release -p xtask
20532024-07-09T03:38:27.821Z Compiling serde v1.0.203
20542024-07-09T03:38:27.821Z Compiling bitflags v2.5.0
20552024-07-09T03:38:27.824Z Compiling syn v2.0.68
20562024-07-09T03:38:27.824Z Compiling bytes v1.6.0
20572024-07-09T03:38:27.907Z Compiling smallvec v1.13.2
20582024-07-09T03:38:27.915Z Compiling scopeguard v1.2.0
20592024-07-09T03:38:27.941Z Compiling log v0.4.21
20602024-07-09T03:38:28.047Z Compiling lock_api v0.4.12
20612024-07-09T03:38:28.405Z Compiling parking_lot_core v0.9.10
20622024-07-09T03:38:28.424Z Compiling hashbrown v0.14.5
20632024-07-09T03:38:28.439Z Compiling serde_json v1.0.120
20642024-07-09T03:38:28.442Z Compiling mio v0.8.11
20652024-07-09T03:38:28.547Z Compiling libc v0.2.155
20662024-07-09T03:38:28.789Z Compiling parking_lot v0.12.2
20672024-07-09T03:38:28.855Z Compiling generic-array v0.14.7
20682024-07-09T03:38:29.152Z Compiling slog v2.7.0
20692024-07-09T03:38:29.356Z Compiling rustix v0.38.34
20702024-07-09T03:38:29.685Z Compiling http v0.2.12
20712024-07-09T03:38:29.731Z Compiling usdt-impl v0.5.0
20722024-07-09T03:38:29.947Z Compiling indexmap v2.2.6
20732024-07-09T03:38:30.032Z Compiling syn v1.0.109
20742024-07-09T03:38:30.223Z Compiling time-macros v0.2.18
20752024-07-09T03:38:30.470Z Compiling thread-id v4.2.1
20762024-07-09T03:38:30.594Z Compiling tracing v0.1.40
20772024-07-09T03:38:31.373Z Compiling crossbeam-utils v0.8.19
20782024-07-09T03:38:31.682Z Compiling http-body v0.4.6
20792024-07-09T03:38:32.046Z Compiling unicode-normalization v0.1.23
20802024-07-09T03:38:32.193Z Compiling unicode-bidi v0.3.15
20812024-07-09T03:38:32.209Z Compiling crypto-common v0.1.6
20822024-07-09T03:38:32.429Z Compiling block-buffer v0.10.4
20832024-07-09T03:38:33.341Z Compiling idna v0.5.0
20842024-07-09T03:38:33.369Z Compiling time v0.3.36
20852024-07-09T03:38:34.465Z Compiling terminal_size v0.3.0
20862024-07-09T03:38:34.693Z Compiling fs-err v2.11.0
20872024-07-09T03:38:34.995Z Compiling proc-macro-error v1.0.4
20882024-07-09T03:38:35.212Z Compiling anyhow v1.0.86
20892024-07-09T03:38:35.607Z Compiling clap_builder v4.5.2
20902024-07-09T03:38:35.946Z Compiling crossbeam-channel v0.5.12
20912024-07-09T03:38:36.004Z Compiling url v2.5.0
20922024-07-09T03:38:36.746Z Compiling digest v0.10.7
20932024-07-09T03:38:37.183Z Compiling xattr v1.3.1
20942024-07-09T03:38:37.516Z Compiling slog-async v2.8.0
20952024-07-09T03:38:37.636Z Compiling sha2 v0.10.8
20962024-07-09T03:38:38.095Z Compiling tabled_derive v0.7.0
20972024-07-09T03:38:39.692Z Compiling serde_derive v1.0.203
20982024-07-09T03:38:40.303Z Compiling thiserror-impl v1.0.60
20992024-07-09T03:38:40.612Z Compiling zerocopy-derive v0.7.34
21002024-07-09T03:38:40.719Z Compiling tokio-macros v2.3.0
21012024-07-09T03:38:41.579Z Compiling futures-macro v0.3.30
21022024-07-09T03:38:42.333Z Compiling tokio v1.38.0
21032024-07-09T03:38:42.744Z Compiling zerocopy v0.7.34
21042024-07-09T03:38:42.812Z Compiling openssl-macros v0.1.1
21052024-07-09T03:38:43.168Z Compiling thiserror v1.0.60
21062024-07-09T03:38:43.326Z Compiling pest v2.7.10
21072024-07-09T03:38:43.542Z Compiling futures-util v0.3.30
21082024-07-09T03:38:43.704Z Compiling scroll_derive v0.12.0
21092024-07-09T03:38:44.430Z Compiling openssl v0.10.64
21102024-07-09T03:38:45.187Z Compiling scroll v0.12.0
21112024-07-09T03:38:45.885Z Compiling pest_meta v2.7.10
21122024-07-09T03:38:46.284Z Compiling goblin v0.8.2
21132024-07-09T03:38:50.361Z Compiling pest_generator v2.7.10
21142024-07-09T03:38:52.258Z Compiling pest_derive v2.7.10
21152024-07-09T03:38:53.030Z Compiling dtrace-parser v0.2.0
21162024-07-09T03:38:54.925Z Compiling tokio-util v0.7.11
21172024-07-09T03:38:57.240Z Compiling serde_tokenstream v0.2.1
21182024-07-09T03:38:57.786Z Compiling h2 v0.3.26
21192024-07-09T03:38:59.733Z Compiling dof v0.3.0
21202024-07-09T03:39:00.856Z Compiling serde_spanned v0.6.6
21212024-07-09T03:39:01.130Z Compiling toml_datetime v0.6.6
21222024-07-09T03:39:01.147Z Compiling native-tls v0.2.11
21232024-07-09T03:39:02.234Z Compiling tokio-native-tls v0.3.1
21242024-07-09T03:39:02.278Z Compiling toml_edit v0.22.14
21252024-07-09T03:39:02.566Z Compiling usdt-macro v0.5.0
21262024-07-09T03:39:03.794Z Compiling hyper v0.14.28
21272024-07-09T03:39:08.940Z Compiling hyper-tls v0.5.0
21282024-07-09T03:39:09.421Z Compiling toml v0.8.14
21292024-07-09T03:39:10.688Z Compiling usdt-attr-macro v0.5.0
21302024-07-09T03:39:11.322Z Compiling slog-json v2.6.1
21312024-07-09T03:39:11.889Z Compiling camino v1.1.7
21322024-07-09T03:39:12.117Z Compiling cargo-platform v0.1.8
21332024-07-09T03:39:12.836Z Compiling serde_urlencoded v0.7.1
21342024-07-09T03:39:13.286Z Compiling semver v1.0.23
21352024-07-09T03:39:13.318Z Compiling futures-executor v0.3.30
21362024-07-09T03:39:13.522Z Compiling clap_derive v4.5.4
21372024-07-09T03:39:14.438Z Compiling strum_macros v0.26.4
21382024-07-09T03:39:14.866Z Compiling cargo_metadata v0.18.1
21392024-07-09T03:39:16.438Z Compiling futures v0.3.30
21402024-07-09T03:39:16.577Z Compiling reqwest v0.11.27
21412024-07-09T03:39:16.702Z Compiling usdt v0.5.0
21422024-07-09T03:39:18.258Z Compiling slog-bunyan v2.5.0
21432024-07-09T03:39:18.386Z Compiling clap v4.5.4
21442024-07-09T03:39:18.521Z Compiling cargo_toml v0.20.3
21452024-07-09T03:39:18.554Z Compiling macaddr v1.0.1
21462024-07-09T03:39:19.208Z Compiling tabled v0.15.0
21472024-07-09T03:39:19.428Z Compiling slog-term v2.9.1
21482024-07-09T03:39:19.476Z Compiling strum v0.26.2
21492024-07-09T03:39:19.681Z Compiling tar v0.4.40
21502024-07-09T03:39:35.641Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21512024-07-09T03:39:49.940Z Finished `release` profile [optimized] target(s) in 1m 22s
21522024-07-09T03:39:50.036Z
21532024-07-09T03:39:50.036Zreal 1:22.771799990
21542024-07-09T03:39:50.036Zuser 9:02.691752991
21552024-07-09T03:39:50.036Zsys 51.639714094
21562024-07-09T03:39:50.036Ztrap 0.252436942
21572024-07-09T03:39:50.036Ztflt 0.522659286
21582024-07-09T03:39:50.036Zdflt 0.206861892
21592024-07-09T03:39:50.036Zkflt 0.011097987
21602024-07-09T03:39:50.036Zlock 20:26.799966645
21612024-07-09T03:39:50.036Zslp 22:45.549762965
21622024-07-09T03:39:50.036Zlat 26.070371348
21632024-07-09T03:39:50.036Zstop 25.737270865
21642024-07-09T03:39:50.039Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21652024-07-09T03:39:50.039Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21662024-07-09T03:39:50.039Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21672024-07-09T03:39:50.039Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21682024-07-09T03:39:50.039Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21692024-07-09T03:39:50.564Z Downloading crates ...
21702024-07-09T03:39:50.806Z Downloaded dhcproto-macros v0.1.0
21712024-07-09T03:39:50.809Z Downloaded option-ext v0.2.0
21722024-07-09T03:39:50.814Z Downloaded aes v0.8.4
21732024-07-09T03:39:50.817Z Downloaded russh-cryptovec v0.7.2
21742024-07-09T03:39:50.820Z Downloaded rfc6979 v0.4.0
21752024-07-09T03:39:50.823Z Downloaded pbkdf2 v0.11.0
21762024-07-09T03:39:50.826Z Downloaded bcrypt-pbkdf v0.10.0
21772024-07-09T03:39:50.826Z Downloaded ed25519 v2.2.3
21782024-07-09T03:39:50.829Z Downloaded rand_core v0.5.1
21792024-07-09T03:39:50.829Z Downloaded cbc v0.1.2
21802024-07-09T03:39:50.831Z Downloaded md5 v0.7.0
21812024-07-09T03:39:50.831Z Downloaded polyval v0.6.2
21822024-07-09T03:39:50.834Z Downloaded hex-literal v0.4.1
21832024-07-09T03:39:50.834Z Downloaded dirs-sys v0.4.1
21842024-07-09T03:39:50.837Z Downloaded internet-checksum v0.2.1
21852024-07-09T03:39:50.837Z Downloaded ghash v0.5.1
21862024-07-09T03:39:50.837Z Downloaded ctr v0.9.2
21872024-07-09T03:39:50.840Z Downloaded blowfish v0.9.1
21882024-07-09T03:39:50.840Z Downloaded rand_chacha v0.2.2
21892024-07-09T03:39:50.843Z Downloaded primeorder v0.13.6
21902024-07-09T03:39:50.843Z Downloaded russh-keys v0.43.0
21912024-07-09T03:39:50.847Z Downloaded getrandom v0.1.16
21922024-07-09T03:39:50.849Z Downloaded dirs v5.0.1
21932024-07-09T03:39:50.849Z Downloaded password-hash v0.4.2
21942024-07-09T03:39:50.849Z Downloaded ecdsa v0.16.9
21952024-07-09T03:39:50.852Z Downloaded dhcproto v0.11.0
21962024-07-09T03:39:50.858Z Downloaded p256 v0.13.2
21972024-07-09T03:39:50.862Z Downloaded pbkdf2 v0.12.2
21982024-07-09T03:39:50.869Z Downloaded ed25519-dalek v2.1.1
21992024-07-09T03:39:50.872Z Downloaded russh v0.43.0
22002024-07-09T03:39:50.877Z Downloaded rand v0.7.3
22012024-07-09T03:39:50.882Z Downloaded p521 v0.13.3
22022024-07-09T03:39:50.885Z Downloaded aes-gcm v0.10.3
22032024-07-09T03:39:51.017Z Compiling serde v1.0.203
22042024-07-09T03:39:51.027Z Compiling scopeguard v1.2.0
22052024-07-09T03:39:51.115Z Compiling log v0.4.21
22062024-07-09T03:39:51.131Z Compiling smallvec v1.13.2
22072024-07-09T03:39:51.134Z Compiling syn v2.0.68
22082024-07-09T03:39:51.137Z Compiling getrandom v0.2.14
22092024-07-09T03:39:51.137Z Compiling generic-array v0.14.7
22102024-07-09T03:39:51.137Z Compiling libm v0.2.8
22112024-07-09T03:39:51.245Z Compiling lock_api v0.4.12
22122024-07-09T03:39:51.461Z Compiling rand_core v0.6.4
22132024-07-09T03:39:51.531Z Compiling parking_lot_core v0.9.10
22142024-07-09T03:39:51.571Z Compiling num-traits v0.2.19
22152024-07-09T03:39:51.586Z Compiling subtle v2.5.0
22162024-07-09T03:39:51.668Z Compiling mio v0.8.11
22172024-07-09T03:39:51.736Z Compiling ahash v0.8.11
22182024-07-09T03:39:51.926Z Compiling parking_lot v0.12.2
22192024-07-09T03:39:51.985Z Compiling serde_json v1.0.120
22202024-07-09T03:39:52.088Z Compiling spin v0.9.8
22212024-07-09T03:39:52.143Z Compiling allocator-api2 v0.2.18
22222024-07-09T03:39:52.185Z Compiling const-oid v0.9.6
22232024-07-09T03:39:52.341Z Compiling iana-time-zone v0.1.60
22242024-07-09T03:39:52.851Z Compiling syn v1.0.109
22252024-07-09T03:39:52.902Z Compiling unicode-normalization v0.1.23
22262024-07-09T03:39:52.983Z Compiling unicode-bidi v0.3.15
22272024-07-09T03:39:53.008Z Compiling schemars v0.8.21
22282024-07-09T03:39:53.040Z Compiling dyn-clone v1.0.17
22292024-07-09T03:39:53.287Z Compiling ppv-lite86 v0.2.17
22302024-07-09T03:39:53.382Z Compiling time-macros v0.2.18
22312024-07-09T03:39:54.030Z Compiling ring v0.17.8
22322024-07-09T03:39:54.082Z Compiling rand_chacha v0.3.1
22332024-07-09T03:39:54.123Z Compiling aho-corasick v1.1.3
22342024-07-09T03:39:54.572Z Compiling regex-syntax v0.8.3
22352024-07-09T03:39:54.597Z Compiling rand v0.8.5
22362024-07-09T03:39:56.491Z Compiling idna v0.5.0
22372024-07-09T03:39:56.775Z Compiling slog v2.7.0
22382024-07-09T03:39:57.017Z Compiling time v0.3.36
22392024-07-09T03:39:57.368Z Compiling untrusted v0.9.0
22402024-07-09T03:39:57.560Z Compiling url v2.5.0
22412024-07-09T03:39:58.170Z Compiling regex-automata v0.4.6
22422024-07-09T03:39:59.561Z Compiling serde_derive_internals v0.29.1
22432024-07-09T03:40:00.928Z Compiling lazy_static v1.5.0
22442024-07-09T03:40:01.067Z Compiling backtrace v0.3.71
22452024-07-09T03:40:01.510Z Compiling gimli v0.28.1
22462024-07-09T03:40:01.557Z Compiling object v0.32.2
22472024-07-09T03:40:02.388Z Compiling rustc-demangle v0.1.24
22482024-07-09T03:40:02.482Z Compiling anyhow v1.0.86
22492024-07-09T03:40:02.630Z Compiling winnow v0.5.40
22502024-07-09T03:40:03.293Z Compiling rustls v0.21.12
22512024-07-09T03:40:03.384Z Compiling crossbeam-utils v0.8.19
22522024-07-09T03:40:03.572Z Compiling base64ct v1.6.0
22532024-07-09T03:40:04.053Z Compiling regex v1.10.5
22542024-07-09T03:40:04.276Z Compiling rustls-webpki v0.101.7
22552024-07-09T03:40:05.199Z Compiling sct v0.7.1
22562024-07-09T03:40:05.517Z Compiling cookie v0.17.0
22572024-07-09T03:40:05.794Z Compiling addr2line v0.21.0
22582024-07-09T03:40:06.463Z Compiling serde_derive v1.0.203
22592024-07-09T03:40:06.480Z Compiling zeroize_derive v1.4.2
22602024-07-09T03:40:06.592Z Compiling zerocopy-derive v0.7.34
22612024-07-09T03:40:06.610Z Compiling thiserror-impl v1.0.60
22622024-07-09T03:40:08.184Z Compiling zeroize v1.7.0
22632024-07-09T03:40:08.779Z Compiling tokio-macros v2.3.0
22642024-07-09T03:40:08.993Z Compiling futures-macro v0.3.30
22652024-07-09T03:40:09.058Z Compiling zerocopy v0.7.34
22662024-07-09T03:40:10.107Z Compiling thiserror v1.0.60
22672024-07-09T03:40:10.144Z Compiling crypto-common v0.1.6
22682024-07-09T03:40:10.252Z Compiling block-buffer v0.10.4
22692024-07-09T03:40:10.391Z Compiling schemars_derive v0.8.21
22702024-07-09T03:40:10.535Z Compiling digest v0.10.7
22712024-07-09T03:40:10.584Z Compiling tracing-attributes v0.1.27
22722024-07-09T03:40:11.065Z Compiling async-trait v0.1.80
22732024-07-09T03:40:11.289Z Compiling futures-util v0.3.30
22742024-07-09T03:40:11.470Z Compiling hashbrown v0.14.5
22752024-07-09T03:40:12.967Z Compiling openssl-macros v0.1.1
22762024-07-09T03:40:14.001Z Compiling pest v2.7.10
22772024-07-09T03:40:14.741Z Compiling tracing v0.1.40
22782024-07-09T03:40:14.758Z Compiling idna v0.3.0
22792024-07-09T03:40:15.316Z Compiling psl-types v2.0.11
22802024-07-09T03:40:15.344Z Compiling data-encoding v2.6.0
22812024-07-09T03:40:15.508Z Compiling hmac v0.12.1
22822024-07-09T03:40:15.819Z Compiling publicsuffix v2.2.3
22832024-07-09T03:40:15.880Z Compiling scroll_derive v0.12.0
22842024-07-09T03:40:16.092Z Compiling webpki-roots v0.25.4
22852024-07-09T03:40:16.258Z Compiling bitflags v1.3.2
22862024-07-09T03:40:16.373Z Compiling pest_meta v2.7.10
22872024-07-09T03:40:16.475Z Compiling block-padding v0.3.3
22882024-07-09T03:40:16.728Z Compiling der_derive v0.7.2
22892024-07-09T03:40:16.932Z Compiling pem-rfc7468 v0.7.0
22902024-07-09T03:40:17.082Z Compiling futures-executor v0.3.30
22912024-07-09T03:40:17.448Z Compiling futures v0.3.30
22922024-07-09T03:40:17.585Z Compiling pest_generator v2.7.10
22932024-07-09T03:40:17.644Z Compiling scroll v0.12.0
22942024-07-09T03:40:17.666Z Compiling flagset v0.4.5
22952024-07-09T03:40:17.756Z Compiling inout v0.1.3
22962024-07-09T03:40:17.892Z Compiling sha2 v0.10.8
22972024-07-09T03:40:17.894Z Compiling either v1.12.0
22982024-07-09T03:40:18.051Z Compiling cipher v0.4.4
22992024-07-09T03:40:18.206Z Compiling goblin v0.8.2
23002024-07-09T03:40:18.370Z Compiling ff v0.13.0
23012024-07-09T03:40:18.575Z Compiling stable_deref_trait v1.2.0
23022024-07-09T03:40:18.612Z Compiling base16ct v0.2.0
23032024-07-09T03:40:18.689Z Compiling group v0.13.0
23042024-07-09T03:40:18.965Z Compiling hkdf v0.12.4
23052024-07-09T03:40:19.034Z Compiling crossbeam-epoch v0.9.18
23062024-07-09T03:40:19.231Z Compiling crypto-bigint v0.5.5
23072024-07-09T03:40:19.420Z Compiling der v0.7.9
23082024-07-09T03:40:19.639Z Compiling num-integer v0.1.46
23092024-07-09T03:40:19.871Z Compiling unicode-segmentation v1.11.0
23102024-07-09T03:40:20.441Z Compiling managed v0.8.0
23112024-07-09T03:40:20.759Z Compiling matches v0.1.10
23122024-07-09T03:40:20.882Z Compiling idna v0.2.3
23132024-07-09T03:40:20.942Z Compiling enum-as-inner v0.5.1
23142024-07-09T03:40:21.469Z Compiling bytes v1.6.0
23152024-07-09T03:40:21.828Z Compiling indexmap v2.2.6
23162024-07-09T03:40:22.020Z Compiling chrono v0.4.38
23172024-07-09T03:40:22.574Z Compiling tokio v1.38.0
23182024-07-09T03:40:22.815Z Compiling uuid v1.9.1
23192024-07-09T03:40:22.854Z Compiling bitflags v2.5.0
23202024-07-09T03:40:23.320Z Compiling semver v1.0.23
23212024-07-09T03:40:23.323Z Compiling http v0.2.12
23222024-07-09T03:40:24.146Z Compiling serde_tokenstream v0.2.1
23232024-07-09T03:40:24.720Z Compiling serde_spanned v0.6.6
23242024-07-09T03:40:24.963Z Compiling toml_datetime v0.6.6
23252024-07-09T03:40:24.981Z Compiling http-body v0.4.6
23262024-07-09T03:40:25.446Z Compiling toml_edit v0.19.15
23272024-07-09T03:40:25.475Z Compiling openssl v0.10.64
23282024-07-09T03:40:25.509Z Compiling rustix v0.38.34
23292024-07-09T03:40:25.962Z Compiling serde_urlencoded v0.7.1
23302024-07-09T03:40:25.990Z Compiling openapiv3 v2.0.0
23312024-07-09T03:40:26.519Z Compiling cookie_store v0.20.0
23322024-07-09T03:40:28.174Z Compiling rustc_version v0.4.0
23332024-07-09T03:40:28.453Z Compiling pest_derive v2.7.10
23342024-07-09T03:40:28.733Z Compiling dof v0.3.0
23352024-07-09T03:40:28.975Z Compiling spki v0.7.3
23362024-07-09T03:40:29.071Z Compiling ipnetwork v0.20.0
23372024-07-09T03:40:29.287Z Compiling dtrace-parser v0.2.0
23382024-07-09T03:40:29.371Z Compiling pkcs8 v0.10.2
23392024-07-09T03:40:29.969Z Compiling usdt-impl v0.5.0
23402024-07-09T03:40:29.986Z Compiling sec1 v0.7.3
23412024-07-09T03:40:30.490Z Compiling elliptic-curve v0.13.8
23422024-07-09T03:40:30.593Z Compiling tokio-util v0.7.11
23432024-07-09T03:40:31.136Z Compiling tokio-rustls v0.24.1
23442024-07-09T03:40:31.388Z Compiling toml v0.7.8
23452024-07-09T03:40:31.567Z Compiling native-tls v0.2.11
23462024-07-09T03:40:31.584Z Compiling h2 v0.3.26
23472024-07-09T03:40:31.766Z Compiling usdt-attr-macro v0.5.0
23482024-07-09T03:40:32.055Z Compiling tokio-native-tls v0.3.1
23492024-07-09T03:40:32.210Z Compiling usdt-macro v0.5.0
23502024-07-09T03:40:32.349Z Compiling toml_edit v0.22.14
23512024-07-09T03:40:33.153Z Compiling hex v0.4.3
23522024-07-09T03:40:33.485Z Compiling bit-vec v0.6.3
23532024-07-09T03:40:33.786Z Compiling usdt v0.5.0
23542024-07-09T03:40:33.806Z Compiling siphasher v0.3.11
23552024-07-09T03:40:33.821Z Compiling trust-dns-proto v0.22.0
23562024-07-09T03:40:33.943Z Compiling heapless v0.7.17
23572024-07-09T03:40:34.206Z Compiling terminal_size v0.3.0
23582024-07-09T03:40:34.316Z Compiling num-bigint v0.4.5
23592024-07-09T03:40:34.393Z Compiling regress v0.9.1
23602024-07-09T03:40:34.417Z Compiling finl_unicode v1.2.0
23612024-07-09T03:40:34.530Z Compiling signal-hook v0.3.17
23622024-07-09T03:40:34.795Z Compiling clap_builder v4.5.2
23632024-07-09T03:40:35.007Z Compiling stringprep v0.1.4
23642024-07-09T03:40:36.472Z Compiling itertools v0.10.5
23652024-07-09T03:40:38.419Z Compiling hyper v0.14.28
23662024-07-09T03:40:39.414Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23672024-07-09T03:40:39.646Z Compiling yasna v0.5.2
23682024-07-09T03:40:41.257Z Compiling md-5 v0.10.6
23692024-07-09T03:40:41.546Z Compiling clap_derive v4.5.4
23702024-07-09T03:40:41.696Z Compiling hash32 v0.2.1
23712024-07-09T03:40:42.118Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23722024-07-09T03:40:42.310Z Compiling smoltcp v0.9.1
23732024-07-09T03:40:42.721Z Compiling fallible-iterator v0.2.0
23742024-07-09T03:40:43.427Z Compiling postgres-protocol v0.6.6
23752024-07-09T03:40:44.167Z Compiling phf_shared v0.11.2
23762024-07-09T03:40:44.238Z Compiling tokio-stream v0.1.15
23772024-07-09T03:40:44.577Z Compiling hubpack_derive v0.1.1
23782024-07-09T03:40:44.731Z Compiling zerocopy-derive v0.6.6
23792024-07-09T03:40:44.786Z Compiling diesel_table_macro_syntax v0.1.0
23802024-07-09T03:40:45.226Z Compiling scheduled-thread-pool v0.2.7
23812024-07-09T03:40:45.242Z Compiling hyper-tls v0.5.0
23822024-07-09T03:40:45.257Z Compiling hyper-rustls v0.24.2
23832024-07-09T03:40:45.525Z Compiling fs-err v2.11.0
23842024-07-09T03:40:45.601Z Compiling reqwest v0.11.27
23852024-07-09T03:40:45.621Z Compiling fixedbitset v0.4.2
23862024-07-09T03:40:45.885Z Compiling hubpack v0.1.2
23872024-07-09T03:40:45.994Z Compiling petgraph v0.6.5
23882024-07-09T03:40:46.115Z Compiling r2d2 v0.8.10
23892024-07-09T03:40:46.377Z Compiling diesel_derives v2.1.4
23902024-07-09T03:40:46.525Z Compiling phf v0.11.2
23912024-07-09T03:40:46.823Z Compiling clap v4.5.4
23922024-07-09T03:40:46.839Z Compiling postgres-types v0.2.6
23932024-07-09T03:40:47.058Z Compiling zerocopy v0.6.6
23942024-07-09T03:40:47.935Z Compiling signal-hook-mio v0.2.3
23952024-07-09T03:40:48.416Z Compiling phf_shared v0.10.0
23962024-07-09T03:40:48.433Z Compiling similar v2.5.0
23972024-07-09T03:40:48.616Z Compiling num-iter v0.1.45
23982024-07-09T03:40:48.815Z Compiling strum_macros v0.25.3
23992024-07-09T03:40:48.852Z Compiling serde_repr v0.1.19
24002024-07-09T03:40:49.126Z Compiling getopts v0.2.21
24012024-07-09T03:40:50.092Z Compiling console v0.15.8
24022024-07-09T03:40:50.119Z Compiling float-cmp v0.9.0
24032024-07-09T03:40:50.155Z Compiling new_debug_unreachable v1.0.6
24042024-07-09T03:40:50.259Z Compiling precomputed-hash v0.1.1
24052024-07-09T03:40:50.361Z Compiling normalize-line-endings v0.3.0
24062024-07-09T03:40:50.390Z Compiling unsafe-libyaml v0.2.11
24072024-07-09T03:40:50.495Z Compiling static_assertions v1.1.0
24082024-07-09T03:40:50.606Z Compiling minimal-lexical v0.2.1
24092024-07-09T03:40:50.963Z Compiling whoami v1.5.1
24102024-07-09T03:40:51.217Z Compiling predicates-core v1.0.6
24112024-07-09T03:40:51.618Z Compiling difflib v0.4.0
24122024-07-09T03:40:51.658Z Compiling tokio-postgres v0.7.10
24132024-07-09T03:40:51.713Z Compiling serde_yaml v0.9.34+deprecated
24142024-07-09T03:40:52.378Z Compiling predicates v3.1.0
24152024-07-09T03:40:53.269Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24162024-07-09T03:40:53.357Z Compiling nom v7.1.3
24172024-07-09T03:40:54.212Z Compiling string_cache v0.8.7
24182024-07-09T03:40:54.719Z Compiling crossterm v0.27.0
24192024-07-09T03:40:56.772Z Compiling bit-set v0.5.3
24202024-07-09T03:40:57.071Z Compiling itertools v0.12.1
24212024-07-09T03:40:57.186Z Compiling bstr v1.9.1
24222024-07-09T03:40:57.291Z Compiling peg-runtime v0.8.3
24232024-07-09T03:40:58.033Z Compiling unicode-xid v0.2.4
24242024-07-09T03:40:58.226Z Compiling lalrpop-util v0.19.12
24252024-07-09T03:40:58.599Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24262024-07-09T03:40:58.662Z Compiling sha1 v0.10.6
24272024-07-09T03:40:59.038Z Compiling camino v1.1.7
24282024-07-09T03:40:59.080Z Compiling strum_macros v0.26.4
24292024-07-09T03:40:59.101Z Compiling http v1.1.0
24302024-07-09T03:40:59.776Z Compiling base64 v0.22.1
24312024-07-09T03:40:59.926Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24322024-07-09T03:40:59.944Z Compiling diesel v2.1.6
24332024-07-09T03:41:00.003Z Compiling toml v0.8.14
24342024-07-09T03:41:00.375Z Compiling rustls-pki-types v1.7.0
24352024-07-09T03:41:00.602Z Compiling ident_case v1.0.1
24362024-07-09T03:41:00.855Z Compiling darling_core v0.20.9
24372024-07-09T03:41:01.299Z Compiling crossbeam-channel v0.5.12
24382024-07-09T03:41:01.743Z Compiling paste v1.0.15
24392024-07-09T03:41:01.816Z Compiling rustls v0.22.4
24402024-07-09T03:41:01.909Z Compiling slog-term v2.9.1
24412024-07-09T03:41:02.117Z Compiling slog-async v2.8.0
24422024-07-09T03:41:02.341Z Compiling rustls-webpki v0.102.4
24432024-07-09T03:41:02.463Z Compiling instant v0.1.12
24442024-07-09T03:41:02.630Z Compiling multer v3.1.0
24452024-07-09T03:41:03.405Z Compiling slog-json v2.6.1
24462024-07-09T03:41:03.808Z Compiling async-stream-impl v0.3.5
24472024-07-09T03:41:04.255Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
24482024-07-09T03:41:04.507Z Compiling atomic-waker v1.1.2
24492024-07-09T03:41:04.537Z Compiling debug-ignore v1.0.5
24502024-07-09T03:41:04.629Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24512024-07-09T03:41:04.663Z Compiling strum v0.26.2
24522024-07-09T03:41:04.697Z Compiling waitgroup v0.1.2
24532024-07-09T03:41:04.777Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24542024-07-09T03:41:04.795Z Compiling slog-bunyan v2.5.0
24552024-07-09T03:41:04.926Z Compiling rustls-pemfile v2.1.2
24562024-07-09T03:41:05.007Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
24572024-07-09T03:41:05.250Z Compiling async-stream v0.3.5
24582024-07-09T03:41:05.381Z Compiling serde_path_to_error v0.1.16
24592024-07-09T03:41:05.604Z Compiling structmeta-derive v0.3.0
24602024-07-09T03:41:06.082Z Compiling hostname v0.4.0
24612024-07-09T03:41:06.285Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24622024-07-09T03:41:06.373Z Compiling newtype-uuid v1.1.0
24632024-07-09T03:41:06.686Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642024-07-09T03:41:07.053Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652024-07-09T03:41:07.384Z Compiling backoff v0.4.0
24662024-07-09T03:41:07.482Z Compiling tokio-rustls v0.25.0
24672024-07-09T03:41:07.756Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682024-07-09T03:41:07.922Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24692024-07-09T03:41:07.958Z Compiling macaddr v1.0.1
24702024-07-09T03:41:08.097Z Compiling proc-macro-crate v1.3.1
24712024-07-09T03:41:08.436Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24722024-07-09T03:41:08.562Z Compiling darling_macro v0.20.9
24732024-07-09T03:41:08.765Z Compiling fastrand v2.1.0
24742024-07-09T03:41:08.856Z Compiling structmeta v0.3.0
24752024-07-09T03:41:09.260Z Compiling num_enum_derive v0.5.11
24762024-07-09T03:41:09.314Z Compiling tempfile v3.10.1
24772024-07-09T03:41:09.332Z Compiling parse-display-derive v0.9.1
24782024-07-09T03:41:09.634Z Compiling darling v0.20.9
24792024-07-09T03:41:09.771Z Compiling serde_with_macros v3.8.1
24802024-07-09T03:41:10.291Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24812024-07-09T03:41:10.615Z Compiling foreign-types-macros v0.2.3
24822024-07-09T03:41:12.033Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24832024-07-09T03:41:12.230Z Compiling num_enum v0.5.11
24842024-07-09T03:41:12.315Z Compiling foreign-types-shared v0.3.1
24852024-07-09T03:41:12.394Z Compiling heapless v0.8.0
24862024-07-09T03:41:12.443Z Compiling foreign-types v0.5.0
24872024-07-09T03:41:12.601Z Compiling proc-macro-error v1.0.4
24882024-07-09T03:41:13.040Z Compiling serde_with v3.8.1
24892024-07-09T03:41:13.500Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24902024-07-09T03:41:13.518Z Compiling cstr-argument v0.1.2
24912024-07-09T03:41:13.545Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24922024-07-09T03:41:13.790Z Compiling hash32 v0.3.1
24932024-07-09T03:41:13.951Z Compiling pretty-hex v0.2.1
24942024-07-09T03:41:14.064Z Compiling smoltcp v0.11.0
24952024-07-09T03:41:14.151Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24962024-07-09T03:41:14.329Z Compiling parse-display v0.9.1
24972024-07-09T03:41:14.539Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24982024-07-09T03:41:14.844Z Compiling camino-tempfile v1.1.1
24992024-07-09T03:41:15.074Z Compiling tabwriter v1.4.0
25002024-07-09T03:41:15.146Z Compiling colored v2.1.0
25012024-07-09T03:41:15.327Z Compiling socket2 v0.4.10
25022024-07-09T03:41:15.624Z Compiling embedded-io v0.4.0
25032024-07-09T03:41:15.640Z Compiling cobs v0.2.3
25042024-07-09T03:41:15.866Z Compiling postcard v1.0.8
25052024-07-09T03:41:16.009Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25062024-07-09T03:41:16.311Z Compiling crucible-workspace-hack v0.1.0
25072024-07-09T03:41:16.330Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25082024-07-09T03:41:16.608Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25092024-07-09T03:41:16.624Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25102024-07-09T03:41:16.832Z Compiling smf v0.2.3
25112024-07-09T03:41:16.918Z Compiling humantime v2.1.0
25122024-07-09T03:41:17.224Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25132024-07-09T03:41:17.513Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25142024-07-09T03:41:17.542Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25152024-07-09T03:41:18.052Z Compiling num-derive v0.4.2
25162024-07-09T03:41:18.339Z Compiling sigpipe v0.1.3
25172024-07-09T03:41:18.418Z Compiling utf-8 v0.7.6
25182024-07-09T03:41:18.476Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25192024-07-09T03:41:18.783Z Compiling atty v0.2.14
25202024-07-09T03:41:18.903Z Compiling semver v0.1.20
25212024-07-09T03:41:18.937Z Compiling same-file v1.0.6
25222024-07-09T03:41:19.097Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25232024-07-09T03:41:19.184Z Compiling rayon-core v1.12.1
25242024-07-09T03:41:19.464Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25252024-07-09T03:41:19.591Z Compiling rustc_version v0.1.7
25262024-07-09T03:41:20.149Z Compiling walkdir v2.5.0
25272024-07-09T03:41:20.527Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25282024-07-09T03:41:20.982Z Compiling curve25519-dalek v4.1.3
25292024-07-09T03:41:21.089Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25302024-07-09T03:41:21.114Z Compiling newline-converter v0.3.0
25312024-07-09T03:41:21.319Z Compiling crossbeam-deque v0.8.5
25322024-07-09T03:41:21.443Z Compiling universal-hash v0.5.1
25332024-07-09T03:41:21.576Z Compiling opaque-debug v0.3.1
25342024-07-09T03:41:21.593Z Compiling prettyplease v0.2.20
25352024-07-09T03:41:21.668Z Compiling expectorate v1.1.0
25362024-07-09T03:41:21.683Z Compiling newtype_derive v0.1.6
25372024-07-09T03:41:21.754Z Compiling xattr v1.3.1
25382024-07-09T03:41:21.843Z Compiling num-rational v0.4.2
25392024-07-09T03:41:21.888Z Compiling signature v2.2.0
25402024-07-09T03:41:21.973Z Compiling curve25519-dalek-derive v0.1.1
25412024-07-09T03:41:22.048Z Compiling num-complex v0.4.6
25422024-07-09T03:41:22.201Z Compiling ring v0.16.20
25432024-07-09T03:41:23.135Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25442024-07-09T03:41:23.299Z Compiling blake3 v1.5.1
25452024-07-09T03:41:23.332Z Compiling unicase v2.7.0
25462024-07-09T03:41:23.563Z Compiling linked-hash-map v0.5.6
25472024-07-09T03:41:23.601Z Compiling arc-swap v1.7.1
25482024-07-09T03:41:23.630Z Compiling quick-error v1.2.3
25492024-07-09T03:41:23.680Z Compiling convert_case v0.4.0
25502024-07-09T03:41:23.793Z Compiling termcolor v1.4.1
25512024-07-09T03:41:23.901Z Compiling getrandom v0.1.16
25522024-07-09T03:41:24.282Z Compiling env_logger v0.9.3
25532024-07-09T03:41:24.361Z Compiling slog-scope v4.4.0
25542024-07-09T03:41:24.546Z Compiling lru-cache v0.1.2
25552024-07-09T03:41:24.645Z Compiling resolv-conf v0.7.0
25562024-07-09T03:41:24.708Z Compiling derive_more v0.99.18
25572024-07-09T03:41:24.891Z Compiling tar v0.4.40
25582024-07-09T03:41:25.503Z Compiling num v0.4.3
25592024-07-09T03:41:25.628Z Compiling rayon v1.10.0
25602024-07-09T03:41:27.185Z Compiling tungstenite v0.21.0
25612024-07-09T03:41:27.747Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25622024-07-09T03:41:28.264Z Compiling blake2 v0.10.6
25632024-07-09T03:41:29.118Z Compiling bitstruct_derive v0.1.0
25642024-07-09T03:41:29.407Z Compiling derive-where v1.2.7
25652024-07-09T03:41:29.631Z Compiling password-hash v0.5.0
25662024-07-09T03:41:30.513Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25672024-07-09T03:41:30.663Z Compiling memmap2 v0.9.4
25682024-07-09T03:41:30.697Z Compiling home v0.5.9
25692024-07-09T03:41:30.715Z Compiling arrayref v0.3.7
25702024-07-09T03:41:30.831Z Compiling parking_lot_core v0.8.6
25712024-07-09T03:41:31.015Z Compiling untrusted v0.7.1
25722024-07-09T03:41:31.137Z Compiling float-ord v0.3.2
25732024-07-09T03:41:31.220Z Compiling constant_time_eq v0.3.0
25742024-07-09T03:41:31.311Z Compiling libefi-sys v0.1.0
25752024-07-09T03:41:31.329Z Compiling spin v0.5.2
25762024-07-09T03:41:31.420Z Compiling arrayvec v0.7.4
25772024-07-09T03:41:31.577Z Compiling ascii v1.1.0
25782024-07-09T03:41:32.217Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25792024-07-09T03:41:33.071Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25802024-07-09T03:41:33.163Z Compiling toolchain_find v0.4.0
25812024-07-09T03:41:33.282Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
25822024-07-09T03:41:33.578Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25832024-07-09T03:41:33.631Z Compiling bitstruct v0.1.1
25842024-07-09T03:41:33.695Z Compiling argon2 v0.5.3
25852024-07-09T03:41:33.746Z Compiling tokio-tungstenite v0.21.0
25862024-07-09T03:41:33.761Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25872024-07-09T03:41:33.870Z Compiling trust-dns-resolver v0.22.0
25882024-07-09T03:41:34.266Z Compiling slog-stdlog v4.1.1
25892024-07-09T03:41:34.386Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25902024-07-09T03:41:34.658Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25912024-07-09T03:41:34.736Z Compiling serde_arrays v0.1.0
25922024-07-09T03:41:34.916Z Compiling erased-serde v0.3.31
25932024-07-09T03:41:35.048Z Compiling rfc6979 v0.4.0
25942024-07-09T03:41:35.177Z Compiling aead v0.5.2
25952024-07-09T03:41:35.253Z Compiling bitfield-struct v0.6.1
25962024-07-09T03:41:35.372Z Compiling nibble_vec v0.1.0
25972024-07-09T03:41:35.552Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25982024-07-09T03:41:35.608Z Compiling slog-dtrace v0.3.0
25992024-07-09T03:41:35.936Z Compiling endian-type v0.1.2
26002024-07-09T03:41:35.968Z Compiling keccak v0.1.5
26012024-07-09T03:41:36.203Z Compiling cancel-safe-futures v0.1.5
26022024-07-09T03:41:36.399Z Compiling topological-sort v0.2.2
26032024-07-09T03:41:36.595Z Compiling sha3 v0.10.8
26042024-07-09T03:41:36.636Z Compiling omicron-zone-package v0.11.0
26052024-07-09T03:41:36.653Z Compiling radix_trie v0.2.1
26062024-07-09T03:41:36.812Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26072024-07-09T03:41:36.990Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26082024-07-09T03:41:37.243Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26092024-07-09T03:41:37.581Z Compiling ecdsa v0.16.9
26102024-07-09T03:41:37.597Z Compiling slog-envlogger v2.2.0
26112024-07-09T03:41:37.600Z Compiling rand_core v0.5.1
26122024-07-09T03:41:37.669Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26132024-07-09T03:41:38.135Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142024-07-09T03:41:38.388Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26152024-07-09T03:41:38.422Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26162024-07-09T03:41:38.452Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26172024-07-09T03:41:39.368Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26182024-07-09T03:41:39.592Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26192024-07-09T03:41:39.946Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26202024-07-09T03:41:40.410Z Compiling mime_guess v2.0.4
26212024-07-09T03:41:40.504Z Compiling steno v0.4.1
26222024-07-09T03:41:40.523Z Compiling rustfmt-wrapper v0.2.1
26232024-07-09T03:41:41.819Z Compiling poly1305 v0.8.0
26242024-07-09T03:41:41.858Z Compiling tungstenite v0.20.1
26252024-07-09T03:41:41.875Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26262024-07-09T03:41:42.668Z Compiling primeorder v0.13.6
26272024-07-09T03:41:43.206Z Compiling heck v0.3.3
26282024-07-09T03:41:43.516Z Compiling chacha20 v0.9.1
26292024-07-09T03:41:43.566Z Compiling thiserror-impl-no-std v2.0.2
26302024-07-09T03:41:43.631Z Compiling secrecy v0.8.0
26312024-07-09T03:41:43.924Z Compiling half v2.4.1
26322024-07-09T03:41:43.991Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26332024-07-09T03:41:44.083Z Compiling ciborium-io v0.2.2
26342024-07-09T03:41:44.218Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26352024-07-09T03:41:44.262Z Compiling option-ext v0.2.0
26362024-07-09T03:41:44.348Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26372024-07-09T03:41:44.403Z Compiling dirs-sys v0.4.1
26382024-07-09T03:41:44.499Z Compiling ciborium-ll v0.2.2
26392024-07-09T03:41:44.979Z Compiling zone_cfg_derive v0.1.2
26402024-07-09T03:41:45.090Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26412024-07-09T03:41:45.382Z Compiling tokio-tungstenite v0.20.1
26422024-07-09T03:41:46.043Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26432024-07-09T03:41:46.452Z Compiling parking_lot v0.11.2
26442024-07-09T03:41:46.524Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26452024-07-09T03:41:46.549Z Compiling rand_chacha v0.2.2
26462024-07-09T03:41:46.987Z Compiling thiserror-no-std v2.0.2
26472024-07-09T03:41:47.121Z Compiling trust-dns-client v0.22.0
26482024-07-09T03:41:47.459Z Compiling ed25519 v2.2.3
26492024-07-09T03:41:48.079Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26502024-07-09T03:41:48.082Z Compiling polyval v0.6.2
26512024-07-09T03:41:48.451Z Compiling libsw v3.3.1
26522024-07-09T03:41:48.511Z Compiling toml v0.5.11
26532024-07-09T03:41:48.631Z Compiling aes v0.8.4
26542024-07-09T03:41:48.682Z Compiling ctr v0.9.2
26552024-07-09T03:41:48.773Z Compiling blowfish v0.9.1
26562024-07-09T03:41:49.061Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26572024-07-09T03:41:49.233Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26582024-07-09T03:41:50.479Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26592024-07-09T03:41:51.604Z Compiling pbkdf2 v0.12.2
26602024-07-09T03:41:51.788Z Compiling password-hash v0.4.2
26612024-07-09T03:41:52.325Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26622024-07-09T03:41:52.778Z Compiling gethostname v0.4.3
26632024-07-09T03:41:53.079Z Compiling fxhash v0.2.1
26642024-07-09T03:41:53.307Z Compiling owo-colors v4.0.0
26652024-07-09T03:41:53.326Z Compiling base64 v0.13.1
26662024-07-09T03:41:53.991Z Compiling linear-map v1.2.0
26672024-07-09T03:41:54.381Z Compiling ron v0.7.1
26682024-07-09T03:41:54.563Z Compiling sled v0.34.7
26692024-07-09T03:41:55.697Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26702024-07-09T03:41:56.856Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26712024-07-09T03:41:57.514Z Compiling pbkdf2 v0.11.0
26722024-07-09T03:41:57.915Z Compiling bcrypt-pbkdf v0.10.0
26732024-07-09T03:41:58.519Z Compiling trust-dns-server v0.22.1
26742024-07-09T03:41:59.408Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26752024-07-09T03:42:00.090Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26762024-07-09T03:42:00.219Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26772024-07-09T03:42:00.714Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26782024-07-09T03:42:02.166Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26792024-07-09T03:42:03.360Z Compiling ghash v0.5.1
26802024-07-09T03:42:03.577Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26812024-07-09T03:42:03.672Z Compiling ed25519-dalek v2.1.1
26822024-07-09T03:42:04.321Z Compiling vsss-rs v3.3.4
26832024-07-09T03:42:04.846Z Compiling rand v0.7.3
26842024-07-09T03:42:05.704Z Compiling zone v0.1.8
26852024-07-09T03:42:06.502Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26862024-07-09T03:42:07.083Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26872024-07-09T03:42:07.389Z Compiling ciborium v0.2.2
26882024-07-09T03:42:07.494Z Compiling dirs v5.0.1
26892024-07-09T03:42:07.576Z Compiling chacha20poly1305 v0.10.1
26902024-07-09T03:42:07.715Z Compiling p521 v0.13.3
26912024-07-09T03:42:07.824Z Compiling p256 v0.13.2
26922024-07-09T03:42:08.713Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
26932024-07-09T03:42:08.960Z Compiling pem v3.0.4
26942024-07-09T03:42:09.014Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
26952024-07-09T03:42:09.416Z Compiling headers-core v0.2.0
26962024-07-09T03:42:09.595Z Compiling cbc v0.1.2
26972024-07-09T03:42:09.839Z Compiling kstat-rs v0.2.4
26982024-07-09T03:42:09.857Z Compiling portpicker v0.1.1
26992024-07-09T03:42:10.103Z Compiling nanorand v0.7.0
27002024-07-09T03:42:10.198Z Compiling russh-cryptovec v0.7.2
27012024-07-09T03:42:10.239Z Compiling md5 v0.7.0
27022024-07-09T03:42:10.503Z Compiling glob v0.3.1
27032024-07-09T03:42:10.540Z Compiling http-range v0.1.5
27042024-07-09T03:42:10.585Z Compiling russh-keys v0.43.0
27052024-07-09T03:42:10.720Z Compiling hyper-staticfile v0.9.5
27062024-07-09T03:42:10.827Z Compiling flume v0.11.0
27072024-07-09T03:42:10.961Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27082024-07-09T03:42:11.558Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27092024-07-09T03:42:11.603Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102024-07-09T03:42:11.830Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27112024-07-09T03:42:13.773Z Compiling headers v0.3.9
27122024-07-09T03:42:14.117Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27132024-07-09T03:42:14.672Z Compiling rcgen v0.12.1
27142024-07-09T03:42:15.822Z Compiling aes-gcm v0.10.3
27152024-07-09T03:42:16.154Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27162024-07-09T03:42:16.307Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27172024-07-09T03:42:17.736Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27182024-07-09T03:42:18.678Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27192024-07-09T03:42:19.751Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27202024-07-09T03:42:23.188Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27212024-07-09T03:42:23.694Z Compiling atomicwrites v0.4.3
27222024-07-09T03:42:24.090Z Compiling subprocess v0.2.9
27232024-07-09T03:42:24.947Z Compiling display-error-chain v0.2.0
27242024-07-09T03:42:25.144Z Compiling dhcproto-macros v0.1.0
27252024-07-09T03:42:26.201Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27262024-07-09T03:42:26.222Z Compiling hex-literal v0.4.1
27272024-07-09T03:42:26.398Z Compiling russh v0.43.0
27282024-07-09T03:42:27.322Z Compiling dhcproto v0.11.0
27292024-07-09T03:42:27.396Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27302024-07-09T03:42:28.391Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27312024-07-09T03:42:30.256Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27322024-07-09T03:42:30.915Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27332024-07-09T03:42:31.412Z Compiling internet-checksum v0.2.1
27342024-07-09T03:42:53.110Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27352024-07-09T03:43:32.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s
27362024-07-09T03:43:32.859Z
27372024-07-09T03:43:32.859Zreal 3:42.766075493
27382024-07-09T03:43:32.859Zuser 20:15.994821391
27392024-07-09T03:43:32.859Zsys 4:18.058769956
27402024-07-09T03:43:32.859Ztrap 0.597003215
27412024-07-09T03:43:32.859Ztflt 0.567969479
27422024-07-09T03:43:32.859Zdflt 2.201793037
27432024-07-09T03:43:32.859Zkflt 0.000231549
27442024-07-09T03:43:32.860Zlock 42:59.415707269
27452024-07-09T03:43:32.860Zslp 58:11.605151202
27462024-07-09T03:43:32.860Zlat 1:07.404857601
27472024-07-09T03:43:32.860Zstop 2:28.606775513
27482024-07-09T03:43:32.863Z+ mkdir tests
27492024-07-09T03:43:32.866Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27502024-07-09T03:43:32.866Z+ xargs -I '{}' -t cp '{}' tests/
27512024-07-09T03:43:33.577Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1db78b74439e7efe tests/
27522024-07-09T03:43:33.604Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e45ae24807fc802e tests/
27532024-07-09T03:43:33.630Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b49ebc0b474d84e8 tests/
27542024-07-09T03:43:33.655Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a384bb8107638720 tests/
27552024-07-09T03:43:33.981Z+ 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/*)
27562024-07-09T03:43:33.984Z+ 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-b49ebc0b474d84e8 tests/commtest-e45ae24807fc802e tests/dhcp_server-1db78b74439e7efe tests/end_to_end_tests-a384bb8107638720 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
27572024-07-09T03:44:38.454ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27582024-07-09T03:44:38.454Za out/target/test 1K
27592024-07-09T03:44:38.454Za out/npuzone/npuzone 23144K
27602024-07-09T03:44:38.454Za package-manifest.toml 29K
27612024-07-09T03:44:38.454Za smf/sled-agent/non-gimlet/config.toml 4K
27622024-07-09T03:44:38.454Za target/release/omicron-package 32478K
27632024-07-09T03:44:38.454Za target/release/xtask 18167K
27642024-07-09T03:44:38.454Za target/debug/bootstrap 358985K
27652024-07-09T03:44:38.454Za tests/bootstrap-b49ebc0b474d84e8 23982K
27662024-07-09T03:44:38.454Za tests/commtest-e45ae24807fc802e 23983K
27672024-07-09T03:44:38.454Za tests/dhcp_server-1db78b74439e7efe 23982K
27682024-07-09T03:44:38.454Za tests/end_to_end_tests-a384bb8107638720 369149K
27692024-07-09T03:44:38.454Za out/clickhouse.tar.gz 223107K
27702024-07-09T03:44:38.454Za out/clickhouse_keeper.tar.gz 223081K
27712024-07-09T03:44:38.454Za out/cockroachdb.tar.gz 131933K
27722024-07-09T03:44:38.454Za out/crucible-dtrace.tar 85K
27732024-07-09T03:44:38.454Za out/crucible-pantry-zone.tar.gz 27040K
27742024-07-09T03:44:38.454Za out/crucible-zone.tar.gz 37411K
27752024-07-09T03:44:38.455Za out/external-dns.tar.gz 25106K
27762024-07-09T03:44:38.455Za out/internal-dns.tar.gz 25105K
27772024-07-09T03:44:38.455Za out/mg-ddm-gz.tar 60616K
27782024-07-09T03:44:38.455Za out/nexus.tar.gz 84574K
27792024-07-09T03:44:38.455Za out/ntp.tar.gz 8921K
27802024-07-09T03:44:38.455Za out/omicron-gateway-softnpu.tar.gz 13801K
27812024-07-09T03:44:38.455Za out/omicron-sled-agent.tar 94536K
27822024-07-09T03:44:38.455Za out/overlay.tar.gz 3K
27832024-07-09T03:44:38.455Za out/oximeter.tar.gz 41534K
27842024-07-09T03:44:38.455Za out/oxlog.tar 2955K
27852024-07-09T03:44:38.455Za out/probe.tar.gz 2764K
27862024-07-09T03:44:38.455Za out/propolis-server.tar.gz 64642K
27872024-07-09T03:44:38.455Za out/pumpkind-gz.tar 26665K
27882024-07-09T03:44:38.455Za out/switch-softnpu.tar.gz 196170K
27892024-07-09T03:44:38.458Z
27902024-07-09T03:44:38.458Zreal 1:04.464988402
27912024-07-09T03:44:38.458Zuser 1:01.783483034
27922024-07-09T03:44:38.458Zsys 3.870965471
27932024-07-09T03:44:38.458Ztrap 0.013729590
27942024-07-09T03:44:38.458Ztflt 0.000000000
27952024-07-09T03:44:38.458Zdflt 0.000000000
27962024-07-09T03:44:38.458Zkflt 0.000000000
27972024-07-09T03:44:38.458Zlock 0.000000000
27982024-07-09T03:44:38.458Zslp 1:01.516622184
27992024-07-09T03:44:38.458Zlat 1.739305313
28002024-07-09T03:44:38.458Zstop 0.000538598
28012024-07-09T03:44:38.458Zprocess exited: duration 1786817 ms, exit code 0
 
28022024-07-09T03:44:38.472Zfound 1 output files
28032024-07-09T03:44:38.527Zuploading: /work/package.tar.gz (1403763059 bytes)
28042024-07-09T03:45:09.114Zuploaded: /work/package.tar.gz