01J22KAW9SCDP1D2C90FAV2BK7: 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: 01J22KB6A3MXSS2X3CFVVVMV5N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-05T23:24:09.756Zjob assigned to worker 01J22KB958HZEG0RYCRZEXXH44 (queued for 48 s)
 
22024-07-05T23:24:17.005Zstarting task 0: "setup"
32024-07-05T23:24:17.071Z++ uname -s
42024-07-05T23:24:17.074Z+ kern=SunOS
52024-07-05T23:24:17.074Z+ case "$kern" in
62024-07-05T23:24:17.074Z+ groupadd -g 12345 build
72024-07-05T23:24:17.078Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-05T23:24:19.086Z+ zfs create -o mountpoint=/work rpool/work
92024-07-05T23:24:19.180Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-05T23:24:19.184Z+ home_fs=zfs
112024-07-05T23:24:19.184Z+ [[ zfs == autofs ]]
122024-07-05T23:24:19.184Z+ mkdir -p /home/build
132024-07-05T23:24:19.187Z+ chown build:build /home/build /work
142024-07-05T23:24:21.187Z+ chmod 0700 /home/build /work
152024-07-05T23:24:21.189Zprocess exited: duration 4181 ms, exit code 0
 
162024-07-05T23:24:21.195Zstarting task 1: "rust-toolchain"
172024-07-05T23:24:21.200Z+ printf ' * toolchain channel = "%s"
182024-07-05T23:24:21.200Z' 1.78.0
192024-07-05T23:24:21.200Z * toolchain channel = "1.78.0"
202024-07-05T23:24:21.201Z+ printf ' * toolchain profile = "%s"
212024-07-05T23:24:21.201Z' default
222024-07-05T23:24:21.201Z * toolchain profile = "default"
232024-07-05T23:24:21.203Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-05T23:24:21.203Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-05T23:24:21.356Zinfo: downloading installer
262024-07-05T23:24:22.978Zinfo: profile set to 'default'
272024-07-05T23:24:22.978Zinfo: default host triple is x86_64-unknown-illumos
282024-07-05T23:24:22.980Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-05T23:24:23.110Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-05T23:24:23.110Zinfo: downloading component 'cargo'
312024-07-05T23:24:23.770Zinfo: downloading component 'clippy'
322024-07-05T23:24:23.990Zinfo: downloading component 'rust-docs'
332024-07-05T23:24:24.863Zinfo: downloading component 'rust-std'
342024-07-05T23:24:26.263Zinfo: downloading component 'rustc'
352024-07-05T23:24:29.807Zinfo: downloading component 'rustfmt'
362024-07-05T23:24:29.999Zinfo: installing component 'cargo'
372024-07-05T23:24:30.822Zinfo: installing component 'clippy'
382024-07-05T23:24:31.172Zinfo: installing component 'rust-docs'
392024-07-05T23:24:32.666Zinfo: installing component 'rust-std'
402024-07-05T23:24:34.397Zinfo: installing component 'rustc'
412024-07-05T23:24:38.548Zinfo: installing component 'rustfmt'
422024-07-05T23:24:38.883Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-05T23:24:38.883Z
442024-07-05T23:24:39.155Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-05T23:24:39.155Z
462024-07-05T23:24:39.158Z
472024-07-05T23:24:39.158ZRust is installed now. Great!
482024-07-05T23:24:39.158Z
492024-07-05T23:24:39.158ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-05T23:24:39.158Zenvironment variable. This has not been done automatically.
512024-07-05T23:24:39.158Z
522024-07-05T23:24:39.158ZTo configure your current shell, you need to source
532024-07-05T23:24:39.158Zthe corresponding env file under $HOME/.cargo.
542024-07-05T23:24:39.158Z
552024-07-05T23:24:39.158ZThis is usually done by running one of the following (note the leading DOT):
562024-07-05T23:24:39.158Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-05T23:24:39.158Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-05T23:24:39.222Z+ rustc --version
592024-07-05T23:24:39.286Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-05T23:24:39.288Zprocess exited: duration 18083 ms, exit code 0
 
612024-07-05T23:24:39.295Zstarting task 2: "authentication"
622024-07-05T23:24:39.314Zprocess exited: duration 19 ms, exit code 0
 
632024-07-05T23:24:39.320Zstarting task 3: "clone repository"
642024-07-05T23:24:39.325Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-05T23:24:39.327Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-05T23:24:39.473ZCloning into '/work/oxidecomputer/omicron'...
672024-07-05T23:24:45.268Z+ cd /work/oxidecomputer/omicron
682024-07-05T23:24:45.268Z+ git fetch origin d9df137dd71aad9f5a8dfb8eea0ac0d40595b6c1
692024-07-05T23:24:45.551ZFrom https://github.com/oxidecomputer/omicron
702024-07-05T23:24:45.551Z * branch d9df137dd71aad9f5a8dfb8eea0ac0d40595b6c1 -> FETCH_HEAD
712024-07-05T23:24:45.559Z+ [[ -n renovate/ratatui-0.x ]]
722024-07-05T23:24:45.562Z++ git branch --show-current
732024-07-05T23:24:45.566Z+ current=main
742024-07-05T23:24:45.566Z+ [[ main != renovate/ratatui-0.x ]]
752024-07-05T23:24:45.566Z+ git branch -f renovate/ratatui-0.x d9df137dd71aad9f5a8dfb8eea0ac0d40595b6c1
762024-07-05T23:24:45.569Z+ git checkout -f renovate/ratatui-0.x
772024-07-05T23:24:45.698ZSwitched to branch 'renovate/ratatui-0.x'
782024-07-05T23:24:45.701Z+ git reset --hard d9df137dd71aad9f5a8dfb8eea0ac0d40595b6c1
792024-07-05T23:24:45.827ZHEAD is now at d9df137dd also update tui-tree-widget
802024-07-05T23:24:45.830Zprocess exited: duration 6504 ms, exit code 0
 
812024-07-05T23:24:45.836Zstarting task 4: "build"
822024-07-05T23:24:45.841Z+ cargo --version
832024-07-05T23:24:45.893Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-05T23:24:45.897Z+ rustc --version
852024-07-05T23:24:45.951Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-05T23:24:45.954Z+ WORK=/work
872024-07-05T23:24:45.954Z+ pfexec mkdir -p /work
882024-07-05T23:24:45.957Z+ pfexec chown build /work
892024-07-05T23:24:45.960Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-07-05T23:24:53.836Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-07-05T23:24:55.678Z Startup: Caching catalogs ... Done
922024-07-05T23:24:58.256ZPlanning: Solver setup ... Done (2.117s)
932024-07-05T23:24:58.301ZPlanning: Running solver ... Done (0.045s)
942024-07-05T23:24:58.341ZPlanning: Finding local manifests ... Done (0.003s)
952024-07-05T23:24:58.361ZPlanning: Fetching manifests: 0/4 0% complete
962024-07-05T23:24:58.691ZPlanning: Fetching manifests: 4/4 100% complete
972024-07-05T23:24:58.737ZPlanning: Package planning ... Done (0.046s)
982024-07-05T23:24:58.883ZPlanning: Merging actions ... Done (0.145s)
992024-07-05T23:25:00.308ZPlanning: Checking for conflicting actions ... Done (1.425s)
1002024-07-05T23:25:00.320ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-07-05T23:25:08.510ZPlanning: Evaluating mediators ... Done (8.186s)
1022024-07-05T23:25:08.520ZPlanning: Planning completed in 12.77 seconds
1032024-07-05T23:25:09.288Z Packages to install: 4
1042024-07-05T23:25:09.288Z Mediators to change: 2
1052024-07-05T23:25:09.291Z Services to change: 1
1062024-07-05T23:25:09.291Z Estimated space available: 155.77 GB
1072024-07-05T23:25:09.291ZEstimated space to be consumed: 1.46 GB
1082024-07-05T23:25:09.291Z Create boot environment: No
1092024-07-05T23:25:09.291ZCreate backup boot environment: No
1102024-07-05T23:25:09.291Z Rebuild boot archive: No
1112024-07-05T23:25:09.291Z
1122024-07-05T23:25:09.291ZChanged mediators:
1132024-07-05T23:25:09.291Z mediator clang:
1142024-07-05T23:25:09.291Z version: None -> 15 (system default)
1152024-07-05T23:25:09.291Z
1162024-07-05T23:25:09.291Z mediator llvm:
1172024-07-05T23:25:09.291Z version: 14 (system default) -> 15 (system default)
1182024-07-05T23:25:09.291Z
1192024-07-05T23:25:09.291ZChanged packages:
1202024-07-05T23:25:09.291Zhelios-dev
1212024-07-05T23:25:09.291Z developer/build-essential
1222024-07-05T23:25:09.291Z None -> 11-2.0
1232024-07-05T23:25:09.291Z library/libxmlsec1
1242024-07-05T23:25:09.291Z None -> 1.2.35-2.0
1252024-07-05T23:25:09.291Z ooce/developer/clang-15
1262024-07-05T23:25:09.291Z None -> 15.0.7-2.0
1272024-07-05T23:25:09.291Z ooce/developer/llvm-15
1282024-07-05T23:25:09.292Z None -> 15.0.7-2.0
1292024-07-05T23:25:09.292Z
1302024-07-05T23:25:09.292ZServices:
1312024-07-05T23:25:09.292Z restart_fmri:
1322024-07-05T23:25:09.292Z svc:/system/update-man-index:default
1332024-07-05T23:25:09.529Z
1342024-07-05T23:25:09.529ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-07-05T23:25:14.683ZDownload: 1197/3290 items 57.4/212.6MB 27% complete (13.2M/s)
1362024-07-05T23:25:19.686ZDownload: 2581/3290 items 120.5/212.6MB 56% complete (12.1M/s)
1372024-07-05T23:25:22.897ZDownload: Completed 212.60 MB in 13.36 seconds (15.9M/s)
1382024-07-05T23:25:23.921Z Actions: 1/3689 actions (Installing new actions)
1392024-07-05T23:25:29.001Z Actions: 3553/3689 actions (Installing new actions)
1402024-07-05T23:25:29.826Z Actions: Completed 3689 actions in 5.90 seconds.
1412024-07-05T23:25:30.070Z Done (0.239s)
1422024-07-05T23:25:30.070Z Done (0.000s)
1432024-07-05T23:25:30.391Z Done (0.320s)
1442024-07-05T23:25:36.840Z Done (6.292s)
1452024-07-05T23:25:37.152Z Done (0.245s)
1462024-07-05T23:25:37.155Z Done (0.000s)
1472024-07-05T23:25:37.366Z Done (0.000s)
1482024-07-05T23:25:37.922ZPlanning: Evaluating mediator changes ... Done
1492024-07-05T23:25:38.081ZPlanning: Checking for conflicting actions ... Done
1502024-07-05T23:25:38.084ZPlanning: Consolidating action changes ... Done
1512024-07-05T23:25:38.347ZPlanning: Evaluating mediators ... Done
1522024-07-05T23:25:38.350ZPlanning: Planning completed in 0.42 seconds
1532024-07-05T23:25:38.378Z Mediators to change: 2
1542024-07-05T23:25:38.378Z Create boot environment: No
1552024-07-05T23:25:38.379ZCreate backup boot environment: No
1562024-07-05T23:25:38.442Z Done
1572024-07-05T23:25:38.442Z Done
1582024-07-05T23:25:38.641Z Done
1592024-07-05T23:25:42.130Z Done
1602024-07-05T23:25:42.220Z Done
1612024-07-05T23:25:42.220Z Done
1622024-07-05T23:25:42.466Z Done
1632024-07-05T23:25:43.061ZPlanning: Evaluating mediator changes ... Done
1642024-07-05T23:25:43.071ZPlanning: Merging actions ... Done
1652024-07-05T23:25:43.251ZPlanning: Checking for conflicting actions ... Done
1662024-07-05T23:25:43.254ZPlanning: Consolidating action changes ... Done
1672024-07-05T23:25:43.511ZPlanning: Evaluating mediators ... Done
1682024-07-05T23:25:43.566ZPlanning: Planning completed in 0.74 seconds
1692024-07-05T23:25:43.600Z Packages to change: 1
1702024-07-05T23:25:43.603Z Mediators to change: 1
1712024-07-05T23:25:43.603Z Services to change: 1
1722024-07-05T23:25:43.603Z Create boot environment: No
1732024-07-05T23:25:43.603ZCreate backup boot environment: Yes
1742024-07-05T23:25:45.621Z Actions: 1/6 actions (Updating modified actions)
1752024-07-05T23:25:45.758Z Actions: Completed 6 actions in 0.14 seconds.
1762024-07-05T23:25:45.760Z Done
1772024-07-05T23:25:45.760Z Done
1782024-07-05T23:25:45.825Z Done
1792024-07-05T23:25:49.271Z Done
1802024-07-05T23:25:49.354Z Done
1812024-07-05T23:25:49.357Z Done
1822024-07-05T23:25:50.087Z Done
1832024-07-05T23:25:50.512ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842024-07-05T23:25:50.512Zclang system 15 system
1852024-07-05T23:25:50.512Zcsh system system illumos
1862024-07-05T23:25:50.512Zctags system system illumos
1872024-07-05T23:25:50.512Zgcc vendor 12 vendor
1882024-07-05T23:25:50.512Zgcc system 10 system
1892024-07-05T23:25:50.512Zgcc system 7 system
1902024-07-05T23:25:50.512Zgo system 1.20 system
1912024-07-05T23:25:50.512Zgo system 1.19 system
1922024-07-05T23:25:50.512Zllvm system 15 system
1932024-07-05T23:25:50.512Zllvm system 14 system
1942024-07-05T23:25:50.512Zmariadb system 10.6 system
1952024-07-05T23:25:50.512Zmta vendor vendor dma
1962024-07-05T23:25:50.512Zopenjdk system 17 system
1972024-07-05T23:25:50.512Zopenjdk system 11 system
1982024-07-05T23:25:50.512Zopenjdk system 1.8 system
1992024-07-05T23:25:50.512Zopenssl vendor 3 vendor
2002024-07-05T23:25:50.512Zperl system 5.36 system
2012024-07-05T23:25:50.512Zpostgresql system 15 system
2022024-07-05T23:25:50.513Zpostgresql system 13 system
2032024-07-05T23:25:50.513Zpython vendor 3 vendor
2042024-07-05T23:25:50.513Zpython system 2 system
2052024-07-05T23:25:50.513Zpython3 system 3.11 system
2062024-07-05T23:25:50.513Zruby system 3.0 system
2072024-07-05T23:25:50.513Zwords vendor vendor american-english
2082024-07-05T23:25:50.513Zwords system system australian-english
2092024-07-05T23:25:50.513Zwords system system british-english
2102024-07-05T23:25:50.513Zwords system system canadian-english
2112024-07-05T23:25:50.513Zwords system system french
2122024-07-05T23:25:50.513Zwords system system italian
2132024-07-05T23:25:50.513Zwords system system ngerman
2142024-07-05T23:25:50.513Zwords system system ogerman
2152024-07-05T23:25:50.513Zwords system system spanish
2162024-07-05T23:25:50.831ZPUBLISHER TYPE STATUS P LOCATION
2172024-07-05T23:25:50.831Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2182024-07-05T23:25:52.348ZFMRI IFO
2192024-07-05T23:25:52.348Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2202024-07-05T23:25:52.348Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2212024-07-05T23:25:52.349Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2222024-07-05T23:25:52.349Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2232024-07-05T23:25:52.349Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2242024-07-05T23:25:52.349Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2252024-07-05T23:25:52.349Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2262024-07-05T23:25:52.349Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2272024-07-05T23:25:52.349Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2282024-07-05T23:25:52.349Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2292024-07-05T23:25:52.349Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2302024-07-05T23:25:52.349Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2312024-07-05T23:25:52.846Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2322024-07-05T23:25:53.208Z Updating git repository `https://github.com/oxidecomputer/zone`
2332024-07-05T23:25:53.578Z Updating crates.io index
2342024-07-05T23:25:53.648Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2352024-07-05T23:25:54.394Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2362024-07-05T23:25:55.224Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2372024-07-05T23:25:55.562Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2382024-07-05T23:25:57.433Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392024-07-05T23:25:57.870Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402024-07-05T23:25:58.237Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412024-07-05T23:25:59.366Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422024-07-05T23:26:01.115Z Updating git repository `https://github.com/oxidecomputer/opte`
2432024-07-05T23:26:02.105Z Updating git repository `https://github.com/oxidecomputer/falcon`
2442024-07-05T23:26:02.995Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452024-07-05T23:26:03.598Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2462024-07-05T23:26:03.957Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2472024-07-05T23:26:04.379Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2482024-07-05T23:26:04.729Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2492024-07-05T23:26:05.101Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502024-07-05T23:26:05.606Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2512024-07-05T23:26:05.845Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2522024-07-05T23:26:06.102Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2532024-07-05T23:26:06.398Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542024-07-05T23:26:06.703Z Updating git repository `https://github.com/oxidecomputer/ispf`
2552024-07-05T23:26:07.144Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2562024-07-05T23:26:07.390Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2572024-07-05T23:26:08.049Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2582024-07-05T23:26:08.411Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2592024-07-05T23:26:08.676Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2602024-07-05T23:26:09.134Z Updating git repository `https://github.com/oxidecomputer/typify`
2612024-07-05T23:26:11.132Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622024-07-05T23:26:11.451Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2632024-07-05T23:26:11.735Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2642024-07-05T23:26:12.174Z Updating git repository `https://github.com/oxidecomputer/rfb`
2652024-07-05T23:26:13.361Z Downloading crates ...
2662024-07-05T23:26:13.456Z Downloaded autocfg v1.3.0
2672024-07-05T23:26:13.459Z Downloaded anstyle-parse v0.2.4
2682024-07-05T23:26:13.461Z Downloaded adler v1.0.2
2692024-07-05T23:26:13.476Z Downloaded pkg-config v0.3.30
2702024-07-05T23:26:13.479Z Downloaded powerfmt v0.2.0
2712024-07-05T23:26:13.482Z Downloaded plain v0.2.3
2722024-07-05T23:26:13.482Z Downloaded pin-utils v0.1.0
2732024-07-05T23:26:13.485Z Downloaded pin-project-lite v0.2.14
2742024-07-05T23:26:13.488Z Downloaded try-lock v0.2.5
2752024-07-05T23:26:13.490Z Downloaded time-core v0.1.2
2762024-07-05T23:26:13.490Z Downloaded strum v0.26.2
2772024-07-05T23:26:13.493Z Downloaded match_cfg v0.1.0
2782024-07-05T23:26:13.498Z Downloaded swrite v0.1.0
2792024-07-05T23:26:13.498Z Downloaded openssl-probe v0.1.5
2802024-07-05T23:26:13.500Z Downloaded dtrace-parser v0.2.0
2812024-07-05T23:26:13.500Z Downloaded usdt-attr-macro v0.5.0
2822024-07-05T23:26:13.500Z Downloaded bitflags v2.5.0
2832024-07-05T23:26:13.503Z Downloaded anyhow v1.0.86
2842024-07-05T23:26:13.507Z Downloaded anstyle-query v1.0.3
2852024-07-05T23:26:13.509Z Downloaded scroll_derive v0.12.0
2862024-07-05T23:26:13.509Z Downloaded equivalent v1.0.1
2872024-07-05T23:26:13.512Z Downloaded thread_local v1.1.8
2882024-07-05T23:26:13.512Z Downloaded tokio-native-tls v0.3.1
2892024-07-05T23:26:13.515Z Downloaded terminal_size v0.3.0
2902024-07-05T23:26:13.515Z Downloaded is_terminal_polyfill v1.70.0
2912024-07-05T23:26:13.517Z Downloaded slog-bunyan v2.5.0
2922024-07-05T23:26:13.517Z Downloaded foreign-types-shared v0.1.1
2932024-07-05T23:26:13.517Z Downloaded foreign-types v0.3.2
2942024-07-05T23:26:13.520Z Downloaded thiserror-impl v1.0.60
2952024-07-05T23:26:13.520Z Downloaded hyper-tls v0.5.0
2962024-07-05T23:26:13.520Z Downloaded scroll v0.12.0
2972024-07-05T23:26:13.522Z Downloaded futures-sink v0.3.30
2982024-07-05T23:26:13.523Z Downloaded errno v0.3.9
2992024-07-05T23:26:13.525Z Downloaded utf8parse v0.2.1
3002024-07-05T23:26:13.525Z Downloaded cargo_metadata v0.18.1
3012024-07-05T23:26:13.528Z Downloaded serde_tokenstream v0.2.1
3022024-07-05T23:26:13.530Z Downloaded deranged v0.3.11
3032024-07-05T23:26:13.533Z Downloaded semver v1.0.23
3042024-07-05T23:26:13.535Z Downloaded slab v0.4.9
3052024-07-05T23:26:13.535Z Downloaded tinyvec_macros v0.1.1
3062024-07-05T23:26:13.535Z Downloaded want v0.3.1
3072024-07-05T23:26:13.538Z Downloaded is-terminal v0.4.12
3082024-07-05T23:26:13.538Z Downloaded dirs-next v2.0.0
3092024-07-05T23:26:13.538Z Downloaded sync_wrapper v0.1.2
3102024-07-05T23:26:13.541Z Downloaded heck v0.5.0
3112024-07-05T23:26:13.541Z Downloaded futures-core v0.3.30
3122024-07-05T23:26:13.544Z Downloaded pretty-hex v0.4.1
3132024-07-05T23:26:13.544Z Downloaded memmap v0.7.0
3142024-07-05T23:26:13.544Z Downloaded colorchoice v1.0.1
3152024-07-05T23:26:13.546Z Downloaded form_urlencoded v1.2.1
3162024-07-05T23:26:13.546Z Downloaded tabled_derive v0.7.0
3172024-07-05T23:26:13.546Z Downloaded fnv v1.0.7
3182024-07-05T23:26:13.551Z Downloaded filetime v0.2.23
3192024-07-05T23:26:13.551Z Downloaded bytecount v0.6.8
3202024-07-05T23:26:13.554Z Downloaded slog-term v2.9.1
3212024-07-05T23:26:13.554Z Downloaded proc-macro-error v1.0.4
3222024-07-05T23:26:13.557Z Downloaded openssl-macros v0.1.1
3232024-07-05T23:26:13.557Z Downloaded version_check v0.9.4
3242024-07-05T23:26:13.559Z Downloaded num_threads v0.1.7
3252024-07-05T23:26:13.560Z Downloaded hostname v0.3.1
3262024-07-05T23:26:13.560Z Downloaded rustls-pemfile v1.0.4
3272024-07-05T23:26:13.562Z Downloaded num_cpus v1.16.0
3282024-07-05T23:26:13.565Z Downloaded usdt-macro v0.5.0
3292024-07-05T23:26:13.565Z Downloaded tower-service v0.3.2
3302024-07-05T23:26:13.567Z Downloaded tar v0.4.40
3312024-07-05T23:26:13.570Z Downloaded toml v0.8.14
3322024-07-05T23:26:13.572Z Downloaded slog-json v2.6.1
3332024-07-05T23:26:13.572Z Downloaded xattr v1.3.1
3342024-07-05T23:26:13.575Z Downloaded http-body v0.4.6
3352024-07-05T23:26:13.578Z Downloaded heck v0.4.1
3362024-07-05T23:26:13.578Z Downloaded tinyvec v1.6.0
3372024-07-05T23:26:13.580Z Downloaded thread-id v4.2.1
3382024-07-05T23:26:13.583Z Downloaded proc-macro-error-attr v1.0.4
3392024-07-05T23:26:13.583Z Downloaded clap_lex v0.7.0
3402024-07-05T23:26:13.583Z Downloaded cargo-platform v0.1.8
3412024-07-05T23:26:13.586Z Downloaded futures-task v0.3.30
3422024-07-05T23:26:13.586Z Downloaded thiserror v1.0.60
3432024-07-05T23:26:13.589Z Downloaded httpdate v1.0.3
3442024-07-05T23:26:13.591Z Downloaded serde_derive v1.0.203
3452024-07-05T23:26:13.594Z Downloaded httparse v1.8.0
3462024-07-05T23:26:13.597Z Downloaded unicode-ident v1.0.12
3472024-07-05T23:26:13.600Z Downloaded toml_datetime v0.6.6
3482024-07-05T23:26:13.600Z Downloaded camino v1.1.7
3492024-07-05T23:26:13.604Z Downloaded usdt v0.5.0
3502024-07-05T23:26:13.604Z Downloaded crc32fast v1.4.0
3512024-07-05T23:26:13.607Z Downloaded signal-hook-registry v1.4.2
3522024-07-05T23:26:13.607Z Downloaded once_cell v1.19.0
3532024-07-05T23:26:13.609Z Downloaded mime v0.3.17
3542024-07-05T23:26:13.610Z Downloaded zerocopy-derive v0.7.34
3552024-07-05T23:26:13.613Z Downloaded quote v1.0.36
3562024-07-05T23:26:13.616Z Downloaded tokio-macros v2.3.0
3572024-07-05T23:26:13.618Z Downloaded ucd-trie v0.1.6
3582024-07-05T23:26:13.621Z Downloaded time-macros v0.2.18
3592024-07-05T23:26:13.621Z Downloaded parking_lot_core v0.9.10
3602024-07-05T23:26:13.624Z Downloaded native-tls v0.2.11
3612024-07-05T23:26:13.627Z Downloaded term v0.7.0
3622024-07-05T23:26:13.630Z Downloaded usdt-impl v0.5.0
3632024-07-05T23:26:13.630Z Downloaded strum_macros v0.26.4
3642024-07-05T23:26:13.633Z Downloaded url v2.5.0
3652024-07-05T23:26:13.635Z Downloaded typenum v1.17.0
3662024-07-05T23:26:13.638Z Downloaded smallvec v1.13.2
3672024-07-05T23:26:13.641Z Downloaded tracing v0.1.40
3682024-07-05T23:26:13.644Z Downloaded lock_api v0.4.12
3692024-07-05T23:26:13.646Z Downloaded futures v0.3.30
3702024-07-05T23:26:13.650Z Downloaded percent-encoding v2.3.1
3712024-07-05T23:26:13.653Z Downloaded unicode-bidi v0.3.15
3722024-07-05T23:26:13.658Z Downloaded miniz_oxide v0.7.2
3732024-07-05T23:26:13.661Z Downloaded tracing-core v0.1.32
3742024-07-05T23:26:13.661Z Downloaded log v0.4.21
3752024-07-05T23:26:13.663Z Downloaded clap v4.5.4
3762024-07-05T23:26:13.671Z Downloaded serde v1.0.203
3772024-07-05T23:26:13.674Z Downloaded toml_edit v0.22.14
3782024-07-05T23:26:13.696Z Downloaded pest_meta v2.7.10
3792024-07-05T23:26:13.699Z Downloaded pest_derive v2.7.10
3802024-07-05T23:26:13.701Z Downloaded parking_lot v0.12.2
3812024-07-05T23:26:13.704Z Downloaded papergrid v0.11.0
3822024-07-05T23:26:13.707Z Downloaded bytes v1.6.0
3832024-07-05T23:26:13.711Z Downloaded unicode-normalization v0.1.23
3842024-07-05T23:26:13.714Z Downloaded openssl-sys v0.9.102
3852024-07-05T23:26:13.720Z Downloaded time v0.3.36
3862024-07-05T23:26:13.727Z Downloaded serde_json v1.0.120
3872024-07-05T23:26:13.733Z Downloaded zerocopy v0.7.34
3882024-07-05T23:26:13.750Z Downloaded winnow v0.6.8
3892024-07-05T23:26:13.758Z Downloaded http v0.2.12
3902024-07-05T23:26:13.764Z Downloaded tabled v0.15.0
3912024-07-05T23:26:13.778Z Downloaded mio v0.8.11
3922024-07-05T23:26:13.783Z Downloaded vcpkg v0.2.15
3932024-07-05T23:26:13.820Z Downloaded syn v2.0.68
3942024-07-05T23:26:13.831Z Downloaded syn v1.0.109
3952024-07-05T23:26:13.841Z Downloaded rustix v0.38.34
3962024-07-05T23:26:13.862Z Downloaded unicode-width v0.1.13
3972024-07-05T23:26:13.869Z Downloaded idna v0.5.0
3982024-07-05T23:26:13.875Z Downloaded tokio v1.38.0
3992024-07-05T23:26:13.911Z Downloaded openssl v0.10.64
4002024-07-05T23:26:13.919Z Downloaded futures-util v0.3.30
4012024-07-05T23:26:13.930Z Downloaded hyper v0.14.28
4022024-07-05T23:26:13.938Z Downloaded h2 v0.3.26
4032024-07-05T23:26:13.944Z Downloaded goblin v0.8.2
4042024-07-05T23:26:13.949Z Downloaded clap_builder v4.5.2
4052024-07-05T23:26:13.956Z Downloaded pest v2.7.10
4062024-07-05T23:26:13.960Z Downloaded hashbrown v0.14.5
4072024-07-05T23:26:13.965Z Downloaded memchr v2.7.2
4082024-07-05T23:26:13.969Z Downloaded libc v0.2.155
4092024-07-05T23:26:13.996Z Downloaded crossbeam-channel v0.5.12
4102024-07-05T23:26:13.999Z Downloaded base64 v0.21.7
4112024-07-05T23:26:14.002Z Downloaded reqwest v0.11.27
4122024-07-05T23:26:14.009Z Downloaded indexmap v2.2.6
4132024-07-05T23:26:14.012Z Downloaded flate2 v1.0.30
4142024-07-05T23:26:14.018Z Downloaded tokio-util v0.7.11
4152024-07-05T23:26:14.023Z Downloaded cc v1.0.97
4162024-07-05T23:26:14.026Z Downloaded crossbeam-utils v0.8.19
4172024-07-05T23:26:14.029Z Downloaded encoding_rs v0.8.34
4182024-07-05T23:26:14.047Z Downloaded cargo_toml v0.20.3
4192024-07-05T23:26:14.050Z Downloaded slog v2.7.0
4202024-07-05T23:26:14.052Z Downloaded fs-err v2.11.0
4212024-07-05T23:26:14.055Z Downloaded macaddr v1.0.1
4222024-07-05T23:26:14.055Z Downloaded strsim v0.11.1
4232024-07-05T23:26:14.055Z Downloaded clap_derive v4.5.4
4242024-07-05T23:26:14.057Z Downloaded socket2 v0.5.7
4252024-07-05T23:26:14.060Z Downloaded ipnet v2.9.0
4262024-07-05T23:26:14.060Z Downloaded ryu v1.0.18
4272024-07-05T23:26:14.063Z Downloaded digest v0.10.7
4282024-07-05T23:26:14.066Z Downloaded futures-channel v0.3.30
4292024-07-05T23:26:14.066Z Downloaded dirs-sys-next v0.1.2
4302024-07-05T23:26:14.066Z Downloaded serde_urlencoded v0.7.1
4312024-07-05T23:26:14.069Z Downloaded generic-array v0.14.7
4322024-07-05T23:26:14.069Z Downloaded crypto-common v0.1.6
4332024-07-05T23:26:14.071Z Downloaded cpufeatures v0.2.12
4342024-07-05T23:26:14.071Z Downloaded futures-macro v0.3.30
4352024-07-05T23:26:14.071Z Downloaded futures-executor v0.3.30
4362024-07-05T23:26:14.074Z Downloaded cfg-if v1.0.0
4372024-07-05T23:26:14.074Z Downloaded byteorder v1.5.0
4382024-07-05T23:26:14.076Z Downloaded block-buffer v0.10.4
4392024-07-05T23:26:14.076Z Downloaded slog-async v2.8.0
4402024-07-05T23:26:14.076Z Downloaded scopeguard v1.2.0
4412024-07-05T23:26:14.079Z Downloaded rustversion v1.0.17
4422024-07-05T23:26:14.083Z Downloaded pest_generator v2.7.10
4432024-07-05T23:26:14.084Z Downloaded serde_spanned v0.6.6
4442024-07-05T23:26:14.084Z Downloaded take_mut v0.2.2
4452024-07-05T23:26:14.086Z Downloaded proc-macro2 v1.0.86
4462024-07-05T23:26:14.086Z Downloaded itoa v1.0.11
4472024-07-05T23:26:14.086Z Downloaded sha2 v0.10.8
4482024-07-05T23:26:14.089Z Downloaded num-conv v0.1.0
4492024-07-05T23:26:14.089Z Downloaded futures-io v0.3.30
4502024-07-05T23:26:14.089Z Downloaded dof v0.3.0
4512024-07-05T23:26:14.092Z Downloaded anstyle v1.0.7
4522024-07-05T23:26:14.092Z Downloaded anstream v0.6.14
4532024-07-05T23:26:14.381Z Compiling proc-macro2 v1.0.86
4542024-07-05T23:26:14.381Z Compiling unicode-ident v1.0.12
4552024-07-05T23:26:14.381Z Compiling libc v0.2.155
4562024-07-05T23:26:14.384Z Compiling version_check v0.9.4
4572024-07-05T23:26:14.384Z Compiling cfg-if v1.0.0
4582024-07-05T23:26:14.384Z Compiling itoa v1.0.11
4592024-07-05T23:26:14.384Z Compiling once_cell v1.19.0
4602024-07-05T23:26:14.422Z Compiling autocfg v1.3.0
4612024-07-05T23:26:14.537Z Compiling serde v1.0.203
4622024-07-05T23:26:14.626Z Compiling memchr v2.7.2
4632024-07-05T23:26:14.706Z Compiling thiserror v1.0.60
4642024-07-05T23:26:14.983Z Compiling ryu v1.0.18
4652024-07-05T23:26:15.255Z Compiling pin-project-lite v0.2.14
4662024-07-05T23:26:15.275Z Compiling bitflags v2.5.0
4672024-07-05T23:26:15.350Z Compiling pkg-config v0.3.30
4682024-07-05T23:26:15.389Z Compiling lock_api v0.4.12
4692024-07-05T23:26:15.596Z Compiling vcpkg v0.2.15
4702024-07-05T23:26:15.953Z Compiling ucd-trie v0.1.6
4712024-07-05T23:26:16.374Z Compiling cc v1.0.97
4722024-07-05T23:26:16.392Z Compiling parking_lot_core v0.9.10
4732024-07-05T23:26:17.005Z Compiling slab v0.4.9
4742024-07-05T23:26:17.578Z Compiling futures-core v0.3.30
4752024-07-05T23:26:17.723Z Compiling bytes v1.6.0
4762024-07-05T23:26:17.758Z Compiling scopeguard v1.2.0
4772024-07-05T23:26:17.828Z Compiling futures-sink v0.3.30
4782024-07-05T23:26:17.831Z Compiling smallvec v1.13.2
4792024-07-05T23:26:18.121Z Compiling fnv v1.0.7
4802024-07-05T23:26:18.255Z Compiling byteorder v1.5.0
4812024-07-05T23:26:18.274Z Compiling log v0.4.21
4822024-07-05T23:26:18.361Z Compiling equivalent v1.0.1
4832024-07-05T23:26:18.395Z Compiling serde_json v1.0.120
4842024-07-05T23:26:18.490Z Compiling hashbrown v0.14.5
4852024-07-05T23:26:18.664Z Compiling quote v1.0.36
4862024-07-05T23:26:18.761Z Compiling futures-channel v0.3.30
4872024-07-05T23:26:18.979Z Compiling socket2 v0.5.7
4882024-07-05T23:26:19.145Z Compiling syn v2.0.68
4892024-07-05T23:26:19.183Z Compiling openssl-sys v0.9.102
4902024-07-05T23:26:19.207Z Compiling num_cpus v1.16.0
4912024-07-05T23:26:19.336Z Compiling parking_lot v0.12.2
4922024-07-05T23:26:19.415Z Compiling signal-hook-registry v1.4.2
4932024-07-05T23:26:19.662Z Compiling mio v0.8.11
4942024-07-05T23:26:19.686Z Compiling typenum v1.17.0
4952024-07-05T23:26:19.829Z Compiling indexmap v2.2.6
4962024-07-05T23:26:19.948Z Compiling rustix v0.38.34
4972024-07-05T23:26:20.303Z Compiling futures-io v0.3.30
4982024-07-05T23:26:20.674Z Compiling futures-task v0.3.30
4992024-07-05T23:26:20.712Z Compiling pin-utils v0.1.0
5002024-07-05T23:26:20.935Z Compiling errno v0.3.9
5012024-07-05T23:26:20.964Z Compiling generic-array v0.14.7
5022024-07-05T23:26:20.986Z Compiling slog v2.7.0
5032024-07-05T23:26:20.989Z Compiling foreign-types-shared v0.1.1
5042024-07-05T23:26:21.024Z Compiling openssl v0.10.64
5052024-07-05T23:26:21.077Z Compiling foreign-types v0.3.2
5062024-07-05T23:26:21.301Z Compiling http v0.2.12
5072024-07-05T23:26:21.378Z Compiling proc-macro-error-attr v1.0.4
5082024-07-05T23:26:21.509Z Compiling usdt-impl v0.5.0
5092024-07-05T23:26:21.652Z Compiling tracing-core v0.1.32
5102024-07-05T23:26:21.799Z Compiling powerfmt v0.2.0
5112024-07-05T23:26:21.863Z Compiling native-tls v0.2.11
5122024-07-05T23:26:22.170Z Compiling num-conv v0.1.0
5132024-07-05T23:26:22.203Z Compiling httparse v1.8.0
5142024-07-05T23:26:22.327Z Compiling time-core v0.1.2
5152024-07-05T23:26:22.436Z Compiling syn v1.0.109
5162024-07-05T23:26:22.501Z Compiling tinyvec_macros v0.1.1
5172024-07-05T23:26:22.602Z Compiling tinyvec v1.6.0
5182024-07-05T23:26:22.631Z Compiling time-macros v0.2.18
5192024-07-05T23:26:23.014Z Compiling tracing v0.1.40
5202024-07-05T23:26:23.433Z Compiling deranged v0.3.11
5212024-07-05T23:26:23.767Z Compiling thread-id v4.2.1
5222024-07-05T23:26:23.907Z Compiling proc-macro-error v1.0.4
5232024-07-05T23:26:23.928Z Compiling percent-encoding v2.3.1
5242024-07-05T23:26:24.109Z Compiling utf8parse v0.2.1
5252024-07-05T23:26:24.250Z Compiling openssl-probe v0.1.5
5262024-07-05T23:26:24.281Z Compiling crossbeam-utils v0.8.19
5272024-07-05T23:26:24.319Z Compiling heck v0.5.0
5282024-07-05T23:26:24.610Z Compiling try-lock v0.2.5
5292024-07-05T23:26:24.751Z Compiling rustversion v1.0.17
5302024-07-05T23:26:24.774Z Compiling plain v0.2.3
5312024-07-05T23:26:24.813Z Compiling num_threads v0.1.7
5322024-07-05T23:26:24.906Z Compiling want v0.3.1
5332024-07-05T23:26:24.928Z Compiling anstyle-parse v0.2.4
5342024-07-05T23:26:24.953Z Compiling form_urlencoded v1.2.1
5352024-07-05T23:26:25.258Z Compiling unicode-normalization v0.1.23
5362024-07-05T23:26:25.432Z Compiling http-body v0.4.6
5372024-07-05T23:26:25.810Z Compiling dirs-sys-next v0.1.2
5382024-07-05T23:26:26.097Z Compiling time v0.3.36
5392024-07-05T23:26:26.118Z Compiling tower-service v0.3.2
5402024-07-05T23:26:26.232Z Compiling is_terminal_polyfill v1.70.0
5412024-07-05T23:26:26.254Z Compiling httpdate v1.0.3
5422024-07-05T23:26:26.258Z Compiling pretty-hex v0.4.1
5432024-07-05T23:26:26.363Z Compiling semver v1.0.23
5442024-07-05T23:26:26.425Z Compiling winnow v0.6.8
5452024-07-05T23:26:26.477Z Compiling anstyle v1.0.7
5462024-07-05T23:26:26.731Z Compiling anstyle-query v1.0.3
5472024-07-05T23:26:26.856Z Compiling camino v1.1.7
5482024-07-05T23:26:26.881Z Compiling colorchoice v1.0.1
5492024-07-05T23:26:26.955Z Compiling crc32fast v1.4.0
5502024-07-05T23:26:27.046Z Compiling unicode-bidi v0.3.15
5512024-07-05T23:26:27.369Z Compiling anstream v0.6.14
5522024-07-05T23:26:27.597Z Compiling dirs-next v2.0.0
5532024-07-05T23:26:27.795Z Compiling idna v0.5.0
5542024-07-05T23:26:28.855Z Compiling block-buffer v0.10.4
5552024-07-05T23:26:29.106Z Compiling crypto-common v0.1.6
5562024-07-05T23:26:29.235Z Compiling terminal_size v0.3.0
5572024-07-05T23:26:29.411Z Compiling fs-err v2.11.0
5582024-07-05T23:26:29.475Z Compiling thread_local v1.1.8
5592024-07-05T23:26:29.475Z Compiling match_cfg v0.1.0
5602024-07-05T23:26:29.596Z Compiling bytecount v0.6.8
5612024-07-05T23:26:29.701Z Compiling unicode-width v0.1.13
5622024-07-05T23:26:29.815Z Compiling base64 v0.21.7
5632024-07-05T23:26:29.866Z Compiling slog-async v2.8.0
5642024-07-05T23:26:29.950Z Compiling clap_lex v0.7.0
5652024-07-05T23:26:29.981Z Compiling strsim v0.11.1
5662024-07-05T23:26:30.068Z Compiling anyhow v1.0.86
5672024-07-05T23:26:30.221Z Compiling heck v0.4.1
5682024-07-05T23:26:30.366Z Compiling adler v1.0.2
5692024-07-05T23:26:30.570Z Compiling miniz_oxide v0.7.2
5702024-07-05T23:26:30.594Z Compiling rustls-pemfile v1.0.4
5712024-07-05T23:26:30.613Z Compiling clap_builder v4.5.2
5722024-07-05T23:26:30.705Z Compiling papergrid v0.11.0
5732024-07-05T23:26:30.870Z Compiling hostname v0.3.1
5742024-07-05T23:26:30.955Z Compiling crossbeam-channel v0.5.12
5752024-07-05T23:26:31.018Z Compiling digest v0.10.7
5762024-07-05T23:26:31.129Z Compiling url v2.5.0
5772024-07-05T23:26:31.439Z Compiling term v0.7.0
5782024-07-05T23:26:31.911Z Compiling tabled_derive v0.7.0
5792024-07-05T23:26:31.974Z Compiling serde_derive v1.0.203
5802024-07-05T23:26:32.120Z Compiling thiserror-impl v1.0.60
5812024-07-05T23:26:32.123Z Compiling zerocopy-derive v0.7.34
5822024-07-05T23:26:33.039Z Compiling tokio-macros v2.3.0
5832024-07-05T23:26:33.071Z Compiling futures-macro v0.3.30
5842024-07-05T23:26:34.497Z Compiling scroll_derive v0.12.0
5852024-07-05T23:26:34.521Z Compiling zerocopy v0.7.34
5862024-07-05T23:26:34.811Z Compiling tokio v1.38.0
5872024-07-05T23:26:35.045Z Compiling openssl-macros v0.1.1
5882024-07-05T23:26:35.160Z Compiling futures-util v0.3.30
5892024-07-05T23:26:35.619Z Compiling pest v2.7.10
5902024-07-05T23:26:35.968Z Compiling scroll v0.12.0
5912024-07-05T23:26:36.177Z Compiling clap_derive v4.5.4
5922024-07-05T23:26:36.522Z Compiling goblin v0.8.2
5932024-07-05T23:26:38.554Z Compiling pest_meta v2.7.10
5942024-07-05T23:26:40.389Z Compiling pest_generator v2.7.10
5952024-07-05T23:26:41.519Z Compiling futures-executor v0.3.30
5962024-07-05T23:26:42.403Z Compiling tokio-util v0.7.11
5972024-07-05T23:26:42.716Z Compiling tokio-native-tls v0.3.1
5982024-07-05T23:26:42.991Z Compiling strum_macros v0.26.4
5992024-07-05T23:26:43.805Z Compiling h2 v0.3.26
6002024-07-05T23:26:43.945Z Compiling pest_derive v2.7.10
6012024-07-05T23:26:44.771Z Compiling dtrace-parser v0.2.0
6022024-07-05T23:26:44.882Z Compiling xattr v1.3.1
6032024-07-05T23:26:45.174Z Compiling memmap v0.7.0
6042024-07-05T23:26:45.556Z Compiling filetime v0.2.23
6052024-07-05T23:26:45.921Z Compiling is-terminal v0.4.12
6062024-07-05T23:26:46.053Z Compiling encoding_rs v0.8.34
6072024-07-05T23:26:47.164Z Compiling serde_spanned v0.6.6
6082024-07-05T23:26:47.167Z Compiling toml_datetime v0.6.6
6092024-07-05T23:26:47.664Z Compiling serde_tokenstream v0.2.1
6102024-07-05T23:26:47.799Z Compiling toml_edit v0.22.14
6112024-07-05T23:26:48.195Z Compiling hyper v0.14.28
6122024-07-05T23:26:48.642Z Compiling serde_urlencoded v0.7.1
6132024-07-05T23:26:49.185Z Compiling dof v0.3.0
6142024-07-05T23:26:50.218Z Compiling slog-json v2.6.1
6152024-07-05T23:26:50.626Z Compiling cargo-platform v0.1.8
6162024-07-05T23:26:51.229Z Compiling toml v0.8.14
6172024-07-05T23:26:51.278Z Compiling take_mut v0.2.2
6182024-07-05T23:26:51.465Z Compiling cpufeatures v0.2.12
6192024-07-05T23:26:51.575Z Compiling ipnet v2.9.0
6202024-07-05T23:26:51.621Z Compiling usdt-attr-macro v0.5.0
6212024-07-05T23:26:52.031Z Compiling hyper-tls v0.5.0
6222024-07-05T23:26:52.062Z Compiling usdt-macro v0.5.0
6232024-07-05T23:26:52.194Z Compiling sync_wrapper v0.1.2
6242024-07-05T23:26:52.333Z Compiling mime v0.3.17
6252024-07-05T23:26:52.373Z Compiling cargo_toml v0.20.3
6262024-07-05T23:26:52.870Z Compiling reqwest v0.11.27
6272024-07-05T23:26:52.953Z Compiling cargo_metadata v0.18.1
6282024-07-05T23:26:52.992Z Compiling sha2 v0.10.8
6292024-07-05T23:26:53.384Z Compiling usdt v0.5.0
6302024-07-05T23:26:53.867Z Compiling slog-bunyan v2.5.0
6312024-07-05T23:26:54.061Z Compiling strum v0.26.2
6322024-07-05T23:26:54.251Z Compiling macaddr v1.0.1
6332024-07-05T23:26:54.344Z Compiling slog-term v2.9.1
6342024-07-05T23:26:54.472Z Compiling tar v0.4.40
6352024-07-05T23:26:54.751Z Compiling flate2 v1.0.30
6362024-07-05T23:26:55.671Z Compiling futures v0.3.30
6372024-07-05T23:26:55.713Z Compiling clap v4.5.4
6382024-07-05T23:26:55.803Z Compiling tabled v0.15.0
6392024-07-05T23:26:56.425Z Compiling swrite v0.1.0
6402024-07-05T23:27:00.453Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6412024-07-05T23:27:08.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
6422024-07-05T23:27:08.329Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6432024-07-05T23:27:08.385ZJul 05 23:27:07.223 INFO Starting download, target: Clickhouse
6442024-07-05T23:27:08.385ZJul 05 23:27:07.223 INFO Starting download, target: Cockroach
6452024-07-05T23:27:08.385ZJul 05 23:27:07.223 INFO Starting download, target: Console
6462024-07-05T23:27:08.385ZJul 05 23:27:07.224 INFO Starting download, target: DendriteOpenapi
6472024-07-05T23:27:08.389ZJul 05 23:27:07.224 INFO Starting download, target: DendriteStub
6482024-07-05T23:27:08.389ZJul 05 23:27:07.224 INFO Starting download, target: MaghemiteMgd
6492024-07-05T23:27:08.389ZJul 05 23:27:07.224 INFO Starting download, target: TransceiverControl
6502024-07-05T23:27:08.389ZJul 05 23:27:07.224 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6512024-07-05T23:27:08.389ZJul 05 23:27:07.224 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi
6522024-07-05T23:27:08.389ZJul 05 23:27:07.224 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6532024-07-05T23:27:08.389ZJul 05 23:27:07.224 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6542024-07-05T23:27:08.389ZJul 05 23:27:07.224 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6552024-07-05T23:27:08.389ZJul 05 23:27:07.225 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6562024-07-05T23:27:08.389ZJul 05 23:27:07.225 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6572024-07-05T23:27:08.695ZJul 05 23:27:07.498 INFO Download complete, target: DendriteOpenapi
6582024-07-05T23:27:08.848ZJul 05 23:27:07.682 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6592024-07-05T23:27:08.977ZJul 05 23:27:07.814 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6602024-07-05T23:27:09.286ZJul 05 23:27:08.124 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6612024-07-05T23:27:09.415ZJul 05 23:27:08.252 INFO Download complete, target: Console
6622024-07-05T23:27:09.425ZJul 05 23:27:08.263 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6632024-07-05T23:27:09.683ZJul 05 23:27:08.521 INFO Download complete, target: TransceiverControl
6642024-07-05T23:27:10.475ZJul 05 23:27:09.312 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6652024-07-05T23:27:11.412ZJul 05 23:27:10.249 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6662024-07-05T23:27:11.412ZJul 05 23:27:10.249 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6672024-07-05T23:27:12.482ZJul 05 23:27:11.318 INFO Download complete, target: DendriteStub
6682024-07-05T23:27:12.748ZJul 05 23:27:11.584 INFO Download complete, target: MaghemiteMgd
6692024-07-05T23:27:19.874ZJul 05 23:27:18.705 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6702024-07-05T23:27:20.173ZJul 05 23:27:19.005 INFO Checking that binary works, target: Cockroach
6712024-07-05T23:27:20.438ZJul 05 23:27:19.270 INFO Download complete, target: Cockroach
6722024-07-05T23:27:25.082ZJul 05 23:27:23.912 INFO Checking that binary works, target: Clickhouse
6732024-07-05T23:27:25.592ZJul 05 23:27:24.422 INFO Download complete, target: Clickhouse
6742024-07-05T23:27:25.599ZAll prerequisites installed successfully
6752024-07-05T23:27:25.602Z
6762024-07-05T23:27:25.602Zreal 2:39.545630081
6772024-07-05T23:27:25.602Zuser 5:42.846436259
6782024-07-05T23:27:25.602Zsys 1:18.519804165
6792024-07-05T23:27:25.602Ztrap 0.227079311
6802024-07-05T23:27:25.602Ztflt 4.551937710
6812024-07-05T23:27:25.602Zdflt 8.241683053
6822024-07-05T23:27:25.602Zkflt 0.146966532
6832024-07-05T23:27:25.602Zlock 13:26.457598394
6842024-07-05T23:27:25.602Zslp 18:03.993791619
6852024-07-05T23:27:25.602Zlat 17.819233585
6862024-07-05T23:27:25.602Zstop 1:01.219727187
6872024-07-05T23:27:25.602Z+ ptime -m cargo xtask download softnpu
6882024-07-05T23:27:26.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
6892024-07-05T23:27:26.152Z Running `target/debug/xtask download softnpu`
6902024-07-05T23:27:26.175ZJul 05 23:27:25.005 INFO Starting download, target: Softnpu
6912024-07-05T23:27:26.178ZJul 05 23:27:25.005 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6922024-07-05T23:27:26.754ZJul 05 23:27:25.584 INFO Download complete, target: Softnpu
6932024-07-05T23:27:26.758Z
6942024-07-05T23:27:26.761Zreal 1.151988811
6952024-07-05T23:27:26.761Zuser 0.589615467
6962024-07-05T23:27:26.761Zsys 0.280760597
6972024-07-05T23:27:26.761Ztrap 0.000157507
6982024-07-05T23:27:26.761Ztflt 0.000058381
6992024-07-05T23:27:26.761Zdflt 0.000107757
7002024-07-05T23:27:26.761Zkflt 0.000000000
7012024-07-05T23:27:26.761Zlock 5.949854430
7022024-07-05T23:27:26.761Zslp 0.526340629
7032024-07-05T23:27:26.761Zlat 0.067452614
7042024-07-05T23:27:26.761Zstop 0.000251446
7052024-07-05T23:27:26.761Z+ export CARGO_INCREMENTAL=0
7062024-07-05T23:27:26.761Z+ CARGO_INCREMENTAL=0
7072024-07-05T23:27:26.761Z+ 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-05T23:27:27.281Z Downloading crates ...
7092024-07-05T23:27:27.469Z Downloaded async-stream-impl v0.3.5
7102024-07-05T23:27:27.486Z Downloaded newline-converter v0.3.0
7112024-07-05T23:27:27.490Z Downloaded atty v0.2.14
7122024-07-05T23:27:27.490Z Downloaded atomicwrites v0.4.3
7132024-07-05T23:27:27.494Z Downloaded darling_macro v0.20.9
7142024-07-05T23:27:27.494Z Downloaded ciborium-io v0.2.2
7152024-07-05T23:27:27.494Z Downloaded bitstruct v0.1.1
7162024-07-05T23:27:27.494Z Downloaded normalize-line-endings v0.3.0
7172024-07-05T23:27:27.496Z Downloaded newtype_derive v0.1.6
7182024-07-05T23:27:27.496Z Downloaded nodrop v0.1.14
7192024-07-05T23:27:27.499Z Downloaded crucible-workspace-hack v0.1.0
7202024-07-05T23:27:27.501Z Downloaded mime_guess v2.0.4
7212024-07-05T23:27:27.504Z Downloaded new_debug_unreachable v1.0.6
7222024-07-05T23:27:27.504Z Downloaded mockall v0.12.1
7232024-07-05T23:27:27.507Z Downloaded arrayvec v0.7.4
7242024-07-05T23:27:27.510Z Downloaded async-stream v0.3.5
7252024-07-05T23:27:27.513Z Downloaded portpicker v0.1.1
7262024-07-05T23:27:27.513Z Downloaded path-slash v0.1.5
7272024-07-05T23:27:27.515Z Downloaded aead v0.5.2
7282024-07-05T23:27:27.518Z Downloaded atomic-waker v1.1.2
7292024-07-05T23:27:27.518Z Downloaded opaque-debug v0.3.1
7302024-07-05T23:27:27.521Z Downloaded predicates-tree v1.0.9
7312024-07-05T23:27:27.521Z Downloaded assert_matches v1.5.0
7322024-07-05T23:27:27.524Z Downloaded ascii-canvas v3.0.0
7332024-07-05T23:27:27.524Z Downloaded num v0.4.3
7342024-07-05T23:27:27.526Z Downloaded multimap v0.10.0
7352024-07-05T23:27:27.529Z Downloaded precomputed-hash v0.1.1
7362024-07-05T23:27:27.529Z Downloaded parse-size v1.0.0
7372024-07-05T23:27:27.529Z Downloaded cassowary v0.3.0
7382024-07-05T23:27:27.532Z Downloaded bb8 v0.8.5
7392024-07-05T23:27:27.532Z Downloaded proc-macro-crate v1.3.1
7402024-07-05T23:27:27.534Z Downloaded peg-runtime v0.8.3
7412024-07-05T23:27:27.534Z Downloaded crc v3.2.1
7422024-07-05T23:27:27.540Z Downloaded constant_time_eq v0.3.0
7432024-07-05T23:27:27.540Z Downloaded phf v0.11.2
7442024-07-05T23:27:27.543Z Downloaded cobs v0.2.3
7452024-07-05T23:27:27.546Z Downloaded defmt-macros v0.3.9
7462024-07-05T23:27:27.549Z Downloaded num_enum_derive v0.5.11
7472024-07-05T23:27:27.552Z Downloaded pem v3.0.4
7482024-07-05T23:27:27.557Z Downloaded phf_shared v0.11.2
7492024-07-05T23:27:27.560Z Downloaded psl-types v2.0.11
7502024-07-05T23:27:27.560Z Downloaded camino-tempfile v1.1.1
7512024-07-05T23:27:27.563Z Downloaded phf_shared v0.10.0
7522024-07-05T23:27:27.565Z Downloaded debug-ignore v1.0.5
7532024-07-05T23:27:27.569Z Downloaded data-encoding v2.6.0
7542024-07-05T23:27:27.571Z Downloaded rand_seeder v0.2.3
7552024-07-05T23:27:27.574Z Downloaded ref-cast-impl v1.0.23
7562024-07-05T23:27:27.577Z Downloaded argon2 v0.5.3
7572024-07-05T23:27:27.585Z Downloaded derive_builder_macro v0.20.0
7582024-07-05T23:27:27.585Z Downloaded parse-display v0.9.1
7592024-07-05T23:27:27.585Z Downloaded convert_case v0.4.0
7602024-07-05T23:27:27.585Z Downloaded zone_cfg_derive v0.1.2
7612024-07-05T23:27:27.589Z Downloaded owo-colors v4.0.0
7622024-07-05T23:27:27.591Z Downloaded paste v1.0.15
7632024-07-05T23:27:27.594Z Downloaded packed_struct v0.10.1
7642024-07-05T23:27:27.597Z Downloaded ppv-lite86 v0.2.17
7652024-07-05T23:27:27.599Z Downloaded password-hash v0.5.0
7662024-07-05T23:27:27.602Z Downloaded parking_lot_core v0.8.6
7672024-07-05T23:27:27.605Z Downloaded postgres-types v0.2.6
7682024-07-05T23:27:27.607Z Downloaded radium v0.7.0
7692024-07-05T23:27:27.610Z Downloaded rand_xorshift v0.3.0
7702024-07-05T23:27:27.610Z Downloaded rand_core v0.6.4
7712024-07-05T23:27:27.612Z Downloaded quick-error v1.2.3
7722024-07-05T23:27:27.615Z Downloaded instant v0.1.12
7732024-07-05T23:27:27.615Z Downloaded bit-set v0.5.3
7742024-07-05T23:27:27.619Z Downloaded crossbeam-deque v0.8.5
7752024-07-05T23:27:27.619Z Downloaded corncobs v0.1.3
7762024-07-05T23:27:27.622Z Downloaded ref-cast v1.0.23
7772024-07-05T23:27:27.627Z Downloaded colored v2.1.0
7782024-07-05T23:27:27.629Z Downloaded predicates-core v1.0.6
7792024-07-05T23:27:27.629Z Downloaded mockall_derive v0.12.1
7802024-07-05T23:27:27.629Z Downloaded predicates v3.1.0
7812024-07-05T23:27:27.632Z Downloaded thiserror-impl-no-std v2.0.2
7822024-07-05T23:27:27.635Z Downloaded stability v0.2.0
7832024-07-05T23:27:27.635Z Downloaded defmt v0.3.8
7842024-07-05T23:27:27.639Z Downloaded defmt-parser v0.3.4
7852024-07-05T23:27:27.641Z Downloaded serde-big-array v0.4.1
7862024-07-05T23:27:27.645Z Downloaded sigpipe v0.1.3
7872024-07-05T23:27:27.645Z Downloaded peg-macros v0.8.3
7882024-07-05T23:27:27.648Z Downloaded glob v0.3.1
7892024-07-05T23:27:27.648Z Downloaded buf-list v1.0.3
7902024-07-05T23:27:27.650Z Downloaded r2d2 v0.8.10
7912024-07-05T23:27:27.653Z Downloaded tokio-rustls v0.25.0
7922024-07-05T23:27:27.656Z Downloaded poly1305 v0.8.0
7932024-07-05T23:27:27.658Z Downloaded oso v0.27.3
7942024-07-05T23:27:27.664Z Downloaded bcs v0.1.6
7952024-07-05T23:27:27.664Z Downloaded wyz v0.5.1
7962024-07-05T23:27:27.671Z Downloaded cancel-safe-futures v0.1.5
7972024-07-05T23:27:27.671Z Downloaded fallible-iterator v0.2.0
7982024-07-05T23:27:27.671Z Downloaded maplit v1.0.2
7992024-07-05T23:27:27.674Z Downloaded derive_more v0.99.17
8002024-07-05T23:27:27.676Z Downloaded managed v0.8.0
8012024-07-05T23:27:27.678Z Downloaded pin-project v1.1.5
8022024-07-05T23:27:27.690Z Downloaded rustc_version v0.4.0
8032024-07-05T23:27:27.693Z Downloaded strum_macros v0.24.3
8042024-07-05T23:27:27.697Z Downloaded tokio-rustls v0.24.1
8052024-07-05T23:27:27.699Z Downloaded diesel_table_macro_syntax v0.1.0
8062024-07-05T23:27:27.699Z Downloaded unicase v2.7.0
8072024-07-05T23:27:27.702Z Downloaded headers-core v0.2.0
8082024-07-05T23:27:27.704Z Downloaded is_ci v1.2.0
8092024-07-05T23:27:27.704Z Downloaded hyper-rustls v0.24.2
8102024-07-05T23:27:27.708Z Downloaded serde-big-array v0.5.1
8112024-07-05T23:27:27.711Z Downloaded postcard v1.0.8
8122024-07-05T23:27:27.713Z Downloaded rayon-core v1.12.1
8132024-07-05T23:27:27.716Z Downloaded slog-stdlog v4.1.1
8142024-07-05T23:27:27.718Z Downloaded flagset v0.4.5
8152024-07-05T23:27:27.722Z Downloaded fixedbitset v0.4.2
8162024-07-05T23:27:27.724Z Downloaded const_format_proc_macros v0.2.32
8172024-07-05T23:27:27.724Z Downloaded slog-scope v4.4.0
8182024-07-05T23:27:27.727Z Downloaded slog-envlogger v2.2.0
8192024-07-05T23:27:27.727Z Downloaded semver v0.1.20
8202024-07-05T23:27:27.730Z Downloaded secrecy v0.8.0
8212024-07-05T23:27:27.732Z Downloaded crc-any v2.5.0
8222024-07-05T23:27:27.735Z Downloaded smawk v0.3.2
8232024-07-05T23:27:27.735Z Downloaded rustc-hash v1.1.0
8242024-07-05T23:27:27.737Z Downloaded smf v0.2.3
8252024-07-05T23:27:27.737Z Downloaded structmeta v0.3.0
8262024-07-05T23:27:27.740Z Downloaded tiny-keccak v2.0.2
8272024-07-05T23:27:27.742Z Downloaded untrusted v0.9.0
8282024-07-05T23:27:27.745Z Downloaded universal-hash v0.5.1
8292024-07-05T23:27:27.745Z Downloaded thiserror-no-std v2.0.2
8302024-07-05T23:27:27.748Z Downloaded tls_codec_derive v0.4.1
8312024-07-05T23:27:27.750Z Downloaded difflib v0.4.0
8322024-07-05T23:27:27.753Z Downloaded zeroize_derive v1.4.2
8332024-07-05T23:27:27.753Z Downloaded whoami v1.5.1
8342024-07-05T23:27:27.756Z Downloaded matches v0.1.10
8352024-07-05T23:27:27.760Z Downloaded ff v0.13.0
8362024-07-05T23:27:27.760Z Downloaded ipnetwork v0.20.0
8372024-07-05T23:27:27.765Z Downloaded fd-lock v4.0.2
8382024-07-05T23:27:27.765Z Downloaded lru-cache v0.1.2
8392024-07-05T23:27:27.765Z Downloaded float-ord v0.3.2
8402024-07-05T23:27:27.776Z Downloaded smallvec v0.6.14
8412024-07-05T23:27:27.776Z Downloaded serde-hex v0.1.0
8422024-07-05T23:27:27.776Z Downloaded impl-trait-for-tuples v0.2.2
8432024-07-05T23:27:27.776Z Downloaded md-5 v0.10.6
8442024-07-05T23:27:27.781Z Downloaded crypto-bigint v0.5.5
8452024-07-05T23:27:27.783Z Downloaded rcgen v0.12.1
8462024-07-05T23:27:27.786Z Downloaded vte_generate_state_changes v0.1.1
8472024-07-05T23:27:27.786Z Downloaded env_logger v0.10.2
8482024-07-05T23:27:27.789Z Downloaded prettyplease v0.2.20
8492024-07-05T23:27:27.792Z Downloaded group v0.13.0
8502024-07-05T23:27:27.795Z Downloaded tokio-tungstenite v0.21.0
8512024-07-05T23:27:27.797Z Downloaded serde_derive_internals v0.29.1
8522024-07-05T23:27:27.800Z Downloaded hubpack_derive v0.1.1
8532024-07-05T23:27:27.802Z Downloaded signal-hook v0.3.17
8542024-07-05T23:27:27.813Z Downloaded tabwriter v1.4.0
8552024-07-05T23:27:27.815Z Downloaded subtle v2.5.0
8562024-07-05T23:27:27.818Z Downloaded toolchain_find v0.4.0
8572024-07-05T23:27:27.818Z Downloaded spin v0.5.2
8582024-07-05T23:27:27.820Z Downloaded float-cmp v0.9.0
8592024-07-05T23:27:27.820Z Downloaded fastrand v2.1.0
8602024-07-05T23:27:27.823Z Downloaded humantime v2.1.0
8612024-07-05T23:27:27.825Z Downloaded backtrace v0.3.71
8622024-07-05T23:27:27.830Z Downloaded serde_plain v1.0.2
8632024-07-05T23:27:27.832Z Downloaded sha1 v0.10.6
8642024-07-05T23:27:27.832Z Downloaded sct v0.7.1
8652024-07-05T23:27:27.836Z Downloaded elliptic-curve v0.13.8
8662024-07-05T23:27:27.840Z Downloaded libefi-sys v0.1.0
8672024-07-05T23:27:27.844Z Downloaded termtree v0.4.1
8682024-07-05T23:27:27.847Z Downloaded waitgroup v0.1.2
8692024-07-05T23:27:27.847Z Downloaded minimal-lexical v0.2.1
8702024-07-05T23:27:27.849Z Downloaded chacha20poly1305 v0.10.1
8712024-07-05T23:27:27.852Z Downloaded linear-map v1.2.0
8722024-07-05T23:27:27.855Z Downloaded heck v0.3.3
8732024-07-05T23:27:27.855Z Downloaded hash32 v0.3.1
8742024-07-05T23:27:27.857Z Downloaded uzers v0.11.3
8752024-07-05T23:27:27.857Z Downloaded der v0.7.9
8762024-07-05T23:27:27.861Z Downloaded downcast v0.11.0
8772024-07-05T23:27:27.864Z Downloaded hubpack v0.1.2
8782024-07-05T23:27:27.864Z Downloaded tokio-postgres v0.7.10
8792024-07-05T23:27:27.868Z Downloaded tls_codec v0.4.1
8802024-07-05T23:27:27.871Z Downloaded stringprep v0.1.4
8812024-07-05T23:27:27.873Z Downloaded string_cache v0.8.7
8822024-07-05T23:27:27.873Z Downloaded serde_repr v0.1.19
8832024-07-05T23:27:27.876Z Downloaded serde_path_to_error v0.1.16
8842024-07-05T23:27:27.879Z Downloaded utf-8 v0.7.6
8852024-07-05T23:27:27.879Z Downloaded signal-hook-tokio v0.3.1
8862024-07-05T23:27:27.882Z Downloaded hostname v0.4.0
8872024-07-05T23:27:27.882Z Downloaded hash32 v0.2.1
8882024-07-05T23:27:27.882Z Downloaded ident_case v1.0.1
8892024-07-05T23:27:27.884Z Downloaded http-range v0.1.5
8902024-07-05T23:27:27.884Z Downloaded schemars_derive v0.8.21
8912024-07-05T23:27:27.887Z Downloaded scheduled-thread-pool v0.2.7
8922024-07-05T23:27:27.889Z Downloaded same-file v1.0.6
8932024-07-05T23:27:27.889Z Downloaded fxhash v0.2.1
8942024-07-05T23:27:27.893Z Downloaded either v1.12.0
8952024-07-05T23:27:27.893Z Downloaded ed25519 v1.5.3
8962024-07-05T23:27:27.896Z Downloaded trust-dns-server v0.22.1
8972024-07-05T23:27:27.898Z Downloaded memmap2 v0.9.4
8982024-07-05T23:27:27.901Z Downloaded sqlparser_derive v0.2.2
8992024-07-05T23:27:27.904Z Downloaded tap v1.0.1
9002024-07-05T23:27:27.904Z Downloaded lazycell v1.3.0
9012024-07-05T23:27:27.907Z Downloaded kstat-rs v0.2.4
9022024-07-05T23:27:27.907Z Downloaded wait-timeout v0.2.0
9032024-07-05T23:27:27.907Z Downloaded unicode-truncate v1.0.0
9042024-07-05T23:27:27.909Z Downloaded diff v0.1.13
9052024-07-05T23:27:27.912Z Downloaded lalrpop-util v0.19.12
9062024-07-05T23:27:27.912Z Downloaded foreign-types-shared v0.3.1
9072024-07-05T23:27:27.914Z Downloaded termios v0.3.3
9082024-07-05T23:27:27.914Z Downloaded rustls-pemfile v2.1.2
9092024-07-05T23:27:27.917Z Downloaded rustfmt-wrapper v0.2.1
9102024-07-05T23:27:27.920Z Downloaded rpassword v7.3.1
9112024-07-05T23:27:27.920Z Downloaded half v2.4.1
9122024-07-05T23:27:27.922Z Downloaded keccak v0.1.5
9132024-07-05T23:27:27.925Z Downloaded structmeta v0.2.0
9142024-07-05T23:27:27.925Z Downloaded dyn-clone v1.0.17
9152024-07-05T23:27:27.928Z Downloaded unicode-xid v0.2.4
9162024-07-05T23:27:27.931Z Downloaded display-error-chain v0.2.0
9172024-07-05T23:27:27.931Z Downloaded spin v0.9.8
9182024-07-05T23:27:27.933Z Downloaded hmac v0.12.1
9192024-07-05T23:27:27.936Z Downloaded endian-type v0.1.2
9202024-07-05T23:27:27.936Z Downloaded shlex v1.3.0
9212024-07-05T23:27:27.936Z Downloaded fragile v2.0.0
9222024-07-05T23:27:27.939Z Downloaded sqlformat v0.2.3
9232024-07-05T23:27:27.941Z Downloaded siphasher v0.3.11
9242024-07-05T23:27:27.941Z Downloaded strip-ansi-escapes v0.2.0
9252024-07-05T23:27:27.943Z Downloaded tempfile v3.10.1
9262024-07-05T23:27:27.946Z Downloaded socket2 v0.4.10
9272024-07-05T23:27:27.949Z Downloaded base64 v0.22.1
9282024-07-05T23:27:27.951Z Downloaded static_assertions v1.1.0
9292024-07-05T23:27:27.956Z Downloaded shell-words v1.1.0
9302024-07-05T23:27:27.956Z Downloaded rtoolbox v0.0.2
9312024-07-05T23:27:27.959Z Downloaded foreign-types-macros v0.2.3
9322024-07-05T23:27:27.959Z Downloaded num-bigint v0.4.5
9332024-07-05T23:27:27.962Z Downloaded libsw v3.3.1
9342024-07-05T23:27:27.964Z Downloaded ena v0.14.3
9352024-07-05T23:27:27.967Z Downloaded zip v0.6.6
9362024-07-05T23:27:27.969Z Downloaded foreign-types v0.5.0
9372024-07-05T23:27:27.972Z Downloaded funty v2.0.0
9382024-07-05T23:27:27.972Z Downloaded http v1.1.0
9392024-07-05T23:27:27.974Z Downloaded num-bigint-dig v0.8.4
9402024-07-05T23:27:27.979Z Downloaded hex v0.4.3
9412024-07-05T23:27:27.983Z Downloaded iana-time-zone v0.1.60
9422024-07-05T23:27:27.985Z Downloaded reedline v0.31.0
9432024-07-05T23:27:27.992Z Downloaded expectorate v1.1.0
9442024-07-05T23:27:27.994Z Downloaded flume v0.11.0
9452024-07-05T23:27:27.997Z Downloaded serde_yaml v0.9.34+deprecated
9462024-07-05T23:27:28.001Z Downloaded crossterm v0.27.0
9472024-07-05T23:27:28.008Z Downloaded yasna v0.5.2
9482024-07-05T23:27:28.011Z Downloaded gethostname v0.4.3
9492024-07-05T23:27:28.013Z Downloaded similar v2.5.0
9502024-07-05T23:27:28.017Z Downloaded uuid v1.9.1
9512024-07-05T23:27:28.020Z Downloaded rustc-demangle v0.1.24
9522024-07-05T23:27:28.022Z Downloaded schemars v0.8.21
9532024-07-05T23:27:28.033Z Downloaded snafu v0.8.2
9542024-07-05T23:27:28.040Z Downloaded toml v0.7.8
9552024-07-05T23:27:28.043Z Downloaded tungstenite v0.21.0
9562024-07-05T23:27:28.046Z Downloaded portable-atomic v1.6.0
9572024-07-05T23:27:28.053Z Downloaded headers v0.3.9
9582024-07-05T23:27:28.058Z Downloaded unicode_categories v0.1.1
9592024-07-05T23:27:28.061Z Downloaded getrandom v0.2.14
9602024-07-05T23:27:28.064Z Downloaded quick-xml v0.31.0
9612024-07-05T23:27:28.069Z Downloaded tungstenite v0.20.1
9622024-07-05T23:27:28.073Z Downloaded aho-corasick v1.1.3
9632024-07-05T23:27:28.078Z Downloaded hashbrown v0.13.2
9642024-07-05T23:27:28.082Z Downloaded hashbrown v0.12.3
9652024-07-05T23:27:28.087Z Downloaded toml_edit v0.19.15
9662024-07-05T23:27:28.104Z Downloaded itertools v0.10.5
9672024-07-05T23:27:28.109Z Downloaded rsa v0.9.6
9682024-07-05T23:27:28.115Z Downloaded x509-cert v0.2.5
9692024-07-05T23:27:28.121Z Downloaded trust-dns-client v0.22.0
9702024-07-05T23:27:28.127Z Downloaded samael v0.0.15
9712024-07-05T23:27:28.139Z Downloaded steno v0.4.1
9722024-07-05T23:27:28.141Z Downloaded libxml v0.3.3
9732024-07-05T23:27:28.144Z Downloaded proptest v1.4.0
9742024-07-05T23:27:28.151Z Downloaded salty v0.2.0
9752024-07-05T23:27:28.155Z Downloaded blake3 v1.5.1
9762024-07-05T23:27:28.165Z Downloaded itertools v0.12.1
9772024-07-05T23:27:28.170Z Downloaded tough v0.17.1
9782024-07-05T23:27:28.180Z Downloaded winnow v0.5.40
9792024-07-05T23:27:28.187Z Downloaded regex-automata v0.1.10
9802024-07-05T23:27:28.192Z Downloaded rustls-webpki v0.101.7
9812024-07-05T23:27:28.206Z Downloaded bitvec v1.0.1
9822024-07-05T23:27:28.221Z Downloaded itertools v0.13.0
9832024-07-05T23:27:28.228Z Downloaded hkdf v0.12.4
9842024-07-05T23:27:28.231Z Downloaded serde_with v3.8.1
9852024-07-05T23:27:28.239Z Downloaded radix_trie v0.2.1
9862024-07-05T23:27:28.245Z Downloaded regex v1.10.4
9872024-07-05T23:27:28.262Z Downloaded sqlparser v0.45.0
9882024-07-05T23:27:28.266Z Downloaded object v0.32.2
9892024-07-05T23:27:28.273Z Downloaded gimli v0.28.1
9902024-07-05T23:27:28.282Z Downloaded rustls-webpki v0.102.4
9912024-07-05T23:27:28.299Z Downloaded nix v0.28.0
9922024-07-05T23:27:28.310Z Downloaded webpki-roots v0.25.4
9932024-07-05T23:27:28.314Z Downloaded lalrpop v0.19.12
9942024-07-05T23:27:28.325Z Downloaded rustls v0.21.12
9952024-07-05T23:27:28.336Z Downloaded idna v0.2.3
9962024-07-05T23:27:28.343Z Downloaded diesel v2.1.6
9972024-07-05T23:27:28.359Z Downloaded openapiv3 v2.0.0
9982024-07-05T23:27:28.370Z Downloaded smoltcp v0.11.0
9992024-07-05T23:27:28.383Z Downloaded regex-syntax v0.8.3
10002024-07-05T23:27:28.391Z Downloaded ratatui v0.27.0
10012024-07-05T23:27:28.410Z Downloaded regress v0.9.1
10022024-07-05T23:27:28.417Z Downloaded sled v0.34.7
10032024-07-05T23:27:28.427Z Downloaded regex-syntax v0.6.29
10042024-07-05T23:27:28.434Z Downloaded zerocopy-derive v0.6.6
10052024-07-05T23:27:28.444Z Downloaded rustls v0.22.4
10062024-07-05T23:27:28.456Z Downloaded bstr v1.9.1
10072024-07-05T23:27:28.466Z Downloaded regex-automata v0.4.6
10082024-07-05T23:27:28.483Z Downloaded finl_unicode v1.2.0
10092024-07-05T23:27:28.495Z Downloaded petgraph v0.6.5
10102024-07-05T23:27:28.512Z Downloaded csv v1.3.0
10112024-07-05T23:27:28.531Z Downloaded sha3 v0.10.8
10122024-07-05T23:27:28.535Z Downloaded bzip2-sys v0.1.11+1.0.8
10132024-07-05T23:27:28.546Z Downloaded idna v0.3.0
10142024-07-05T23:27:28.552Z Downloaded bstr v0.2.17
10152024-07-05T23:27:28.561Z Downloaded smoltcp v0.9.1
10162024-07-05T23:27:28.573Z Downloaded trust-dns-proto v0.22.0
10172024-07-05T23:27:28.583Z Downloaded polar-core v0.27.3
10182024-07-05T23:27:28.591Z Downloaded curve25519-dalek v4.1.3
10192024-07-05T23:27:28.599Z Downloaded object v0.30.4
10202024-07-05T23:27:28.608Z Downloaded nix v0.27.1
10212024-07-05T23:27:28.618Z Downloaded chrono v0.4.38
10222024-07-05T23:27:28.625Z Downloaded bindgen v0.69.4
10232024-07-05T23:27:28.632Z Downloaded libm v0.2.8
10242024-07-05T23:27:28.643Z Downloaded rayon v1.10.0
10252024-07-05T23:27:28.650Z Downloaded unicode-segmentation v1.11.0
10262024-07-05T23:27:28.653Z Downloaded rustyline v14.0.0
10272024-07-05T23:27:28.658Z Downloaded typed-path v0.7.1
10282024-07-05T23:27:28.664Z Downloaded toml v0.5.11
10292024-07-05T23:27:28.668Z Downloaded heapless v0.7.17
10302024-07-05T23:27:28.670Z Downloaded ron v0.7.1
10312024-07-05T23:27:28.674Z Downloaded embedded-io v0.4.0
10322024-07-05T23:27:28.677Z Downloaded signature v2.2.0
10332024-07-05T23:27:28.677Z Downloaded nom v7.1.3
10342024-07-05T23:27:28.682Z Downloaded signal-hook-mio v0.2.3
10352024-07-05T23:27:28.685Z Downloaded getopts v0.2.21
10362024-07-05T23:27:28.685Z Downloaded heapless v0.8.0
10372024-07-05T23:27:28.688Z Downloaded diesel_derives v2.1.4
10382024-07-05T23:27:28.692Z Downloaded trust-dns-resolver v0.22.0
10392024-07-05T23:27:28.696Z Downloaded topological-sort v0.2.2
10402024-07-05T23:27:28.701Z Downloaded ring v0.17.8
10412024-07-05T23:27:28.761Z Downloaded tui-tree-widget v0.21.0
10422024-07-05T23:27:28.764Z Downloaded serde_with_macros v3.8.1
10432024-07-05T23:27:28.767Z Downloaded ron v0.8.1
10442024-07-05T23:27:28.770Z Downloaded lazy_static v1.5.0
10452024-07-05T23:27:28.772Z Downloaded snafu-derive v0.8.2
10462024-07-05T23:27:28.772Z Downloaded tracing-attributes v0.1.27
10472024-07-05T23:27:28.775Z Downloaded zerocopy v0.6.6
10482024-07-05T23:27:28.775Z Downloaded termcolor v1.4.1
10492024-07-05T23:27:28.778Z Downloaded spki v0.7.3
10502024-07-05T23:27:28.778Z Downloaded publicsuffix v2.2.3
10512024-07-05T23:27:28.781Z Downloaded rand v0.8.5
10522024-07-05T23:27:28.784Z Downloaded fatfs v0.3.6
10532024-07-05T23:27:28.786Z Downloaded indicatif v0.17.8
10542024-07-05T23:27:28.789Z Downloaded textwrap v0.16.1
10552024-07-05T23:27:28.792Z Downloaded test-strategy v0.3.1
10562024-07-05T23:27:28.795Z Downloaded subprocess v0.2.9
10572024-07-05T23:27:28.797Z Downloaded darling_core v0.20.9
10582024-07-05T23:27:28.801Z Downloaded rustls-pki-types v1.7.0
10592024-07-05T23:27:28.803Z Downloaded libloading v0.8.3
10602024-07-05T23:27:28.806Z Downloaded signature v1.6.4
10612024-07-05T23:27:28.806Z Downloaded resolv-conf v0.7.0
10622024-07-05T23:27:28.810Z Downloaded hyper-staticfile v0.9.5
10632024-07-05T23:27:28.813Z Downloaded vte v0.11.1
10642024-07-05T23:27:28.814Z Downloaded supports-color v3.0.0
10652024-07-05T23:27:28.814Z Downloaded home v0.5.9
10662024-07-05T23:27:28.814Z Downloaded indexmap v1.9.3
10672024-07-05T23:27:28.816Z Downloaded unsafe-libyaml v0.2.11
10682024-07-05T23:27:28.819Z Downloaded const_format v0.2.32
10692024-07-05T23:27:28.822Z Downloaded maybe-uninit v2.0.0
10702024-07-05T23:27:28.825Z Downloaded cookie v0.18.1
10712024-07-05T23:27:28.827Z Downloaded base64 v0.13.1
10722024-07-05T23:27:28.830Z Downloaded tokio-tungstenite v0.20.1
10732024-07-05T23:27:28.830Z Downloaded tokio-stream v0.1.15
10742024-07-05T23:27:28.834Z Downloaded zeroize v1.7.0
10752024-07-05T23:27:28.836Z Downloaded untrusted v0.7.1
10762024-07-05T23:27:28.836Z Downloaded zone v0.1.8
10772024-07-05T23:27:28.836Z Downloaded strum_macros v0.25.3
10782024-07-05T23:27:28.839Z Downloaded derive_builder v0.20.0
10792024-07-05T23:27:28.842Z Downloaded serde_arrays v0.1.0
10802024-07-05T23:27:28.845Z Downloaded env_logger v0.9.3
10812024-07-05T23:27:28.847Z Downloaded compact_str v0.7.1
10822024-07-05T23:27:28.847Z Downloaded blake2 v0.10.6
10832024-07-05T23:27:28.850Z Downloaded slog-dtrace v0.3.0
10842024-07-05T23:27:28.853Z Downloaded const-oid v0.9.6
10852024-07-05T23:27:28.853Z Downloaded ring v0.16.20
10862024-07-05T23:27:28.928Z Downloaded clang-sys v1.7.0
10872024-07-05T23:27:28.931Z Downloaded sec1 v0.7.3
10882024-07-05T23:27:28.931Z Downloaded pkcs1 v0.7.5
10892024-07-05T23:27:28.934Z Downloaded crossbeam-epoch v0.9.18
10902024-07-05T23:27:28.934Z Downloaded globset v0.4.14
10912024-07-05T23:27:28.937Z Downloaded vsss-rs v3.3.4
10922024-07-05T23:27:28.939Z Downloaded parking_lot v0.11.2
10932024-07-05T23:27:28.939Z Downloaded which v4.4.2
10942024-07-05T23:27:28.942Z Downloaded unicode-linebreak v0.1.5
10952024-07-05T23:27:28.942Z Downloaded unarray v0.1.4
10962024-07-05T23:27:28.942Z Downloaded walkdir v2.5.0
10972024-07-05T23:27:28.945Z Downloaded structmeta-derive v0.2.0
10982024-07-05T23:27:28.945Z Downloaded rusty-fork v0.3.0
10992024-07-05T23:27:28.948Z Downloaded lru v0.12.3
11002024-07-05T23:27:28.948Z Downloaded linked-hash-map v0.5.6
11012024-07-05T23:27:28.948Z Downloaded der_derive v0.7.2
11022024-07-05T23:27:28.950Z Downloaded structmeta-derive v0.3.0
11032024-07-05T23:27:28.950Z Downloaded stable_deref_trait v1.2.0
11042024-07-05T23:27:28.950Z Downloaded highway v1.1.0
11052024-07-05T23:27:28.955Z Downloaded derive_builder_core v0.20.0
11062024-07-05T23:27:28.958Z Downloaded derive-where v1.2.7
11072024-07-05T23:27:28.958Z Downloaded cookie v0.17.0
11082024-07-05T23:27:28.960Z Downloaded arc-swap v1.7.1
11092024-07-05T23:27:28.963Z Downloaded allocator-api2 v0.2.18
11102024-07-05T23:27:28.966Z Downloaded rustc_version v0.1.7
11112024-07-05T23:27:28.966Z Downloaded pem-rfc7468 v0.7.0
11122024-07-05T23:27:28.968Z Downloaded omicron-zone-package v0.11.0
11132024-07-05T23:27:28.971Z Downloaded num-complex v0.4.6
11142024-07-05T23:27:28.971Z Downloaded csv-core v0.1.11
11152024-07-05T23:27:28.974Z Downloaded base64ct v1.6.0
11162024-07-05T23:27:28.974Z Downloaded inout v0.1.3
11172024-07-05T23:27:28.977Z Downloaded indoc v1.0.9
11182024-07-05T23:27:28.977Z Downloaded erased-serde v0.3.31
11192024-07-05T23:27:28.979Z Downloaded enum-as-inner v0.5.1
11202024-07-05T23:27:28.979Z Downloaded num-traits v0.2.19
11212024-07-05T23:27:28.982Z Downloaded num-rational v0.4.2
11222024-07-05T23:27:28.984Z Downloaded ciborium v0.2.2
11232024-07-05T23:27:28.984Z Downloaded pretty-hex v0.2.1
11242024-07-05T23:27:28.987Z Downloaded postgres-protocol v0.6.6
11252024-07-05T23:27:28.987Z Downloaded pkcs8 v0.10.2
11262024-07-05T23:27:28.990Z Downloaded pin-project-internal v1.1.5
11272024-07-05T23:27:28.990Z Downloaded nu-ansi-term v0.50.0
11282024-07-05T23:27:28.992Z Downloaded peg v0.8.3
11292024-07-05T23:27:28.995Z Downloaded packed_struct_codegen v0.10.1
11302024-07-05T23:27:29.004Z Downloaded num-integer v0.1.46
11312024-07-05T23:27:29.004Z Downloaded console v0.15.8
11322024-07-05T23:27:29.008Z Downloaded num_enum v0.5.11
11332024-07-05T23:27:29.008Z Downloaded darling v0.20.9
11342024-07-05T23:27:29.009Z Downloaded crc-catalog v2.4.0
11352024-07-05T23:27:29.009Z Downloaded cookie_store v0.20.0
11362024-07-05T23:27:29.011Z Downloaded bzip2 v0.4.4
11372024-07-05T23:27:29.011Z Downloaded ciborium-ll v0.2.2
11382024-07-05T23:27:29.011Z Downloaded bitfield v0.14.0
11392024-07-05T23:27:29.016Z Downloaded curve25519-dalek-derive v0.1.1
11402024-07-05T23:27:29.016Z Downloaded castaway v0.2.2
11412024-07-05T23:27:29.016Z Downloaded bitflags v1.3.2
11422024-07-05T23:27:29.019Z Downloaded cfg_aliases v0.1.1
11432024-07-05T23:27:29.019Z Downloaded rand_chacha v0.3.1
11442024-07-05T23:27:29.019Z Downloaded multer v3.1.0
11452024-07-05T23:27:29.022Z Downloaded backoff v0.4.0
11462024-07-05T23:27:29.022Z Downloaded async-trait v0.1.80
11472024-07-05T23:27:29.025Z Downloaded ahash v0.8.11
11482024-07-05T23:27:29.028Z Downloaded ascii v1.1.0
11492024-07-05T23:27:29.028Z Downloaded oso-derive v0.27.3
11502024-07-05T23:27:29.030Z Downloaded nibble_vec v0.1.0
11512024-07-05T23:27:29.030Z Downloaded nanorand v0.7.0
11522024-07-05T23:27:29.033Z Downloaded parse-display-derive v0.9.1
11532024-07-05T23:27:29.033Z Downloaded cipher v0.4.4
11542024-07-05T23:27:29.035Z Downloaded base16ct v0.2.0
11552024-07-05T23:27:29.035Z Downloaded olpc-cjson v0.1.3
11562024-07-05T23:27:29.036Z Downloaded num-iter v0.1.45
11572024-07-05T23:27:29.038Z Downloaded num-derive v0.4.2
11582024-07-05T23:27:29.038Z Downloaded newtype-uuid v1.1.0
11592024-07-05T23:27:29.038Z Downloaded cstr-argument v0.1.2
11602024-07-05T23:27:29.041Z Downloaded cexpr v0.6.0
11612024-07-05T23:27:29.041Z Downloaded block-padding v0.3.3
11622024-07-05T23:27:29.041Z Downloaded chacha20 v0.9.1
11632024-07-05T23:27:29.044Z Downloaded bitfield-struct v0.6.1
11642024-07-05T23:27:29.044Z Downloaded bit-vec v0.6.3
11652024-07-05T23:27:29.046Z Downloaded number_prefix v0.4.0
11662024-07-05T23:27:29.046Z Downloaded async-recursion v1.1.1
11672024-07-05T23:27:29.049Z Downloaded memoffset v0.9.1
11682024-07-05T23:27:29.049Z Downloaded crunchy v0.2.2
11692024-07-05T23:27:29.051Z Downloaded bitstruct_derive v0.1.0
11702024-07-05T23:27:29.051Z Downloaded arrayref v0.3.7
11712024-07-05T23:27:29.051Z Downloaded array-init v0.0.4
11722024-07-05T23:27:29.052Z Downloaded addr2line v0.21.0
11732024-07-05T23:27:29.206Z Compiling proc-macro2 v1.0.86
11742024-07-05T23:27:29.206Z Compiling unicode-ident v1.0.12
11752024-07-05T23:27:29.206Z Compiling libc v0.2.155
11762024-07-05T23:27:29.209Z Compiling serde v1.0.203
11772024-07-05T23:27:29.209Z Compiling autocfg v1.3.0
11782024-07-05T23:27:29.209Z Compiling version_check v0.9.4
11792024-07-05T23:27:29.209Z Compiling cfg-if v1.0.0
11802024-07-05T23:27:29.416Z Compiling cc v1.0.97
11812024-07-05T23:27:29.459Z Compiling parking_lot_core v0.9.10
11822024-07-05T23:27:29.476Z Compiling serde_json v1.0.120
11832024-07-05T23:27:29.873Z Compiling once_cell v1.19.0
11842024-07-05T23:27:29.968Z Compiling libm v0.2.8
11852024-07-05T23:27:30.010Z Compiling ahash v0.8.11
11862024-07-05T23:27:30.057Z Compiling lock_api v0.4.12
11872024-07-05T23:27:30.225Z Compiling byteorder v1.5.0
11882024-07-05T23:27:30.248Z Compiling num-traits v0.2.19
11892024-07-05T23:27:30.309Z Compiling memchr v2.7.2
11902024-07-05T23:27:30.315Z Compiling thiserror v1.0.60
11912024-07-05T23:27:30.632Z Compiling scopeguard v1.2.0
11922024-07-05T23:27:30.672Z Compiling typenum v1.17.0
11932024-07-05T23:27:30.774Z Compiling quote v1.0.36
11942024-07-05T23:27:31.306Z Compiling syn v2.0.68
11952024-07-05T23:27:31.405Z Compiling getrandom v0.2.14
11962024-07-05T23:27:31.507Z Compiling log v0.4.21
11972024-07-05T23:27:31.593Z Compiling itoa v1.0.11
11982024-07-05T23:27:31.742Z Compiling generic-array v0.14.7
11992024-07-05T23:27:32.007Z Compiling allocator-api2 v0.2.18
12002024-07-05T23:27:32.181Z Compiling slab v0.4.9
12012024-07-05T23:27:32.246Z Compiling ring v0.17.8
12022024-07-05T23:27:32.339Z Compiling ryu v1.0.18
12032024-07-05T23:27:32.468Z Compiling schemars v0.8.21
12042024-07-05T23:27:32.679Z Compiling smallvec v1.13.2
12052024-07-05T23:27:32.826Z Compiling pin-project-lite v0.2.14
12062024-07-05T23:27:32.829Z Compiling semver v1.0.23
12072024-07-05T23:27:33.006Z Compiling equivalent v1.0.1
12082024-07-05T23:27:33.177Z Compiling vcpkg v0.2.15
12092024-07-05T23:27:33.273Z Compiling pkg-config v0.3.30
12102024-07-05T23:27:33.352Z Compiling signal-hook-registry v1.4.2
12112024-07-05T23:27:34.100Z Compiling parking_lot v0.12.2
12122024-07-05T23:27:34.874Z Compiling syn v1.0.109
12132024-07-05T23:27:34.996Z Compiling mio v0.8.11
12142024-07-05T23:27:35.028Z Compiling openssl-sys v0.9.102
12152024-07-05T23:27:35.460Z Compiling spin v0.9.8
12162024-07-05T23:27:36.005Z Compiling rand_core v0.6.4
12172024-07-05T23:27:36.210Z Compiling num_cpus v1.16.0
12182024-07-05T23:27:36.357Z Compiling socket2 v0.5.7
12192024-07-05T23:27:36.390Z Compiling num-conv v0.1.0
12202024-07-05T23:27:36.656Z Compiling time-core v0.1.2
12212024-07-05T23:27:36.827Z Compiling time-macros v0.2.18
12222024-07-05T23:27:37.132Z Compiling httparse v1.8.0
12232024-07-05T23:27:37.148Z Compiling heck v0.5.0
12242024-07-05T23:27:37.755Z Compiling futures-core v0.3.30
12252024-07-05T23:27:38.011Z Compiling fnv v1.0.7
12262024-07-05T23:27:38.051Z Compiling openssl v0.10.64
12272024-07-05T23:27:38.419Z Compiling iana-time-zone v0.1.60
12282024-07-05T23:27:38.601Z Compiling rustix v0.38.34
12292024-07-05T23:27:38.662Z Compiling crossbeam-utils v0.8.19
12302024-07-05T23:27:39.183Z Compiling serde_derive_internals v0.29.1
12312024-07-05T23:27:39.268Z Compiling rustls v0.21.12
12322024-07-05T23:27:39.332Z Compiling native-tls v0.2.11
12332024-07-05T23:27:39.514Z Compiling tinyvec_macros v0.1.1
12342024-07-05T23:27:39.595Z Compiling tinyvec v1.6.0
12352024-07-05T23:27:40.024Z Compiling subtle v2.5.0
12362024-07-05T23:27:40.309Z Compiling futures-sink v0.3.30
12372024-07-05T23:27:40.392Z Compiling ucd-trie v0.1.6
12382024-07-05T23:27:40.440Z Compiling const-oid v0.9.6
12392024-07-05T23:27:40.865Z Compiling unicode-normalization v0.1.23
12402024-07-05T23:27:41.067Z Compiling backtrace v0.3.71
12412024-07-05T23:27:41.307Z Compiling cookie v0.17.0
12422024-07-05T23:27:41.526Z Compiling dyn-clone v1.0.17
12432024-07-05T23:27:41.714Z Compiling unicode-bidi v0.3.15
12442024-07-05T23:27:41.794Z Compiling slog v2.7.0
12452024-07-05T23:27:42.132Z Compiling futures-channel v0.3.30
12462024-07-05T23:27:42.214Z Compiling pin-utils v0.1.0
12472024-07-05T23:27:42.318Z Compiling futures-task v0.3.30
12482024-07-05T23:27:42.604Z Compiling futures-io v0.3.30
12492024-07-05T23:27:42.962Z Compiling aho-corasick v1.1.3
12502024-07-05T23:27:42.985Z Compiling anyhow v1.0.86
12512024-07-05T23:27:43.652Z Compiling untrusted v0.9.0
12522024-07-05T23:27:43.775Z Compiling regex-syntax v0.8.3
12532024-07-05T23:27:43.825Z Compiling winnow v0.5.40
12542024-07-05T23:27:44.545Z Compiling serde_derive v1.0.203
12552024-07-05T23:27:45.501Z Compiling zerocopy-derive v0.7.34
12562024-07-05T23:27:45.739Z Compiling zeroize_derive v1.4.2
12572024-07-05T23:27:47.113Z Compiling thiserror-impl v1.0.60
12582024-07-05T23:27:47.300Z Compiling tokio-macros v2.3.0
12592024-07-05T23:27:47.511Z Compiling zerocopy v0.7.34
12602024-07-05T23:27:47.569Z Compiling futures-macro v0.3.30
12612024-07-05T23:27:48.695Z Compiling schemars_derive v0.8.21
12622024-07-05T23:27:49.420Z Compiling tracing-attributes v0.1.27
12632024-07-05T23:27:49.581Z Compiling zeroize v1.7.0
12642024-07-05T23:27:49.787Z Compiling hashbrown v0.14.5
12652024-07-05T23:27:50.323Z Compiling openssl-macros v0.1.1
12662024-07-05T23:27:51.136Z Compiling scroll_derive v0.12.0
12672024-07-05T23:27:51.310Z Compiling pest v2.7.10
12682024-07-05T23:27:51.580Z Compiling crypto-common v0.1.6
12692024-07-05T23:27:51.761Z Compiling futures-util v0.3.30
12702024-07-05T23:27:52.445Z Compiling der_derive v0.7.2
12712024-07-05T23:27:52.644Z Compiling block-buffer v0.10.4
12722024-07-05T23:27:52.860Z Compiling regex-automata v0.4.6
12732024-07-05T23:27:54.163Z Compiling pest_meta v2.7.10
12742024-07-05T23:27:54.806Z Compiling tracing-core v0.1.32
12752024-07-05T23:27:57.147Z Compiling pest_generator v2.7.10
12762024-07-05T23:27:58.471Z Compiling bytes v1.6.0
12772024-07-05T23:27:58.695Z Compiling indexmap v2.2.6
12782024-07-05T23:27:59.597Z Compiling tokio v1.38.0
12792024-07-05T23:27:59.702Z Compiling uuid v1.9.1
12802024-07-05T23:28:00.202Z Compiling bitflags v2.5.0
12812024-07-05T23:28:00.455Z Compiling chrono v0.4.38
12822024-07-05T23:28:00.755Z Compiling serde_tokenstream v0.2.1
12832024-07-05T23:28:01.855Z Compiling serde_spanned v0.6.6
12842024-07-05T23:28:02.072Z Compiling toml_datetime v0.6.6
12852024-07-05T23:28:02.493Z Compiling http v0.2.12
12862024-07-05T23:28:04.024Z Compiling toml_edit v0.19.15
12872024-07-05T23:28:04.894Z Compiling rustc_version v0.4.0
12882024-07-05T23:28:05.547Z Compiling pest_derive v2.7.10
12892024-07-05T23:28:05.785Z Compiling usdt-impl v0.5.0
12902024-07-05T23:28:06.099Z Compiling rustversion v1.0.17
12912024-07-05T23:28:06.283Z Compiling powerfmt v0.2.0
12922024-07-05T23:28:06.774Z Compiling deranged v0.3.11
12932024-07-05T23:28:06.795Z Compiling heapless v0.7.17
12942024-07-05T23:28:06.798Z Compiling tracing v0.1.40
12952024-07-05T23:28:07.197Z Compiling digest v0.10.7
12962024-07-05T23:28:07.660Z Compiling scroll v0.12.0
12972024-07-05T23:28:08.211Z Compiling plain v0.2.3
12982024-07-05T23:28:08.539Z Compiling num_threads v0.1.7
12992024-07-05T23:28:08.922Z Compiling heck v0.4.1
13002024-07-05T23:28:08.963Z Compiling percent-encoding v2.3.1
13012024-07-05T23:28:09.286Z Compiling ppv-lite86 v0.2.17
13022024-07-05T23:28:09.336Z Compiling signal-hook v0.3.17
13032024-07-05T23:28:09.637Z Compiling time v0.3.36
13042024-07-05T23:28:10.034Z Compiling rand_chacha v0.3.1
13052024-07-05T23:28:10.064Z Compiling goblin v0.8.2
13062024-07-05T23:28:11.155Z Compiling regex v1.10.4
13072024-07-05T23:28:12.499Z Compiling strsim v0.11.1
13082024-07-05T23:28:13.283Z Compiling pretty-hex v0.4.1
13092024-07-05T23:28:13.492Z Compiling crc32fast v1.4.0
13102024-07-05T23:28:14.134Z Compiling rand v0.8.5
13112024-07-05T23:28:14.892Z Compiling tokio-util v0.7.11
13122024-07-05T23:28:15.660Z Compiling dof v0.3.0
13132024-07-05T23:28:15.720Z Compiling dtrace-parser v0.2.0
13142024-07-05T23:28:16.630Z Compiling async-trait v0.1.80
13152024-07-05T23:28:17.288Z Compiling thread-id v4.2.1
13162024-07-05T23:28:17.403Z Compiling base64ct v1.6.0
13172024-07-05T23:28:17.527Z Compiling smoltcp v0.9.1
13182024-07-05T23:28:17.559Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13192024-07-05T23:28:17.758Z Compiling foreign-types-shared v0.1.1
13202024-07-05T23:28:17.870Z Compiling unicode-width v0.1.13
13212024-07-05T23:28:18.082Z Compiling pem-rfc7468 v0.7.0
13222024-07-05T23:28:18.140Z Compiling foreign-types v0.3.2
13232024-07-05T23:28:19.707Z Compiling form_urlencoded v1.2.1
13242024-07-05T23:28:20.109Z Compiling hmac v0.12.1
13252024-07-05T23:28:20.255Z Compiling try-lock v0.2.5
13262024-07-05T23:28:20.438Z Compiling siphasher v0.3.11
13272024-07-05T23:28:20.518Z Compiling flagset v0.4.5
13282024-07-05T23:28:20.656Z Compiling adler v1.0.2
13292024-07-05T23:28:20.725Z Compiling base64 v0.21.7
13302024-07-05T23:28:20.791Z Compiling der v0.7.9
13312024-07-05T23:28:20.827Z Compiling miniz_oxide v0.7.2
13322024-07-05T23:28:20.955Z Compiling want v0.3.1
13332024-07-05T23:28:23.251Z Compiling h2 v0.3.26
13342024-07-05T23:28:23.295Z Compiling rustls-webpki v0.101.7
13352024-07-05T23:28:24.083Z Compiling sct v0.7.1
13362024-07-05T23:28:24.381Z Compiling http-body v0.4.6
13372024-07-05T23:28:25.011Z Compiling openapiv3 v2.0.0
13382024-07-05T23:28:25.416Z Compiling hubpack_derive v0.1.1
13392024-07-05T23:28:26.048Z Compiling zerocopy-derive v0.6.6
13402024-07-05T23:28:26.244Z Compiling idna v0.5.0
13412024-07-05T23:28:26.503Z Compiling errno v0.3.9
13422024-07-05T23:28:26.754Z Compiling fs-err v2.11.0
13432024-07-05T23:28:27.593Z Compiling utf8parse v0.2.1
13442024-07-05T23:28:27.859Z Compiling anstyle v1.0.7
13452024-07-05T23:28:27.956Z Compiling httpdate v1.0.3
13462024-07-05T23:28:27.958Z Compiling stable_deref_trait v1.2.0
13472024-07-05T23:28:28.052Z Compiling tower-service v0.3.2
13482024-07-05T23:28:28.074Z Compiling gimli v0.28.1
13492024-07-05T23:28:28.263Z Compiling cpufeatures v0.2.12
13502024-07-05T23:28:28.487Z Compiling finl_unicode v1.2.0
13512024-07-05T23:28:28.593Z Compiling openssl-probe v0.1.5
13522024-07-05T23:28:28.708Z Compiling sha2 v0.10.8
13532024-07-05T23:28:29.069Z Compiling stringprep v0.1.4
13542024-07-05T23:28:29.485Z Compiling anstyle-parse v0.2.4
13552024-07-05T23:28:29.523Z Compiling url v2.5.0
13562024-07-05T23:28:30.523Z Compiling hyper v0.14.28
13572024-07-05T23:28:32.712Z Compiling addr2line v0.21.0
13582024-07-05T23:28:33.616Z Compiling spki v0.7.3
13592024-07-05T23:28:34.659Z Compiling usdt-attr-macro v0.5.0
13602024-07-05T23:28:34.773Z Compiling usdt-macro v0.5.0
13612024-07-05T23:28:36.202Z Compiling md-5 v0.10.6
13622024-07-05T23:28:40.119Z Compiling idna v0.3.0
13632024-07-05T23:28:40.363Z Compiling diesel_table_macro_syntax v0.1.0
13642024-07-05T23:28:40.443Z Compiling num-integer v0.1.46
13652024-07-05T23:28:41.148Z Compiling object v0.32.2
13662024-07-05T23:28:41.543Z Compiling hash32 v0.2.1
13672024-07-05T23:28:41.648Z Compiling fallible-iterator v0.2.0
13682024-07-05T23:28:41.952Z Compiling rustc-demangle v0.1.24
13692024-07-05T23:28:42.351Z Compiling anstyle-query v1.0.3
13702024-07-05T23:28:42.489Z Compiling colorchoice v1.0.1
13712024-07-05T23:28:43.390Z Compiling is_terminal_polyfill v1.70.0
13722024-07-05T23:28:44.146Z Compiling psl-types v2.0.11
13732024-07-05T23:28:44.350Z Compiling publicsuffix v2.2.3
13742024-07-05T23:28:44.612Z Compiling anstream v0.6.14
13752024-07-05T23:28:49.109Z Compiling postgres-protocol v0.6.6
13762024-07-05T23:28:49.627Z Compiling diesel_derives v2.1.4
13772024-07-05T23:28:51.284Z Compiling tokio-rustls v0.24.1
13782024-07-05T23:28:55.726Z Compiling pkcs8 v0.10.2
13792024-07-05T23:28:56.236Z Compiling terminal_size v0.3.0
13802024-07-05T23:28:56.545Z Compiling tokio-native-tls v0.3.1
13812024-07-05T23:28:56.805Z Compiling phf_shared v0.11.2
13822024-07-05T23:28:58.160Z Compiling strum_macros v0.25.3
13832024-07-05T23:28:58.178Z Compiling enum-as-inner v0.5.1
13842024-07-05T23:28:58.964Z Compiling block-padding v0.3.3
13852024-07-05T23:28:59.122Z Compiling regress v0.9.1
13862024-07-05T23:28:59.181Z Compiling clap_derive v4.5.4
13872024-07-05T23:28:59.392Z Compiling serde_repr v0.1.19
13882024-07-05T23:29:01.457Z Compiling ff v0.13.0
13892024-07-05T23:29:01.681Z Compiling lazy_static v1.5.0
13902024-07-05T23:29:01.830Z Compiling scheduled-thread-pool v0.2.7
13912024-07-05T23:29:02.323Z Compiling encoding_rs v0.8.34
13922024-07-05T23:29:03.777Z Compiling base16ct v0.2.0
13932024-07-05T23:29:03.794Z Compiling ipnet v2.9.0
13942024-07-05T23:29:03.943Z Compiling either v1.12.0
13952024-07-05T23:29:04.075Z Compiling bitflags v1.3.2
13962024-07-05T23:29:04.389Z Compiling managed v0.8.0
13972024-07-05T23:29:04.601Z Compiling bit-vec v0.6.3
13982024-07-05T23:29:05.010Z Compiling matches v0.1.10
13992024-07-05T23:29:05.204Z Compiling mime v0.3.17
14002024-07-05T23:29:05.568Z Compiling clap_lex v0.7.0
14012024-07-05T23:29:06.011Z Compiling clap_builder v4.5.2
14022024-07-05T23:29:06.626Z Compiling idna v0.2.3
14032024-07-05T23:29:07.792Z Compiling sec1 v0.7.3
14042024-07-05T23:29:08.052Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14052024-07-05T23:29:08.319Z Compiling r2d2 v0.8.10
14062024-07-05T23:29:10.353Z Compiling group v0.13.0
14072024-07-05T23:29:13.063Z Compiling inout v0.1.3
14082024-07-05T23:29:13.389Z Compiling phf v0.11.2
14092024-07-05T23:29:13.580Z Compiling hyper-tls v0.5.0
14102024-07-05T23:29:13.624Z Compiling signal-hook-mio v0.2.3
14112024-07-05T23:29:13.661Z Compiling hyper-rustls v0.24.2
14122024-07-05T23:29:13.776Z Compiling cookie_store v0.20.0
14132024-07-05T23:29:13.910Z Compiling postgres-types v0.2.6
14142024-07-05T23:29:14.008Z Compiling num-bigint v0.4.5
14152024-07-05T23:29:14.296Z Compiling zerocopy v0.6.6
14162024-07-05T23:29:15.159Z Compiling hubpack v0.1.2
14172024-07-05T23:29:15.250Z Compiling rustls-pemfile v1.0.4
14182024-07-05T23:29:15.296Z Compiling phf_shared v0.10.0
14192024-07-05T23:29:15.588Z Compiling hkdf v0.12.4
14202024-07-05T23:29:15.643Z Compiling serde_urlencoded v0.7.1
14212024-07-05T23:29:15.808Z Compiling crossbeam-epoch v0.9.18
14222024-07-05T23:29:16.166Z Compiling ipnetwork v0.20.0
14232024-07-05T23:29:17.073Z Compiling futures-executor v0.3.30
14242024-07-05T23:29:17.596Z Compiling crypto-bigint v0.5.5
14252024-07-05T23:29:17.893Z Compiling float-cmp v0.9.0
14262024-07-05T23:29:18.118Z Compiling memmap v0.7.0
14272024-07-05T23:29:18.354Z Compiling data-encoding v2.6.0
14282024-07-05T23:29:18.442Z Compiling normalize-line-endings v0.3.0
14292024-07-05T23:29:18.564Z Compiling minimal-lexical v0.2.1
14302024-07-05T23:29:19.063Z Compiling winnow v0.6.8
14312024-07-05T23:29:19.996Z Compiling precomputed-hash v0.1.1
14322024-07-05T23:29:20.098Z Compiling fixedbitset v0.4.2
14332024-07-05T23:29:20.484Z Compiling difflib v0.4.0
14342024-07-05T23:29:20.823Z Compiling new_debug_unreachable v1.0.6
14352024-07-05T23:29:20.918Z Compiling webpki-roots v0.25.4
14362024-07-05T23:29:21.068Z Compiling static_assertions v1.1.0
14372024-07-05T23:29:21.071Z Compiling whoami v1.5.1
14382024-07-05T23:29:21.174Z Compiling unicode-segmentation v1.11.0
14392024-07-05T23:29:21.657Z Compiling sync_wrapper v0.1.2
14402024-07-05T23:29:21.698Z Compiling predicates-core v1.0.6
14412024-07-05T23:29:21.784Z Compiling reqwest v0.11.27
14422024-07-05T23:29:21.942Z Compiling predicates v3.1.0
14432024-07-05T23:29:22.025Z Compiling similar v2.5.0
14442024-07-05T23:29:22.831Z Compiling toml_edit v0.22.14
14452024-07-05T23:29:23.457Z Compiling tokio-postgres v0.7.10
14462024-07-05T23:29:23.478Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14472024-07-05T23:29:24.011Z Compiling string_cache v0.8.7
14482024-07-05T23:29:24.058Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14492024-07-05T23:29:24.422Z Compiling elliptic-curve v0.13.8
14502024-07-05T23:29:25.155Z Compiling petgraph v0.6.5
14512024-07-05T23:29:27.985Z Compiling nom v7.1.3
14522024-07-05T23:29:28.157Z Compiling trust-dns-proto v0.22.0
14532024-07-05T23:29:29.125Z Compiling usdt v0.5.0
14542024-07-05T23:29:30.403Z Compiling futures v0.3.30
14552024-07-05T23:29:30.420Z Compiling diesel v2.1.6
14562024-07-05T23:29:30.436Z Compiling yasna v0.5.2
14572024-07-05T23:29:31.262Z Compiling crossterm v0.27.0
14582024-07-05T23:29:31.309Z Compiling flate2 v1.0.30
14592024-07-05T23:29:31.616Z Compiling cipher v0.4.4
14602024-07-05T23:29:32.044Z Compiling clap v4.5.4
14612024-07-05T23:29:32.162Z Compiling bit-set v0.5.3
14622024-07-05T23:29:32.228Z Compiling itertools v0.12.1
14632024-07-05T23:29:32.441Z Compiling itertools v0.10.5
14642024-07-05T23:29:32.730Z Compiling console v0.15.8
14652024-07-05T23:29:34.608Z Compiling num-iter v0.1.45
14662024-07-05T23:29:35.027Z Compiling tokio-stream v0.1.15
14672024-07-05T23:29:35.314Z Compiling toml v0.7.8
14682024-07-05T23:29:35.317Z Compiling hex v0.4.3
14692024-07-05T23:29:35.361Z Compiling bstr v1.9.1
14702024-07-05T23:29:35.863Z Compiling lalrpop-util v0.19.12
14712024-07-05T23:29:35.900Z Compiling unicode-xid v0.2.4
14722024-07-05T23:29:36.057Z Compiling peg-runtime v0.8.3
14732024-07-05T23:29:36.472Z Compiling camino v1.1.7
14742024-07-05T23:29:36.977Z Compiling proc-macro-crate v1.3.1
14752024-07-05T23:29:37.329Z Compiling heapless v0.8.0
14762024-07-05T23:29:40.538Z Compiling num_enum_derive v0.5.11
14772024-07-05T23:29:45.959Z Compiling hash32 v0.3.1
14782024-07-05T23:29:46.610Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14792024-07-05T23:29:47.719Z Compiling ident_case v1.0.1
14802024-07-05T23:29:47.862Z Compiling rustls-pki-types v1.7.0
14812024-07-05T23:29:49.165Z Compiling smoltcp v0.11.0
14822024-07-05T23:29:50.287Z Compiling darling_core v0.20.9
14832024-07-05T23:30:01.139Z Compiling num_enum v0.5.11
14842024-07-05T23:30:02.441Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14852024-07-05T23:30:02.878Z Compiling getopts v0.2.21
14862024-07-05T23:30:04.065Z Compiling dirs-sys-next v0.1.2
14872024-07-05T23:30:05.297Z Compiling proc-macro-error-attr v1.0.4
14882024-07-05T23:30:05.548Z Compiling cobs v0.2.3
14892024-07-05T23:30:05.583Z Compiling unsafe-libyaml v0.2.11
14902024-07-05T23:30:05.941Z Compiling paste v1.0.15
14912024-07-05T23:30:05.971Z Compiling rustls v0.22.4
14922024-07-05T23:30:06.232Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14932024-07-05T23:30:06.749Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14942024-07-05T23:30:07.020Z Compiling embedded-io v0.4.0
14952024-07-05T23:30:07.253Z Compiling postcard v1.0.8
14962024-07-05T23:30:08.185Z Compiling serde_yaml v0.9.34+deprecated
14972024-07-05T23:30:10.638Z Compiling dirs-next v2.0.0
14982024-07-05T23:30:11.964Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14992024-07-05T23:30:14.150Z Compiling darling_macro v0.20.9
15002024-07-05T23:30:16.545Z Compiling rustls-webpki v0.102.4
15012024-07-05T23:30:22.456Z Compiling strum_macros v0.26.4
15022024-07-05T23:30:24.006Z Compiling foreign-types-macros v0.2.3
15032024-07-05T23:30:24.216Z Compiling structmeta-derive v0.3.0
15042024-07-05T23:30:25.290Z Compiling thread_local v1.1.8
15052024-07-05T23:30:25.481Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15062024-07-05T23:30:25.727Z Compiling multer v3.1.0
15072024-07-05T23:30:26.011Z Compiling proc-macro-error v1.0.4
15082024-07-05T23:30:26.031Z Compiling foreign-types-shared v0.3.1
15092024-07-05T23:30:26.874Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15102024-07-05T23:30:27.121Z Compiling match_cfg v0.1.0
15112024-07-05T23:30:27.139Z Compiling slog-async v2.8.0
15122024-07-05T23:30:27.689Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15132024-07-05T23:30:31.860Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15142024-07-05T23:30:34.391Z Compiling hostname v0.3.1
15152024-07-05T23:30:34.687Z Compiling strum v0.26.2
15162024-07-05T23:30:34.793Z Compiling structmeta v0.3.0
15172024-07-05T23:30:35.322Z Compiling foreign-types v0.5.0
15182024-07-05T23:30:36.844Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15192024-07-05T23:30:39.505Z Compiling darling v0.20.9
15202024-07-05T23:30:48.083Z Compiling term v0.7.0
15212024-07-05T23:30:50.296Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15222024-07-05T23:30:52.647Z Compiling slog-json v2.6.1
15232024-07-05T23:30:52.761Z Compiling tabwriter v1.4.0
15242024-07-05T23:30:53.184Z Compiling crossbeam-channel v0.5.12
15252024-07-05T23:30:54.160Z Compiling http v1.1.0
15262024-07-05T23:30:54.177Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15272024-07-05T23:30:54.728Z Compiling async-stream-impl v0.3.5
15282024-07-05T23:30:54.814Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15292024-07-05T23:30:54.971Z Compiling cstr-argument v0.1.2
15302024-07-05T23:30:55.228Z Compiling is-terminal v0.4.12
15312024-07-05T23:30:55.362Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
15322024-07-05T23:30:55.634Z Compiling rayon-core v1.12.1
15332024-07-05T23:30:55.895Z Compiling crucible-workspace-hack v0.1.0
15342024-07-05T23:30:55.932Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15352024-07-05T23:30:55.962Z Compiling pretty-hex v0.2.1
15362024-07-05T23:30:56.161Z Compiling take_mut v0.2.2
15372024-07-05T23:30:56.176Z Compiling fastrand v2.1.0
15382024-07-05T23:30:56.202Z Compiling atomic-waker v1.1.2
15392024-07-05T23:30:56.330Z Compiling base64 v0.22.1
15402024-07-05T23:30:56.397Z Compiling waitgroup v0.1.2
15412024-07-05T23:30:56.652Z Compiling tempfile v3.10.1
15422024-07-05T23:30:56.845Z Compiling rustls-pemfile v2.1.2
15432024-07-05T23:30:57.464Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15442024-07-05T23:30:57.581Z Compiling async-stream v0.3.5
15452024-07-05T23:30:58.251Z Compiling slog-term v2.9.1
15462024-07-05T23:30:58.467Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15472024-07-05T23:30:58.972Z Compiling slog-bunyan v2.5.0
15482024-07-05T23:30:59.247Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15492024-07-05T23:30:59.517Z Compiling tokio-rustls v0.25.0
15502024-07-05T23:30:59.805Z Compiling serde_with_macros v3.8.1
15512024-07-05T23:30:59.978Z Compiling parse-display-derive v0.9.1
15522024-07-05T23:31:00.070Z Compiling toml v0.8.14
15532024-07-05T23:31:00.619Z Compiling sha1 v0.10.6
15542024-07-05T23:31:01.043Z Compiling colored v2.1.0
15552024-07-05T23:31:01.429Z Compiling crossbeam-deque v0.8.5
15562024-07-05T23:31:01.818Z Compiling newtype-uuid v1.1.0
15572024-07-05T23:31:02.137Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
15582024-07-05T23:31:02.317Z Compiling serde_path_to_error v0.1.16
15592024-07-05T23:31:02.529Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15602024-07-05T23:31:03.259Z Compiling socket2 v0.4.10
15612024-07-05T23:31:03.363Z Compiling hostname v0.4.0
15622024-07-05T23:31:03.605Z Compiling instant v0.1.12
15632024-07-05T23:31:03.782Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15642024-07-05T23:31:04.063Z Compiling debug-ignore v1.0.5
15652024-07-05T23:31:04.169Z Compiling parse-display v0.9.1
15662024-07-05T23:31:04.213Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15672024-07-05T23:31:06.069Z Compiling backoff v0.4.0
15682024-07-05T23:31:06.431Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15692024-07-05T23:31:06.648Z Compiling serde_with v3.8.1
15702024-07-05T23:31:07.002Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15712024-07-05T23:31:07.502Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15722024-07-05T23:31:08.300Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15732024-07-05T23:31:08.851Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
15742024-07-05T23:31:09.067Z Compiling camino-tempfile v1.1.1
15752024-07-05T23:31:09.845Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15762024-07-05T23:31:10.301Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15772024-07-05T23:31:10.483Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15782024-07-05T23:31:10.938Z Compiling macaddr v1.0.1
15792024-07-05T23:31:11.277Z Compiling num-derive v0.4.2
15802024-07-05T23:31:11.572Z Compiling sigpipe v0.1.3
15812024-07-05T23:31:11.699Z Compiling libefi-sys v0.1.0
15822024-07-05T23:31:11.998Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15832024-07-05T23:31:12.551Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15842024-07-05T23:31:13.429Z Compiling rayon v1.10.0
15852024-07-05T23:31:13.573Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15862024-07-05T23:31:13.627Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
15872024-07-05T23:31:14.378Z Compiling smf v0.2.3
15882024-07-05T23:31:15.223Z Compiling bitfield-struct v0.6.1
15892024-07-05T23:31:15.873Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15902024-07-05T23:31:16.212Z Compiling ring v0.16.20
15912024-07-05T23:31:16.541Z Compiling blake3 v1.5.1
15922024-07-05T23:31:17.008Z Compiling portable-atomic v1.6.0
15932024-07-05T23:31:17.461Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
15942024-07-05T23:31:17.953Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15952024-07-05T23:31:18.217Z Compiling xattr v1.3.1
15962024-07-05T23:31:18.364Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
15972024-07-05T23:31:18.542Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
15982024-07-05T23:31:19.128Z Compiling filetime v0.2.23
15992024-07-05T23:31:19.219Z Compiling memmap2 v0.9.4
16002024-07-05T23:31:19.477Z Compiling constant_time_eq v0.3.0
16012024-07-05T23:31:19.651Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16022024-07-05T23:31:19.767Z Compiling untrusted v0.7.1
16032024-07-05T23:31:19.784Z Compiling arrayvec v0.7.4
16042024-07-05T23:31:19.962Z Compiling same-file v1.0.6
16052024-07-05T23:31:20.223Z Compiling arrayref v0.3.7
16062024-07-05T23:31:20.239Z Compiling spin v0.5.2
16072024-07-05T23:31:20.485Z Compiling walkdir v2.5.0
16082024-07-05T23:31:21.717Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16092024-07-05T23:31:21.976Z Compiling tar v0.4.40
16102024-07-05T23:31:23.432Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16112024-07-05T23:31:24.213Z Compiling cargo-platform v0.1.8
16122024-07-05T23:31:25.316Z Compiling gethostname v0.4.3
16132024-07-05T23:31:25.594Z Compiling topological-sort v0.2.2
16142024-07-05T23:31:25.724Z Compiling number_prefix v0.4.0
16152024-07-05T23:31:25.896Z Compiling omicron-zone-package v0.11.0
16162024-07-05T23:31:25.982Z Compiling indicatif v0.17.8
16172024-07-05T23:31:26.049Z Compiling cargo_metadata v0.18.1
16182024-07-05T23:31:31.268Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16192024-07-05T23:31:34.777Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16202024-07-05T23:31:35.328Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16212024-07-05T23:31:39.475Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16222024-07-05T23:31:56.276Z Finished `release` profile [optimized] target(s) in 4m 29s
16232024-07-05T23:31:56.392Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16242024-07-05T23:31:56.432ZLogging to: /work/oxidecomputer/omicron/out/LOG
16252024-07-05T23:31:56.435ZCreated new build target 'test' and set it as active
16262024-07-05T23:31:56.435Z
16272024-07-05T23:31:56.435Zreal 4:29.543776027
16282024-07-05T23:31:56.435Zuser 30:16.373928437
16292024-07-05T23:31:56.435Zsys 3:54.934743005
16302024-07-05T23:31:56.435Ztrap 0.877051273
16312024-07-05T23:31:56.435Ztflt 3.476833824
16322024-07-05T23:31:56.435Zdflt 1.572741920
16332024-07-05T23:31:56.435Zkflt 0.008361860
16342024-07-05T23:31:56.435Zlock 1:03:29.310039227
16352024-07-05T23:31:56.435Zslp 1:25:12.658156630
16362024-07-05T23:31:56.435Zlat 2:00.152252468
16372024-07-05T23:31:56.435Zstop 2:59.679664526
16382024-07-05T23:31:56.435Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16392024-07-05T23:31:57.281Z Finished `release` profile [optimized] target(s) in 0.80s
16402024-07-05T23:31:57.322Z Running `target/release/omicron-package -t test package`
16412024-07-05T23:31:57.392ZLogging to: /work/oxidecomputer/omicron/out/LOG
16422024-07-05T23:31:58.358Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16432024-07-05T23:31:58.456Z Compiling humantime v2.1.0
16442024-07-05T23:31:58.459Z Compiling newline-converter v0.3.0
16452024-07-05T23:31:58.459Z Compiling derive-where v1.2.7
16462024-07-05T23:31:58.459Z Compiling dirs-sys-next v0.1.2
16472024-07-05T23:31:58.486Z Compiling prettyplease v0.2.20
16482024-07-05T23:31:58.488Z Compiling convert_case v0.4.0
16492024-07-05T23:31:58.488Z Compiling camino v1.1.7
16502024-07-05T23:31:58.580Z Compiling expectorate v1.1.0
16512024-07-05T23:31:58.669Z Compiling dirs-next v2.0.0
16522024-07-05T23:31:58.763Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16532024-07-05T23:31:58.817Z Compiling term v0.7.0
16542024-07-05T23:31:58.841Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16552024-07-05T23:31:58.954Z Compiling password-hash v0.5.0
16562024-07-05T23:31:59.251Z Compiling blake2 v0.10.6
16572024-07-05T23:31:59.284Z Compiling derive_more v0.99.17
16582024-07-05T23:31:59.485Z Compiling is-terminal v0.4.12
16592024-07-05T23:31:59.607Z Compiling toml v0.8.14
16602024-07-05T23:32:00.100Z Compiling argon2 v0.5.3
16612024-07-05T23:32:00.461Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16622024-07-05T23:32:00.890Z Compiling semver v0.1.20
16632024-07-05T23:32:01.201Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16642024-07-05T23:32:01.220Z Compiling rustc_version v0.1.7
16652024-07-05T23:32:01.401Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16662024-07-05T23:32:01.488Z Compiling linked-hash-map v0.5.6
16672024-07-05T23:32:01.638Z Compiling newtype_derive v0.1.6
16682024-07-05T23:32:01.660Z Compiling rustls-pki-types v1.7.0
16692024-07-05T23:32:01.874Z Compiling lru-cache v0.1.2
16702024-07-05T23:32:02.078Z Compiling rustls-webpki v0.102.4
16712024-07-05T23:32:02.108Z Compiling rustls v0.22.4
16722024-07-05T23:32:02.131Z Compiling thread_local v1.1.8
16732024-07-05T23:32:02.416Z Compiling home v0.5.9
16742024-07-05T23:32:02.533Z Compiling match_cfg v0.1.0
16752024-07-05T23:32:02.626Z Compiling hostname v0.3.1
16762024-07-05T23:32:02.628Z Compiling steno v0.4.1
16772024-07-05T23:32:02.654Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16782024-07-05T23:32:02.875Z Compiling multer v3.1.0
16792024-07-05T23:32:03.901Z Compiling slog-async v2.8.0
16802024-07-05T23:32:03.966Z Compiling slog-json v2.6.1
16812024-07-05T23:32:04.326Z Compiling crossbeam-channel v0.5.12
16822024-07-05T23:32:04.650Z Compiling http v1.1.0
16832024-07-05T23:32:05.155Z Compiling slog-dtrace v0.3.0
16842024-07-05T23:32:05.380Z Compiling base64 v0.22.1
16852024-07-05T23:32:05.438Z Compiling termcolor v1.4.1
16862024-07-05T23:32:06.044Z Compiling atomic-waker v1.1.2
16872024-07-05T23:32:06.231Z Compiling take_mut v0.2.2
16882024-07-05T23:32:06.491Z Compiling waitgroup v0.1.2
16892024-07-05T23:32:06.684Z Compiling rustls-pemfile v2.1.2
16902024-07-05T23:32:07.048Z Compiling slog-bunyan v2.5.0
16912024-07-05T23:32:07.113Z Compiling tokio-rustls v0.25.0
16922024-07-05T23:32:07.234Z Compiling slog-term v2.9.1
16932024-07-05T23:32:07.429Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
16942024-07-05T23:32:07.462Z Compiling async-stream v0.3.5
16952024-07-05T23:32:07.498Z Compiling sha1 v0.10.6
16962024-07-05T23:32:07.517Z Compiling newtype-uuid v1.1.0
16972024-07-05T23:32:07.761Z Compiling serde_path_to_error v0.1.16
16982024-07-05T23:32:07.822Z Compiling hostname v0.4.0
16992024-07-05T23:32:07.915Z Compiling instant v0.1.12
17002024-07-05T23:32:08.046Z Compiling debug-ignore v1.0.5
17012024-07-05T23:32:08.059Z Compiling backoff v0.4.0
17022024-07-05T23:32:08.183Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17032024-07-05T23:32:08.371Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
17042024-07-05T23:32:08.561Z Compiling parse-display v0.9.1
17052024-07-05T23:32:09.118Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17062024-07-05T23:32:09.300Z Compiling serde_with v3.8.1
17072024-07-05T23:32:09.811Z Compiling strum v0.26.2
17082024-07-05T23:32:09.998Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17092024-07-05T23:32:11.054Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17102024-07-05T23:32:11.738Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17112024-07-05T23:32:11.899Z Compiling num-rational v0.4.2
17122024-07-05T23:32:11.965Z Compiling num-complex v0.4.6
17132024-07-05T23:32:12.991Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17142024-07-05T23:32:13.008Z Compiling macaddr v1.0.1
17152024-07-05T23:32:13.365Z Compiling quick-error v1.2.3
17162024-07-05T23:32:13.410Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17172024-07-05T23:32:13.502Z Compiling resolv-conf v0.7.0
17182024-07-05T23:32:13.517Z Compiling num v0.4.3
17192024-07-05T23:32:15.637Z Compiling utf-8 v0.7.6
17202024-07-05T23:32:15.986Z Compiling swrite v0.1.0
17212024-07-05T23:32:16.081Z Compiling radium v0.7.0
17222024-07-05T23:32:16.111Z Compiling float-ord v0.3.2
17232024-07-05T23:32:16.292Z Compiling trust-dns-resolver v0.22.0
17242024-07-05T23:32:16.385Z Compiling maybe-uninit v2.0.0
17252024-07-05T23:32:16.651Z Compiling tap v1.0.1
17262024-07-05T23:32:16.816Z Compiling wyz v0.5.1
17272024-07-05T23:32:17.314Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17282024-07-05T23:32:17.436Z Compiling bzip2-sys v0.1.11+1.0.8
17292024-07-05T23:32:17.912Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17302024-07-05T23:32:23.287Z Compiling num-bigint-dig v0.8.4
17312024-07-05T23:32:24.799Z Compiling funty v2.0.0
17322024-07-05T23:32:27.391Z Compiling packed_struct v0.10.1
17332024-07-05T23:32:27.797Z Compiling crc-catalog v2.4.0
17342024-07-05T23:32:27.965Z Compiling display-error-chain v0.2.0
17352024-07-05T23:32:28.151Z Compiling crc v3.2.1
17362024-07-05T23:32:28.255Z Compiling bitvec v1.0.1
17372024-07-05T23:32:32.773Z Compiling packed_struct_codegen v0.10.1
17382024-07-05T23:32:34.463Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17392024-07-05T23:32:35.231Z Compiling indexmap v1.9.3
17402024-07-05T23:32:35.303Z Compiling nodrop v0.1.14
17412024-07-05T23:32:35.434Z Compiling glob v0.3.1
17422024-07-05T23:32:35.512Z Compiling crunchy v0.2.2
17432024-07-05T23:32:36.004Z Compiling array-init v0.0.4
17442024-07-05T23:32:36.224Z Compiling clang-sys v1.7.0
17452024-07-05T23:32:37.360Z Compiling smallvec v0.6.14
17462024-07-05T23:32:37.868Z Compiling pkcs1 v0.7.5
17472024-07-05T23:32:38.994Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17482024-07-05T23:32:39.332Z Compiling signature v2.2.0
17492024-07-05T23:32:39.422Z Compiling nibble_vec v0.1.0
17502024-07-05T23:32:39.611Z Compiling tiny-keccak v2.0.2
17512024-07-05T23:32:39.643Z Compiling maplit v1.0.2
17522024-07-05T23:32:39.761Z Compiling cancel-safe-futures v0.1.5
17532024-07-05T23:32:39.867Z Compiling endian-type v0.1.2
17542024-07-05T23:32:40.087Z Compiling hashbrown v0.12.3
17552024-07-05T23:32:40.105Z Compiling bitfield v0.14.0
17562024-07-05T23:32:40.412Z Compiling radix_trie v0.2.1
17572024-07-05T23:32:40.900Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17582024-07-05T23:32:41.312Z Compiling rsa v0.9.6
17592024-07-05T23:32:41.752Z Compiling serde-hex v0.1.0
17602024-07-05T23:32:42.497Z Compiling bzip2 v0.4.4
17612024-07-05T23:32:43.121Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17622024-07-05T23:32:43.440Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17632024-07-05T23:32:44.897Z Compiling env_logger v0.10.2
17642024-07-05T23:32:46.797Z Compiling x509-cert v0.2.5
17652024-07-05T23:32:47.001Z Compiling ron v0.8.1
17662024-07-05T23:32:47.406Z Compiling hashbrown v0.13.2
17672024-07-05T23:32:48.045Z Compiling crc-any v2.5.0
17682024-07-05T23:32:48.767Z Compiling object v0.30.4
17692024-07-05T23:32:48.987Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17702024-07-05T23:32:51.134Z Compiling zip v0.6.6
17712024-07-05T23:32:53.855Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17722024-07-05T23:32:54.010Z Compiling rayon-core v1.12.1
17732024-07-05T23:32:54.033Z Compiling ascii-canvas v3.0.0
17742024-07-05T23:32:54.549Z Compiling crossbeam-deque v0.8.5
17752024-07-05T23:32:54.896Z Compiling ena v0.14.3
17762024-07-05T23:32:55.306Z Compiling half v2.4.1
17772024-07-05T23:32:56.028Z Compiling libloading v0.8.3
17782024-07-05T23:32:56.415Z Compiling bindgen v0.69.4
17792024-07-05T23:32:56.834Z Compiling diff v0.1.13
17802024-07-05T23:32:57.404Z Compiling path-slash v0.1.5
17812024-07-05T23:32:57.642Z Compiling fastrand v2.1.0
17822024-07-05T23:32:58.087Z Compiling arc-swap v1.7.1
17832024-07-05T23:32:58.166Z Compiling ciborium-io v0.2.2
17842024-07-05T23:32:58.301Z Compiling same-file v1.0.6
17852024-07-05T23:32:58.518Z Compiling regex-syntax v0.6.29
17862024-07-05T23:32:58.744Z Compiling slog-scope v4.4.0
17872024-07-05T23:32:58.803Z Compiling walkdir v2.5.0
17882024-07-05T23:32:59.460Z Compiling ciborium-ll v0.2.2
17892024-07-05T23:32:59.615Z Compiling tempfile v3.10.1
17902024-07-05T23:32:59.954Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17912024-07-05T23:33:01.953Z Compiling lalrpop v0.19.12
17922024-07-05T23:33:04.257Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17932024-07-05T23:33:05.369Z Compiling which v4.4.2
17942024-07-05T23:33:05.438Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17952024-07-05T23:33:05.660Z Compiling cexpr v0.6.0
17962024-07-05T23:33:05.925Z Compiling fxhash v0.2.1
17972024-07-05T23:33:06.155Z Compiling ref-cast v1.0.23
17982024-07-05T23:33:06.607Z Compiling shlex v1.3.0
17992024-07-05T23:33:07.036Z Compiling lazycell v1.3.0
18002024-07-05T23:33:07.206Z Compiling rustc-hash v1.1.0
18012024-07-05T23:33:07.305Z Compiling ring v0.16.20
18022024-07-05T23:33:10.053Z Compiling blake3 v1.5.1
18032024-07-05T23:33:10.429Z Compiling rayon v1.10.0
18042024-07-05T23:33:11.377Z Compiling ciborium v0.2.2
18052024-07-05T23:33:11.686Z Compiling slog-stdlog v4.1.1
18062024-07-05T23:33:12.603Z Compiling tungstenite v0.21.0
18072024-07-05T23:33:13.627Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18082024-07-05T23:33:13.903Z Compiling derive_builder_core v0.20.0
18092024-07-05T23:33:15.099Z Compiling headers-core v0.2.0
18102024-07-05T23:33:15.267Z Compiling xattr v1.3.1
18112024-07-05T23:33:15.514Z Compiling libxml v0.3.3
18122024-07-05T23:33:15.860Z Compiling ref-cast-impl v1.0.23
18132024-07-05T23:33:15.924Z Compiling atty v0.2.14
18142024-07-05T23:33:16.074Z Compiling filetime v0.2.23
18152024-07-05T23:33:16.159Z Compiling memmap2 v0.9.4
18162024-07-05T23:33:16.368Z Compiling untrusted v0.7.1
18172024-07-05T23:33:16.555Z Compiling arrayref v0.3.7
18182024-07-05T23:33:16.575Z Compiling arrayvec v0.7.4
18192024-07-05T23:33:16.653Z Compiling constant_time_eq v0.3.0
18202024-07-05T23:33:16.796Z Compiling spin v0.5.2
18212024-07-05T23:33:17.092Z Compiling tar v0.4.40
18222024-07-05T23:33:17.896Z Compiling derive_builder_macro v0.20.0
18232024-07-05T23:33:18.469Z Compiling headers v0.3.9
18242024-07-05T23:33:18.754Z Compiling tokio-tungstenite v0.21.0
18252024-07-05T23:33:18.932Z Compiling slog-envlogger v2.2.0
18262024-07-05T23:33:19.345Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18272024-07-05T23:33:20.400Z Compiling camino-tempfile v1.1.1
18282024-07-05T23:33:20.839Z Compiling toolchain_find v0.4.0
18292024-07-05T23:33:21.341Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18302024-07-05T23:33:21.446Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18312024-07-05T23:33:21.487Z Compiling pem v3.0.4
18322024-07-05T23:33:21.503Z Compiling samael v0.0.15
18332024-07-05T23:33:21.610Z Compiling libsw v3.3.1
18342024-07-05T23:33:21.948Z Compiling strum_macros v0.24.3
18352024-07-05T23:33:22.212Z Compiling async-recursion v1.1.1
18362024-07-05T23:33:22.616Z Compiling cookie v0.18.1
18372024-07-05T23:33:22.954Z Compiling indoc v1.0.9
18382024-07-05T23:33:23.050Z Compiling topological-sort v0.2.2
18392024-07-05T23:33:23.081Z Compiling owo-colors v4.0.0
18402024-07-05T23:33:23.124Z Compiling linear-map v1.2.0
18412024-07-05T23:33:23.252Z Compiling omicron-zone-package v0.11.0
18422024-07-05T23:33:23.855Z Compiling rustfmt-wrapper v0.2.1
18432024-07-05T23:33:24.426Z Compiling derive_builder v0.20.0
18442024-07-05T23:33:25.312Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18452024-07-05T23:33:25.857Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18462024-07-05T23:33:26.384Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18472024-07-05T23:33:26.659Z Compiling quick-xml v0.31.0
18482024-07-05T23:33:28.203Z Compiling impl-trait-for-tuples v0.2.2
18492024-07-05T23:33:28.699Z Compiling polar-core v0.27.3
18502024-07-05T23:33:28.760Z Compiling oso-derive v0.27.3
18512024-07-05T23:33:29.736Z Compiling vte_generate_state_changes v0.1.1
18522024-07-05T23:33:29.953Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18532024-07-05T23:33:30.247Z Compiling unicase v2.7.0
18542024-07-05T23:33:30.337Z Compiling cfg_aliases v0.1.1
18552024-07-05T23:33:30.448Z Compiling buf-list v1.0.3
18562024-07-05T23:33:30.535Z Compiling nix v0.28.0
18572024-07-05T23:33:31.057Z Compiling vte v0.11.1
18582024-07-05T23:33:31.352Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18592024-07-05T23:33:32.655Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18602024-07-05T23:33:34.233Z Compiling tungstenite v0.20.1
18612024-07-05T23:33:35.046Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18622024-07-05T23:33:35.314Z Compiling fd-lock v4.0.2
18632024-07-05T23:33:35.523Z Compiling bb8 v0.8.5
18642024-07-05T23:33:36.071Z Compiling const_format_proc_macros v0.2.32
18652024-07-05T23:33:37.327Z Compiling pin-project-internal v1.1.5
18662024-07-05T23:33:38.056Z Compiling memoffset v0.9.1
18672024-07-05T23:33:38.353Z Compiling bytecount v0.6.8
18682024-07-05T23:33:38.665Z Compiling parking_lot_core v0.8.6
18692024-07-05T23:33:39.099Z Compiling papergrid v0.11.0
18702024-07-05T23:33:39.607Z Compiling const_format v0.2.32
18712024-07-05T23:33:40.080Z Compiling pin-project v1.1.5
18722024-07-05T23:33:40.215Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18732024-07-05T23:33:40.793Z Compiling tokio-tungstenite v0.20.1
18742024-07-05T23:33:40.909Z Compiling strip-ansi-escapes v0.2.0
18752024-07-05T23:33:41.759Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18762024-07-05T23:33:42.544Z Compiling tabled_derive v0.7.0
18772024-07-05T23:33:43.997Z Compiling snafu-derive v0.8.2
18782024-07-05T23:33:44.767Z Compiling nu-ansi-term v0.50.0
18792024-07-05T23:33:46.055Z Compiling reedline v0.31.0
18802024-07-05T23:33:47.588Z Compiling tabled v0.15.0
18812024-07-05T23:33:49.000Z Compiling snafu v0.8.2
18822024-07-05T23:33:57.560Z Compiling oso v0.27.3
18832024-07-05T23:34:09.349Z Compiling env_logger v0.9.3
18842024-07-05T23:34:09.931Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18852024-07-05T23:34:13.871Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18862024-07-05T23:34:14.373Z Compiling globset v0.4.14
18872024-07-05T23:34:15.704Z Compiling olpc-cjson v0.1.3
18882024-07-05T23:34:16.043Z Compiling peg-macros v0.8.3
18892024-07-05T23:34:17.031Z Compiling bitstruct_derive v0.1.0
18902024-07-05T23:34:18.285Z Compiling serde_plain v1.0.2
18912024-07-05T23:34:18.491Z Compiling sqlparser_derive v0.2.2
18922024-07-05T23:34:18.797Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18932024-07-05T23:34:18.937Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
18942024-07-05T23:34:19.409Z Compiling signature v1.6.4
18952024-07-05T23:34:19.534Z Compiling typed-path v0.7.1
18962024-07-05T23:34:19.548Z Compiling unicode_categories v0.1.1
18972024-07-05T23:34:19.571Z Compiling ascii v1.1.0
18982024-07-05T23:34:19.896Z Compiling salty v0.2.0
18992024-07-05T23:34:20.120Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
19002024-07-05T23:34:20.288Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19012024-07-05T23:34:20.314Z Compiling sqlformat v0.2.3
19022024-07-05T23:34:20.432Z Compiling sqlparser v0.45.0
19032024-07-05T23:34:22.220Z Compiling tough v0.17.1
19042024-07-05T23:34:22.733Z Compiling ed25519 v1.5.3
19052024-07-05T23:34:23.043Z Compiling peg v0.8.3
19062024-07-05T23:34:23.155Z Compiling rustyline v14.0.0
19072024-07-05T23:34:26.182Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19082024-07-05T23:34:26.456Z Compiling bitstruct v0.1.1
19092024-07-05T23:34:26.561Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19102024-07-05T23:34:26.581Z Compiling parking_lot v0.11.2
19112024-07-05T23:34:27.434Z Compiling nix v0.27.1
19122024-07-05T23:34:28.718Z Compiling trust-dns-client v0.22.0
19132024-07-05T23:34:30.452Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19142024-07-05T23:34:30.758Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19152024-07-05T23:34:31.231Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19162024-07-05T23:34:32.407Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19172024-07-05T23:34:34.627Z Compiling curve25519-dalek v4.1.3
19182024-07-05T23:34:35.021Z Compiling kstat-rs v0.2.4
19192024-07-05T23:34:35.374Z Compiling bcs v0.1.6
19202024-07-05T23:34:35.858Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19212024-07-05T23:34:35.957Z Compiling serde_arrays v0.1.0
19222024-07-05T23:34:36.141Z Compiling toml v0.5.11
19232024-07-05T23:34:36.238Z Compiling serde-big-array v0.5.1
19242024-07-05T23:34:36.477Z Compiling erased-serde v0.3.31
19252024-07-05T23:34:36.704Z Compiling parse-size v1.0.0
19262024-07-05T23:34:36.942Z Compiling keccak v0.1.5
19272024-07-05T23:34:38.232Z Compiling highway v1.1.0
19282024-07-05T23:34:39.583Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19292024-07-05T23:34:39.729Z Compiling trust-dns-server v0.22.1
19302024-07-05T23:34:58.213Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19312024-07-05T23:35:00.625Z Compiling sha3 v0.10.8
19322024-07-05T23:35:01.003Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19332024-07-05T23:35:01.520Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19342024-07-05T23:35:08.952Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19352024-07-05T23:35:19.985Z Compiling mime_guess v2.0.4
19362024-07-05T23:35:21.122Z Compiling sled v0.34.7
19372024-07-05T23:35:25.093Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19382024-07-05T23:35:26.533Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19392024-07-05T23:35:31.516Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
19402024-07-05T23:35:33.010Z Compiling signal-hook-tokio v0.3.1
19412024-07-05T23:35:33.212Z Compiling universal-hash v0.5.1
19422024-07-05T23:35:33.442Z Compiling heck v0.3.3
19432024-07-05T23:35:33.823Z Compiling secrecy v0.8.0
19442024-07-05T23:35:34.098Z Compiling castaway v0.2.2
19452024-07-05T23:35:34.290Z Compiling rand_seeder v0.2.3
19462024-07-05T23:35:34.695Z Compiling thiserror-impl-no-std v2.0.2
19472024-07-05T23:35:37.496Z Compiling serde-big-array v0.4.1
19482024-07-05T23:35:37.711Z Compiling curve25519-dalek-derive v0.1.1
19492024-07-05T23:35:38.554Z Compiling nanorand v0.7.0
19502024-07-05T23:35:39.190Z Compiling opaque-debug v0.3.1
19512024-07-05T23:35:39.285Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19522024-07-05T23:35:39.301Z Compiling poly1305 v0.8.0
19532024-07-05T23:35:40.842Z Compiling flume v0.11.0
19542024-07-05T23:35:41.592Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19552024-07-05T23:35:43.066Z Compiling thiserror-no-std v2.0.2
19562024-07-05T23:35:43.190Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19572024-07-05T23:35:43.418Z Compiling compact_str v0.7.1
19582024-07-05T23:35:44.951Z Compiling zone_cfg_derive v0.1.2
19592024-07-05T23:35:45.302Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19602024-07-05T23:35:46.325Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19612024-07-05T23:35:48.369Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19622024-07-05T23:35:55.654Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19632024-07-05T23:35:56.133Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19642024-07-05T23:35:56.310Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19652024-07-05T23:36:02.565Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19662024-07-05T23:36:05.886Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19672024-07-05T23:36:06.169Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19682024-07-05T23:36:06.446Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19692024-07-05T23:36:06.620Z Compiling chacha20 v0.9.1
19702024-07-05T23:36:06.723Z Compiling unicode-truncate v1.0.0
19712024-07-05T23:36:06.987Z Compiling itertools v0.13.0
19722024-07-05T23:36:07.095Z Compiling aead v0.5.2
19732024-07-05T23:36:07.460Z Compiling lru v0.12.3
19742024-07-05T23:36:07.825Z Compiling stability v0.2.0
19752024-07-05T23:36:08.783Z Compiling corncobs v0.1.3
19762024-07-05T23:36:09.151Z Compiling base64 v0.13.1
19772024-07-05T23:36:09.893Z Compiling cassowary v0.3.0
19782024-07-05T23:36:10.896Z Compiling ratatui v0.27.0
19792024-07-05T23:36:10.899Z Compiling ron v0.7.1
19802024-07-05T23:36:13.691Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19812024-07-05T23:36:14.198Z Compiling chacha20poly1305 v0.10.1
19822024-07-05T23:36:14.461Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19832024-07-05T23:36:14.478Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19842024-07-05T23:36:16.196Z Compiling zone v0.1.8
19852024-07-05T23:36:16.724Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19862024-07-05T23:36:19.517Z Compiling vsss-rs v3.3.4
19872024-07-05T23:36:24.153Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19882024-07-05T23:36:24.886Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19892024-07-05T23:36:27.420Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19902024-07-05T23:36:27.677Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19912024-07-05T23:36:28.945Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19922024-07-05T23:36:29.226Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19932024-07-05T23:36:31.715Z Compiling portpicker v0.1.1
19942024-07-05T23:36:31.774Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19952024-07-05T23:36:32.227Z Compiling csv-core v0.1.11
19962024-07-05T23:36:33.094Z Compiling smawk v0.3.2
19972024-07-05T23:36:33.349Z Compiling unicode-linebreak v0.1.5
19982024-07-05T23:36:34.006Z Compiling http-range v0.1.5
19992024-07-05T23:36:34.385Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20002024-07-05T23:36:34.559Z Compiling hyper-staticfile v0.9.5
20012024-07-05T23:36:35.631Z Compiling textwrap v0.16.1
20022024-07-05T23:36:35.794Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20032024-07-05T23:36:37.680Z Compiling csv v1.3.0
20042024-07-05T23:36:39.404Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20052024-07-05T23:36:44.952Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20062024-07-05T23:36:46.024Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20072024-07-05T23:36:46.340Z Compiling rcgen v0.12.1
20082024-07-05T23:36:50.729Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20092024-07-05T23:36:51.216Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20102024-07-05T23:36:51.494Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20112024-07-05T23:36:56.457Z Compiling atomicwrites v0.4.3
20122024-07-05T23:36:56.973Z Compiling fatfs v0.3.6
20132024-07-05T23:36:58.374Z Compiling subprocess v0.2.9
20142024-07-05T23:36:59.316Z Compiling rtoolbox v0.0.2
20152024-07-05T23:36:59.456Z Compiling assert_matches v1.5.0
20162024-07-05T23:36:59.568Z Compiling is_ci v1.2.0
20172024-07-05T23:36:59.760Z Compiling supports-color v3.0.0
20182024-07-05T23:36:59.888Z Compiling rpassword v7.3.1
20192024-07-05T23:37:00.330Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20202024-07-05T23:37:00.431Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20212024-07-05T23:37:01.681Z Compiling tui-tree-widget v0.21.0
20222024-07-05T23:37:02.104Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20232024-07-05T23:37:03.405Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20242024-07-05T23:37:07.531Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20252024-07-05T23:37:07.817Z Compiling shell-words v1.1.0
20262024-07-05T23:37:08.260Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20272024-07-05T23:37:10.018Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20282024-07-05T23:37:23.699Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20292024-07-05T23:37:37.492Z Compiling uzers v0.11.3
20302024-07-05T23:37:40.440Z Compiling multimap v0.10.0
20312024-07-05T23:38:28.643Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20322024-07-05T23:40:09.713Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20332024-07-05T23:40:09.922Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20342024-07-05T23:46:12.520Z Finished `release` profile [optimized] target(s) in 14m 14s
20352024-07-05T23:46:59.653Z
20362024-07-05T23:46:59.656Zreal 15:02.776857735
20372024-07-05T23:46:59.656Zuser 1:44:16.712910364
20382024-07-05T23:46:59.656Zsys 5:47.714536592
20392024-07-05T23:46:59.656Ztrap 2.346948359
20402024-07-05T23:46:59.656Ztflt 2.205487850
20412024-07-05T23:46:59.656Zdflt 3.198815759
20422024-07-05T23:46:59.656Zkflt 0.033802323
20432024-07-05T23:46:59.656Zlock 6:15:22.293693127
20442024-07-05T23:46:59.656Zslp 4:03:00.568927684
20452024-07-05T23:46:59.656Zlat 2:29.945596691
20462024-07-05T23:46:59.656Zstop 1:55.767035184
20472024-07-05T23:46:59.656Z+ mapfile -t packages
20482024-07-05T23:46:59.656Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20492024-07-05T23:47:00.521Z Finished `release` profile [optimized] target(s) in 0.82s
20502024-07-05T23:47:00.560Z Running `target/release/omicron-package -t test list-outputs`
20512024-07-05T23:47:00.597ZLogging to: /work/oxidecomputer/omicron/out/LOG
20522024-07-05T23:47:00.599Z+ ptime -m cargo build --locked --release -p xtask
20532024-07-05T23:47:01.175Z Compiling serde v1.0.203
20542024-07-05T23:47:01.175Z Compiling bitflags v2.5.0
20552024-07-05T23:47:01.259Z Compiling syn v2.0.68
20562024-07-05T23:47:01.270Z Compiling scopeguard v1.2.0
20572024-07-05T23:47:01.274Z Compiling smallvec v1.13.2
20582024-07-05T23:47:01.274Z Compiling bytes v1.6.0
20592024-07-05T23:47:01.293Z Compiling hashbrown v0.14.5
20602024-07-05T23:47:01.388Z Compiling lock_api v0.4.12
20612024-07-05T23:47:01.744Z Compiling parking_lot_core v0.9.10
20622024-07-05T23:47:01.771Z Compiling serde_json v1.0.120
20632024-07-05T23:47:01.785Z Compiling log v0.4.21
20642024-07-05T23:47:01.802Z Compiling mio v0.8.11
20652024-07-05T23:47:02.091Z Compiling libc v0.2.155
20662024-07-05T23:47:02.179Z Compiling parking_lot v0.12.2
20672024-07-05T23:47:02.249Z Compiling generic-array v0.14.7
20682024-07-05T23:47:02.543Z Compiling slog v2.7.0
20692024-07-05T23:47:02.704Z Compiling indexmap v2.2.6
20702024-07-05T23:47:02.778Z Compiling rustix v0.38.34
20712024-07-05T23:47:03.054Z Compiling http v0.2.12
20722024-07-05T23:47:03.068Z Compiling usdt-impl v0.5.0
20732024-07-05T23:47:03.413Z Compiling syn v1.0.109
20742024-07-05T23:47:03.594Z Compiling thread-id v4.2.1
20752024-07-05T23:47:03.719Z Compiling time-macros v0.2.18
20762024-07-05T23:47:04.015Z Compiling tracing v0.1.40
20772024-07-05T23:47:04.326Z Compiling crossbeam-utils v0.8.19
20782024-07-05T23:47:04.896Z Compiling http-body v0.4.6
20792024-07-05T23:47:05.416Z Compiling unicode-normalization v0.1.23
20802024-07-05T23:47:05.441Z Compiling unicode-bidi v0.3.15
20812024-07-05T23:47:05.538Z Compiling crypto-common v0.1.6
20822024-07-05T23:47:05.752Z Compiling block-buffer v0.10.4
20832024-07-05T23:47:06.702Z Compiling idna v0.5.0
20842024-07-05T23:47:06.757Z Compiling time v0.3.36
20852024-07-05T23:47:07.309Z Compiling terminal_size v0.3.0
20862024-07-05T23:47:07.539Z Compiling proc-macro-error v1.0.4
20872024-07-05T23:47:08.181Z Compiling fs-err v2.11.0
20882024-07-05T23:47:08.445Z Compiling anyhow v1.0.86
20892024-07-05T23:47:08.478Z Compiling clap_builder v4.5.2
20902024-07-05T23:47:09.171Z Compiling crossbeam-channel v0.5.12
20912024-07-05T23:47:09.750Z Compiling url v2.5.0
20922024-07-05T23:47:10.040Z Compiling digest v0.10.7
20932024-07-05T23:47:10.472Z Compiling xattr v1.3.1
20942024-07-05T23:47:10.675Z Compiling tabled_derive v0.7.0
20952024-07-05T23:47:10.768Z Compiling slog-async v2.8.0
20962024-07-05T23:47:10.876Z Compiling sha2 v0.10.8
20972024-07-05T23:47:12.796Z Compiling tabled v0.15.0
20982024-07-05T23:47:13.053Z Compiling serde_derive v1.0.203
20992024-07-05T23:47:13.843Z Compiling thiserror-impl v1.0.60
21002024-07-05T23:47:13.965Z Compiling zerocopy-derive v0.7.34
21012024-07-05T23:47:15.335Z Compiling futures-macro v0.3.30
21022024-07-05T23:47:16.016Z Compiling tokio-macros v2.3.0
21032024-07-05T23:47:16.080Z Compiling zerocopy v0.7.34
21042024-07-05T23:47:16.718Z Compiling thiserror v1.0.60
21052024-07-05T23:47:16.863Z Compiling pest v2.7.10
21062024-07-05T23:47:17.285Z Compiling futures-util v0.3.30
21072024-07-05T23:47:17.538Z Compiling tokio v1.38.0
21082024-07-05T23:47:17.958Z Compiling openssl-macros v0.1.1
21092024-07-05T23:47:18.666Z Compiling scroll_derive v0.12.0
21102024-07-05T23:47:19.745Z Compiling pest_meta v2.7.10
21112024-07-05T23:47:20.094Z Compiling scroll v0.12.0
21122024-07-05T23:47:24.230Z Compiling pest_generator v2.7.10
21132024-07-05T23:47:24.355Z Compiling openssl v0.10.64
21142024-07-05T23:47:26.021Z Compiling pest_derive v2.7.10
21152024-07-05T23:47:26.796Z Compiling dtrace-parser v0.2.0
21162024-07-05T23:47:28.725Z Compiling tokio-util v0.7.11
21172024-07-05T23:47:30.371Z Compiling dof v0.3.0
21182024-07-05T23:47:30.804Z Compiling h2 v0.3.26
21192024-07-05T23:47:32.872Z Compiling native-tls v0.2.11
21202024-07-05T23:47:33.509Z Compiling toml_datetime v0.6.6
21212024-07-05T23:47:34.058Z Compiling serde_spanned v0.6.6
21222024-07-05T23:47:34.181Z Compiling serde_tokenstream v0.2.1
21232024-07-05T23:47:34.256Z Compiling goblin v0.8.2
21242024-07-05T23:47:34.693Z Compiling toml_edit v0.22.14
21252024-07-05T23:47:36.133Z Compiling hyper v0.14.28
21262024-07-05T23:47:43.839Z Compiling tokio-native-tls v0.3.1
21272024-07-05T23:47:44.144Z Compiling hyper-tls v0.5.0
21282024-07-05T23:47:44.582Z Compiling toml v0.8.14
21292024-07-05T23:47:45.678Z Compiling usdt-macro v0.5.0
21302024-07-05T23:47:46.297Z Compiling usdt-attr-macro v0.5.0
21312024-07-05T23:47:46.908Z Compiling slog-json v2.6.1
21322024-07-05T23:47:47.463Z Compiling cargo-platform v0.1.8
21332024-07-05T23:47:47.706Z Compiling serde_urlencoded v0.7.1
21342024-07-05T23:47:48.339Z Compiling semver v1.0.23
21352024-07-05T23:47:48.614Z Compiling camino v1.1.7
21362024-07-05T23:47:48.630Z Compiling futures-executor v0.3.30
21372024-07-05T23:47:49.714Z Compiling strum_macros v0.26.4
21382024-07-05T23:47:49.909Z Compiling clap_derive v4.5.4
21392024-07-05T23:47:49.996Z Compiling cargo_metadata v0.18.1
21402024-07-05T23:47:51.605Z Compiling futures v0.3.30
21412024-07-05T23:47:51.737Z Compiling reqwest v0.11.27
21422024-07-05T23:47:53.841Z Compiling usdt v0.5.0
21432024-07-05T23:47:54.523Z Compiling clap v4.5.4
21442024-07-05T23:47:54.543Z Compiling strum v0.26.2
21452024-07-05T23:47:54.643Z Compiling slog-bunyan v2.5.0
21462024-07-05T23:47:54.733Z Compiling cargo_toml v0.20.3
21472024-07-05T23:47:54.924Z Compiling macaddr v1.0.1
21482024-07-05T23:47:55.265Z Compiling slog-term v2.9.1
21492024-07-05T23:47:55.581Z Compiling tar v0.4.40
21502024-07-05T23:48:08.554Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21512024-07-05T23:48:22.684Z Finished `release` profile [optimized] target(s) in 1m 22s
21522024-07-05T23:48:22.778Z
21532024-07-05T23:48:22.778Zreal 1:22.116588325
21542024-07-05T23:48:22.778Zuser 8:52.652183466
21552024-07-05T23:48:22.778Zsys 50.862869792
21562024-07-05T23:48:22.778Ztrap 0.242792464
21572024-07-05T23:48:22.778Ztflt 0.503550011
21582024-07-05T23:48:22.778Zdflt 0.209616161
21592024-07-05T23:48:22.778Zkflt 0.000035132
21602024-07-05T23:48:22.778Zlock 20:11.268622799
21612024-07-05T23:48:22.778Zslp 22:37.324719094
21622024-07-05T23:48:22.778Zlat 24.130398505
21632024-07-05T23:48:22.778Zstop 22.968568280
21642024-07-05T23:48:22.782Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21652024-07-05T23:48:22.782Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21662024-07-05T23:48:22.782Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21672024-07-05T23:48:22.782Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21682024-07-05T23:48:22.782Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21692024-07-05T23:48:23.310Z Downloading crates ...
21702024-07-05T23:48:23.533Z Downloaded option-ext v0.2.0
21712024-07-05T23:48:23.535Z Downloaded dhcproto-macros v0.1.0
21722024-07-05T23:48:23.535Z Downloaded md5 v0.7.0
21732024-07-05T23:48:23.539Z Downloaded russh-cryptovec v0.7.2
21742024-07-05T23:48:23.541Z Downloaded cbc v0.1.2
21752024-07-05T23:48:23.544Z Downloaded rfc6979 v0.4.0
21762024-07-05T23:48:23.544Z Downloaded internet-checksum v0.2.1
21772024-07-05T23:48:23.544Z Downloaded ed25519 v2.2.3
21782024-07-05T23:48:23.546Z Downloaded dirs-sys v0.4.1
21792024-07-05T23:48:23.549Z Downloaded pbkdf2 v0.11.0
21802024-07-05T23:48:23.549Z Downloaded polyval v0.6.2
21812024-07-05T23:48:23.551Z Downloaded primeorder v0.13.6
21822024-07-05T23:48:23.551Z Downloaded pbkdf2 v0.12.2
21832024-07-05T23:48:23.554Z Downloaded dirs v5.0.1
21842024-07-05T23:48:23.556Z Downloaded blowfish v0.9.1
21852024-07-05T23:48:23.556Z Downloaded rand_core v0.5.1
21862024-07-05T23:48:23.559Z Downloaded hex-literal v0.4.1
21872024-07-05T23:48:23.559Z Downloaded russh-keys v0.43.0
21882024-07-05T23:48:23.561Z Downloaded rand_chacha v0.2.2
21892024-07-05T23:48:23.561Z Downloaded getrandom v0.1.16
21902024-07-05T23:48:23.564Z Downloaded password-hash v0.4.2
21912024-07-05T23:48:23.566Z Downloaded aes v0.8.4
21922024-07-05T23:48:23.569Z Downloaded ecdsa v0.16.9
21932024-07-05T23:48:23.570Z Downloaded dhcproto v0.11.0
21942024-07-05T23:48:23.572Z Downloaded p256 v0.13.2
21952024-07-05T23:48:23.575Z Downloaded ctr v0.9.2
21962024-07-05T23:48:23.578Z Downloaded ghash v0.5.1
21972024-07-05T23:48:23.580Z Downloaded bcrypt-pbkdf v0.10.0
21982024-07-05T23:48:23.580Z Downloaded ed25519-dalek v2.1.1
21992024-07-05T23:48:23.583Z Downloaded russh v0.43.0
22002024-07-05T23:48:23.588Z Downloaded p521 v0.13.3
22012024-07-05T23:48:23.591Z Downloaded rand v0.7.3
22022024-07-05T23:48:23.596Z Downloaded aes-gcm v0.10.3
22032024-07-05T23:48:23.725Z Compiling serde v1.0.203
22042024-07-05T23:48:23.822Z Compiling scopeguard v1.2.0
22052024-07-05T23:48:23.824Z Compiling log v0.4.21
22062024-07-05T23:48:23.837Z Compiling smallvec v1.13.2
22072024-07-05T23:48:23.849Z Compiling syn v2.0.68
22082024-07-05T23:48:23.852Z Compiling getrandom v0.2.14
22092024-07-05T23:48:23.852Z Compiling generic-array v0.14.7
22102024-07-05T23:48:23.888Z Compiling libm v0.2.8
22112024-07-05T23:48:23.942Z Compiling lock_api v0.4.12
22122024-07-05T23:48:24.145Z Compiling rand_core v0.6.4
22132024-07-05T23:48:24.221Z Compiling parking_lot_core v0.9.10
22142024-07-05T23:48:24.272Z Compiling num-traits v0.2.19
22152024-07-05T23:48:24.272Z Compiling subtle v2.5.0
22162024-07-05T23:48:24.408Z Compiling mio v0.8.11
22172024-07-05T23:48:24.606Z Compiling parking_lot v0.12.2
22182024-07-05T23:48:24.628Z Compiling ahash v0.8.11
22192024-07-05T23:48:24.714Z Compiling serde_json v1.0.120
22202024-07-05T23:48:24.859Z Compiling spin v0.9.8
22212024-07-05T23:48:24.991Z Compiling allocator-api2 v0.2.18
22222024-07-05T23:48:25.034Z Compiling const-oid v0.9.6
22232024-07-05T23:48:25.467Z Compiling iana-time-zone v0.1.60
22242024-07-05T23:48:25.645Z Compiling syn v1.0.109
22252024-07-05T23:48:25.663Z Compiling unicode-normalization v0.1.23
22262024-07-05T23:48:25.792Z Compiling unicode-bidi v0.3.15
22272024-07-05T23:48:25.922Z Compiling schemars v0.8.21
22282024-07-05T23:48:26.253Z Compiling dyn-clone v1.0.17
22292024-07-05T23:48:26.466Z Compiling ppv-lite86 v0.2.17
22302024-07-05T23:48:26.595Z Compiling time-macros v0.2.18
22312024-07-05T23:48:26.877Z Compiling ring v0.17.8
22322024-07-05T23:48:27.153Z Compiling rand_chacha v0.3.1
22332024-07-05T23:48:27.156Z Compiling aho-corasick v1.1.3
22342024-07-05T23:48:27.264Z Compiling regex-syntax v0.8.3
22352024-07-05T23:48:29.566Z Compiling rand v0.8.5
22362024-07-05T23:48:29.924Z Compiling time v0.3.36
22372024-07-05T23:48:30.617Z Compiling regex-automata v0.4.6
22382024-07-05T23:48:31.397Z Compiling serde_derive_internals v0.29.1
22392024-07-05T23:48:32.498Z Compiling idna v0.5.0
22402024-07-05T23:48:33.540Z Compiling slog v2.7.0
22412024-07-05T23:48:33.968Z Compiling url v2.5.0
22422024-07-05T23:48:34.031Z Compiling untrusted v0.9.0
22432024-07-05T23:48:34.914Z Compiling lazy_static v1.5.0
22442024-07-05T23:48:34.949Z Compiling backtrace v0.3.71
22452024-07-05T23:48:35.026Z Compiling gimli v0.28.1
22462024-07-05T23:48:35.389Z Compiling object v0.32.2
22472024-07-05T23:48:35.796Z Compiling regex v1.10.4
22482024-07-05T23:48:36.828Z Compiling anyhow v1.0.86
22492024-07-05T23:48:37.358Z Compiling rustc-demangle v0.1.24
22502024-07-05T23:48:37.978Z Compiling rustls v0.21.12
22512024-07-05T23:48:37.997Z Compiling crossbeam-utils v0.8.19
22522024-07-05T23:48:38.106Z Compiling serde_derive v1.0.203
22532024-07-05T23:48:38.263Z Compiling zeroize_derive v1.4.2
22542024-07-05T23:48:38.294Z Compiling thiserror-impl v1.0.60
22552024-07-05T23:48:38.638Z Compiling zerocopy-derive v0.7.34
22562024-07-05T23:48:39.731Z Compiling tokio-macros v2.3.0
22572024-07-05T23:48:39.906Z Compiling zeroize v1.7.0
22582024-07-05T23:48:39.925Z Compiling futures-macro v0.3.30
22592024-07-05T23:48:41.033Z Compiling zerocopy v0.7.34
22602024-07-05T23:48:41.459Z Compiling schemars_derive v0.8.21
22612024-07-05T23:48:41.659Z Compiling thiserror v1.0.60
22622024-07-05T23:48:41.801Z Compiling crypto-common v0.1.6
22632024-07-05T23:48:41.851Z Compiling block-buffer v0.10.4
22642024-07-05T23:48:42.047Z Compiling tracing-attributes v0.1.27
22652024-07-05T23:48:42.085Z Compiling futures-util v0.3.30
22662024-07-05T23:48:42.127Z Compiling digest v0.10.7
22672024-07-05T23:48:42.493Z Compiling async-trait v0.1.80
22682024-07-05T23:48:42.657Z Compiling addr2line v0.21.0
22692024-07-05T23:48:43.305Z Compiling hashbrown v0.14.5
22702024-07-05T23:48:43.485Z Compiling openssl-macros v0.1.1
22712024-07-05T23:48:44.265Z Compiling winnow v0.5.40
22722024-07-05T23:48:44.804Z Compiling base64ct v1.6.0
22732024-07-05T23:48:45.467Z Compiling sct v0.7.1
22742024-07-05T23:48:45.497Z Compiling rustls-webpki v0.101.7
22752024-07-05T23:48:45.783Z Compiling cookie v0.17.0
22762024-07-05T23:48:45.839Z Compiling pest v2.7.10
22772024-07-05T23:48:46.058Z Compiling tracing v0.1.40
22782024-07-05T23:48:47.128Z Compiling idna v0.3.0
22792024-07-05T23:48:47.419Z Compiling psl-types v2.0.11
22802024-07-05T23:48:47.422Z Compiling data-encoding v2.6.0
22812024-07-05T23:48:47.632Z Compiling futures-executor v0.3.30
22822024-07-05T23:48:48.148Z Compiling futures v0.3.30
22832024-07-05T23:48:48.209Z Compiling pest_meta v2.7.10
22842024-07-05T23:48:48.260Z Compiling publicsuffix v2.2.3
22852024-07-05T23:48:48.531Z Compiling hmac v0.12.1
22862024-07-05T23:48:48.786Z Compiling scroll_derive v0.12.0
22872024-07-05T23:48:48.805Z Compiling webpki-roots v0.25.4
22882024-07-05T23:48:48.838Z Compiling bitflags v1.3.2
22892024-07-05T23:48:48.941Z Compiling pem-rfc7468 v0.7.0
22902024-07-05T23:48:48.967Z Compiling block-padding v0.3.3
22912024-07-05T23:48:49.210Z Compiling der_derive v0.7.2
22922024-07-05T23:48:49.491Z Compiling pest_generator v2.7.10
22932024-07-05T23:48:49.740Z Compiling flagset v0.4.5
22942024-07-05T23:48:49.880Z Compiling inout v0.1.3
22952024-07-05T23:48:49.944Z Compiling sha2 v0.10.8
22962024-07-05T23:48:50.162Z Compiling cipher v0.4.4
22972024-07-05T23:48:50.389Z Compiling scroll v0.12.0
22982024-07-05T23:48:50.688Z Compiling either v1.12.0
22992024-07-05T23:48:50.964Z Compiling goblin v0.8.2
23002024-07-05T23:48:51.123Z Compiling ff v0.13.0
23012024-07-05T23:48:51.357Z Compiling base16ct v0.2.0
23022024-07-05T23:48:51.545Z Compiling stable_deref_trait v1.2.0
23032024-07-05T23:48:51.654Z Compiling group v0.13.0
23042024-07-05T23:48:51.682Z Compiling hkdf v0.12.4
23052024-07-05T23:48:51.825Z Compiling der v0.7.9
23062024-07-05T23:48:51.923Z Compiling crossbeam-epoch v0.9.18
23072024-07-05T23:48:51.989Z Compiling crypto-bigint v0.5.5
23082024-07-05T23:48:52.717Z Compiling num-integer v0.1.46
23092024-07-05T23:48:53.243Z Compiling bytes v1.6.0
23102024-07-05T23:48:53.551Z Compiling indexmap v2.2.6
23112024-07-05T23:48:53.591Z Compiling chrono v0.4.38
23122024-07-05T23:48:54.574Z Compiling tokio v1.38.0
23132024-07-05T23:48:54.952Z Compiling uuid v1.9.1
23142024-07-05T23:48:55.361Z Compiling bitflags v2.5.0
23152024-07-05T23:48:55.843Z Compiling semver v1.0.23
23162024-07-05T23:48:56.426Z Compiling http v0.2.12
23172024-07-05T23:48:56.634Z Compiling serde_tokenstream v0.2.1
23182024-07-05T23:48:56.650Z Compiling toml_datetime v0.6.6
23192024-07-05T23:48:57.192Z Compiling serde_spanned v0.6.6
23202024-07-05T23:48:57.209Z Compiling openssl v0.10.64
23212024-07-05T23:48:57.425Z Compiling toml_edit v0.19.15
23222024-07-05T23:48:57.513Z Compiling rustix v0.38.34
23232024-07-05T23:48:58.090Z Compiling http-body v0.4.6
23242024-07-05T23:48:58.622Z Compiling serde_urlencoded v0.7.1
23252024-07-05T23:48:58.937Z Compiling cookie_store v0.20.0
23262024-07-05T23:48:59.171Z Compiling openapiv3 v2.0.0
23272024-07-05T23:49:00.006Z Compiling rustc_version v0.4.0
23282024-07-05T23:49:00.495Z Compiling pest_derive v2.7.10
23292024-07-05T23:49:00.680Z Compiling dof v0.3.0
23302024-07-05T23:49:00.795Z Compiling spki v0.7.3
23312024-07-05T23:49:01.195Z Compiling pkcs8 v0.10.2
23322024-07-05T23:49:01.295Z Compiling dtrace-parser v0.2.0
23332024-07-05T23:49:01.543Z Compiling sec1 v0.7.3
23342024-07-05T23:49:01.787Z Compiling ipnetwork v0.20.0
23352024-07-05T23:49:02.121Z Compiling usdt-impl v0.5.0
23362024-07-05T23:49:02.698Z Compiling tokio-util v0.7.11
23372024-07-05T23:49:02.990Z Compiling tokio-rustls v0.24.1
23382024-07-05T23:49:03.429Z Compiling native-tls v0.2.11
23392024-07-05T23:49:03.560Z Compiling elliptic-curve v0.13.8
23402024-07-05T23:49:03.619Z Compiling unicode-segmentation v1.11.0
23412024-07-05T23:49:03.784Z Compiling h2 v0.3.26
23422024-07-05T23:49:04.047Z Compiling tokio-native-tls v0.3.1
23432024-07-05T23:49:04.133Z Compiling usdt-attr-macro v0.5.0
23442024-07-05T23:49:04.324Z Compiling usdt-macro v0.5.0
23452024-07-05T23:49:04.368Z Compiling managed v0.8.0
23462024-07-05T23:49:04.484Z Compiling toml_edit v0.22.14
23472024-07-05T23:49:04.824Z Compiling toml v0.7.8
23482024-07-05T23:49:05.646Z Compiling hex v0.4.3
23492024-07-05T23:49:05.829Z Compiling matches v0.1.10
23502024-07-05T23:49:05.851Z Compiling usdt v0.5.0
23512024-07-05T23:49:05.923Z Compiling idna v0.2.3
23522024-07-05T23:49:06.087Z Compiling enum-as-inner v0.5.1
23532024-07-05T23:49:06.256Z Compiling bit-vec v0.6.3
23542024-07-05T23:49:06.360Z Compiling siphasher v0.3.11
23552024-07-05T23:49:06.579Z Compiling heapless v0.7.17
23562024-07-05T23:49:06.715Z Compiling terminal_size v0.3.0
23572024-07-05T23:49:06.770Z Compiling num-bigint v0.4.5
23582024-07-05T23:49:06.939Z Compiling regress v0.9.1
23592024-07-05T23:49:07.002Z Compiling signal-hook v0.3.17
23602024-07-05T23:49:07.139Z Compiling trust-dns-proto v0.22.0
23612024-07-05T23:49:07.252Z Compiling finl_unicode v1.2.0
23622024-07-05T23:49:07.562Z Compiling clap_builder v4.5.2
23632024-07-05T23:49:07.840Z Compiling stringprep v0.1.4
23642024-07-05T23:49:09.211Z Compiling itertools v0.10.5
23652024-07-05T23:49:10.094Z Compiling yasna v0.5.2
23662024-07-05T23:49:12.050Z Compiling hyper v0.14.28
23672024-07-05T23:49:12.127Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23682024-07-05T23:49:12.197Z Compiling md-5 v0.10.6
23692024-07-05T23:49:12.474Z Compiling clap_derive v4.5.4
23702024-07-05T23:49:13.130Z Compiling hash32 v0.2.1
23712024-07-05T23:49:13.557Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23722024-07-05T23:49:14.378Z Compiling fallible-iterator v0.2.0
23732024-07-05T23:49:14.406Z Compiling smoltcp v0.9.1
23742024-07-05T23:49:15.107Z Compiling postgres-protocol v0.6.6
23752024-07-05T23:49:16.471Z Compiling phf_shared v0.11.2
23762024-07-05T23:49:16.492Z Compiling tokio-stream v0.1.15
23772024-07-05T23:49:16.880Z Compiling hubpack_derive v0.1.1
23782024-07-05T23:49:16.897Z Compiling zerocopy-derive v0.6.6
23792024-07-05T23:49:17.390Z Compiling diesel_table_macro_syntax v0.1.0
23802024-07-05T23:49:17.408Z Compiling scheduled-thread-pool v0.2.7
23812024-07-05T23:49:17.462Z Compiling fs-err v2.11.0
23822024-07-05T23:49:17.747Z Compiling fixedbitset v0.4.2
23832024-07-05T23:49:17.764Z Compiling clap v4.5.4
23842024-07-05T23:49:17.779Z Compiling hubpack v0.1.2
23852024-07-05T23:49:17.782Z Compiling diesel_derives v2.1.4
23862024-07-05T23:49:18.025Z Compiling petgraph v0.6.5
23872024-07-05T23:49:18.041Z Compiling r2d2 v0.8.10
23882024-07-05T23:49:18.209Z Compiling phf v0.11.2
23892024-07-05T23:49:18.449Z Compiling signal-hook-mio v0.2.3
23902024-07-05T23:49:18.545Z Compiling postgres-types v0.2.6
23912024-07-05T23:49:18.890Z Compiling hyper-tls v0.5.0
23922024-07-05T23:49:19.198Z Compiling hyper-rustls v0.24.2
23932024-07-05T23:49:19.237Z Compiling zerocopy v0.6.6
23942024-07-05T23:49:19.545Z Compiling reqwest v0.11.27
23952024-07-05T23:49:20.093Z Compiling phf_shared v0.10.0
23962024-07-05T23:49:20.113Z Compiling similar v2.5.0
23972024-07-05T23:49:20.511Z Compiling num-iter v0.1.45
23982024-07-05T23:49:20.530Z Compiling strum_macros v0.25.3
23992024-07-05T23:49:20.696Z Compiling serde_repr v0.1.19
24002024-07-05T23:49:21.910Z Compiling getopts v0.2.21
24012024-07-05T23:49:22.010Z Compiling console v0.15.8
24022024-07-05T23:49:22.106Z Compiling float-cmp v0.9.0
24032024-07-05T23:49:22.337Z Compiling precomputed-hash v0.1.1
24042024-07-05T23:49:22.463Z Compiling minimal-lexical v0.2.1
24052024-07-05T23:49:22.606Z Compiling static_assertions v1.1.0
24062024-07-05T23:49:22.710Z Compiling predicates-core v1.0.6
24072024-07-05T23:49:22.929Z Compiling normalize-line-endings v0.3.0
24082024-07-05T23:49:22.980Z Compiling unsafe-libyaml v0.2.11
24092024-07-05T23:49:23.059Z Compiling new_debug_unreachable v1.0.6
24102024-07-05T23:49:23.079Z Compiling whoami v1.5.1
24112024-07-05T23:49:23.157Z Compiling difflib v0.4.0
24122024-07-05T23:49:23.586Z Compiling predicates v3.1.0
24132024-07-05T23:49:23.804Z Compiling tokio-postgres v0.7.10
24142024-07-05T23:49:24.825Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24152024-07-05T23:49:24.899Z Compiling serde_yaml v0.9.34+deprecated
24162024-07-05T23:49:25.001Z Compiling string_cache v0.8.7
24172024-07-05T23:49:25.397Z Compiling nom v7.1.3
24182024-07-05T23:49:25.491Z Compiling crossterm v0.27.0
24192024-07-05T23:49:29.172Z Compiling bit-set v0.5.3
24202024-07-05T23:49:29.305Z Compiling itertools v0.12.1
24212024-07-05T23:49:29.421Z Compiling bstr v1.9.1
24222024-07-05T23:49:29.471Z Compiling lalrpop-util v0.19.12
24232024-07-05T23:49:29.824Z Compiling peg-runtime v0.8.3
24242024-07-05T23:49:29.876Z Compiling unicode-xid v0.2.4
24252024-07-05T23:49:30.058Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24262024-07-05T23:49:30.496Z Compiling sha1 v0.10.6
24272024-07-05T23:49:30.514Z Compiling camino v1.1.7
24282024-07-05T23:49:30.925Z Compiling strum_macros v0.26.4
24292024-07-05T23:49:31.247Z Compiling http v1.1.0
24302024-07-05T23:49:31.263Z Compiling base64 v0.22.1
24312024-07-05T23:49:31.315Z Compiling diesel v2.1.6
24322024-07-05T23:49:31.455Z Compiling toml v0.8.14
24332024-07-05T23:49:32.036Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24342024-07-05T23:49:32.071Z Compiling rustls-pki-types v1.7.0
24352024-07-05T23:49:32.550Z Compiling ident_case v1.0.1
24362024-07-05T23:49:32.728Z Compiling darling_core v0.20.9
24372024-07-05T23:49:32.936Z Compiling crossbeam-channel v0.5.12
24382024-07-05T23:49:33.272Z Compiling paste v1.0.15
24392024-07-05T23:49:33.763Z Compiling rustls v0.22.4
24402024-07-05T23:49:33.847Z Compiling slog-async v2.8.0
24412024-07-05T23:49:34.119Z Compiling slog-term v2.9.1
24422024-07-05T23:49:34.137Z Compiling rustls-webpki v0.102.4
24432024-07-05T23:49:35.051Z Compiling multer v3.1.0
24442024-07-05T23:49:35.323Z Compiling instant v0.1.12
24452024-07-05T23:49:35.673Z Compiling slog-json v2.6.1
24462024-07-05T23:49:36.045Z Compiling async-stream-impl v0.3.5
24472024-07-05T23:49:36.293Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
24482024-07-05T23:49:36.312Z Compiling strum v0.26.2
24492024-07-05T23:49:36.507Z Compiling atomic-waker v1.1.2
24502024-07-05T23:49:36.570Z Compiling debug-ignore v1.0.5
24512024-07-05T23:49:36.606Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24522024-07-05T23:49:36.699Z Compiling waitgroup v0.1.2
24532024-07-05T23:49:36.717Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24542024-07-05T23:49:36.751Z Compiling slog-bunyan v2.5.0
24552024-07-05T23:49:36.927Z Compiling rustls-pemfile v2.1.2
24562024-07-05T23:49:36.957Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
24572024-07-05T23:49:37.391Z Compiling serde_path_to_error v0.1.16
24582024-07-05T23:49:37.478Z Compiling async-stream v0.3.5
24592024-07-05T23:49:37.831Z Compiling structmeta-derive v0.3.0
24602024-07-05T23:49:37.911Z Compiling hostname v0.4.0
24612024-07-05T23:49:38.176Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24622024-07-05T23:49:38.316Z Compiling newtype-uuid v1.1.0
24632024-07-05T23:49:38.645Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642024-07-05T23:49:39.014Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652024-07-05T23:49:39.323Z Compiling backoff v0.4.0
24662024-07-05T23:49:39.423Z Compiling tokio-rustls v0.25.0
24672024-07-05T23:49:39.670Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682024-07-05T23:49:39.839Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24692024-07-05T23:49:39.855Z Compiling macaddr v1.0.1
24702024-07-05T23:49:39.992Z Compiling proc-macro-crate v1.3.1
24712024-07-05T23:49:40.115Z Compiling darling_macro v0.20.9
24722024-07-05T23:49:40.292Z Compiling fastrand v2.1.0
24732024-07-05T23:49:40.886Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24742024-07-05T23:49:40.977Z Compiling structmeta v0.3.0
24752024-07-05T23:49:41.093Z Compiling num_enum_derive v0.5.11
24762024-07-05T23:49:41.141Z Compiling darling v0.20.9
24772024-07-05T23:49:41.246Z Compiling tempfile v3.10.1
24782024-07-05T23:49:41.267Z Compiling serde_with_macros v3.8.1
24792024-07-05T23:49:41.426Z Compiling parse-display-derive v0.9.1
24802024-07-05T23:49:42.152Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24812024-07-05T23:49:42.467Z Compiling foreign-types-macros v0.2.3
24822024-07-05T23:49:43.825Z Compiling foreign-types-shared v0.3.1
24832024-07-05T23:49:43.926Z Compiling num_enum v0.5.11
24842024-07-05T23:49:43.949Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24852024-07-05T23:49:44.092Z Compiling heapless v0.8.0
24862024-07-05T23:49:44.227Z Compiling foreign-types v0.5.0
24872024-07-05T23:49:44.348Z Compiling proc-macro-error v1.0.4
24882024-07-05T23:49:44.504Z Compiling serde_with v3.8.1
24892024-07-05T23:49:45.120Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24902024-07-05T23:49:45.260Z Compiling cstr-argument v0.1.2
24912024-07-05T23:49:45.531Z Compiling hash32 v0.3.1
24922024-07-05T23:49:45.606Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24932024-07-05T23:49:45.757Z Compiling smoltcp v0.11.0
24942024-07-05T23:49:45.780Z Compiling pretty-hex v0.2.1
24952024-07-05T23:49:45.969Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24962024-07-05T23:49:46.361Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24972024-07-05T23:49:46.443Z Compiling parse-display v0.9.1
24982024-07-05T23:49:46.521Z Compiling camino-tempfile v1.1.1
24992024-07-05T23:49:46.972Z Compiling tabwriter v1.4.0
25002024-07-05T23:49:47.015Z Compiling colored v2.1.0
25012024-07-05T23:49:47.185Z Compiling socket2 v0.4.10
25022024-07-05T23:49:47.243Z Compiling cobs v0.2.3
25032024-07-05T23:49:47.508Z Compiling embedded-io v0.4.0
25042024-07-05T23:49:47.730Z Compiling postcard v1.0.8
25052024-07-05T23:49:47.799Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25062024-07-05T23:49:48.081Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25072024-07-05T23:49:48.110Z Compiling crucible-workspace-hack v0.1.0
25082024-07-05T23:49:48.381Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25092024-07-05T23:49:48.450Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25102024-07-05T23:49:48.563Z Compiling smf v0.2.3
25112024-07-05T23:49:48.634Z Compiling humantime v2.1.0
25122024-07-05T23:49:48.754Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25132024-07-05T23:49:49.206Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25142024-07-05T23:49:49.315Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25152024-07-05T23:49:49.802Z Compiling num-derive v0.4.2
25162024-07-05T23:49:49.980Z Compiling sigpipe v0.1.3
25172024-07-05T23:49:50.106Z Compiling utf-8 v0.7.6
25182024-07-05T23:49:50.330Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25192024-07-05T23:49:50.441Z Compiling atty v0.2.14
25202024-07-05T23:49:50.582Z Compiling rayon-core v1.12.1
25212024-07-05T23:49:50.683Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25222024-07-05T23:49:50.769Z Compiling same-file v1.0.6
25232024-07-05T23:49:50.846Z Compiling semver v0.1.20
25242024-07-05T23:49:51.005Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25252024-07-05T23:49:51.540Z Compiling rustc_version v0.1.7
25262024-07-05T23:49:52.067Z Compiling walkdir v2.5.0
25272024-07-05T23:49:52.216Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25282024-07-05T23:49:52.575Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25292024-07-05T23:49:52.640Z Compiling newline-converter v0.3.0
25302024-07-05T23:49:52.807Z Compiling curve25519-dalek v4.1.3
25312024-07-05T23:49:52.923Z Compiling crossbeam-deque v0.8.5
25322024-07-05T23:49:52.939Z Compiling universal-hash v0.5.1
25332024-07-05T23:49:53.077Z Compiling prettyplease v0.2.20
25342024-07-05T23:49:53.130Z Compiling opaque-debug v0.3.1
25352024-07-05T23:49:53.250Z Compiling expectorate v1.1.0
25362024-07-05T23:49:53.263Z Compiling newtype_derive v0.1.6
25372024-07-05T23:49:53.421Z Compiling xattr v1.3.1
25382024-07-05T23:49:53.439Z Compiling num-rational v0.4.2
25392024-07-05T23:49:53.541Z Compiling signature v2.2.0
25402024-07-05T23:49:53.593Z Compiling curve25519-dalek-derive v0.1.1
25412024-07-05T23:49:53.709Z Compiling num-complex v0.4.6
25422024-07-05T23:49:53.861Z Compiling ring v0.16.20
25432024-07-05T23:49:54.794Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25442024-07-05T23:49:54.852Z Compiling blake3 v1.5.1
25452024-07-05T23:49:54.966Z Compiling unicase v2.7.0
25462024-07-05T23:49:55.028Z Compiling quick-error v1.2.3
25472024-07-05T23:49:55.175Z Compiling linked-hash-map v0.5.6
25482024-07-05T23:49:55.193Z Compiling getrandom v0.1.16
25492024-07-05T23:49:55.249Z Compiling termcolor v1.4.1
25502024-07-05T23:49:55.282Z Compiling arc-swap v1.7.1
25512024-07-05T23:49:55.435Z Compiling convert_case v0.4.0
25522024-07-05T23:49:55.538Z Compiling lru-cache v0.1.2
25532024-07-05T23:49:55.738Z Compiling slog-scope v4.4.0
25542024-07-05T23:49:55.956Z Compiling env_logger v0.9.3
25552024-07-05T23:49:56.270Z Compiling resolv-conf v0.7.0
25562024-07-05T23:49:56.301Z Compiling tar v0.4.40
25572024-07-05T23:49:56.468Z Compiling derive_more v0.99.17
25582024-07-05T23:49:57.093Z Compiling num v0.4.3
25592024-07-05T23:49:57.211Z Compiling rayon v1.10.0
25602024-07-05T23:49:58.493Z Compiling tungstenite v0.21.0
25612024-07-05T23:49:59.102Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25622024-07-05T23:49:59.599Z Compiling password-hash v0.5.0
25632024-07-05T23:50:00.590Z Compiling blake2 v0.10.6
25642024-07-05T23:50:00.690Z Compiling bitstruct_derive v0.1.0
25652024-07-05T23:50:00.749Z Compiling derive-where v1.2.7
25662024-07-05T23:50:01.936Z Compiling memmap2 v0.9.4
25672024-07-05T23:50:02.073Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25682024-07-05T23:50:02.212Z Compiling float-ord v0.3.2
25692024-07-05T23:50:02.264Z Compiling arrayvec v0.7.4
25702024-07-05T23:50:02.372Z Compiling libefi-sys v0.1.0
25712024-07-05T23:50:02.386Z Compiling arrayref v0.3.7
25722024-07-05T23:50:02.504Z Compiling home v0.5.9
25732024-07-05T23:50:02.632Z Compiling untrusted v0.7.1
25742024-07-05T23:50:02.678Z Compiling constant_time_eq v0.3.0
25752024-07-05T23:50:02.770Z Compiling parking_lot_core v0.8.6
25762024-07-05T23:50:02.825Z Compiling spin v0.5.2
25772024-07-05T23:50:02.845Z Compiling ascii v1.1.0
25782024-07-05T23:50:03.271Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25792024-07-05T23:50:04.480Z Compiling toolchain_find v0.4.0
25802024-07-05T23:50:04.732Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25812024-07-05T23:50:04.816Z Compiling bitstruct v0.1.1
25822024-07-05T23:50:04.939Z Compiling argon2 v0.5.3
25832024-07-05T23:50:04.958Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25842024-07-05T23:50:05.005Z Compiling tokio-tungstenite v0.21.0
25852024-07-05T23:50:05.119Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
25862024-07-05T23:50:05.141Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25872024-07-05T23:50:05.181Z Compiling trust-dns-resolver v0.22.0
25882024-07-05T23:50:05.574Z Compiling slog-stdlog v4.1.1
25892024-07-05T23:50:05.672Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25902024-07-05T23:50:05.960Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25912024-07-05T23:50:06.084Z Compiling erased-serde v0.3.31
25922024-07-05T23:50:06.353Z Compiling serde_arrays v0.1.0
25932024-07-05T23:50:06.442Z Compiling rfc6979 v0.4.0
25942024-07-05T23:50:06.520Z Compiling aead v0.5.2
25952024-07-05T23:50:06.639Z Compiling bitfield-struct v0.6.1
25962024-07-05T23:50:06.786Z Compiling nibble_vec v0.1.0
25972024-07-05T23:50:06.896Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25982024-07-05T23:50:06.990Z Compiling slog-dtrace v0.3.0
25992024-07-05T23:50:07.263Z Compiling topological-sort v0.2.2
26002024-07-05T23:50:07.280Z Compiling keccak v0.1.5
26012024-07-05T23:50:07.495Z Compiling endian-type v0.1.2
26022024-07-05T23:50:07.553Z Compiling cancel-safe-futures v0.1.5
26032024-07-05T23:50:07.735Z Compiling radix_trie v0.2.1
26042024-07-05T23:50:07.774Z Compiling sha3 v0.10.8
26052024-07-05T23:50:07.937Z Compiling omicron-zone-package v0.11.0
26062024-07-05T23:50:08.080Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26072024-07-05T23:50:08.096Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26082024-07-05T23:50:08.298Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26092024-07-05T23:50:08.559Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26102024-07-05T23:50:08.576Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26112024-07-05T23:50:08.897Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26122024-07-05T23:50:08.900Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26132024-07-05T23:50:09.344Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26142024-07-05T23:50:09.843Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26152024-07-05T23:50:10.060Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26162024-07-05T23:50:10.270Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26172024-07-05T23:50:10.507Z Compiling ecdsa v0.16.9
26182024-07-05T23:50:10.982Z Compiling rand_core v0.5.1
26192024-07-05T23:50:11.391Z Compiling slog-envlogger v2.2.0
26202024-07-05T23:50:11.500Z Compiling mime_guess v2.0.4
26212024-07-05T23:50:11.610Z Compiling steno v0.4.1
26222024-07-05T23:50:12.664Z Compiling rustfmt-wrapper v0.2.1
26232024-07-05T23:50:13.035Z Compiling poly1305 v0.8.0
26242024-07-05T23:50:13.251Z Compiling tungstenite v0.20.1
26252024-07-05T23:50:13.585Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26262024-07-05T23:50:14.371Z Compiling primeorder v0.13.6
26272024-07-05T23:50:14.799Z Compiling heck v0.3.3
26282024-07-05T23:50:14.884Z Compiling chacha20 v0.9.1
26292024-07-05T23:50:14.904Z Compiling secrecy v0.8.0
26302024-07-05T23:50:15.182Z Compiling thiserror-impl-no-std v2.0.2
26312024-07-05T23:50:15.238Z Compiling half v2.4.1
26322024-07-05T23:50:15.333Z Compiling ciborium-io v0.2.2
26332024-07-05T23:50:15.471Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26342024-07-05T23:50:15.490Z Compiling option-ext v0.2.0
26352024-07-05T23:50:15.625Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26362024-07-05T23:50:15.745Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26372024-07-05T23:50:15.776Z Compiling ciborium-ll v0.2.2
26382024-07-05T23:50:15.796Z Compiling dirs-sys v0.4.1
26392024-07-05T23:50:15.809Z Compiling zone_cfg_derive v0.1.2
26402024-07-05T23:50:16.207Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26412024-07-05T23:50:16.440Z Compiling tokio-tungstenite v0.20.1
26422024-07-05T23:50:16.975Z Compiling parking_lot v0.11.2
26432024-07-05T23:50:17.314Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26442024-07-05T23:50:17.341Z Compiling rand_chacha v0.2.2
26452024-07-05T23:50:17.703Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26462024-07-05T23:50:17.997Z Compiling trust-dns-client v0.22.0
26472024-07-05T23:50:18.540Z Compiling thiserror-no-std v2.0.2
26482024-07-05T23:50:18.665Z Compiling ed25519 v2.2.3
26492024-07-05T23:50:19.170Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26502024-07-05T23:50:19.212Z Compiling polyval v0.6.2
26512024-07-05T23:50:19.404Z Compiling libsw v3.3.1
26522024-07-05T23:50:19.606Z Compiling toml v0.5.11
26532024-07-05T23:50:19.634Z Compiling blowfish v0.9.1
26542024-07-05T23:50:19.703Z Compiling aes v0.8.4
26552024-07-05T23:50:19.726Z Compiling ctr v0.9.2
26562024-07-05T23:50:20.077Z Compiling password-hash v0.4.2
26572024-07-05T23:50:20.093Z Compiling pbkdf2 v0.12.2
26582024-07-05T23:50:20.262Z Compiling gethostname v0.4.3
26592024-07-05T23:50:20.549Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26602024-07-05T23:50:21.026Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26612024-07-05T23:50:21.263Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26622024-07-05T23:50:22.532Z Compiling fxhash v0.2.1
26632024-07-05T23:50:22.745Z Compiling base64 v0.13.1
26642024-07-05T23:50:23.317Z Compiling linear-map v1.2.0
26652024-07-05T23:50:23.377Z Compiling owo-colors v4.0.0
26662024-07-05T23:50:23.709Z Compiling ron v0.7.1
26672024-07-05T23:50:25.772Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26682024-07-05T23:50:26.069Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26692024-07-05T23:50:26.092Z Compiling sled v0.34.7
26702024-07-05T23:50:26.743Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26712024-07-05T23:50:29.008Z Compiling trust-dns-server v0.22.1
26722024-07-05T23:50:29.850Z Compiling pbkdf2 v0.11.0
26732024-07-05T23:50:30.217Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26742024-07-05T23:50:30.621Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26752024-07-05T23:50:30.983Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26762024-07-05T23:50:31.358Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26772024-07-05T23:50:33.596Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26782024-07-05T23:50:34.139Z Compiling bcrypt-pbkdf v0.10.0
26792024-07-05T23:50:34.337Z Compiling ghash v0.5.1
26802024-07-05T23:50:34.522Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26812024-07-05T23:50:34.764Z Compiling ed25519-dalek v2.1.1
26822024-07-05T23:50:35.229Z Compiling vsss-rs v3.3.4
26832024-07-05T23:50:35.899Z Compiling rand v0.7.3
26842024-07-05T23:50:36.149Z Compiling zone v0.1.8
26852024-07-05T23:50:36.790Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26862024-07-05T23:50:37.667Z Compiling ciborium v0.2.2
26872024-07-05T23:50:38.068Z Compiling dirs v5.0.1
26882024-07-05T23:50:38.293Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26892024-07-05T23:50:38.650Z Compiling chacha20poly1305 v0.10.1
26902024-07-05T23:50:38.724Z Compiling p521 v0.13.3
26912024-07-05T23:50:38.888Z Compiling p256 v0.13.2
26922024-07-05T23:50:39.282Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
26932024-07-05T23:50:39.803Z Compiling pem v3.0.4
26942024-07-05T23:50:39.859Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
26952024-07-05T23:50:40.251Z Compiling headers-core v0.2.0
26962024-07-05T23:50:40.425Z Compiling cbc v0.1.2
26972024-07-05T23:50:40.628Z Compiling kstat-rs v0.2.4
26982024-07-05T23:50:40.646Z Compiling portpicker v0.1.1
26992024-07-05T23:50:40.665Z Compiling nanorand v0.7.0
27002024-07-05T23:50:40.971Z Compiling russh-cryptovec v0.7.2
27012024-07-05T23:50:41.200Z Compiling http-range v0.1.5
27022024-07-05T23:50:41.262Z Compiling md5 v0.7.0
27032024-07-05T23:50:41.278Z Compiling glob v0.3.1
27042024-07-05T23:50:41.294Z Compiling flume v0.11.0
27052024-07-05T23:50:41.570Z Compiling russh-keys v0.43.0
27062024-07-05T23:50:41.765Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27072024-07-05T23:50:41.975Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27082024-07-05T23:50:42.177Z Compiling hyper-staticfile v0.9.5
27092024-07-05T23:50:42.296Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102024-07-05T23:50:43.207Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27112024-07-05T23:50:44.011Z Compiling headers v0.3.9
27122024-07-05T23:50:45.060Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27132024-07-05T23:50:45.953Z Compiling rcgen v0.12.1
27142024-07-05T23:50:46.009Z Compiling aes-gcm v0.10.3
27152024-07-05T23:50:46.323Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27162024-07-05T23:50:47.591Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27172024-07-05T23:50:48.589Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27182024-07-05T23:50:48.928Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27192024-07-05T23:50:50.510Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27202024-07-05T23:50:53.002Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27212024-07-05T23:50:53.963Z Compiling atomicwrites v0.4.3
27222024-07-05T23:50:54.358Z Compiling subprocess v0.2.9
27232024-07-05T23:50:54.784Z Compiling display-error-chain v0.2.0
27242024-07-05T23:50:54.961Z Compiling dhcproto-macros v0.1.0
27252024-07-05T23:50:55.954Z Compiling hex-literal v0.4.1
27262024-07-05T23:50:56.117Z Compiling russh v0.43.0
27272024-07-05T23:50:56.425Z Compiling dhcproto v0.11.0
27282024-07-05T23:50:57.826Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292024-07-05T23:50:57.844Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27302024-07-05T23:50:59.714Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27312024-07-05T23:50:59.879Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27322024-07-05T23:51:00.682Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27332024-07-05T23:51:01.176Z Compiling internet-checksum v0.2.1
27342024-07-05T23:51:22.685Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27352024-07-05T23:52:04.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s
27362024-07-05T23:52:04.948Z
27372024-07-05T23:52:04.948Zreal 3:42.027465472
27382024-07-05T23:52:04.948Zuser 19:48.940093239
27392024-07-05T23:52:04.948Zsys 4:14.189098129
27402024-07-05T23:52:04.951Ztrap 0.561297080
27412024-07-05T23:52:04.951Ztflt 0.645043327
27422024-07-05T23:52:04.951Zdflt 2.069392402
27432024-07-05T23:52:04.951Zkflt 0.000281187
27442024-07-05T23:52:04.951Zlock 42:17.443770960
27452024-07-05T23:52:04.951Zslp 57:15.448642902
27462024-07-05T23:52:04.951Zlat 1:00.174771327
27472024-07-05T23:52:04.951Zstop 2:20.172647630
27482024-07-05T23:52:04.951Z+ mkdir tests
27492024-07-05T23:52:04.954Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27502024-07-05T23:52:04.954Z+ xargs -I '{}' -t cp '{}' tests/
27512024-07-05T23:52:06.145Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fa4f2a97eb8166d3 tests/
27522024-07-05T23:52:06.165Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7655a53c932d64b7 tests/
27532024-07-05T23:52:06.184Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4e71dd96398366c9 tests/
27542024-07-05T23:52:06.204Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b3feaba9ead33ba4 tests/
27552024-07-05T23:52:06.545Z+ 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-05T23:52:06.548Z+ 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-7655a53c932d64b7 tests/commtest-4e71dd96398366c9 tests/dhcp_server-fa4f2a97eb8166d3 tests/end_to_end_tests-b3feaba9ead33ba4 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-05T23:53:10.883ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27582024-07-05T23:53:10.883Za out/target/test 1K
27592024-07-05T23:53:10.883Za out/npuzone/npuzone 23144K
27602024-07-05T23:53:10.883Za package-manifest.toml 29K
27612024-07-05T23:53:10.883Za smf/sled-agent/non-gimlet/config.toml 4K
27622024-07-05T23:53:10.883Za target/release/omicron-package 32486K
27632024-07-05T23:53:10.883Za target/release/xtask 18167K
27642024-07-05T23:53:10.883Za target/debug/bootstrap 359021K
27652024-07-05T23:53:10.883Za tests/bootstrap-7655a53c932d64b7 23982K
27662024-07-05T23:53:10.883Za tests/commtest-4e71dd96398366c9 23983K
27672024-07-05T23:53:10.883Za tests/dhcp_server-fa4f2a97eb8166d3 23982K
27682024-07-05T23:53:10.883Za tests/end_to_end_tests-b3feaba9ead33ba4 369186K
27692024-07-05T23:53:10.883Za out/clickhouse.tar.gz 223097K
27702024-07-05T23:53:10.883Za out/clickhouse_keeper.tar.gz 223073K
27712024-07-05T23:53:10.883Za out/cockroachdb.tar.gz 131916K
27722024-07-05T23:53:10.883Za out/crucible-dtrace.tar 85K
27732024-07-05T23:53:10.883Za out/crucible-pantry-zone.tar.gz 27040K
27742024-07-05T23:53:10.883Za out/crucible-zone.tar.gz 37410K
27752024-07-05T23:53:10.883Za out/external-dns.tar.gz 25103K
27762024-07-05T23:53:10.883Za out/internal-dns.tar.gz 25103K
27772024-07-05T23:53:10.883Za out/mg-ddm-gz.tar 60616K
27782024-07-05T23:53:10.883Za out/nexus.tar.gz 84536K
27792024-07-05T23:53:10.883Za out/ntp.tar.gz 8917K
27802024-07-05T23:53:10.883Za out/omicron-gateway-softnpu.tar.gz 13799K
27812024-07-05T23:53:10.883Za out/omicron-sled-agent.tar 94534K
27822024-07-05T23:53:10.883Za out/overlay.tar.gz 3K
27832024-07-05T23:53:10.883Za out/oximeter.tar.gz 41520K
27842024-07-05T23:53:10.883Za out/oxlog.tar 2955K
27852024-07-05T23:53:10.883Za out/probe.tar.gz 2764K
27862024-07-05T23:53:10.884Za out/propolis-server.tar.gz 64642K
27872024-07-05T23:53:10.884Za out/pumpkind-gz.tar 26665K
27882024-07-05T23:53:10.884Za out/switch-softnpu.tar.gz 196120K
27892024-07-05T23:53:10.886Z
27902024-07-05T23:53:10.886Zreal 1:04.304526888
27912024-07-05T23:53:10.887Zuser 1:01.651508564
27922024-07-05T23:53:10.887Zsys 3.764539727
27932024-07-05T23:53:10.887Ztrap 0.013245183
27942024-07-05T23:53:10.887Ztflt 0.000000000
27952024-07-05T23:53:10.887Zdflt 0.000000000
27962024-07-05T23:53:10.887Zkflt 0.000000000
27972024-07-05T23:53:10.887Zlock 0.000000000
27982024-07-05T23:53:10.887Zslp 1:01.418622435
27992024-07-05T23:53:10.887Zlat 1.755503836
28002024-07-05T23:53:10.887Zstop 0.000519369
28012024-07-05T23:53:10.887Zprocess exited: duration 1704235 ms, exit code 0
 
28022024-07-05T23:53:10.900Zfound 1 output files
28032024-07-05T23:53:10.900Zuploading: /work/package.tar.gz (1403660659 bytes)
28042024-07-05T23:53:37.388Zuploaded: /work/package.tar.gz