01J1639JH3FE809GQVJKAW45PK: 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: 01J1639YRJTCXTYG0V5BQD1X5N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-24T21:45:18.572Zjob assigned to worker 01J1639ZBGDFR72TP6P9K71CQ5 (queued for 59 s)
 
22024-06-24T21:45:26.549Zstarting task 0: "setup"
32024-06-24T21:45:26.609Z++ uname -s
42024-06-24T21:45:26.613Z+ kern=SunOS
52024-06-24T21:45:26.613Z+ case "$kern" in
62024-06-24T21:45:26.613Z+ groupadd -g 12345 build
72024-06-24T21:45:26.623Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-24T21:45:28.625Z+ zfs create -o mountpoint=/work rpool/work
92024-06-24T21:45:28.716Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-24T21:45:28.720Z+ home_fs=zfs
112024-06-24T21:45:28.720Z+ [[ zfs == autofs ]]
122024-06-24T21:45:28.720Z+ mkdir -p /home/build
132024-06-24T21:45:28.720Z+ chown build:build /home/build /work
142024-06-24T21:45:30.729Z+ chmod 0700 /home/build /work
152024-06-24T21:45:30.742Zprocess exited: duration 4175 ms, exit code 0
 
162024-06-24T21:45:30.764Zstarting task 1: "rust-toolchain"
172024-06-24T21:45:30.783Z+ printf ' * toolchain channel = "%s"
182024-06-24T21:45:30.783Z' 1.78.0
192024-06-24T21:45:30.783Z * toolchain channel = "1.78.0"
202024-06-24T21:45:30.783Z+ printf ' * toolchain profile = "%s"
212024-06-24T21:45:30.783Z' default
222024-06-24T21:45:30.783Z * toolchain profile = "default"
232024-06-24T21:45:30.784Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-24T21:45:30.784Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-24T21:45:30.889Zinfo: downloading installer
262024-06-24T21:45:32.366Zinfo: profile set to 'default'
272024-06-24T21:45:32.366Zinfo: default host triple is x86_64-unknown-illumos
282024-06-24T21:45:32.369Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-24T21:45:32.540Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-24T21:45:32.540Zinfo: downloading component 'cargo'
312024-06-24T21:45:33.584Zinfo: downloading component 'clippy'
322024-06-24T21:45:33.919Zinfo: downloading component 'rust-docs'
332024-06-24T21:45:35.289Zinfo: downloading component 'rust-std'
342024-06-24T21:45:37.485Zinfo: downloading component 'rustc'
352024-06-24T21:45:45.041Zinfo: downloading component 'rustfmt'
362024-06-24T21:45:45.077Zinfo: installing component 'cargo'
372024-06-24T21:45:45.077Zinfo: installing component 'clippy'
382024-06-24T21:45:45.077Zinfo: installing component 'rust-docs'
392024-06-24T21:45:45.973Zinfo: installing component 'rust-std'
402024-06-24T21:45:47.699Zinfo: installing component 'rustc'
412024-06-24T21:45:51.869Zinfo: installing component 'rustfmt'
422024-06-24T21:45:52.238Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-24T21:45:52.238Z
442024-06-24T21:45:52.522Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-24T21:45:52.522Z
462024-06-24T21:45:52.525Z
472024-06-24T21:45:52.525ZRust is installed now. Great!
482024-06-24T21:45:52.525Z
492024-06-24T21:45:52.525ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-24T21:45:52.525Zenvironment variable. This has not been done automatically.
512024-06-24T21:45:52.525Z
522024-06-24T21:45:52.525ZTo configure your current shell, you need to source
532024-06-24T21:45:52.525Zthe corresponding env file under $HOME/.cargo.
542024-06-24T21:45:52.525Z
552024-06-24T21:45:52.525ZThis is usually done by running one of the following (note the leading DOT):
562024-06-24T21:45:52.525Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-24T21:45:52.525Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-24T21:45:52.698Z+ rustc --version
592024-06-24T21:45:52.760Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-24T21:45:52.762Zprocess exited: duration 22002 ms, exit code 0
 
612024-06-24T21:45:52.768Zstarting task 2: "authentication"
622024-06-24T21:45:52.789Zprocess exited: duration 20 ms, exit code 0
 
632024-06-24T21:45:52.794Zstarting task 3: "clone repository"
642024-06-24T21:45:52.799Z+ mkdir -p /work/oxidecomputer/omicron
652024-06-24T21:45:52.802Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-06-24T21:45:53.673ZCloning into '/work/oxidecomputer/omicron'...
672024-06-24T21:46:00.303Z+ cd /work/oxidecomputer/omicron
682024-06-24T21:46:00.307Z+ git fetch origin fed0ef889ae550a76cdf185968e089c7e299cb23
692024-06-24T21:46:00.610ZFrom https://github.com/oxidecomputer/omicron
702024-06-24T21:46:00.610Z * branch fed0ef889ae550a76cdf185968e089c7e299cb23 -> FETCH_HEAD
712024-06-24T21:46:00.620Z+ [[ -n bump-console-a06d8521 ]]
722024-06-24T21:46:00.633Z++ git branch --show-current
732024-06-24T21:46:00.633Z+ current=main
742024-06-24T21:46:00.633Z+ [[ main != bump-console-a06d8521 ]]
752024-06-24T21:46:00.633Z+ git branch -f bump-console-a06d8521 fed0ef889ae550a76cdf185968e089c7e299cb23
762024-06-24T21:46:00.633Z+ git checkout -f bump-console-a06d8521
772024-06-24T21:46:00.757ZSwitched to branch 'bump-console-a06d8521'
782024-06-24T21:46:00.761Z+ git reset --hard fed0ef889ae550a76cdf185968e089c7e299cb23
792024-06-24T21:46:00.887ZHEAD is now at fed0ef889 Bump web console (combobox)
802024-06-24T21:46:00.890Zprocess exited: duration 8092 ms, exit code 0
 
812024-06-24T21:46:00.898Zstarting task 4: "build"
822024-06-24T21:46:00.902Z+ cargo --version
832024-06-24T21:46:00.955Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-06-24T21:46:00.960Z+ rustc --version
852024-06-24T21:46:01.013Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-06-24T21:46:01.026Z+ WORK=/work
872024-06-24T21:46:01.027Z+ pfexec mkdir -p /work
882024-06-24T21:46:01.027Z+ pfexec chown build /work
892024-06-24T21:46:01.027Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-06-24T21:46:17.596Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-06-24T21:46:19.824Z Startup: Caching catalogs ... Done
922024-06-24T21:46:22.382ZPlanning: Solver setup ... Done (2.086s)
932024-06-24T21:46:22.421ZPlanning: Running solver ... Done (0.039s)
942024-06-24T21:46:22.466ZPlanning: Finding local manifests ... Done (0.005s)
952024-06-24T21:46:22.477ZPlanning: Fetching manifests: 0/4 0% complete
962024-06-24T21:46:22.822ZPlanning: Fetching manifests: 4/4 100% complete
972024-06-24T21:46:22.871ZPlanning: Package planning ... Done (0.049s)
982024-06-24T21:46:22.923ZPlanning: Merging actions ... Done (0.051s)
992024-06-24T21:46:24.386ZPlanning: Checking for conflicting actions ... Done (1.462s)
1002024-06-24T21:46:24.397ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-06-24T21:46:32.155ZPlanning: Evaluating mediators ... Done (7.755s)
1022024-06-24T21:46:32.164ZPlanning: Planning completed in 12.27 seconds
1032024-06-24T21:46:32.560Z Packages to install: 4
1042024-06-24T21:46:32.560Z Mediators to change: 2
1052024-06-24T21:46:32.560Z Services to change: 1
1062024-06-24T21:46:32.564Z Estimated space available: 155.77 GB
1072024-06-24T21:46:32.564ZEstimated space to be consumed: 1.46 GB
1082024-06-24T21:46:32.564Z Create boot environment: No
1092024-06-24T21:46:32.564ZCreate backup boot environment: No
1102024-06-24T21:46:32.564Z Rebuild boot archive: No
1112024-06-24T21:46:32.564Z
1122024-06-24T21:46:32.564ZChanged mediators:
1132024-06-24T21:46:32.564Z mediator clang:
1142024-06-24T21:46:32.564Z version: None -> 15 (system default)
1152024-06-24T21:46:32.564Z
1162024-06-24T21:46:32.564Z mediator llvm:
1172024-06-24T21:46:32.564Z version: 14 (system default) -> 15 (system default)
1182024-06-24T21:46:32.564Z
1192024-06-24T21:46:32.564ZChanged packages:
1202024-06-24T21:46:32.564Zhelios-dev
1212024-06-24T21:46:32.564Z developer/build-essential
1222024-06-24T21:46:32.564Z None -> 11-2.0
1232024-06-24T21:46:32.564Z library/libxmlsec1
1242024-06-24T21:46:32.564Z None -> 1.2.35-2.0
1252024-06-24T21:46:32.564Z ooce/developer/clang-15
1262024-06-24T21:46:32.564Z None -> 15.0.7-2.0
1272024-06-24T21:46:32.564Z ooce/developer/llvm-15
1282024-06-24T21:46:32.564Z None -> 15.0.7-2.0
1292024-06-24T21:46:32.564Z
1302024-06-24T21:46:32.564ZServices:
1312024-06-24T21:46:32.564Z restart_fmri:
1322024-06-24T21:46:32.564Z svc:/system/update-man-index:default
1332024-06-24T21:46:32.760Z
1342024-06-24T21:46:32.760ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-06-24T21:46:37.963ZDownload: 1191/3290 items 74.4/212.6MB 34% complete (15.0M/s)
1362024-06-24T21:46:42.966ZDownload: 1705/3290 items 118.0/212.6MB 55% complete (11.8M/s)
1372024-06-24T21:46:47.967ZDownload: 3132/3290 items 140.4/212.6MB 66% complete (6.5M/s)
1382024-06-24T21:46:54.681ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (11.9M/s)
1392024-06-24T21:46:56.396ZDownload: Completed 212.60 MB in 23.63 seconds (9.0M/s)
1402024-06-24T21:46:56.649Z Actions: 1/3689 actions (Installing new actions)
1412024-06-24T21:47:01.718Z Actions: 3595/3689 actions (Installing new actions)
1422024-06-24T21:47:02.632Z Actions: Completed 3689 actions in 5.98 seconds.
1432024-06-24T21:47:02.765Z Done (0.128s)
1442024-06-24T21:47:02.765Z Done (0.000s)
1452024-06-24T21:47:03.079Z Done (0.313s)
1462024-06-24T21:47:09.222Z Done (5.988s)
1472024-06-24T21:47:09.485Z Done (0.193s)
1482024-06-24T21:47:09.488Z Done (0.000s)
1492024-06-24T21:47:09.638Z Done (0.000s)
1502024-06-24T21:47:10.196ZPlanning: Evaluating mediator changes ... Done
1512024-06-24T21:47:10.359ZPlanning: Checking for conflicting actions ... Done
1522024-06-24T21:47:10.362ZPlanning: Consolidating action changes ... Done
1532024-06-24T21:47:10.629ZPlanning: Evaluating mediators ... Done
1542024-06-24T21:47:10.632ZPlanning: Planning completed in 0.43 seconds
1552024-06-24T21:47:10.663Z Mediators to change: 2
1562024-06-24T21:47:10.663Z Create boot environment: No
1572024-06-24T21:47:10.663ZCreate backup boot environment: No
1582024-06-24T21:47:10.735Z Done
1592024-06-24T21:47:10.735Z Done
1602024-06-24T21:47:10.938Z Done
1612024-06-24T21:47:14.486Z Done
1622024-06-24T21:47:14.571Z Done
1632024-06-24T21:47:14.571Z Done
1642024-06-24T21:47:14.678Z Done
1652024-06-24T21:47:15.279ZPlanning: Evaluating mediator changes ... Done
1662024-06-24T21:47:15.282ZPlanning: Merging actions ... Done
1672024-06-24T21:47:15.468ZPlanning: Checking for conflicting actions ... Done
1682024-06-24T21:47:15.471ZPlanning: Consolidating action changes ... Done
1692024-06-24T21:47:15.728ZPlanning: Evaluating mediators ... Done
1702024-06-24T21:47:15.785ZPlanning: Planning completed in 0.74 seconds
1712024-06-24T21:47:15.818Z Packages to change: 1
1722024-06-24T21:47:15.818Z Mediators to change: 1
1732024-06-24T21:47:15.818Z Services to change: 1
1742024-06-24T21:47:15.818Z Create boot environment: No
1752024-06-24T21:47:15.821ZCreate backup boot environment: Yes
1762024-06-24T21:47:17.615Z Actions: 1/6 actions (Updating modified actions)
1772024-06-24T21:47:17.757Z Actions: Completed 6 actions in 0.14 seconds.
1782024-06-24T21:47:17.760Z Done
1792024-06-24T21:47:17.760Z Done
1802024-06-24T21:47:17.825Z Done
1812024-06-24T21:47:21.320Z Done
1822024-06-24T21:47:21.405Z Done
1832024-06-24T21:47:21.415Z Done
1842024-06-24T21:47:21.523Z Done
1852024-06-24T21:47:21.958ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1862024-06-24T21:47:21.958Zclang system 15 system
1872024-06-24T21:47:21.958Zcsh system system illumos
1882024-06-24T21:47:21.958Zctags system system illumos
1892024-06-24T21:47:21.958Zgcc vendor 12 vendor
1902024-06-24T21:47:21.958Zgcc system 10 system
1912024-06-24T21:47:21.958Zgcc system 7 system
1922024-06-24T21:47:21.958Zgo system 1.20 system
1932024-06-24T21:47:21.958Zgo system 1.19 system
1942024-06-24T21:47:21.958Zllvm system 15 system
1952024-06-24T21:47:21.959Zllvm system 14 system
1962024-06-24T21:47:21.959Zmariadb system 10.6 system
1972024-06-24T21:47:21.959Zmta vendor vendor dma
1982024-06-24T21:47:21.959Zopenjdk system 17 system
1992024-06-24T21:47:21.959Zopenjdk system 11 system
2002024-06-24T21:47:21.959Zopenjdk system 1.8 system
2012024-06-24T21:47:21.959Zopenssl vendor 3 vendor
2022024-06-24T21:47:21.959Zperl system 5.36 system
2032024-06-24T21:47:21.959Zpostgresql system 15 system
2042024-06-24T21:47:21.959Zpostgresql system 13 system
2052024-06-24T21:47:21.959Zpython vendor 3 vendor
2062024-06-24T21:47:21.959Zpython system 2 system
2072024-06-24T21:47:21.959Zpython3 system 3.11 system
2082024-06-24T21:47:21.959Zruby system 3.0 system
2092024-06-24T21:47:21.959Zwords vendor vendor american-english
2102024-06-24T21:47:21.959Zwords system system australian-english
2112024-06-24T21:47:21.959Zwords system system british-english
2122024-06-24T21:47:21.959Zwords system system canadian-english
2132024-06-24T21:47:21.959Zwords system system french
2142024-06-24T21:47:21.959Zwords system system italian
2152024-06-24T21:47:21.959Zwords system system ngerman
2162024-06-24T21:47:21.959Zwords system system ogerman
2172024-06-24T21:47:21.959Zwords system system spanish
2182024-06-24T21:47:22.286ZPUBLISHER TYPE STATUS P LOCATION
2192024-06-24T21:47:22.286Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2202024-06-24T21:47:23.810ZFMRI IFO
2212024-06-24T21:47:23.810Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2222024-06-24T21:47:23.810Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2232024-06-24T21:47:23.810Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2242024-06-24T21:47:23.810Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2252024-06-24T21:47:23.810Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2262024-06-24T21:47:23.810Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2272024-06-24T21:47:23.811Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2282024-06-24T21:47:23.811Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2292024-06-24T21:47:23.811Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2302024-06-24T21:47:23.811Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2312024-06-24T21:47:23.811Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2322024-06-24T21:47:23.811Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2332024-06-24T21:47:24.312Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2342024-06-24T21:47:24.646Z Updating git repository `https://github.com/oxidecomputer/zone`
2352024-06-24T21:47:24.924Z Updating crates.io index
2362024-06-24T21:47:25.002Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2372024-06-24T21:47:25.744Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382024-06-24T21:47:26.457Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2392024-06-24T21:47:26.705Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2402024-06-24T21:47:28.673Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2412024-06-24T21:47:29.237Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422024-06-24T21:47:29.550Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432024-06-24T21:47:30.623Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442024-06-24T21:47:32.607Z Updating git repository `https://github.com/oxidecomputer/opte`
2452024-06-24T21:47:33.678Z Updating git repository `https://github.com/oxidecomputer/falcon`
2462024-06-24T21:47:34.437Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472024-06-24T21:47:34.997Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2482024-06-24T21:47:35.294Z Updating git repository `http://github.com/oxidecomputer/sprockets`
2492024-06-24T21:47:35.656Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2502024-06-24T21:47:36.055Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2512024-06-24T21:47:36.371Z Updating git repository `http://github.com/oxidecomputer/tofino`
2522024-06-24T21:47:36.683Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532024-06-24T21:47:36.958Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542024-06-24T21:47:37.231Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552024-06-24T21:47:37.557Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562024-06-24T21:47:37.878Z Updating git repository `https://github.com/oxidecomputer/ispf`
2572024-06-24T21:47:38.297Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2582024-06-24T21:47:38.582Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592024-06-24T21:47:39.277Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2602024-06-24T21:47:39.526Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2612024-06-24T21:47:39.819Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2622024-06-24T21:47:40.371Z Updating git repository `https://github.com/oxidecomputer/typify`
2632024-06-24T21:47:42.366Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2642024-06-24T21:47:42.723Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2652024-06-24T21:47:43.013Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2662024-06-24T21:47:43.627Z Updating git repository `https://github.com/oxidecomputer/rfb`
2672024-06-24T21:47:44.629Z Downloading crates ...
2682024-06-24T21:47:44.688Z Downloaded adler v1.0.2
2692024-06-24T21:47:44.693Z Downloaded anstyle-query v1.0.3
2702024-06-24T21:47:44.693Z Downloaded bytes v1.6.0
2712024-06-24T21:47:44.697Z Downloaded md5 v0.7.0
2722024-06-24T21:47:44.699Z Downloaded match_cfg v0.1.0
2732024-06-24T21:47:44.699Z Downloaded foreign-types-shared v0.1.1
2742024-06-24T21:47:44.702Z Downloaded num_threads v0.1.7
2752024-06-24T21:47:44.705Z Downloaded is_terminal_polyfill v1.70.0
2762024-06-24T21:47:44.710Z Downloaded openssl-probe v0.1.5
2772024-06-24T21:47:44.713Z Downloaded pretty-hex v0.4.1
2782024-06-24T21:47:44.715Z Downloaded powerfmt v0.2.0
2792024-06-24T21:47:44.718Z Downloaded cargo-platform v0.1.8
2802024-06-24T21:47:44.720Z Downloaded bytecount v0.6.8
2812024-06-24T21:47:44.720Z Downloaded anstyle v1.0.7
2822024-06-24T21:47:44.725Z Downloaded autocfg v1.3.0
2832024-06-24T21:47:44.727Z Downloaded pkg-config v0.3.30
2842024-06-24T21:47:44.727Z Downloaded quote v1.0.36
2852024-06-24T21:47:44.730Z Downloaded itoa v1.0.11
2862024-06-24T21:47:44.730Z Downloaded colorchoice v1.0.1
2872024-06-24T21:47:44.732Z Downloaded httpdate v1.0.3
2882024-06-24T21:47:44.732Z Downloaded scroll_derive v0.12.0
2892024-06-24T21:47:44.733Z Downloaded tower-service v0.3.2
2902024-06-24T21:47:44.736Z Downloaded take_mut v0.2.2
2912024-06-24T21:47:44.736Z Downloaded strum v0.26.2
2922024-06-24T21:47:44.736Z Downloaded macaddr v1.0.1
2932024-06-24T21:47:44.739Z Downloaded fs-err v2.11.0
2942024-06-24T21:47:44.739Z Downloaded swrite v0.1.0
2952024-06-24T21:47:44.739Z Downloaded memmap v0.7.0
2962024-06-24T21:47:44.742Z Downloaded tinyvec_macros v0.1.1
2972024-06-24T21:47:44.742Z Downloaded anstyle-parse v0.2.4
2982024-06-24T21:47:44.744Z Downloaded block-buffer v0.10.4
2992024-06-24T21:47:44.744Z Downloaded num_cpus v1.16.0
3002024-06-24T21:47:44.747Z Downloaded scopeguard v1.2.0
3012024-06-24T21:47:44.750Z Downloaded pest_meta v2.7.10
3022024-06-24T21:47:44.750Z Downloaded try-lock v0.2.5
3032024-06-24T21:47:44.752Z Downloaded cargo_toml v0.20.2
3042024-06-24T21:47:44.752Z Downloaded rustls-pemfile v1.0.4
3052024-06-24T21:47:44.755Z Downloaded is-terminal v0.4.12
3062024-06-24T21:47:44.755Z Downloaded usdt-attr-macro v0.5.0
3072024-06-24T21:47:44.757Z Downloaded proc-macro-error-attr v1.0.4
3082024-06-24T21:47:44.757Z Downloaded fnv v1.0.7
3092024-06-24T21:47:44.758Z Downloaded thread_local v1.1.8
3102024-06-24T21:47:44.760Z Downloaded rustversion v1.0.17
3112024-06-24T21:47:44.763Z Downloaded num-conv v0.1.0
3122024-06-24T21:47:44.763Z Downloaded openssl-macros v0.1.1
3132024-06-24T21:47:44.763Z Downloaded tokio-macros v2.2.0
3142024-06-24T21:47:44.766Z Downloaded dof v0.3.0
3152024-06-24T21:47:44.766Z Downloaded hostname v0.3.1
3162024-06-24T21:47:44.766Z Downloaded toml_datetime v0.6.6
3172024-06-24T21:47:44.769Z Downloaded cargo_metadata v0.18.1
3182024-06-24T21:47:44.769Z Downloaded camino v1.1.7
3192024-06-24T21:47:44.771Z Downloaded form_urlencoded v1.2.1
3202024-06-24T21:47:44.771Z Downloaded lock_api v0.4.12
3212024-06-24T21:47:44.774Z Downloaded httparse v1.8.0
3222024-06-24T21:47:44.777Z Downloaded version_check v0.9.4
3232024-06-24T21:47:44.777Z Downloaded heck v0.5.0
3242024-06-24T21:47:44.777Z Downloaded futures-channel v0.3.30
3252024-06-24T21:47:44.779Z Downloaded anstream v0.6.14
3262024-06-24T21:47:44.783Z Downloaded sync_wrapper v0.1.2
3272024-06-24T21:47:44.783Z Downloaded crc32fast v1.4.0
3282024-06-24T21:47:44.785Z Downloaded time-core v0.1.2
3292024-06-24T21:47:44.785Z Downloaded thiserror-impl v1.0.60
3302024-06-24T21:47:44.785Z Downloaded hyper-tls v0.5.0
3312024-06-24T21:47:44.788Z Downloaded scroll v0.12.0
3322024-06-24T21:47:44.788Z Downloaded usdt-impl v0.5.0
3332024-06-24T21:47:44.790Z Downloaded serde_urlencoded v0.7.1
3342024-06-24T21:47:44.790Z Downloaded dirs-sys-next v0.1.2
3352024-06-24T21:47:44.793Z Downloaded thiserror v1.0.60
3362024-06-24T21:47:44.795Z Downloaded parking_lot_core v0.9.10
3372024-06-24T21:47:44.798Z Downloaded want v0.3.1
3382024-06-24T21:47:44.798Z Downloaded usdt-macro v0.5.0
3392024-06-24T21:47:44.802Z Downloaded slab v0.4.9
3402024-06-24T21:47:44.802Z Downloaded tabled_derive v0.7.0
3412024-06-24T21:47:44.802Z Downloaded miniz_oxide v0.7.2
3422024-06-24T21:47:44.804Z Downloaded byteorder v1.5.0
3432024-06-24T21:47:44.804Z Downloaded terminal_size v0.3.0
3442024-06-24T21:47:44.807Z Downloaded pest_generator v2.7.10
3452024-06-24T21:47:44.807Z Downloaded slog-async v2.8.0
3462024-06-24T21:47:44.810Z Downloaded time-macros v0.2.18
3472024-06-24T21:47:44.812Z Downloaded pest_derive v2.7.10
3482024-06-24T21:47:44.812Z Downloaded term v0.7.0
3492024-06-24T21:47:44.815Z Downloaded serde_tokenstream v0.2.0
3502024-06-24T21:47:44.818Z Downloaded slog-term v2.9.1
3512024-06-24T21:47:44.820Z Downloaded sha2 v0.10.8
3522024-06-24T21:47:44.823Z Downloaded papergrid v0.11.0
3532024-06-24T21:47:44.826Z Downloaded utf8parse v0.2.1
3542024-06-24T21:47:44.828Z Downloaded tokio-native-tls v0.3.1
3552024-06-24T21:47:44.828Z Downloaded slog-json v2.6.1
3562024-06-24T21:47:44.831Z Downloaded signal-hook-registry v1.4.2
3572024-06-24T21:47:44.831Z Downloaded once_cell v1.19.0
3582024-06-24T21:47:44.834Z Downloaded native-tls v0.2.11
3592024-06-24T21:47:44.837Z Downloaded thread-id v4.2.1
3602024-06-24T21:47:44.837Z Downloaded proc-macro2 v1.0.82
3612024-06-24T21:47:44.840Z Downloaded mime v0.3.17
3622024-06-24T21:47:44.840Z Downloaded xattr v1.3.1
3632024-06-24T21:47:44.843Z Downloaded parking_lot v0.12.2
3642024-06-24T21:47:44.846Z Downloaded unicode-width v0.1.12
3652024-06-24T21:47:44.846Z Downloaded futures v0.3.30
3662024-06-24T21:47:44.849Z Downloaded log v0.4.21
3672024-06-24T21:47:44.852Z Downloaded socket2 v0.5.7
3682024-06-24T21:47:44.854Z Downloaded cc v1.0.97
3692024-06-24T21:47:44.857Z Downloaded strum_macros v0.26.2
3702024-06-24T21:47:44.859Z Downloaded clap v4.5.4
3712024-06-24T21:47:44.869Z Downloaded openssl-sys v0.9.102
3722024-06-24T21:47:44.872Z Downloaded zerocopy-derive v0.7.34
3732024-06-24T21:47:44.875Z Downloaded ryu v1.0.18
3742024-06-24T21:47:44.877Z Downloaded usdt v0.5.0
3752024-06-24T21:47:44.880Z Downloaded mio v0.8.11
3762024-06-24T21:47:44.884Z Downloaded crossbeam-channel v0.5.12
3772024-06-24T21:47:44.887Z Downloaded unicode-bidi v0.3.15
3782024-06-24T21:47:44.889Z Downloaded typenum v1.17.0
3792024-06-24T21:47:44.892Z Downloaded ucd-trie v0.1.6
3802024-06-24T21:47:44.894Z Downloaded unicode-ident v1.0.12
3812024-06-24T21:47:44.897Z Downloaded toml v0.8.13
3822024-06-24T21:47:44.900Z Downloaded tracing-core v0.1.32
3832024-06-24T21:47:44.902Z Downloaded memchr v2.7.2
3842024-06-24T21:47:44.906Z Downloaded http v0.2.12
3852024-06-24T21:47:44.909Z Downloaded pest v2.7.10
3862024-06-24T21:47:44.914Z Downloaded smallvec v1.13.2
3872024-06-24T21:47:44.916Z Downloaded hashbrown v0.14.5
3882024-06-24T21:47:44.921Z Downloaded clap_builder v4.5.2
3892024-06-24T21:47:44.927Z Downloaded url v2.5.0
3902024-06-24T21:47:44.930Z Downloaded tracing v0.1.40
3912024-06-24T21:47:44.933Z Downloaded hyper v0.14.28
3922024-06-24T21:47:44.941Z Downloaded toml_edit v0.22.13
3932024-06-24T21:47:44.961Z Downloaded unicode-normalization v0.1.23
3942024-06-24T21:47:44.964Z Downloaded tokio-util v0.7.11
3952024-06-24T21:47:44.971Z Downloaded time v0.3.36
3962024-06-24T21:47:44.976Z Downloaded zerocopy v0.7.34
3972024-06-24T21:47:44.991Z Downloaded serde_json v1.0.117
3982024-06-24T21:47:44.997Z Downloaded winnow v0.6.8
3992024-06-24T21:47:45.005Z Downloaded tabled v0.15.0
4002024-06-24T21:47:45.019Z Downloaded vcpkg v0.2.15
4012024-06-24T21:47:45.055Z Downloaded syn v2.0.64
4022024-06-24T21:47:45.065Z Downloaded rustix v0.38.34
4032024-06-24T21:47:45.085Z Downloaded syn v1.0.109
4042024-06-24T21:47:45.093Z Downloaded tokio v1.37.0
4052024-06-24T21:47:45.126Z Downloaded encoding_rs v0.8.34
4062024-06-24T21:47:45.144Z Downloaded libc v0.2.155
4072024-06-24T21:47:45.168Z Downloaded reqwest v0.11.27
4082024-06-24T21:47:45.177Z Downloaded openssl v0.10.64
4092024-06-24T21:47:45.183Z Downloaded idna v0.5.0
4102024-06-24T21:47:45.188Z Downloaded goblin v0.8.2
4112024-06-24T21:47:45.194Z Downloaded serde v1.0.203
4122024-06-24T21:47:45.197Z Downloaded h2 v0.3.26
4132024-06-24T21:47:45.202Z Downloaded futures-util v0.3.30
4142024-06-24T21:47:45.212Z Downloaded tinyvec v1.6.0
4152024-06-24T21:47:45.215Z Downloaded tar v0.4.40
4162024-06-24T21:47:45.219Z Downloaded indexmap v2.2.6
4172024-06-24T21:47:45.222Z Downloaded slog v2.7.0
4182024-06-24T21:47:45.225Z Downloaded serde_derive v1.0.203
4192024-06-24T21:47:45.225Z Downloaded base64 v0.21.7
4202024-06-24T21:47:45.228Z Downloaded flate2 v1.0.30
4212024-06-24T21:47:45.232Z Downloaded strsim v0.11.1
4222024-06-24T21:47:45.234Z Downloaded slog-bunyan v2.5.0
4232024-06-24T21:47:45.234Z Downloaded crossbeam-utils v0.8.19
4242024-06-24T21:47:45.237Z Downloaded anyhow v1.0.86
4252024-06-24T21:47:45.240Z Downloaded semver v1.0.23
4262024-06-24T21:47:45.243Z Downloaded digest v0.10.7
4272024-06-24T21:47:45.243Z Downloaded percent-encoding v2.3.1
4282024-06-24T21:47:45.247Z Downloaded futures-core v0.3.30
4292024-06-24T21:47:45.247Z Downloaded futures-io v0.3.30
4302024-06-24T21:47:45.247Z Downloaded errno v0.3.9
4312024-06-24T21:47:45.247Z Downloaded serde_spanned v0.6.6
4322024-06-24T21:47:45.247Z Downloaded generic-array v0.14.7
4332024-06-24T21:47:45.252Z Downloaded futures-task v0.3.30
4342024-06-24T21:47:45.252Z Downloaded futures-sink v0.3.30
4352024-06-24T21:47:45.252Z Downloaded http-body v0.4.6
4362024-06-24T21:47:45.253Z Downloaded heck v0.4.1
4372024-06-24T21:47:45.253Z Downloaded foreign-types v0.3.2
4382024-06-24T21:47:45.257Z Downloaded dtrace-parser v0.2.0
4392024-06-24T21:47:45.257Z Downloaded bitflags v2.5.0
4402024-06-24T21:47:45.261Z Downloaded clap_derive v4.5.4
4412024-06-24T21:47:45.261Z Downloaded plain v0.2.3
4422024-06-24T21:47:45.261Z Downloaded ipnet v2.9.0
4432024-06-24T21:47:45.261Z Downloaded futures-executor v0.3.30
4442024-06-24T21:47:45.265Z Downloaded crypto-common v0.1.6
4452024-06-24T21:47:45.265Z Downloaded cpufeatures v0.2.12
4462024-06-24T21:47:45.265Z Downloaded clap_lex v0.7.0
4472024-06-24T21:47:45.265Z Downloaded futures-macro v0.3.30
4482024-06-24T21:47:45.268Z Downloaded filetime v0.2.23
4492024-06-24T21:47:45.268Z Downloaded dirs-next v2.0.0
4502024-06-24T21:47:45.268Z Downloaded deranged v0.3.11
4512024-06-24T21:47:45.268Z Downloaded cfg-if v1.0.0
4522024-06-24T21:47:45.271Z Downloaded proc-macro-error v1.0.4
4532024-06-24T21:47:45.275Z Downloaded pin-project-lite v0.2.14
4542024-06-24T21:47:45.276Z Downloaded pin-utils v0.1.0
4552024-06-24T21:47:45.278Z Downloaded equivalent v1.0.1
4562024-06-24T21:47:45.563Z Compiling proc-macro2 v1.0.82
4572024-06-24T21:47:45.563Z Compiling unicode-ident v1.0.12
4582024-06-24T21:47:45.563Z Compiling libc v0.2.155
4592024-06-24T21:47:45.566Z Compiling version_check v0.9.4
4602024-06-24T21:47:45.566Z Compiling cfg-if v1.0.0
4612024-06-24T21:47:45.566Z Compiling itoa v1.0.11
4622024-06-24T21:47:45.598Z Compiling once_cell v1.19.0
4632024-06-24T21:47:45.601Z Compiling autocfg v1.3.0
4642024-06-24T21:47:45.746Z Compiling serde v1.0.203
4652024-06-24T21:47:45.787Z Compiling memchr v2.7.2
4662024-06-24T21:47:45.843Z Compiling thiserror v1.0.60
4672024-06-24T21:47:46.051Z Compiling ryu v1.0.18
4682024-06-24T21:47:46.333Z Compiling pin-project-lite v0.2.14
4692024-06-24T21:47:46.429Z Compiling bitflags v2.5.0
4702024-06-24T21:47:46.471Z Compiling lock_api v0.4.12
4712024-06-24T21:47:46.471Z Compiling pkg-config v0.3.30
4722024-06-24T21:47:46.805Z Compiling vcpkg v0.2.15
4732024-06-24T21:47:47.186Z Compiling ucd-trie v0.1.6
4742024-06-24T21:47:47.682Z Compiling parking_lot_core v0.9.10
4752024-06-24T21:47:47.700Z Compiling cc v1.0.97
4762024-06-24T21:47:48.390Z Compiling slab v0.4.9
4772024-06-24T21:47:48.764Z Compiling smallvec v1.13.2
4782024-06-24T21:47:48.917Z Compiling scopeguard v1.2.0
4792024-06-24T21:47:49.034Z Compiling futures-core v0.3.30
4802024-06-24T21:47:49.038Z Compiling futures-sink v0.3.30
4812024-06-24T21:47:49.079Z Compiling bytes v1.6.0
4822024-06-24T21:47:49.282Z Compiling fnv v1.0.7
4832024-06-24T21:47:49.349Z Compiling log v0.4.21
4842024-06-24T21:47:49.427Z Compiling equivalent v1.0.1
4852024-06-24T21:47:49.541Z Compiling serde_json v1.0.117
4862024-06-24T21:47:49.563Z Compiling hashbrown v0.14.5
4872024-06-24T21:47:49.589Z Compiling byteorder v1.5.0
4882024-06-24T21:47:49.871Z Compiling quote v1.0.36
4892024-06-24T21:47:50.046Z Compiling futures-channel v0.3.30
4902024-06-24T21:47:50.071Z Compiling typenum v1.17.0
4912024-06-24T21:47:50.290Z Compiling syn v2.0.64
4922024-06-24T21:47:50.504Z Compiling num_cpus v1.16.0
4932024-06-24T21:47:50.623Z Compiling signal-hook-registry v1.4.2
4942024-06-24T21:47:50.643Z Compiling socket2 v0.5.7
4952024-06-24T21:47:50.672Z Compiling openssl-sys v0.9.102
4962024-06-24T21:47:50.862Z Compiling parking_lot v0.12.2
4972024-06-24T21:47:50.905Z Compiling indexmap v2.2.6
4982024-06-24T21:47:51.106Z Compiling mio v0.8.11
4992024-06-24T21:47:51.463Z Compiling rustix v0.38.34
5002024-06-24T21:47:51.505Z Compiling futures-task v0.3.30
5012024-06-24T21:47:51.821Z Compiling pin-utils v0.1.0
5022024-06-24T21:47:51.825Z Compiling futures-io v0.3.30
5032024-06-24T21:47:52.153Z Compiling errno v0.3.9
5042024-06-24T21:47:52.182Z Compiling generic-array v0.14.7
5052024-06-24T21:47:52.270Z Compiling slog v2.7.0
5062024-06-24T21:47:52.336Z Compiling openssl v0.10.64
5072024-06-24T21:47:52.363Z Compiling foreign-types-shared v0.1.1
5082024-06-24T21:47:52.496Z Compiling foreign-types v0.3.2
5092024-06-24T21:47:52.585Z Compiling http v0.2.12
5102024-06-24T21:47:52.684Z Compiling proc-macro-error-attr v1.0.4
5112024-06-24T21:47:52.799Z Compiling usdt-impl v0.5.0
5122024-06-24T21:47:52.910Z Compiling tracing-core v0.1.32
5132024-06-24T21:47:53.086Z Compiling powerfmt v0.2.0
5142024-06-24T21:47:53.136Z Compiling httparse v1.8.0
5152024-06-24T21:47:53.499Z Compiling time-core v0.1.2
5162024-06-24T21:47:53.566Z Compiling syn v1.0.109
5172024-06-24T21:47:53.681Z Compiling tinyvec_macros v0.1.1
5182024-06-24T21:47:53.783Z Compiling num-conv v0.1.0
5192024-06-24T21:47:53.808Z Compiling native-tls v0.2.11
5202024-06-24T21:47:54.072Z Compiling time-macros v0.2.18
5212024-06-24T21:47:54.097Z Compiling tinyvec v1.6.0
5222024-06-24T21:47:54.257Z Compiling tracing v0.1.40
5232024-06-24T21:47:54.752Z Compiling deranged v0.3.11
5242024-06-24T21:47:55.066Z Compiling thread-id v4.2.1
5252024-06-24T21:47:55.243Z Compiling proc-macro-error v1.0.4
5262024-06-24T21:47:55.328Z Compiling percent-encoding v2.3.1
5272024-06-24T21:47:55.428Z Compiling num_threads v0.1.7
5282024-06-24T21:47:55.517Z Compiling crossbeam-utils v0.8.19
5292024-06-24T21:47:55.570Z Compiling plain v0.2.3
5302024-06-24T21:47:55.675Z Compiling try-lock v0.2.5
5312024-06-24T21:47:55.730Z Compiling heck v0.4.1
5322024-06-24T21:47:55.825Z Compiling openssl-probe v0.1.5
5332024-06-24T21:47:55.980Z Compiling utf8parse v0.2.1
5342024-06-24T21:47:56.094Z Compiling rustversion v1.0.17
5352024-06-24T21:47:56.136Z Compiling anstyle-parse v0.2.4
5362024-06-24T21:47:56.175Z Compiling want v0.3.1
5372024-06-24T21:47:56.352Z Compiling form_urlencoded v1.2.1
5382024-06-24T21:47:56.475Z Compiling unicode-normalization v0.1.23
5392024-06-24T21:47:56.870Z Compiling http-body v0.4.6
5402024-06-24T21:47:57.216Z Compiling dirs-sys-next v0.1.2
5412024-06-24T21:47:57.515Z Compiling unicode-bidi v0.3.15
5422024-06-24T21:47:57.537Z Compiling httpdate v1.0.3
5432024-06-24T21:47:57.540Z Compiling pretty-hex v0.4.1
5442024-06-24T21:47:57.541Z Compiling time v0.3.36
5452024-06-24T21:47:57.794Z Compiling anstyle-query v1.0.3
5462024-06-24T21:47:57.863Z Compiling crc32fast v1.4.0
5472024-06-24T21:47:57.951Z Compiling winnow v0.6.8
5482024-06-24T21:47:58.004Z Compiling is_terminal_polyfill v1.70.0
5492024-06-24T21:47:58.145Z Compiling semver v1.0.23
5502024-06-24T21:47:58.365Z Compiling anstyle v1.0.7
5512024-06-24T21:47:58.644Z Compiling tower-service v0.3.2
5522024-06-24T21:47:58.710Z Compiling camino v1.1.7
5532024-06-24T21:47:58.787Z Compiling colorchoice v1.0.1
5542024-06-24T21:47:58.931Z Compiling anstream v0.6.14
5552024-06-24T21:47:59.026Z Compiling idna v0.5.0
5562024-06-24T21:47:59.254Z Compiling dirs-next v2.0.0
5572024-06-24T21:48:00.128Z Compiling crypto-common v0.1.6
5582024-06-24T21:48:00.348Z Compiling block-buffer v0.10.4
5592024-06-24T21:48:00.601Z Compiling terminal_size v0.3.0
5602024-06-24T21:48:00.789Z Compiling fs-err v2.11.0
5612024-06-24T21:48:00.802Z Compiling thread_local v1.1.8
5622024-06-24T21:48:00.998Z Compiling base64 v0.21.7
5632024-06-24T21:48:01.041Z Compiling bytecount v0.6.8
5642024-06-24T21:48:01.044Z Compiling adler v1.0.2
5652024-06-24T21:48:01.255Z Compiling unicode-width v0.1.12
5662024-06-24T21:48:01.295Z Compiling anyhow v1.0.86
5672024-06-24T21:48:01.372Z Compiling match_cfg v0.1.0
5682024-06-24T21:48:01.505Z Compiling heck v0.5.0
5692024-06-24T21:48:01.505Z Compiling clap_lex v0.7.0
5702024-06-24T21:48:01.552Z Compiling slog-async v2.8.0
5712024-06-24T21:48:01.742Z Compiling strsim v0.11.1
5722024-06-24T21:48:01.767Z Compiling rustls-pemfile v1.0.4
5732024-06-24T21:48:02.052Z Compiling hostname v0.3.1
5742024-06-24T21:48:02.079Z Compiling clap_builder v4.5.2
5752024-06-24T21:48:02.123Z Compiling papergrid v0.11.0
5762024-06-24T21:48:02.169Z Compiling miniz_oxide v0.7.2
5772024-06-24T21:48:02.307Z Compiling digest v0.10.7
5782024-06-24T21:48:02.336Z Compiling crossbeam-channel v0.5.12
5792024-06-24T21:48:02.716Z Compiling url v2.5.0
5802024-06-24T21:48:02.741Z Compiling term v0.7.0
5812024-06-24T21:48:03.311Z Compiling serde_derive v1.0.203
5822024-06-24T21:48:03.425Z Compiling thiserror-impl v1.0.60
5832024-06-24T21:48:03.492Z Compiling zerocopy-derive v0.7.34
5842024-06-24T21:48:03.714Z Compiling tokio-macros v2.2.0
5852024-06-24T21:48:04.397Z Compiling futures-macro v0.3.30
5862024-06-24T21:48:04.599Z Compiling openssl-macros v0.1.1
5872024-06-24T21:48:05.376Z Compiling scroll_derive v0.12.0
5882024-06-24T21:48:05.457Z Compiling tokio v1.37.0
5892024-06-24T21:48:05.880Z Compiling zerocopy v0.7.34
5902024-06-24T21:48:06.573Z Compiling futures-util v0.3.30
5912024-06-24T21:48:06.989Z Compiling scroll v0.12.0
5922024-06-24T21:48:07.067Z Compiling pest v2.7.10
5932024-06-24T21:48:07.581Z Compiling goblin v0.8.2
5942024-06-24T21:48:07.610Z Compiling tabled_derive v0.7.0
5952024-06-24T21:48:10.107Z Compiling pest_meta v2.7.10
5962024-06-24T21:48:10.231Z Compiling clap_derive v4.5.4
5972024-06-24T21:48:12.118Z Compiling pest_generator v2.7.10
5982024-06-24T21:48:14.133Z Compiling tokio-util v0.7.11
5992024-06-24T21:48:15.401Z Compiling h2 v0.3.26
6002024-06-24T21:48:15.546Z Compiling pest_derive v2.7.10
6012024-06-24T21:48:15.585Z Compiling futures-executor v0.3.30
6022024-06-24T21:48:16.005Z Compiling tokio-native-tls v0.3.1
6032024-06-24T21:48:16.219Z Compiling strum_macros v0.26.2
6042024-06-24T21:48:16.350Z Compiling dtrace-parser v0.2.0
6052024-06-24T21:48:16.668Z Compiling xattr v1.3.1
6062024-06-24T21:48:16.982Z Compiling memmap v0.7.0
6072024-06-24T21:48:17.386Z Compiling is-terminal v0.4.12
6082024-06-24T21:48:17.526Z Compiling filetime v0.2.23
6092024-06-24T21:48:17.895Z Compiling encoding_rs v0.8.34
6102024-06-24T21:48:18.406Z Compiling take_mut v0.2.2
6112024-06-24T21:48:18.677Z Compiling toml_datetime v0.6.6
6122024-06-24T21:48:18.893Z Compiling serde_spanned v0.6.6
6132024-06-24T21:48:23.392Z Compiling serde_tokenstream v0.2.0
6142024-06-24T21:48:23.496Z Compiling toml_edit v0.22.13
6152024-06-24T21:48:23.496Z Compiling dof v0.3.0
6162024-06-24T21:48:23.496Z Compiling hyper v0.14.28
6172024-06-24T21:48:23.547Z Compiling slog-json v2.6.1
6182024-06-24T21:48:23.547Z Compiling toml v0.8.13
6192024-06-24T21:48:23.548Z Compiling serde_urlencoded v0.7.1
6202024-06-24T21:48:23.548Z Compiling cargo-platform v0.1.8
6212024-06-24T21:48:23.548Z Compiling mime v0.3.17
6222024-06-24T21:48:23.548Z Compiling sync_wrapper v0.1.2
6232024-06-24T21:48:23.576Z Compiling ipnet v2.9.0
6242024-06-24T21:48:23.583Z Compiling cpufeatures v0.2.12
6252024-06-24T21:48:23.673Z Compiling sha2 v0.10.8
6262024-06-24T21:48:23.813Z Compiling usdt-attr-macro v0.5.0
6272024-06-24T21:48:23.928Z Compiling usdt-macro v0.5.0
6282024-06-24T21:48:23.979Z Compiling cargo_metadata v0.18.1
6292024-06-24T21:48:24.388Z Compiling cargo_toml v0.20.2
6302024-06-24T21:48:24.822Z Compiling hyper-tls v0.5.0
6312024-06-24T21:48:25.186Z Compiling reqwest v0.11.27
6322024-06-24T21:48:25.256Z Compiling slog-bunyan v2.5.0
6332024-06-24T21:48:25.330Z Compiling usdt v0.5.0
6342024-06-24T21:48:25.473Z Compiling strum v0.26.2
6352024-06-24T21:48:25.840Z Compiling macaddr v1.0.1
6362024-06-24T21:48:26.290Z Compiling tar v0.4.40
6372024-06-24T21:48:26.958Z Compiling slog-term v2.9.1
6382024-06-24T21:48:27.119Z Compiling flate2 v1.0.30
6392024-06-24T21:48:27.209Z Compiling futures v0.3.30
6402024-06-24T21:48:27.335Z Compiling clap v4.5.4
6412024-06-24T21:48:27.461Z Compiling tabled v0.15.0
6422024-06-24T21:48:28.221Z Compiling swrite v0.1.0
6432024-06-24T21:48:28.349Z Compiling md5 v0.7.0
6442024-06-24T21:48:32.301Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6452024-06-24T21:48:40.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
6462024-06-24T21:48:40.414Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6472024-06-24T21:48:40.472ZJun 24 21:48:39.612 INFO Starting download, target: Clickhouse
6482024-06-24T21:48:40.472ZJun 24 21:48:39.612 INFO Starting download, target: Cockroach
6492024-06-24T21:48:40.477ZJun 24 21:48:39.612 INFO Starting download, target: Console
6502024-06-24T21:48:40.477ZJun 24 21:48:39.612 INFO Starting download, target: DendriteOpenapi
6512024-06-24T21:48:40.477ZJun 24 21:48:39.612 INFO Starting download, target: DendriteStub
6522024-06-24T21:48:40.477ZJun 24 21:48:39.612 INFO Starting download, target: MaghemiteMgd
6532024-06-24T21:48:40.477ZJun 24 21:48:39.612 INFO Starting download, target: TransceiverControl
6542024-06-24T21:48:40.477ZJun 24 21:48:39.613 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6552024-06-24T21:48:40.477ZJun 24 21:48:39.613 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json (attempt 1/3), target: DendriteOpenapi
6562024-06-24T21:48:40.477ZJun 24 21:48:39.613 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6572024-06-24T21:48:40.477ZJun 24 21:48:39.613 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6582024-06-24T21:48:40.477ZJun 24 21:48:39.613 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6592024-06-24T21:48:40.477ZJun 24 21:48:39.613 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6602024-06-24T21:48:40.477ZJun 24 21:48:39.613 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6612024-06-24T21:48:40.687ZJun 24 21:48:39.805 INFO Download complete, target: DendriteOpenapi
6622024-06-24T21:48:40.789ZJun 24 21:48:39.919 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6632024-06-24T21:48:41.205ZJun 24 21:48:40.345 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6642024-06-24T21:48:41.208ZJun 24 21:48:40.348 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6652024-06-24T21:48:41.452ZJun 24 21:48:40.592 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6662024-06-24T21:48:41.729ZJun 24 21:48:40.847 INFO Download complete, target: TransceiverControl
6672024-06-24T21:48:41.889ZJun 24 21:48:41.028 INFO Download complete, target: Console
6682024-06-24T21:48:42.981ZJun 24 21:48:42.120 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6692024-06-24T21:48:43.641ZJun 24 21:48:42.780 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6702024-06-24T21:48:43.642ZJun 24 21:48:42.780 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6712024-06-24T21:48:44.607ZJun 24 21:48:43.745 INFO Download complete, target: DendriteStub
6722024-06-24T21:48:44.783ZJun 24 21:48:43.922 INFO Download complete, target: MaghemiteMgd
6732024-06-24T21:48:52.464ZJun 24 21:48:51.601 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6742024-06-24T21:48:52.792ZJun 24 21:48:51.929 INFO Checking that binary works, target: Cockroach
6752024-06-24T21:48:52.994ZJun 24 21:48:52.131 INFO Download complete, target: Cockroach
6762024-06-24T21:48:58.041ZJun 24 21:48:57.176 INFO Checking that binary works, target: Clickhouse
6772024-06-24T21:48:58.567ZJun 24 21:48:57.702 INFO Download complete, target: Clickhouse
6782024-06-24T21:48:58.575ZAll prerequisites installed successfully
6792024-06-24T21:48:58.579Z
6802024-06-24T21:48:58.579Zreal 2:57.399373457
6812024-06-24T21:48:58.579Zuser 5:51.193451343
6822024-06-24T21:48:58.579Zsys 1:20.327825558
6832024-06-24T21:48:58.579Ztrap 0.231180281
6842024-06-24T21:48:58.579Ztflt 5.058263678
6852024-06-24T21:48:58.579Zdflt 6.963170759
6862024-06-24T21:48:58.579Zkflt 0.306452389
6872024-06-24T21:48:58.580Zlock 13:31.527861260
6882024-06-24T21:48:58.580Zslp 18:50.579780633
6892024-06-24T21:48:58.580Zlat 19.193808580
6902024-06-24T21:48:58.580Zstop 1:03.183131041
6912024-06-24T21:48:58.580Z+ ptime -m cargo xtask download softnpu
6922024-06-24T21:48:59.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
6932024-06-24T21:48:59.159Z Running `target/debug/xtask download softnpu`
6942024-06-24T21:48:59.183ZJun 24 21:48:58.318 INFO Starting download, target: Softnpu
6952024-06-24T21:48:59.187ZJun 24 21:48:58.319 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6962024-06-24T21:49:00.079ZJun 24 21:48:59.204 INFO Download complete, target: Softnpu
6972024-06-24T21:49:00.091Z
6982024-06-24T21:49:00.091Zreal 1.491265534
6992024-06-24T21:49:00.091Zuser 0.616378005
7002024-06-24T21:49:00.091Zsys 0.294653752
7012024-06-24T21:49:00.091Ztrap 0.000477397
7022024-06-24T21:49:00.091Ztflt 0.000083441
7032024-06-24T21:49:00.091Zdflt 0.000082282
7042024-06-24T21:49:00.092Zkflt 0.000000000
7052024-06-24T21:49:00.092Zlock 9.347741059
7062024-06-24T21:49:00.092Zslp 0.806069277
7072024-06-24T21:49:00.092Zlat 0.073936976
7082024-06-24T21:49:00.092Zstop 0.000285245
7092024-06-24T21:49:00.092Z+ export CARGO_INCREMENTAL=0
7102024-06-24T21:49:00.092Z+ CARGO_INCREMENTAL=0
7112024-06-24T21:49:00.092Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7122024-06-24T21:49:00.602Z Downloading crates ...
7132024-06-24T21:49:00.764Z Downloaded addr2line v0.21.0
7142024-06-24T21:49:00.769Z Downloaded bitstruct_derive v0.1.0
7152024-06-24T21:49:00.773Z Downloaded crunchy v0.2.2
7162024-06-24T21:49:00.773Z Downloaded atty v0.2.14
7172024-06-24T21:49:00.776Z Downloaded ciborium-io v0.2.2
7182024-06-24T21:49:00.776Z Downloaded darling_macro v0.20.9
7192024-06-24T21:49:00.779Z Downloaded derive_builder_macro v0.20.0
7202024-06-24T21:49:00.783Z Downloaded newline-converter v0.3.0
7212024-06-24T21:49:00.783Z Downloaded bit-set v0.5.3
7222024-06-24T21:49:00.786Z Downloaded async-stream-impl v0.3.5
7232024-06-24T21:49:00.789Z Downloaded new_debug_unreachable v1.0.6
7242024-06-24T21:49:00.792Z Downloaded bitflags v1.3.2
7252024-06-24T21:49:00.795Z Downloaded async-stream v0.3.5
7262024-06-24T21:49:00.795Z Downloaded nanorand v0.7.0
7272024-06-24T21:49:00.799Z Downloaded multer v3.1.0
7282024-06-24T21:49:00.802Z Downloaded mime_guess v2.0.4
7292024-06-24T21:49:00.805Z Downloaded opaque-debug v0.3.1
7302024-06-24T21:49:00.805Z Downloaded curve25519-dalek-derive v0.1.1
7312024-06-24T21:49:00.808Z Downloaded cassowary v0.3.0
7322024-06-24T21:49:00.809Z Downloaded phf_shared v0.10.0
7332024-06-24T21:49:00.811Z Downloaded corncobs v0.1.3
7342024-06-24T21:49:00.812Z Downloaded buf-list v1.0.3
7352024-06-24T21:49:00.814Z Downloaded portpicker v0.1.1
7362024-06-24T21:49:00.815Z Downloaded peg-runtime v0.8.3
7372024-06-24T21:49:00.818Z Downloaded bcs v0.1.6
7382024-06-24T21:49:00.821Z Downloaded number_prefix v0.4.0
7392024-06-24T21:49:00.821Z Downloaded base64ct v1.6.0
7402024-06-24T21:49:00.824Z Downloaded async-trait v0.1.80
7412024-06-24T21:49:00.827Z Downloaded newtype_derive v0.1.6
7422024-06-24T21:49:00.830Z Downloaded multimap v0.10.0
7432024-06-24T21:49:00.830Z Downloaded defmt-parser v0.3.4
7442024-06-24T21:49:00.833Z Downloaded ppv-lite86 v0.2.17
7452024-06-24T21:49:00.833Z Downloaded bitfield v0.14.0
7462024-06-24T21:49:00.836Z Downloaded csv-core v0.1.11
7472024-06-24T21:49:00.837Z Downloaded cexpr v0.6.0
7482024-06-24T21:49:00.840Z Downloaded bb8 v0.8.3
7492024-06-24T21:49:00.840Z Downloaded proc-macro-crate v1.3.1
7502024-06-24T21:49:00.843Z Downloaded derive_builder v0.20.0
7512024-06-24T21:49:00.846Z Downloaded radium v0.7.0
7522024-06-24T21:49:00.849Z Downloaded packed_struct_codegen v0.10.1
7532024-06-24T21:49:00.849Z Downloaded olpc-cjson v0.1.3
7542024-06-24T21:49:00.852Z Downloaded rand_core v0.6.4
7552024-06-24T21:49:00.852Z Downloaded peg v0.8.3
7562024-06-24T21:49:00.856Z Downloaded num-integer v0.1.46
7572024-06-24T21:49:00.859Z Downloaded vte_generate_state_changes v0.1.1
7582024-06-24T21:49:00.863Z Downloaded pkcs1 v0.7.5
7592024-06-24T21:49:00.863Z Downloaded camino-tempfile v1.1.1
7602024-06-24T21:49:00.871Z Downloaded zone v0.1.8
7612024-06-24T21:49:00.871Z Downloaded untrusted v0.9.0
7622024-06-24T21:49:00.874Z Downloaded password-hash v0.5.0
7632024-06-24T21:49:00.874Z Downloaded foreign-types-shared v0.3.1
7642024-06-24T21:49:00.874Z Downloaded nu-ansi-term v0.50.0
7652024-06-24T21:49:00.878Z Downloaded backoff v0.4.0
7662024-06-24T21:49:00.878Z Downloaded crc-any v2.5.0
7672024-06-24T21:49:00.881Z Downloaded const-oid v0.9.6
7682024-06-24T21:49:00.884Z Downloaded normalize-line-endings v0.3.0
7692024-06-24T21:49:00.884Z Downloaded crc-catalog v2.4.0
7702024-06-24T21:49:00.887Z Downloaded constant_time_eq v0.3.0
7712024-06-24T21:49:00.887Z Downloaded castaway v0.2.2
7722024-06-24T21:49:00.890Z Downloaded psl-types v2.0.11
7732024-06-24T21:49:00.890Z Downloaded pretty-hex v0.2.1
7742024-06-24T21:49:00.893Z Downloaded crc v3.2.1
7752024-06-24T21:49:00.893Z Downloaded unicode-xid v0.2.4
7762024-06-24T21:49:00.897Z Downloaded parse-size v1.0.0
7772024-06-24T21:49:00.897Z Downloaded oso-derive v0.27.3
7782024-06-24T21:49:00.900Z Downloaded precomputed-hash v0.1.1
7792024-06-24T21:49:00.900Z Downloaded defmt-macros v0.3.9
7802024-06-24T21:49:00.903Z Downloaded ciborium-ll v0.2.2
7812024-06-24T21:49:00.903Z Downloaded atomic-waker v1.1.2
7822024-06-24T21:49:00.907Z Downloaded data-encoding v2.6.0
7832024-06-24T21:49:00.907Z Downloaded hubpack_derive v0.1.1
7842024-06-24T21:49:00.907Z Downloaded postgres-protocol v0.6.6
7852024-06-24T21:49:00.910Z Downloaded colored v2.1.0
7862024-06-24T21:49:00.930Z Downloaded platforms v3.4.0
7872024-06-24T21:49:00.930Z Downloaded ena v0.14.3
7882024-06-24T21:49:00.930Z Downloaded serde-big-array v0.5.1
7892024-06-24T21:49:00.930Z Downloaded humantime v2.1.0
7902024-06-24T21:49:00.930Z Downloaded serde-big-array v0.4.1
7912024-06-24T21:49:00.930Z Downloaded endian-type v0.1.2
7922024-06-24T21:49:00.931Z Downloaded stability v0.2.0
7932024-06-24T21:49:00.931Z Downloaded hash32 v0.3.1
7942024-06-24T21:49:00.931Z Downloaded fragile v2.0.0
7952024-06-24T21:49:00.931Z Downloaded num_enum_derive v0.5.11
7962024-06-24T21:49:00.931Z Downloaded darling v0.20.9
7972024-06-24T21:49:00.936Z Downloaded cookie_store v0.20.0
7982024-06-24T21:49:00.936Z Downloaded phf_shared v0.11.2
7992024-06-24T21:49:00.939Z Downloaded paste v1.0.15
8002024-06-24T21:49:00.944Z Downloaded arc-swap v1.7.1
8012024-06-24T21:49:00.947Z Downloaded diesel_table_macro_syntax v0.1.0
8022024-06-24T21:49:00.947Z Downloaded parse-display v0.9.0
8032024-06-24T21:49:00.947Z Downloaded packed_struct v0.10.1
8042024-06-24T21:49:00.950Z Downloaded downcast v0.11.0
8052024-06-24T21:49:00.950Z Downloaded libefi-sys v0.1.0
8062024-06-24T21:49:00.953Z Downloaded ref-cast v1.0.23
8072024-06-24T21:49:00.956Z Downloaded r2d2 v0.8.10
8082024-06-24T21:49:00.957Z Downloaded rand_seeder v0.2.3
8092024-06-24T21:49:00.960Z Downloaded rand_chacha v0.3.1
8102024-06-24T21:49:00.960Z Downloaded quick-error v1.2.3
8112024-06-24T21:49:00.963Z Downloaded tokio-rustls v0.24.1
8122024-06-24T21:49:00.963Z Downloaded prettyplease v0.2.20
8132024-06-24T21:49:00.968Z Downloaded ident_case v1.0.1
8142024-06-24T21:49:00.972Z Downloaded phf v0.11.2
8152024-06-24T21:49:00.972Z Downloaded slog-stdlog v4.1.1
8162024-06-24T21:49:00.972Z Downloaded rcgen v0.12.1
8172024-06-24T21:49:00.975Z Downloaded rpassword v7.3.1
8182024-06-24T21:49:00.978Z Downloaded signal-hook-tokio v0.3.1
8192024-06-24T21:49:00.978Z Downloaded same-file v1.0.6
8202024-06-24T21:49:00.981Z Downloaded libsw v3.3.1
8212024-06-24T21:49:00.981Z Downloaded funty v2.0.0
8222024-06-24T21:49:00.984Z Downloaded sqlparser_derive v0.2.2
8232024-06-24T21:49:00.984Z Downloaded base64 v0.22.1
8242024-06-24T21:49:00.987Z Downloaded predicates-core v1.0.6
8252024-06-24T21:49:00.990Z Downloaded unarray v0.1.4
8262024-06-24T21:49:00.991Z Downloaded flagset v0.4.5
8272024-06-24T21:49:00.994Z Downloaded unicode-linebreak v0.1.5
8282024-06-24T21:49:00.994Z Downloaded unicase v2.7.0
8292024-06-24T21:49:00.997Z Downloaded indoc v1.0.9
8302024-06-24T21:49:01.001Z Downloaded pin-project-internal v1.1.5
8312024-06-24T21:49:01.001Z Downloaded topological-sort v0.2.2
8322024-06-24T21:49:01.004Z Downloaded tabwriter v1.4.0
8332024-06-24T21:49:01.004Z Downloaded lazy_static v1.4.0
8342024-06-24T21:49:01.004Z Downloaded glob v0.3.1
8352024-06-24T21:49:01.011Z Downloaded resolv-conf v0.7.0
8362024-06-24T21:49:01.014Z Downloaded peg-macros v0.8.3
8372024-06-24T21:49:01.014Z Downloaded crossbeam-epoch v0.9.18
8382024-06-24T21:49:01.015Z Downloaded dyn-clone v1.0.17
8392024-06-24T21:49:01.018Z Downloaded vte v0.11.1
8402024-06-24T21:49:01.018Z Downloaded derive-where v1.2.7
8412024-06-24T21:49:01.021Z Downloaded utf-8 v0.7.6
8422024-06-24T21:49:01.024Z Downloaded group v0.13.0
8432024-06-24T21:49:01.027Z Downloaded tiny-keccak v2.0.2
8442024-06-24T21:49:01.030Z Downloaded tls_codec v0.4.1
8452024-06-24T21:49:01.030Z Downloaded hash32 v0.2.1
8462024-06-24T21:49:01.033Z Downloaded thiserror-no-std v2.0.2
8472024-06-24T21:49:01.036Z Downloaded spin v0.9.8
8482024-06-24T21:49:01.039Z Downloaded zone_cfg_derive v0.1.2
8492024-06-24T21:49:01.042Z Downloaded matches v0.1.10
8502024-06-24T21:49:01.043Z Downloaded instant v0.1.12
8512024-06-24T21:49:01.046Z Downloaded heck v0.3.3
8522024-06-24T21:49:01.046Z Downloaded getopts v0.2.21
8532024-06-24T21:49:01.049Z Downloaded highway v1.1.0
8542024-06-24T21:49:01.049Z Downloaded erased-serde v0.3.31
8552024-06-24T21:49:01.052Z Downloaded rustfmt-wrapper v0.2.1
8562024-06-24T21:49:01.055Z Downloaded sha1 v0.10.6
8572024-06-24T21:49:01.055Z Downloaded globset v0.4.14
8582024-06-24T21:49:01.058Z Downloaded rustc_version v0.4.0
8592024-06-24T21:49:01.058Z Downloaded rustc_version v0.1.7
8602024-06-24T21:49:01.061Z Downloaded rustc-hash v1.1.0
8612024-06-24T21:49:01.061Z Downloaded lru-cache v0.1.2
8622024-06-24T21:49:01.064Z Downloaded postcard v1.0.8
8632024-06-24T21:49:01.067Z Downloaded derive_more v0.99.17
8642024-06-24T21:49:01.070Z Downloaded zip v0.6.6
8652024-06-24T21:49:01.075Z Downloaded http-range v0.1.5
8662024-06-24T21:49:01.078Z Downloaded zeroize v1.7.0
8672024-06-24T21:49:01.079Z Downloaded wyz v0.5.1
8682024-06-24T21:49:01.082Z Downloaded serde_with_macros v3.8.1
8692024-06-24T21:49:01.085Z Downloaded subprocess v0.2.9
8702024-06-24T21:49:01.088Z Downloaded tokio-postgres v0.7.10
8712024-06-24T21:49:01.091Z Downloaded sigpipe v0.1.3
8722024-06-24T21:49:01.094Z Downloaded foreign-types-macros v0.2.3
8732024-06-24T21:49:01.094Z Downloaded termtree v0.4.1
8742024-06-24T21:49:01.097Z Downloaded spki v0.7.3
8752024-06-24T21:49:01.097Z Downloaded const_format v0.2.32
8762024-06-24T21:49:01.101Z Downloaded stringprep v0.1.4
8772024-06-24T21:49:01.104Z Downloaded which v4.4.2
8782024-06-24T21:49:01.109Z Downloaded managed v0.8.0
8792024-06-24T21:49:01.109Z Downloaded untrusted v0.7.1
8802024-06-24T21:49:01.109Z Downloaded diff v0.1.13
8812024-06-24T21:49:01.112Z Downloaded headers v0.3.9
8822024-06-24T21:49:01.116Z Downloaded maplit v1.0.2
8832024-06-24T21:49:01.119Z Downloaded linked-hash-map v0.5.6
8842024-06-24T21:49:01.128Z Downloaded signal-hook-mio v0.2.3
8852024-06-24T21:49:01.132Z Downloaded waitgroup v0.1.2
8862024-06-24T21:49:01.132Z Downloaded smawk v0.3.2
8872024-06-24T21:49:01.135Z Downloaded scheduled-thread-pool v0.2.7
8882024-06-24T21:49:01.135Z Downloaded siphasher v0.3.11
8892024-06-24T21:49:01.135Z Downloaded smf v0.2.3
8902024-06-24T21:49:01.139Z Downloaded gethostname v0.4.3
8912024-06-24T21:49:01.139Z Downloaded kstat-rs v0.2.3
8922024-06-24T21:49:01.142Z Downloaded keccak v0.1.5
8932024-06-24T21:49:01.142Z Downloaded is_ci v1.2.0
8942024-06-24T21:49:01.142Z Downloaded schemars_derive v0.8.20
8952024-06-24T21:49:01.145Z Downloaded yasna v0.5.2
8962024-06-24T21:49:01.148Z Downloaded half v2.4.1
8972024-06-24T21:49:01.151Z Downloaded fastrand v2.1.0
8982024-06-24T21:49:01.151Z Downloaded fixedbitset v0.4.2
8992024-06-24T21:49:01.154Z Downloaded semver v0.1.20
9002024-06-24T21:49:01.154Z Downloaded memoffset v0.9.1
9012024-06-24T21:49:01.157Z Downloaded der v0.7.9
9022024-06-24T21:49:01.160Z Downloaded ron v0.7.1
9032024-06-24T21:49:01.165Z Downloaded fxhash v0.2.1
9042024-06-24T21:49:01.168Z Downloaded signature v1.6.4
9052024-06-24T21:49:01.168Z Downloaded enum-as-inner v0.5.1
9062024-06-24T21:49:01.171Z Downloaded serde_plain v1.0.2
9072024-06-24T21:49:01.171Z Downloaded iana-time-zone v0.1.60
9082024-06-24T21:49:01.174Z Downloaded strum_macros v0.24.3
9092024-06-24T21:49:01.178Z Downloaded home v0.5.9
9102024-06-24T21:49:01.178Z Downloaded tui-tree-widget v0.19.0
9112024-06-24T21:49:01.181Z Downloaded unsafe-libyaml v0.2.11
9122024-06-24T21:49:01.184Z Downloaded getrandom v0.2.14
9132024-06-24T21:49:01.187Z Downloaded wait-timeout v0.2.0
9142024-06-24T21:49:01.187Z Downloaded serde_repr v0.1.19
9152024-06-24T21:49:01.190Z Downloaded fd-lock v4.0.2
9162024-06-24T21:49:01.193Z Downloaded shlex v1.3.0
9172024-06-24T21:49:01.193Z Downloaded foreign-types v0.5.0
9182024-06-24T21:49:01.201Z Downloaded headers-core v0.2.0
9192024-06-24T21:49:01.201Z Downloaded universal-hash v0.5.1
9202024-06-24T21:49:01.201Z Downloaded sec1 v0.7.3
9212024-06-24T21:49:01.204Z Downloaded env_logger v0.10.2
9222024-06-24T21:49:01.204Z Downloaded serde_path_to_error v0.1.16
9232024-06-24T21:49:01.204Z Downloaded tokio-tungstenite v0.21.0
9242024-06-24T21:49:01.207Z Downloaded ipnetwork v0.20.0
9252024-06-24T21:49:01.207Z Downloaded strip-ansi-escapes v0.2.0
9262024-06-24T21:49:01.211Z Downloaded nom v7.1.3
9272024-06-24T21:49:01.214Z Downloaded signature v2.2.0
9282024-06-24T21:49:01.217Z Downloaded structmeta-derive v0.3.0
9292024-06-24T21:49:01.217Z Downloaded rustc-demangle v0.1.24
9302024-06-24T21:49:01.220Z Downloaded env_logger v0.9.3
9312024-06-24T21:49:01.223Z Downloaded ron v0.8.1
9322024-06-24T21:49:01.227Z Downloaded float-ord v0.3.2
9332024-06-24T21:49:01.230Z Downloaded vsss-rs v3.3.4
9342024-06-24T21:49:01.233Z Downloaded termios v0.3.3
9352024-06-24T21:49:01.233Z Downloaded typed-path v0.7.1
9362024-06-24T21:49:01.239Z Downloaded termcolor v1.4.1
9372024-06-24T21:49:01.242Z Downloaded structmeta-derive v0.2.0
9382024-06-24T21:49:01.242Z Downloaded toml v0.5.11
9392024-06-24T21:49:01.245Z Downloaded hashbrown v0.13.2
9402024-06-24T21:49:01.249Z Downloaded tempfile v3.10.1
9412024-06-24T21:49:01.252Z Downloaded rtoolbox v0.0.2
9422024-06-24T21:49:01.255Z Downloaded uzers v0.11.3
9432024-06-24T21:49:01.258Z Downloaded expectorate v1.1.0
9442024-06-24T21:49:01.258Z Downloaded maybe-uninit v2.0.0
9452024-06-24T21:49:01.261Z Downloaded linear-map v1.2.0
9462024-06-24T21:49:01.261Z Downloaded indexmap v1.9.3
9472024-06-24T21:49:01.264Z Downloaded unicode_categories v0.1.1
9482024-06-24T21:49:01.269Z Downloaded reedline v0.31.0
9492024-06-24T21:49:01.274Z Downloaded snafu-derive v0.8.2
9502024-06-24T21:49:01.277Z Downloaded shell-words v1.1.0
9512024-06-24T21:49:01.277Z Downloaded rustls-pki-types v1.7.0
9522024-06-24T21:49:01.280Z Downloaded flume v0.11.0
9532024-06-24T21:49:01.284Z Downloaded textwrap v0.16.1
9542024-06-24T21:49:01.287Z Downloaded test-strategy v0.3.1
9552024-06-24T21:49:01.290Z Downloaded snafu v0.8.2
9562024-06-24T21:49:01.296Z Downloaded http v1.1.0
9572024-06-24T21:49:01.301Z Downloaded blake3 v1.5.1
9582024-06-24T21:49:01.308Z Downloaded rsa v0.9.6
9592024-06-24T21:49:01.314Z Downloaded heapless v0.8.0
9602024-06-24T21:49:01.318Z Downloaded salty v0.2.0
9612024-06-24T21:49:01.324Z Downloaded fatfs v0.3.6
9622024-06-24T21:49:01.327Z Downloaded signal-hook v0.3.17
9632024-06-24T21:49:01.331Z Downloaded tough v0.17.1
9642024-06-24T21:49:01.339Z Downloaded chrono v0.4.38
9652024-06-24T21:49:01.347Z Downloaded rustyline v14.0.0
9662024-06-24T21:49:01.353Z Downloaded num-bigint-dig v0.8.4
9672024-06-24T21:49:01.358Z Downloaded regex-automata v0.1.10
9682024-06-24T21:49:01.364Z Downloaded itertools v0.12.1
9692024-06-24T21:49:01.371Z Downloaded serde_yaml v0.9.34+deprecated
9702024-06-24T21:49:01.374Z Downloaded winnow v0.5.40
9712024-06-24T21:49:01.383Z Downloaded bitvec v1.0.1
9722024-06-24T21:49:01.399Z Downloaded rayon v1.10.0
9732024-06-24T21:49:01.409Z Downloaded trust-dns-client v0.22.0
9742024-06-24T21:49:01.415Z Downloaded lalrpop v0.19.12
9752024-06-24T21:49:01.425Z Downloaded portable-atomic v1.6.0
9762024-06-24T21:49:01.431Z Downloaded bstr v0.2.17
9772024-06-24T21:49:01.441Z Downloaded gimli v0.28.1
9782024-06-24T21:49:01.454Z Downloaded rustls v0.21.12
9792024-06-24T21:49:01.461Z Downloaded regex-syntax v0.8.3
9802024-06-24T21:49:01.469Z Downloaded proptest v1.4.0
9812024-06-24T21:49:01.479Z Downloaded quick-xml v0.31.0
9822024-06-24T21:49:01.485Z Downloaded bstr v1.9.1
9832024-06-24T21:49:01.496Z Downloaded regex-automata v0.4.6
9842024-06-24T21:49:01.513Z Downloaded bzip2-sys v0.1.11+1.0.8
9852024-06-24T21:49:01.524Z Downloaded hkdf v0.12.4
9862024-06-24T21:49:01.527Z Downloaded csv v1.3.0
9872024-06-24T21:49:01.545Z Downloaded regex-syntax v0.6.29
9882024-06-24T21:49:01.551Z Downloaded libxml v0.3.3
9892024-06-24T21:49:01.574Z Downloaded curve25519-dalek v4.1.2
9902024-06-24T21:49:01.577Z Downloaded trust-dns-server v0.22.1
9912024-06-24T21:49:01.578Z Downloaded steno v0.4.0
9922024-06-24T21:49:01.578Z Downloaded libm v0.2.8
9932024-06-24T21:49:01.581Z Downloaded bindgen v0.69.4
9942024-06-24T21:49:01.593Z Downloaded sqlparser v0.45.0
9952024-06-24T21:49:01.596Z Downloaded heapless v0.7.17
9962024-06-24T21:49:01.603Z Downloaded rustls-webpki v0.101.7
9972024-06-24T21:49:01.611Z Downloaded unicode-segmentation v1.11.0
9982024-06-24T21:49:01.617Z Downloaded rustls-webpki v0.102.4
9992024-06-24T21:49:01.638Z Downloaded regex v1.10.4
10002024-06-24T21:49:01.645Z Downloaded radix_trie v0.2.1
10012024-06-24T21:49:01.650Z Downloaded object v0.30.4
10022024-06-24T21:49:01.657Z Downloaded nix v0.27.1
10032024-06-24T21:49:01.670Z Downloaded webpki-roots v0.25.4
10042024-06-24T21:49:01.675Z Downloaded idna v0.3.0
10052024-06-24T21:49:01.678Z Downloaded nix v0.28.0
10062024-06-24T21:49:01.714Z Downloaded object v0.32.2
10072024-06-24T21:49:01.718Z Downloaded diesel v2.1.6
10082024-06-24T21:49:01.718Z Downloaded idna v0.2.3
10092024-06-24T21:49:01.721Z Downloaded smoltcp v0.9.1
10102024-06-24T21:49:01.730Z Downloaded polar-core v0.27.3
10112024-06-24T21:49:01.749Z Downloaded trust-dns-proto v0.22.0
10122024-06-24T21:49:01.753Z Downloaded x509-cert v0.2.5
10132024-06-24T21:49:01.758Z Downloaded smoltcp v0.11.0
10142024-06-24T21:49:01.765Z Downloaded rustls v0.22.4
10152024-06-24T21:49:01.782Z Downloaded regress v0.9.1
10162024-06-24T21:49:01.786Z Downloaded openapiv3 v2.0.0
10172024-06-24T21:49:01.797Z Downloaded itertools v0.10.5
10182024-06-24T21:49:01.806Z Downloaded tungstenite v0.20.1
10192024-06-24T21:49:01.812Z Downloaded serde_with v3.8.1
10202024-06-24T21:49:01.816Z Downloaded ratatui v0.26.2
10212024-06-24T21:49:01.830Z Downloaded hmac v0.12.1
10222024-06-24T21:49:01.833Z Downloaded schemars v0.8.20
10232024-06-24T21:49:01.842Z Downloaded aho-corasick v1.1.3
10242024-06-24T21:49:01.848Z Downloaded memmap2 v0.9.4
10252024-06-24T21:49:01.851Z Downloaded sled v0.34.7
10262024-06-24T21:49:01.859Z Downloaded zerocopy-derive v0.6.6
10272024-06-24T21:49:01.868Z Downloaded strum_macros v0.25.3
10282024-06-24T21:49:01.872Z Downloaded rustls-pemfile v2.1.2
10292024-06-24T21:49:01.875Z Downloaded ff v0.13.0
10302024-06-24T21:49:01.875Z Downloaded hyper-rustls v0.24.2
10312024-06-24T21:49:01.894Z Downloaded toml v0.7.8
10322024-06-24T21:49:01.894Z Downloaded tokio-stream v0.1.15
10332024-06-24T21:49:01.894Z Downloaded md-5 v0.10.6
10342024-06-24T21:49:01.894Z Downloaded hashbrown v0.12.3
10352024-06-24T21:49:01.894Z Downloaded rayon-core v1.12.1
10362024-06-24T21:49:01.894Z Downloaded sct v0.7.1
10372024-06-24T21:49:01.894Z Downloaded petgraph v0.6.5
10382024-06-24T21:49:01.910Z Downloaded diesel_derives v2.1.4
10392024-06-24T21:49:01.913Z Downloaded finl_unicode v1.2.0
10402024-06-24T21:49:01.926Z Downloaded tokio-rustls v0.25.0
10412024-06-24T21:49:01.929Z Downloaded publicsuffix v2.2.3
10422024-06-24T21:49:01.932Z Downloaded zerocopy v0.6.6
10432024-06-24T21:49:01.932Z Downloaded rusty-fork v0.3.0
10442024-06-24T21:49:01.935Z Downloaded fallible-iterator v0.2.0
10452024-06-24T21:49:01.935Z Downloaded tracing-attributes v0.1.27
10462024-06-24T21:49:01.939Z Downloaded samael v0.0.15
10472024-06-24T21:49:01.942Z Downloaded sha3 v0.10.8
10482024-06-24T21:49:01.946Z Downloaded either v1.12.0
10492024-06-24T21:49:01.949Z Downloaded hyper-staticfile v0.9.5
10502024-06-24T21:49:01.950Z Downloaded hubpack v0.1.2
10512024-06-24T21:49:01.950Z Downloaded uuid v1.8.0
10522024-06-24T21:49:01.958Z Downloaded socket2 v0.4.10
10532024-06-24T21:49:01.959Z Downloaded hex v0.4.3
10542024-06-24T21:49:01.959Z Downloaded whoami v1.5.1
10552024-06-24T21:49:01.959Z Downloaded walkdir v2.5.0
10562024-06-24T21:49:01.959Z Downloaded tokio-tungstenite v0.20.1
10572024-06-24T21:49:01.963Z Downloaded toml_edit v0.19.15
10582024-06-24T21:49:01.975Z Downloaded crypto-bigint v0.5.5
10592024-06-24T21:49:01.981Z Downloaded crossterm v0.27.0
10602024-06-24T21:49:01.986Z Downloaded hostname v0.4.0
10612024-06-24T21:49:01.990Z Downloaded ed25519 v1.5.3
10622024-06-24T21:49:01.990Z Downloaded num-traits v0.2.19
10632024-06-24T21:49:01.993Z Downloaded similar v2.5.0
10642024-06-24T21:49:01.996Z Downloaded indicatif v0.17.8
10652024-06-24T21:49:01.999Z Downloaded chacha20poly1305 v0.10.1
10662024-06-24T21:49:02.003Z Downloaded string_cache v0.8.7
10672024-06-24T21:49:02.004Z Downloaded sqlformat v0.2.3
10682024-06-24T21:49:02.007Z Downloaded trust-dns-resolver v0.22.0
10692024-06-24T21:49:02.010Z Downloaded rand v0.8.5
10702024-06-24T21:49:02.013Z Downloaded spin v0.5.2
10712024-06-24T21:49:02.013Z Downloaded impl-trait-for-tuples v0.2.2
10722024-06-24T21:49:02.021Z Downloaded difflib v0.4.0
10732024-06-24T21:49:02.021Z Downloaded elliptic-curve v0.13.8
10742024-06-24T21:49:02.024Z Downloaded num-bigint v0.4.5
10752024-06-24T21:49:02.024Z Downloaded darling_core v0.20.9
10762024-06-24T21:49:02.027Z Downloaded lru v0.12.3
10772024-06-24T21:49:02.030Z Downloaded omicron-zone-package v0.11.0
10782024-06-24T21:49:02.033Z Downloaded parking_lot v0.11.2
10792024-06-24T21:49:02.033Z Downloaded tls_codec_derive v0.4.1
10802024-06-24T21:49:02.036Z Downloaded secrecy v0.8.0
10812024-06-24T21:49:02.039Z Downloaded tungstenite v0.21.0
10822024-06-24T21:49:02.042Z Downloaded clang-sys v1.7.0
10832024-06-24T21:49:02.042Z Downloaded structmeta v0.3.0
10842024-06-24T21:49:02.043Z Downloaded structmeta v0.2.0
10852024-06-24T21:49:02.046Z Downloaded slog-scope v4.4.0
10862024-06-24T21:49:02.046Z Downloaded slog-envlogger v2.2.0
10872024-06-24T21:49:02.049Z Downloaded slog-dtrace v0.3.0
10882024-06-24T21:49:02.049Z Downloaded inout v0.1.3
10892024-06-24T21:49:02.049Z Downloaded smallvec v0.6.14
10902024-06-24T21:49:02.052Z Downloaded serde_derive_internals v0.29.1
10912024-06-24T21:49:02.052Z Downloaded backtrace v0.3.71
10922024-06-24T21:49:02.055Z Downloaded lazycell v1.3.0
10932024-06-24T21:49:02.058Z Downloaded lalrpop-util v0.19.12
10942024-06-24T21:49:02.058Z Downloaded libloading v0.8.3
10952024-06-24T21:49:02.061Z Downloaded subtle v2.5.0
10962024-06-24T21:49:02.062Z Downloaded static_assertions v1.1.0
10972024-06-24T21:49:02.062Z Downloaded stable_deref_trait v1.2.0
10982024-06-24T21:49:02.065Z Downloaded postgres-types v0.2.6
10992024-06-24T21:49:02.065Z Downloaded cookie v0.18.1
11002024-06-24T21:49:02.068Z Downloaded ciborium v0.2.2
11012024-06-24T21:49:02.071Z Downloaded pkcs8 v0.10.2
11022024-06-24T21:49:02.071Z Downloaded tap v1.0.1
11032024-06-24T21:49:02.072Z Downloaded supports-color v3.0.0
11042024-06-24T21:49:02.075Z Downloaded indoc v2.0.5
11052024-06-24T21:49:02.078Z Downloaded float-cmp v0.9.0
11062024-06-24T21:49:02.078Z Downloaded minimal-lexical v0.2.1
11072024-06-24T21:49:02.081Z Downloaded serde_arrays v0.1.0
11082024-06-24T21:49:02.084Z Downloaded serde-hex v0.1.0
11092024-06-24T21:49:02.084Z Downloaded pem v3.0.4
11102024-06-24T21:49:02.085Z Downloaded oso v0.27.3
11112024-06-24T21:49:02.097Z Downloaded display-error-chain v0.2.0
11122024-06-24T21:49:02.097Z Downloaded toolchain_find v0.4.0
11132024-06-24T21:49:02.097Z Downloaded num-derive v0.4.2
11142024-06-24T21:49:02.097Z Downloaded derive_builder_core v0.20.0
11152024-06-24T21:49:02.097Z Downloaded console v0.15.8
11162024-06-24T21:49:02.103Z Downloaded cancel-safe-futures v0.1.5
11172024-06-24T21:49:02.103Z Downloaded num-iter v0.1.45
11182024-06-24T21:49:02.104Z Downloaded num v0.4.3
11192024-06-24T21:49:02.104Z Downloaded nodrop v0.1.14
11202024-06-24T21:49:02.104Z Downloaded nibble_vec v0.1.0
11212024-06-24T21:49:02.104Z Downloaded newtype-uuid v1.1.0
11222024-06-24T21:49:02.104Z Downloaded compact_str v0.7.1
11232024-06-24T21:49:02.109Z Downloaded bzip2 v0.4.4
11242024-06-24T21:49:02.109Z Downloaded embedded-io v0.4.0
11252024-06-24T21:49:02.109Z Downloaded zeroize_derive v1.4.2
11262024-06-24T21:49:02.110Z Downloaded thiserror-impl-no-std v2.0.2
11272024-06-24T21:49:02.114Z Downloaded pin-project v1.1.5
11282024-06-24T21:49:02.121Z Downloaded owo-colors v4.0.0
11292024-06-24T21:49:02.125Z Downloaded path-slash v0.1.5
11302024-06-24T21:49:02.125Z Downloaded base64 v0.13.1
11312024-06-24T21:49:02.130Z Downloaded allocator-api2 v0.2.18
11322024-06-24T21:49:02.130Z Downloaded poly1305 v0.8.0
11332024-06-24T21:49:02.137Z Downloaded pem-rfc7468 v0.7.0
11342024-06-24T21:49:02.137Z Downloaded num-complex v0.4.6
11352024-06-24T21:49:02.137Z Downloaded bit-vec v0.6.3
11362024-06-24T21:49:02.141Z Downloaded array-init v0.0.4
11372024-06-24T21:49:02.141Z Downloaded aead v0.5.2
11382024-06-24T21:49:02.141Z Downloaded parking_lot_core v0.8.6
11392024-06-24T21:49:02.141Z Downloaded num-rational v0.4.2
11402024-06-24T21:49:02.141Z Downloaded ref-cast-impl v1.0.23
11412024-06-24T21:49:02.142Z Downloaded rand_xorshift v0.3.0
11422024-06-24T21:49:02.142Z Downloaded num_enum v0.5.11
11432024-06-24T21:49:02.146Z Downloaded cfg_aliases v0.1.1
11442024-06-24T21:49:02.150Z Downloaded mockall v0.12.1
11452024-06-24T21:49:02.150Z Downloaded blake2 v0.10.6
11462024-06-24T21:49:02.150Z Downloaded base16ct v0.2.0
11472024-06-24T21:49:02.154Z Downloaded arrayvec v0.7.4
11482024-06-24T21:49:02.154Z Downloaded cstr-argument v0.1.2
11492024-06-24T21:49:02.154Z Downloaded crucible-workspace-hack v0.1.0
11502024-06-24T21:49:02.154Z Downloaded ascii v1.1.0
11512024-06-24T21:49:02.158Z Downloaded ahash v0.8.11
11522024-06-24T21:49:02.159Z Downloaded predicates v3.1.0
11532024-06-24T21:49:02.162Z Downloaded der_derive v0.7.2
11542024-06-24T21:49:02.162Z Downloaded defmt v0.3.8
11552024-06-24T21:49:02.166Z Downloaded cookie v0.17.0
11562024-06-24T21:49:02.171Z Downloaded chacha20 v0.9.1
11572024-06-24T21:49:02.171Z Downloaded predicates-tree v1.0.9
11582024-06-24T21:49:02.171Z Downloaded parse-display-derive v0.9.0
11592024-06-24T21:49:02.175Z Downloaded async-recursion v1.1.1
11602024-06-24T21:49:02.175Z Downloaded ascii-canvas v3.0.0
11612024-06-24T21:49:02.175Z Downloaded argon2 v0.5.3
11622024-06-24T21:49:02.179Z Downloaded mockall_derive v0.12.1
11632024-06-24T21:49:02.180Z Downloaded debug-ignore v1.0.5
11642024-06-24T21:49:02.180Z Downloaded cipher v0.4.4
11652024-06-24T21:49:02.184Z Downloaded crossbeam-deque v0.8.5
11662024-06-24T21:49:02.184Z Downloaded convert_case v0.4.0
11672024-06-24T21:49:02.184Z Downloaded const_format_proc_macros v0.2.32
11682024-06-24T21:49:02.188Z Downloaded cobs v0.2.3
11692024-06-24T21:49:02.188Z Downloaded assert_matches v1.5.0
11702024-06-24T21:49:02.188Z Downloaded block-padding v0.3.3
11712024-06-24T21:49:02.188Z Downloaded bitstruct v0.1.1
11722024-06-24T21:49:02.192Z Downloaded atomicwrites v0.4.3
11732024-06-24T21:49:02.192Z Downloaded arrayref v0.3.7
11742024-06-24T21:49:02.385Z Downloaded ring v0.17.8
11752024-06-24T21:49:02.493Z Downloaded ring v0.16.20
11762024-06-24T21:49:02.694Z Compiling proc-macro2 v1.0.82
11772024-06-24T21:49:02.694Z Compiling unicode-ident v1.0.12
11782024-06-24T21:49:02.694Z Compiling libc v0.2.155
11792024-06-24T21:49:02.701Z Compiling serde v1.0.203
11802024-06-24T21:49:02.701Z Compiling autocfg v1.3.0
11812024-06-24T21:49:02.701Z Compiling version_check v0.9.4
11822024-06-24T21:49:02.701Z Compiling cfg-if v1.0.0
11832024-06-24T21:49:02.947Z Compiling cc v1.0.97
11842024-06-24T21:49:02.964Z Compiling parking_lot_core v0.9.10
11852024-06-24T21:49:02.976Z Compiling once_cell v1.19.0
11862024-06-24T21:49:03.326Z Compiling serde_json v1.0.117
11872024-06-24T21:49:03.453Z Compiling libm v0.2.8
11882024-06-24T21:49:03.479Z Compiling ahash v0.8.11
11892024-06-24T21:49:03.569Z Compiling lock_api v0.4.12
11902024-06-24T21:49:03.614Z Compiling byteorder v1.5.0
11912024-06-24T21:49:03.732Z Compiling num-traits v0.2.19
11922024-06-24T21:49:03.773Z Compiling memchr v2.7.2
11932024-06-24T21:49:03.824Z Compiling thiserror v1.0.60
11942024-06-24T21:49:04.090Z Compiling typenum v1.17.0
11952024-06-24T21:49:04.128Z Compiling itoa v1.0.11
11962024-06-24T21:49:04.397Z Compiling quote v1.0.36
11972024-06-24T21:49:04.440Z Compiling log v0.4.21
11982024-06-24T21:49:04.879Z Compiling syn v2.0.64
11992024-06-24T21:49:05.072Z Compiling getrandom v0.2.14
12002024-06-24T21:49:05.121Z Compiling generic-array v0.14.7
12012024-06-24T21:49:05.447Z Compiling scopeguard v1.2.0
12022024-06-24T21:49:05.752Z Compiling allocator-api2 v0.2.18
12032024-06-24T21:49:05.770Z Compiling slab v0.4.9
12042024-06-24T21:49:06.083Z Compiling ring v0.17.8
12052024-06-24T21:49:06.141Z Compiling ryu v1.0.18
12062024-06-24T21:49:06.158Z Compiling smallvec v1.13.2
12072024-06-24T21:49:06.429Z Compiling semver v1.0.23
12082024-06-24T21:49:06.544Z Compiling schemars v0.8.20
12092024-06-24T21:49:06.654Z Compiling pin-project-lite v0.2.14
12102024-06-24T21:49:06.860Z Compiling equivalent v1.0.1
12112024-06-24T21:49:06.935Z Compiling pkg-config v0.3.30
12122024-06-24T21:49:06.966Z Compiling vcpkg v0.2.15
12132024-06-24T21:49:07.045Z Compiling parking_lot v0.12.2
12142024-06-24T21:49:07.549Z Compiling signal-hook-registry v1.4.2
12152024-06-24T21:49:08.348Z Compiling syn v1.0.109
12162024-06-24T21:49:08.728Z Compiling openssl-sys v0.9.102
12172024-06-24T21:49:08.970Z Compiling mio v0.8.11
12182024-06-24T21:49:09.653Z Compiling rand_core v0.6.4
12192024-06-24T21:49:09.669Z Compiling socket2 v0.5.7
12202024-06-24T21:49:10.053Z Compiling num_cpus v1.16.0
12212024-06-24T21:49:10.187Z Compiling num-conv v0.1.0
12222024-06-24T21:49:10.190Z Compiling time-core v0.1.2
12232024-06-24T21:49:10.478Z Compiling time-macros v0.2.18
12242024-06-24T21:49:10.878Z Compiling httparse v1.8.0
12252024-06-24T21:49:11.210Z Compiling futures-core v0.3.30
12262024-06-24T21:49:11.459Z Compiling fnv v1.0.7
12272024-06-24T21:49:11.584Z Compiling openssl v0.10.64
12282024-06-24T21:49:11.968Z Compiling crossbeam-utils v0.8.19
12292024-06-24T21:49:12.037Z Compiling iana-time-zone v0.1.60
12302024-06-24T21:49:12.107Z Compiling rustix v0.38.34
12312024-06-24T21:49:12.546Z Compiling serde_derive_internals v0.29.1
12322024-06-24T21:49:12.763Z Compiling spin v0.9.8
12332024-06-24T21:49:12.859Z Compiling native-tls v0.2.11
12342024-06-24T21:49:13.166Z Compiling tinyvec_macros v0.1.1
12352024-06-24T21:49:13.166Z Compiling rustls v0.21.12
12362024-06-24T21:49:13.252Z Compiling tinyvec v1.6.0
12372024-06-24T21:49:13.559Z Compiling futures-sink v0.3.30
12382024-06-24T21:49:13.676Z Compiling const-oid v0.9.6
12392024-06-24T21:49:14.250Z Compiling subtle v2.5.0
12402024-06-24T21:49:14.402Z Compiling ucd-trie v0.1.6
12412024-06-24T21:49:14.647Z Compiling unicode-normalization v0.1.23
12422024-06-24T21:49:14.909Z Compiling backtrace v0.3.71
12432024-06-24T21:49:15.028Z Compiling cookie v0.17.0
12442024-06-24T21:49:15.253Z Compiling heck v0.5.0
12452024-06-24T21:49:15.287Z Compiling dyn-clone v1.0.17
12462024-06-24T21:49:15.480Z Compiling slog v2.7.0
12472024-06-24T21:49:15.606Z Compiling heck v0.4.1
12482024-06-24T21:49:15.621Z Compiling unicode-bidi v0.3.15
12492024-06-24T21:49:16.025Z Compiling futures-channel v0.3.30
12502024-06-24T21:49:16.234Z Compiling futures-task v0.3.30
12512024-06-24T21:49:16.251Z Compiling futures-io v0.3.30
12522024-06-24T21:49:16.586Z Compiling pin-utils v0.1.0
12532024-06-24T21:49:16.980Z Compiling aho-corasick v1.1.3
12542024-06-24T21:49:17.291Z Compiling anyhow v1.0.86
12552024-06-24T21:49:17.307Z Compiling winnow v0.5.40
12562024-06-24T21:49:17.897Z Compiling regex-syntax v0.8.3
12572024-06-24T21:49:18.288Z Compiling serde_derive v1.0.203
12582024-06-24T21:49:19.428Z Compiling zerocopy-derive v0.7.34
12592024-06-24T21:49:20.035Z Compiling zeroize_derive v1.4.2
12602024-06-24T21:49:21.133Z Compiling thiserror-impl v1.0.60
12612024-06-24T21:49:21.474Z Compiling zerocopy v0.7.34
12622024-06-24T21:49:21.489Z Compiling tokio-macros v2.2.0
12632024-06-24T21:49:21.682Z Compiling futures-macro v0.3.30
12642024-06-24T21:49:21.984Z Compiling schemars_derive v0.8.20
12652024-06-24T21:49:23.606Z Compiling tracing-attributes v0.1.27
12662024-06-24T21:49:23.732Z Compiling hashbrown v0.14.5
12672024-06-24T21:49:23.749Z Compiling zeroize v1.7.0
12682024-06-24T21:49:24.530Z Compiling openssl-macros v0.1.1
12692024-06-24T21:49:25.160Z Compiling scroll_derive v0.12.0
12702024-06-24T21:49:25.231Z Compiling pest v2.7.10
12712024-06-24T21:49:25.519Z Compiling crypto-common v0.1.6
12722024-06-24T21:49:25.715Z Compiling futures-util v0.3.30
12732024-06-24T21:49:26.556Z Compiling der_derive v0.7.2
12742024-06-24T21:49:26.572Z Compiling untrusted v0.9.0
12752024-06-24T21:49:26.951Z Compiling block-buffer v0.10.4
12762024-06-24T21:49:27.180Z Compiling regex-automata v0.4.6
12772024-06-24T21:49:28.019Z Compiling pest_meta v2.7.10
12782024-06-24T21:49:29.076Z Compiling tracing-core v0.1.32
12792024-06-24T21:49:31.506Z Compiling pest_generator v2.7.10
12802024-06-24T21:49:32.080Z Compiling bytes v1.6.0
12812024-06-24T21:49:33.129Z Compiling indexmap v2.2.6
12822024-06-24T21:49:33.322Z Compiling bitflags v2.5.0
12832024-06-24T21:49:33.909Z Compiling tokio v1.37.0
12842024-06-24T21:49:33.957Z Compiling uuid v1.8.0
12852024-06-24T21:49:34.657Z Compiling chrono v0.4.38
12862024-06-24T21:49:34.688Z Compiling serde_tokenstream v0.2.0
12872024-06-24T21:49:35.852Z Compiling serde_spanned v0.6.6
12882024-06-24T21:49:36.075Z Compiling toml_datetime v0.6.6
12892024-06-24T21:49:36.490Z Compiling http v0.2.12
12902024-06-24T21:49:37.019Z Compiling toml_edit v0.19.15
12912024-06-24T21:49:38.863Z Compiling rustc_version v0.4.0
12922024-06-24T21:49:39.543Z Compiling pest_derive v2.7.10
12932024-06-24T21:49:40.310Z Compiling usdt-impl v0.5.0
12942024-06-24T21:49:40.458Z Compiling rustversion v1.0.17
12952024-06-24T21:49:40.635Z Compiling powerfmt v0.2.0
12962024-06-24T21:49:41.132Z Compiling deranged v0.3.11
12972024-06-24T21:49:41.154Z Compiling heapless v0.7.17
12982024-06-24T21:49:41.552Z Compiling tracing v0.1.40
12992024-06-24T21:49:42.061Z Compiling digest v0.10.7
13002024-06-24T21:49:42.388Z Compiling scroll v0.12.0
13012024-06-24T21:49:42.962Z Compiling signal-hook v0.3.17
13022024-06-24T21:49:43.219Z Compiling num_threads v0.1.7
13032024-06-24T21:49:43.350Z Compiling plain v0.2.3
13042024-06-24T21:49:43.353Z Compiling percent-encoding v2.3.1
13052024-06-24T21:49:43.398Z Compiling ppv-lite86 v0.2.17
13062024-06-24T21:49:44.005Z Compiling time v0.3.36
13072024-06-24T21:49:44.205Z Compiling rand_chacha v0.3.1
13082024-06-24T21:49:44.224Z Compiling goblin v0.8.2
13092024-06-24T21:49:45.563Z Compiling regex v1.10.4
13102024-06-24T21:49:46.621Z Compiling crc32fast v1.4.0
13112024-06-24T21:49:47.075Z Compiling pretty-hex v0.4.1
13122024-06-24T21:49:47.453Z Compiling strsim v0.11.1
13132024-06-24T21:49:48.743Z Compiling rand v0.8.5
13142024-06-24T21:49:49.051Z Compiling tokio-util v0.7.11
13152024-06-24T21:49:50.005Z Compiling dof v0.3.0
13162024-06-24T21:49:50.395Z Compiling dtrace-parser v0.2.0
13172024-06-24T21:49:50.800Z Compiling async-trait v0.1.80
13182024-06-24T21:49:51.156Z Compiling thread-id v4.2.1
13192024-06-24T21:49:51.839Z Compiling foreign-types-shared v0.1.1
13202024-06-24T21:49:51.889Z Compiling base64ct v1.6.0
13212024-06-24T21:49:51.956Z Compiling smoltcp v0.9.1
13222024-06-24T21:49:52.220Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13232024-06-24T21:49:52.244Z Compiling unicode-width v0.1.12
13242024-06-24T21:49:52.497Z Compiling pem-rfc7468 v0.7.0
13252024-06-24T21:49:52.579Z Compiling foreign-types v0.3.2
13262024-06-24T21:49:54.197Z Compiling form_urlencoded v1.2.1
13272024-06-24T21:49:54.654Z Compiling hmac v0.12.1
13282024-06-24T21:49:54.729Z Compiling flagset v0.4.5
13292024-06-24T21:49:54.750Z Compiling try-lock v0.2.5
13302024-06-24T21:49:55.048Z Compiling siphasher v0.3.11
13312024-06-24T21:49:55.063Z Compiling base64 v0.21.7
13322024-06-24T21:49:55.078Z Compiling adler v1.0.2
13332024-06-24T21:49:55.366Z Compiling miniz_oxide v0.7.2
13342024-06-24T21:49:55.525Z Compiling want v0.3.1
13352024-06-24T21:49:55.826Z Compiling der v0.7.9
13362024-06-24T21:49:57.686Z Compiling h2 v0.3.26
13372024-06-24T21:49:58.622Z Compiling sct v0.7.1
13382024-06-24T21:49:58.903Z Compiling rustls-webpki v0.101.7
13392024-06-24T21:49:59.158Z Compiling http-body v0.4.6
13402024-06-24T21:50:00.114Z Compiling openapiv3 v2.0.0
13412024-06-24T21:50:00.175Z Compiling hubpack_derive v0.1.1
13422024-06-24T21:50:00.689Z Compiling zerocopy-derive v0.6.6
13432024-06-24T21:50:00.768Z Compiling idna v0.5.0
13442024-06-24T21:50:01.132Z Compiling errno v0.3.9
13452024-06-24T21:50:01.379Z Compiling fs-err v2.11.0
13462024-06-24T21:50:01.394Z Compiling tower-service v0.3.2
13472024-06-24T21:50:01.527Z Compiling anstyle v1.0.7
13482024-06-24T21:50:01.648Z Compiling stable_deref_trait v1.2.0
13492024-06-24T21:50:01.760Z Compiling finl_unicode v1.2.0
13502024-06-24T21:50:01.973Z Compiling utf8parse v0.2.1
13512024-06-24T21:50:02.130Z Compiling openssl-probe v0.1.5
13522024-06-24T21:50:02.133Z Compiling cpufeatures v0.2.12
13532024-06-24T21:50:02.237Z Compiling httpdate v1.0.3
13542024-06-24T21:50:02.350Z Compiling spin v0.5.2
13552024-06-24T21:50:02.778Z Compiling gimli v0.28.1
13562024-06-24T21:50:04.102Z Compiling stringprep v0.1.4
13572024-06-24T21:50:04.145Z Compiling sha2 v0.10.8
13582024-06-24T21:50:04.401Z Compiling anstyle-parse v0.2.4
13592024-06-24T21:50:04.731Z Compiling hyper v0.14.28
13602024-06-24T21:50:04.868Z Compiling url v2.5.0
13612024-06-24T21:50:07.654Z Compiling addr2line v0.21.0
13622024-06-24T21:50:08.519Z Compiling spki v0.7.3
13632024-06-24T21:50:09.601Z Compiling usdt-attr-macro v0.5.0
13642024-06-24T21:50:09.989Z Compiling usdt-macro v0.5.0
13652024-06-24T21:50:11.152Z Compiling md-5 v0.10.6
13662024-06-24T21:50:14.228Z Compiling idna v0.3.0
13672024-06-24T21:50:15.366Z Compiling diesel_table_macro_syntax v0.1.0
13682024-06-24T21:50:15.629Z Compiling num-integer v0.1.46
13692024-06-24T21:50:15.763Z Compiling object v0.32.2
13702024-06-24T21:50:15.872Z Compiling hash32 v0.2.1
13712024-06-24T21:50:16.241Z Compiling psl-types v2.0.11
13722024-06-24T21:50:16.462Z Compiling is_terminal_polyfill v1.70.0
13732024-06-24T21:50:18.338Z Compiling rustc-demangle v0.1.24
13742024-06-24T21:50:20.689Z Compiling fallible-iterator v0.2.0
13752024-06-24T21:50:21.376Z Compiling anstyle-query v1.0.3
13762024-06-24T21:50:21.522Z Compiling colorchoice v1.0.1
13772024-06-24T21:50:22.944Z Compiling anstream v0.6.14
13782024-06-24T21:50:23.631Z Compiling lazy_static v1.4.0
13792024-06-24T21:50:23.756Z Compiling postgres-protocol v0.6.6
13802024-06-24T21:50:24.733Z Compiling publicsuffix v2.2.3
13812024-06-24T21:50:24.997Z Compiling diesel_derives v2.1.4
13822024-06-24T21:50:30.338Z Compiling tokio-rustls v0.24.1
13832024-06-24T21:50:31.677Z Compiling pkcs8 v0.10.2
13842024-06-24T21:50:31.702Z Compiling terminal_size v0.3.0
13852024-06-24T21:50:31.912Z Compiling tokio-native-tls v0.3.1
13862024-06-24T21:50:32.228Z Compiling phf_shared v0.11.2
13872024-06-24T21:50:33.145Z Compiling strum_macros v0.25.3
13882024-06-24T21:50:33.504Z Compiling block-padding v0.3.3
13892024-06-24T21:50:33.738Z Compiling regress v0.9.1
13902024-06-24T21:50:33.980Z Compiling enum-as-inner v0.5.1
13912024-06-24T21:50:34.218Z Compiling serde_repr v0.1.19
13922024-06-24T21:50:35.000Z Compiling clap_derive v4.5.4
13932024-06-24T21:50:37.149Z Compiling ff v0.13.0
13942024-06-24T21:50:37.409Z Compiling scheduled-thread-pool v0.2.7
13952024-06-24T21:50:38.510Z Compiling encoding_rs v0.8.34
13962024-06-24T21:50:38.738Z Compiling managed v0.8.0
13972024-06-24T21:50:38.826Z Compiling either v1.12.0
13982024-06-24T21:50:39.265Z Compiling clap_lex v0.7.0
13992024-06-24T21:50:39.788Z Compiling bitflags v1.3.2
14002024-06-24T21:50:40.151Z Compiling ipnet v2.9.0
14012024-06-24T21:50:40.191Z Compiling bit-vec v0.6.3
14022024-06-24T21:50:40.216Z Compiling mime v0.3.17
14032024-06-24T21:50:40.616Z Compiling base16ct v0.2.0
14042024-06-24T21:50:41.249Z Compiling matches v0.1.10
14052024-06-24T21:50:41.304Z Compiling sec1 v0.7.3
14062024-06-24T21:50:41.341Z Compiling idna v0.2.3
14072024-06-24T21:50:42.210Z Compiling clap_builder v4.5.2
14082024-06-24T21:50:42.791Z Compiling r2d2 v0.8.10
14092024-06-24T21:50:43.396Z Compiling group v0.13.0
14102024-06-24T21:50:43.720Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14112024-06-24T21:50:48.351Z Compiling inout v0.1.3
14122024-06-24T21:50:48.992Z Compiling phf v0.11.2
14132024-06-24T21:50:49.225Z Compiling hyper-tls v0.5.0
14142024-06-24T21:50:49.301Z Compiling signal-hook-mio v0.2.3
14152024-06-24T21:50:49.446Z Compiling hyper-rustls v0.24.2
14162024-06-24T21:50:49.588Z Compiling cookie_store v0.20.0
14172024-06-24T21:50:49.810Z Compiling postgres-types v0.2.6
14182024-06-24T21:50:49.954Z Compiling num-bigint v0.4.5
14192024-06-24T21:50:50.134Z Compiling zerocopy v0.6.6
14202024-06-24T21:50:51.070Z Compiling hubpack v0.1.2
14212024-06-24T21:50:51.165Z Compiling rustls-pemfile v1.0.4
14222024-06-24T21:50:51.196Z Compiling phf_shared v0.10.0
14232024-06-24T21:50:51.514Z Compiling hkdf v0.12.4
14242024-06-24T21:50:51.555Z Compiling serde_urlencoded v0.7.1
14252024-06-24T21:50:51.749Z Compiling crossbeam-epoch v0.9.18
14262024-06-24T21:50:52.097Z Compiling ipnetwork v0.20.0
14272024-06-24T21:50:53.004Z Compiling futures-executor v0.3.30
14282024-06-24T21:50:53.493Z Compiling crypto-bigint v0.5.5
14292024-06-24T21:50:53.660Z Compiling float-cmp v0.9.0
14302024-06-24T21:50:53.719Z Compiling memmap v0.7.0
14312024-06-24T21:50:54.005Z Compiling whoami v1.5.1
14322024-06-24T21:50:54.151Z Compiling new_debug_unreachable v1.0.6
14332024-06-24T21:50:54.261Z Compiling data-encoding v2.6.0
14342024-06-24T21:50:54.606Z Compiling winnow v0.6.8
14352024-06-24T21:50:56.081Z Compiling webpki-roots v0.25.4
14362024-06-24T21:50:56.235Z Compiling sync_wrapper v0.1.2
14372024-06-24T21:50:56.366Z Compiling static_assertions v1.1.0
14382024-06-24T21:50:56.475Z Compiling difflib v0.4.0
14392024-06-24T21:50:56.669Z Compiling unicode-segmentation v1.11.0
14402024-06-24T21:50:57.055Z Compiling precomputed-hash v0.1.1
14412024-06-24T21:50:57.486Z Compiling minimal-lexical v0.2.1
14422024-06-24T21:50:57.547Z Compiling predicates-core v1.0.6
14432024-06-24T21:50:57.788Z Compiling normalize-line-endings v0.3.0
14442024-06-24T21:50:57.881Z Compiling fixedbitset v0.4.2
14452024-06-24T21:50:57.884Z Compiling predicates v3.1.0
14462024-06-24T21:50:57.913Z Compiling nom v7.1.3
14472024-06-24T21:50:58.277Z Compiling petgraph v0.6.5
14482024-06-24T21:50:58.400Z Compiling toml_edit v0.22.13
14492024-06-24T21:50:59.308Z Compiling similar v2.5.0
14502024-06-24T21:50:59.534Z Compiling string_cache v0.8.7
14512024-06-24T21:50:59.628Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14522024-06-24T21:50:59.965Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14532024-06-24T21:51:01.382Z Compiling reqwest v0.11.27
14542024-06-24T21:51:01.663Z Compiling elliptic-curve v0.13.8
14552024-06-24T21:51:02.178Z Compiling trust-dns-proto v0.22.0
14562024-06-24T21:51:02.409Z Compiling tokio-postgres v0.7.10
14572024-06-24T21:51:03.617Z Compiling usdt v0.5.0
14582024-06-24T21:51:05.703Z Compiling futures v0.3.30
14592024-06-24T21:51:05.830Z Compiling yasna v0.5.2
14602024-06-24T21:51:06.077Z Compiling diesel v2.1.6
14612024-06-24T21:51:07.480Z Compiling crossterm v0.27.0
14622024-06-24T21:51:07.514Z Compiling flate2 v1.0.30
14632024-06-24T21:51:07.528Z Compiling cipher v0.4.4
14642024-06-24T21:51:07.668Z Compiling clap v4.5.4
14652024-06-24T21:51:08.422Z Compiling itertools v0.12.1
14662024-06-24T21:51:08.732Z Compiling itertools v0.10.5
14672024-06-24T21:51:09.055Z Compiling bit-set v0.5.3
14682024-06-24T21:51:09.870Z Compiling console v0.15.8
14692024-06-24T21:51:10.759Z Compiling num-iter v0.1.45
14702024-06-24T21:51:11.509Z Compiling tokio-stream v0.1.15
14712024-06-24T21:51:11.629Z Compiling toml v0.7.8
14722024-06-24T21:51:11.684Z Compiling bstr v1.9.1
14732024-06-24T21:51:11.706Z Compiling hex v0.4.3
14742024-06-24T21:51:12.338Z Compiling unicode-xid v0.2.4
14752024-06-24T21:51:12.669Z Compiling peg-runtime v0.8.3
14762024-06-24T21:51:12.720Z Compiling camino v1.1.7
14772024-06-24T21:51:13.190Z Compiling lalrpop-util v0.19.12
14782024-06-24T21:51:13.512Z Compiling proc-macro-crate v1.3.1
14792024-06-24T21:51:15.006Z Compiling heapless v0.8.0
14802024-06-24T21:51:17.915Z Compiling num_enum_derive v0.5.11
14812024-06-24T21:51:22.952Z Compiling hash32 v0.3.1
14822024-06-24T21:51:23.633Z Compiling rustls-pki-types v1.7.0
14832024-06-24T21:51:25.041Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14842024-06-24T21:51:25.542Z Compiling smoltcp v0.11.0
14852024-06-24T21:51:26.163Z Compiling ident_case v1.0.1
14862024-06-24T21:51:27.777Z Compiling darling_core v0.20.9
14872024-06-24T21:51:37.843Z Compiling num_enum v0.5.11
14882024-06-24T21:51:39.318Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14892024-06-24T21:51:39.770Z Compiling getopts v0.2.21
14902024-06-24T21:51:41.327Z Compiling dirs-sys-next v0.1.2
14912024-06-24T21:51:42.127Z Compiling proc-macro-error-attr v1.0.4
14922024-06-24T21:51:42.439Z Compiling paste v1.0.15
14932024-06-24T21:51:43.336Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14942024-06-24T21:51:43.613Z Compiling unsafe-libyaml v0.2.11
14952024-06-24T21:51:43.712Z Compiling rustls v0.22.4
14962024-06-24T21:51:43.781Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14972024-06-24T21:51:43.957Z Compiling embedded-io v0.4.0
14982024-06-24T21:51:44.066Z Compiling cobs v0.2.3
14992024-06-24T21:51:44.520Z Compiling postcard v1.0.8
15002024-06-24T21:51:45.427Z Compiling serde_yaml v0.9.34+deprecated
15012024-06-24T21:51:46.867Z Compiling dirs-next v2.0.0
15022024-06-24T21:51:49.244Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15032024-06-24T21:51:51.467Z Compiling darling_macro v0.20.9
15042024-06-24T21:51:52.461Z Compiling rustls-webpki v0.102.4
15052024-06-24T21:51:59.593Z Compiling strum_macros v0.26.2
15062024-06-24T21:52:00.887Z Compiling structmeta-derive v0.3.0
15072024-06-24T21:52:01.078Z Compiling foreign-types-macros v0.2.3
15082024-06-24T21:52:02.387Z Compiling thread_local v1.1.8
15092024-06-24T21:52:02.529Z Compiling proc-macro-error v1.0.4
15102024-06-24T21:52:02.828Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15112024-06-24T21:52:03.124Z Compiling multer v3.1.0
15122024-06-24T21:52:03.390Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15132024-06-24T21:52:03.666Z Compiling match_cfg v0.1.0
15142024-06-24T21:52:03.773Z Compiling foreign-types-shared v0.3.1
15152024-06-24T21:52:03.899Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15162024-06-24T21:52:04.291Z Compiling slog-async v2.8.0
15172024-06-24T21:52:10.370Z Compiling strum v0.26.2
15182024-06-24T21:52:10.576Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15192024-06-24T21:52:11.205Z Compiling foreign-types v0.5.0
15202024-06-24T21:52:11.577Z Compiling hostname v0.3.1
15212024-06-24T21:52:11.874Z Compiling structmeta v0.3.0
15222024-06-24T21:52:15.562Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15232024-06-24T21:52:18.110Z Compiling darling v0.20.9
15242024-06-24T21:52:20.783Z Compiling term v0.7.0
15252024-06-24T21:52:27.314Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15262024-06-24T21:52:28.836Z Compiling slog-json v2.6.1
15272024-06-24T21:52:29.402Z Compiling tabwriter v1.4.0
15282024-06-24T21:52:30.208Z Compiling crossbeam-channel v0.5.12
15292024-06-24T21:52:31.107Z Compiling http v1.1.0
15302024-06-24T21:52:31.215Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15312024-06-24T21:52:31.895Z Compiling async-stream-impl v0.3.5
15322024-06-24T21:52:32.090Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15332024-06-24T21:52:32.235Z Compiling cstr-argument v0.1.2
15342024-06-24T21:52:32.498Z Compiling is-terminal v0.4.12
15352024-06-24T21:52:32.638Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15362024-06-24T21:52:32.902Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15372024-06-24T21:52:32.929Z Compiling fastrand v2.1.0
15382024-06-24T21:52:33.188Z Compiling crucible-workspace-hack v0.1.0
15392024-06-24T21:52:33.201Z Compiling pretty-hex v0.2.1
15402024-06-24T21:52:33.421Z Compiling take_mut v0.2.2
15412024-06-24T21:52:33.458Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
15422024-06-24T21:52:33.735Z Compiling atomic-waker v1.1.2
15432024-06-24T21:52:33.902Z Compiling base64 v0.22.1
15442024-06-24T21:52:33.932Z Compiling rayon-core v1.12.1
15452024-06-24T21:52:34.018Z Compiling waitgroup v0.1.2
15462024-06-24T21:52:34.338Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15472024-06-24T21:52:34.700Z Compiling rustls-pemfile v2.1.2
15482024-06-24T21:52:34.743Z Compiling tempfile v3.10.1
15492024-06-24T21:52:35.084Z Compiling async-stream v0.3.5
15502024-06-24T21:52:35.694Z Compiling slog-term v2.9.1
15512024-06-24T21:52:35.766Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15522024-06-24T21:52:36.718Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15532024-06-24T21:52:36.780Z Compiling slog-bunyan v2.5.0
15542024-06-24T21:52:37.047Z Compiling tokio-rustls v0.25.0
15552024-06-24T21:52:37.388Z Compiling serde_with_macros v3.8.1
15562024-06-24T21:52:37.537Z Compiling parse-display-derive v0.9.0
15572024-06-24T21:52:37.649Z Compiling toml v0.8.13
15582024-06-24T21:52:38.335Z Compiling sha1 v0.10.6
15592024-06-24T21:52:38.499Z Compiling crossbeam-deque v0.8.5
15602024-06-24T21:52:38.887Z Compiling colored v2.1.0
15612024-06-24T21:52:39.141Z Compiling newtype-uuid v1.1.0
15622024-06-24T21:52:39.486Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15632024-06-24T21:52:40.122Z Compiling serde_path_to_error v0.1.16
15642024-06-24T21:52:40.222Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15652024-06-24T21:52:40.952Z Compiling socket2 v0.4.10
15662024-06-24T21:52:41.124Z Compiling hostname v0.4.0
15672024-06-24T21:52:41.383Z Compiling instant v0.1.12
15682024-06-24T21:52:41.525Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15692024-06-24T21:52:41.560Z Compiling debug-ignore v1.0.5
15702024-06-24T21:52:41.673Z Compiling parse-display v0.9.0
15712024-06-24T21:52:41.911Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15722024-06-24T21:52:42.470Z Compiling backoff v0.4.0
15732024-06-24T21:52:43.590Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15742024-06-24T21:52:43.809Z Compiling serde_with v3.8.1
15752024-06-24T21:52:44.692Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15762024-06-24T21:52:45.199Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15772024-06-24T21:52:46.574Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15782024-06-24T21:52:48.463Z Compiling camino-tempfile v1.1.1
15792024-06-24T21:52:48.576Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
15802024-06-24T21:52:48.653Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15812024-06-24T21:52:48.851Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
15822024-06-24T21:52:49.090Z Compiling macaddr v1.0.1
15832024-06-24T21:52:49.275Z Compiling num-derive v0.4.2
15842024-06-24T21:52:49.714Z Compiling sigpipe v0.1.3
15852024-06-24T21:52:49.859Z Compiling libefi-sys v0.1.0
15862024-06-24T21:52:50.174Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
15872024-06-24T21:52:50.746Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15882024-06-24T21:52:51.679Z Compiling rayon v1.10.0
15892024-06-24T21:52:51.697Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
15902024-06-24T21:52:52.708Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15912024-06-24T21:52:52.790Z Compiling smf v0.2.3
15922024-06-24T21:52:53.310Z Compiling blake3 v1.5.1
15932024-06-24T21:52:53.894Z Compiling ring v0.16.20
15942024-06-24T21:52:54.061Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15952024-06-24T21:52:54.418Z Compiling portable-atomic v1.6.0
15962024-06-24T21:52:55.887Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15972024-06-24T21:52:55.966Z Compiling xattr v1.3.1
15982024-06-24T21:52:56.269Z Compiling memmap2 v0.9.4
15992024-06-24T21:52:56.294Z Compiling filetime v0.2.23
16002024-06-24T21:52:56.642Z Compiling arrayvec v0.7.4
16012024-06-24T21:52:56.810Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
16022024-06-24T21:52:57.077Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16032024-06-24T21:52:57.118Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16042024-06-24T21:52:57.121Z Compiling same-file v1.0.6
16052024-06-24T21:52:57.456Z Compiling arrayref v0.3.7
16062024-06-24T21:52:57.563Z Compiling untrusted v0.7.1
16072024-06-24T21:52:57.716Z Compiling constant_time_eq v0.3.0
16082024-06-24T21:52:57.758Z Compiling walkdir v2.5.0
16092024-06-24T21:52:59.253Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
16102024-06-24T21:53:00.295Z Compiling tar v0.4.40
16112024-06-24T21:53:00.613Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16122024-06-24T21:53:01.819Z Compiling cargo-platform v0.1.8
16132024-06-24T21:53:02.939Z Compiling gethostname v0.4.3
16142024-06-24T21:53:02.970Z Compiling topological-sort v0.2.2
16152024-06-24T21:53:03.243Z Compiling number_prefix v0.4.0
16162024-06-24T21:53:03.250Z Compiling omicron-zone-package v0.11.0
16172024-06-24T21:53:03.481Z Compiling indicatif v0.17.8
16182024-06-24T21:53:04.770Z Compiling cargo_metadata v0.18.1
16192024-06-24T21:53:08.064Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16202024-06-24T21:53:12.332Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16212024-06-24T21:53:13.410Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16222024-06-24T21:53:15.943Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16232024-06-24T21:53:34.163Z Finished `release` profile [optimized] target(s) in 4m 33s
16242024-06-24T21:53:34.283Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16252024-06-24T21:53:34.324ZLogging to: /work/oxidecomputer/omicron/out/LOG
16262024-06-24T21:53:34.327ZCreated new build target 'test' and set it as active
16272024-06-24T21:53:34.327Z
16282024-06-24T21:53:34.327Zreal 4:34.184921186
16292024-06-24T21:53:34.327Zuser 30:41.369815314
16302024-06-24T21:53:34.327Zsys 4:00.477611545
16312024-06-24T21:53:34.327Ztrap 0.930997099
16322024-06-24T21:53:34.327Ztflt 2.874329451
16332024-06-24T21:53:34.327Zdflt 1.678598579
16342024-06-24T21:53:34.327Zkflt 0.027901096
16352024-06-24T21:53:34.327Zlock 1:04:33.228256814
16362024-06-24T21:53:34.327Zslp 1:26:51.408628896
16372024-06-24T21:53:34.327Zlat 2:04.567823861
16382024-06-24T21:53:34.327Zstop 3:00.191976365
16392024-06-24T21:53:34.327Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16402024-06-24T21:53:35.188Z Finished `release` profile [optimized] target(s) in 0.81s
16412024-06-24T21:53:35.227Z Running `target/release/omicron-package -t test package`
16422024-06-24T21:53:35.262ZLogging to: /work/oxidecomputer/omicron/out/LOG
16432024-06-24T21:53:36.243Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16442024-06-24T21:53:36.341Z Compiling humantime v2.1.0
16452024-06-24T21:53:36.343Z Compiling newline-converter v0.3.0
16462024-06-24T21:53:36.343Z Compiling derive-where v1.2.7
16472024-06-24T21:53:36.365Z Compiling convert_case v0.4.0
16482024-06-24T21:53:36.376Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16492024-06-24T21:53:36.378Z Compiling password-hash v0.5.0
16502024-06-24T21:53:36.378Z Compiling blake2 v0.10.6
16512024-06-24T21:53:36.497Z Compiling expectorate v1.1.0
16522024-06-24T21:53:36.558Z Compiling semver v0.1.20
16532024-06-24T21:53:36.676Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16542024-06-24T21:53:37.139Z Compiling argon2 v0.5.3
16552024-06-24T21:53:37.144Z Compiling derive_more v0.99.17
16562024-06-24T21:53:37.165Z Compiling rustc_version v0.1.7
16572024-06-24T21:53:37.590Z Compiling linked-hash-map v0.5.6
16582024-06-24T21:53:37.638Z Compiling newtype_derive v0.1.6
16592024-06-24T21:53:37.934Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16602024-06-24T21:53:37.983Z Compiling lru-cache v0.1.2
16612024-06-24T21:53:38.402Z Compiling home v0.5.9
16622024-06-24T21:53:38.562Z Compiling steno v0.4.0
16632024-06-24T21:53:38.653Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16642024-06-24T21:53:38.731Z Compiling slog-dtrace v0.3.0
16652024-06-24T21:53:39.037Z Compiling termcolor v1.4.1
16662024-06-24T21:53:39.638Z Compiling quick-error v1.2.3
16672024-06-24T21:53:39.785Z Compiling resolv-conf v0.7.0
16682024-06-24T21:53:40.150Z Compiling swrite v0.1.0
16692024-06-24T21:53:40.295Z Compiling radium v0.7.0
16702024-06-24T21:53:40.738Z Compiling utf-8 v0.7.6
16712024-06-24T21:53:41.140Z Compiling trust-dns-resolver v0.22.0
16722024-06-24T21:53:41.241Z Compiling num-rational v0.4.2
16732024-06-24T21:53:41.377Z Compiling num-complex v0.4.6
16742024-06-24T21:53:42.649Z Compiling tap v1.0.1
16752024-06-24T21:53:42.846Z Compiling maybe-uninit v2.0.0
16762024-06-24T21:53:43.156Z Compiling wyz v0.5.1
16772024-06-24T21:53:43.380Z Compiling num v0.4.3
16782024-06-24T21:53:43.648Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
16792024-06-24T21:53:43.733Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16802024-06-24T21:53:44.066Z Compiling bzip2-sys v0.1.11+1.0.8
16812024-06-24T21:53:44.496Z Compiling crc-catalog v2.4.0
16822024-06-24T21:53:44.555Z Compiling packed_struct v0.10.1
16832024-06-24T21:53:44.658Z Compiling funty v2.0.0
16842024-06-24T21:53:44.830Z Compiling num-bigint-dig v0.8.4
16852024-06-24T21:53:44.982Z Compiling float-ord v0.3.2
16862024-06-24T21:53:45.105Z Compiling display-error-chain v0.2.0
16872024-06-24T21:53:45.157Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16882024-06-24T21:53:45.320Z Compiling crc v3.2.1
16892024-06-24T21:53:47.254Z Compiling bitvec v1.0.1
16902024-06-24T21:53:49.554Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
16912024-06-24T21:53:50.695Z Compiling packed_struct_codegen v0.10.1
16922024-06-24T21:53:51.849Z Compiling dirs-sys-next v0.1.2
16932024-06-24T21:53:52.422Z Compiling indexmap v1.9.3
16942024-06-24T21:53:52.517Z Compiling crunchy v0.2.2
16952024-06-24T21:53:52.737Z Compiling nodrop v0.1.14
16962024-06-24T21:53:52.879Z Compiling glob v0.3.1
16972024-06-24T21:53:52.987Z Compiling array-init v0.0.4
16982024-06-24T21:53:53.663Z Compiling clang-sys v1.7.0
16992024-06-24T21:53:54.360Z Compiling dirs-next v2.0.0
17002024-06-24T21:53:54.507Z Compiling smallvec v0.6.14
17012024-06-24T21:53:55.023Z Compiling pkcs1 v0.7.5
17022024-06-24T21:53:57.618Z Compiling signature v2.2.0
17032024-06-24T21:53:57.909Z Compiling nibble_vec v0.1.0
17042024-06-24T21:53:58.158Z Compiling hashbrown v0.12.3
17052024-06-24T21:53:59.094Z Compiling tiny-keccak v2.0.2
17062024-06-24T21:53:59.371Z Compiling maplit v1.0.2
17072024-06-24T21:53:59.494Z Compiling endian-type v0.1.2
17082024-06-24T21:53:59.533Z Compiling prettyplease v0.2.20
17092024-06-24T21:53:59.742Z Compiling bitfield v0.14.0
17102024-06-24T21:53:59.846Z Compiling cancel-safe-futures v0.1.5
17112024-06-24T21:54:00.083Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17122024-06-24T21:54:00.233Z Compiling radix_trie v0.2.1
17132024-06-24T21:54:01.394Z Compiling rsa v0.9.6
17142024-06-24T21:54:02.204Z Compiling serde-hex v0.1.0
17152024-06-24T21:54:02.757Z Compiling term v0.7.0
17162024-06-24T21:54:04.135Z Compiling bzip2 v0.4.4
17172024-06-24T21:54:04.601Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17182024-06-24T21:54:04.615Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17192024-06-24T21:54:04.921Z Compiling env_logger v0.10.2
17202024-06-24T21:54:06.921Z Compiling x509-cert v0.2.5
17212024-06-24T21:54:07.441Z Compiling ron v0.8.1
17222024-06-24T21:54:08.058Z Compiling hashbrown v0.13.2
17232024-06-24T21:54:09.478Z Compiling crc-any v2.5.0
17242024-06-24T21:54:10.431Z Compiling object v0.30.4
17252024-06-24T21:54:12.351Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17262024-06-24T21:54:13.716Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17272024-06-24T21:54:14.610Z Compiling zip v0.6.6
17282024-06-24T21:54:17.475Z Compiling ascii-canvas v3.0.0
17292024-06-24T21:54:18.679Z Compiling rayon-core v1.12.1
17302024-06-24T21:54:18.727Z Compiling crossbeam-deque v0.8.5
17312024-06-24T21:54:19.075Z Compiling ena v0.14.3
17322024-06-24T21:54:19.131Z Compiling is-terminal v0.4.12
17332024-06-24T21:54:19.257Z Compiling libloading v0.8.3
17342024-06-24T21:54:19.475Z Compiling half v2.4.1
17352024-06-24T21:54:19.657Z Compiling regex-syntax v0.6.29
17362024-06-24T21:54:20.168Z Compiling diff v0.1.13
17372024-06-24T21:54:20.753Z Compiling same-file v1.0.6
17382024-06-24T21:54:20.988Z Compiling ciborium-io v0.2.2
17392024-06-24T21:54:21.006Z Compiling arc-swap v1.7.1
17402024-06-24T21:54:21.124Z Compiling fastrand v2.1.0
17412024-06-24T21:54:25.350Z Compiling path-slash v0.1.5
17422024-06-24T21:54:25.424Z Compiling bindgen v0.69.4
17432024-06-24T21:54:25.424Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17442024-06-24T21:54:25.425Z Compiling slog-scope v4.4.0
17452024-06-24T21:54:25.425Z Compiling lalrpop v0.19.12
17462024-06-24T21:54:25.425Z Compiling tempfile v3.10.1
17472024-06-24T21:54:25.425Z Compiling ciborium-ll v0.2.2
17482024-06-24T21:54:25.425Z Compiling walkdir v2.5.0
17492024-06-24T21:54:27.276Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17502024-06-24T21:54:28.419Z Compiling which v4.4.2
17512024-06-24T21:54:28.502Z Compiling camino v1.1.7
17522024-06-24T21:54:28.571Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17532024-06-24T21:54:28.817Z Compiling cexpr v0.6.0
17542024-06-24T21:54:28.968Z Compiling fxhash v0.2.1
17552024-06-24T21:54:29.230Z Compiling shlex v1.3.0
17562024-06-24T21:54:29.637Z Compiling lazycell v1.3.0
17572024-06-24T21:54:29.813Z Compiling rustc-hash v1.1.0
17582024-06-24T21:54:29.972Z Compiling ref-cast v1.0.23
17592024-06-24T21:54:30.508Z Compiling blake3 v1.5.1
17602024-06-24T21:54:30.910Z Compiling ring v0.16.20
17612024-06-24T21:54:32.445Z Compiling rayon v1.10.0
17622024-06-24T21:54:33.562Z Compiling ciborium v0.2.2
17632024-06-24T21:54:35.818Z Compiling slog-stdlog v4.1.1
17642024-06-24T21:54:36.147Z Compiling tungstenite v0.21.0
17652024-06-24T21:54:36.737Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
17662024-06-24T21:54:37.010Z Compiling derive_builder_core v0.20.0
17672024-06-24T21:54:37.362Z Compiling headers-core v0.2.0
17682024-06-24T21:54:37.533Z Compiling xattr v1.3.1
17692024-06-24T21:54:37.805Z Compiling libxml v0.3.3
17702024-06-24T21:54:38.032Z Compiling ref-cast-impl v1.0.23
17712024-06-24T21:54:38.131Z Compiling memmap2 v0.9.4
17722024-06-24T21:54:38.555Z Compiling atty v0.2.14
17732024-06-24T21:54:38.717Z Compiling filetime v0.2.23
17742024-06-24T21:54:39.036Z Compiling untrusted v0.7.1
17752024-06-24T21:54:39.195Z Compiling arrayref v0.3.7
17762024-06-24T21:54:39.244Z Compiling arrayvec v0.7.4
17772024-06-24T21:54:39.248Z Compiling constant_time_eq v0.3.0
17782024-06-24T21:54:39.301Z Compiling derive_builder_macro v0.20.0
17792024-06-24T21:54:40.246Z Compiling tar v0.4.40
17802024-06-24T21:54:41.137Z Compiling headers v0.3.9
17812024-06-24T21:54:41.360Z Compiling tokio-tungstenite v0.21.0
17822024-06-24T21:54:41.984Z Compiling slog-envlogger v2.2.0
17832024-06-24T21:54:42.129Z Compiling camino-tempfile v1.1.1
17842024-06-24T21:54:42.577Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
17852024-06-24T21:54:42.755Z Compiling toolchain_find v0.4.0
17862024-06-24T21:54:42.791Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
17872024-06-24T21:54:43.081Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
17882024-06-24T21:54:43.342Z Compiling pem v3.0.4
17892024-06-24T21:54:44.474Z Compiling toml v0.8.13
17902024-06-24T21:54:44.614Z Compiling samael v0.0.15
17912024-06-24T21:54:44.947Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17922024-06-24T21:54:45.113Z Compiling libsw v3.3.1
17932024-06-24T21:54:45.390Z Compiling strum_macros v0.24.3
17942024-06-24T21:54:45.429Z Compiling async-recursion v1.1.1
17952024-06-24T21:54:46.007Z Compiling cookie v0.18.1
17962024-06-24T21:54:46.172Z Compiling linear-map v1.2.0
17972024-06-24T21:54:46.215Z Compiling owo-colors v4.0.0
17982024-06-24T21:54:46.303Z Compiling indoc v1.0.9
17992024-06-24T21:54:46.584Z Compiling topological-sort v0.2.2
18002024-06-24T21:54:46.805Z Compiling omicron-zone-package v0.11.0
18012024-06-24T21:54:48.213Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18022024-06-24T21:54:48.762Z Compiling rustfmt-wrapper v0.2.1
18032024-06-24T21:54:49.049Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18042024-06-24T21:54:49.392Z Compiling derive_builder v0.20.0
18052024-06-24T21:54:49.589Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18062024-06-24T21:54:50.267Z Compiling polar-core v0.27.3
18072024-06-24T21:54:51.500Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18082024-06-24T21:54:51.772Z Compiling impl-trait-for-tuples v0.2.2
18092024-06-24T21:54:52.348Z Compiling oso-derive v0.27.3
18102024-06-24T21:54:53.326Z Compiling quick-xml v0.31.0
18112024-06-24T21:54:54.371Z Compiling vte_generate_state_changes v0.1.1
18122024-06-24T21:54:54.971Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18132024-06-24T21:54:55.272Z Compiling unicase v2.7.0
18142024-06-24T21:54:55.583Z Compiling buf-list v1.0.3
18152024-06-24T21:54:55.629Z Compiling cfg_aliases v0.1.1
18162024-06-24T21:54:55.740Z Compiling nix v0.28.0
18172024-06-24T21:54:56.275Z Compiling vte v0.11.1
18182024-06-24T21:54:56.487Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18192024-06-24T21:54:59.145Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18202024-06-24T21:55:00.287Z Compiling tungstenite v0.20.1
18212024-06-24T21:55:00.702Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18222024-06-24T21:55:00.979Z Compiling fd-lock v4.0.2
18232024-06-24T21:55:01.193Z Compiling bb8 v0.8.3
18242024-06-24T21:55:01.213Z Compiling const_format_proc_macros v0.2.32
18252024-06-24T21:55:01.733Z Compiling pin-project-internal v1.1.5
18262024-06-24T21:55:03.260Z Compiling memoffset v0.9.1
18272024-06-24T21:55:03.569Z Compiling parking_lot_core v0.8.6
18282024-06-24T21:55:03.995Z Compiling bytecount v0.6.8
18292024-06-24T21:55:04.338Z Compiling papergrid v0.11.0
18302024-06-24T21:55:04.508Z Compiling pin-project v1.1.5
18312024-06-24T21:55:04.823Z Compiling const_format v0.2.32
18322024-06-24T21:55:05.438Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18332024-06-24T21:55:06.012Z Compiling tokio-tungstenite v0.20.1
18342024-06-24T21:55:06.097Z Compiling strip-ansi-escapes v0.2.0
18352024-06-24T21:55:07.033Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18362024-06-24T21:55:07.780Z Compiling tabled_derive v0.7.0
18372024-06-24T21:55:09.095Z Compiling snafu-derive v0.8.2
18382024-06-24T21:55:10.177Z Compiling nu-ansi-term v0.50.0
18392024-06-24T21:55:11.469Z Compiling reedline v0.31.0
18402024-06-24T21:55:12.967Z Compiling tabled v0.15.0
18412024-06-24T21:55:14.319Z Compiling snafu v0.8.2
18422024-06-24T21:55:15.620Z Compiling oso v0.27.3
18432024-06-24T21:55:35.027Z Compiling env_logger v0.9.3
18442024-06-24T21:55:35.360Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18452024-06-24T21:55:39.650Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18462024-06-24T21:55:40.163Z Compiling globset v0.4.14
18472024-06-24T21:55:40.285Z Compiling peg-macros v0.8.3
18482024-06-24T21:55:43.810Z Compiling olpc-cjson v0.1.3
18492024-06-24T21:55:43.868Z Compiling bitstruct_derive v0.1.0
18502024-06-24T21:55:43.898Z Compiling serde_plain v1.0.2
18512024-06-24T21:55:44.183Z Compiling sqlparser_derive v0.2.2
18522024-06-24T21:55:44.201Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18532024-06-24T21:55:44.343Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
18542024-06-24T21:55:44.499Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
18552024-06-24T21:55:44.645Z Compiling salty v0.2.0
18562024-06-24T21:55:45.034Z Compiling typed-path v0.7.1
18572024-06-24T21:55:45.079Z Compiling signature v1.6.4
18582024-06-24T21:55:45.139Z Compiling unicode_categories v0.1.1
18592024-06-24T21:55:45.239Z Compiling ascii v1.1.0
18602024-06-24T21:55:45.242Z Compiling platforms v3.4.0
18612024-06-24T21:55:45.490Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
18622024-06-24T21:55:45.811Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18632024-06-24T21:55:45.852Z Compiling curve25519-dalek v4.1.2
18642024-06-24T21:55:45.988Z Compiling sqlformat v0.2.3
18652024-06-24T21:55:46.267Z Compiling sqlparser v0.45.0
18662024-06-24T21:55:48.016Z Compiling tough v0.17.1
18672024-06-24T21:55:48.294Z Compiling ed25519 v1.5.3
18682024-06-24T21:55:48.610Z Compiling bitstruct v0.1.1
18692024-06-24T21:55:48.771Z Compiling rustyline v14.0.0
18702024-06-24T21:55:52.094Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18712024-06-24T21:55:52.399Z Compiling peg v0.8.3
18722024-06-24T21:55:52.526Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18732024-06-24T21:55:53.471Z Compiling parking_lot v0.11.2
18742024-06-24T21:55:55.558Z Compiling nix v0.27.1
18752024-06-24T21:55:55.575Z Compiling trust-dns-client v0.22.0
18762024-06-24T21:55:57.173Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
18772024-06-24T21:55:57.491Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18782024-06-24T21:56:01.121Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18792024-06-24T21:56:02.326Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18802024-06-24T21:56:02.791Z Compiling bcs v0.1.6
18812024-06-24T21:56:03.737Z Compiling kstat-rs v0.2.3
18822024-06-24T21:56:04.545Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
18832024-06-24T21:56:04.702Z Compiling serde_arrays v0.1.0
18842024-06-24T21:56:05.392Z Compiling erased-serde v0.3.31
18852024-06-24T21:56:06.668Z Compiling serde-big-array v0.5.1
18862024-06-24T21:56:06.940Z Compiling toml v0.5.11
18872024-06-24T21:56:07.149Z Compiling keccak v0.1.5
18882024-06-24T21:56:08.106Z Compiling highway v1.1.0
18892024-06-24T21:56:09.521Z Compiling parse-size v1.0.0
18902024-06-24T21:56:09.818Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18912024-06-24T21:56:16.412Z Compiling trust-dns-server v0.22.1
18922024-06-24T21:56:24.560Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
18932024-06-24T21:56:24.895Z Compiling sha3 v0.10.8
18942024-06-24T21:56:30.179Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18952024-06-24T21:56:37.776Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
18962024-06-24T21:56:38.261Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18972024-06-24T21:56:40.922Z Compiling sled v0.34.7
18982024-06-24T21:56:42.197Z Compiling mime_guess v2.0.4
18992024-06-24T21:56:45.628Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19002024-06-24T21:56:47.952Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19012024-06-24T21:56:53.466Z Compiling signal-hook-tokio v0.3.1
19022024-06-24T21:56:53.673Z Compiling heck v0.3.3
19032024-06-24T21:56:54.084Z Compiling universal-hash v0.5.1
19042024-06-24T21:56:54.337Z Compiling castaway v0.2.2
19052024-06-24T21:56:54.539Z Compiling secrecy v0.8.0
19062024-06-24T21:56:54.833Z Compiling rand_seeder v0.2.3
19072024-06-24T21:56:55.250Z Compiling thiserror-impl-no-std v2.0.2
19082024-06-24T21:56:58.128Z Compiling serde-big-array v0.4.1
19092024-06-24T21:56:58.316Z Compiling curve25519-dalek-derive v0.1.1
19102024-06-24T21:56:59.725Z Compiling nanorand v0.7.0
19112024-06-24T21:57:00.523Z Compiling opaque-debug v0.3.1
19122024-06-24T21:57:00.635Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19132024-06-24T21:57:00.944Z Compiling poly1305 v0.8.0
19142024-06-24T21:57:02.532Z Compiling flume v0.11.0
19152024-06-24T21:57:06.333Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19162024-06-24T21:57:06.753Z Compiling thiserror-no-std v2.0.2
19172024-06-24T21:57:06.890Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19182024-06-24T21:57:07.151Z Compiling compact_str v0.7.1
19192024-06-24T21:57:07.730Z Compiling zone_cfg_derive v0.1.2
19202024-06-24T21:57:08.701Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19212024-06-24T21:57:09.740Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19222024-06-24T21:57:11.676Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19232024-06-24T21:57:15.619Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19242024-06-24T21:57:16.325Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19252024-06-24T21:57:21.286Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19262024-06-24T21:57:22.901Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19272024-06-24T21:57:25.768Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19282024-06-24T21:57:26.038Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19292024-06-24T21:57:26.320Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19302024-06-24T21:57:26.606Z Compiling chacha20 v0.9.1
19312024-06-24T21:57:27.064Z Compiling aead v0.5.2
19322024-06-24T21:57:27.420Z Compiling lru v0.12.3
19332024-06-24T21:57:27.794Z Compiling stability v0.2.0
19342024-06-24T21:57:28.768Z Compiling base64 v0.13.1
19352024-06-24T21:57:29.586Z Compiling cassowary v0.3.0
19362024-06-24T21:57:33.408Z Compiling indoc v2.0.5
19372024-06-24T21:57:34.406Z Compiling corncobs v0.1.3
19382024-06-24T21:57:34.787Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19392024-06-24T21:57:35.537Z Compiling ratatui v0.26.2
19402024-06-24T21:57:35.839Z Compiling ron v0.7.1
19412024-06-24T21:57:35.938Z Compiling chacha20poly1305 v0.10.1
19422024-06-24T21:57:36.252Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19432024-06-24T21:57:41.227Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19442024-06-24T21:57:43.481Z Compiling zone v0.1.8
19452024-06-24T21:57:43.722Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19462024-06-24T21:57:46.710Z Compiling vsss-rs v3.3.4
19472024-06-24T21:57:51.698Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19482024-06-24T21:57:51.892Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19492024-06-24T21:57:52.423Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19502024-06-24T21:57:53.011Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19512024-06-24T21:57:53.834Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19522024-06-24T21:57:54.129Z Compiling portpicker v0.1.1
19532024-06-24T21:57:54.660Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19542024-06-24T21:57:54.733Z Compiling csv-core v0.1.11
19552024-06-24T21:57:56.872Z Compiling http-range v0.1.5
19562024-06-24T21:57:57.450Z Compiling smawk v0.3.2
19572024-06-24T21:57:57.543Z Compiling unicode-linebreak v0.1.5
19582024-06-24T21:57:57.692Z Compiling hyper-staticfile v0.9.5
19592024-06-24T21:57:58.088Z Compiling textwrap v0.16.1
19602024-06-24T21:58:00.131Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19612024-06-24T21:58:00.959Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19622024-06-24T21:58:02.005Z Compiling csv v1.3.0
19632024-06-24T21:58:02.398Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19642024-06-24T21:58:11.554Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
19652024-06-24T21:58:12.654Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
19662024-06-24T21:58:12.809Z Compiling rcgen v0.12.1
19672024-06-24T21:58:18.259Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19682024-06-24T21:58:18.746Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
19692024-06-24T21:58:19.031Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19702024-06-24T21:58:23.112Z Compiling atomicwrites v0.4.3
19712024-06-24T21:58:23.651Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19722024-06-24T21:58:23.671Z Compiling fatfs v0.3.6
19732024-06-24T21:58:26.185Z Compiling subprocess v0.2.9
19742024-06-24T21:58:26.442Z Compiling rtoolbox v0.0.2
19752024-06-24T21:58:26.472Z Compiling assert_matches v1.5.0
19762024-06-24T21:58:26.509Z Compiling is_ci v1.2.0
19772024-06-24T21:58:26.808Z Compiling supports-color v3.0.0
19782024-06-24T21:58:26.884Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19792024-06-24T21:58:27.481Z Compiling rpassword v7.3.1
19802024-06-24T21:58:27.971Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19812024-06-24T21:58:27.980Z Compiling tui-tree-widget v0.19.0
19822024-06-24T21:58:28.391Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
19832024-06-24T21:58:31.322Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
19842024-06-24T21:58:34.258Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
19852024-06-24T21:58:34.558Z Compiling shell-words v1.1.0
19862024-06-24T21:58:35.018Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
19872024-06-24T21:58:36.836Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
19882024-06-24T21:58:46.408Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
19892024-06-24T21:59:02.319Z Compiling multimap v0.10.0
19902024-06-24T21:59:02.744Z Compiling uzers v0.11.3
19912024-06-24T21:59:05.739Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
19922024-06-24T22:01:07.531Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
19932024-06-24T22:01:33.156Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19942024-06-24T22:07:44.782Z Finished `release` profile [optimized] target(s) in 14m 09s
19952024-06-24T22:08:32.216Z
19962024-06-24T22:08:32.219Zreal 14:57.668020105
19972024-06-24T22:08:32.220Zuser 1:42:50.740202885
19982024-06-24T22:08:32.220Zsys 5:28.941122399
19992024-06-24T22:08:32.220Ztrap 2.337933778
20002024-06-24T22:08:32.220Ztflt 1.938675323
20012024-06-24T22:08:32.220Zdflt 3.829270247
20022024-06-24T22:08:32.220Zkflt 0.049920095
20032024-06-24T22:08:32.220Zlock 6:14:30.083235666
20042024-06-24T22:08:32.220Zslp 3:59:11.613729065
20052024-06-24T22:08:32.220Zlat 2:34.125455074
20062024-06-24T22:08:32.220Zstop 1:54.410262844
20072024-06-24T22:08:32.220Z+ mapfile -t packages
20082024-06-24T22:08:32.220Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20092024-06-24T22:08:33.072Z Finished `release` profile [optimized] target(s) in 0.81s
20102024-06-24T22:08:33.111Z Running `target/release/omicron-package -t test list-outputs`
20112024-06-24T22:08:33.148ZLogging to: /work/oxidecomputer/omicron/out/LOG
20122024-06-24T22:08:33.152Z+ ptime -m cargo build --locked --release -p xtask
20132024-06-24T22:08:33.727Z Compiling serde v1.0.203
20142024-06-24T22:08:33.727Z Compiling bitflags v2.5.0
20152024-06-24T22:08:33.803Z Compiling syn v2.0.64
20162024-06-24T22:08:33.816Z Compiling bytes v1.6.0
20172024-06-24T22:08:33.819Z Compiling scopeguard v1.2.0
20182024-06-24T22:08:33.822Z Compiling smallvec v1.13.2
20192024-06-24T22:08:33.850Z Compiling log v0.4.21
20202024-06-24T22:08:33.946Z Compiling lock_api v0.4.12
20212024-06-24T22:08:34.305Z Compiling parking_lot_core v0.9.10
20222024-06-24T22:08:34.329Z Compiling hashbrown v0.14.5
20232024-06-24T22:08:34.342Z Compiling serde_json v1.0.117
20242024-06-24T22:08:34.371Z Compiling mio v0.8.11
20252024-06-24T22:08:34.466Z Compiling libc v0.2.155
20262024-06-24T22:08:34.704Z Compiling parking_lot v0.12.2
20272024-06-24T22:08:34.743Z Compiling generic-array v0.14.7
20282024-06-24T22:08:35.042Z Compiling slog v2.7.0
20292024-06-24T22:08:35.312Z Compiling rustix v0.38.34
20302024-06-24T22:08:35.585Z Compiling http v0.2.12
20312024-06-24T22:08:35.674Z Compiling usdt-impl v0.5.0
20322024-06-24T22:08:35.854Z Compiling indexmap v2.2.6
20332024-06-24T22:08:35.999Z Compiling syn v1.0.109
20342024-06-24T22:08:36.052Z Compiling time-macros v0.2.18
20352024-06-24T22:08:36.551Z Compiling thread-id v4.2.1
20362024-06-24T22:08:36.648Z Compiling tracing v0.1.40
20372024-06-24T22:08:37.379Z Compiling crossbeam-utils v0.8.19
20382024-06-24T22:08:37.448Z Compiling http-body v0.4.6
20392024-06-24T22:08:37.992Z Compiling unicode-normalization v0.1.23
20402024-06-24T22:08:38.009Z Compiling unicode-bidi v0.3.15
20412024-06-24T22:08:38.089Z Compiling block-buffer v0.10.4
20422024-06-24T22:08:38.321Z Compiling crypto-common v0.1.6
20432024-06-24T22:08:39.158Z Compiling time v0.3.36
20442024-06-24T22:08:39.264Z Compiling idna v0.5.0
20452024-06-24T22:08:40.339Z Compiling terminal_size v0.3.0
20462024-06-24T22:08:40.573Z Compiling fs-err v2.11.0
20472024-06-24T22:08:40.868Z Compiling proc-macro-error v1.0.4
20482024-06-24T22:08:40.982Z Compiling anyhow v1.0.86
20492024-06-24T22:08:41.491Z Compiling clap_builder v4.5.2
20502024-06-24T22:08:41.791Z Compiling crossbeam-channel v0.5.12
20512024-06-24T22:08:41.867Z Compiling url v2.5.0
20522024-06-24T22:08:42.595Z Compiling digest v0.10.7
20532024-06-24T22:08:43.033Z Compiling xattr v1.3.1
20542024-06-24T22:08:43.359Z Compiling sha2 v0.10.8
20552024-06-24T22:08:43.495Z Compiling slog-async v2.8.0
20562024-06-24T22:08:44.076Z Compiling tabled_derive v0.7.0
20572024-06-24T22:08:45.661Z Compiling serde_derive v1.0.203
20582024-06-24T22:08:46.326Z Compiling thiserror-impl v1.0.60
20592024-06-24T22:08:46.415Z Compiling zerocopy-derive v0.7.34
20602024-06-24T22:08:46.765Z Compiling futures-macro v0.3.30
20612024-06-24T22:08:47.678Z Compiling tokio-macros v2.2.0
20622024-06-24T22:08:48.632Z Compiling zerocopy v0.7.34
20632024-06-24T22:08:48.729Z Compiling openssl-macros v0.1.1
20642024-06-24T22:08:48.835Z Compiling futures-util v0.3.30
20652024-06-24T22:08:49.257Z Compiling tokio v1.37.0
20662024-06-24T22:08:49.320Z Compiling thiserror v1.0.60
20672024-06-24T22:08:49.474Z Compiling pest v2.7.10
20682024-06-24T22:08:49.644Z Compiling scroll_derive v0.12.0
20692024-06-24T22:08:50.365Z Compiling openssl v0.10.64
20702024-06-24T22:08:51.077Z Compiling scroll v0.12.0
20712024-06-24T22:08:51.725Z Compiling goblin v0.8.2
20722024-06-24T22:08:52.296Z Compiling pest_meta v2.7.10
20732024-06-24T22:08:56.159Z Compiling pest_generator v2.7.10
20742024-06-24T22:08:58.116Z Compiling pest_derive v2.7.10
20752024-06-24T22:08:58.903Z Compiling dtrace-parser v0.2.0
20762024-06-24T22:09:00.890Z Compiling tokio-util v0.7.11
20772024-06-24T22:09:03.083Z Compiling h2 v0.3.26
20782024-06-24T22:09:06.350Z Compiling dof v0.3.0
20792024-06-24T22:09:06.771Z Compiling serde_tokenstream v0.2.0
20802024-06-24T22:09:07.298Z Compiling serde_spanned v0.6.6
20812024-06-24T22:09:07.330Z Compiling toml_datetime v0.6.6
20822024-06-24T22:09:07.534Z Compiling native-tls v0.2.11
20832024-06-24T22:09:08.632Z Compiling hyper v0.14.28
20842024-06-24T22:09:08.865Z Compiling tokio-native-tls v0.3.1
20852024-06-24T22:09:08.987Z Compiling toml_edit v0.22.13
20862024-06-24T22:09:15.691Z Compiling hyper-tls v0.5.0
20872024-06-24T22:09:15.851Z Compiling toml v0.8.13
20882024-06-24T22:09:16.115Z Compiling usdt-attr-macro v0.5.0
20892024-06-24T22:09:17.187Z Compiling usdt-macro v0.5.0
20902024-06-24T22:09:17.571Z Compiling slog-json v2.6.1
20912024-06-24T22:09:18.129Z Compiling cargo-platform v0.1.8
20922024-06-24T22:09:18.428Z Compiling semver v1.0.23
20932024-06-24T22:09:18.466Z Compiling camino v1.1.7
20942024-06-24T22:09:19.259Z Compiling serde_urlencoded v0.7.1
20952024-06-24T22:09:19.908Z Compiling futures-executor v0.3.30
20962024-06-24T22:09:19.940Z Compiling clap_derive v4.5.4
20972024-06-24T22:09:20.072Z Compiling strum_macros v0.26.2
20982024-06-24T22:09:20.989Z Compiling futures v0.3.30
20992024-06-24T22:09:21.128Z Compiling reqwest v0.11.27
21002024-06-24T22:09:21.552Z Compiling cargo_metadata v0.18.1
21012024-06-24T22:09:22.994Z Compiling usdt v0.5.0
21022024-06-24T22:09:24.557Z Compiling slog-bunyan v2.5.0
21032024-06-24T22:09:24.720Z Compiling clap v4.5.4
21042024-06-24T22:09:24.747Z Compiling strum v0.26.2
21052024-06-24T22:09:24.846Z Compiling cargo_toml v0.20.2
21062024-06-24T22:09:24.861Z Compiling macaddr v1.0.1
21072024-06-24T22:09:24.955Z Compiling tabled v0.15.0
21082024-06-24T22:09:25.495Z Compiling slog-term v2.9.1
21092024-06-24T22:09:27.758Z Compiling tar v0.4.40
21102024-06-24T22:09:30.722Z Compiling md5 v0.7.0
21112024-06-24T22:09:41.389Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21122024-06-24T22:09:54.797Z Finished `release` profile [optimized] target(s) in 1m 21s
21132024-06-24T22:09:54.893Z
21142024-06-24T22:09:54.893Zreal 1:21.699538973
21152024-06-24T22:09:54.893Zuser 8:59.946376662
21162024-06-24T22:09:54.893Zsys 52.044181912
21172024-06-24T22:09:54.893Ztrap 0.253393970
21182024-06-24T22:09:54.893Ztflt 0.446113768
21192024-06-24T22:09:54.893Zdflt 0.244727193
21202024-06-24T22:09:54.896Zkflt 0.000004878
21212024-06-24T22:09:54.896Zlock 20:13.279697149
21222024-06-24T22:09:54.896Zslp 22:42.662381701
21232024-06-24T22:09:54.896Zlat 25.842182129
21242024-06-24T22:09:54.896Zstop 27.549465941
21252024-06-24T22:09:54.896Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21262024-06-24T22:09:54.896Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21272024-06-24T22:09:54.896Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21282024-06-24T22:09:54.896Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21292024-06-24T22:09:54.896Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21302024-06-24T22:09:55.414Z Downloading crates ...
21312024-06-24T22:09:55.627Z Downloaded ctr v0.9.2
21322024-06-24T22:09:55.630Z Downloaded dirs-sys v0.4.1
21332024-06-24T22:09:55.634Z Downloaded dhcproto-macros v0.1.0
21342024-06-24T22:09:55.637Z Downloaded russh-cryptovec v0.7.2
21352024-06-24T22:09:55.642Z Downloaded option-ext v0.2.0
21362024-06-24T22:09:55.651Z Downloaded rfc6979 v0.4.0
21372024-06-24T22:09:55.654Z Downloaded rand_chacha v0.2.2
21382024-06-24T22:09:55.654Z Downloaded pbkdf2 v0.12.2
21392024-06-24T22:09:55.657Z Downloaded ghash v0.5.1
21402024-06-24T22:09:55.657Z Downloaded cbc v0.1.2
21412024-06-24T22:09:55.657Z Downloaded polyval v0.6.2
21422024-06-24T22:09:55.660Z Downloaded dirs v5.0.1
21432024-06-24T22:09:55.660Z Downloaded primeorder v0.13.6
21442024-06-24T22:09:55.663Z Downloaded pbkdf2 v0.11.0
21452024-06-24T22:09:55.665Z Downloaded internet-checksum v0.2.1
21462024-06-24T22:09:55.665Z Downloaded rand_core v0.5.1
21472024-06-24T22:09:55.665Z Downloaded bcrypt-pbkdf v0.10.0
21482024-06-24T22:09:55.668Z Downloaded ed25519 v2.2.3
21492024-06-24T22:09:55.668Z Downloaded ecdsa v0.16.9
21502024-06-24T22:09:55.671Z Downloaded password-hash v0.4.2
21512024-06-24T22:09:55.674Z Downloaded hex-literal v0.4.1
21522024-06-24T22:09:55.674Z Downloaded russh-keys v0.43.0
21532024-06-24T22:09:55.677Z Downloaded aes-gcm v0.10.3
21542024-06-24T22:09:55.680Z Downloaded getrandom v0.1.16
21552024-06-24T22:09:55.682Z Downloaded blowfish v0.9.1
21562024-06-24T22:09:55.682Z Downloaded p256 v0.13.2
21572024-06-24T22:09:55.685Z Downloaded dhcproto v0.11.0
21582024-06-24T22:09:55.689Z Downloaded ed25519-dalek v2.1.1
21592024-06-24T22:09:55.694Z Downloaded russh v0.43.0
21602024-06-24T22:09:55.699Z Downloaded rand v0.7.3
21612024-06-24T22:09:55.703Z Downloaded p521 v0.13.3
21622024-06-24T22:09:55.707Z Downloaded aes v0.8.4
21632024-06-24T22:09:55.835Z Compiling serde v1.0.203
21642024-06-24T22:09:55.838Z Compiling log v0.4.21
21652024-06-24T22:09:56.072Z Compiling scopeguard v1.2.0
21662024-06-24T22:09:56.077Z Compiling smallvec v1.13.2
21672024-06-24T22:09:56.077Z Compiling syn v2.0.64
21682024-06-24T22:09:56.077Z Compiling getrandom v0.2.14
21692024-06-24T22:09:56.077Z Compiling generic-array v0.14.7
21702024-06-24T22:09:56.077Z Compiling libm v0.2.8
21712024-06-24T22:09:56.081Z Compiling lock_api v0.4.12
21722024-06-24T22:09:56.294Z Compiling rand_core v0.6.4
21732024-06-24T22:09:56.339Z Compiling parking_lot_core v0.9.10
21742024-06-24T22:09:56.379Z Compiling num-traits v0.2.19
21752024-06-24T22:09:56.409Z Compiling subtle v2.5.0
21762024-06-24T22:09:56.487Z Compiling mio v0.8.11
21772024-06-24T22:09:56.553Z Compiling ahash v0.8.11
21782024-06-24T22:09:56.735Z Compiling parking_lot v0.12.2
21792024-06-24T22:09:56.801Z Compiling serde_json v1.0.117
21802024-06-24T22:09:56.907Z Compiling allocator-api2 v0.2.18
21812024-06-24T22:09:56.946Z Compiling const-oid v0.9.6
21822024-06-24T22:09:57.015Z Compiling iana-time-zone v0.1.60
21832024-06-24T22:09:57.156Z Compiling syn v1.0.109
21842024-06-24T22:09:57.663Z Compiling unicode-normalization v0.1.23
21852024-06-24T22:09:57.690Z Compiling schemars v0.8.20
21862024-06-24T22:09:57.784Z Compiling unicode-bidi v0.3.15
21872024-06-24T22:09:57.833Z Compiling dyn-clone v1.0.17
21882024-06-24T22:09:58.038Z Compiling spin v0.9.8
21892024-06-24T22:09:58.057Z Compiling ppv-lite86 v0.2.17
21902024-06-24T22:09:58.476Z Compiling time-macros v0.2.18
21912024-06-24T22:09:58.723Z Compiling ring v0.17.8
21922024-06-24T22:09:58.821Z Compiling rand_chacha v0.3.1
21932024-06-24T22:09:58.859Z Compiling aho-corasick v1.1.3
21942024-06-24T22:09:59.372Z Compiling regex-syntax v0.8.3
21952024-06-24T22:09:59.793Z Compiling rand v0.8.5
21962024-06-24T22:10:01.190Z Compiling idna v0.5.0
21972024-06-24T22:10:02.025Z Compiling slog v2.7.0
21982024-06-24T22:10:02.137Z Compiling time v0.3.36
21992024-06-24T22:10:02.618Z Compiling url v2.5.0
22002024-06-24T22:10:02.786Z Compiling spin v0.5.2
22012024-06-24T22:10:02.919Z Compiling regex-automata v0.4.6
22022024-06-24T22:10:03.020Z Compiling untrusted v0.9.0
22032024-06-24T22:10:04.585Z Compiling serde_derive_internals v0.29.1
22042024-06-24T22:10:05.727Z Compiling lazy_static v1.4.0
22052024-06-24T22:10:05.851Z Compiling backtrace v0.3.71
22062024-06-24T22:10:06.230Z Compiling gimli v0.28.1
22072024-06-24T22:10:06.329Z Compiling object v0.32.2
22082024-06-24T22:10:07.192Z Compiling anyhow v1.0.86
22092024-06-24T22:10:07.494Z Compiling rustc-demangle v0.1.24
22102024-06-24T22:10:07.751Z Compiling winnow v0.5.40
22112024-06-24T22:10:07.954Z Compiling crossbeam-utils v0.8.19
22122024-06-24T22:10:08.521Z Compiling regex v1.10.4
22132024-06-24T22:10:08.574Z Compiling rustls v0.21.12
22142024-06-24T22:10:08.831Z Compiling base64ct v1.6.0
22152024-06-24T22:10:09.535Z Compiling rustls-webpki v0.101.7
22162024-06-24T22:10:09.672Z Compiling sct v0.7.1
22172024-06-24T22:10:10.003Z Compiling cookie v0.17.0
22182024-06-24T22:10:11.238Z Compiling serde_derive v1.0.203
22192024-06-24T22:10:11.348Z Compiling zeroize_derive v1.4.2
22202024-06-24T22:10:11.551Z Compiling zerocopy-derive v0.7.34
22212024-06-24T22:10:11.868Z Compiling thiserror-impl v1.0.60
22222024-06-24T22:10:13.053Z Compiling zeroize v1.7.0
22232024-06-24T22:10:13.073Z Compiling tokio-macros v2.2.0
22242024-06-24T22:10:13.725Z Compiling futures-macro v0.3.30
22252024-06-24T22:10:13.986Z Compiling zerocopy v0.7.34
22262024-06-24T22:10:14.840Z Compiling schemars_derive v0.8.20
22272024-06-24T22:10:14.952Z Compiling crypto-common v0.1.6
22282024-06-24T22:10:15.202Z Compiling block-buffer v0.10.4
22292024-06-24T22:10:15.360Z Compiling thiserror v1.0.60
22302024-06-24T22:10:15.472Z Compiling digest v0.10.7
22312024-06-24T22:10:15.511Z Compiling tracing-attributes v0.1.27
22322024-06-24T22:10:15.955Z Compiling futures-util v0.3.30
22332024-06-24T22:10:15.996Z Compiling async-trait v0.1.80
22342024-06-24T22:10:16.420Z Compiling hashbrown v0.14.5
22352024-06-24T22:10:16.574Z Compiling addr2line v0.21.0
22362024-06-24T22:10:17.843Z Compiling openssl-macros v0.1.1
22372024-06-24T22:10:18.648Z Compiling pest v2.7.10
22382024-06-24T22:10:19.261Z Compiling idna v0.3.0
22392024-06-24T22:10:19.574Z Compiling tracing v0.1.40
22402024-06-24T22:10:19.709Z Compiling data-encoding v2.6.0
22412024-06-24T22:10:20.104Z Compiling psl-types v2.0.11
22422024-06-24T22:10:20.310Z Compiling publicsuffix v2.2.3
22432024-06-24T22:10:20.370Z Compiling hmac v0.12.1
22442024-06-24T22:10:20.574Z Compiling scroll_derive v0.12.0
22452024-06-24T22:10:20.917Z Compiling bitflags v1.3.2
22462024-06-24T22:10:20.976Z Compiling webpki-roots v0.25.4
22472024-06-24T22:10:21.019Z Compiling pest_meta v2.7.10
22482024-06-24T22:10:21.131Z Compiling block-padding v0.3.3
22492024-06-24T22:10:21.387Z Compiling der_derive v0.7.2
22502024-06-24T22:10:21.596Z Compiling pem-rfc7468 v0.7.0
22512024-06-24T22:10:21.764Z Compiling flagset v0.4.5
22522024-06-24T22:10:21.985Z Compiling futures-executor v0.3.30
22532024-06-24T22:10:22.099Z Compiling scroll v0.12.0
22542024-06-24T22:10:22.215Z Compiling pest_generator v2.7.10
22552024-06-24T22:10:22.385Z Compiling futures v0.3.30
22562024-06-24T22:10:22.395Z Compiling inout v0.1.3
22572024-06-24T22:10:22.503Z Compiling sha2 v0.10.8
22582024-06-24T22:10:22.577Z Compiling either v1.12.0
22592024-06-24T22:10:22.679Z Compiling goblin v0.8.2
22602024-06-24T22:10:22.682Z Compiling cipher v0.4.4
22612024-06-24T22:10:22.997Z Compiling ff v0.13.0
22622024-06-24T22:10:23.225Z Compiling stable_deref_trait v1.2.0
22632024-06-24T22:10:23.243Z Compiling base16ct v0.2.0
22642024-06-24T22:10:23.337Z Compiling group v0.13.0
22652024-06-24T22:10:23.570Z Compiling hkdf v0.12.4
22662024-06-24T22:10:23.686Z Compiling crossbeam-epoch v0.9.18
22672024-06-24T22:10:23.834Z Compiling crypto-bigint v0.5.5
22682024-06-24T22:10:24.065Z Compiling der v0.7.9
22692024-06-24T22:10:24.271Z Compiling num-integer v0.1.46
22702024-06-24T22:10:24.511Z Compiling unicode-segmentation v1.11.0
22712024-06-24T22:10:25.104Z Compiling managed v0.8.0
22722024-06-24T22:10:25.390Z Compiling matches v0.1.10
22732024-06-24T22:10:25.490Z Compiling idna v0.2.3
22742024-06-24T22:10:25.547Z Compiling enum-as-inner v0.5.1
22752024-06-24T22:10:26.047Z Compiling bit-vec v0.6.3
22762024-06-24T22:10:26.349Z Compiling bytes v1.6.0
22772024-06-24T22:10:26.621Z Compiling indexmap v2.2.6
22782024-06-24T22:10:26.670Z Compiling uuid v1.8.0
22792024-06-24T22:10:27.114Z Compiling chrono v0.4.38
22802024-06-24T22:10:27.588Z Compiling tokio v1.37.0
22812024-06-24T22:10:27.636Z Compiling bitflags v2.5.0
22822024-06-24T22:10:28.106Z Compiling semver v1.0.23
22832024-06-24T22:10:28.137Z Compiling http v0.2.12
22842024-06-24T22:10:28.140Z Compiling serde_tokenstream v0.2.0
22852024-06-24T22:10:28.695Z Compiling toml_datetime v0.6.6
22862024-06-24T22:10:28.923Z Compiling serde_spanned v0.6.6
22872024-06-24T22:10:29.161Z Compiling toml_edit v0.19.15
22882024-06-24T22:10:29.286Z Compiling openssl v0.10.64
22892024-06-24T22:10:30.100Z Compiling http-body v0.4.6
22902024-06-24T22:10:30.594Z Compiling rustix v0.38.34
22912024-06-24T22:10:30.721Z Compiling serde_urlencoded v0.7.1
22922024-06-24T22:10:31.150Z Compiling openapiv3 v2.0.0
22932024-06-24T22:10:31.284Z Compiling cookie_store v0.20.0
22942024-06-24T22:10:32.856Z Compiling rustc_version v0.4.0
22952024-06-24T22:10:33.362Z Compiling pest_derive v2.7.10
22962024-06-24T22:10:33.643Z Compiling dof v0.3.0
22972024-06-24T22:10:33.693Z Compiling spki v0.7.3
22982024-06-24T22:10:33.755Z Compiling toml v0.7.8
22992024-06-24T22:10:34.090Z Compiling pkcs8 v0.10.2
23002024-06-24T22:10:34.230Z Compiling dtrace-parser v0.2.0
23012024-06-24T22:10:34.870Z Compiling sec1 v0.7.3
23022024-06-24T22:10:35.464Z Compiling tokio-util v0.7.11
23032024-06-24T22:10:35.711Z Compiling native-tls v0.2.11
23042024-06-24T22:10:35.854Z Compiling tokio-rustls v0.24.1
23052024-06-24T22:10:36.194Z Compiling tokio-native-tls v0.3.1
23062024-06-24T22:10:36.253Z Compiling usdt-impl v0.5.0
23072024-06-24T22:10:36.371Z Compiling elliptic-curve v0.13.8
23082024-06-24T22:10:36.460Z Compiling h2 v0.3.26
23092024-06-24T22:10:36.710Z Compiling ipnetwork v0.20.0
23102024-06-24T22:10:36.891Z Compiling toml_edit v0.22.13
23112024-06-24T22:10:37.203Z Compiling hex v0.4.3
23122024-06-24T22:10:37.656Z Compiling siphasher v0.3.11
23132024-06-24T22:10:37.846Z Compiling trust-dns-proto v0.22.0
23142024-06-24T22:10:37.951Z Compiling usdt-macro v0.5.0
23152024-06-24T22:10:38.008Z Compiling usdt-attr-macro v0.5.0
23162024-06-24T22:10:38.028Z Compiling heapless v0.7.17
23172024-06-24T22:10:38.450Z Compiling terminal_size v0.3.0
23182024-06-24T22:10:38.456Z Compiling num-bigint v0.4.5
23192024-06-24T22:10:38.653Z Compiling regress v0.9.1
23202024-06-24T22:10:39.554Z Compiling signal-hook v0.3.17
23212024-06-24T22:10:39.773Z Compiling usdt v0.5.0
23222024-06-24T22:10:39.830Z Compiling finl_unicode v1.2.0
23232024-06-24T22:10:40.330Z Compiling clap_builder v4.5.2
23242024-06-24T22:10:40.443Z Compiling stringprep v0.1.4
23252024-06-24T22:10:41.710Z Compiling yasna v0.5.2
23262024-06-24T22:10:43.292Z Compiling hyper v0.14.28
23272024-06-24T22:10:43.640Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23282024-06-24T22:10:44.022Z Compiling itertools v0.10.5
23292024-06-24T22:10:45.906Z Compiling md-5 v0.10.6
23302024-06-24T22:10:46.197Z Compiling clap_derive v4.5.4
23312024-06-24T22:10:46.631Z Compiling hash32 v0.2.1
23322024-06-24T22:10:46.902Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23332024-06-24T22:10:46.987Z Compiling fallible-iterator v0.2.0
23342024-06-24T22:10:47.035Z Compiling smoltcp v0.9.1
23352024-06-24T22:10:47.752Z Compiling postgres-protocol v0.6.6
23362024-06-24T22:10:48.867Z Compiling phf_shared v0.11.2
23372024-06-24T22:10:49.047Z Compiling tokio-stream v0.1.15
23382024-06-24T22:10:49.182Z Compiling hubpack_derive v0.1.1
23392024-06-24T22:10:49.261Z Compiling zerocopy-derive v0.6.6
23402024-06-24T22:10:49.290Z Compiling diesel_table_macro_syntax v0.1.0
23412024-06-24T22:10:49.726Z Compiling scheduled-thread-pool v0.2.7
23422024-06-24T22:10:50.097Z Compiling hyper-rustls v0.24.2
23432024-06-24T22:10:50.118Z Compiling hyper-tls v0.5.0
23442024-06-24T22:10:50.313Z Compiling fs-err v2.11.0
23452024-06-24T22:10:50.356Z Compiling fixedbitset v0.4.2
23462024-06-24T22:10:50.472Z Compiling reqwest v0.11.27
23472024-06-24T22:10:50.491Z Compiling hubpack v0.1.2
23482024-06-24T22:10:50.758Z Compiling petgraph v0.6.5
23492024-06-24T22:10:50.814Z Compiling r2d2 v0.8.10
23502024-06-24T22:10:50.975Z Compiling diesel_derives v2.1.4
23512024-06-24T22:10:51.185Z Compiling phf v0.11.2
23522024-06-24T22:10:51.466Z Compiling clap v4.5.4
23532024-06-24T22:10:51.579Z Compiling zerocopy v0.6.6
23542024-06-24T22:10:51.596Z Compiling postgres-types v0.2.6
23552024-06-24T22:10:52.424Z Compiling signal-hook-mio v0.2.3
23562024-06-24T22:10:52.898Z Compiling phf_shared v0.10.0
23572024-06-24T22:10:53.198Z Compiling similar v2.5.0
23582024-06-24T22:10:53.323Z Compiling num-iter v0.1.45
23592024-06-24T22:10:53.351Z Compiling strum_macros v0.25.3
23602024-06-24T22:10:53.513Z Compiling serde_repr v0.1.19
23612024-06-24T22:10:53.710Z Compiling getopts v0.2.21
23622024-06-24T22:10:54.748Z Compiling console v0.15.8
23632024-06-24T22:10:54.766Z Compiling float-cmp v0.9.0
23642024-06-24T22:10:54.780Z Compiling difflib v0.4.0
23652024-06-24T22:10:54.986Z Compiling whoami v1.5.1
23662024-06-24T22:10:55.668Z Compiling new_debug_unreachable v1.0.6
23672024-06-24T22:10:55.759Z Compiling minimal-lexical v0.2.1
23682024-06-24T22:10:55.779Z Compiling predicates-core v1.0.6
23692024-06-24T22:10:56.170Z Compiling normalize-line-endings v0.3.0
23702024-06-24T22:10:56.294Z Compiling static_assertions v1.1.0
23712024-06-24T22:10:56.297Z Compiling unsafe-libyaml v0.2.11
23722024-06-24T22:10:56.344Z Compiling precomputed-hash v0.1.1
23732024-06-24T22:10:56.418Z Compiling predicates v3.1.0
23742024-06-24T22:10:56.466Z Compiling string_cache v0.8.7
23752024-06-24T22:10:56.471Z Compiling nom v7.1.3
23762024-06-24T22:10:56.993Z Compiling tokio-postgres v0.7.10
23772024-06-24T22:10:57.701Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
23782024-06-24T22:10:58.192Z Compiling serde_yaml v0.9.34+deprecated
23792024-06-24T22:10:58.327Z Compiling crossterm v0.27.0
23802024-06-24T22:11:01.266Z Compiling bit-set v0.5.3
23812024-06-24T22:11:01.561Z Compiling itertools v0.12.1
23822024-06-24T22:11:02.179Z Compiling bstr v1.9.1
23832024-06-24T22:11:02.274Z Compiling unicode-xid v0.2.4
23842024-06-24T22:11:02.463Z Compiling lalrpop-util v0.19.12
23852024-06-24T22:11:02.644Z Compiling peg-runtime v0.8.3
23862024-06-24T22:11:02.844Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23872024-06-24T22:11:03.304Z Compiling sha1 v0.10.6
23882024-06-24T22:11:03.358Z Compiling camino v1.1.7
23892024-06-24T22:11:03.761Z Compiling strum_macros v0.26.2
23902024-06-24T22:11:03.969Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23912024-06-24T22:11:04.025Z Compiling http v1.1.0
23922024-06-24T22:11:04.267Z Compiling base64 v0.22.1
23932024-06-24T22:11:04.371Z Compiling toml v0.8.13
23942024-06-24T22:11:04.843Z Compiling ident_case v1.0.1
23952024-06-24T22:11:05.037Z Compiling rustls-pki-types v1.7.0
23962024-06-24T22:11:05.068Z Compiling darling_core v0.20.9
23972024-06-24T22:11:05.912Z Compiling crossbeam-channel v0.5.12
23982024-06-24T22:11:06.181Z Compiling rustls v0.22.4
23992024-06-24T22:11:06.454Z Compiling paste v1.0.15
24002024-06-24T22:11:06.501Z Compiling slog-term v2.9.1
24012024-06-24T22:11:06.604Z Compiling rustls-webpki v0.102.4
24022024-06-24T22:11:06.982Z Compiling slog-async v2.8.0
24032024-06-24T22:11:07.072Z Compiling multer v3.1.0
24042024-06-24T22:11:07.120Z Compiling diesel v2.1.6
24052024-06-24T22:11:07.358Z Compiling instant v0.1.12
24062024-06-24T22:11:08.245Z Compiling slog-json v2.6.1
24072024-06-24T22:11:08.589Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24082024-06-24T22:11:08.640Z Compiling async-stream-impl v0.3.5
24092024-06-24T22:11:08.736Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24102024-06-24T22:11:08.785Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24112024-06-24T22:11:09.017Z Compiling strum v0.26.2
24122024-06-24T22:11:09.064Z Compiling debug-ignore v1.0.5
24132024-06-24T22:11:09.093Z Compiling atomic-waker v1.1.2
24142024-06-24T22:11:09.260Z Compiling waitgroup v0.1.2
24152024-06-24T22:11:09.286Z Compiling slog-bunyan v2.5.0
24162024-06-24T22:11:09.470Z Compiling rustls-pemfile v2.1.2
24172024-06-24T22:11:09.512Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24182024-06-24T22:11:09.947Z Compiling serde_path_to_error v0.1.16
24192024-06-24T22:11:10.114Z Compiling async-stream v0.3.5
24202024-06-24T22:11:10.388Z Compiling structmeta-derive v0.3.0
24212024-06-24T22:11:10.471Z Compiling hostname v0.4.0
24222024-06-24T22:11:10.752Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
24232024-06-24T22:11:10.820Z Compiling newtype-uuid v1.1.0
24242024-06-24T22:11:11.050Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24252024-06-24T22:11:11.144Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24262024-06-24T22:11:11.467Z Compiling backoff v0.4.0
24272024-06-24T22:11:11.782Z Compiling tokio-rustls v0.25.0
24282024-06-24T22:11:11.800Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24292024-06-24T22:11:11.828Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24302024-06-24T22:11:11.991Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
24312024-06-24T22:11:12.010Z Compiling macaddr v1.0.1
24322024-06-24T22:11:12.421Z Compiling darling_macro v0.20.9
24332024-06-24T22:11:12.462Z Compiling proc-macro-crate v1.3.1
24342024-06-24T22:11:12.767Z Compiling fastrand v2.1.0
24352024-06-24T22:11:13.379Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24362024-06-24T22:11:13.489Z Compiling darling v0.20.9
24372024-06-24T22:11:13.516Z Compiling structmeta v0.3.0
24382024-06-24T22:11:13.602Z Compiling num_enum_derive v0.5.11
24392024-06-24T22:11:13.619Z Compiling serde_with_macros v3.8.1
24402024-06-24T22:11:13.749Z Compiling tempfile v3.10.1
24412024-06-24T22:11:13.961Z Compiling parse-display-derive v0.9.0
24422024-06-24T22:11:14.733Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24432024-06-24T22:11:15.037Z Compiling foreign-types-macros v0.2.3
24442024-06-24T22:11:16.357Z Compiling foreign-types-shared v0.3.1
24452024-06-24T22:11:16.484Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24462024-06-24T22:11:16.500Z Compiling num_enum v0.5.11
24472024-06-24T22:11:16.676Z Compiling heapless v0.8.0
24482024-06-24T22:11:16.783Z Compiling foreign-types v0.5.0
24492024-06-24T22:11:16.853Z Compiling serde_with v3.8.1
24502024-06-24T22:11:16.905Z Compiling proc-macro-error v1.0.4
24512024-06-24T22:11:17.340Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24522024-06-24T22:11:17.713Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24532024-06-24T22:11:17.863Z Compiling cstr-argument v0.1.2
24542024-06-24T22:11:18.071Z Compiling hash32 v0.3.1
24552024-06-24T22:11:18.113Z Compiling pretty-hex v0.2.1
24562024-06-24T22:11:18.287Z Compiling smoltcp v0.11.0
24572024-06-24T22:11:18.735Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24582024-06-24T22:11:19.067Z Compiling parse-display v0.9.0
24592024-06-24T22:11:19.103Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24602024-06-24T22:11:19.116Z Compiling camino-tempfile v1.1.1
24612024-06-24T22:11:19.541Z Compiling tabwriter v1.4.0
24622024-06-24T22:11:19.647Z Compiling colored v2.1.0
24632024-06-24T22:11:19.741Z Compiling socket2 v0.4.10
24642024-06-24T22:11:19.799Z Compiling embedded-io v0.4.0
24652024-06-24T22:11:20.039Z Compiling cobs v0.2.3
24662024-06-24T22:11:20.357Z Compiling postcard v1.0.8
24672024-06-24T22:11:20.450Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24682024-06-24T22:11:20.663Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24692024-06-24T22:11:20.715Z Compiling crucible-workspace-hack v0.1.0
24702024-06-24T22:11:20.901Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24712024-06-24T22:11:20.915Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24722024-06-24T22:11:21.076Z Compiling smf v0.2.3
24732024-06-24T22:11:21.117Z Compiling humantime v2.1.0
24742024-06-24T22:11:21.173Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24752024-06-24T22:11:21.524Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24762024-06-24T22:11:21.666Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
24772024-06-24T22:11:21.784Z Compiling num-derive v0.4.2
24782024-06-24T22:11:22.148Z Compiling sigpipe v0.1.3
24792024-06-24T22:11:22.285Z Compiling utf-8 v0.7.6
24802024-06-24T22:11:22.552Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
24812024-06-24T22:11:22.637Z Compiling atty v0.2.14
24822024-06-24T22:11:22.782Z Compiling rayon-core v1.12.1
24832024-06-24T22:11:23.071Z Compiling semver v0.1.20
24842024-06-24T22:11:23.078Z Compiling platforms v3.4.0
24852024-06-24T22:11:23.078Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24862024-06-24T22:11:23.703Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24872024-06-24T22:11:23.718Z Compiling same-file v1.0.6
24882024-06-24T22:11:23.951Z Compiling walkdir v2.5.0
24892024-06-24T22:11:24.303Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
24902024-06-24T22:11:24.804Z Compiling curve25519-dalek v4.1.2
24912024-06-24T22:11:24.828Z Compiling rustc_version v0.1.7
24922024-06-24T22:11:25.171Z Compiling newline-converter v0.3.0
24932024-06-24T22:11:25.310Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24942024-06-24T22:11:25.315Z Compiling crossbeam-deque v0.8.5
24952024-06-24T22:11:25.343Z Compiling universal-hash v0.5.1
24962024-06-24T22:11:25.346Z Compiling opaque-debug v0.3.1
24972024-06-24T22:11:25.462Z Compiling newtype_derive v0.1.6
24982024-06-24T22:11:25.544Z Compiling expectorate v1.1.0
24992024-06-24T22:11:25.559Z Compiling xattr v1.3.1
25002024-06-24T22:11:25.719Z Compiling signature v2.2.0
25012024-06-24T22:11:25.757Z Compiling curve25519-dalek-derive v0.1.1
25022024-06-24T22:11:25.857Z Compiling blake3 v1.5.1
25032024-06-24T22:11:25.875Z Compiling ring v0.16.20
25042024-06-24T22:11:26.030Z Compiling unicase v2.7.0
25052024-06-24T22:11:26.344Z Compiling getrandom v0.1.16
25062024-06-24T22:11:26.460Z Compiling quick-error v1.2.3
25072024-06-24T22:11:26.627Z Compiling linked-hash-map v0.5.6
25082024-06-24T22:11:26.976Z Compiling termcolor v1.4.1
25092024-06-24T22:11:26.976Z Compiling arc-swap v1.7.1
25102024-06-24T22:11:27.048Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25112024-06-24T22:11:27.367Z Compiling convert_case v0.4.0
25122024-06-24T22:11:27.519Z Compiling slog-scope v4.4.0
25132024-06-24T22:11:27.661Z Compiling env_logger v0.9.3
25142024-06-24T22:11:28.059Z Compiling lru-cache v0.1.2
25152024-06-24T22:11:28.267Z Compiling resolv-conf v0.7.0
25162024-06-24T22:11:28.367Z Compiling derive_more v0.99.17
25172024-06-24T22:11:28.854Z Compiling rayon v1.10.0
25182024-06-24T22:11:29.162Z Compiling tar v0.4.40
25192024-06-24T22:11:29.385Z Compiling tungstenite v0.21.0
25202024-06-24T22:11:30.561Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25212024-06-24T22:11:31.062Z Compiling blake2 v0.10.6
25222024-06-24T22:11:31.439Z Compiling bitstruct_derive v0.1.0
25232024-06-24T22:11:31.593Z Compiling derive-where v1.2.7
25242024-06-24T22:11:32.457Z Compiling password-hash v0.5.0
25252024-06-24T22:11:32.847Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25262024-06-24T22:11:32.991Z Compiling memmap2 v0.9.4
25272024-06-24T22:11:33.460Z Compiling parking_lot_core v0.8.6
25282024-06-24T22:11:33.529Z Compiling ascii v1.1.0
25292024-06-24T22:11:33.914Z Compiling constant_time_eq v0.3.0
25302024-06-24T22:11:33.936Z Compiling home v0.5.9
25312024-06-24T22:11:34.114Z Compiling arrayref v0.3.7
25322024-06-24T22:11:34.132Z Compiling arrayvec v0.7.4
25332024-06-24T22:11:34.214Z Compiling libefi-sys v0.1.0
25342024-06-24T22:11:34.230Z Compiling untrusted v0.7.1
25352024-06-24T22:11:34.564Z Compiling toolchain_find v0.4.0
25362024-06-24T22:11:35.299Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25372024-06-24T22:11:35.322Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25382024-06-24T22:11:35.586Z Compiling argon2 v0.5.3
25392024-06-24T22:11:36.111Z Compiling bitstruct v0.1.1
25402024-06-24T22:11:36.239Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25412024-06-24T22:11:36.270Z Compiling tokio-tungstenite v0.21.0
25422024-06-24T22:11:36.486Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25432024-06-24T22:11:36.847Z Compiling trust-dns-resolver v0.22.0
25442024-06-24T22:11:37.130Z Compiling slog-stdlog v4.1.1
25452024-06-24T22:11:37.183Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25462024-06-24T22:11:37.345Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25472024-06-24T22:11:37.524Z Compiling serde_arrays v0.1.0
25482024-06-24T22:11:37.692Z Compiling erased-serde v0.3.31
25492024-06-24T22:11:37.714Z Compiling num-rational v0.4.2
25502024-06-24T22:11:37.969Z Compiling rfc6979 v0.4.0
25512024-06-24T22:11:38.164Z Compiling aead v0.5.2
25522024-06-24T22:11:38.190Z Compiling num-complex v0.4.6
25532024-06-24T22:11:38.471Z Compiling nibble_vec v0.1.0
25542024-06-24T22:11:38.535Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25552024-06-24T22:11:38.675Z Compiling slog-dtrace v0.3.0
25562024-06-24T22:11:38.914Z Compiling cancel-safe-futures v0.1.5
25572024-06-24T22:11:38.970Z Compiling topological-sort v0.2.2
25582024-06-24T22:11:39.140Z Compiling keccak v0.1.5
25592024-06-24T22:11:39.183Z Compiling endian-type v0.1.2
25602024-06-24T22:11:39.275Z Compiling num v0.4.3
25612024-06-24T22:11:39.303Z Compiling omicron-zone-package v0.11.0
25622024-06-24T22:11:39.499Z Compiling sha3 v0.10.8
25632024-06-24T22:11:39.517Z Compiling radix_trie v0.2.1
25642024-06-24T22:11:39.655Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25652024-06-24T22:11:40.209Z Compiling ecdsa v0.16.9
25662024-06-24T22:11:40.272Z Compiling slog-envlogger v2.2.0
25672024-06-24T22:11:40.586Z Compiling mime_guess v2.0.4
25682024-06-24T22:11:41.061Z Compiling rand_core v0.5.1
25692024-06-24T22:11:41.081Z Compiling steno v0.4.0
25702024-06-24T22:11:41.944Z Compiling rustfmt-wrapper v0.2.1
25712024-06-24T22:11:42.555Z Compiling poly1305 v0.8.0
25722024-06-24T22:11:42.705Z Compiling tungstenite v0.20.1
25732024-06-24T22:11:43.361Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25742024-06-24T22:11:44.109Z Compiling primeorder v0.13.6
25752024-06-24T22:11:44.186Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25762024-06-24T22:11:44.281Z Compiling heck v0.3.3
25772024-06-24T22:11:44.644Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25782024-06-24T22:11:44.661Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25792024-06-24T22:11:44.730Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25802024-06-24T22:11:44.747Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25812024-06-24T22:11:44.920Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25822024-06-24T22:11:45.366Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25832024-06-24T22:11:45.420Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25842024-06-24T22:11:45.873Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25852024-06-24T22:11:45.891Z Compiling chacha20 v0.9.1
25862024-06-24T22:11:46.177Z Compiling secrecy v0.8.0
25872024-06-24T22:11:46.221Z Compiling thiserror-impl-no-std v2.0.2
25882024-06-24T22:11:46.333Z Compiling half v2.4.1
25892024-06-24T22:11:46.462Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
25902024-06-24T22:11:46.736Z Compiling ciborium-io v0.2.2
25912024-06-24T22:11:46.846Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
25922024-06-24T22:11:46.869Z Compiling float-ord v0.3.2
25932024-06-24T22:11:46.914Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
25942024-06-24T22:11:47.004Z Compiling option-ext v0.2.0
25952024-06-24T22:11:47.045Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
25962024-06-24T22:11:47.146Z Compiling dirs-sys v0.4.1
25972024-06-24T22:11:47.221Z Compiling ciborium-ll v0.2.2
25982024-06-24T22:11:47.647Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25992024-06-24T22:11:47.691Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26002024-06-24T22:11:47.812Z Compiling zone_cfg_derive v0.1.2
26012024-06-24T22:11:47.933Z Compiling tokio-tungstenite v0.20.1
26022024-06-24T22:11:49.026Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26032024-06-24T22:11:49.216Z Compiling parking_lot v0.11.2
26042024-06-24T22:11:49.431Z Compiling rand_chacha v0.2.2
26052024-06-24T22:11:49.448Z Compiling trust-dns-client v0.22.0
26062024-06-24T22:11:49.696Z Compiling thiserror-no-std v2.0.2
26072024-06-24T22:11:50.286Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26082024-06-24T22:11:50.704Z Compiling ed25519 v2.2.3
26092024-06-24T22:11:51.075Z Compiling polyval v0.6.2
26102024-06-24T22:11:51.224Z Compiling libsw v3.3.1
26112024-06-24T22:11:51.496Z Compiling toml v0.5.11
26122024-06-24T22:11:51.545Z Compiling aes v0.8.4
26132024-06-24T22:11:51.562Z Compiling blowfish v0.9.1
26142024-06-24T22:11:51.969Z Compiling ctr v0.9.2
26152024-06-24T22:11:52.010Z Compiling pbkdf2 v0.12.2
26162024-06-24T22:11:52.192Z Compiling password-hash v0.4.2
26172024-06-24T22:11:52.350Z Compiling gethostname v0.4.3
26182024-06-24T22:11:52.651Z Compiling fxhash v0.2.1
26192024-06-24T22:11:52.669Z Compiling owo-colors v4.0.0
26202024-06-24T22:11:52.866Z Compiling linear-map v1.2.0
26212024-06-24T22:11:53.175Z Compiling base64 v0.13.1
26222024-06-24T22:11:53.237Z Compiling trust-dns-server v0.22.1
26232024-06-24T22:11:53.833Z Compiling ron v0.7.1
26242024-06-24T22:11:54.413Z Compiling sled v0.34.7
26252024-06-24T22:11:55.063Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26262024-06-24T22:11:55.291Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26272024-06-24T22:11:56.342Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26282024-06-24T22:11:58.854Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26292024-06-24T22:11:59.906Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26302024-06-24T22:12:00.505Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26312024-06-24T22:12:00.730Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26322024-06-24T22:12:02.786Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26332024-06-24T22:12:02.945Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26342024-06-24T22:12:03.524Z Compiling pbkdf2 v0.11.0
26352024-06-24T22:12:03.724Z Compiling bcrypt-pbkdf v0.10.0
26362024-06-24T22:12:03.884Z Compiling ghash v0.5.1
26372024-06-24T22:12:04.098Z Compiling ed25519-dalek v2.1.1
26382024-06-24T22:12:04.329Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26392024-06-24T22:12:04.415Z Compiling rand v0.7.3
26402024-06-24T22:12:05.119Z Compiling vsss-rs v3.3.4
26412024-06-24T22:12:05.333Z Compiling zone v0.1.8
26422024-06-24T22:12:05.930Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26432024-06-24T22:12:06.909Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26442024-06-24T22:12:07.276Z Compiling ciborium v0.2.2
26452024-06-24T22:12:08.561Z Compiling dirs v5.0.1
26462024-06-24T22:12:08.852Z Compiling chacha20poly1305 v0.10.1
26472024-06-24T22:12:09.081Z Compiling p256 v0.13.2
26482024-06-24T22:12:09.935Z Compiling p521 v0.13.3
26492024-06-24T22:12:10.014Z Compiling pem v3.0.4
26502024-06-24T22:12:10.224Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
26512024-06-24T22:12:10.620Z Compiling headers-core v0.2.0
26522024-06-24T22:12:10.797Z Compiling cbc v0.1.2
26532024-06-24T22:12:10.855Z Compiling kstat-rs v0.2.3
26542024-06-24T22:12:11.042Z Compiling portpicker v0.1.1
26552024-06-24T22:12:11.059Z Compiling nanorand v0.7.0
26562024-06-24T22:12:11.194Z Compiling russh-cryptovec v0.7.2
26572024-06-24T22:12:11.368Z Compiling glob v0.3.1
26582024-06-24T22:12:11.488Z Compiling http-range v0.1.5
26592024-06-24T22:12:11.534Z Compiling russh-keys v0.43.0
26602024-06-24T22:12:11.655Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
26612024-06-24T22:12:11.877Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622024-06-24T22:12:12.359Z Compiling hyper-staticfile v0.9.5
26632024-06-24T22:12:12.437Z Compiling flume v0.11.0
26642024-06-24T22:12:13.185Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26652024-06-24T22:12:13.358Z Compiling headers v0.3.9
26662024-06-24T22:12:14.178Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
26672024-06-24T22:12:15.069Z Compiling rcgen v0.12.1
26682024-06-24T22:12:15.428Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26692024-06-24T22:12:17.724Z Compiling aes-gcm v0.10.3
26702024-06-24T22:12:18.324Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26712024-06-24T22:12:18.782Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26722024-06-24T22:12:18.885Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26732024-06-24T22:12:18.919Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
26742024-06-24T22:12:20.785Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
26752024-06-24T22:12:22.516Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26762024-06-24T22:12:23.241Z Compiling atomicwrites v0.4.3
26772024-06-24T22:12:23.611Z Compiling subprocess v0.2.9
26782024-06-24T22:12:25.684Z Compiling display-error-chain v0.2.0
26792024-06-24T22:12:25.775Z Compiling dhcproto-macros v0.1.0
26802024-06-24T22:12:25.870Z Compiling hex-literal v0.4.1
26812024-06-24T22:12:26.024Z Compiling russh v0.43.0
26822024-06-24T22:12:26.118Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26832024-06-24T22:12:26.791Z Compiling dhcproto v0.11.0
26842024-06-24T22:12:28.878Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
26852024-06-24T22:12:29.046Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26862024-06-24T22:12:29.568Z Compiling internet-checksum v0.2.1
26872024-06-24T22:12:32.351Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26882024-06-24T22:12:34.096Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26892024-06-24T22:12:54.262Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
26902024-06-24T22:13:36.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s
26912024-06-24T22:13:37.061Z
26922024-06-24T22:13:37.064Zreal 3:42.081576451
26932024-06-24T22:13:37.064Zuser 19:43.752063937
26942024-06-24T22:13:37.064Zsys 4:16.106458225
26952024-06-24T22:13:37.064Ztrap 0.569564802
26962024-06-24T22:13:37.064Ztflt 0.466840926
26972024-06-24T22:13:37.064Zdflt 2.085592017
26982024-06-24T22:13:37.064Zkflt 0.000401414
26992024-06-24T22:13:37.064Zlock 42:05.001031496
27002024-06-24T22:13:37.064Zslp 56:09.313716143
27012024-06-24T22:13:37.064Zlat 1:04.718606199
27022024-06-24T22:13:37.064Zstop 2:28.879084097
27032024-06-24T22:13:37.064Z+ mkdir tests
27042024-06-24T22:13:37.067Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27052024-06-24T22:13:37.067Z+ xargs -I '{}' -t cp '{}' tests/
27062024-06-24T22:13:38.534Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8746254cabbca520 tests/
27072024-06-24T22:13:38.561Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a3de1ad80246ecf9 tests/
27082024-06-24T22:13:38.588Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-838b8204e793ad5a tests/
27092024-06-24T22:13:38.614Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-824859fd23f5a63f tests/
27102024-06-24T22:13:38.934Z+ 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/*)
27112024-06-24T22:13:38.937Z+ 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-8746254cabbca520 tests/commtest-838b8204e793ad5a tests/dhcp_server-a3de1ad80246ecf9 tests/end_to_end_tests-824859fd23f5a63f out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz 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
27122024-06-24T22:14:42.998ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27132024-06-24T22:14:42.998Za out/target/test 1K
27142024-06-24T22:14:42.998Za out/npuzone/npuzone 23144K
27152024-06-24T22:14:42.998Za package-manifest.toml 28K
27162024-06-24T22:14:42.998Za smf/sled-agent/non-gimlet/config.toml 4K
27172024-06-24T22:14:42.998Za target/release/omicron-package 32307K
27182024-06-24T22:14:42.998Za target/release/xtask 18085K
27192024-06-24T22:14:42.998Za target/debug/bootstrap 353675K
27202024-06-24T22:14:42.998Za tests/bootstrap-8746254cabbca520 23989K
27212024-06-24T22:14:42.998Za tests/commtest-838b8204e793ad5a 23990K
27222024-06-24T22:14:42.998Za tests/dhcp_server-a3de1ad80246ecf9 23989K
27232024-06-24T22:14:42.998Za tests/end_to_end_tests-824859fd23f5a63f 363237K
27242024-06-24T22:14:42.998Za out/clickhouse.tar.gz 223016K
27252024-06-24T22:14:42.998Za out/clickhouse_keeper.tar.gz 223000K
27262024-06-24T22:14:42.998Za out/cockroachdb.tar.gz 131730K
27272024-06-24T22:14:42.999Za out/crucible-pantry-zone.tar.gz 27309K
27282024-06-24T22:14:42.999Za out/crucible-zone.tar.gz 38062K
27292024-06-24T22:14:42.999Za out/external-dns.tar.gz 25096K
27302024-06-24T22:14:42.999Za out/internal-dns.tar.gz 25096K
27312024-06-24T22:14:42.999Za out/mg-ddm-gz.tar 60673K
27322024-06-24T22:14:42.999Za out/nexus.tar.gz 83373K
27332024-06-24T22:14:42.999Za out/ntp.tar.gz 8858K
27342024-06-24T22:14:42.999Za out/omicron-gateway-softnpu.tar.gz 13763K
27352024-06-24T22:14:42.999Za out/omicron-sled-agent.tar 93525K
27362024-06-24T22:14:42.999Za out/overlay.tar.gz 3K
27372024-06-24T22:14:42.999Za out/oximeter.tar.gz 40647K
27382024-06-24T22:14:42.999Za out/oxlog.tar 2954K
27392024-06-24T22:14:42.999Za out/probe.tar.gz 2764K
27402024-06-24T22:14:42.999Za out/propolis-server.tar.gz 64643K
27412024-06-24T22:14:42.999Za out/pumpkind-gz.tar 26665K
27422024-06-24T22:14:42.999Za out/switch-softnpu.tar.gz 195874K
27432024-06-24T22:14:43.002Z
27442024-06-24T22:14:43.002Zreal 1:04.047982913
27452024-06-24T22:14:43.002Zuser 1:01.402952570
27462024-06-24T22:14:43.002Zsys 3.593047084
27472024-06-24T22:14:43.002Ztrap 0.013905961
27482024-06-24T22:14:43.002Ztflt 0.000000000
27492024-06-24T22:14:43.002Zdflt 0.000000000
27502024-06-24T22:14:43.002Zkflt 0.000000000
27512024-06-24T22:14:43.002Zlock 0.000000000
27522024-06-24T22:14:43.002Zslp 1:01.357628655
27532024-06-24T22:14:43.002Zlat 1.724436086
27542024-06-24T22:14:43.002Zstop 0.000183651
27552024-06-24T22:14:43.005Zprocess exited: duration 1721702 ms, exit code 0
 
27562024-06-24T22:14:43.018Zfound 1 output files
27572024-06-24T22:14:43.018Zuploading: /work/package.tar.gz (1399169803 bytes)
27582024-06-24T22:15:09.823Zuploaded: /work/package.tar.gz