01J2EZJ28KJKS1G8BG2C46BW9Z: 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: 01J2EZJH0N0MMW2G2E9F2MKTG4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-10T18:48:55.920Zjob assigned to worker 01J2EZJJ3W49FGDTBZE4N7AWSK (queued for 58 s)
 
22024-07-10T18:49:03.660Zstarting task 0: "setup"
32024-07-10T18:49:03.720Z++ uname -s
42024-07-10T18:49:03.725Z+ kern=SunOS
52024-07-10T18:49:03.725Z+ case "$kern" in
62024-07-10T18:49:03.725Z+ groupadd -g 12345 build
72024-07-10T18:49:03.727Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-10T18:49:05.735Z+ zfs create -o mountpoint=/work rpool/work
92024-07-10T18:49:05.832Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-10T18:49:05.835Z+ home_fs=zfs
112024-07-10T18:49:05.835Z+ [[ zfs == autofs ]]
122024-07-10T18:49:05.835Z+ mkdir -p /home/build
132024-07-10T18:49:05.839Z+ chown build:build /home/build /work
142024-07-10T18:49:07.838Z+ chmod 0700 /home/build /work
152024-07-10T18:49:07.841Zprocess exited: duration 4179 ms, exit code 0
 
162024-07-10T18:49:07.847Zstarting task 1: "rust-toolchain"
172024-07-10T18:49:07.852Z+ printf ' * toolchain channel = "%s"
182024-07-10T18:49:07.852Z' 1.78.0
192024-07-10T18:49:07.852Z+ printf ' * toolchain profile = "%s"
202024-07-10T18:49:07.852Z' default
212024-07-10T18:49:07.852Z * toolchain channel = "1.78.0"
222024-07-10T18:49:07.852Z * toolchain profile = "default"
232024-07-10T18:49:07.855Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-10T18:49:07.855Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-10T18:49:07.967Zinfo: downloading installer
262024-07-10T18:49:09.282Zinfo: profile set to 'default'
272024-07-10T18:49:09.282Zinfo: default host triple is x86_64-unknown-illumos
282024-07-10T18:49:09.285Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-10T18:49:09.415Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-10T18:49:09.415Zinfo: downloading component 'cargo'
312024-07-10T18:49:10.125Zinfo: downloading component 'clippy'
322024-07-10T18:49:10.361Zinfo: downloading component 'rust-docs'
332024-07-10T18:49:11.301Zinfo: downloading component 'rust-std'
342024-07-10T18:49:12.801Zinfo: downloading component 'rustc'
352024-07-10T18:49:16.596Zinfo: downloading component 'rustfmt'
362024-07-10T18:49:16.801Zinfo: installing component 'cargo'
372024-07-10T18:49:17.612Zinfo: installing component 'clippy'
382024-07-10T18:49:17.963Zinfo: installing component 'rust-docs'
392024-07-10T18:49:19.466Zinfo: installing component 'rust-std'
402024-07-10T18:49:21.164Zinfo: installing component 'rustc'
412024-07-10T18:49:25.291Zinfo: installing component 'rustfmt'
422024-07-10T18:49:25.618Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-10T18:49:25.618Z
442024-07-10T18:49:25.875Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-10T18:49:25.875Z
462024-07-10T18:49:25.878Z
472024-07-10T18:49:25.878ZRust is installed now. Great!
482024-07-10T18:49:25.878Z
492024-07-10T18:49:25.878ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-10T18:49:25.878Zenvironment variable. This has not been done automatically.
512024-07-10T18:49:25.878Z
522024-07-10T18:49:25.878ZTo configure your current shell, you need to source
532024-07-10T18:49:25.878Zthe corresponding env file under $HOME/.cargo.
542024-07-10T18:49:25.878Z
552024-07-10T18:49:25.878ZThis is usually done by running one of the following (note the leading DOT):
562024-07-10T18:49:25.878Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-10T18:49:25.878Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-10T18:49:25.938Z+ rustc --version
592024-07-10T18:49:25.998Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-10T18:49:26.001Zprocess exited: duration 18149 ms, exit code 0
 
612024-07-10T18:49:26.009Zstarting task 2: "authentication"
622024-07-10T18:49:26.027Zprocess exited: duration 20 ms, exit code 0
 
632024-07-10T18:49:26.033Zstarting task 3: "clone repository"
642024-07-10T18:49:26.038Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-10T18:49:26.041Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-10T18:49:26.185ZCloning into '/work/oxidecomputer/omicron'...
672024-07-10T18:49:32.387Z+ cd /work/oxidecomputer/omicron
682024-07-10T18:49:32.387Z+ git fetch origin 09e43d81d40ce36798d788e4e9e6df77ff1ef738
692024-07-10T18:49:32.672ZFrom https://github.com/oxidecomputer/omicron
702024-07-10T18:49:32.672Z * branch 09e43d81d40ce36798d788e4e9e6df77ff1ef738 -> FETCH_HEAD
712024-07-10T18:49:32.680Z+ [[ -n zl/feature-fixes ]]
722024-07-10T18:49:32.683Z++ git branch --show-current
732024-07-10T18:49:32.686Z+ current=main
742024-07-10T18:49:32.686Z+ [[ main != zl/feature-fixes ]]
752024-07-10T18:49:32.686Z+ git branch -f zl/feature-fixes 09e43d81d40ce36798d788e4e9e6df77ff1ef738
762024-07-10T18:49:32.688Z+ git checkout -f zl/feature-fixes
772024-07-10T18:49:32.822ZSwitched to branch 'zl/feature-fixes'
782024-07-10T18:49:32.827Z+ git reset --hard 09e43d81d40ce36798d788e4e9e6df77ff1ef738
792024-07-10T18:49:32.835ZHEAD is now at 09e43d81d Fixes around feature-flagging, particularly in oxql, as well as uuid-kinds, sled-storage
802024-07-10T18:49:32.838Zprocess exited: duration 6801 ms, exit code 0
 
812024-07-10T18:49:32.844Zstarting task 4: "build"
822024-07-10T18:49:32.849Z+ cargo --version
832024-07-10T18:49:32.901Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-10T18:49:32.904Z+ rustc --version
852024-07-10T18:49:32.958Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-10T18:49:32.960Z+ WORK=/work
872024-07-10T18:49:32.960Z+ pfexec mkdir -p /work
882024-07-10T18:49:32.963Z+ pfexec chown build /work
892024-07-10T18:49:32.966Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-07-10T18:49:51.564Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-07-10T18:49:53.552Z Startup: Caching catalogs ... Done
922024-07-10T18:49:56.416ZPlanning: Solver setup ... Done (2.333s)
932024-07-10T18:49:56.465ZPlanning: Running solver ... Done (0.049s)
942024-07-10T18:49:56.513ZPlanning: Finding local manifests ... Done (0.004s)
952024-07-10T18:49:56.531ZPlanning: Fetching manifests: 0/4 0% complete
962024-07-10T18:49:56.769ZPlanning: Fetching manifests: 4/4 100% complete
972024-07-10T18:49:56.816ZPlanning: Package planning ... Done (0.047s)
982024-07-10T18:49:56.867ZPlanning: Merging actions ... Done (0.050s)
992024-07-10T18:49:57.696ZPlanning: Checking for conflicting actions ... Done (0.829s)
1002024-07-10T18:49:57.707ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-07-10T18:50:01.757ZPlanning: Evaluating mediators ... Done (4.048s)
1022024-07-10T18:50:01.766ZPlanning: Planning completed in 8.15 seconds
1032024-07-10T18:50:02.269Z Packages to install: 4
1042024-07-10T18:50:02.269Z Mediators to change: 2
1052024-07-10T18:50:02.269Z Services to change: 1
1062024-07-10T18:50:02.273Z Estimated space available: 155.77 GB
1072024-07-10T18:50:02.273ZEstimated space to be consumed: 1.46 GB
1082024-07-10T18:50:02.273Z Create boot environment: No
1092024-07-10T18:50:02.273ZCreate backup boot environment: No
1102024-07-10T18:50:02.273Z Rebuild boot archive: No
1112024-07-10T18:50:02.273Z
1122024-07-10T18:50:02.273ZChanged mediators:
1132024-07-10T18:50:02.273Z mediator clang:
1142024-07-10T18:50:02.273Z version: None -> 15 (system default)
1152024-07-10T18:50:02.273Z
1162024-07-10T18:50:02.273Z mediator llvm:
1172024-07-10T18:50:02.273Z version: 14 (system default) -> 15 (system default)
1182024-07-10T18:50:02.274Z
1192024-07-10T18:50:02.274ZChanged packages:
1202024-07-10T18:50:02.274Zhelios-dev
1212024-07-10T18:50:02.274Z developer/build-essential
1222024-07-10T18:50:02.274Z None -> 11-2.0
1232024-07-10T18:50:02.274Z library/libxmlsec1
1242024-07-10T18:50:02.274Z None -> 1.2.35-2.0
1252024-07-10T18:50:02.274Z ooce/developer/clang-15
1262024-07-10T18:50:02.274Z None -> 15.0.7-2.0
1272024-07-10T18:50:02.274Z ooce/developer/llvm-15
1282024-07-10T18:50:02.274Z None -> 15.0.7-2.0
1292024-07-10T18:50:02.274Z
1302024-07-10T18:50:02.274ZServices:
1312024-07-10T18:50:02.274Z restart_fmri:
1322024-07-10T18:50:02.274Z svc:/system/update-man-index:default
1332024-07-10T18:50:02.415Z
1342024-07-10T18:50:02.415ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-07-10T18:50:07.416ZDownload: 1034/3290 items 19.5/212.6MB 9% complete (3.9M/s)
1362024-07-10T18:50:12.439ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (12.0M/s)
1372024-07-10T18:50:18.628ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (18.4M/s)
1382024-07-10T18:50:19.514ZDownload: Completed 212.60 MB in 17.09 seconds (12.4M/s)
1392024-07-10T18:50:19.749Z Actions: 1/3689 actions (Installing new actions)
1402024-07-10T18:50:24.798Z Actions: 3572/3689 actions (Installing new actions)
1412024-07-10T18:50:24.892Z Actions: Completed 3689 actions in 5.14 seconds.
1422024-07-10T18:50:25.135Z Done (0.238s)
1432024-07-10T18:50:25.135Z Done (0.000s)
1442024-07-10T18:50:25.466Z Done (0.331s)
1452024-07-10T18:50:30.470Z Done (4.845s)
1462024-07-10T18:50:30.666Z Done (0.128s)
1472024-07-10T18:50:30.669Z Done (0.000s)
1482024-07-10T18:50:30.942Z Done (0.000s)
1492024-07-10T18:50:31.505ZPlanning: Evaluating mediator changes ... Done
1502024-07-10T18:50:31.665ZPlanning: Checking for conflicting actions ... Done
1512024-07-10T18:50:31.668ZPlanning: Consolidating action changes ... Done
1522024-07-10T18:50:31.929ZPlanning: Evaluating mediators ... Done
1532024-07-10T18:50:31.932ZPlanning: Planning completed in 0.42 seconds
1542024-07-10T18:50:31.962Z Mediators to change: 2
1552024-07-10T18:50:31.962Z Create boot environment: No
1562024-07-10T18:50:31.962ZCreate backup boot environment: No
1572024-07-10T18:50:32.048Z Done
1582024-07-10T18:50:32.049Z Done
1592024-07-10T18:50:32.254Z Done
1602024-07-10T18:50:35.713Z Done
1612024-07-10T18:50:35.793Z Done
1622024-07-10T18:50:35.793Z Done
1632024-07-10T18:50:36.296Z Done
1642024-07-10T18:50:36.886ZPlanning: Evaluating mediator changes ... Done
1652024-07-10T18:50:36.889ZPlanning: Merging actions ... Done
1662024-07-10T18:50:37.077ZPlanning: Checking for conflicting actions ... Done
1672024-07-10T18:50:37.080ZPlanning: Consolidating action changes ... Done
1682024-07-10T18:50:37.335ZPlanning: Evaluating mediators ... Done
1692024-07-10T18:50:37.388ZPlanning: Planning completed in 0.74 seconds
1702024-07-10T18:50:37.422Z Packages to change: 1
1712024-07-10T18:50:37.422Z Mediators to change: 1
1722024-07-10T18:50:37.422Z Services to change: 1
1732024-07-10T18:50:37.425Z Create boot environment: No
1742024-07-10T18:50:37.425ZCreate backup boot environment: Yes
1752024-07-10T18:50:39.360Z Actions: 1/6 actions (Updating modified actions)
1762024-07-10T18:50:39.401Z Actions: Completed 6 actions in 0.04 seconds.
1772024-07-10T18:50:39.404Z Done
1782024-07-10T18:50:39.404Z Done
1792024-07-10T18:50:39.471Z Done
1802024-07-10T18:50:42.918Z Done
1812024-07-10T18:50:43.007Z Done
1822024-07-10T18:50:43.010Z Done
1832024-07-10T18:50:43.187Z Done
1842024-07-10T18:50:43.612ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1852024-07-10T18:50:43.612Zclang system 15 system
1862024-07-10T18:50:43.612Zcsh system system illumos
1872024-07-10T18:50:43.612Zctags system system illumos
1882024-07-10T18:50:43.612Zgcc vendor 12 vendor
1892024-07-10T18:50:43.612Zgcc system 10 system
1902024-07-10T18:50:43.612Zgcc system 7 system
1912024-07-10T18:50:43.612Zgo system 1.20 system
1922024-07-10T18:50:43.612Zgo system 1.19 system
1932024-07-10T18:50:43.612Zllvm system 15 system
1942024-07-10T18:50:43.612Zllvm system 14 system
1952024-07-10T18:50:43.612Zmariadb system 10.6 system
1962024-07-10T18:50:43.613Zmta vendor vendor dma
1972024-07-10T18:50:43.613Zopenjdk system 17 system
1982024-07-10T18:50:43.613Zopenjdk system 11 system
1992024-07-10T18:50:43.613Zopenjdk system 1.8 system
2002024-07-10T18:50:43.613Zopenssl vendor 3 vendor
2012024-07-10T18:50:43.613Zperl system 5.36 system
2022024-07-10T18:50:43.613Zpostgresql system 15 system
2032024-07-10T18:50:43.613Zpostgresql system 13 system
2042024-07-10T18:50:43.613Zpython vendor 3 vendor
2052024-07-10T18:50:43.613Zpython system 2 system
2062024-07-10T18:50:43.613Zpython3 system 3.11 system
2072024-07-10T18:50:43.613Zruby system 3.0 system
2082024-07-10T18:50:43.613Zwords vendor vendor american-english
2092024-07-10T18:50:43.613Zwords system system australian-english
2102024-07-10T18:50:43.613Zwords system system british-english
2112024-07-10T18:50:43.613Zwords system system canadian-english
2122024-07-10T18:50:43.613Zwords system system french
2132024-07-10T18:50:43.613Zwords system system italian
2142024-07-10T18:50:43.613Zwords system system ngerman
2152024-07-10T18:50:43.613Zwords system system ogerman
2162024-07-10T18:50:43.613Zwords system system spanish
2172024-07-10T18:50:43.934ZPUBLISHER TYPE STATUS P LOCATION
2182024-07-10T18:50:43.934Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2192024-07-10T18:50:45.468ZFMRI IFO
2202024-07-10T18:50:45.468Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2212024-07-10T18:50:45.468Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2222024-07-10T18:50:45.468Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2232024-07-10T18:50:45.468Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2242024-07-10T18:50:45.468Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2252024-07-10T18:50:45.468Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2262024-07-10T18:50:45.468Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2272024-07-10T18:50:45.468Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2282024-07-10T18:50:45.468Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2292024-07-10T18:50:45.468Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2302024-07-10T18:50:45.468Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2312024-07-10T18:50:45.468Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2322024-07-10T18:50:45.968Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2332024-07-10T18:50:46.277Z Updating git repository `https://github.com/oxidecomputer/zone`
2342024-07-10T18:50:46.570Z Updating crates.io index
2352024-07-10T18:50:46.639Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2362024-07-10T18:50:47.434Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2372024-07-10T18:50:48.149Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2382024-07-10T18:50:48.406Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2392024-07-10T18:50:50.618Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2402024-07-10T18:50:51.035Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412024-07-10T18:50:51.319Z Updating git repository `https://github.com/oxidecomputer/propolis`
2422024-07-10T18:50:52.284Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432024-07-10T18:50:54.260Z Updating git repository `https://github.com/oxidecomputer/opte`
2442024-07-10T18:50:55.307Z Updating git repository `https://github.com/oxidecomputer/falcon`
2452024-07-10T18:50:55.992Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462024-07-10T18:50:56.579Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2472024-07-10T18:50:56.856Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2482024-07-10T18:50:57.189Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2492024-07-10T18:50:57.459Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2502024-07-10T18:50:57.790Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512024-07-10T18:50:58.063Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2522024-07-10T18:50:58.313Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2532024-07-10T18:50:58.550Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2542024-07-10T18:50:58.878Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2552024-07-10T18:50:59.138Z Updating git repository `https://github.com/oxidecomputer/ispf`
2562024-07-10T18:50:59.428Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2572024-07-10T18:50:59.771Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2582024-07-10T18:51:00.505Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2592024-07-10T18:51:00.741Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2602024-07-10T18:51:01.032Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2612024-07-10T18:51:01.486Z Updating git repository `https://github.com/oxidecomputer/typify`
2622024-07-10T18:51:04.584Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632024-07-10T18:51:04.589Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2642024-07-10T18:51:04.589Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2652024-07-10T18:51:04.716Z Updating git repository `https://github.com/oxidecomputer/rfb`
2662024-07-10T18:51:05.680Z Downloading crates ...
2672024-07-10T18:51:05.753Z Downloaded anstyle-query v1.0.3
2682024-07-10T18:51:05.756Z Downloaded anstyle v1.0.7
2692024-07-10T18:51:05.758Z Downloaded adler v1.0.2
2702024-07-10T18:51:05.764Z Downloaded equivalent v1.0.1
2712024-07-10T18:51:05.767Z Downloaded foreign-types v0.3.2
2722024-07-10T18:51:05.767Z Downloaded is_terminal_polyfill v1.70.0
2732024-07-10T18:51:05.770Z Downloaded dtrace-parser v0.2.0
2742024-07-10T18:51:05.773Z Downloaded openssl-probe v0.1.5
2752024-07-10T18:51:05.775Z Downloaded bytecount v0.6.8
2762024-07-10T18:51:05.775Z Downloaded block-buffer v0.10.4
2772024-07-10T18:51:05.778Z Downloaded autocfg v1.3.0
2782024-07-10T18:51:05.780Z Downloaded strum v0.26.2
2792024-07-10T18:51:05.780Z Downloaded swrite v0.1.0
2802024-07-10T18:51:05.784Z Downloaded futures-core v0.3.30
2812024-07-10T18:51:05.784Z Downloaded byteorder v1.5.0
2822024-07-10T18:51:05.787Z Downloaded proc-macro-error-attr v1.0.4
2832024-07-10T18:51:05.787Z Downloaded powerfmt v0.2.0
2842024-07-10T18:51:05.790Z Downloaded dirs-next v2.0.0
2852024-07-10T18:51:05.790Z Downloaded plain v0.2.3
2862024-07-10T18:51:05.790Z Downloaded take_mut v0.2.2
2872024-07-10T18:51:05.793Z Downloaded scroll_derive v0.12.0
2882024-07-10T18:51:05.793Z Downloaded usdt-macro v0.5.0
2892024-07-10T18:51:05.793Z Downloaded time-core v0.1.2
2902024-07-10T18:51:05.796Z Downloaded num_cpus v1.16.0
2912024-07-10T18:51:05.797Z Downloaded memmap v0.7.0
2922024-07-10T18:51:05.801Z Downloaded rustversion v1.0.17
2932024-07-10T18:51:05.804Z Downloaded heck v0.4.1
2942024-07-10T18:51:05.804Z Downloaded is-terminal v0.4.12
2952024-07-10T18:51:05.804Z Downloaded rustls-pemfile v1.0.4
2962024-07-10T18:51:05.808Z Downloaded slog-json v2.6.1
2972024-07-10T18:51:05.808Z Downloaded thiserror v1.0.60
2982024-07-10T18:51:05.813Z Downloaded anstream v0.6.14
2992024-07-10T18:51:05.815Z Downloaded tokio-native-tls v0.3.1
3002024-07-10T18:51:05.818Z Downloaded colorchoice v1.0.1
3012024-07-10T18:51:05.818Z Downloaded xattr v1.3.1
3022024-07-10T18:51:05.821Z Downloaded term v0.7.0
3032024-07-10T18:51:05.825Z Downloaded sha2 v0.10.8
3042024-07-10T18:51:05.828Z Downloaded slog-async v2.8.0
3052024-07-10T18:51:05.828Z Downloaded openssl-macros v0.1.1
3062024-07-10T18:51:05.828Z Downloaded macaddr v1.0.1
3072024-07-10T18:51:05.832Z Downloaded ipnet v2.9.0
3082024-07-10T18:51:05.832Z Downloaded sync_wrapper v0.1.2
3092024-07-10T18:51:05.835Z Downloaded http-body v0.4.6
3102024-07-10T18:51:05.835Z Downloaded futures-channel v0.3.30
3112024-07-10T18:51:05.839Z Downloaded semver v1.0.23
3122024-07-10T18:51:05.839Z Downloaded once_cell v1.19.0
3132024-07-10T18:51:05.842Z Downloaded dirs-sys-next v0.1.2
3142024-07-10T18:51:05.845Z Downloaded num_threads v0.1.7
3152024-07-10T18:51:05.845Z Downloaded tinyvec_macros v0.1.1
3162024-07-10T18:51:05.845Z Downloaded tower-service v0.3.2
3172024-07-10T18:51:05.847Z Downloaded hyper-tls v0.5.0
3182024-07-10T18:51:05.848Z Downloaded futures-executor v0.3.30
3192024-07-10T18:51:05.852Z Downloaded want v0.3.1
3202024-07-10T18:51:05.852Z Downloaded usdt-attr-macro v0.5.0
3212024-07-10T18:51:05.852Z Downloaded deranged v0.3.11
3222024-07-10T18:51:05.857Z Downloaded bitflags v2.5.0
3232024-07-10T18:51:05.857Z Downloaded try-lock v0.2.5
3242024-07-10T18:51:05.860Z Downloaded zerocopy-derive v0.7.34
3252024-07-10T18:51:05.860Z Downloaded tinyvec v1.6.0
3262024-07-10T18:51:05.864Z Downloaded toml v0.8.14
3272024-07-10T18:51:05.867Z Downloaded miniz_oxide v0.7.2
3282024-07-10T18:51:05.870Z Downloaded lock_api v0.4.12
3292024-07-10T18:51:05.872Z Downloaded parking_lot_core v0.9.10
3302024-07-10T18:51:05.875Z Downloaded tabled_derive v0.7.0
3312024-07-10T18:51:05.875Z Downloaded slog-bunyan v2.5.0
3322024-07-10T18:51:05.875Z Downloaded pretty-hex v0.4.1
3332024-07-10T18:51:05.878Z Downloaded clap_derive v4.5.4
3342024-07-10T18:51:05.878Z Downloaded log v0.4.21
3352024-07-10T18:51:05.883Z Downloaded utf8parse v0.2.1
3362024-07-10T18:51:05.886Z Downloaded unicode-bidi v0.3.15
3372024-07-10T18:51:05.886Z Downloaded toml_datetime v0.6.6
3382024-07-10T18:51:05.886Z Downloaded tokio-macros v2.3.0
3392024-07-10T18:51:05.889Z Downloaded pest_derive v2.7.10
3402024-07-10T18:51:05.889Z Downloaded typenum v1.17.0
3412024-07-10T18:51:05.891Z Downloaded scroll v0.12.0
3422024-07-10T18:51:05.896Z Downloaded tracing-core v0.1.32
3432024-07-10T18:51:05.898Z Downloaded terminal_size v0.3.0
3442024-07-10T18:51:05.898Z Downloaded strum_macros v0.26.4
3452024-07-10T18:51:05.901Z Downloaded slog-term v2.9.1
3462024-07-10T18:51:05.904Z Downloaded httparse v1.8.0
3472024-07-10T18:51:05.904Z Downloaded time-macros v0.2.18
3482024-07-10T18:51:05.907Z Downloaded papergrid v0.11.0
3492024-07-10T18:51:05.910Z Downloaded clap v4.5.4
3502024-07-10T18:51:05.919Z Downloaded usdt-impl v0.5.0
3512024-07-10T18:51:05.923Z Downloaded ucd-trie v0.1.6
3522024-07-10T18:51:05.925Z Downloaded toml_edit v0.22.14
3532024-07-10T18:51:05.944Z Downloaded tar v0.4.40
3542024-07-10T18:51:05.947Z Downloaded unicode-ident v1.0.12
3552024-07-10T18:51:05.950Z Downloaded serde v1.0.204
3562024-07-10T18:51:05.953Z Downloaded openssl-sys v0.9.102
3572024-07-10T18:51:05.959Z Downloaded cc v1.0.97
3582024-07-10T18:51:05.961Z Downloaded mio v0.8.11
3592024-07-10T18:51:05.966Z Downloaded url v2.5.0
3602024-07-10T18:51:05.969Z Downloaded tracing v0.1.40
3612024-07-10T18:51:05.974Z Downloaded pest v2.7.10
3622024-07-10T18:51:05.978Z Downloaded hashbrown v0.14.5
3632024-07-10T18:51:05.983Z Downloaded memchr v2.7.2
3642024-07-10T18:51:05.989Z Downloaded unicode-normalization v0.1.23
3652024-07-10T18:51:05.994Z Downloaded hyper v0.14.28
3662024-07-10T18:51:06.003Z Downloaded tokio-util v0.7.11
3672024-07-10T18:51:06.008Z Downloaded time v0.3.36
3682024-07-10T18:51:06.016Z Downloaded winnow v0.6.8
3692024-07-10T18:51:06.025Z Downloaded zerocopy v0.7.34
3702024-07-10T18:51:06.043Z Downloaded tabled v0.15.0
3712024-07-10T18:51:06.056Z Downloaded syn v2.0.68
3722024-07-10T18:51:06.067Z Downloaded vcpkg v0.2.15
3732024-07-10T18:51:06.103Z Downloaded rustix v0.38.34
3742024-07-10T18:51:06.124Z Downloaded unicode-width v0.1.13
3752024-07-10T18:51:06.132Z Downloaded tokio v1.38.0
3762024-07-10T18:51:06.165Z Downloaded libc v0.2.155
3772024-07-10T18:51:06.189Z Downloaded encoding_rs v0.8.34
3782024-07-10T18:51:06.208Z Downloaded syn v1.0.109
3792024-07-10T18:51:06.217Z Downloaded reqwest v0.11.27
3802024-07-10T18:51:06.227Z Downloaded openssl v0.10.64
3812024-07-10T18:51:06.234Z Downloaded idna v0.5.0
3822024-07-10T18:51:06.238Z Downloaded h2 v0.3.26
3832024-07-10T18:51:06.243Z Downloaded serde_json v1.0.120
3842024-07-10T18:51:06.249Z Downloaded goblin v0.8.2
3852024-07-10T18:51:06.255Z Downloaded futures-util v0.3.30
3862024-07-10T18:51:06.265Z Downloaded clap_builder v4.5.2
3872024-07-10T18:51:06.271Z Downloaded indexmap v2.2.6
3882024-07-10T18:51:06.275Z Downloaded http v0.2.12
3892024-07-10T18:51:06.277Z Downloaded crossbeam-channel v0.5.12
3902024-07-10T18:51:06.281Z Downloaded slog v2.7.0
3912024-07-10T18:51:06.284Z Downloaded proc-macro2 v1.0.86
3922024-07-10T18:51:06.287Z Downloaded socket2 v0.5.7
3932024-07-10T18:51:06.289Z Downloaded ryu v1.0.18
3942024-07-10T18:51:06.292Z Downloaded pest_meta v2.7.10
3952024-07-10T18:51:06.294Z Downloaded parking_lot v0.12.2
3962024-07-10T18:51:06.294Z Downloaded flate2 v1.0.30
3972024-07-10T18:51:06.298Z Downloaded crossbeam-utils v0.8.19
3982024-07-10T18:51:06.303Z Downloaded base64 v0.21.7
3992024-07-10T18:51:06.306Z Downloaded signal-hook-registry v1.4.2
4002024-07-10T18:51:06.306Z Downloaded proc-macro-error v1.0.4
4012024-07-10T18:51:06.309Z Downloaded futures v0.3.30
4022024-07-10T18:51:06.312Z Downloaded bytes v1.6.0
4032024-07-10T18:51:06.315Z Downloaded thread-id v4.2.1
4042024-07-10T18:51:06.318Z Downloaded crc32fast v1.4.0
4052024-07-10T18:51:06.318Z Downloaded serde_urlencoded v0.7.1
4062024-07-10T18:51:06.321Z Downloaded thiserror-impl v1.0.60
4072024-07-10T18:51:06.321Z Downloaded serde_spanned v0.6.6
4082024-07-10T18:51:06.321Z Downloaded percent-encoding v2.3.1
4092024-07-10T18:51:06.324Z Downloaded mime v0.3.17
4102024-07-10T18:51:06.324Z Downloaded heck v0.5.0
4112024-07-10T18:51:06.324Z Downloaded filetime v0.2.23
4122024-07-10T18:51:06.327Z Downloaded cargo_metadata v0.18.1
4132024-07-10T18:51:06.327Z Downloaded serde_derive v1.0.204
4142024-07-10T18:51:06.329Z Downloaded native-tls v0.2.11
4152024-07-10T18:51:06.332Z Downloaded digest v0.10.7
4162024-07-10T18:51:06.332Z Downloaded cargo_toml v0.20.3
4172024-07-10T18:51:06.335Z Downloaded camino v1.1.7
4182024-07-10T18:51:06.335Z Downloaded fnv v1.0.7
4192024-07-10T18:51:06.335Z Downloaded anyhow v1.0.86
4202024-07-10T18:51:06.338Z Downloaded futures-task v0.3.30
4212024-07-10T18:51:06.342Z Downloaded foreign-types-shared v0.1.1
4222024-07-10T18:51:06.343Z Downloaded smallvec v1.13.2
4232024-07-10T18:51:06.345Z Downloaded itoa v1.0.11
4242024-07-10T18:51:06.345Z Downloaded generic-array v0.14.7
4252024-07-10T18:51:06.345Z Downloaded futures-macro v0.3.30
4262024-07-10T18:51:06.345Z Downloaded version_check v0.9.4
4272024-07-10T18:51:06.348Z Downloaded usdt v0.5.0
4282024-07-10T18:51:06.348Z Downloaded thread_local v1.1.8
4292024-07-10T18:51:06.348Z Downloaded cfg-if v1.0.0
4302024-07-10T18:51:06.348Z Downloaded serde_tokenstream v0.2.1
4312024-07-10T18:51:06.353Z Downloaded scopeguard v1.2.0
4322024-07-10T18:51:06.356Z Downloaded quote v1.0.36
4332024-07-10T18:51:06.356Z Downloaded pest_generator v2.7.10
4342024-07-10T18:51:06.356Z Downloaded hostname v0.3.1
4352024-07-10T18:51:06.359Z Downloaded futures-io v0.3.30
4362024-07-10T18:51:06.359Z Downloaded dof v0.3.0
4372024-07-10T18:51:06.359Z Downloaded anstyle-parse v0.2.4
4382024-07-10T18:51:06.362Z Downloaded strsim v0.11.1
4392024-07-10T18:51:06.362Z Downloaded num-conv v0.1.0
4402024-07-10T18:51:06.362Z Downloaded slab v0.4.9
4412024-07-10T18:51:06.362Z Downloaded crypto-common v0.1.6
4422024-07-10T18:51:06.365Z Downloaded cargo-platform v0.1.8
4432024-07-10T18:51:06.365Z Downloaded pin-project-lite v0.2.14
4442024-07-10T18:51:06.368Z Downloaded match_cfg v0.1.0
4452024-07-10T18:51:06.370Z Downloaded futures-sink v0.3.30
4462024-07-10T18:51:06.370Z Downloaded httpdate v1.0.3
4472024-07-10T18:51:06.371Z Downloaded fs-err v2.11.0
4482024-07-10T18:51:06.373Z Downloaded form_urlencoded v1.2.1
4492024-07-10T18:51:06.373Z Downloaded cpufeatures v0.2.12
4502024-07-10T18:51:06.376Z Downloaded pkg-config v0.3.30
4512024-07-10T18:51:06.376Z Downloaded pin-utils v0.1.0
4522024-07-10T18:51:06.376Z Downloaded errno v0.3.9
4532024-07-10T18:51:06.379Z Downloaded clap_lex v0.7.0
4542024-07-10T18:51:06.665Z Compiling proc-macro2 v1.0.86
4552024-07-10T18:51:06.665Z Compiling unicode-ident v1.0.12
4562024-07-10T18:51:06.665Z Compiling libc v0.2.155
4572024-07-10T18:51:06.668Z Compiling version_check v0.9.4
4582024-07-10T18:51:06.668Z Compiling cfg-if v1.0.0
4592024-07-10T18:51:06.668Z Compiling once_cell v1.19.0
4602024-07-10T18:51:06.699Z Compiling itoa v1.0.11
4612024-07-10T18:51:06.703Z Compiling autocfg v1.3.0
4622024-07-10T18:51:06.842Z Compiling serde v1.0.204
4632024-07-10T18:51:06.922Z Compiling memchr v2.7.2
4642024-07-10T18:51:06.982Z Compiling thiserror v1.0.60
4652024-07-10T18:51:07.198Z Compiling ryu v1.0.18
4662024-07-10T18:51:07.454Z Compiling pin-project-lite v0.2.14
4672024-07-10T18:51:07.477Z Compiling bitflags v2.5.0
4682024-07-10T18:51:07.554Z Compiling cc v1.0.97
4692024-07-10T18:51:07.648Z Compiling lock_api v0.4.12
4702024-07-10T18:51:07.818Z Compiling pkg-config v0.3.30
4712024-07-10T18:51:08.209Z Compiling vcpkg v0.2.15
4722024-07-10T18:51:08.566Z Compiling parking_lot_core v0.9.10
4732024-07-10T18:51:08.712Z Compiling ucd-trie v0.1.6
4742024-07-10T18:51:08.891Z Compiling slab v0.4.9
4752024-07-10T18:51:09.018Z Compiling futures-core v0.3.30
4762024-07-10T18:51:09.148Z Compiling bytes v1.6.0
4772024-07-10T18:51:09.173Z Compiling futures-sink v0.3.30
4782024-07-10T18:51:09.275Z Compiling scopeguard v1.2.0
4792024-07-10T18:51:09.339Z Compiling smallvec v1.13.2
4802024-07-10T18:51:09.769Z Compiling quote v1.0.36
4812024-07-10T18:51:10.078Z Compiling serde_json v1.0.120
4822024-07-10T18:51:10.171Z Compiling syn v2.0.68
4832024-07-10T18:51:10.380Z Compiling hashbrown v0.14.5
4842024-07-10T18:51:10.404Z Compiling fnv v1.0.7
4852024-07-10T18:51:10.427Z Compiling log v0.4.21
4862024-07-10T18:51:10.473Z Compiling equivalent v1.0.1
4872024-07-10T18:51:10.520Z Compiling byteorder v1.5.0
4882024-07-10T18:51:10.570Z Compiling parking_lot v0.12.2
4892024-07-10T18:51:10.616Z Compiling signal-hook-registry v1.4.2
4902024-07-10T18:51:10.685Z Compiling openssl-sys v0.9.102
4912024-07-10T18:51:10.787Z Compiling mio v0.8.11
4922024-07-10T18:51:10.850Z Compiling num_cpus v1.16.0
4932024-07-10T18:51:10.962Z Compiling socket2 v0.5.7
4942024-07-10T18:51:10.988Z Compiling futures-channel v0.3.30
4952024-07-10T18:51:11.425Z Compiling futures-io v0.3.30
4962024-07-10T18:51:11.425Z Compiling typenum v1.17.0
4972024-07-10T18:51:11.644Z Compiling indexmap v2.2.6
4982024-07-10T18:51:11.754Z Compiling rustix v0.38.34
4992024-07-10T18:51:11.920Z Compiling pin-utils v0.1.0
5002024-07-10T18:51:12.006Z Compiling futures-task v0.3.30
5012024-07-10T18:51:12.292Z Compiling errno v0.3.9
5022024-07-10T18:51:12.315Z Compiling generic-array v0.14.7
5032024-07-10T18:51:12.390Z Compiling foreign-types-shared v0.1.1
5042024-07-10T18:51:12.498Z Compiling openssl v0.10.64
5052024-07-10T18:51:12.501Z Compiling slog v2.7.0
5062024-07-10T18:51:12.644Z Compiling foreign-types v0.3.2
5072024-07-10T18:51:12.830Z Compiling http v0.2.12
5082024-07-10T18:51:12.854Z Compiling usdt-impl v0.5.0
5092024-07-10T18:51:13.118Z Compiling proc-macro-error-attr v1.0.4
5102024-07-10T18:51:13.207Z Compiling tracing-core v0.1.32
5112024-07-10T18:51:13.378Z Compiling syn v1.0.109
5122024-07-10T18:51:13.472Z Compiling httparse v1.8.0
5132024-07-10T18:51:13.877Z Compiling time-core v0.1.2
5142024-07-10T18:51:14.005Z Compiling powerfmt v0.2.0
5152024-07-10T18:51:14.028Z Compiling num-conv v0.1.0
5162024-07-10T18:51:14.050Z Compiling tinyvec_macros v0.1.1
5172024-07-10T18:51:14.133Z Compiling native-tls v0.2.11
5182024-07-10T18:51:14.306Z Compiling time-macros v0.2.18
5192024-07-10T18:51:14.388Z Compiling deranged v0.3.11
5202024-07-10T18:51:14.433Z Compiling tinyvec v1.6.0
5212024-07-10T18:51:15.229Z Compiling tracing v0.1.40
5222024-07-10T18:51:15.400Z Compiling thread-id v4.2.1
5232024-07-10T18:51:15.739Z Compiling proc-macro-error v1.0.4
5242024-07-10T18:51:15.869Z Compiling utf8parse v0.2.1
5252024-07-10T18:51:16.002Z Compiling crossbeam-utils v0.8.19
5262024-07-10T18:51:16.025Z Compiling percent-encoding v2.3.1
5272024-07-10T18:51:16.047Z Compiling heck v0.5.0
5282024-07-10T18:51:16.071Z Compiling num_threads v0.1.7
5292024-07-10T18:51:16.203Z Compiling try-lock v0.2.5
5302024-07-10T18:51:16.281Z Compiling openssl-probe v0.1.5
5312024-07-10T18:51:16.345Z Compiling rustversion v1.0.17
5322024-07-10T18:51:16.387Z Compiling plain v0.2.3
5332024-07-10T18:51:16.436Z Compiling want v0.3.1
5342024-07-10T18:51:16.546Z Compiling form_urlencoded v1.2.1
5352024-07-10T18:51:16.549Z Compiling anstyle-parse v0.2.4
5362024-07-10T18:51:16.651Z Compiling unicode-normalization v0.1.23
5372024-07-10T18:51:16.883Z Compiling http-body v0.4.6
5382024-07-10T18:51:17.108Z Compiling dirs-sys-next v0.1.2
5392024-07-10T18:51:17.436Z Compiling unicode-bidi v0.3.15
5402024-07-10T18:51:17.611Z Compiling is_terminal_polyfill v1.70.0
5412024-07-10T18:51:17.634Z Compiling pretty-hex v0.4.1
5422024-07-10T18:51:17.639Z Compiling time v0.3.36
5432024-07-10T18:51:17.694Z Compiling tower-service v0.3.2
5442024-07-10T18:51:17.732Z Compiling camino v1.1.7
5452024-07-10T18:51:17.758Z Compiling httpdate v1.0.3
5462024-07-10T18:51:17.820Z Compiling anstyle v1.0.7
5472024-07-10T18:51:17.823Z Compiling crc32fast v1.4.0
5482024-07-10T18:51:18.260Z Compiling winnow v0.6.8
5492024-07-10T18:51:18.348Z Compiling semver v1.0.23
5502024-07-10T18:51:18.374Z Compiling anstyle-query v1.0.3
5512024-07-10T18:51:18.376Z Compiling colorchoice v1.0.1
5522024-07-10T18:51:18.525Z Compiling anstream v0.6.14
5532024-07-10T18:51:18.721Z Compiling idna v0.5.0
5542024-07-10T18:51:19.032Z Compiling dirs-next v2.0.0
5552024-07-10T18:51:19.310Z Compiling crypto-common v0.1.6
5562024-07-10T18:51:20.231Z Compiling block-buffer v0.10.4
5572024-07-10T18:51:20.298Z Compiling terminal_size v0.3.0
5582024-07-10T18:51:20.495Z Compiling fs-err v2.11.0
5592024-07-10T18:51:20.552Z Compiling thread_local v1.1.8
5602024-07-10T18:51:20.578Z Compiling match_cfg v0.1.0
5612024-07-10T18:51:20.634Z Compiling heck v0.4.1
5622024-07-10T18:51:20.677Z Compiling clap_lex v0.7.0
5632024-07-10T18:51:20.774Z Compiling bytecount v0.6.8
5642024-07-10T18:51:21.009Z Compiling base64 v0.21.7
5652024-07-10T18:51:21.100Z Compiling adler v1.0.2
5662024-07-10T18:51:21.131Z Compiling strsim v0.11.1
5672024-07-10T18:51:21.191Z Compiling unicode-width v0.1.13
5682024-07-10T18:51:21.329Z Compiling anyhow v1.0.86
5692024-07-10T18:51:21.431Z Compiling slog-async v2.8.0
5702024-07-10T18:51:21.638Z Compiling rustls-pemfile v1.0.4
5712024-07-10T18:51:21.774Z Compiling clap_builder v4.5.2
5722024-07-10T18:51:22.000Z Compiling papergrid v0.11.0
5732024-07-10T18:51:22.024Z Compiling miniz_oxide v0.7.2
5742024-07-10T18:51:22.086Z Compiling hostname v0.3.1
5752024-07-10T18:51:22.089Z Compiling digest v0.10.7
5762024-07-10T18:51:22.206Z Compiling crossbeam-channel v0.5.12
5772024-07-10T18:51:22.343Z Compiling url v2.5.0
5782024-07-10T18:51:22.524Z Compiling term v0.7.0
5792024-07-10T18:51:23.174Z Compiling serde_derive v1.0.204
5802024-07-10T18:51:23.346Z Compiling thiserror-impl v1.0.60
5812024-07-10T18:51:23.610Z Compiling zerocopy-derive v0.7.34
5822024-07-10T18:51:23.674Z Compiling tokio-macros v2.3.0
5832024-07-10T18:51:24.166Z Compiling futures-macro v0.3.30
5842024-07-10T18:51:24.314Z Compiling scroll_derive v0.12.0
5852024-07-10T18:51:25.398Z Compiling tokio v1.38.0
5862024-07-10T18:51:25.838Z Compiling openssl-macros v0.1.1
5872024-07-10T18:51:25.984Z Compiling zerocopy v0.7.34
5882024-07-10T18:51:26.284Z Compiling futures-util v0.3.30
5892024-07-10T18:51:26.318Z Compiling scroll v0.12.0
5902024-07-10T18:51:26.870Z Compiling goblin v0.8.2
5912024-07-10T18:51:26.908Z Compiling pest v2.7.10
5922024-07-10T18:51:27.569Z Compiling tabled_derive v0.7.0
5932024-07-10T18:51:29.879Z Compiling pest_meta v2.7.10
5942024-07-10T18:51:30.130Z Compiling strum_macros v0.26.4
5952024-07-10T18:51:31.451Z Compiling pest_generator v2.7.10
5962024-07-10T18:51:33.494Z Compiling tokio-util v0.7.11
5972024-07-10T18:51:34.881Z Compiling h2 v0.3.26
5982024-07-10T18:51:35.225Z Compiling pest_derive v2.7.10
5992024-07-10T18:51:35.542Z Compiling futures-executor v0.3.30
6002024-07-10T18:51:35.866Z Compiling tokio-native-tls v0.3.1
6012024-07-10T18:51:36.012Z Compiling dtrace-parser v0.2.0
6022024-07-10T18:51:36.142Z Compiling clap_derive v4.5.4
6032024-07-10T18:51:36.508Z Compiling xattr v1.3.1
6042024-07-10T18:51:36.787Z Compiling filetime v0.2.23
6052024-07-10T18:51:37.142Z Compiling is-terminal v0.4.12
6062024-07-10T18:51:37.272Z Compiling memmap v0.7.0
6072024-07-10T18:51:37.423Z Compiling encoding_rs v0.8.34
6082024-07-10T18:51:37.649Z Compiling sync_wrapper v0.1.2
6092024-07-10T18:51:37.792Z Compiling mime v0.3.17
6102024-07-10T18:51:38.421Z Compiling toml_datetime v0.6.6
6112024-07-10T18:51:38.453Z Compiling serde_spanned v0.6.6
6122024-07-10T18:51:38.887Z Compiling serde_tokenstream v0.2.1
6132024-07-10T18:51:38.911Z Compiling toml_edit v0.22.14
6142024-07-10T18:51:39.432Z Compiling hyper v0.14.28
6152024-07-10T18:51:40.555Z Compiling dof v0.3.0
6162024-07-10T18:51:41.499Z Compiling slog-json v2.6.1
6172024-07-10T18:51:42.010Z Compiling toml v0.8.14
6182024-07-10T18:51:42.366Z Compiling cargo-platform v0.1.8
6192024-07-10T18:51:42.973Z Compiling serde_urlencoded v0.7.1
6202024-07-10T18:51:43.064Z Compiling usdt-macro v0.5.0
6212024-07-10T18:51:43.282Z Compiling hyper-tls v0.5.0
6222024-07-10T18:51:43.434Z Compiling usdt-attr-macro v0.5.0
6232024-07-10T18:51:43.539Z Compiling ipnet v2.9.0
6242024-07-10T18:51:43.564Z Compiling take_mut v0.2.2
6252024-07-10T18:51:43.624Z Compiling cpufeatures v0.2.12
6262024-07-10T18:51:43.730Z Compiling sha2 v0.10.8
6272024-07-10T18:51:43.848Z Compiling cargo_metadata v0.18.1
6282024-07-10T18:51:44.417Z Compiling reqwest v0.11.27
6292024-07-10T18:51:44.815Z Compiling cargo_toml v0.20.3
6302024-07-10T18:51:44.926Z Compiling usdt v0.5.0
6312024-07-10T18:51:44.966Z Compiling slog-bunyan v2.5.0
6322024-07-10T18:51:45.163Z Compiling clap v4.5.4
6332024-07-10T18:51:45.287Z Compiling macaddr v1.0.1
6342024-07-10T18:51:45.407Z Compiling slog-term v2.9.1
6352024-07-10T18:51:45.640Z Compiling tar v0.4.40
6362024-07-10T18:51:45.752Z Compiling flate2 v1.0.30
6372024-07-10T18:51:46.621Z Compiling futures v0.3.30
6382024-07-10T18:51:46.721Z Compiling strum v0.26.2
6392024-07-10T18:51:46.749Z Compiling tabled v0.15.0
6402024-07-10T18:51:47.454Z Compiling swrite v0.1.0
6412024-07-10T18:51:51.558Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6422024-07-10T18:51:58.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
6432024-07-10T18:51:58.854Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6442024-07-10T18:51:58.909ZJul 10 18:51:58.185 INFO Starting download, target: Clickhouse
6452024-07-10T18:51:58.909ZJul 10 18:51:58.185 INFO Starting download, target: Console
6462024-07-10T18:51:58.909ZJul 10 18:51:58.185 INFO Starting download, target: Cockroach
6472024-07-10T18:51:58.909ZJul 10 18:51:58.185 INFO Starting download, target: DendriteOpenapi
6482024-07-10T18:51:58.912ZJul 10 18:51:58.185 INFO Starting download, target: DendriteStub
6492024-07-10T18:51:58.912ZJul 10 18:51:58.185 INFO Starting download, target: MaghemiteMgd
6502024-07-10T18:51:58.912ZJul 10 18:51:58.185 INFO Starting download, target: TransceiverControl
6512024-07-10T18:51:58.912ZJul 10 18:51:58.186 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6522024-07-10T18:51:58.912ZJul 10 18:51:58.186 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6532024-07-10T18:51:58.912ZJul 10 18:51:58.186 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi
6542024-07-10T18:51:58.912ZJul 10 18:51:58.186 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6552024-07-10T18:51:58.912ZJul 10 18:51:58.186 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6562024-07-10T18:51:58.912ZJul 10 18:51:58.186 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6572024-07-10T18:51:58.912ZJul 10 18:51:58.186 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6582024-07-10T18:51:59.213ZJul 10 18:51:58.483 INFO Download complete, target: DendriteOpenapi
6592024-07-10T18:51:59.272ZJul 10 18:51:58.543 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6602024-07-10T18:51:59.499ZJul 10 18:51:58.764 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6612024-07-10T18:51:59.526ZJul 10 18:51:58.800 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6622024-07-10T18:51:59.752ZJul 10 18:51:59.027 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6632024-07-10T18:51:59.932ZJul 10 18:51:59.208 INFO Download complete, target: Console
6642024-07-10T18:52:00.115ZJul 10 18:51:59.391 INFO Download complete, target: TransceiverControl
6652024-07-10T18:52:00.896ZJul 10 18:52:00.171 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6662024-07-10T18:52:02.711ZJul 10 18:52:01.986 INFO Download complete, target: DendriteStub
6672024-07-10T18:52:03.025ZJul 10 18:52:02.299 INFO Download complete, target: MaghemiteMgd
6682024-07-10T18:52:03.620ZJul 10 18:52:02.895 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6692024-07-10T18:52:03.620ZJul 10 18:52:02.895 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6702024-07-10T18:52:12.280ZJul 10 18:52:11.552 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6712024-07-10T18:52:12.613ZJul 10 18:52:11.885 INFO Checking that binary works, target: Cockroach
6722024-07-10T18:52:12.897ZJul 10 18:52:12.169 INFO Download complete, target: Cockroach
6732024-07-10T18:52:15.777ZJul 10 18:52:15.048 INFO Checking that binary works, target: Clickhouse
6742024-07-10T18:52:16.037ZJul 10 18:52:15.298 INFO Download complete, target: Clickhouse
6752024-07-10T18:52:16.044ZAll prerequisites installed successfully
6762024-07-10T18:52:16.045Z
6772024-07-10T18:52:16.045Zreal 2:42.911784151
6782024-07-10T18:52:16.045Zuser 5:46.749825553
6792024-07-10T18:52:16.045Zsys 1:18.682452383
6802024-07-10T18:52:16.045Ztrap 0.207269653
6812024-07-10T18:52:16.045Ztflt 2.825460218
6822024-07-10T18:52:16.045Zdflt 4.021820928
6832024-07-10T18:52:16.045Zkflt 0.299762346
6842024-07-10T18:52:16.045Zlock 13:04.282491891
6852024-07-10T18:52:16.045Zslp 17:21.487819780
6862024-07-10T18:52:16.045Zlat 19.932922863
6872024-07-10T18:52:16.045Zstop 1:06.353685845
6882024-07-10T18:52:16.045Z+ ptime -m cargo xtask download softnpu
6892024-07-10T18:52:16.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
6902024-07-10T18:52:16.604Z Running `target/debug/xtask download softnpu`
6912024-07-10T18:52:16.638ZJul 10 18:52:15.909 INFO Starting download, target: Softnpu
6922024-07-10T18:52:16.642ZJul 10 18:52:15.909 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6932024-07-10T18:52:17.335ZJul 10 18:52:16.606 INFO Download complete, target: Softnpu
6942024-07-10T18:52:17.339Z
6952024-07-10T18:52:17.342Zreal 1.297519258
6962024-07-10T18:52:17.342Zuser 0.646585481
6972024-07-10T18:52:17.342Zsys 0.297165309
6982024-07-10T18:52:17.342Ztrap 0.000473558
6992024-07-10T18:52:17.342Ztflt 0.000066084
7002024-07-10T18:52:17.342Zdflt 0.000118602
7012024-07-10T18:52:17.342Zkflt 0.000000000
7022024-07-10T18:52:17.342Zlock 7.182558772
7032024-07-10T18:52:17.342Zslp 0.612661221
7042024-07-10T18:52:17.342Zlat 0.073689290
7052024-07-10T18:52:17.342Zstop 0.000244151
7062024-07-10T18:52:17.342Z+ export CARGO_INCREMENTAL=0
7072024-07-10T18:52:17.342Z+ CARGO_INCREMENTAL=0
7082024-07-10T18:52:17.342Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7092024-07-10T18:52:17.881Z Downloading crates ...
7102024-07-10T18:52:18.074Z Downloaded atomicwrites v0.4.3
7112024-07-10T18:52:18.081Z Downloaded async-stream-impl v0.3.5
7122024-07-10T18:52:18.086Z Downloaded ciborium-io v0.2.2
7132024-07-10T18:52:18.089Z Downloaded bitstruct v0.1.1
7142024-07-10T18:52:18.089Z Downloaded newtype_derive v0.1.6
7152024-07-10T18:52:18.093Z Downloaded darling_macro v0.20.9
7162024-07-10T18:52:18.096Z Downloaded crucible-workspace-hack v0.1.0
7172024-07-10T18:52:18.099Z Downloaded new_debug_unreachable v1.0.6
7182024-07-10T18:52:18.102Z Downloaded nodrop v0.1.14
7192024-07-10T18:52:18.105Z Downloaded nanorand v0.7.0
7202024-07-10T18:52:18.108Z Downloaded base16ct v0.2.0
7212024-07-10T18:52:18.108Z Downloaded path-slash v0.1.5
7222024-07-10T18:52:18.111Z Downloaded phf_shared v0.10.0
7232024-07-10T18:52:18.111Z Downloaded number_prefix v0.4.0
7242024-07-10T18:52:18.114Z Downloaded async-recursion v1.1.1
7252024-07-10T18:52:18.117Z Downloaded assert_matches v1.5.0
7262024-07-10T18:52:18.121Z Downloaded oso-derive v0.27.3
7272024-07-10T18:52:18.121Z Downloaded colored v2.1.0
7282024-07-10T18:52:18.124Z Downloaded chacha20 v0.9.1
7292024-07-10T18:52:18.125Z Downloaded multimap v0.10.0
7302024-07-10T18:52:18.127Z Downloaded nibble_vec v0.1.0
7312024-07-10T18:52:18.128Z Downloaded newtype-uuid v1.1.0
7322024-07-10T18:52:18.130Z Downloaded crc v3.2.1
7332024-07-10T18:52:18.133Z Downloaded cassowary v0.3.0
7342024-07-10T18:52:18.136Z Downloaded predicates-tree v1.0.9
7352024-07-10T18:52:18.139Z Downloaded pem v3.0.4
7362024-07-10T18:52:18.139Z Downloaded parse-display-derive v0.9.1
7372024-07-10T18:52:18.142Z Downloaded defmt-macros v0.3.9
7382024-07-10T18:52:18.145Z Downloaded num-iter v0.1.45
7392024-07-10T18:52:18.145Z Downloaded radium v0.7.0
7402024-07-10T18:52:18.148Z Downloaded cfg_aliases v0.1.1
7412024-07-10T18:52:18.148Z Downloaded predicates v3.1.0
7422024-07-10T18:52:18.150Z Downloaded backoff v0.4.0
7432024-07-10T18:52:18.153Z Downloaded num-derive v0.4.2
7442024-07-10T18:52:18.153Z Downloaded opaque-debug v0.3.1
7452024-07-10T18:52:18.156Z Downloaded crunchy v0.2.2
7462024-07-10T18:52:18.156Z Downloaded derive_builder_macro v0.20.0
7472024-07-10T18:52:18.156Z Downloaded derive_more v0.99.18
7482024-07-10T18:52:18.162Z Downloaded cstr-argument v0.1.2
7492024-07-10T18:52:18.167Z Downloaded ref-cast-impl v1.0.23
7502024-07-10T18:52:18.167Z Downloaded parse-size v1.0.0
7512024-07-10T18:52:18.167Z Downloaded psl-types v2.0.11
7522024-07-10T18:52:18.172Z Downloaded precomputed-hash v0.1.1
7532024-07-10T18:52:18.172Z Downloaded const_format_proc_macros v0.2.32
7542024-07-10T18:52:18.175Z Downloaded portpicker v0.1.1
7552024-07-10T18:52:18.175Z Downloaded downcast v0.11.0
7562024-07-10T18:52:18.175Z Downloaded nu-ansi-term v0.50.0
7572024-07-10T18:52:18.178Z Downloaded vte_generate_state_changes v0.1.1
7582024-07-10T18:52:18.178Z Downloaded packed_struct_codegen v0.10.1
7592024-07-10T18:52:18.181Z Downloaded olpc-cjson v0.1.3
7602024-07-10T18:52:18.181Z Downloaded endian-type v0.1.2
7612024-07-10T18:52:18.184Z Downloaded num-complex v0.4.6
7622024-07-10T18:52:18.184Z Downloaded float-ord v0.3.2
7632024-07-10T18:52:18.189Z Downloaded postgres-types v0.2.6
7642024-07-10T18:52:18.189Z Downloaded password-hash v0.5.0
7652024-07-10T18:52:18.192Z Downloaded crossbeam-deque v0.8.5
7662024-07-10T18:52:18.192Z Downloaded proc-macro-crate v1.3.1
7672024-07-10T18:52:18.195Z Downloaded num_enum_derive v0.5.11
7682024-07-10T18:52:18.195Z Downloaded num-integer v0.1.46
7692024-07-10T18:52:18.198Z Downloaded enum-as-inner v0.5.1
7702024-07-10T18:52:18.201Z Downloaded phf v0.11.2
7712024-07-10T18:52:18.201Z Downloaded cobs v0.2.3
7722024-07-10T18:52:18.206Z Downloaded defmt-parser v0.3.4
7732024-07-10T18:52:18.206Z Downloaded curve25519-dalek-derive v0.1.1
7742024-07-10T18:52:18.206Z Downloaded thiserror-impl-no-std v2.0.2
7752024-07-10T18:52:18.209Z Downloaded ppv-lite86 v0.2.17
7762024-07-10T18:52:18.209Z Downloaded instant v0.1.12
7772024-07-10T18:52:18.212Z Downloaded headers-core v0.2.0
7782024-07-10T18:52:18.212Z Downloaded predicates-core v1.0.6
7792024-07-10T18:52:18.212Z Downloaded phf_shared v0.11.2
7802024-07-10T18:52:18.215Z Downloaded darling v0.20.9
7812024-07-10T18:52:18.218Z Downloaded unicode-truncate v1.0.0
7822024-07-10T18:52:18.221Z Downloaded quick-error v1.2.3
7832024-07-10T18:52:18.224Z Downloaded ref-cast v1.0.23
7842024-07-10T18:52:18.228Z Downloaded rand_xorshift v0.3.0
7852024-07-10T18:52:18.228Z Downloaded sigpipe v0.1.3
7862024-07-10T18:52:18.232Z Downloaded rpassword v7.3.1
7872024-07-10T18:52:18.232Z Downloaded foreign-types-macros v0.2.3
7882024-07-10T18:52:18.232Z Downloaded foreign-types v0.5.0
7892024-07-10T18:52:18.235Z Downloaded ena v0.14.3
7902024-07-10T18:52:18.235Z Downloaded postcard v1.0.8
7912024-07-10T18:52:18.239Z Downloaded bit-set v0.5.3
7922024-07-10T18:52:18.242Z Downloaded pem-rfc7468 v0.7.0
7932024-07-10T18:52:18.242Z Downloaded parking_lot v0.11.2
7942024-07-10T18:52:18.246Z Downloaded csv-core v0.1.11
7952024-07-10T18:52:18.252Z Downloaded owo-colors v4.0.0
7962024-07-10T18:52:18.252Z Downloaded hyper-rustls v0.24.2
7972024-07-10T18:52:18.255Z Downloaded foreign-types-shared v0.3.1
7982024-07-10T18:52:18.255Z Downloaded lru-cache v0.1.2
7992024-07-10T18:52:18.258Z Downloaded funty v2.0.0
8002024-07-10T18:52:18.258Z Downloaded poly1305 v0.8.0
8012024-07-10T18:52:18.261Z Downloaded lru v0.12.3
8022024-07-10T18:52:18.261Z Downloaded linked-hash-map v0.5.6
8032024-07-10T18:52:18.264Z Downloaded lalrpop-util v0.19.12
8042024-07-10T18:52:18.264Z Downloaded parking_lot_core v0.8.6
8052024-07-10T18:52:18.267Z Downloaded allocator-api2 v0.2.18
8062024-07-10T18:52:18.270Z Downloaded smawk v0.3.2
8072024-07-10T18:52:18.273Z Downloaded sqlparser_derive v0.2.2
8082024-07-10T18:52:18.273Z Downloaded zone_cfg_derive v0.1.2
8092024-07-10T18:52:18.276Z Downloaded shell-words v1.1.0
8102024-07-10T18:52:18.276Z Downloaded termcolor v1.4.1
8112024-07-10T18:52:18.276Z Downloaded strum_macros v0.25.3
8122024-07-10T18:52:18.280Z Downloaded schemars_derive v0.8.21
8132024-07-10T18:52:18.286Z Downloaded slog-stdlog v4.1.1
8142024-07-10T18:52:18.286Z Downloaded tap v1.0.1
8152024-07-10T18:52:18.286Z Downloaded stringprep v0.1.4
8162024-07-10T18:52:18.290Z Downloaded smallvec v0.6.14
8172024-07-10T18:52:18.290Z Downloaded slog-scope v4.4.0
8182024-07-10T18:52:18.290Z Downloaded postgres-protocol v0.6.6
8192024-07-10T18:52:18.294Z Downloaded utf-8 v0.7.6
8202024-07-10T18:52:18.294Z Downloaded universal-hash v0.5.1
8212024-07-10T18:52:18.294Z Downloaded minimal-lexical v0.2.1
8222024-07-10T18:52:18.299Z Downloaded prettyplease v0.2.20
8232024-07-10T18:52:18.303Z Downloaded is_ci v1.2.0
8242024-07-10T18:52:18.309Z Downloaded stability v0.2.0
8252024-07-10T18:52:18.309Z Downloaded impl-trait-for-tuples v0.2.2
8262024-07-10T18:52:18.313Z Downloaded same-file v1.0.6
8272024-07-10T18:52:18.313Z Downloaded rustc-hash v1.1.0
8282024-07-10T18:52:18.313Z Downloaded crypto-bigint v0.5.5
8292024-07-10T18:52:18.318Z Downloaded libsw v3.3.1
8302024-07-10T18:52:18.324Z Downloaded http-range v0.1.5
8312024-07-10T18:52:18.327Z Downloaded lazycell v1.3.0
8322024-07-10T18:52:18.327Z Downloaded waitgroup v0.1.2
8332024-07-10T18:52:18.327Z Downloaded vte v0.11.1
8342024-07-10T18:52:18.327Z Downloaded termtree v0.4.1
8352024-07-10T18:52:18.330Z Downloaded rand v0.8.5
8362024-07-10T18:52:18.333Z Downloaded crc-any v2.5.0
8372024-07-10T18:52:18.336Z Downloaded fallible-iterator v0.2.0
8382024-07-10T18:52:18.336Z Downloaded tui-tree-widget v0.21.0
8392024-07-10T18:52:18.339Z Downloaded tokio-tungstenite v0.20.1
8402024-07-10T18:52:18.342Z Downloaded whoami v1.5.1
8412024-07-10T18:52:18.345Z Downloaded hash32 v0.3.1
8422024-07-10T18:52:18.348Z Downloaded hash32 v0.2.1
8432024-07-10T18:52:18.348Z Downloaded ident_case v1.0.1
8442024-07-10T18:52:18.350Z Downloaded highway v1.1.0
8452024-07-10T18:52:18.353Z Downloaded pin-project-internal v1.1.5
8462024-07-10T18:52:18.353Z Downloaded gethostname v0.4.3
8472024-07-10T18:52:18.356Z Downloaded rcgen v0.12.1
8482024-07-10T18:52:18.358Z Downloaded serde_path_to_error v0.1.16
8492024-07-10T18:52:18.361Z Downloaded serde_arrays v0.1.0
8502024-07-10T18:52:18.366Z Downloaded der v0.7.9
8512024-07-10T18:52:18.369Z Downloaded static_assertions v1.1.0
8522024-07-10T18:52:18.373Z Downloaded unicase v2.7.0
8532024-07-10T18:52:18.373Z Downloaded tokio-rustls v0.24.1
8542024-07-10T18:52:18.376Z Downloaded unarray v0.1.4
8552024-07-10T18:52:18.379Z Downloaded hostname v0.4.0
8562024-07-10T18:52:18.379Z Downloaded fxhash v0.2.1
8572024-07-10T18:52:18.379Z Downloaded termios v0.3.3
8582024-07-10T18:52:18.383Z Downloaded subtle v2.5.0
8592024-07-10T18:52:18.383Z Downloaded diesel_table_macro_syntax v0.1.0
8602024-07-10T18:52:18.392Z Downloaded num-bigint v0.4.5
8612024-07-10T18:52:18.397Z Downloaded rusty-fork v0.3.0
8622024-07-10T18:52:18.402Z Downloaded toml v0.7.8
8632024-07-10T18:52:18.405Z Downloaded headers v0.3.9
8642024-07-10T18:52:18.410Z Downloaded uuid v1.9.1
8652024-07-10T18:52:18.413Z Downloaded rustc_version v0.1.7
8662024-07-10T18:52:18.413Z Downloaded serde_derive_internals v0.29.1
8672024-07-10T18:52:18.413Z Downloaded maybe-uninit v2.0.0
8682024-07-10T18:52:18.416Z Downloaded hubpack_derive v0.1.1
8692024-07-10T18:52:18.416Z Downloaded hex v0.4.3
8702024-07-10T18:52:18.419Z Downloaded fastrand v2.1.0
8712024-07-10T18:52:18.419Z Downloaded spin v0.9.8
8722024-07-10T18:52:18.421Z Downloaded ron v0.7.1
8732024-07-10T18:52:19.428Z Downloaded signal-hook v0.3.17
8742024-07-10T18:52:19.433Z Downloaded getopts v0.2.21
8752024-07-10T18:52:19.433Z Downloaded signal-hook-mio v0.2.3
8762024-07-10T18:52:19.433Z Downloaded difflib v0.4.0
8772024-07-10T18:52:19.433Z Downloaded serde_repr v0.1.19
8782024-07-10T18:52:19.433Z Downloaded serde-big-array v0.5.1
8792024-07-10T18:52:19.433Z Downloaded tokio-postgres v0.7.10
8802024-07-10T18:52:19.433Z Downloaded half v2.4.1
8812024-07-10T18:52:19.433Z Downloaded toolchain_find v0.4.0
8822024-07-10T18:52:19.433Z Downloaded string_cache v0.8.7
8832024-07-10T18:52:19.433Z Downloaded matches v0.1.10
8842024-07-10T18:52:19.433Z Downloaded yasna v0.5.2
8852024-07-10T18:52:19.433Z Downloaded ed25519 v1.5.3
8862024-07-10T18:52:19.433Z Downloaded display-error-chain v0.2.0
8872024-07-10T18:52:19.433Z Downloaded fixedbitset v0.4.2
8882024-07-10T18:52:19.433Z Downloaded structmeta v0.2.0
8892024-07-10T18:52:19.433Z Downloaded topological-sort v0.2.2
8902024-07-10T18:52:19.433Z Downloaded flagset v0.4.5
8912024-07-10T18:52:19.433Z Downloaded hmac v0.12.1
8922024-07-10T18:52:19.434Z Downloaded samael v0.0.15
8932024-07-10T18:52:19.434Z Downloaded snafu v0.8.2
8942024-07-10T18:52:19.434Z Downloaded zeroize v1.7.0
8952024-07-10T18:52:19.434Z Downloaded spin v0.5.2
8962024-07-10T18:52:19.434Z Downloaded keccak v0.1.5
8972024-07-10T18:52:19.434Z Downloaded getrandom v0.2.14
8982024-07-10T18:52:19.434Z Downloaded hashbrown v0.13.2
8992024-07-10T18:52:19.434Z Downloaded similar v2.5.0
9002024-07-10T18:52:19.434Z Downloaded structmeta v0.3.0
9012024-07-10T18:52:19.434Z Downloaded tls_codec v0.4.1
9022024-07-10T18:52:19.434Z Downloaded slog-dtrace v0.3.0
9032024-07-10T18:52:19.434Z Downloaded tiny-keccak v2.0.2
9042024-07-10T18:52:19.434Z Downloaded maplit v1.0.2
9052024-07-10T18:52:19.434Z Downloaded fatfs v0.3.6
9062024-07-10T18:52:19.434Z Downloaded semver v0.1.20
9072024-07-10T18:52:19.434Z Downloaded linear-map v1.2.0
9082024-07-10T18:52:19.434Z Downloaded tungstenite v0.21.0
9092024-07-10T18:52:19.434Z Downloaded tracing-attributes v0.1.27
9102024-07-10T18:52:19.435Z Downloaded salty v0.2.0
9112024-07-10T18:52:19.435Z Downloaded trust-dns-server v0.22.1
9122024-07-10T18:52:19.435Z Downloaded snafu-derive v0.8.2
9132024-07-10T18:52:19.435Z Downloaded elliptic-curve v0.13.8
9142024-07-10T18:52:19.435Z Downloaded crossterm v0.27.0
9152024-07-10T18:52:19.435Z Downloaded scheduled-thread-pool v0.2.7
9162024-07-10T18:52:19.435Z Downloaded tokio-rustls v0.25.0
9172024-07-10T18:52:19.435Z Downloaded memmap2 v0.9.4
9182024-07-10T18:52:19.435Z Downloaded iana-time-zone v0.1.60
9192024-07-10T18:52:19.435Z Downloaded trust-dns-resolver v0.22.0
9202024-07-10T18:52:19.435Z Downloaded reedline v0.31.0
9212024-07-10T18:52:19.435Z Downloaded diff v0.1.13
9222024-07-10T18:52:19.435Z Downloaded expectorate v1.1.0
9232024-07-10T18:52:19.435Z Downloaded unicode-segmentation v1.11.0
9242024-07-10T18:52:19.435Z Downloaded portable-atomic v1.6.0
9252024-07-10T18:52:19.435Z Downloaded tungstenite v0.20.1
9262024-07-10T18:52:19.435Z Downloaded zip v0.6.6
9272024-07-10T18:52:19.435Z Downloaded http v1.1.0
9282024-07-10T18:52:19.435Z Downloaded quick-xml v0.31.0
9292024-07-10T18:52:19.435Z Downloaded steno v0.4.1
9302024-07-10T18:52:19.435Z Downloaded heapless v0.8.0
9312024-07-10T18:52:19.435Z Downloaded hashbrown v0.12.3
9322024-07-10T18:52:19.435Z Downloaded trust-dns-client v0.22.0
9332024-07-10T18:52:19.435Z Downloaded blake3 v1.5.1
9342024-07-10T18:52:19.435Z Downloaded x509-cert v0.2.5
9352024-07-10T18:52:19.435Z Downloaded rustyline v14.0.0
9362024-07-10T18:52:19.435Z Downloaded regex-automata v0.1.10
9372024-07-10T18:52:19.435Z Downloaded itertools v0.10.5
9382024-07-10T18:52:19.435Z Downloaded hkdf v0.12.4
9392024-07-10T18:52:19.435Z Downloaded tough v0.17.1
9402024-07-10T18:52:19.435Z Downloaded proptest v1.4.0
9412024-07-10T18:52:19.436Z Downloaded bindgen v0.69.4
9422024-07-10T18:52:19.436Z Downloaded serde_with v3.8.1
9432024-07-10T18:52:19.436Z Downloaded bitvec v1.0.1
9442024-07-10T18:52:19.436Z Downloaded rustls-webpki v0.102.4
9452024-07-10T18:52:19.436Z Downloaded itertools v0.12.1
9462024-07-10T18:52:19.436Z Downloaded chrono v0.4.38
9472024-07-10T18:52:19.436Z Downloaded lalrpop v0.19.12
9482024-07-10T18:52:19.436Z Downloaded curve25519-dalek v4.1.3
9492024-07-10T18:52:19.436Z Downloaded rustls-webpki v0.101.7
9502024-07-10T18:52:19.436Z Downloaded sqlparser v0.45.0
9512024-07-10T18:52:19.436Z Downloaded regex v1.10.5
9522024-07-10T18:52:19.436Z Downloaded nix v0.28.0
9532024-07-10T18:52:19.436Z Downloaded webpki-roots v0.25.4
9542024-07-10T18:52:19.436Z Downloaded regress v0.9.1
9552024-07-10T18:52:19.436Z Downloaded rustls v0.21.12
9562024-07-10T18:52:19.436Z Downloaded idna v0.2.3
9572024-07-10T18:52:19.436Z Downloaded regex-syntax v0.6.29
9582024-07-10T18:52:19.436Z Downloaded gimli v0.28.1
9592024-07-10T18:52:19.436Z Downloaded regex-syntax v0.8.3
9602024-07-10T18:52:19.436Z Downloaded rustls v0.22.4
9612024-07-10T18:52:19.436Z Downloaded smoltcp v0.11.0
9622024-07-10T18:52:19.436Z Downloaded sled v0.34.7
9632024-07-10T18:52:19.436Z Downloaded openapiv3 v2.0.0
9642024-07-10T18:52:19.436Z Downloaded regex-automata v0.4.6
9652024-07-10T18:52:19.436Z Downloaded ratatui v0.27.0
9662024-07-10T18:52:19.436Z Downloaded zerocopy-derive v0.6.6
9672024-07-10T18:52:19.436Z Downloaded finl_unicode v1.2.0
9682024-07-10T18:52:19.436Z Downloaded sha3 v0.10.8
9692024-07-10T18:52:19.436Z Downloaded petgraph v0.6.5
9702024-07-10T18:52:19.436Z Downloaded csv v1.3.0
9712024-07-10T18:52:19.436Z Downloaded bzip2-sys v0.1.11+1.0.8
9722024-07-10T18:52:19.436Z Downloaded diesel v2.1.6
9732024-07-10T18:52:19.436Z Downloaded smoltcp v0.9.1
9742024-07-10T18:52:19.440Z Downloaded idna v0.3.0
9752024-07-10T18:52:19.440Z Downloaded trust-dns-proto v0.22.0
9762024-07-10T18:52:19.440Z Downloaded bstr v1.9.1
9772024-07-10T18:52:19.441Z Downloaded radix_trie v0.2.1
9782024-07-10T18:52:19.441Z Downloaded polar-core v0.27.3
9792024-07-10T18:52:19.441Z Downloaded object v0.30.4
9802024-07-10T18:52:19.441Z Downloaded nix v0.27.1
9812024-07-10T18:52:19.441Z Downloaded bstr v0.2.17
9822024-07-10T18:52:19.441Z Downloaded object v0.32.2
9832024-07-10T18:52:19.441Z Downloaded winnow v0.5.40
9842024-07-10T18:52:19.441Z Downloaded rayon v1.10.0
9852024-07-10T18:52:19.441Z Downloaded itertools v0.13.0
9862024-07-10T18:52:19.441Z Downloaded toml_edit v0.19.15
9872024-07-10T18:52:19.441Z Downloaded libxml v0.3.3
9882024-07-10T18:52:19.441Z Downloaded libm v0.2.8
9892024-07-10T18:52:19.441Z Downloaded aho-corasick v1.1.3
9902024-07-10T18:52:19.441Z Downloaded serde_yaml v0.9.34+deprecated
9912024-07-10T18:52:19.441Z Downloaded subprocess v0.2.9
9922024-07-10T18:52:19.441Z Downloaded indicatif v0.17.8
9932024-07-10T18:52:19.441Z Downloaded indexmap v1.9.3
9942024-07-10T18:52:19.441Z Downloaded num-bigint-dig v0.8.4
9952024-07-10T18:52:19.441Z Downloaded secrecy v0.8.0
9962024-07-10T18:52:19.441Z Downloaded resolv-conf v0.7.0
9972024-07-10T18:52:19.441Z Downloaded test-strategy v0.3.1
9982024-07-10T18:52:19.441Z Downloaded slog-envlogger v2.2.0
9992024-07-10T18:52:19.441Z Downloaded structmeta-derive v0.3.0
10002024-07-10T18:52:19.441Z Downloaded lazy_static v1.5.0
10012024-07-10T18:52:19.441Z Downloaded kstat-rs v0.2.4
10022024-07-10T18:52:19.441Z Downloaded socket2 v0.4.10
10032024-07-10T18:52:19.441Z Downloaded zerocopy v0.6.6
10042024-07-10T18:52:19.441Z Downloaded textwrap v0.16.1
10052024-07-10T18:52:19.441Z Downloaded unicode_categories v0.1.1
10062024-07-10T18:52:19.441Z Downloaded serde_with_macros v3.8.1
10072024-07-10T18:52:19.441Z Downloaded thiserror-no-std v2.0.2
10082024-07-10T18:52:19.441Z Downloaded strum_macros v0.24.3
10092024-07-10T18:52:19.441Z Downloaded md-5 v0.10.6
10102024-07-10T18:52:19.441Z Downloaded indoc v1.0.9
10112024-07-10T18:52:19.441Z Downloaded humantime v2.1.0
10122024-07-10T18:52:19.441Z Downloaded hubpack v0.1.2
10132024-07-10T18:52:19.441Z Downloaded heck v0.3.3
10142024-07-10T18:52:19.442Z Downloaded rustls-pki-types v1.7.0
10152024-07-10T18:52:19.442Z Downloaded rustls-pemfile v2.1.2
10162024-07-10T18:52:19.442Z Downloaded rustc_version v0.4.0
10172024-07-10T18:52:19.442Z Downloaded rsa v0.9.6
10182024-07-10T18:52:19.442Z Downloaded strip-ansi-escapes v0.2.0
10192024-07-10T18:52:19.442Z Downloaded wyz v0.5.1
10202024-07-10T18:52:19.442Z Downloaded tokio-stream v0.1.15
10212024-07-10T18:52:19.442Z Downloaded nom v7.1.3
10222024-07-10T18:52:19.442Z Downloaded ff v0.13.0
10232024-07-10T18:52:19.442Z Downloaded either v1.12.0
10242024-07-10T18:52:19.442Z Downloaded dyn-clone v1.0.17
10252024-07-10T18:52:19.442Z Downloaded signature v1.6.4
10262024-07-10T18:52:19.442Z Downloaded signal-hook-tokio v0.3.1
10272024-07-10T18:52:19.442Z Downloaded unsafe-libyaml v0.2.11
10282024-07-10T18:52:19.442Z Downloaded heapless v0.7.17
10292024-07-10T18:52:19.442Z Downloaded typed-path v0.7.1
10302024-07-10T18:52:19.442Z Downloaded group v0.13.0
10312024-07-10T18:52:19.442Z Downloaded schemars v0.8.21
10322024-07-10T18:52:19.442Z Downloaded erased-serde v0.3.31
10332024-07-10T18:52:19.442Z Downloaded env_logger v0.9.3
10342024-07-10T18:52:19.442Z Downloaded ron v0.8.1
10352024-07-10T18:52:19.442Z Downloaded signature v2.2.0
10362024-07-10T18:52:19.442Z Downloaded env_logger v0.10.2
10372024-07-10T18:52:19.442Z Downloaded walkdir v2.5.0
10382024-07-10T18:52:19.442Z Downloaded flume v0.11.0
10392024-07-10T18:52:19.442Z Downloaded diesel_derives v2.1.4
10402024-07-10T18:52:19.442Z Downloaded darling_core v0.20.9
10412024-07-10T18:52:19.442Z Downloaded const_format v0.2.32
10422024-07-10T18:52:19.442Z Downloaded compact_str v0.7.1
10432024-07-10T18:52:19.442Z Downloaded chacha20poly1305 v0.10.1
10442024-07-10T18:52:19.442Z Downloaded libefi-sys v0.1.0
10452024-07-10T18:52:19.442Z Downloaded ipnetwork v0.20.0
10462024-07-10T18:52:19.442Z Downloaded globset v0.4.14
10472024-07-10T18:52:19.442Z Downloaded serde-big-array v0.4.1
10482024-07-10T18:52:19.442Z Downloaded siphasher v0.3.11
10492024-07-10T18:52:19.442Z Downloaded publicsuffix v2.2.3
10502024-07-10T18:52:19.442Z Downloaded home v0.5.9
10512024-07-10T18:52:19.442Z Downloaded glob v0.3.1
10522024-07-10T18:52:19.442Z Downloaded shlex v1.3.0
10532024-07-10T18:52:19.442Z Downloaded rayon-core v1.12.1
10542024-07-10T18:52:19.443Z Downloaded spki v0.7.3
10552024-07-10T18:52:19.443Z Downloaded zone v0.1.8
10562024-07-10T18:52:19.443Z Downloaded libloading v0.8.3
10572024-07-10T18:52:19.443Z Downloaded stable_deref_trait v1.2.0
10582024-07-10T18:52:19.443Z Downloaded sqlformat v0.2.3
10592024-07-10T18:52:19.443Z Downloaded serde_plain v1.0.2
10602024-07-10T18:52:19.443Z Downloaded serde-hex v0.1.0
10612024-07-10T18:52:19.443Z Downloaded rustfmt-wrapper v0.2.1
10622024-07-10T18:52:19.443Z Downloaded tempfile v3.10.1
10632024-07-10T18:52:19.443Z Downloaded num-traits v0.2.19
10642024-07-10T18:52:19.443Z Downloaded vsss-rs v3.3.4
10652024-07-10T18:52:19.443Z Downloaded which v4.4.2
10662024-07-10T18:52:19.443Z Downloaded tls_codec_derive v0.4.1
10672024-07-10T18:52:19.443Z Downloaded tabwriter v1.4.0
10682024-07-10T18:52:19.443Z Downloaded supports-color v3.0.0
10692024-07-10T18:52:19.443Z Downloaded structmeta-derive v0.2.0
10702024-07-10T18:52:19.443Z Downloaded ring v0.17.8
10712024-07-10T18:52:19.443Z Downloaded smf v0.2.3
10722024-07-10T18:52:19.443Z Downloaded sct v0.7.1
10732024-07-10T18:52:19.443Z Downloaded rustc-demangle v0.1.24
10742024-07-10T18:52:19.446Z Downloaded fragile v2.0.0
10752024-07-10T18:52:19.446Z Downloaded fd-lock v4.0.2
10762024-07-10T18:52:19.446Z Downloaded uzers v0.11.3
10772024-07-10T18:52:19.446Z Downloaded untrusted v0.9.0
10782024-07-10T18:52:19.446Z Downloaded base64 v0.22.1
10792024-07-10T18:52:19.446Z Downloaded backtrace v0.3.71
10802024-07-10T18:52:19.446Z Downloaded arc-swap v1.7.1
10812024-07-10T18:52:19.446Z Downloaded float-cmp v0.9.0
10822024-07-10T18:52:19.446Z Downloaded unicode-xid v0.2.4
10832024-07-10T18:52:19.446Z Downloaded unicode-linebreak v0.1.5
10842024-07-10T18:52:19.446Z Downloaded toml v0.5.11
10852024-07-10T18:52:19.446Z Downloaded tokio-tungstenite v0.21.0
10862024-07-10T18:52:19.446Z Downloaded oso v0.27.3
10872024-07-10T18:52:19.446Z Downloaded derive-where v1.2.7
10882024-07-10T18:52:19.446Z Downloaded paste v1.0.15
10892024-07-10T18:52:19.446Z Downloaded const-oid v0.9.6
10902024-07-10T18:52:19.447Z Downloaded sha1 v0.10.6
10912024-07-10T18:52:19.447Z Downloaded sec1 v0.7.3
10922024-07-10T18:52:19.447Z Downloaded rtoolbox v0.0.2
10932024-07-10T18:52:19.447Z Downloaded crossbeam-epoch v0.9.18
10942024-07-10T18:52:19.447Z Downloaded inout v0.1.3
10952024-07-10T18:52:19.447Z Downloaded pkcs8 v0.10.2
10962024-07-10T18:52:19.447Z Downloaded ring v0.16.20
10972024-07-10T18:52:19.515Z Downloaded managed v0.8.0
10982024-07-10T18:52:19.518Z Downloaded hyper-staticfile v0.9.5
10992024-07-10T18:52:19.519Z Downloaded base64 v0.13.1
11002024-07-10T18:52:19.522Z Downloaded data-encoding v2.6.0
11012024-07-10T18:52:19.522Z Downloaded cancel-safe-futures v0.1.5
11022024-07-10T18:52:19.525Z Downloaded ciborium v0.2.2
11032024-07-10T18:52:19.528Z Downloaded peg v0.8.3
11042024-07-10T18:52:19.531Z Downloaded cookie_store v0.20.0
11052024-07-10T18:52:19.531Z Downloaded cookie v0.17.0
11062024-07-10T18:52:19.534Z Downloaded pin-project v1.1.5
11072024-07-10T18:52:19.542Z Downloaded peg-macros v0.8.3
11082024-07-10T18:52:19.544Z Downloaded embedded-io v0.4.0
11092024-07-10T18:52:19.544Z Downloaded omicron-zone-package v0.11.0
11102024-07-10T18:52:19.547Z Downloaded bit-vec v0.6.3
11112024-07-10T18:52:19.550Z Downloaded zeroize_derive v1.4.2
11122024-07-10T18:52:19.550Z Downloaded wait-timeout v0.2.0
11132024-07-10T18:52:19.550Z Downloaded untrusted v0.7.1
11142024-07-10T18:52:19.553Z Downloaded num-rational v0.4.2
11152024-07-10T18:52:19.553Z Downloaded rand_core v0.6.4
11162024-07-10T18:52:19.556Z Downloaded cookie v0.18.1
11172024-07-10T18:52:19.556Z Downloaded clang-sys v1.7.0
11182024-07-10T18:52:19.559Z Downloaded pretty-hex v0.2.1
11192024-07-10T18:52:19.559Z Downloaded blake2 v0.10.6
11202024-07-10T18:52:19.563Z Downloaded cexpr v0.6.0
11212024-07-10T18:52:19.563Z Downloaded r2d2 v0.8.10
11222024-07-10T18:52:19.567Z Downloaded num v0.4.3
11232024-07-10T18:52:19.567Z Downloaded mockall_derive v0.12.1
11242024-07-10T18:52:19.567Z Downloaded defmt v0.3.8
11252024-07-10T18:52:19.570Z Downloaded buf-list v1.0.3
11262024-07-10T18:52:19.574Z Downloaded parse-display v0.9.1
11272024-07-10T18:52:19.575Z Downloaded bitfield-struct v0.6.1
11282024-07-10T18:52:19.575Z Downloaded ciborium-ll v0.2.2
11292024-07-10T18:52:19.575Z Downloaded pkcs1 v0.7.5
11302024-07-10T18:52:19.577Z Downloaded constant_time_eq v0.3.0
11312024-07-10T18:52:19.577Z Downloaded castaway v0.2.2
11322024-07-10T18:52:19.577Z Downloaded derive_builder v0.20.0
11332024-07-10T18:52:19.580Z Downloaded camino-tempfile v1.1.1
11342024-07-10T18:52:19.584Z Downloaded ahash v0.8.11
11352024-07-10T18:52:19.589Z Downloaded addr2line v0.21.0
11362024-07-10T18:52:19.589Z Downloaded derive_builder_core v0.20.0
11372024-07-10T18:52:19.589Z Downloaded der_derive v0.7.2
11382024-07-10T18:52:19.592Z Downloaded base64ct v1.6.0
11392024-07-10T18:52:19.592Z Downloaded console v0.15.8
11402024-07-10T18:52:19.595Z Downloaded bitfield v0.14.0
11412024-07-10T18:52:19.595Z Downloaded bzip2 v0.4.4
11422024-07-10T18:52:19.598Z Downloaded rand_seeder v0.2.3
11432024-07-10T18:52:19.598Z Downloaded rand_chacha v0.3.1
11442024-07-10T18:52:19.601Z Downloaded peg-runtime v0.8.3
11452024-07-10T18:52:19.601Z Downloaded multer v3.1.0
11462024-07-10T18:52:19.603Z Downloaded mockall v0.12.1
11472024-07-10T18:52:19.603Z Downloaded bcs v0.1.6
11482024-07-10T18:52:19.607Z Downloaded atomic-waker v1.1.2
11492024-07-10T18:52:19.607Z Downloaded ascii v1.1.0
11502024-07-10T18:52:19.607Z Downloaded arrayvec v0.7.4
11512024-07-10T18:52:19.610Z Downloaded bitstruct_derive v0.1.0
11522024-07-10T18:52:19.610Z Downloaded async-trait v0.1.81
11532024-07-10T18:52:19.613Z Downloaded argon2 v0.5.3
11542024-07-10T18:52:19.613Z Downloaded num_enum v0.5.11
11552024-07-10T18:52:19.618Z Downloaded debug-ignore v1.0.5
11562024-07-10T18:52:19.625Z Downloaded crc-catalog v2.4.0
11572024-07-10T18:52:19.625Z Downloaded packed_struct v0.10.1
11582024-07-10T18:52:19.625Z Downloaded normalize-line-endings v0.3.0
11592024-07-10T18:52:19.625Z Downloaded corncobs v0.1.3
11602024-07-10T18:52:19.628Z Downloaded bitflags v1.3.2
11612024-07-10T18:52:19.628Z Downloaded block-padding v0.3.3
11622024-07-10T18:52:19.628Z Downloaded atty v0.2.14
11632024-07-10T18:52:19.628Z Downloaded mime_guess v2.0.4
11642024-07-10T18:52:19.628Z Downloaded convert_case v0.4.0
11652024-07-10T18:52:19.631Z Downloaded cipher v0.4.4
11662024-07-10T18:52:19.631Z Downloaded ascii-canvas v3.0.0
11672024-07-10T18:52:19.631Z Downloaded array-init v0.0.4
11682024-07-10T18:52:19.631Z Downloaded async-stream v0.3.5
11692024-07-10T18:52:19.636Z Downloaded arrayref v0.3.7
11702024-07-10T18:52:19.636Z Downloaded aead v0.5.2
11712024-07-10T18:52:19.636Z Downloaded newline-converter v0.3.0
11722024-07-10T18:52:19.639Z Downloaded memoffset v0.9.1
11732024-07-10T18:52:19.639Z Downloaded bb8 v0.8.5
11742024-07-10T18:52:19.772Z Compiling proc-macro2 v1.0.86
11752024-07-10T18:52:19.772Z Compiling unicode-ident v1.0.12
11762024-07-10T18:52:19.772Z Compiling libc v0.2.155
11772024-07-10T18:52:19.786Z Compiling serde v1.0.204
11782024-07-10T18:52:19.786Z Compiling autocfg v1.3.0
11792024-07-10T18:52:19.786Z Compiling version_check v0.9.4
11802024-07-10T18:52:19.786Z Compiling cfg-if v1.0.0
11812024-07-10T18:52:20.226Z Compiling cc v1.0.97
11822024-07-10T18:52:20.233Z Compiling parking_lot_core v0.9.10
11832024-07-10T18:52:20.233Z Compiling serde_json v1.0.120
11842024-07-10T18:52:20.414Z Compiling once_cell v1.19.0
11852024-07-10T18:52:20.431Z Compiling libm v0.2.8
11862024-07-10T18:52:20.623Z Compiling lock_api v0.4.12
11872024-07-10T18:52:20.627Z Compiling ahash v0.8.11
11882024-07-10T18:52:20.715Z Compiling byteorder v1.5.0
11892024-07-10T18:52:20.770Z Compiling num-traits v0.2.19
11902024-07-10T18:52:20.879Z Compiling memchr v2.7.2
11912024-07-10T18:52:20.935Z Compiling thiserror v1.0.60
11922024-07-10T18:52:21.128Z Compiling scopeguard v1.2.0
11932024-07-10T18:52:21.153Z Compiling typenum v1.17.0
11942024-07-10T18:52:21.408Z Compiling quote v1.0.36
11952024-07-10T18:52:21.901Z Compiling syn v2.0.68
11962024-07-10T18:52:22.075Z Compiling getrandom v0.2.14
11972024-07-10T18:52:22.174Z Compiling itoa v1.0.11
11982024-07-10T18:52:22.195Z Compiling log v0.4.21
11992024-07-10T18:52:22.415Z Compiling generic-array v0.14.7
12002024-07-10T18:52:22.681Z Compiling allocator-api2 v0.2.18
12012024-07-10T18:52:22.924Z Compiling slab v0.4.9
12022024-07-10T18:52:22.949Z Compiling ring v0.17.8
12032024-07-10T18:52:23.015Z Compiling ryu v1.0.18
12042024-07-10T18:52:23.231Z Compiling pin-project-lite v0.2.14
12052024-07-10T18:52:23.289Z Compiling schemars v0.8.21
12062024-07-10T18:52:23.353Z Compiling semver v1.0.23
12072024-07-10T18:52:23.475Z Compiling smallvec v1.13.2
12082024-07-10T18:52:23.712Z Compiling equivalent v1.0.1
12092024-07-10T18:52:23.823Z Compiling pkg-config v0.3.30
12102024-07-10T18:52:23.844Z Compiling vcpkg v0.2.15
12112024-07-10T18:52:23.986Z Compiling signal-hook-registry v1.4.2
12122024-07-10T18:52:24.852Z Compiling parking_lot v0.12.2
12132024-07-10T18:52:25.431Z Compiling syn v1.0.109
12142024-07-10T18:52:25.673Z Compiling mio v0.8.11
12152024-07-10T18:52:25.720Z Compiling openssl-sys v0.9.102
12162024-07-10T18:52:26.095Z Compiling spin v0.9.8
12172024-07-10T18:52:26.696Z Compiling rand_core v0.6.4
12182024-07-10T18:52:27.081Z Compiling socket2 v0.5.7
12192024-07-10T18:52:27.107Z Compiling num_cpus v1.16.0
12202024-07-10T18:52:27.236Z Compiling time-core v0.1.2
12212024-07-10T18:52:27.490Z Compiling num-conv v0.1.0
12222024-07-10T18:52:27.694Z Compiling time-macros v0.2.18
12232024-07-10T18:52:27.819Z Compiling heck v0.5.0
12242024-07-10T18:52:27.837Z Compiling httparse v1.8.0
12252024-07-10T18:52:28.421Z Compiling futures-core v0.3.30
12262024-07-10T18:52:28.713Z Compiling fnv v1.0.7
12272024-07-10T18:52:28.769Z Compiling openssl v0.10.64
12282024-07-10T18:52:29.148Z Compiling iana-time-zone v0.1.60
12292024-07-10T18:52:29.333Z Compiling crossbeam-utils v0.8.19
12302024-07-10T18:52:29.457Z Compiling rustix v0.38.34
12312024-07-10T18:52:29.668Z Compiling serde_derive_internals v0.29.1
12322024-07-10T18:52:29.951Z Compiling tinyvec_macros v0.1.1
12332024-07-10T18:52:30.038Z Compiling rustls v0.21.12
12342024-07-10T18:52:30.102Z Compiling native-tls v0.2.11
12352024-07-10T18:52:30.227Z Compiling tinyvec v1.6.0
12362024-07-10T18:52:30.912Z Compiling ucd-trie v0.1.6
12372024-07-10T18:52:31.080Z Compiling futures-sink v0.3.30
12382024-07-10T18:52:31.230Z Compiling subtle v2.5.0
12392024-07-10T18:52:31.405Z Compiling const-oid v0.9.6
12402024-07-10T18:52:31.678Z Compiling unicode-normalization v0.1.23
12412024-07-10T18:52:31.739Z Compiling backtrace v0.3.71
12422024-07-10T18:52:31.907Z Compiling cookie v0.17.0
12432024-07-10T18:52:32.131Z Compiling dyn-clone v1.0.17
12442024-07-10T18:52:32.162Z Compiling slog v2.7.0
12452024-07-10T18:52:32.451Z Compiling unicode-bidi v0.3.15
12462024-07-10T18:52:32.896Z Compiling futures-channel v0.3.30
12472024-07-10T18:52:33.067Z Compiling pin-utils v0.1.0
12482024-07-10T18:52:33.170Z Compiling futures-task v0.3.30
12492024-07-10T18:52:33.488Z Compiling futures-io v0.3.30
12502024-07-10T18:52:33.819Z Compiling aho-corasick v1.1.3
12512024-07-10T18:52:34.262Z Compiling untrusted v0.9.0
12522024-07-10T18:52:34.440Z Compiling anyhow v1.0.86
12532024-07-10T18:52:34.678Z Compiling regex-syntax v0.8.3
12542024-07-10T18:52:35.260Z Compiling winnow v0.5.40
12552024-07-10T18:52:35.361Z Compiling serde_derive v1.0.204
12562024-07-10T18:52:35.986Z Compiling zerocopy-derive v0.7.34
12572024-07-10T18:52:36.112Z Compiling zeroize_derive v1.4.2
12582024-07-10T18:52:37.550Z Compiling thiserror-impl v1.0.60
12592024-07-10T18:52:38.005Z Compiling zerocopy v0.7.34
12602024-07-10T18:52:38.302Z Compiling tokio-macros v2.3.0
12612024-07-10T18:52:39.003Z Compiling futures-macro v0.3.30
12622024-07-10T18:52:39.506Z Compiling schemars_derive v0.8.21
12632024-07-10T18:52:40.245Z Compiling hashbrown v0.14.5
12642024-07-10T18:52:40.392Z Compiling tracing-attributes v0.1.27
12652024-07-10T18:52:40.430Z Compiling zeroize v1.7.0
12662024-07-10T18:52:41.239Z Compiling openssl-macros v0.1.1
12672024-07-10T18:52:41.977Z Compiling scroll_derive v0.12.0
12682024-07-10T18:52:42.260Z Compiling pest v2.7.10
12692024-07-10T18:52:42.294Z Compiling crypto-common v0.1.6
12702024-07-10T18:52:42.488Z Compiling futures-util v0.3.30
12712024-07-10T18:52:42.534Z Compiling der_derive v0.7.2
12722024-07-10T18:52:43.736Z Compiling block-buffer v0.10.4
12732024-07-10T18:52:43.962Z Compiling regex-automata v0.4.6
12742024-07-10T18:52:44.832Z Compiling pest_meta v2.7.10
12752024-07-10T18:52:45.043Z Compiling tracing-core v0.1.32
12762024-07-10T18:52:47.537Z Compiling pest_generator v2.7.10
12772024-07-10T18:52:49.184Z Compiling bytes v1.6.0
12782024-07-10T18:52:49.829Z Compiling indexmap v2.2.6
12792024-07-10T18:52:50.354Z Compiling tokio v1.38.0
12802024-07-10T18:52:50.725Z Compiling bitflags v2.5.0
12812024-07-10T18:52:51.053Z Compiling uuid v1.9.1
12822024-07-10T18:52:51.251Z Compiling chrono v0.4.38
12832024-07-10T18:52:52.023Z Compiling serde_tokenstream v0.2.1
12842024-07-10T18:52:52.971Z Compiling toml_datetime v0.6.6
12852024-07-10T18:52:53.400Z Compiling serde_spanned v0.6.6
12862024-07-10T18:52:54.805Z Compiling http v0.2.12
12872024-07-10T18:52:55.226Z Compiling toml_edit v0.19.15
12882024-07-10T18:52:56.570Z Compiling rustc_version v0.4.0
12892024-07-10T18:52:57.089Z Compiling pest_derive v2.7.10
12902024-07-10T18:52:57.165Z Compiling usdt-impl v0.5.0
12912024-07-10T18:52:57.237Z Compiling powerfmt v0.2.0
12922024-07-10T18:52:57.479Z Compiling rustversion v1.0.17
12932024-07-10T18:52:57.697Z Compiling deranged v0.3.11
12942024-07-10T18:52:57.838Z Compiling heapless v0.7.17
12952024-07-10T18:52:58.171Z Compiling tracing v0.1.40
12962024-07-10T18:52:58.249Z Compiling digest v0.10.7
12972024-07-10T18:52:58.688Z Compiling scroll v0.12.0
12982024-07-10T18:52:59.242Z Compiling percent-encoding v2.3.1
12992024-07-10T18:52:59.715Z Compiling num_threads v0.1.7
13002024-07-10T18:52:59.832Z Compiling plain v0.2.3
13012024-07-10T18:52:59.849Z Compiling ppv-lite86 v0.2.17
13022024-07-10T18:52:59.979Z Compiling signal-hook v0.3.17
13032024-07-10T18:53:00.393Z Compiling heck v0.4.1
13042024-07-10T18:53:00.489Z Compiling time v0.3.36
13052024-07-10T18:53:00.608Z Compiling rand_chacha v0.3.1
13062024-07-10T18:53:00.811Z Compiling goblin v0.8.2
13072024-07-10T18:53:02.207Z Compiling regex v1.10.5
13082024-07-10T18:53:03.442Z Compiling crc32fast v1.4.0
13092024-07-10T18:53:03.886Z Compiling strsim v0.11.1
13102024-07-10T18:53:04.515Z Compiling pretty-hex v0.4.1
13112024-07-10T18:53:05.173Z Compiling rand v0.8.5
13122024-07-10T18:53:05.514Z Compiling tokio-util v0.7.11
13132024-07-10T18:53:06.719Z Compiling dof v0.3.0
13142024-07-10T18:53:06.764Z Compiling dtrace-parser v0.2.0
13152024-07-10T18:53:07.294Z Compiling async-trait v0.1.81
13162024-07-10T18:53:08.153Z Compiling thread-id v4.2.1
13172024-07-10T18:53:08.414Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13182024-07-10T18:53:08.461Z Compiling unicode-width v0.1.13
13192024-07-10T18:53:08.629Z Compiling smoltcp v0.9.1
13202024-07-10T18:53:08.678Z Compiling base64ct v1.6.0
13212024-07-10T18:53:08.971Z Compiling foreign-types-shared v0.1.1
13222024-07-10T18:53:09.073Z Compiling foreign-types v0.3.2
13232024-07-10T18:53:09.163Z Compiling pem-rfc7468 v0.7.0
13242024-07-10T18:53:10.616Z Compiling form_urlencoded v1.2.1
13252024-07-10T18:53:10.895Z Compiling hmac v0.12.1
13262024-07-10T18:53:11.145Z Compiling try-lock v0.2.5
13272024-07-10T18:53:11.199Z Compiling siphasher v0.3.11
13282024-07-10T18:53:11.282Z Compiling flagset v0.4.5
13292024-07-10T18:53:11.499Z Compiling adler v1.0.2
13302024-07-10T18:53:11.556Z Compiling base64 v0.21.7
13312024-07-10T18:53:11.728Z Compiling want v0.3.1
13322024-07-10T18:53:11.817Z Compiling miniz_oxide v0.7.2
13332024-07-10T18:53:12.097Z Compiling der v0.7.9
13342024-07-10T18:53:14.125Z Compiling h2 v0.3.26
13352024-07-10T18:53:14.161Z Compiling rustls-webpki v0.101.7
13362024-07-10T18:53:15.109Z Compiling sct v0.7.1
13372024-07-10T18:53:15.404Z Compiling http-body v0.4.6
13382024-07-10T18:53:15.943Z Compiling openapiv3 v2.0.0
13392024-07-10T18:53:16.353Z Compiling hubpack_derive v0.1.1
13402024-07-10T18:53:16.489Z Compiling zerocopy-derive v0.6.6
13412024-07-10T18:53:17.139Z Compiling idna v0.5.0
13422024-07-10T18:53:17.424Z Compiling errno v0.3.9
13432024-07-10T18:53:17.625Z Compiling fs-err v2.11.0
13442024-07-10T18:53:17.757Z Compiling openssl-probe v0.1.5
13452024-07-10T18:53:18.053Z Compiling finl_unicode v1.2.0
13462024-07-10T18:53:18.450Z Compiling stable_deref_trait v1.2.0
13472024-07-10T18:53:18.557Z Compiling utf8parse v0.2.1
13482024-07-10T18:53:18.641Z Compiling cpufeatures v0.2.12
13492024-07-10T18:53:18.710Z Compiling tower-service v0.3.2
13502024-07-10T18:53:18.734Z Compiling gimli v0.28.1
13512024-07-10T18:53:18.959Z Compiling httpdate v1.0.3
13522024-07-10T18:53:19.364Z Compiling anstyle v1.0.7
13532024-07-10T18:53:19.740Z Compiling sha2 v0.10.8
13542024-07-10T18:53:19.795Z Compiling anstyle-parse v0.2.4
13552024-07-10T18:53:20.190Z Compiling stringprep v0.1.4
13562024-07-10T18:53:20.558Z Compiling url v2.5.0
13572024-07-10T18:53:22.251Z Compiling hyper v0.14.28
13582024-07-10T18:53:24.026Z Compiling addr2line v0.21.0
13592024-07-10T18:53:25.023Z Compiling spki v0.7.3
13602024-07-10T18:53:25.390Z Compiling usdt-attr-macro v0.5.0
13612024-07-10T18:53:25.575Z Compiling usdt-macro v0.5.0
13622024-07-10T18:53:26.942Z Compiling md-5 v0.10.6
13632024-07-10T18:53:30.896Z Compiling idna v0.3.0
13642024-07-10T18:53:31.263Z Compiling diesel_table_macro_syntax v0.1.0
13652024-07-10T18:53:31.474Z Compiling num-integer v0.1.46
13662024-07-10T18:53:32.206Z Compiling object v0.32.2
13672024-07-10T18:53:32.319Z Compiling hash32 v0.2.1
13682024-07-10T18:53:32.699Z Compiling is_terminal_polyfill v1.70.0
13692024-07-10T18:53:32.831Z Compiling rustc-demangle v0.1.24
13702024-07-10T18:53:34.373Z Compiling colorchoice v1.0.1
13712024-07-10T18:53:34.533Z Compiling anstyle-query v1.0.3
13722024-07-10T18:53:35.070Z Compiling psl-types v2.0.11
13732024-07-10T18:53:35.267Z Compiling fallible-iterator v0.2.0
13742024-07-10T18:53:35.961Z Compiling postgres-protocol v0.6.6
13752024-07-10T18:53:38.875Z Compiling publicsuffix v2.2.3
13762024-07-10T18:53:40.789Z Compiling anstream v0.6.14
13772024-07-10T18:53:41.480Z Compiling diesel_derives v2.1.4
13782024-07-10T18:53:42.378Z Compiling tokio-rustls v0.24.1
13792024-07-10T18:53:46.907Z Compiling pkcs8 v0.10.2
13802024-07-10T18:53:47.454Z Compiling terminal_size v0.3.0
13812024-07-10T18:53:47.651Z Compiling tokio-native-tls v0.3.1
13822024-07-10T18:53:48.143Z Compiling phf_shared v0.11.2
13832024-07-10T18:53:49.079Z Compiling strum_macros v0.25.3
13842024-07-10T18:53:49.137Z Compiling enum-as-inner v0.5.1
13852024-07-10T18:53:49.733Z Compiling block-padding v0.3.3
13862024-07-10T18:53:49.960Z Compiling regress v0.9.1
13872024-07-10T18:53:50.111Z Compiling serde_repr v0.1.19
13882024-07-10T18:53:50.695Z Compiling clap_derive v4.5.4
13892024-07-10T18:53:53.029Z Compiling ff v0.13.0
13902024-07-10T18:53:53.126Z Compiling lazy_static v1.5.0
13912024-07-10T18:53:53.254Z Compiling scheduled-thread-pool v0.2.7
13922024-07-10T18:53:53.755Z Compiling encoding_rs v0.8.34
13932024-07-10T18:53:54.651Z Compiling bitflags v1.3.2
13942024-07-10T18:53:54.695Z Compiling managed v0.8.0
13952024-07-10T18:53:55.144Z Compiling clap_lex v0.7.0
13962024-07-10T18:53:55.281Z Compiling matches v0.1.10
13972024-07-10T18:53:55.376Z Compiling ipnet v2.9.0
13982024-07-10T18:53:55.594Z Compiling either v1.12.0
13992024-07-10T18:53:55.995Z Compiling bit-vec v0.6.3
14002024-07-10T18:53:56.379Z Compiling base16ct v0.2.0
14012024-07-10T18:53:56.462Z Compiling mime v0.3.17
14022024-07-10T18:53:56.683Z Compiling sec1 v0.7.3
14032024-07-10T18:53:57.237Z Compiling clap_builder v4.5.2
14042024-07-10T18:53:57.240Z Compiling idna v0.2.3
14052024-07-10T18:53:58.652Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14062024-07-10T18:53:59.637Z Compiling r2d2 v0.8.10
14072024-07-10T18:54:01.746Z Compiling group v0.13.0
14082024-07-10T18:54:04.368Z Compiling inout v0.1.3
14092024-07-10T18:54:04.768Z Compiling phf v0.11.2
14102024-07-10T18:54:04.803Z Compiling hyper-tls v0.5.0
14112024-07-10T18:54:04.933Z Compiling signal-hook-mio v0.2.3
14122024-07-10T18:54:05.043Z Compiling hyper-rustls v0.24.2
14132024-07-10T18:54:05.079Z Compiling cookie_store v0.20.0
14142024-07-10T18:54:05.263Z Compiling postgres-types v0.2.6
14152024-07-10T18:54:05.372Z Compiling num-bigint v0.4.5
14162024-07-10T18:54:05.451Z Compiling zerocopy v0.6.6
14172024-07-10T18:54:06.389Z Compiling hubpack v0.1.2
14182024-07-10T18:54:06.412Z Compiling rustls-pemfile v1.0.4
14192024-07-10T18:54:06.706Z Compiling phf_shared v0.10.0
14202024-07-10T18:54:06.834Z Compiling hkdf v0.12.4
14212024-07-10T18:54:06.851Z Compiling serde_urlencoded v0.7.1
14222024-07-10T18:54:07.073Z Compiling crossbeam-epoch v0.9.18
14232024-07-10T18:54:07.444Z Compiling ipnetwork v0.20.0
14242024-07-10T18:54:08.310Z Compiling futures-executor v0.3.30
14252024-07-10T18:54:08.921Z Compiling crypto-bigint v0.5.5
14262024-07-10T18:54:09.129Z Compiling float-cmp v0.9.0
14272024-07-10T18:54:09.232Z Compiling memmap v0.7.0
14282024-07-10T18:54:10.245Z Compiling unicode-segmentation v1.11.0
14292024-07-10T18:54:11.006Z Compiling difflib v0.4.0
14302024-07-10T18:54:11.464Z Compiling data-encoding v2.6.0
14312024-07-10T18:54:11.667Z Compiling sync_wrapper v0.1.2
14322024-07-10T18:54:11.801Z Compiling whoami v1.5.1
14332024-07-10T18:54:12.126Z Compiling new_debug_unreachable v1.0.6
14342024-07-10T18:54:12.219Z Compiling normalize-line-endings v0.3.0
14352024-07-10T18:54:12.324Z Compiling webpki-roots v0.25.4
14362024-07-10T18:54:12.343Z Compiling precomputed-hash v0.1.1
14372024-07-10T18:54:12.376Z Compiling fixedbitset v0.4.2
14382024-07-10T18:54:12.432Z Compiling predicates-core v1.0.6
14392024-07-10T18:54:12.451Z Compiling winnow v0.6.8
14402024-07-10T18:54:12.478Z Compiling minimal-lexical v0.2.1
14412024-07-10T18:54:12.756Z Compiling static_assertions v1.1.0
14422024-07-10T18:54:12.858Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14432024-07-10T18:54:12.913Z Compiling nom v7.1.3
14442024-07-10T18:54:12.963Z Compiling petgraph v0.6.5
14452024-07-10T18:54:13.053Z Compiling predicates v3.1.0
14462024-07-10T18:54:13.294Z Compiling reqwest v0.11.27
14472024-07-10T18:54:14.611Z Compiling string_cache v0.8.7
14482024-07-10T18:54:15.032Z Compiling tokio-postgres v0.7.10
14492024-07-10T18:54:16.190Z Compiling toml_edit v0.22.14
14502024-07-10T18:54:16.610Z Compiling trust-dns-proto v0.22.0
14512024-07-10T18:54:16.794Z Compiling elliptic-curve v0.13.8
14522024-07-10T18:54:17.529Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14532024-07-10T18:54:19.128Z Compiling similar v2.5.0
14542024-07-10T18:54:19.993Z Compiling usdt v0.5.0
14552024-07-10T18:54:21.250Z Compiling futures v0.3.30
14562024-07-10T18:54:21.291Z Compiling yasna v0.5.2
14572024-07-10T18:54:21.369Z Compiling diesel v2.1.6
14582024-07-10T18:54:22.352Z Compiling crossterm v0.27.0
14592024-07-10T18:54:22.623Z Compiling flate2 v1.0.30
14602024-07-10T18:54:22.894Z Compiling cipher v0.4.4
14612024-07-10T18:54:23.543Z Compiling clap v4.5.4
14622024-07-10T18:54:23.666Z Compiling bit-set v0.5.3
14632024-07-10T18:54:23.683Z Compiling itertools v0.12.1
14642024-07-10T18:54:23.937Z Compiling itertools v0.10.5
14652024-07-10T18:54:24.162Z Compiling console v0.15.8
14662024-07-10T18:54:25.401Z Compiling num-iter v0.1.45
14672024-07-10T18:54:25.998Z Compiling tokio-stream v0.1.15
14682024-07-10T18:54:26.040Z Compiling toml v0.7.8
14692024-07-10T18:54:26.332Z Compiling bstr v1.9.1
14702024-07-10T18:54:26.743Z Compiling hex v0.4.3
14712024-07-10T18:54:27.373Z Compiling camino v1.1.7
14722024-07-10T18:54:27.404Z Compiling peg-runtime v0.8.3
14732024-07-10T18:54:27.435Z Compiling unicode-xid v0.2.4
14742024-07-10T18:54:27.594Z Compiling lalrpop-util v0.19.12
14752024-07-10T18:54:27.968Z Compiling proc-macro-crate v1.3.1
14762024-07-10T18:54:28.814Z Compiling heapless v0.8.0
14772024-07-10T18:54:31.601Z Compiling num_enum_derive v0.5.11
14782024-07-10T18:54:37.144Z Compiling hash32 v0.3.1
14792024-07-10T18:54:37.385Z Compiling rustls-pki-types v1.7.0
14802024-07-10T18:54:37.754Z Compiling ident_case v1.0.1
14812024-07-10T18:54:40.256Z Compiling smoltcp v0.11.0
14822024-07-10T18:54:40.887Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14832024-07-10T18:54:43.981Z Compiling darling_core v0.20.9
14842024-07-10T18:54:53.507Z Compiling num_enum v0.5.11
14852024-07-10T18:54:54.926Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14862024-07-10T18:54:55.355Z Compiling getopts v0.2.21
14872024-07-10T18:54:56.220Z Compiling dirs-sys-next v0.1.2
14882024-07-10T18:54:56.666Z Compiling proc-macro-error-attr v1.0.4
14892024-07-10T18:54:56.948Z Compiling cobs v0.2.3
14902024-07-10T18:54:57.283Z Compiling unsafe-libyaml v0.2.11
14912024-07-10T18:54:57.470Z Compiling rustls v0.22.4
14922024-07-10T18:54:57.592Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14932024-07-10T18:54:58.237Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14942024-07-10T18:54:58.505Z Compiling embedded-io v0.4.0
14952024-07-10T18:54:58.726Z Compiling paste v1.0.15
14962024-07-10T18:54:59.002Z Compiling postcard v1.0.8
14972024-07-10T18:54:59.245Z Compiling serde_yaml v0.9.34+deprecated
14982024-07-10T18:55:00.949Z Compiling dirs-next v2.0.0
14992024-07-10T18:55:03.229Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15002024-07-10T18:55:05.142Z Compiling darling_macro v0.20.9
15012024-07-10T18:55:06.428Z Compiling rustls-webpki v0.102.4
15022024-07-10T18:55:13.188Z Compiling strum_macros v0.26.4
15032024-07-10T18:55:14.702Z Compiling structmeta-derive v0.3.0
15042024-07-10T18:55:14.812Z Compiling foreign-types-macros v0.2.3
15052024-07-10T18:55:16.233Z Compiling thread_local v1.1.8
15062024-07-10T18:55:16.725Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15072024-07-10T18:55:17.000Z Compiling multer v3.1.0
15082024-07-10T18:55:17.016Z Compiling proc-macro-error v1.0.4
15092024-07-10T18:55:17.276Z Compiling foreign-types-shared v0.3.1
15102024-07-10T18:55:17.478Z Compiling match_cfg v0.1.0
15112024-07-10T18:55:17.939Z Compiling slog-async v2.8.0
15122024-07-10T18:55:19.121Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15132024-07-10T18:55:19.388Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15142024-07-10T18:55:19.542Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15152024-07-10T18:55:24.620Z Compiling strum v0.26.2
15162024-07-10T18:55:25.288Z Compiling hostname v0.3.1
15172024-07-10T18:55:25.380Z Compiling structmeta v0.3.0
15182024-07-10T18:55:25.693Z Compiling foreign-types v0.5.0
15192024-07-10T18:55:28.212Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15202024-07-10T18:55:30.157Z Compiling darling v0.20.9
15212024-07-10T18:55:38.154Z Compiling term v0.7.0
15222024-07-10T18:55:41.167Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15232024-07-10T18:55:42.729Z Compiling slog-json v2.6.1
15242024-07-10T18:55:43.242Z Compiling tabwriter v1.4.0
15252024-07-10T18:55:44.072Z Compiling crossbeam-channel v0.5.12
15262024-07-10T18:55:45.001Z Compiling http v1.1.0
15272024-07-10T18:55:45.499Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15282024-07-10T18:55:45.758Z Compiling async-stream-impl v0.3.5
15292024-07-10T18:55:46.286Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15302024-07-10T18:55:46.303Z Compiling cstr-argument v0.1.2
15312024-07-10T18:55:46.563Z Compiling is-terminal v0.4.12
15322024-07-10T18:55:46.694Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
15332024-07-10T18:55:46.967Z Compiling rayon-core v1.12.1
15342024-07-10T18:55:47.046Z Compiling take_mut v0.2.2
15352024-07-10T18:55:47.217Z Compiling pretty-hex v0.2.1
15362024-07-10T18:55:47.422Z Compiling base64 v0.22.1
15372024-07-10T18:55:47.658Z Compiling crucible-workspace-hack v0.1.0
15382024-07-10T18:55:47.923Z Compiling atomic-waker v1.1.2
15392024-07-10T18:55:48.120Z Compiling fastrand v2.1.0
15402024-07-10T18:55:48.216Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15412024-07-10T18:55:48.514Z Compiling tempfile v3.10.1
15422024-07-10T18:55:48.532Z Compiling waitgroup v0.1.2
15432024-07-10T18:55:48.535Z Compiling rustls-pemfile v2.1.2
15442024-07-10T18:55:48.803Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15452024-07-10T18:55:49.249Z Compiling async-stream v0.3.5
15462024-07-10T18:55:49.580Z Compiling slog-term v2.9.1
15472024-07-10T18:55:49.732Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15482024-07-10T18:55:50.495Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15492024-07-10T18:55:50.651Z Compiling slog-bunyan v2.5.0
15502024-07-10T18:55:50.909Z Compiling tokio-rustls v0.25.0
15512024-07-10T18:55:51.364Z Compiling serde_with_macros v3.8.1
15522024-07-10T18:55:51.451Z Compiling parse-display-derive v0.9.1
15532024-07-10T18:55:51.949Z Compiling toml v0.8.14
15542024-07-10T18:55:52.296Z Compiling sha1 v0.10.6
15552024-07-10T18:55:52.394Z Compiling colored v2.1.0
15562024-07-10T18:55:53.109Z Compiling crossbeam-deque v0.8.5
15572024-07-10T18:55:53.497Z Compiling newtype-uuid v1.1.0
15582024-07-10T18:55:53.661Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
15592024-07-10T18:55:53.848Z Compiling serde_path_to_error v0.1.16
15602024-07-10T18:55:54.157Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15612024-07-10T18:55:54.858Z Compiling socket2 v0.4.10
15622024-07-10T18:55:54.876Z Compiling hostname v0.4.0
15632024-07-10T18:55:55.118Z Compiling instant v0.1.12
15642024-07-10T18:55:55.288Z Compiling debug-ignore v1.0.5
15652024-07-10T18:55:55.466Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15662024-07-10T18:55:55.555Z Compiling parse-display v0.9.1
15672024-07-10T18:55:55.853Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15682024-07-10T18:55:57.425Z Compiling backoff v0.4.0
15692024-07-10T18:55:57.791Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15702024-07-10T18:55:57.999Z Compiling serde_with v3.8.1
15712024-07-10T18:55:58.877Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15722024-07-10T18:55:59.356Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15732024-07-10T18:56:00.310Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15742024-07-10T18:56:00.728Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
15752024-07-10T18:56:01.016Z Compiling camino-tempfile v1.1.1
15762024-07-10T18:56:01.927Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15772024-07-10T18:56:02.410Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15782024-07-10T18:56:02.577Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15792024-07-10T18:56:02.598Z Compiling macaddr v1.0.1
15802024-07-10T18:56:02.648Z Compiling num-derive v0.4.2
15812024-07-10T18:56:03.202Z Compiling sigpipe v0.1.3
15822024-07-10T18:56:03.334Z Compiling libefi-sys v0.1.0
15832024-07-10T18:56:03.635Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15842024-07-10T18:56:04.184Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15852024-07-10T18:56:04.406Z Compiling rayon v1.10.0
15862024-07-10T18:56:04.997Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
15872024-07-10T18:56:05.033Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15882024-07-10T18:56:06.284Z Compiling smf v0.2.3
15892024-07-10T18:56:06.578Z Compiling bitfield-struct v0.6.1
15902024-07-10T18:56:07.545Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15912024-07-10T18:56:07.878Z Compiling blake3 v1.5.1
15922024-07-10T18:56:07.980Z Compiling ring v0.16.20
15932024-07-10T18:56:08.417Z Compiling portable-atomic v1.6.0
15942024-07-10T18:56:09.112Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
15952024-07-10T18:56:09.420Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15962024-07-10T18:56:09.787Z Compiling xattr v1.3.1
15972024-07-10T18:56:09.857Z Compiling memmap2 v0.9.4
15982024-07-10T18:56:10.103Z Compiling filetime v0.2.23
15992024-07-10T18:56:10.360Z Compiling spin v0.5.2
16002024-07-10T18:56:10.394Z Compiling same-file v1.0.6
16012024-07-10T18:56:10.435Z Compiling untrusted v0.7.1
16022024-07-10T18:56:10.561Z Compiling arrayvec v0.7.4
16032024-07-10T18:56:10.609Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16042024-07-10T18:56:10.627Z Compiling constant_time_eq v0.3.0
16052024-07-10T18:56:10.673Z Compiling arrayref v0.3.7
16062024-07-10T18:56:10.729Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16072024-07-10T18:56:10.776Z Compiling walkdir v2.5.0
16082024-07-10T18:56:10.793Z Compiling tar v0.4.40
16092024-07-10T18:56:12.385Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16102024-07-10T18:56:12.407Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16112024-07-10T18:56:13.724Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16122024-07-10T18:56:15.873Z Compiling cargo-platform v0.1.8
16132024-07-10T18:56:16.047Z Compiling gethostname v0.4.3
16142024-07-10T18:56:16.319Z Compiling number_prefix v0.4.0
16152024-07-10T18:56:16.571Z Compiling topological-sort v0.2.2
16162024-07-10T18:56:16.843Z Compiling indicatif v0.17.8
16172024-07-10T18:56:16.992Z Compiling omicron-zone-package v0.11.0
16182024-07-10T18:56:17.272Z Compiling cargo_metadata v0.18.1
16192024-07-10T18:56:23.299Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16202024-07-10T18:56:26.306Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16212024-07-10T18:56:26.999Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16222024-07-10T18:56:31.146Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16232024-07-10T18:56:48.219Z Finished `release` profile [optimized] target(s) in 4m 30s
16242024-07-10T18:56:48.333Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16252024-07-10T18:56:48.374ZLogging to: /work/oxidecomputer/omicron/out/LOG
16262024-07-10T18:56:48.377ZCreated new build target 'test' and set it as active
16272024-07-10T18:56:48.377Z
16282024-07-10T18:56:48.377Zreal 4:30.968799627
16292024-07-10T18:56:48.377Zuser 30:27.172419352
16302024-07-10T18:56:48.377Zsys 3:56.671752661
16312024-07-10T18:56:48.377Ztrap 0.889493316
16322024-07-10T18:56:48.377Ztflt 2.708607352
16332024-07-10T18:56:48.377Zdflt 1.670617315
16342024-07-10T18:56:48.377Zkflt 0.001633942
16352024-07-10T18:56:48.377Zlock 1:04:00.630289964
16362024-07-10T18:56:48.377Zslp 1:25:32.508355561
16372024-07-10T18:56:48.377Zlat 2:02.217646266
16382024-07-10T18:56:48.377Zstop 3:02.173224505
16392024-07-10T18:56:48.377Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16402024-07-10T18:56:49.222Z Finished `release` profile [optimized] target(s) in 0.80s
16412024-07-10T18:56:49.261Z Running `target/release/omicron-package -t test package`
16422024-07-10T18:56:49.303ZLogging to: /work/oxidecomputer/omicron/out/LOG
16432024-07-10T18:56:50.281Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16442024-07-10T18:56:50.380Z Compiling humantime v2.1.0
16452024-07-10T18:56:50.383Z Compiling newline-converter v0.3.0
16462024-07-10T18:56:50.383Z Compiling derive-where v1.2.7
16472024-07-10T18:56:50.383Z Compiling dirs-sys-next v0.1.2
16482024-07-10T18:56:50.414Z Compiling prettyplease v0.2.20
16492024-07-10T18:56:50.417Z Compiling convert_case v0.4.0
16502024-07-10T18:56:50.417Z Compiling camino v1.1.7
16512024-07-10T18:56:50.511Z Compiling expectorate v1.1.0
16522024-07-10T18:56:50.598Z Compiling dirs-next v2.0.0
16532024-07-10T18:56:50.690Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16542024-07-10T18:56:50.737Z Compiling term v0.7.0
16552024-07-10T18:56:50.768Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16562024-07-10T18:56:50.893Z Compiling password-hash v0.5.0
16572024-07-10T18:56:51.158Z Compiling blake2 v0.10.6
16582024-07-10T18:56:51.247Z Compiling derive_more v0.99.18
16592024-07-10T18:56:51.376Z Compiling is-terminal v0.4.12
16602024-07-10T18:56:51.500Z Compiling toml v0.8.14
16612024-07-10T18:56:52.017Z Compiling argon2 v0.5.3
16622024-07-10T18:56:52.388Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16632024-07-10T18:56:52.808Z Compiling semver v0.1.20
16642024-07-10T18:56:53.122Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16652024-07-10T18:56:53.196Z Compiling rustc_version v0.1.7
16662024-07-10T18:56:53.323Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16672024-07-10T18:56:53.378Z Compiling linked-hash-map v0.5.6
16682024-07-10T18:56:53.603Z Compiling newtype_derive v0.1.6
16692024-07-10T18:56:53.689Z Compiling lru-cache v0.1.2
16702024-07-10T18:56:53.729Z Compiling rustls-pki-types v1.7.0
16712024-07-10T18:56:53.929Z Compiling rustls v0.22.4
16722024-07-10T18:56:53.961Z Compiling thread_local v1.1.8
16732024-07-10T18:56:54.060Z Compiling home v0.5.9
16742024-07-10T18:56:54.299Z Compiling rustls-webpki v0.102.4
16752024-07-10T18:56:54.439Z Compiling match_cfg v0.1.0
16762024-07-10T18:56:54.471Z Compiling steno v0.4.1
16772024-07-10T18:56:54.533Z Compiling hostname v0.3.1
16782024-07-10T18:56:54.550Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16792024-07-10T18:56:54.741Z Compiling multer v3.1.0
16802024-07-10T18:56:54.807Z Compiling slog-async v2.8.0
16812024-07-10T18:56:54.871Z Compiling slog-json v2.6.1
16822024-07-10T18:56:56.148Z Compiling crossbeam-channel v0.5.12
16832024-07-10T18:56:56.512Z Compiling http v1.1.0
16842024-07-10T18:56:57.215Z Compiling slog-dtrace v0.3.0
16852024-07-10T18:56:57.317Z Compiling take_mut v0.2.2
16862024-07-10T18:56:57.471Z Compiling base64 v0.22.1
16872024-07-10T18:56:57.503Z Compiling atomic-waker v1.1.2
16882024-07-10T18:56:57.680Z Compiling termcolor v1.4.1
16892024-07-10T18:56:58.635Z Compiling rustls-pemfile v2.1.2
16902024-07-10T18:56:58.771Z Compiling waitgroup v0.1.2
16912024-07-10T18:56:58.954Z Compiling slog-bunyan v2.5.0
16922024-07-10T18:56:59.064Z Compiling slog-term v2.9.1
16932024-07-10T18:56:59.111Z Compiling async-stream v0.3.5
16942024-07-10T18:56:59.195Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
16952024-07-10T18:56:59.261Z Compiling sha1 v0.10.6
16962024-07-10T18:56:59.413Z Compiling tokio-rustls v0.25.0
16972024-07-10T18:56:59.675Z Compiling newtype-uuid v1.1.0
16982024-07-10T18:56:59.813Z Compiling serde_path_to_error v0.1.16
16992024-07-10T18:56:59.956Z Compiling hostname v0.4.0
17002024-07-10T18:56:59.971Z Compiling instant v0.1.12
17012024-07-10T18:57:00.104Z Compiling debug-ignore v1.0.5
17022024-07-10T18:57:00.149Z Compiling backoff v0.4.0
17032024-07-10T18:57:00.164Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17042024-07-10T18:57:00.452Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
17052024-07-10T18:57:00.484Z Compiling parse-display v0.9.1
17062024-07-10T18:57:01.026Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17072024-07-10T18:57:01.195Z Compiling serde_with v3.8.1
17082024-07-10T18:57:01.840Z Compiling strum v0.26.2
17092024-07-10T18:57:02.008Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17102024-07-10T18:57:03.073Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17112024-07-10T18:57:03.750Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17122024-07-10T18:57:03.909Z Compiling num-rational v0.4.2
17132024-07-10T18:57:04.197Z Compiling num-complex v0.4.6
17142024-07-10T18:57:05.065Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17152024-07-10T18:57:05.228Z Compiling macaddr v1.0.1
17162024-07-10T18:57:05.330Z Compiling quick-error v1.2.3
17172024-07-10T18:57:05.470Z Compiling resolv-conf v0.7.0
17182024-07-10T18:57:05.486Z Compiling num v0.4.3
17192024-07-10T18:57:05.594Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17202024-07-10T18:57:07.819Z Compiling radium v0.7.0
17212024-07-10T18:57:08.166Z Compiling float-ord v0.3.2
17222024-07-10T18:57:08.218Z Compiling swrite v0.1.0
17232024-07-10T18:57:08.305Z Compiling utf-8 v0.7.6
17242024-07-10T18:57:08.362Z Compiling trust-dns-resolver v0.22.0
17252024-07-10T18:57:08.540Z Compiling tap v1.0.1
17262024-07-10T18:57:08.641Z Compiling maybe-uninit v2.0.0
17272024-07-10T18:57:08.877Z Compiling wyz v0.5.1
17282024-07-10T18:57:09.387Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17292024-07-10T18:57:09.675Z Compiling bzip2-sys v0.1.11+1.0.8
17302024-07-10T18:57:10.108Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17312024-07-10T18:57:15.298Z Compiling display-error-chain v0.2.0
17322024-07-10T18:57:15.486Z Compiling funty v2.0.0
17332024-07-10T18:57:18.152Z Compiling num-bigint-dig v0.8.4
17342024-07-10T18:57:18.427Z Compiling crc-catalog v2.4.0
17352024-07-10T18:57:18.583Z Compiling packed_struct v0.10.1
17362024-07-10T18:57:19.017Z Compiling crc v3.2.1
17372024-07-10T18:57:20.776Z Compiling bitvec v1.0.1
17382024-07-10T18:57:25.384Z Compiling nibble_vec v0.1.0
17392024-07-10T18:57:25.610Z Compiling packed_struct_codegen v0.10.1
17402024-07-10T18:57:26.006Z Compiling indexmap v1.9.3
17412024-07-10T18:57:26.292Z Compiling crunchy v0.2.2
17422024-07-10T18:57:26.752Z Compiling glob v0.3.1
17432024-07-10T18:57:27.564Z Compiling nodrop v0.1.14
17442024-07-10T18:57:27.698Z Compiling endian-type v0.1.2
17452024-07-10T18:57:27.938Z Compiling radix_trie v0.2.1
17462024-07-10T18:57:28.389Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17472024-07-10T18:57:28.842Z Compiling array-init v0.0.4
17482024-07-10T18:57:29.643Z Compiling clang-sys v1.7.0
17492024-07-10T18:57:30.237Z Compiling smallvec v0.6.14
17502024-07-10T18:57:30.715Z Compiling pkcs1 v0.7.5
17512024-07-10T18:57:31.455Z Compiling signature v2.2.0
17522024-07-10T18:57:31.759Z Compiling hashbrown v0.12.3
17532024-07-10T18:57:32.288Z Compiling tiny-keccak v2.0.2
17542024-07-10T18:57:32.556Z Compiling cancel-safe-futures v0.1.5
17552024-07-10T18:57:32.745Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17562024-07-10T18:57:32.882Z Compiling bitfield v0.14.0
17572024-07-10T18:57:33.099Z Compiling maplit v1.0.2
17582024-07-10T18:57:33.161Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17592024-07-10T18:57:33.242Z Compiling rsa v0.9.6
17602024-07-10T18:57:34.286Z Compiling serde-hex v0.1.0
17612024-07-10T18:57:34.653Z Compiling bzip2 v0.4.4
17622024-07-10T18:57:35.240Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17632024-07-10T18:57:35.552Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17642024-07-10T18:57:36.489Z Compiling env_logger v0.10.2
17652024-07-10T18:57:38.789Z Compiling x509-cert v0.2.5
17662024-07-10T18:57:39.470Z Compiling ron v0.8.1
17672024-07-10T18:57:39.747Z Compiling hashbrown v0.13.2
17682024-07-10T18:57:40.271Z Compiling crc-any v2.5.0
17692024-07-10T18:57:41.089Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17702024-07-10T18:57:41.237Z Compiling object v0.30.4
17712024-07-10T18:57:43.255Z Compiling zip v0.6.6
17722024-07-10T18:57:45.742Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17732024-07-10T18:57:46.792Z Compiling rayon-core v1.12.1
17742024-07-10T18:57:46.820Z Compiling ascii-canvas v3.0.0
17752024-07-10T18:57:47.339Z Compiling crossbeam-deque v0.8.5
17762024-07-10T18:57:47.686Z Compiling ena v0.14.3
17772024-07-10T18:57:48.115Z Compiling half v2.4.1
17782024-07-10T18:57:48.823Z Compiling libloading v0.8.3
17792024-07-10T18:57:49.213Z Compiling bindgen v0.69.4
17802024-07-10T18:57:49.655Z Compiling regex-syntax v0.6.29
17812024-07-10T18:57:50.869Z Compiling arc-swap v1.7.1
17822024-07-10T18:57:51.562Z Compiling path-slash v0.1.5
17832024-07-10T18:57:51.785Z Compiling ciborium-io v0.2.2
17842024-07-10T18:57:51.920Z Compiling diff v0.1.13
17852024-07-10T18:57:52.359Z Compiling same-file v1.0.6
17862024-07-10T18:57:52.502Z Compiling fastrand v2.1.0
17872024-07-10T18:57:52.584Z Compiling walkdir v2.5.0
17882024-07-10T18:57:53.014Z Compiling lalrpop v0.19.12
17892024-07-10T18:57:53.237Z Compiling tempfile v3.10.1
17902024-07-10T18:57:54.002Z Compiling ciborium-ll v0.2.2
17912024-07-10T18:57:54.115Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17922024-07-10T18:57:54.467Z Compiling slog-scope v4.4.0
17932024-07-10T18:57:56.483Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17942024-07-10T18:57:56.936Z Compiling which v4.4.2
17952024-07-10T18:57:57.515Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17962024-07-10T18:57:57.625Z Compiling cexpr v0.6.0
17972024-07-10T18:57:57.698Z Compiling fxhash v0.2.1
17982024-07-10T18:57:57.901Z Compiling rustc-hash v1.1.0
17992024-07-10T18:57:58.050Z Compiling lazycell v1.3.0
18002024-07-10T18:57:58.214Z Compiling ref-cast v1.0.23
18012024-07-10T18:57:58.660Z Compiling shlex v1.3.0
18022024-07-10T18:57:59.277Z Compiling blake3 v1.5.1
18032024-07-10T18:57:59.671Z Compiling ring v0.16.20
18042024-07-10T18:58:02.304Z Compiling rayon v1.10.0
18052024-07-10T18:58:02.952Z Compiling slog-stdlog v4.1.1
18062024-07-10T18:58:03.869Z Compiling ciborium v0.2.2
18072024-07-10T18:58:06.033Z Compiling tungstenite v0.21.0
18082024-07-10T18:58:06.190Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18092024-07-10T18:58:06.464Z Compiling derive_builder_core v0.20.0
18102024-07-10T18:58:07.166Z Compiling headers-core v0.2.0
18112024-07-10T18:58:07.333Z Compiling xattr v1.3.1
18122024-07-10T18:58:07.591Z Compiling libxml v0.3.3
18132024-07-10T18:58:07.932Z Compiling async-recursion v1.1.1
18142024-07-10T18:58:08.679Z Compiling ref-cast-impl v1.0.23
18152024-07-10T18:58:09.400Z Compiling filetime v0.2.23
18162024-07-10T18:58:09.710Z Compiling atty v0.2.14
18172024-07-10T18:58:09.794Z Compiling memmap2 v0.9.4
18182024-07-10T18:58:09.857Z Compiling constant_time_eq v0.3.0
18192024-07-10T18:58:10.010Z Compiling arrayvec v0.7.4
18202024-07-10T18:58:10.221Z Compiling untrusted v0.7.1
18212024-07-10T18:58:10.261Z Compiling arrayref v0.3.7
18222024-07-10T18:58:10.365Z Compiling spin v0.5.2
18232024-07-10T18:58:10.596Z Compiling tar v0.4.40
18242024-07-10T18:58:11.264Z Compiling derive_builder_macro v0.20.0
18252024-07-10T18:58:11.915Z Compiling headers v0.3.9
18262024-07-10T18:58:12.091Z Compiling tokio-tungstenite v0.21.0
18272024-07-10T18:58:12.475Z Compiling slog-envlogger v2.2.0
18282024-07-10T18:58:12.686Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18292024-07-10T18:58:13.079Z Compiling samael v0.0.15
18302024-07-10T18:58:13.609Z Compiling camino-tempfile v1.1.1
18312024-07-10T18:58:13.911Z Compiling toolchain_find v0.4.0
18322024-07-10T18:58:14.032Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18332024-07-10T18:58:14.305Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18342024-07-10T18:58:14.463Z Compiling pem v3.0.4
18352024-07-10T18:58:14.690Z Compiling libsw v3.3.1
18362024-07-10T18:58:15.002Z Compiling strum_macros v0.24.3
18372024-07-10T18:58:15.026Z Compiling cookie v0.18.1
18382024-07-10T18:58:15.190Z Compiling linear-map v1.2.0
18392024-07-10T18:58:15.287Z Compiling owo-colors v4.0.0
18402024-07-10T18:58:15.588Z Compiling indoc v1.0.9
18412024-07-10T18:58:15.668Z Compiling cfg_aliases v0.1.1
18422024-07-10T18:58:15.774Z Compiling topological-sort v0.2.2
18432024-07-10T18:58:15.971Z Compiling omicron-zone-package v0.11.0
18442024-07-10T18:58:15.986Z Compiling nix v0.28.0
18452024-07-10T18:58:16.758Z Compiling rustfmt-wrapper v0.2.1
18462024-07-10T18:58:17.320Z Compiling derive_builder v0.20.0
18472024-07-10T18:58:17.514Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18482024-07-10T18:58:18.336Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18492024-07-10T18:58:19.442Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18502024-07-10T18:58:19.720Z Compiling impl-trait-for-tuples v0.2.2
18512024-07-10T18:58:19.783Z Compiling polar-core v0.27.3
18522024-07-10T18:58:20.973Z Compiling quick-xml v0.31.0
18532024-07-10T18:58:21.492Z Compiling oso-derive v0.27.3
18542024-07-10T18:58:22.553Z Compiling vte_generate_state_changes v0.1.1
18552024-07-10T18:58:23.147Z Compiling unicase v2.7.0
18562024-07-10T18:58:23.334Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18572024-07-10T18:58:23.426Z Compiling buf-list v1.0.3
18582024-07-10T18:58:23.702Z Compiling vte v0.11.1
18592024-07-10T18:58:24.039Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18602024-07-10T18:58:25.090Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18612024-07-10T18:58:26.647Z Compiling tungstenite v0.20.1
18622024-07-10T18:58:27.611Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18632024-07-10T18:58:27.868Z Compiling fd-lock v4.0.2
18642024-07-10T18:58:28.080Z Compiling bb8 v0.8.5
18652024-07-10T18:58:28.658Z Compiling const_format_proc_macros v0.2.32
18662024-07-10T18:58:28.762Z Compiling pin-project-internal v1.1.5
18672024-07-10T18:58:30.586Z Compiling memoffset v0.9.1
18682024-07-10T18:58:30.891Z Compiling bytecount v0.6.8
18692024-07-10T18:58:31.195Z Compiling parking_lot_core v0.8.6
18702024-07-10T18:58:31.530Z Compiling pin-project v1.1.5
18712024-07-10T18:58:31.626Z Compiling papergrid v0.11.0
18722024-07-10T18:58:31.824Z Compiling const_format v0.2.32
18732024-07-10T18:58:31.927Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18742024-07-10T18:58:32.562Z Compiling tokio-tungstenite v0.20.1
18752024-07-10T18:58:33.115Z Compiling strip-ansi-escapes v0.2.0
18762024-07-10T18:58:35.155Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18772024-07-10T18:58:36.325Z Compiling tabled_derive v0.7.0
18782024-07-10T18:58:38.681Z Compiling peg-macros v0.8.3
18792024-07-10T18:58:39.163Z Compiling snafu-derive v0.8.2
18802024-07-10T18:58:40.976Z Compiling sqlparser_derive v0.2.2
18812024-07-10T18:58:42.031Z Compiling unicode_categories v0.1.1
18822024-07-10T18:58:42.391Z Compiling nu-ansi-term v0.50.0
18832024-07-10T18:58:42.440Z Compiling sqlformat v0.2.3
18842024-07-10T18:58:43.644Z Compiling reedline v0.31.0
18852024-07-10T18:58:43.746Z Compiling rustyline v14.0.0
18862024-07-10T18:58:44.195Z Compiling oso v0.27.3
18872024-07-10T18:58:53.350Z Compiling snafu v0.8.2
18882024-07-10T18:58:54.724Z Compiling peg v0.8.3
18892024-07-10T18:58:54.837Z Compiling sqlparser v0.45.0
18902024-07-10T18:58:55.868Z Compiling tabled v0.15.0
18912024-07-10T18:59:07.842Z Compiling env_logger v0.9.3
18922024-07-10T18:59:11.506Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18932024-07-10T18:59:11.533Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18942024-07-10T18:59:12.059Z Compiling globset v0.4.14
18952024-07-10T18:59:12.314Z Compiling olpc-cjson v0.1.3
18962024-07-10T18:59:12.636Z Compiling bcs v0.1.6
18972024-07-10T18:59:13.503Z Compiling bitstruct_derive v0.1.0
18982024-07-10T18:59:14.730Z Compiling serde_plain v1.0.2
18992024-07-10T18:59:15.253Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19002024-07-10T18:59:15.394Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
19012024-07-10T18:59:15.693Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
19022024-07-10T18:59:15.985Z Compiling ascii v1.1.0
19032024-07-10T18:59:16.804Z Compiling signature v1.6.4
19042024-07-10T18:59:16.970Z Compiling typed-path v0.7.1
19052024-07-10T18:59:17.100Z Compiling highway v1.1.0
19062024-07-10T18:59:18.528Z Compiling salty v0.2.0
19072024-07-10T18:59:18.936Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19082024-07-10T18:59:19.829Z Compiling tough v0.17.1
19092024-07-10T18:59:19.851Z Compiling ed25519 v1.5.3
19102024-07-10T18:59:20.157Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19112024-07-10T18:59:22.657Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19122024-07-10T18:59:22.942Z Compiling bitstruct v0.1.1
19132024-07-10T18:59:23.070Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19142024-07-10T18:59:23.784Z Compiling parking_lot v0.11.2
19152024-07-10T18:59:24.008Z Compiling nix v0.27.1
19162024-07-10T18:59:25.849Z Compiling trust-dns-client v0.22.0
19172024-07-10T18:59:27.045Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19182024-07-10T18:59:27.351Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19192024-07-10T18:59:36.605Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19202024-07-10T18:59:37.810Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19212024-07-10T18:59:40.056Z Compiling curve25519-dalek v4.1.3
19222024-07-10T18:59:40.452Z Compiling kstat-rs v0.2.4
19232024-07-10T18:59:41.418Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19242024-07-10T18:59:42.280Z Compiling toml v0.5.11
19252024-07-10T18:59:51.521Z Compiling serde_arrays v0.1.0
19262024-07-10T18:59:51.722Z Compiling serde-big-array v0.5.1
19272024-07-10T18:59:51.993Z Compiling erased-serde v0.3.31
19282024-07-10T18:59:52.575Z Compiling keccak v0.1.5
19292024-07-10T18:59:53.524Z Compiling parse-size v1.0.0
19302024-07-10T18:59:53.731Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19312024-07-10T18:59:53.812Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19322024-07-10T18:59:55.753Z Compiling sha3 v0.10.8
19332024-07-10T19:00:03.534Z Compiling trust-dns-server v0.22.1
19342024-07-10T19:00:14.306Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19352024-07-10T19:00:14.353Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19362024-07-10T19:00:14.561Z Compiling sled v0.34.7
19372024-07-10T19:00:14.755Z Compiling mime_guess v2.0.4
19382024-07-10T19:00:23.224Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19392024-07-10T19:00:24.519Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19402024-07-10T19:00:24.575Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
19412024-07-10T19:00:26.048Z Compiling signal-hook-tokio v0.3.1
19422024-07-10T19:00:26.277Z Compiling universal-hash v0.5.1
19432024-07-10T19:00:26.522Z Compiling heck v0.3.3
19442024-07-10T19:00:26.910Z Compiling secrecy v0.8.0
19452024-07-10T19:00:27.191Z Compiling rand_seeder v0.2.3
19462024-07-10T19:00:27.590Z Compiling castaway v0.2.2
19472024-07-10T19:00:27.780Z Compiling thiserror-impl-no-std v2.0.2
19482024-07-10T19:00:30.557Z Compiling serde-big-array v0.4.1
19492024-07-10T19:00:30.769Z Compiling curve25519-dalek-derive v0.1.1
19502024-07-10T19:00:30.792Z Compiling nanorand v0.7.0
19512024-07-10T19:00:31.584Z Compiling opaque-debug v0.3.1
19522024-07-10T19:00:31.698Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19532024-07-10T19:00:32.012Z Compiling poly1305 v0.8.0
19542024-07-10T19:00:33.483Z Compiling flume v0.11.0
19552024-07-10T19:00:34.257Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19562024-07-10T19:00:35.631Z Compiling thiserror-no-std v2.0.2
19572024-07-10T19:00:35.755Z Compiling compact_str v0.7.1
19582024-07-10T19:00:37.311Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19592024-07-10T19:00:37.527Z Compiling zone_cfg_derive v0.1.2
19602024-07-10T19:00:38.899Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19612024-07-10T19:00:40.310Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19622024-07-10T19:00:43.980Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19632024-07-10T19:00:48.830Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19642024-07-10T19:00:48.876Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19652024-07-10T19:00:49.459Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19662024-07-10T19:00:49.918Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19672024-07-10T19:00:55.222Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19682024-07-10T19:00:55.497Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19692024-07-10T19:00:55.776Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19702024-07-10T19:00:56.055Z Compiling chacha20 v0.9.1
19712024-07-10T19:00:56.519Z Compiling unicode-truncate v1.0.0
19722024-07-10T19:00:56.823Z Compiling itertools v0.13.0
19732024-07-10T19:01:00.688Z Compiling aead v0.5.2
19742024-07-10T19:01:00.714Z Compiling lru v0.12.3
19752024-07-10T19:01:01.029Z Compiling stability v0.2.0
19762024-07-10T19:01:01.086Z Compiling cassowary v0.3.0
19772024-07-10T19:01:02.020Z Compiling corncobs v0.1.3
19782024-07-10T19:01:02.389Z Compiling base64 v0.13.1
19792024-07-10T19:01:03.156Z Compiling ron v0.7.1
19802024-07-10T19:01:04.012Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19812024-07-10T19:01:04.727Z Compiling ratatui v0.27.0
19822024-07-10T19:01:04.937Z Compiling chacha20poly1305 v0.10.1
19832024-07-10T19:01:05.247Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19842024-07-10T19:01:08.453Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19852024-07-10T19:01:10.102Z Compiling zone v0.1.8
19862024-07-10T19:01:10.443Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19872024-07-10T19:01:10.715Z Compiling vsss-rs v3.3.4
19882024-07-10T19:01:15.208Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19892024-07-10T19:01:15.923Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19902024-07-10T19:01:18.762Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19912024-07-10T19:01:20.289Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19922024-07-10T19:01:21.305Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19932024-07-10T19:01:21.587Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19942024-07-10T19:01:21.987Z Compiling portpicker v0.1.1
19952024-07-10T19:01:22.490Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19962024-07-10T19:01:24.751Z Compiling csv-core v0.1.11
19972024-07-10T19:01:25.587Z Compiling smawk v0.3.2
19982024-07-10T19:01:25.841Z Compiling http-range v0.1.5
19992024-07-10T19:01:26.557Z Compiling unicode-linebreak v0.1.5
20002024-07-10T19:01:26.742Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20012024-07-10T19:01:27.087Z Compiling textwrap v0.16.1
20022024-07-10T19:01:28.300Z Compiling hyper-staticfile v0.9.5
20032024-07-10T19:01:29.362Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20042024-07-10T19:01:30.794Z Compiling csv v1.3.0
20052024-07-10T19:01:31.360Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20062024-07-10T19:01:37.857Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20072024-07-10T19:01:39.713Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20082024-07-10T19:01:40.844Z Compiling rcgen v0.12.1
20092024-07-10T19:01:41.061Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20102024-07-10T19:01:41.547Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20112024-07-10T19:01:41.818Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20122024-07-10T19:01:48.807Z Compiling atomicwrites v0.4.3
20132024-07-10T19:01:49.344Z Compiling fatfs v0.3.6
20142024-07-10T19:01:51.086Z Compiling subprocess v0.2.9
20152024-07-10T19:01:52.137Z Compiling rtoolbox v0.0.2
20162024-07-10T19:01:52.466Z Compiling assert_matches v1.5.0
20172024-07-10T19:01:52.561Z Compiling is_ci v1.2.0
20182024-07-10T19:01:52.854Z Compiling supports-color v3.0.0
20192024-07-10T19:01:53.094Z Compiling rpassword v7.3.1
20202024-07-10T19:01:53.470Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20212024-07-10T19:01:53.553Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20222024-07-10T19:01:55.296Z Compiling tui-tree-widget v0.21.0
20232024-07-10T19:01:55.717Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20242024-07-10T19:01:56.121Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20252024-07-10T19:02:00.743Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20262024-07-10T19:02:01.022Z Compiling shell-words v1.1.0
20272024-07-10T19:02:01.460Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20282024-07-10T19:02:03.215Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20292024-07-10T19:02:15.009Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20302024-07-10T19:02:29.805Z Compiling uzers v0.11.3
20312024-07-10T19:02:32.729Z Compiling multimap v0.10.0
20322024-07-10T19:03:21.531Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20332024-07-10T19:04:38.577Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20342024-07-10T19:04:59.638Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20352024-07-10T19:11:14.476Z Finished `release` profile [optimized] target(s) in 14m 24s
20362024-07-10T19:12:01.493Z
20372024-07-10T19:12:01.493Zreal 15:12.883191057
20382024-07-10T19:12:01.493Zuser 1:44:34.879413372
20392024-07-10T19:12:01.493Zsys 5:39.790766486
20402024-07-10T19:12:01.493Ztrap 2.355871442
20412024-07-10T19:12:01.494Ztflt 2.265327965
20422024-07-10T19:12:01.494Zdflt 3.495179613
20432024-07-10T19:12:01.496Zkflt 0.068247884
20442024-07-10T19:12:01.496Zlock 6:18:05.403022284
20452024-07-10T19:12:01.496Zslp 4:02:44.182107678
20462024-07-10T19:12:01.496Zlat 2:29.521816732
20472024-07-10T19:12:01.496Zstop 1:53.624485068
20482024-07-10T19:12:01.496Z+ mapfile -t packages
20492024-07-10T19:12:01.496Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20502024-07-10T19:12:02.366Z Finished `release` profile [optimized] target(s) in 0.83s
20512024-07-10T19:12:02.407Z Running `target/release/omicron-package -t test list-outputs`
20522024-07-10T19:12:02.444ZLogging to: /work/oxidecomputer/omicron/out/LOG
20532024-07-10T19:12:02.447Z+ ptime -m cargo build --locked --release -p xtask
20542024-07-10T19:12:03.034Z Compiling serde v1.0.204
20552024-07-10T19:12:03.037Z Compiling bitflags v2.5.0
20562024-07-10T19:12:03.037Z Compiling syn v2.0.68
20572024-07-10T19:12:03.126Z Compiling scopeguard v1.2.0
20582024-07-10T19:12:03.128Z Compiling smallvec v1.13.2
20592024-07-10T19:12:03.128Z Compiling bytes v1.6.0
20602024-07-10T19:12:03.163Z Compiling hashbrown v0.14.5
20612024-07-10T19:12:03.247Z Compiling lock_api v0.4.12
20622024-07-10T19:12:03.614Z Compiling parking_lot_core v0.9.10
20632024-07-10T19:12:03.650Z Compiling serde_json v1.0.120
20642024-07-10T19:12:03.653Z Compiling log v0.4.21
20652024-07-10T19:12:03.679Z Compiling mio v0.8.11
20662024-07-10T19:12:03.740Z Compiling libc v0.2.155
20672024-07-10T19:12:03.985Z Compiling parking_lot v0.12.2
20682024-07-10T19:12:04.461Z Compiling generic-array v0.14.7
20692024-07-10T19:12:04.498Z Compiling slog v2.7.0
20702024-07-10T19:12:04.506Z Compiling rustix v0.38.34
20712024-07-10T19:12:04.640Z Compiling indexmap v2.2.6
20722024-07-10T19:12:04.942Z Compiling http v0.2.12
20732024-07-10T19:12:05.018Z Compiling usdt-impl v0.5.0
20742024-07-10T19:12:05.341Z Compiling syn v1.0.109
20752024-07-10T19:12:05.583Z Compiling thread-id v4.2.1
20762024-07-10T19:12:05.609Z Compiling time-macros v0.2.18
20772024-07-10T19:12:05.858Z Compiling tracing v0.1.40
20782024-07-10T19:12:06.234Z Compiling crossbeam-utils v0.8.19
20792024-07-10T19:12:06.570Z Compiling http-body v0.4.6
20802024-07-10T19:12:07.086Z Compiling unicode-normalization v0.1.23
20812024-07-10T19:12:07.103Z Compiling unicode-bidi v0.3.15
20822024-07-10T19:12:07.622Z Compiling crypto-common v0.1.6
20832024-07-10T19:12:07.845Z Compiling block-buffer v0.10.4
20842024-07-10T19:12:08.080Z Compiling idna v0.5.0
20852024-07-10T19:12:08.703Z Compiling time v0.3.36
20862024-07-10T19:12:09.098Z Compiling terminal_size v0.3.0
20872024-07-10T19:12:09.584Z Compiling proc-macro-error v1.0.4
20882024-07-10T19:12:10.063Z Compiling fs-err v2.11.0
20892024-07-10T19:12:10.207Z Compiling anyhow v1.0.86
20902024-07-10T19:12:10.353Z Compiling clap_builder v4.5.2
20912024-07-10T19:12:11.059Z Compiling crossbeam-channel v0.5.12
20922024-07-10T19:12:11.097Z Compiling url v2.5.0
20932024-07-10T19:12:11.342Z Compiling digest v0.10.7
20942024-07-10T19:12:11.766Z Compiling xattr v1.3.1
20952024-07-10T19:12:12.108Z Compiling slog-async v2.8.0
20962024-07-10T19:12:12.738Z Compiling sha2 v0.10.8
20972024-07-10T19:12:12.804Z Compiling tabled_derive v0.7.0
20982024-07-10T19:12:14.927Z Compiling serde_derive v1.0.204
20992024-07-10T19:12:14.969Z Compiling thiserror-impl v1.0.60
21002024-07-10T19:12:15.192Z Compiling zerocopy-derive v0.7.34
21012024-07-10T19:12:15.806Z Compiling tokio-macros v2.3.0
21022024-07-10T19:12:16.592Z Compiling futures-macro v0.3.30
21032024-07-10T19:12:17.274Z Compiling zerocopy v0.7.34
21042024-07-10T19:12:17.394Z Compiling tokio v1.38.0
21052024-07-10T19:12:17.867Z Compiling thiserror v1.0.60
21062024-07-10T19:12:18.017Z Compiling pest v2.7.10
21072024-07-10T19:12:18.062Z Compiling openssl-macros v0.1.1
21082024-07-10T19:12:18.495Z Compiling futures-util v0.3.30
21092024-07-10T19:12:18.734Z Compiling scroll_derive v0.12.0
21102024-07-10T19:12:18.901Z Compiling openssl v0.10.64
21112024-07-10T19:12:20.147Z Compiling scroll v0.12.0
21122024-07-10T19:12:20.817Z Compiling pest_meta v2.7.10
21132024-07-10T19:12:20.893Z Compiling goblin v0.8.2
21142024-07-10T19:12:25.243Z Compiling pest_generator v2.7.10
21152024-07-10T19:12:27.090Z Compiling pest_derive v2.7.10
21162024-07-10T19:12:27.871Z Compiling dtrace-parser v0.2.0
21172024-07-10T19:12:29.753Z Compiling tokio-util v0.7.11
21182024-07-10T19:12:32.208Z Compiling serde_tokenstream v0.2.1
21192024-07-10T19:12:32.732Z Compiling h2 v0.3.26
21202024-07-10T19:12:34.543Z Compiling dof v0.3.0
21212024-07-10T19:12:35.493Z Compiling serde_spanned v0.6.6
21222024-07-10T19:12:35.755Z Compiling toml_datetime v0.6.6
21232024-07-10T19:12:36.026Z Compiling native-tls v0.2.11
21242024-07-10T19:12:36.679Z Compiling tokio-native-tls v0.3.1
21252024-07-10T19:12:37.004Z Compiling toml_edit v0.22.14
21262024-07-10T19:12:37.152Z Compiling usdt-attr-macro v0.5.0
21272024-07-10T19:12:38.488Z Compiling hyper v0.14.28
21282024-07-10T19:12:43.734Z Compiling hyper-tls v0.5.0
21292024-07-10T19:12:44.087Z Compiling toml v0.8.14
21302024-07-10T19:12:44.819Z Compiling usdt-macro v0.5.0
21312024-07-10T19:12:45.622Z Compiling slog-json v2.6.1
21322024-07-10T19:12:46.033Z Compiling semver v1.0.23
21332024-07-10T19:12:46.157Z Compiling cargo-platform v0.1.8
21342024-07-10T19:12:47.271Z Compiling camino v1.1.7
21352024-07-10T19:12:47.577Z Compiling serde_urlencoded v0.7.1
21362024-07-10T19:12:47.667Z Compiling futures-executor v0.3.30
21372024-07-10T19:12:48.202Z Compiling strum_macros v0.26.4
21382024-07-10T19:12:48.705Z Compiling clap_derive v4.5.4
21392024-07-10T19:12:48.753Z Compiling reqwest v0.11.27
21402024-07-10T19:12:51.114Z Compiling cargo_metadata v0.18.1
21412024-07-10T19:12:51.128Z Compiling futures v0.3.30
21422024-07-10T19:12:51.250Z Compiling usdt v0.5.0
21432024-07-10T19:12:52.810Z Compiling slog-bunyan v2.5.0
21442024-07-10T19:12:53.084Z Compiling cargo_toml v0.20.3
21452024-07-10T19:12:53.099Z Compiling strum v0.26.2
21462024-07-10T19:12:53.300Z Compiling macaddr v1.0.1
21472024-07-10T19:12:53.335Z Compiling tabled v0.15.0
21482024-07-10T19:12:53.443Z Compiling clap v4.5.4
21492024-07-10T19:12:53.725Z Compiling tar v0.4.40
21502024-07-10T19:12:53.947Z Compiling slog-term v2.9.1
21512024-07-10T19:13:09.937Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21522024-07-10T19:13:24.119Z Finished `release` profile [optimized] target(s) in 1m 21s
21532024-07-10T19:13:24.212Z
21542024-07-10T19:13:24.212Zreal 1:21.723351934
21552024-07-10T19:13:24.212Zuser 8:51.715166025
21562024-07-10T19:13:24.212Zsys 50.361595828
21572024-07-10T19:13:24.212Ztrap 0.240269771
21582024-07-10T19:13:24.212Ztflt 0.495466332
21592024-07-10T19:13:24.212Zdflt 0.204298404
21602024-07-10T19:13:24.212Zkflt 0.000004588
21612024-07-10T19:13:24.212Zlock 19:49.858166076
21622024-07-10T19:13:24.215Zslp 22:36.727255458
21632024-07-10T19:13:24.215Zlat 24.504728276
21642024-07-10T19:13:24.215Zstop 25.198729742
21652024-07-10T19:13:24.215Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21662024-07-10T19:13:24.215Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21672024-07-10T19:13:24.215Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21682024-07-10T19:13:24.215Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21692024-07-10T19:13:24.215Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21702024-07-10T19:13:24.734Z Downloading crates ...
21712024-07-10T19:13:25.008Z Downloaded md5 v0.7.0
21722024-07-10T19:13:25.011Z Downloaded dhcproto-macros v0.1.0
21732024-07-10T19:13:25.016Z Downloaded option-ext v0.2.0
21742024-07-10T19:13:25.020Z Downloaded russh-cryptovec v0.7.2
21752024-07-10T19:13:25.024Z Downloaded ed25519 v2.2.3
21762024-07-10T19:13:25.027Z Downloaded polyval v0.6.2
21772024-07-10T19:13:25.030Z Downloaded pbkdf2 v0.12.2
21782024-07-10T19:13:25.030Z Downloaded rand_core v0.5.1
21792024-07-10T19:13:25.030Z Downloaded dirs-sys v0.4.1
21802024-07-10T19:13:25.033Z Downloaded blowfish v0.9.1
21812024-07-10T19:13:25.033Z Downloaded ctr v0.9.2
21822024-07-10T19:13:25.036Z Downloaded hex-literal v0.4.1
21832024-07-10T19:13:25.036Z Downloaded primeorder v0.13.6
21842024-07-10T19:13:25.039Z Downloaded rfc6979 v0.4.0
21852024-07-10T19:13:25.039Z Downloaded rand_chacha v0.2.2
21862024-07-10T19:13:25.039Z Downloaded cbc v0.1.2
21872024-07-10T19:13:25.042Z Downloaded ghash v0.5.1
21882024-07-10T19:13:25.042Z Downloaded dirs v5.0.1
21892024-07-10T19:13:25.045Z Downloaded pbkdf2 v0.11.0
21902024-07-10T19:13:25.045Z Downloaded password-hash v0.4.2
21912024-07-10T19:13:25.048Z Downloaded bcrypt-pbkdf v0.10.0
21922024-07-10T19:13:25.048Z Downloaded internet-checksum v0.2.1
21932024-07-10T19:13:25.050Z Downloaded getrandom v0.1.16
21942024-07-10T19:13:25.053Z Downloaded ecdsa v0.16.9
21952024-07-10T19:13:25.060Z Downloaded russh-keys v0.43.0
21962024-07-10T19:13:25.063Z Downloaded dhcproto v0.11.0
21972024-07-10T19:13:25.065Z Downloaded p256 v0.13.2
21982024-07-10T19:13:25.068Z Downloaded aes-gcm v0.10.3
21992024-07-10T19:13:25.074Z Downloaded ed25519-dalek v2.1.1
22002024-07-10T19:13:25.078Z Downloaded russh v0.43.0
22012024-07-10T19:13:25.083Z Downloaded aes v0.8.4
22022024-07-10T19:13:25.086Z Downloaded rand v0.7.3
22032024-07-10T19:13:25.091Z Downloaded p521 v0.13.3
22042024-07-10T19:13:25.223Z Compiling serde v1.0.204
22052024-07-10T19:13:25.226Z Compiling scopeguard v1.2.0
22062024-07-10T19:13:25.226Z Compiling log v0.4.21
22072024-07-10T19:13:25.335Z Compiling smallvec v1.13.2
22082024-07-10T19:13:25.338Z Compiling syn v2.0.68
22092024-07-10T19:13:25.341Z Compiling getrandom v0.2.14
22102024-07-10T19:13:25.348Z Compiling generic-array v0.14.7
22112024-07-10T19:13:25.351Z Compiling libm v0.2.8
22122024-07-10T19:13:25.434Z Compiling lock_api v0.4.12
22132024-07-10T19:13:25.644Z Compiling rand_core v0.6.4
22142024-07-10T19:13:25.725Z Compiling parking_lot_core v0.9.10
22152024-07-10T19:13:25.761Z Compiling num-traits v0.2.19
22162024-07-10T19:13:25.778Z Compiling subtle v2.5.0
22172024-07-10T19:13:25.882Z Compiling mio v0.8.11
22182024-07-10T19:13:25.929Z Compiling ahash v0.8.11
22192024-07-10T19:13:26.184Z Compiling parking_lot v0.12.2
22202024-07-10T19:13:26.223Z Compiling serde_json v1.0.120
22212024-07-10T19:13:26.283Z Compiling spin v0.9.8
22222024-07-10T19:13:26.332Z Compiling allocator-api2 v0.2.18
22232024-07-10T19:13:26.414Z Compiling const-oid v0.9.6
22242024-07-10T19:13:26.566Z Compiling iana-time-zone v0.1.60
22252024-07-10T19:13:26.656Z Compiling syn v1.0.109
22262024-07-10T19:13:27.188Z Compiling unicode-normalization v0.1.23
22272024-07-10T19:13:27.205Z Compiling unicode-bidi v0.3.15
22282024-07-10T19:13:27.251Z Compiling schemars v0.8.21
22292024-07-10T19:13:27.325Z Compiling dyn-clone v1.0.17
22302024-07-10T19:13:27.541Z Compiling ppv-lite86 v0.2.17
22312024-07-10T19:13:27.630Z Compiling time-macros v0.2.18
22322024-07-10T19:13:28.249Z Compiling ring v0.17.8
22332024-07-10T19:13:28.334Z Compiling rand_chacha v0.3.1
22342024-07-10T19:13:28.334Z Compiling aho-corasick v1.1.3
22352024-07-10T19:13:28.775Z Compiling regex-syntax v0.8.3
22362024-07-10T19:13:29.232Z Compiling rand v0.8.5
22372024-07-10T19:13:30.684Z Compiling idna v0.5.0
22382024-07-10T19:13:31.151Z Compiling time v0.3.36
22392024-07-10T19:13:31.269Z Compiling slog v2.7.0
22402024-07-10T19:13:31.835Z Compiling url v2.5.0
22412024-07-10T19:13:32.272Z Compiling regex-automata v0.4.6
22422024-07-10T19:13:32.283Z Compiling untrusted v0.9.0
22432024-07-10T19:13:33.817Z Compiling serde_derive_internals v0.29.1
22442024-07-10T19:13:34.965Z Compiling lazy_static v1.5.0
22452024-07-10T19:13:35.093Z Compiling backtrace v0.3.71
22462024-07-10T19:13:35.517Z Compiling gimli v0.28.1
22472024-07-10T19:13:35.586Z Compiling object v0.32.2
22482024-07-10T19:13:36.442Z Compiling rustc-demangle v0.1.24
22492024-07-10T19:13:36.683Z Compiling anyhow v1.0.86
22502024-07-10T19:13:36.719Z Compiling base64ct v1.6.0
22512024-07-10T19:13:37.373Z Compiling winnow v0.5.40
22522024-07-10T19:13:37.441Z Compiling rustls v0.21.12
22532024-07-10T19:13:37.484Z Compiling crossbeam-utils v0.8.19
22542024-07-10T19:13:37.695Z Compiling regex v1.10.5
22552024-07-10T19:13:38.237Z Compiling rustls-webpki v0.101.7
22562024-07-10T19:13:38.809Z Compiling sct v0.7.1
22572024-07-10T19:13:39.128Z Compiling cookie v0.17.0
22582024-07-10T19:13:40.206Z Compiling addr2line v0.21.0
22592024-07-10T19:13:40.554Z Compiling serde_derive v1.0.204
22602024-07-10T19:13:40.891Z Compiling zeroize_derive v1.4.2
22612024-07-10T19:13:41.284Z Compiling thiserror-impl v1.0.60
22622024-07-10T19:13:41.778Z Compiling zerocopy-derive v0.7.34
22632024-07-10T19:13:42.163Z Compiling tokio-macros v2.3.0
22642024-07-10T19:13:42.525Z Compiling zeroize v1.7.0
22652024-07-10T19:13:42.971Z Compiling futures-macro v0.3.30
22662024-07-10T19:13:43.953Z Compiling schemars_derive v0.8.21
22672024-07-10T19:13:44.181Z Compiling zerocopy v0.7.34
22682024-07-10T19:13:44.381Z Compiling crypto-common v0.1.6
22692024-07-10T19:13:44.633Z Compiling block-buffer v0.10.4
22702024-07-10T19:13:44.728Z Compiling thiserror v1.0.60
22712024-07-10T19:13:44.873Z Compiling digest v0.10.7
22722024-07-10T19:13:44.891Z Compiling tracing-attributes v0.1.27
22732024-07-10T19:13:45.152Z Compiling futures-util v0.3.30
22742024-07-10T19:13:45.384Z Compiling async-trait v0.1.81
22752024-07-10T19:13:46.452Z Compiling hashbrown v0.14.5
22762024-07-10T19:13:47.474Z Compiling openssl-macros v0.1.1
22772024-07-10T19:13:48.232Z Compiling pest v2.7.10
22782024-07-10T19:13:48.399Z Compiling idna v0.3.0
22792024-07-10T19:13:48.751Z Compiling psl-types v2.0.11
22802024-07-10T19:13:48.869Z Compiling data-encoding v2.6.0
22812024-07-10T19:13:48.941Z Compiling hmac v0.12.1
22822024-07-10T19:13:48.996Z Compiling tracing v0.1.40
22832024-07-10T19:13:49.186Z Compiling scroll_derive v0.12.0
22842024-07-10T19:13:49.359Z Compiling publicsuffix v2.2.3
22852024-07-10T19:13:49.617Z Compiling bitflags v1.3.2
22862024-07-10T19:13:49.721Z Compiling webpki-roots v0.25.4
22872024-07-10T19:13:49.881Z Compiling block-padding v0.3.3
22882024-07-10T19:13:50.045Z Compiling der_derive v0.7.2
22892024-07-10T19:13:50.139Z Compiling pem-rfc7468 v0.7.0
22902024-07-10T19:13:50.648Z Compiling pest_meta v2.7.10
22912024-07-10T19:13:50.725Z Compiling scroll v0.12.0
22922024-07-10T19:13:50.933Z Compiling futures-executor v0.3.30
22932024-07-10T19:13:51.107Z Compiling flagset v0.4.5
22942024-07-10T19:13:51.285Z Compiling futures v0.3.30
22952024-07-10T19:13:51.303Z Compiling goblin v0.8.2
22962024-07-10T19:13:51.319Z Compiling inout v0.1.3
22972024-07-10T19:13:51.322Z Compiling sha2 v0.10.8
22982024-07-10T19:13:51.402Z Compiling either v1.12.0
22992024-07-10T19:13:51.509Z Compiling ff v0.13.0
23002024-07-10T19:13:51.580Z Compiling cipher v0.4.4
23012024-07-10T19:13:51.738Z Compiling base16ct v0.2.0
23022024-07-10T19:13:51.824Z Compiling stable_deref_trait v1.2.0
23032024-07-10T19:13:51.982Z Compiling pest_generator v2.7.10
23042024-07-10T19:13:52.082Z Compiling group v0.13.0
23052024-07-10T19:13:52.127Z Compiling hkdf v0.12.4
23062024-07-10T19:13:52.395Z Compiling crypto-bigint v0.5.5
23072024-07-10T19:13:52.413Z Compiling crossbeam-epoch v0.9.18
23082024-07-10T19:13:52.746Z Compiling der v0.7.9
23092024-07-10T19:13:53.266Z Compiling num-integer v0.1.46
23102024-07-10T19:13:54.087Z Compiling managed v0.8.0
23112024-07-10T19:13:54.105Z Compiling unicode-segmentation v1.11.0
23122024-07-10T19:13:54.551Z Compiling matches v0.1.10
23132024-07-10T19:13:54.650Z Compiling idna v0.2.3
23142024-07-10T19:13:54.815Z Compiling enum-as-inner v0.5.1
23152024-07-10T19:13:54.946Z Compiling spki v0.7.3
23162024-07-10T19:13:55.329Z Compiling bytes v1.6.0
23172024-07-10T19:13:55.859Z Compiling indexmap v2.2.6
23182024-07-10T19:13:56.046Z Compiling chrono v0.4.38
23192024-07-10T19:13:56.184Z Compiling tokio v1.38.0
23202024-07-10T19:13:56.234Z Compiling uuid v1.9.1
23212024-07-10T19:13:56.609Z Compiling bitflags v2.5.0
23222024-07-10T19:13:57.107Z Compiling semver v1.0.23
23232024-07-10T19:13:57.352Z Compiling http v0.2.12
23242024-07-10T19:13:57.821Z Compiling serde_tokenstream v0.2.1
23252024-07-10T19:13:57.911Z Compiling toml_datetime v0.6.6
23262024-07-10T19:13:58.357Z Compiling serde_spanned v0.6.6
23272024-07-10T19:13:58.513Z Compiling openssl v0.10.64
23282024-07-10T19:13:58.567Z Compiling toml_edit v0.19.15
23292024-07-10T19:13:58.803Z Compiling http-body v0.4.6
23302024-07-10T19:13:59.273Z Compiling rustix v0.38.34
23312024-07-10T19:13:59.883Z Compiling serde_urlencoded v0.7.1
23322024-07-10T19:13:59.987Z Compiling cookie_store v0.20.0
23332024-07-10T19:14:00.412Z Compiling openapiv3 v2.0.0
23342024-07-10T19:14:01.554Z Compiling rustc_version v0.4.0
23352024-07-10T19:14:02.167Z Compiling pest_derive v2.7.10
23362024-07-10T19:14:02.367Z Compiling dof v0.3.0
23372024-07-10T19:14:02.385Z Compiling pkcs8 v0.10.2
23382024-07-10T19:14:02.407Z Compiling ipnetwork v0.20.0
23392024-07-10T19:14:02.948Z Compiling dtrace-parser v0.2.0
23402024-07-10T19:14:02.972Z Compiling sec1 v0.7.3
23412024-07-10T19:14:03.257Z Compiling toml v0.7.8
23422024-07-10T19:14:03.542Z Compiling usdt-impl v0.5.0
23432024-07-10T19:14:04.735Z Compiling tokio-util v0.7.11
23442024-07-10T19:14:04.913Z Compiling native-tls v0.2.11
23452024-07-10T19:14:05.011Z Compiling tokio-rustls v0.24.1
23462024-07-10T19:14:05.173Z Compiling elliptic-curve v0.13.8
23472024-07-10T19:14:05.191Z Compiling usdt-attr-macro v0.5.0
23482024-07-10T19:14:05.418Z Compiling tokio-native-tls v0.3.1
23492024-07-10T19:14:05.547Z Compiling usdt-macro v0.5.0
23502024-07-10T19:14:05.694Z Compiling h2 v0.3.26
23512024-07-10T19:14:05.962Z Compiling toml_edit v0.22.14
23522024-07-10T19:14:06.136Z Compiling hex v0.4.3
23532024-07-10T19:14:06.756Z Compiling bit-vec v0.6.3
23542024-07-10T19:14:06.758Z Compiling siphasher v0.3.11
23552024-07-10T19:14:06.893Z Compiling trust-dns-proto v0.22.0
23562024-07-10T19:14:07.098Z Compiling usdt v0.5.0
23572024-07-10T19:14:07.144Z Compiling heapless v0.7.17
23582024-07-10T19:14:07.230Z Compiling terminal_size v0.3.0
23592024-07-10T19:14:07.392Z Compiling num-bigint v0.4.5
23602024-07-10T19:14:07.438Z Compiling regress v0.9.1
23612024-07-10T19:14:07.567Z Compiling finl_unicode v1.2.0
23622024-07-10T19:14:07.608Z Compiling signal-hook v0.3.17
23632024-07-10T19:14:07.882Z Compiling clap_builder v4.5.2
23642024-07-10T19:14:08.170Z Compiling stringprep v0.1.4
23652024-07-10T19:14:09.519Z Compiling itertools v0.10.5
23662024-07-10T19:14:11.974Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23672024-07-10T19:14:12.466Z Compiling hyper v0.14.28
23682024-07-10T19:14:12.690Z Compiling yasna v0.5.2
23692024-07-10T19:14:14.710Z Compiling md-5 v0.10.6
23702024-07-10T19:14:14.821Z Compiling clap_derive v4.5.4
23712024-07-10T19:14:14.991Z Compiling hash32 v0.2.1
23722024-07-10T19:14:15.403Z Compiling fallible-iterator v0.2.0
23732024-07-10T19:14:15.585Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23742024-07-10T19:14:16.069Z Compiling smoltcp v0.9.1
23752024-07-10T19:14:16.381Z Compiling postgres-protocol v0.6.6
23762024-07-10T19:14:17.623Z Compiling phf_shared v0.11.2
23772024-07-10T19:14:17.652Z Compiling tokio-stream v0.1.15
23782024-07-10T19:14:17.759Z Compiling hubpack_derive v0.1.1
23792024-07-10T19:14:17.887Z Compiling zerocopy-derive v0.6.6
23802024-07-10T19:14:18.013Z Compiling diesel_table_macro_syntax v0.1.0
23812024-07-10T19:14:18.054Z Compiling scheduled-thread-pool v0.2.7
23822024-07-10T19:14:18.444Z Compiling fs-err v2.11.0
23832024-07-10T19:14:18.613Z Compiling fixedbitset v0.4.2
23842024-07-10T19:14:18.643Z Compiling hubpack v0.1.2
23852024-07-10T19:14:18.660Z Compiling diesel_derives v2.1.4
23862024-07-10T19:14:18.867Z Compiling petgraph v0.6.5
23872024-07-10T19:14:19.051Z Compiling r2d2 v0.8.10
23882024-07-10T19:14:19.115Z Compiling phf v0.11.2
23892024-07-10T19:14:19.418Z Compiling hyper-tls v0.5.0
23902024-07-10T19:14:19.435Z Compiling hyper-rustls v0.24.2
23912024-07-10T19:14:19.782Z Compiling reqwest v0.11.27
23922024-07-10T19:14:19.998Z Compiling clap v4.5.4
23932024-07-10T19:14:20.117Z Compiling signal-hook-mio v0.2.3
23942024-07-10T19:14:20.149Z Compiling zerocopy v0.6.6
23952024-07-10T19:14:20.288Z Compiling postgres-types v0.2.6
23962024-07-10T19:14:21.323Z Compiling phf_shared v0.10.0
23972024-07-10T19:14:21.740Z Compiling similar v2.5.0
23982024-07-10T19:14:21.846Z Compiling num-iter v0.1.45
23992024-07-10T19:14:21.951Z Compiling strum_macros v0.25.3
24002024-07-10T19:14:22.075Z Compiling serde_repr v0.1.19
24012024-07-10T19:14:22.540Z Compiling console v0.15.8
24022024-07-10T19:14:22.901Z Compiling getopts v0.2.21
24032024-07-10T19:14:23.235Z Compiling float-cmp v0.9.0
24042024-07-10T19:14:23.463Z Compiling new_debug_unreachable v1.0.6
24052024-07-10T19:14:23.563Z Compiling difflib v0.4.0
24062024-07-10T19:14:23.927Z Compiling precomputed-hash v0.1.1
24072024-07-10T19:14:24.050Z Compiling predicates-core v1.0.6
24082024-07-10T19:14:24.053Z Compiling unsafe-libyaml v0.2.11
24092024-07-10T19:14:24.300Z Compiling whoami v1.5.1
24102024-07-10T19:14:24.449Z Compiling normalize-line-endings v0.3.0
24112024-07-10T19:14:24.579Z Compiling static_assertions v1.1.0
24122024-07-10T19:14:24.681Z Compiling minimal-lexical v0.2.1
24132024-07-10T19:14:24.968Z Compiling tokio-postgres v0.7.10
24142024-07-10T19:14:25.211Z Compiling nom v7.1.3
24152024-07-10T19:14:25.214Z Compiling predicates v3.1.0
24162024-07-10T19:14:25.989Z Compiling serde_yaml v0.9.34+deprecated
24172024-07-10T19:14:26.251Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24182024-07-10T19:14:27.025Z Compiling string_cache v0.8.7
24192024-07-10T19:14:27.536Z Compiling crossterm v0.27.0
24202024-07-10T19:14:29.851Z Compiling bit-set v0.5.3
24212024-07-10T19:14:30.146Z Compiling itertools v0.12.1
24222024-07-10T19:14:30.213Z Compiling bstr v1.9.1
24232024-07-10T19:14:30.388Z Compiling lalrpop-util v0.19.12
24242024-07-10T19:14:30.760Z Compiling peg-runtime v0.8.3
24252024-07-10T19:14:31.286Z Compiling unicode-xid v0.2.4
24262024-07-10T19:14:31.456Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24272024-07-10T19:14:31.459Z Compiling sha1 v0.10.6
24282024-07-10T19:14:31.884Z Compiling camino v1.1.7
24292024-07-10T19:14:31.943Z Compiling strum_macros v0.26.4
24302024-07-10T19:14:31.996Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24312024-07-10T19:14:32.035Z Compiling diesel v2.1.6
24322024-07-10T19:14:32.086Z Compiling http v1.1.0
24332024-07-10T19:14:32.750Z Compiling base64 v0.22.1
24342024-07-10T19:14:32.883Z Compiling toml v0.8.14
24352024-07-10T19:14:33.350Z Compiling ident_case v1.0.1
24362024-07-10T19:14:33.533Z Compiling rustls-pki-types v1.7.0
24372024-07-10T19:14:33.536Z Compiling darling_core v0.20.9
24382024-07-10T19:14:34.386Z Compiling crossbeam-channel v0.5.12
24392024-07-10T19:14:34.648Z Compiling rustls v0.22.4
24402024-07-10T19:14:34.668Z Compiling paste v1.0.15
24412024-07-10T19:14:34.934Z Compiling slog-term v2.9.1
24422024-07-10T19:14:35.233Z Compiling slog-async v2.8.0
24432024-07-10T19:14:35.538Z Compiling rustls-webpki v0.102.4
24442024-07-10T19:14:35.762Z Compiling multer v3.1.0
24452024-07-10T19:14:36.053Z Compiling instant v0.1.12
24462024-07-10T19:14:36.271Z Compiling slog-json v2.6.1
24472024-07-10T19:14:36.467Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24482024-07-10T19:14:36.610Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24492024-07-10T19:14:36.663Z Compiling async-stream-impl v0.3.5
24502024-07-10T19:14:37.416Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
24512024-07-10T19:14:37.478Z Compiling strum v0.26.2
24522024-07-10T19:14:37.663Z Compiling atomic-waker v1.1.2
24532024-07-10T19:14:37.694Z Compiling debug-ignore v1.0.5
24542024-07-10T19:14:37.788Z Compiling waitgroup v0.1.2
24552024-07-10T19:14:37.845Z Compiling slog-bunyan v2.5.0
24562024-07-10T19:14:38.033Z Compiling rustls-pemfile v2.1.2
24572024-07-10T19:14:38.050Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
24582024-07-10T19:14:38.081Z Compiling async-stream v0.3.5
24592024-07-10T19:14:38.407Z Compiling serde_path_to_error v0.1.16
24602024-07-10T19:14:38.496Z Compiling structmeta-derive v0.3.0
24612024-07-10T19:14:38.951Z Compiling hostname v0.4.0
24622024-07-10T19:14:39.213Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24632024-07-10T19:14:39.284Z Compiling newtype-uuid v1.1.0
24642024-07-10T19:14:39.598Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24652024-07-10T19:14:39.971Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662024-07-10T19:14:40.276Z Compiling backoff v0.4.0
24672024-07-10T19:14:40.350Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682024-07-10T19:14:40.535Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24692024-07-10T19:14:40.605Z Compiling tokio-rustls v0.25.0
24702024-07-10T19:14:40.699Z Compiling macaddr v1.0.1
24712024-07-10T19:14:40.999Z Compiling darling_macro v0.20.9
24722024-07-10T19:14:41.032Z Compiling proc-macro-crate v1.3.1
24732024-07-10T19:14:41.166Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24742024-07-10T19:14:41.510Z Compiling fastrand v2.1.0
24752024-07-10T19:14:41.592Z Compiling structmeta v0.3.0
24762024-07-10T19:14:42.024Z Compiling darling v0.20.9
24772024-07-10T19:14:42.077Z Compiling parse-display-derive v0.9.1
24782024-07-10T19:14:42.120Z Compiling tempfile v3.10.1
24792024-07-10T19:14:42.156Z Compiling serde_with_macros v3.8.1
24802024-07-10T19:14:42.181Z Compiling num_enum_derive v0.5.11
24812024-07-10T19:14:43.081Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24822024-07-10T19:14:43.381Z Compiling foreign-types-macros v0.2.3
24832024-07-10T19:14:44.710Z Compiling heapless v0.8.0
24842024-07-10T19:14:45.013Z Compiling num_enum v0.5.11
24852024-07-10T19:14:45.164Z Compiling foreign-types-shared v0.3.1
24862024-07-10T19:14:45.234Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24872024-07-10T19:14:45.284Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24882024-07-10T19:14:45.410Z Compiling serde_with v3.8.1
24892024-07-10T19:14:45.575Z Compiling foreign-types v0.5.0
24902024-07-10T19:14:45.592Z Compiling proc-macro-error v1.0.4
24912024-07-10T19:14:46.061Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24922024-07-10T19:14:46.325Z Compiling cstr-argument v0.1.2
24932024-07-10T19:14:46.571Z Compiling hash32 v0.3.1
24942024-07-10T19:14:46.805Z Compiling smoltcp v0.11.0
24952024-07-10T19:14:46.975Z Compiling pretty-hex v0.2.1
24962024-07-10T19:14:47.083Z Compiling parse-display v0.9.1
24972024-07-10T19:14:47.163Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24982024-07-10T19:14:47.544Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24992024-07-10T19:14:47.667Z Compiling camino-tempfile v1.1.1
25002024-07-10T19:14:47.825Z Compiling tabwriter v1.4.0
25012024-07-10T19:14:48.125Z Compiling colored v2.1.0
25022024-07-10T19:14:48.148Z Compiling socket2 v0.4.10
25032024-07-10T19:14:48.301Z Compiling cobs v0.2.3
25042024-07-10T19:14:48.355Z Compiling embedded-io v0.4.0
25052024-07-10T19:14:48.573Z Compiling postcard v1.0.8
25062024-07-10T19:14:48.937Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25072024-07-10T19:14:49.023Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25082024-07-10T19:14:49.201Z Compiling crucible-workspace-hack v0.1.0
25092024-07-10T19:14:49.279Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25102024-07-10T19:14:49.401Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25112024-07-10T19:14:49.575Z Compiling smf v0.2.3
25122024-07-10T19:14:49.593Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25132024-07-10T19:14:49.684Z Compiling humantime v2.1.0
25142024-07-10T19:14:50.170Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25152024-07-10T19:14:50.205Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25162024-07-10T19:14:50.707Z Compiling num-derive v0.4.2
25172024-07-10T19:14:51.027Z Compiling sigpipe v0.1.3
25182024-07-10T19:14:51.147Z Compiling utf-8 v0.7.6
25192024-07-10T19:14:51.218Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25202024-07-10T19:14:51.508Z Compiling atty v0.2.14
25212024-07-10T19:14:51.647Z Compiling same-file v1.0.6
25222024-07-10T19:14:51.647Z Compiling rayon-core v1.12.1
25232024-07-10T19:14:51.686Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25242024-07-10T19:14:51.883Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25252024-07-10T19:14:51.953Z Compiling semver v0.1.20
25262024-07-10T19:14:52.661Z Compiling rustc_version v0.1.7
25272024-07-10T19:14:53.228Z Compiling walkdir v2.5.0
25282024-07-10T19:14:53.276Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25292024-07-10T19:14:53.588Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25302024-07-10T19:14:53.630Z Compiling curve25519-dalek v4.1.3
25312024-07-10T19:14:53.801Z Compiling newline-converter v0.3.0
25322024-07-10T19:14:53.972Z Compiling crossbeam-deque v0.8.5
25332024-07-10T19:14:54.011Z Compiling universal-hash v0.5.1
25342024-07-10T19:14:54.090Z Compiling opaque-debug v0.3.1
25352024-07-10T19:14:54.190Z Compiling prettyplease v0.2.20
25362024-07-10T19:14:54.213Z Compiling expectorate v1.1.0
25372024-07-10T19:14:54.216Z Compiling newtype_derive v0.1.6
25382024-07-10T19:14:54.370Z Compiling xattr v1.3.1
25392024-07-10T19:14:54.386Z Compiling num-rational v0.4.2
25402024-07-10T19:14:54.461Z Compiling signature v2.2.0
25412024-07-10T19:14:54.486Z Compiling curve25519-dalek-derive v0.1.1
25422024-07-10T19:14:54.662Z Compiling num-complex v0.4.6
25432024-07-10T19:14:54.768Z Compiling blake3 v1.5.1
25442024-07-10T19:14:55.385Z Compiling ring v0.16.20
25452024-07-10T19:14:55.721Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25462024-07-10T19:14:55.802Z Compiling unicase v2.7.0
25472024-07-10T19:14:56.097Z Compiling termcolor v1.4.1
25482024-07-10T19:14:56.118Z Compiling getrandom v0.1.16
25492024-07-10T19:14:56.121Z Compiling arc-swap v1.7.1
25502024-07-10T19:14:56.175Z Compiling quick-error v1.2.3
25512024-07-10T19:14:56.332Z Compiling convert_case v0.4.0
25522024-07-10T19:14:56.442Z Compiling linked-hash-map v0.5.6
25532024-07-10T19:14:56.775Z Compiling lru-cache v0.1.2
25542024-07-10T19:14:56.799Z Compiling slog-scope v4.4.0
25552024-07-10T19:14:56.899Z Compiling env_logger v0.9.3
25562024-07-10T19:14:57.010Z Compiling resolv-conf v0.7.0
25572024-07-10T19:14:57.383Z Compiling derive_more v0.99.18
25582024-07-10T19:14:57.601Z Compiling tar v0.4.40
25592024-07-10T19:14:57.818Z Compiling num v0.4.3
25602024-07-10T19:14:58.347Z Compiling rayon v1.10.0
25612024-07-10T19:14:59.651Z Compiling tungstenite v0.21.0
25622024-07-10T19:14:59.706Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25632024-07-10T19:15:00.209Z Compiling blake2 v0.10.6
25642024-07-10T19:15:01.514Z Compiling bitstruct_derive v0.1.0
25652024-07-10T19:15:01.624Z Compiling derive-where v1.2.7
25662024-07-10T19:15:01.761Z Compiling password-hash v0.5.0
25672024-07-10T19:15:02.824Z Compiling memmap2 v0.9.4
25682024-07-10T19:15:02.887Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25692024-07-10T19:15:03.018Z Compiling constant_time_eq v0.3.0
25702024-07-10T19:15:03.201Z Compiling untrusted v0.7.1
25712024-07-10T19:15:03.240Z Compiling arrayref v0.3.7
25722024-07-10T19:15:03.287Z Compiling ascii v1.1.0
25732024-07-10T19:15:03.341Z Compiling arrayvec v0.7.4
25742024-07-10T19:15:03.373Z Compiling parking_lot_core v0.8.6
25752024-07-10T19:15:03.710Z Compiling spin v0.5.2
25762024-07-10T19:15:03.830Z Compiling libefi-sys v0.1.0
25772024-07-10T19:15:03.880Z Compiling home v0.5.9
25782024-07-10T19:15:03.946Z Compiling float-ord v0.3.2
25792024-07-10T19:15:04.118Z Compiling toolchain_find v0.4.0
25802024-07-10T19:15:04.176Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25812024-07-10T19:15:04.294Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25822024-07-10T19:15:04.522Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
25832024-07-10T19:15:05.343Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25842024-07-10T19:15:05.602Z Compiling bitstruct v0.1.1
25852024-07-10T19:15:05.648Z Compiling argon2 v0.5.3
25862024-07-10T19:15:05.716Z Compiling tokio-tungstenite v0.21.0
25872024-07-10T19:15:05.746Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25882024-07-10T19:15:06.266Z Compiling trust-dns-resolver v0.22.0
25892024-07-10T19:15:06.278Z Compiling slog-stdlog v4.1.1
25902024-07-10T19:15:06.625Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25912024-07-10T19:15:06.661Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25922024-07-10T19:15:07.101Z Compiling serde_arrays v0.1.0
25932024-07-10T19:15:07.160Z Compiling erased-serde v0.3.31
25942024-07-10T19:15:07.278Z Compiling rfc6979 v0.4.0
25952024-07-10T19:15:07.402Z Compiling aead v0.5.2
25962024-07-10T19:15:07.471Z Compiling bitfield-struct v0.6.1
25972024-07-10T19:15:07.797Z Compiling nibble_vec v0.1.0
25982024-07-10T19:15:07.903Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25992024-07-10T19:15:07.986Z Compiling slog-dtrace v0.3.0
26002024-07-10T19:15:08.265Z Compiling topological-sort v0.2.2
26012024-07-10T19:15:08.282Z Compiling keccak v0.1.5
26022024-07-10T19:15:08.429Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26032024-07-10T19:15:08.488Z Compiling endian-type v0.1.2
26042024-07-10T19:15:08.593Z Compiling cancel-safe-futures v0.1.5
26052024-07-10T19:15:08.610Z Compiling sha3 v0.10.8
26062024-07-10T19:15:08.719Z Compiling radix_trie v0.2.1
26072024-07-10T19:15:08.810Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26082024-07-10T19:15:08.875Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26092024-07-10T19:15:08.927Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26102024-07-10T19:15:09.273Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26112024-07-10T19:15:09.453Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26122024-07-10T19:15:09.547Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26132024-07-10T19:15:09.627Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26142024-07-10T19:15:10.052Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26152024-07-10T19:15:10.055Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26162024-07-10T19:15:10.084Z Compiling omicron-zone-package v0.11.0
26172024-07-10T19:15:10.236Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26182024-07-10T19:15:10.577Z Compiling ecdsa v0.16.9
26192024-07-10T19:15:11.353Z Compiling rand_core v0.5.1
26202024-07-10T19:15:11.435Z Compiling mime_guess v2.0.4
26212024-07-10T19:15:11.869Z Compiling slog-envlogger v2.2.0
26222024-07-10T19:15:12.493Z Compiling steno v0.4.1
26232024-07-10T19:15:12.665Z Compiling rustfmt-wrapper v0.2.1
26242024-07-10T19:15:13.264Z Compiling poly1305 v0.8.0
26252024-07-10T19:15:13.315Z Compiling tungstenite v0.20.1
26262024-07-10T19:15:13.573Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26272024-07-10T19:15:14.289Z Compiling primeorder v0.13.6
26282024-07-10T19:15:14.827Z Compiling heck v0.3.3
26292024-07-10T19:15:15.047Z Compiling chacha20 v0.9.1
26302024-07-10T19:15:15.257Z Compiling secrecy v0.8.0
26312024-07-10T19:15:15.486Z Compiling thiserror-impl-no-std v2.0.2
26322024-07-10T19:15:15.518Z Compiling half v2.4.1
26332024-07-10T19:15:15.536Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26342024-07-10T19:15:15.802Z Compiling ciborium-io v0.2.2
26352024-07-10T19:15:15.937Z Compiling option-ext v0.2.0
26362024-07-10T19:15:16.078Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26372024-07-10T19:15:16.128Z Compiling dirs-sys v0.4.1
26382024-07-10T19:15:16.211Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26392024-07-10T19:15:16.555Z Compiling ciborium-ll v0.2.2
26402024-07-10T19:15:16.802Z Compiling zone_cfg_derive v0.1.2
26412024-07-10T19:15:16.974Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26422024-07-10T19:15:16.991Z Compiling tokio-tungstenite v0.20.1
26432024-07-10T19:15:17.536Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26442024-07-10T19:15:17.781Z Compiling parking_lot v0.11.2
26452024-07-10T19:15:17.963Z Compiling rand_chacha v0.2.2
26462024-07-10T19:15:18.746Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26472024-07-10T19:15:18.939Z Compiling thiserror-no-std v2.0.2
26482024-07-10T19:15:19.022Z Compiling trust-dns-client v0.22.0
26492024-07-10T19:15:19.058Z Compiling ed25519 v2.2.3
26502024-07-10T19:15:19.549Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26512024-07-10T19:15:19.574Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26522024-07-10T19:15:20.049Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26532024-07-10T19:15:20.500Z Compiling polyval v0.6.2
26542024-07-10T19:15:20.965Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26552024-07-10T19:15:21.425Z Compiling libsw v3.3.1
26562024-07-10T19:15:21.771Z Compiling toml v0.5.11
26572024-07-10T19:15:22.332Z Compiling blowfish v0.9.1
26582024-07-10T19:15:22.784Z Compiling ctr v0.9.2
26592024-07-10T19:15:23.157Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26602024-07-10T19:15:24.127Z Compiling aes v0.8.4
26612024-07-10T19:15:25.179Z Compiling pbkdf2 v0.12.2
26622024-07-10T19:15:25.364Z Compiling password-hash v0.4.2
26632024-07-10T19:15:25.611Z Compiling gethostname v0.4.3
26642024-07-10T19:15:25.901Z Compiling fxhash v0.2.1
26652024-07-10T19:15:26.113Z Compiling owo-colors v4.0.0
26662024-07-10T19:15:26.337Z Compiling base64 v0.13.1
26672024-07-10T19:15:26.996Z Compiling linear-map v1.2.0
26682024-07-10T19:15:27.014Z Compiling ron v0.7.1
26692024-07-10T19:15:27.398Z Compiling sled v0.34.7
26702024-07-10T19:15:28.097Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26712024-07-10T19:15:28.454Z Compiling pbkdf2 v0.11.0
26722024-07-10T19:15:28.839Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26732024-07-10T19:15:29.486Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26742024-07-10T19:15:31.853Z Compiling bcrypt-pbkdf v0.10.0
26752024-07-10T19:15:31.905Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26762024-07-10T19:15:32.059Z Compiling trust-dns-server v0.22.1
26772024-07-10T19:15:32.544Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26782024-07-10T19:15:32.773Z Compiling ghash v0.5.1
26792024-07-10T19:15:32.972Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26802024-07-10T19:15:33.284Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26812024-07-10T19:15:33.768Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26822024-07-10T19:15:34.764Z Compiling ed25519-dalek v2.1.1
26832024-07-10T19:15:35.906Z Compiling vsss-rs v3.3.4
26842024-07-10T19:15:36.374Z Compiling zone v0.1.8
26852024-07-10T19:15:36.450Z Compiling rand v0.7.3
26862024-07-10T19:15:36.616Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26872024-07-10T19:15:38.000Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26882024-07-10T19:15:38.025Z Compiling ciborium v0.2.2
26892024-07-10T19:15:39.259Z Compiling dirs v5.0.1
26902024-07-10T19:15:39.279Z Compiling chacha20poly1305 v0.10.1
26912024-07-10T19:15:39.471Z Compiling p256 v0.13.2
26922024-07-10T19:15:39.499Z Compiling p521 v0.13.3
26932024-07-10T19:15:39.602Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
26942024-07-10T19:15:40.367Z Compiling pem v3.0.4
26952024-07-10T19:15:40.615Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
26962024-07-10T19:15:40.939Z Compiling headers-core v0.2.0
26972024-07-10T19:15:40.994Z Compiling cbc v0.1.2
26982024-07-10T19:15:41.114Z Compiling kstat-rs v0.2.4
26992024-07-10T19:15:41.221Z Compiling portpicker v0.1.1
27002024-07-10T19:15:41.243Z Compiling nanorand v0.7.0
27012024-07-10T19:15:41.552Z Compiling russh-cryptovec v0.7.2
27022024-07-10T19:15:41.742Z Compiling md5 v0.7.0
27032024-07-10T19:15:41.841Z Compiling http-range v0.1.5
27042024-07-10T19:15:41.882Z Compiling glob v0.3.1
27052024-07-10T19:15:42.029Z Compiling hyper-staticfile v0.9.5
27062024-07-10T19:15:42.243Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27072024-07-10T19:15:42.261Z Compiling russh-keys v0.43.0
27082024-07-10T19:15:42.908Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27092024-07-10T19:15:42.936Z Compiling flume v0.11.0
27102024-07-10T19:15:43.047Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112024-07-10T19:15:43.616Z Compiling headers v0.3.9
27122024-07-10T19:15:45.059Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27132024-07-10T19:15:45.582Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27142024-07-10T19:15:45.725Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27152024-07-10T19:15:46.428Z Compiling rcgen v0.12.1
27162024-07-10T19:15:49.009Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27172024-07-10T19:15:49.073Z Compiling aes-gcm v0.10.3
27182024-07-10T19:15:49.370Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27192024-07-10T19:15:49.832Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27202024-07-10T19:15:51.298Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27212024-07-10T19:15:54.667Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27222024-07-10T19:15:55.753Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27232024-07-10T19:15:56.331Z Compiling atomicwrites v0.4.3
27242024-07-10T19:15:56.348Z Compiling subprocess v0.2.9
27252024-07-10T19:15:56.696Z Compiling display-error-chain v0.2.0
27262024-07-10T19:15:56.883Z Compiling dhcproto-macros v0.1.0
27272024-07-10T19:15:57.875Z Compiling hex-literal v0.4.1
27282024-07-10T19:15:58.036Z Compiling russh v0.43.0
27292024-07-10T19:15:58.445Z Compiling dhcproto v0.11.0
27302024-07-10T19:15:58.601Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27312024-07-10T19:15:59.629Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27322024-07-10T19:16:04.516Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27332024-07-10T19:16:04.572Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27342024-07-10T19:16:04.572Z Compiling internet-checksum v0.2.1
27352024-07-10T19:16:23.640Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27362024-07-10T19:17:06.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s
27372024-07-10T19:17:06.919Z
27382024-07-10T19:17:06.919Zreal 3:42.585753849
27392024-07-10T19:17:06.919Zuser 19:54.160224286
27402024-07-10T19:17:06.920Zsys 4:13.232247022
27412024-07-10T19:17:06.920Ztrap 0.579920459
27422024-07-10T19:17:06.920Ztflt 0.545600907
27432024-07-10T19:17:06.945Zdflt 1.829639128
27442024-07-10T19:17:06.945Zkflt 0.000046728
27452024-07-10T19:17:06.945Zlock 42:32.569696090
27462024-07-10T19:17:06.945Zslp 57:09.332597839
27472024-07-10T19:17:06.945Zlat 1:05.885205601
27482024-07-10T19:17:06.945Zstop 2:34.985261426
27492024-07-10T19:17:06.945Z+ mkdir tests
27502024-07-10T19:17:06.945Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27512024-07-10T19:17:06.945Z+ xargs -I '{}' -t cp '{}' tests/
27522024-07-10T19:17:08.285Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-042ee7f868ef739c tests/
27532024-07-10T19:17:08.305Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5465fa55270b9cf3 tests/
27542024-07-10T19:17:08.325Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4f5d40e613b07835 tests/
27552024-07-10T19:17:08.345Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cfd88465eab6d8b2 tests/
27562024-07-10T19:17:08.649Z+ 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/*)
27572024-07-10T19:17:08.652Z+ ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-5465fa55270b9cf3 tests/commtest-4f5d40e613b07835 tests/dhcp_server-042ee7f868ef739c tests/end_to_end_tests-cfd88465eab6d8b2 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
27582024-07-10T19:18:13.054ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27592024-07-10T19:18:13.054Za out/target/test 1K
27602024-07-10T19:18:13.054Za out/npuzone/npuzone 23144K
27612024-07-10T19:18:13.054Za package-manifest.toml 29K
27622024-07-10T19:18:13.054Za smf/sled-agent/non-gimlet/config.toml 4K
27632024-07-10T19:18:13.054Za target/release/omicron-package 32520K
27642024-07-10T19:18:13.054Za target/release/xtask 18147K
27652024-07-10T19:18:13.054Za target/debug/bootstrap 358471K
27662024-07-10T19:18:13.054Za tests/bootstrap-5465fa55270b9cf3 23983K
27672024-07-10T19:18:13.054Za tests/commtest-4f5d40e613b07835 23984K
27682024-07-10T19:18:13.055Za tests/dhcp_server-042ee7f868ef739c 23983K
27692024-07-10T19:18:13.055Za tests/end_to_end_tests-cfd88465eab6d8b2 369274K
27702024-07-10T19:18:13.055Za out/clickhouse.tar.gz 223114K
27712024-07-10T19:18:13.055Za out/clickhouse_keeper.tar.gz 223093K
27722024-07-10T19:18:13.055Za out/cockroachdb.tar.gz 131954K
27732024-07-10T19:18:13.055Za out/crucible-dtrace.tar 85K
27742024-07-10T19:18:13.055Za out/crucible-pantry-zone.tar.gz 27046K
27752024-07-10T19:18:13.055Za out/crucible-zone.tar.gz 37414K
27762024-07-10T19:18:13.055Za out/external-dns.tar.gz 25122K
27772024-07-10T19:18:13.055Za out/internal-dns.tar.gz 25121K
27782024-07-10T19:18:13.055Za out/mg-ddm-gz.tar 60617K
27792024-07-10T19:18:13.055Za out/nexus.tar.gz 84989K
27802024-07-10T19:18:13.055Za out/ntp.tar.gz 8925K
27812024-07-10T19:18:13.055Za out/omicron-gateway-softnpu.tar.gz 13801K
27822024-07-10T19:18:13.055Za out/omicron-sled-agent.tar 94648K
27832024-07-10T19:18:13.055Za out/overlay.tar.gz 3K
27842024-07-10T19:18:13.055Za out/oximeter.tar.gz 42151K
27852024-07-10T19:18:13.055Za out/oxlog.tar 2955K
27862024-07-10T19:18:13.055Za out/probe.tar.gz 2764K
27872024-07-10T19:18:13.056Za out/propolis-server.tar.gz 64642K
27882024-07-10T19:18:13.056Za out/pumpkind-gz.tar 26665K
27892024-07-10T19:18:13.056Za out/switch-softnpu.tar.gz 198550K
27902024-07-10T19:18:13.061Z
27912024-07-10T19:18:13.061Zreal 1:04.387744273
27922024-07-10T19:18:13.061Zuser 1:01.798427086
27932024-07-10T19:18:13.061Zsys 3.454429539
27942024-07-10T19:18:13.061Ztrap 0.013125361
27952024-07-10T19:18:13.061Ztflt 0.000000000
27962024-07-10T19:18:13.061Zdflt 0.000000000
27972024-07-10T19:18:13.061Zkflt 0.000000000
27982024-07-10T19:18:13.061Zlock 0.000000000
27992024-07-10T19:18:13.061Zslp 1:01.813886633
28002024-07-10T19:18:13.061Zlat 1.691339100
28012024-07-10T19:18:13.061Zstop 0.000187678
28022024-07-10T19:18:13.062Zprocess exited: duration 1719807 ms, exit code 0
 
28032024-07-10T19:18:13.078Zfound 1 output files
28042024-07-10T19:18:13.079Zuploading: /work/package.tar.gz (1407080651 bytes)
28052024-07-10T19:18:42.059Zuploaded: /work/package.tar.gz