01JCRN8DYYYQB22ZJDF9V6RS64: 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: 01JCRN8YS4FTNAXWNZJ1NFKCER

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-15T19:38:27.819Zjob assigned to worker 01JCRN93VPH6BPDYJWKXNBJM38 [factory aws, i-0199ec2d8b6c629d6] (queued for 1 m 7 s)
 
22024-11-15T19:38:35.266Zstarting task 0: "setup"
32024-11-15T19:38:35.277Z++ uname -s
42024-11-15T19:38:35.279Z+ kern=SunOS
52024-11-15T19:38:35.279Z+ case "$kern" in
62024-11-15T19:38:35.279Z+ groupadd -g 12345 build
72024-11-15T19:38:35.282Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-15T19:38:37.290Z+ zfs create -o mountpoint=/work rpool/work
92024-11-15T19:38:37.391Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-15T19:38:37.394Z+ home_fs=zfs
112024-11-15T19:38:37.394Z+ [[ zfs == autofs ]]
122024-11-15T19:38:37.394Z+ mkdir -p /home/build
132024-11-15T19:38:37.396Z+ chown build:build /home/build /work
142024-11-15T19:38:38.398Z+ chmod 0700 /home/build /work
152024-11-15T19:38:38.401Zprocess exited: duration 3133 ms, exit code 0
 
162024-11-15T19:38:38.406Zstarting task 1: "rust-toolchain"
172024-11-15T19:38:38.411Z+ printf ' * toolchain channel = "%s"
182024-11-15T19:38:38.411Z' 1.81.0
192024-11-15T19:38:38.411Z+ printf ' * toolchain profile = "%s"
202024-11-15T19:38:38.411Z' default
212024-11-15T19:38:38.411Z * toolchain channel = "1.81.0"
222024-11-15T19:38:38.411Z * toolchain profile = "default"
232024-11-15T19:38:38.414Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-15T19:38:38.414Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-15T19:38:38.577Zinfo: downloading installer
262024-11-15T19:38:40.056Zinfo: profile set to 'default'
272024-11-15T19:38:40.056Zinfo: default host triple is x86_64-unknown-illumos
282024-11-15T19:38:40.056Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-15T19:38:40.203Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-15T19:38:40.203Zinfo: downloading component 'cargo'
312024-11-15T19:38:40.995Zinfo: downloading component 'clippy'
322024-11-15T19:38:41.289Zinfo: downloading component 'rust-docs'
332024-11-15T19:38:42.387Zinfo: downloading component 'rust-std'
342024-11-15T19:38:44.092Zinfo: downloading component 'rustc'
352024-11-15T19:38:50.220Zinfo: downloading component 'rustfmt'
362024-11-15T19:38:50.453Zinfo: installing component 'cargo'
372024-11-15T19:38:51.235Zinfo: installing component 'clippy'
382024-11-15T19:38:51.593Zinfo: installing component 'rust-docs'
392024-11-15T19:38:53.175Zinfo: installing component 'rust-std'
402024-11-15T19:38:54.902Zinfo: installing component 'rustc'
412024-11-15T19:39:00.454Zinfo: installing component 'rustfmt'
422024-11-15T19:39:00.816Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-15T19:39:00.816Z
442024-11-15T19:39:01.182Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-15T19:39:01.182Z
462024-11-15T19:39:01.185Z
472024-11-15T19:39:01.185ZRust is installed now. Great!
482024-11-15T19:39:01.185Z
492024-11-15T19:39:01.185ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-15T19:39:01.185Zenvironment variable. This has not been done automatically.
512024-11-15T19:39:01.185Z
522024-11-15T19:39:01.185ZTo configure your current shell, you need to source
532024-11-15T19:39:01.185Zthe corresponding env file under $HOME/.cargo.
542024-11-15T19:39:01.185Z
552024-11-15T19:39:01.185ZThis is usually done by running one of the following (note the leading DOT):
562024-11-15T19:39:01.185Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-15T19:39:01.185Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-15T19:39:01.259Z+ rustc --version
592024-11-15T19:39:01.325Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-15T19:39:01.328Zprocess exited: duration 22912 ms, exit code 0
 
612024-11-15T19:39:01.334Zstarting task 2: "authentication"
622024-11-15T19:39:01.354Zprocess exited: duration 20 ms, exit code 0
 
632024-11-15T19:39:01.362Zstarting task 3: "clone repository"
642024-11-15T19:39:01.366Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-15T19:39:01.369Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-15T19:39:01.410ZCloning into '/work/oxidecomputer/omicron'...
672024-11-15T19:39:42.523Z+ cd /work/oxidecomputer/omicron
682024-11-15T19:39:42.523Z+ git fetch origin a8f2400c1930fa7912ac43d6f6c340464360b20d
692024-11-15T19:39:43.238ZFrom https://github.com/oxidecomputer/omicron
702024-11-15T19:39:43.238Z * branch a8f2400c1930fa7912ac43d6f6c340464360b20d -> FETCH_HEAD
712024-11-15T19:39:43.248Z+ [[ -n dendrite-integration ]]
722024-11-15T19:39:43.250Z++ git branch --show-current
732024-11-15T19:39:43.253Z+ current=main
742024-11-15T19:39:43.253Z+ [[ main != dendrite-integration ]]
752024-11-15T19:39:43.253Z+ git branch -f dendrite-integration a8f2400c1930fa7912ac43d6f6c340464360b20d
762024-11-15T19:39:43.255Z+ git checkout -f dendrite-integration
772024-11-15T19:39:43.378ZSwitched to branch 'dendrite-integration'
782024-11-15T19:39:43.381Z+ git reset --hard a8f2400c1930fa7912ac43d6f6c340464360b20d
792024-11-15T19:39:43.498ZHEAD is now at a8f2400c1 Update with latest version
802024-11-15T19:39:43.501Zprocess exited: duration 42120 ms, exit code 0
 
812024-11-15T19:39:43.505Zstarting task 4: "build"
822024-11-15T19:39:43.512Z+ source .github/buildomat/ci-env.sh
832024-11-15T19:39:43.512Z++ export CARGO_TERM_COLOR=always
842024-11-15T19:39:43.514Z++ CARGO_TERM_COLOR=always
852024-11-15T19:39:43.514Z+ cargo --version
862024-11-15T19:39:43.569Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-15T19:39:43.571Z+ rustc --version
882024-11-15T19:39:43.632Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-15T19:39:43.635Z+ WORK=/work
902024-11-15T19:39:43.635Z+ pfexec mkdir -p /work
912024-11-15T19:39:43.639Z+ pfexec chown build /work
922024-11-15T19:39:43.642Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-15T19:39:52.095Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-15T19:39:55.591Z Startup: Caching catalogs ... Done
952024-11-15T19:40:03.942ZPlanning: Solver setup ... Done (7.459s)
962024-11-15T19:40:04.008ZPlanning: Running solver ... Done (0.107s)
972024-11-15T19:40:04.079ZPlanning: Finding local manifests ... Done (0.003s)
982024-11-15T19:40:04.223ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-15T19:40:05.017ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-15T19:40:05.114ZPlanning: Package planning ... Done (0.097s)
1012024-11-15T19:40:05.169ZPlanning: Merging actions ... Done (0.055s)
1022024-11-15T19:40:05.518ZPlanning: Checking for conflicting actions ... Done (0.348s)
1032024-11-15T19:40:07.482ZPlanning: Consolidating action changes ... Done (1.963s)
1042024-11-15T19:40:07.903ZPlanning: Evaluating mediators ... Done (0.420s)
1052024-11-15T19:40:07.985ZPlanning: Planning completed in 12.29 seconds
1062024-11-15T19:40:08.021Z Packages to install: 4
1072024-11-15T19:40:08.022Z Packages to update: 1
1082024-11-15T19:40:08.022Z Mediators to change: 2
1092024-11-15T19:40:08.022Z Services to change: 1
1102024-11-15T19:40:08.023Z Estimated space available: 155.64 GB
1112024-11-15T19:40:08.023ZEstimated space to be consumed: 1.60 GB
1122024-11-15T19:40:08.023Z Create boot environment: No
1132024-11-15T19:40:08.023ZCreate backup boot environment: Yes
1142024-11-15T19:40:08.023Z Rebuild boot archive: No
1152024-11-15T19:40:08.023Z
1162024-11-15T19:40:08.023ZChanged mediators:
1172024-11-15T19:40:08.024Z mediator clang:
1182024-11-15T19:40:08.024Z version: None -> 15 (system default)
1192024-11-15T19:40:08.024Z
1202024-11-15T19:40:08.024Z mediator llvm:
1212024-11-15T19:40:08.024Z version: 14 (system default) -> 15 (system default)
1222024-11-15T19:40:08.024Z
1232024-11-15T19:40:08.024ZChanged packages:
1242024-11-15T19:40:08.024Zhelios-dev
1252024-11-15T19:40:08.025Z developer/build-essential
1262024-11-15T19:40:08.025Z None -> 11-2.0
1272024-11-15T19:40:08.025Z library/libxmlsec1
1282024-11-15T19:40:08.025Z None -> 1.2.35-2.0
1292024-11-15T19:40:08.025Z ooce/developer/clang-15
1302024-11-15T19:40:08.025Z None -> 15.0.7-2.0
1312024-11-15T19:40:08.025Z ooce/developer/llvm-15
1322024-11-15T19:40:08.025Z None -> 15.0.7-2.0
1332024-11-15T19:40:08.025Z package/pkg
1342024-11-15T19:40:08.025Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-15T19:40:08.025Z
1362024-11-15T19:40:08.026ZServices:
1372024-11-15T19:40:08.026Z restart_fmri:
1382024-11-15T19:40:08.026Z svc:/system/update-man-index:default
1392024-11-15T19:40:08.026Z
1402024-11-15T19:40:08.026ZEditable files to change:
1412024-11-15T19:40:08.026Z Update:
1422024-11-15T19:40:08.026Z usr/share/lib/pkg/web/config.shtml
1432024-11-15T19:40:08.096Z
1442024-11-15T19:40:08.097ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-15T19:40:13.081ZDownload: 1107/4281 items 20.4/220.6MB 9% complete (4.0M/s)
1462024-11-15T19:40:18.086ZDownload: 2028/4281 items 118.7/220.6MB 53% complete (11.9M/s)
1472024-11-15T19:40:23.089ZDownload: 2913/4281 items 121.2/220.6MB 54% complete (10.1M/s)
1482024-11-15T19:40:32.127ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (11.1M/s)
1492024-11-15T19:40:37.131ZDownload: 4009/4281 items 218.5/220.6MB 99% complete (3.1M/s)
1502024-11-15T19:40:39.018ZDownload: Completed 220.60 MB in 30.93 seconds (7.1M/s)
1512024-11-15T19:40:41.020Z Actions: 1/5063 actions (Removing old actions)
1522024-11-15T19:40:41.041Z Actions: 194/5063 actions (Installing new actions)
1532024-11-15T19:40:45.688Z Actions: 4226/5063 actions (Updating modified actions)
1542024-11-15T19:40:45.993Z Actions: Completed 5063 actions in 4.97 seconds.
1552024-11-15T19:40:46.376Z Done (0.376s)
1562024-11-15T19:40:46.379Z Done (0.000s)
1572024-11-15T19:40:46.893Z Done (0.515s)
1582024-11-15T19:40:51.104Z Done (3.992s)
1592024-11-15T19:40:51.195Z Done (0.019s)
1602024-11-15T19:40:51.197Z Done (0.000s)
1612024-11-15T19:40:51.332Z Done (0.000s)
1622024-11-15T19:40:51.995ZPlanning: Evaluating mediator changes ... Done
1632024-11-15T19:40:52.154ZPlanning: Checking for conflicting actions ... Done
1642024-11-15T19:40:52.157ZPlanning: Consolidating action changes ... Done
1652024-11-15T19:40:52.425ZPlanning: Evaluating mediators ... Done
1662024-11-15T19:40:52.428ZPlanning: Planning completed in 0.43 seconds
1672024-11-15T19:40:52.467Z Mediators to change: 2
1682024-11-15T19:40:52.467Z Create boot environment: No
1692024-11-15T19:40:52.469ZCreate backup boot environment: No
1702024-11-15T19:40:52.531Z Done
1712024-11-15T19:40:52.531Z Done
1722024-11-15T19:40:52.864Z Done
1732024-11-15T19:40:56.521Z Done
1742024-11-15T19:40:56.611Z Done
1752024-11-15T19:40:56.614Z Done
1762024-11-15T19:40:56.707Z Done
1772024-11-15T19:40:57.324ZPlanning: Evaluating mediator changes ... Done
1782024-11-15T19:40:57.326ZPlanning: Merging actions ... Done
1792024-11-15T19:40:57.515ZPlanning: Checking for conflicting actions ... Done
1802024-11-15T19:40:57.518ZPlanning: Consolidating action changes ... Done
1812024-11-15T19:40:57.786ZPlanning: Evaluating mediators ... Done
1822024-11-15T19:40:57.842ZPlanning: Planning completed in 0.76 seconds
1832024-11-15T19:40:57.882Z Packages to change: 1
1842024-11-15T19:40:57.882Z Mediators to change: 1
1852024-11-15T19:40:57.885Z Services to change: 1
1862024-11-15T19:40:57.885Z Create boot environment: No
1872024-11-15T19:40:57.885ZCreate backup boot environment: Yes
1882024-11-15T19:40:59.946Z Actions: 1/6 actions (Updating modified actions)
1892024-11-15T19:40:59.948Z Actions: Completed 6 actions in 0.00 seconds.
1902024-11-15T19:40:59.948Z Done
1912024-11-15T19:40:59.948Z Done
1922024-11-15T19:41:00.056Z Done
1932024-11-15T19:41:03.674Z Done
1942024-11-15T19:41:03.770Z Done
1952024-11-15T19:41:03.773Z Done
1962024-11-15T19:41:03.895Z Done
1972024-11-15T19:41:04.330ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-11-15T19:41:04.330Zclang system 15 system
1992024-11-15T19:41:04.330Zcsh system system illumos
2002024-11-15T19:41:04.330Zctags system system illumos
2012024-11-15T19:41:04.330Zgcc vendor 12 vendor
2022024-11-15T19:41:04.330Zgcc system 10 system
2032024-11-15T19:41:04.330Zgcc system 7 system
2042024-11-15T19:41:04.330Zgo system 1.20 system
2052024-11-15T19:41:04.330Zgo system 1.19 system
2062024-11-15T19:41:04.330Zllvm system 15 system
2072024-11-15T19:41:04.330Zllvm system 14 system
2082024-11-15T19:41:04.330Zmariadb system 10.6 system
2092024-11-15T19:41:04.330Zmta vendor vendor dma
2102024-11-15T19:41:04.330Zopenjdk system 17 system
2112024-11-15T19:41:04.330Zopenjdk system 11 system
2122024-11-15T19:41:04.330Zopenjdk system 1.8 system
2132024-11-15T19:41:04.330Zopenssl vendor 3 vendor
2142024-11-15T19:41:04.330Zperl system 5.36 system
2152024-11-15T19:41:04.330Zpostgresql system 15 system
2162024-11-15T19:41:04.330Zpostgresql system 13 system
2172024-11-15T19:41:04.330Zpython vendor 3 vendor
2182024-11-15T19:41:04.331Zpython system 2 system
2192024-11-15T19:41:04.331Zpython3 system 3.11 system
2202024-11-15T19:41:04.331Zruby system 3.0 system
2212024-11-15T19:41:04.331Zwords vendor vendor american-english
2222024-11-15T19:41:04.331Zwords system system australian-english
2232024-11-15T19:41:04.331Zwords system system british-english
2242024-11-15T19:41:04.331Zwords system system canadian-english
2252024-11-15T19:41:04.331Zwords system system french
2262024-11-15T19:41:04.331Zwords system system italian
2272024-11-15T19:41:04.331Zwords system system ngerman
2282024-11-15T19:41:04.331Zwords system system ogerman
2292024-11-15T19:41:04.331Zwords system system spanish
2302024-11-15T19:41:04.658ZPUBLISHER TYPE STATUS P LOCATION
2312024-11-15T19:41:04.658Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2322024-11-15T19:41:07.163ZFMRI IFO
2332024-11-15T19:41:07.163Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2342024-11-15T19:41:07.163Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2352024-11-15T19:41:07.163Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2362024-11-15T19:41:07.163Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2372024-11-15T19:41:07.163Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2382024-11-15T19:41:07.163Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392024-11-15T19:41:07.163Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2402024-11-15T19:41:07.163Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2412024-11-15T19:41:07.163Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2422024-11-15T19:41:07.163Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2432024-11-15T19:41:07.163Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-11-15T19:41:07.163Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-11-15T19:41:07.163Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2462024-11-15T19:41:07.163Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2472024-11-15T19:41:07.163Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2482024-11-15T19:41:07.877Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2492024-11-15T19:41:08.595Z Updating crates.io index
2502024-11-15T19:41:08.628Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512024-11-15T19:41:10.652Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2522024-11-15T19:41:11.269Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532024-11-15T19:41:11.895Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2542024-11-15T19:41:12.525Z Updating git repository `https://github.com/oxidecomputer/propolis`
2552024-11-15T19:41:15.592Z Updating git repository `https://github.com/oxidecomputer/crucible`
2562024-11-15T19:41:20.938Z Updating git repository `https://github.com/oxidecomputer/opte`
2572024-11-15T19:41:23.703Z Updating git repository `https://github.com/oxidecomputer/falcon`
2582024-11-15T19:41:27.742Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592024-11-15T19:41:28.469Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602024-11-15T19:41:29.288Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2612024-11-15T19:41:30.723Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2622024-11-15T19:41:31.295Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632024-11-15T19:41:32.315Z Updating git repository `https://github.com/oxidecomputer/tofino`
2642024-11-15T19:41:33.015Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652024-11-15T19:41:33.629Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662024-11-15T19:41:34.263Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672024-11-15T19:41:35.048Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2682024-11-15T19:41:35.972Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692024-11-15T19:41:36.819Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2702024-11-15T19:41:37.420Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712024-11-15T19:41:38.476Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722024-11-15T19:41:39.088Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732024-11-15T19:41:40.025Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742024-11-15T19:41:40.891Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2752024-11-15T19:41:41.589Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2762024-11-15T19:41:42.306Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2772024-11-15T19:41:44.046Z Downloading crates ...
2782024-11-15T19:41:44.139Z Downloaded anstream v0.6.15
2792024-11-15T19:41:44.144Z Downloaded cpufeatures v0.2.14
2802024-11-15T19:41:44.146Z Downloaded clap_derive v4.5.18
2812024-11-15T19:41:44.148Z Downloaded heck v0.5.0
2822024-11-15T19:41:44.152Z Downloaded cfg-if v1.0.0
2832024-11-15T19:41:44.154Z Downloaded block-buffer v0.10.4
2842024-11-15T19:41:44.154Z Downloaded camino v1.1.9
2852024-11-15T19:41:44.156Z Downloaded equivalent v1.0.1
2862024-11-15T19:41:44.164Z Downloaded usdt-macro v0.5.0
2872024-11-15T19:41:44.170Z Downloaded fnv v1.0.7
2882024-11-15T19:41:44.173Z Downloaded dof v0.3.0
2892024-11-15T19:41:44.176Z Downloaded macaddr v1.0.1
2902024-11-15T19:41:44.178Z Downloaded is_terminal_polyfill v1.70.1
2912024-11-15T19:41:44.181Z Downloaded thiserror-impl v1.0.69
2922024-11-15T19:41:44.181Z Downloaded terminal_size v0.4.0
2932024-11-15T19:41:44.183Z Downloaded strsim v0.11.1
2942024-11-15T19:41:44.183Z Downloaded cargo-platform v0.1.8
2952024-11-15T19:41:44.188Z Downloaded unicode-linebreak v0.1.5
2962024-11-15T19:41:44.190Z Downloaded tabled_derive v0.7.0
2972024-11-15T19:41:44.196Z Downloaded sha2 v0.10.8
2982024-11-15T19:41:44.198Z Downloaded quote v1.0.37
2992024-11-15T19:41:44.201Z Downloaded semver v1.0.23
3002024-11-15T19:41:44.203Z Downloaded papergrid v0.11.0
3012024-11-15T19:41:44.207Z Downloaded typenum v1.17.0
3022024-11-15T19:41:44.209Z Downloaded anyhow v1.0.93
3032024-11-15T19:41:44.213Z Downloaded toml v0.8.19
3042024-11-15T19:41:44.216Z Downloaded pest_meta v2.7.14
3052024-11-15T19:41:44.219Z Downloaded ryu v1.0.18
3062024-11-15T19:41:44.222Z Downloaded proc-macro-error v1.0.4
3072024-11-15T19:41:44.232Z Downloaded anstyle v1.0.10
3082024-11-15T19:41:44.241Z Downloaded dtrace-parser v0.2.0
3092024-11-15T19:41:44.249Z Downloaded pretty-hex v0.4.1
3102024-11-15T19:41:44.258Z Downloaded usdt-attr-macro v0.5.0
3112024-11-15T19:41:44.260Z Downloaded swrite v0.1.0
3122024-11-15T19:41:44.263Z Downloaded clap_lex v0.7.2
3132024-11-15T19:41:44.265Z Downloaded autocfg v1.4.0
3142024-11-15T19:41:44.265Z Downloaded fs-err v2.11.0
3152024-11-15T19:41:44.267Z Downloaded scroll_derive v0.12.0
3162024-11-15T19:41:44.270Z Downloaded errno v0.3.9
3172024-11-15T19:41:44.270Z Downloaded colorchoice v1.0.2
3182024-11-15T19:41:44.272Z Downloaded memchr v2.7.4
3192024-11-15T19:41:44.277Z Downloaded heck v0.4.1
3202024-11-15T19:41:44.280Z Downloaded digest v0.10.7
3212024-11-15T19:41:44.280Z Downloaded byteorder v1.5.0
3222024-11-15T19:41:44.282Z Downloaded serde_spanned v0.6.8
3232024-11-15T19:41:44.284Z Downloaded pest_generator v2.7.14
3242024-11-15T19:41:44.284Z Downloaded serde_tokenstream v0.2.2
3252024-11-15T19:41:44.287Z Downloaded generic-array v0.14.7
3262024-11-15T19:41:44.287Z Downloaded plain v0.2.3
3272024-11-15T19:41:44.289Z Downloaded fastrand v2.1.1
3282024-11-15T19:41:44.289Z Downloaded proc-macro-error-attr v1.0.4
3292024-11-15T19:41:44.291Z Downloaded thread-id v4.2.2
3302024-11-15T19:41:44.292Z Downloaded bytecount v0.6.8
3312024-11-15T19:41:44.294Z Downloaded crypto-common v0.1.6
3322024-11-15T19:41:44.297Z Downloaded anstyle-parse v0.2.5
3332024-11-15T19:41:44.300Z Downloaded utf8parse v0.2.2
3342024-11-15T19:41:44.302Z Downloaded toml_datetime v0.6.8
3352024-11-15T19:41:44.302Z Downloaded smawk v0.3.2
3362024-11-15T19:41:44.304Z Downloaded usdt v0.5.0
3372024-11-15T19:41:44.304Z Downloaded thiserror v1.0.69
3382024-11-15T19:41:44.308Z Downloaded version_check v0.9.5
3392024-11-15T19:41:44.311Z Downloaded cargo_toml v0.20.5
3402024-11-15T19:41:44.311Z Downloaded anstyle-query v1.1.1
3412024-11-15T19:41:44.313Z Downloaded cargo_metadata v0.18.1
3422024-11-15T19:41:44.316Z Downloaded once_cell v1.20.2
3432024-11-15T19:41:44.318Z Downloaded itoa v1.0.11
3442024-11-15T19:41:44.321Z Downloaded camino-tempfile v1.1.1
3452024-11-15T19:41:44.323Z Downloaded memmap v0.7.0
3462024-11-15T19:41:44.331Z Downloaded scroll v0.12.0
3472024-11-15T19:41:44.333Z Downloaded usdt-impl v0.5.0
3482024-11-15T19:41:44.336Z Downloaded tempfile v3.13.0
3492024-11-15T19:41:44.338Z Downloaded bitflags v2.6.0
3502024-11-15T19:41:44.340Z Downloaded goblin v0.8.2
3512024-11-15T19:41:44.347Z Downloaded pest_derive v2.7.14
3522024-11-15T19:41:44.349Z Downloaded log v0.4.22
3532024-11-15T19:41:44.353Z Downloaded unicode-ident v1.0.13
3542024-11-15T19:41:44.356Z Downloaded ucd-trie v0.1.7
3552024-11-15T19:41:44.356Z Downloaded proc-macro2 v1.0.89
3562024-11-15T19:41:44.359Z Downloaded zerocopy-derive v0.7.35
3572024-11-15T19:41:44.362Z Downloaded textwrap v0.16.1
3582024-11-15T19:41:44.364Z Downloaded clap v4.5.21
3592024-11-15T19:41:44.374Z Downloaded serde_derive v1.0.215
3602024-11-15T19:41:44.378Z Downloaded serde_json v1.0.132
3612024-11-15T19:41:44.384Z Downloaded indexmap v2.6.0
3622024-11-15T19:41:44.388Z Downloaded serde v1.0.215
3632024-11-15T19:41:44.391Z Downloaded winnow v0.6.20
3642024-11-15T19:41:44.407Z Downloaded toml_edit v0.22.22
3652024-11-15T19:41:44.428Z Downloaded pest v2.7.14
3662024-11-15T19:41:44.446Z Downloaded zerocopy v0.7.35
3672024-11-15T19:41:44.461Z Downloaded clap_builder v4.5.21
3682024-11-15T19:41:44.467Z Downloaded syn v2.0.87
3692024-11-15T19:41:44.477Z Downloaded hashbrown v0.15.0
3702024-11-15T19:41:44.482Z Downloaded tabled v0.15.0
3712024-11-15T19:41:44.496Z Downloaded syn v1.0.109
3722024-11-15T19:41:44.505Z Downloaded unicode-width v0.1.14
3732024-11-15T19:41:44.520Z Downloaded rustix v0.38.37
3742024-11-15T19:41:44.551Z Downloaded libc v0.2.162
3752024-11-15T19:41:44.839Z Compiling proc-macro2 v1.0.89
3762024-11-15T19:41:44.839Z Compiling unicode-ident v1.0.13
3772024-11-15T19:41:44.839Z Compiling version_check v0.9.5
3782024-11-15T19:41:44.842Z Compiling serde v1.0.215
3792024-11-15T19:41:44.842Z Compiling thiserror v1.0.69
3802024-11-15T19:41:44.842Z Compiling memchr v2.7.4
3812024-11-15T19:41:44.842Z Compiling libc v0.2.162
3822024-11-15T19:41:44.842Z Compiling ryu v1.0.18
3832024-11-15T19:41:45.157Z Compiling ucd-trie v0.1.7
3842024-11-15T19:41:45.221Z Compiling itoa v1.0.11
3852024-11-15T19:41:45.665Z Compiling once_cell v1.20.2
3862024-11-15T19:41:45.698Z Compiling byteorder v1.5.0
3872024-11-15T19:41:45.876Z Compiling rustix v0.38.37
3882024-11-15T19:41:46.053Z Compiling serde_json v1.0.132
3892024-11-15T19:41:46.077Z Compiling bitflags v2.6.0
3902024-11-15T19:41:46.396Z Compiling usdt-impl v0.5.0
3912024-11-15T19:41:46.485Z Compiling proc-macro-error-attr v1.0.4
3922024-11-15T19:41:46.536Z Compiling syn v1.0.109
3932024-11-15T19:41:46.576Z Compiling proc-macro-error v1.0.4
3942024-11-15T19:41:46.688Z Compiling quote v1.0.37
3952024-11-15T19:41:46.843Z Compiling errno v0.3.9
3962024-11-15T19:41:46.865Z Compiling log v0.4.22
3972024-11-15T19:41:46.946Z Compiling hashbrown v0.15.0
3982024-11-15T19:41:47.081Z Compiling syn v2.0.87
3992024-11-15T19:41:47.219Z Compiling equivalent v1.0.1
4002024-11-15T19:41:47.253Z Compiling plain v0.2.3
4012024-11-15T19:41:47.344Z Compiling thread-id v4.2.2
4022024-11-15T19:41:47.380Z Compiling camino v1.1.9
4032024-11-15T19:41:47.402Z Compiling utf8parse v0.2.2
4042024-11-15T19:41:47.560Z Compiling anstyle-parse v0.2.5
4052024-11-15T19:41:47.916Z Compiling semver v1.0.23
4062024-11-15T19:41:47.940Z Compiling winnow v0.6.20
4072024-11-15T19:41:48.120Z Compiling indexmap v2.6.0
4082024-11-15T19:41:48.203Z Compiling anstyle-query v1.1.1
4092024-11-15T19:41:48.377Z Compiling is_terminal_polyfill v1.70.1
4102024-11-15T19:41:48.443Z Compiling autocfg v1.4.0
4112024-11-15T19:41:48.482Z Compiling pretty-hex v0.4.1
4122024-11-15T19:41:48.513Z Compiling colorchoice v1.0.2
4132024-11-15T19:41:48.674Z Compiling unicode-width v0.1.14
4142024-11-15T19:41:48.703Z Compiling anstyle v1.0.10
4152024-11-15T19:41:49.247Z Compiling anstream v0.6.15
4162024-11-15T19:41:49.346Z Compiling terminal_size v0.4.0
4172024-11-15T19:41:49.722Z Compiling fs-err v2.11.0
4182024-11-15T19:41:49.753Z Compiling strsim v0.11.1
4192024-11-15T19:41:50.003Z Compiling fastrand v2.1.1
4202024-11-15T19:41:50.028Z Compiling heck v0.4.1
4212024-11-15T19:41:50.130Z Compiling fnv v1.0.7
4222024-11-15T19:41:50.602Z Compiling clap_lex v0.7.2
4232024-11-15T19:41:50.602Z Compiling anyhow v1.0.93
4242024-11-15T19:41:50.602Z Compiling bytecount v0.6.8
4252024-11-15T19:41:50.673Z Compiling heck v0.5.0
4262024-11-15T19:41:50.695Z Compiling cfg-if v1.0.0
4272024-11-15T19:41:50.761Z Compiling papergrid v0.11.0
4282024-11-15T19:41:50.796Z Compiling tempfile v3.13.0
4292024-11-15T19:41:50.983Z Compiling clap_builder v4.5.21
4302024-11-15T19:41:51.340Z Compiling memmap v0.7.0
4312024-11-15T19:41:51.533Z Compiling smawk v0.3.2
4322024-11-15T19:41:51.656Z Compiling unicode-linebreak v0.1.5
4332024-11-15T19:41:51.832Z Compiling swrite v0.1.0
4342024-11-15T19:41:52.150Z Compiling textwrap v0.16.1
4352024-11-15T19:41:53.017Z Compiling tabled_derive v0.7.0
4362024-11-15T19:41:54.534Z Compiling tabled v0.15.0
4372024-11-15T19:41:56.048Z Compiling serde_derive v1.0.215
4382024-11-15T19:41:56.048Z Compiling thiserror-impl v1.0.69
4392024-11-15T19:41:56.051Z Compiling zerocopy-derive v0.7.35
4402024-11-15T19:41:56.051Z Compiling scroll_derive v0.12.0
4412024-11-15T19:41:56.619Z Compiling clap_derive v4.5.18
4422024-11-15T19:41:57.475Z Compiling scroll v0.12.0
4432024-11-15T19:41:58.003Z Compiling zerocopy v0.7.35
4442024-11-15T19:41:58.059Z Compiling goblin v0.8.2
4452024-11-15T19:41:58.812Z Compiling pest v2.7.14
4462024-11-15T19:42:00.149Z Compiling clap v4.5.21
4472024-11-15T19:42:01.034Z Compiling pest_meta v2.7.14
4482024-11-15T19:42:01.854Z Compiling pest_generator v2.7.14
4492024-11-15T19:42:03.856Z Compiling pest_derive v2.7.14
4502024-11-15T19:42:04.557Z Compiling dtrace-parser v0.2.0
4512024-11-15T19:42:06.246Z Compiling serde_spanned v0.6.8
4522024-11-15T19:42:06.246Z Compiling toml_datetime v0.6.8
4532024-11-15T19:42:06.248Z Compiling cargo-platform v0.1.8
4542024-11-15T19:42:06.623Z Compiling serde_tokenstream v0.2.2
4552024-11-15T19:42:06.744Z Compiling toml_edit v0.22.22
4562024-11-15T19:42:06.807Z Compiling macaddr v1.0.1
4572024-11-15T19:42:06.963Z Compiling camino-tempfile v1.1.1
4582024-11-15T19:42:07.706Z Compiling dof v0.3.0
4592024-11-15T19:42:07.706Z Compiling cargo_metadata v0.18.1
4602024-11-15T19:42:09.454Z Compiling toml v0.8.19
4612024-11-15T19:42:09.763Z Compiling usdt-attr-macro v0.5.0
4622024-11-15T19:42:09.763Z Compiling usdt-macro v0.5.0
4632024-11-15T19:42:10.348Z Compiling cargo_toml v0.20.5
4642024-11-15T19:42:11.141Z Compiling usdt v0.5.0
4652024-11-15T19:42:13.852Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662024-11-15T19:42:17.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
4672024-11-15T19:42:18.214Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4682024-11-15T19:42:18.721Z Downloading crates ...
4692024-11-15T19:42:18.834Z Downloaded atomic-waker v1.1.2
4702024-11-15T19:42:18.841Z Downloaded argon2 v0.5.3
4712024-11-15T19:42:18.845Z Downloaded atty v0.2.14
4722024-11-15T19:42:18.852Z Downloaded ciborium-io v0.2.2
4732024-11-15T19:42:18.854Z Downloaded async-stream-impl v0.3.6
4742024-11-15T19:42:18.857Z Downloaded cstr-argument v0.1.2
4752024-11-15T19:42:18.862Z Downloaded arrayvec v0.7.6
4762024-11-15T19:42:18.864Z Downloaded hex-literal v0.4.1
4772024-11-15T19:42:18.864Z Downloaded bb8 v0.8.5
4782024-11-15T19:42:18.864Z Downloaded colored v2.1.0
4792024-11-15T19:42:18.866Z Downloaded chacha20 v0.9.1
4802024-11-15T19:42:18.869Z Downloaded bitflags v1.3.2
4812024-11-15T19:42:18.871Z Downloaded cexpr v0.6.0
4822024-11-15T19:42:18.874Z Downloaded base16ct v0.2.0
4832024-11-15T19:42:18.877Z Downloaded matches v0.1.10
4842024-11-15T19:42:18.877Z Downloaded http-range v0.1.5
4852024-11-15T19:42:18.879Z Downloaded adler2 v2.0.0
4862024-11-15T19:42:18.881Z Downloaded bitfield v0.14.0
4872024-11-15T19:42:18.882Z Downloaded aead v0.5.2
4882024-11-15T19:42:18.884Z Downloaded icu_provider_macros v1.5.0
4892024-11-15T19:42:18.884Z Downloaded md5 v0.7.0
4902024-11-15T19:42:18.888Z Downloaded async-bb8-diesel v0.2.1
4912024-11-15T19:42:18.891Z Downloaded keccak v0.1.5
4922024-11-15T19:42:18.891Z Downloaded is-terminal v0.4.13
4932024-11-15T19:42:18.891Z Downloaded home v0.5.9
4942024-11-15T19:42:18.893Z Downloaded array-init v0.0.4
4952024-11-15T19:42:18.896Z Downloaded managed v0.8.0
4962024-11-15T19:42:18.896Z Downloaded internet-checksum v0.2.1
4972024-11-15T19:42:18.898Z Downloaded ctr v0.9.2
4982024-11-15T19:42:18.898Z Downloaded hubpack v0.1.2
4992024-11-15T19:42:18.901Z Downloaded impl-trait-for-tuples v0.2.2
5002024-11-15T19:42:18.904Z Downloaded lru v0.12.5
5012024-11-15T19:42:18.907Z Downloaded crc-any v2.5.0
5022024-11-15T19:42:18.909Z Downloaded litemap v0.7.3
5032024-11-15T19:42:18.912Z Downloaded const-oid v0.9.6
5042024-11-15T19:42:18.914Z Downloaded hickory-client v0.24.1
5052024-11-15T19:42:18.917Z Downloaded atomicwrites v0.4.4
5062024-11-15T19:42:18.917Z Downloaded hyper-staticfile v0.10.1
5072024-11-15T19:42:18.919Z Downloaded cfg_aliases v0.2.1
5082024-11-15T19:42:18.922Z Downloaded cookie v0.18.1
5092024-11-15T19:42:18.924Z Downloaded async-stream v0.3.6
5102024-11-15T19:42:18.926Z Downloaded libefi-sys v0.1.0
5112024-11-15T19:42:18.929Z Downloaded mockall_derive v0.13.0
5122024-11-15T19:42:18.931Z Downloaded mime_guess v2.0.5
5132024-11-15T19:42:18.931Z Downloaded http v1.1.0
5142024-11-15T19:42:18.936Z Downloaded libsw v3.3.1
5152024-11-15T19:42:18.938Z Downloaded iana-time-zone v0.1.61
5162024-11-15T19:42:18.945Z Downloaded crossbeam-epoch v0.9.18
5172024-11-15T19:42:18.949Z Downloaded indicatif v0.17.9
5182024-11-15T19:42:18.949Z Downloaded ahash v0.8.11
5192024-11-15T19:42:18.951Z Downloaded addr2line v0.24.2
5202024-11-15T19:42:18.954Z Downloaded rustc_version v0.4.1
5212024-11-15T19:42:18.957Z Downloaded sec1 v0.7.3
5222024-11-15T19:42:18.960Z Downloaded slog-envlogger v2.2.0
5232024-11-15T19:42:18.962Z Downloaded crc v3.2.1
5242024-11-15T19:42:18.965Z Downloaded match_cfg v0.1.0
5252024-11-15T19:42:18.965Z Downloaded ident_case v1.0.1
5262024-11-15T19:42:18.968Z Downloaded constant_time_eq v0.3.1
5272024-11-15T19:42:18.970Z Downloaded chrono-tz-build v0.4.0
5282024-11-15T19:42:18.970Z Downloaded r2d2 v0.8.10
5292024-11-15T19:42:18.973Z Downloaded http-body v1.0.1
5302024-11-15T19:42:18.973Z Downloaded buf-list v1.0.3
5312024-11-15T19:42:18.975Z Downloaded shlex v1.3.0
5322024-11-15T19:42:18.978Z Downloaded convert_case v0.4.0
5332024-11-15T19:42:18.980Z Downloaded is_ci v1.2.0
5342024-11-15T19:42:18.980Z Downloaded hubpack_derive v0.1.1
5352024-11-15T19:42:18.982Z Downloaded hickory-resolver v0.24.1
5362024-11-15T19:42:18.985Z Downloaded cobs v0.2.3
5372024-11-15T19:42:18.987Z Downloaded cbc v0.1.2
5382024-11-15T19:42:18.991Z Downloaded instant v0.1.13
5392024-11-15T19:42:18.994Z Downloaded arc-swap v1.7.1
5402024-11-15T19:42:18.996Z Downloaded resolv-conf v0.7.0
5412024-11-15T19:42:18.999Z Downloaded quinn-udp v0.5.5
5422024-11-15T19:42:19.001Z Downloaded mirai-annotations v1.12.0
5432024-11-15T19:42:19.001Z Downloaded maybe-uninit v2.0.0
5442024-11-15T19:42:19.006Z Downloaded bytes v1.8.0
5452024-11-15T19:42:19.008Z Downloaded zerofrom v0.1.4
5462024-11-15T19:42:19.008Z Downloaded md-5 v0.10.6
5472024-11-15T19:42:19.011Z Downloaded same-file v1.0.6
5482024-11-15T19:42:19.015Z Downloaded signature v2.2.0
5492024-11-15T19:42:19.015Z Downloaded lazy_static v1.5.0
5502024-11-15T19:42:19.017Z Downloaded instability v0.3.2
5512024-11-15T19:42:19.017Z Downloaded idna_adapter v1.2.0
5522024-11-15T19:42:19.020Z Downloaded cookie_store v0.21.0
5532024-11-15T19:42:19.023Z Downloaded take_mut v0.2.2
5542024-11-15T19:42:19.023Z Downloaded humantime v2.1.0
5552024-11-15T19:42:19.023Z Downloaded termtree v0.4.1
5562024-11-15T19:42:19.026Z Downloaded sigpipe v0.1.3
5572024-11-15T19:42:19.028Z Downloaded downcast v0.11.0
5582024-11-15T19:42:19.028Z Downloaded ssh-encoding v0.2.0
5592024-11-15T19:42:19.031Z Downloaded crc32fast v1.4.2
5602024-11-15T19:42:19.033Z Downloaded memoffset v0.9.1
5612024-11-15T19:42:19.033Z Downloaded termios v0.3.3
5622024-11-15T19:42:19.035Z Downloaded maplit v1.0.2
5632024-11-15T19:42:19.035Z Downloaded lazycell v1.3.0
5642024-11-15T19:42:19.038Z Downloaded csv-core v0.1.11
5652024-11-15T19:42:19.041Z Downloaded aho-corasick v1.1.3
5662024-11-15T19:42:19.045Z Downloaded foreign-types-shared v0.1.1
5672024-11-15T19:42:19.048Z Downloaded tls_codec v0.4.1
5682024-11-15T19:42:19.051Z Downloaded foreign-types v0.3.2
5692024-11-15T19:42:19.051Z Downloaded mime v0.3.17
5702024-11-15T19:42:19.052Z Downloaded rfc6979 v0.4.0
5712024-11-15T19:42:19.055Z Downloaded foreign-types-shared v0.3.1
5722024-11-15T19:42:19.055Z Downloaded num_threads v0.1.7
5732024-11-15T19:42:19.055Z Downloaded new_debug_unreachable v1.0.6
5742024-11-15T19:42:19.057Z Downloaded supports-color v3.0.1
5752024-11-15T19:42:19.061Z Downloaded crypto-bigint v0.5.5
5762024-11-15T19:42:19.065Z Downloaded parse-size v1.1.0
5772024-11-15T19:42:19.068Z Downloaded httparse v1.9.5
5782024-11-15T19:42:19.071Z Downloaded number_prefix v0.4.0
5792024-11-15T19:42:19.073Z Downloaded zeroize v1.8.1
5802024-11-15T19:42:19.073Z Downloaded blake2 v0.10.6
5812024-11-15T19:42:19.076Z Downloaded precomputed-hash v0.1.1
5822024-11-15T19:42:19.080Z Downloaded mio v1.0.2
5832024-11-15T19:42:19.084Z Downloaded ena v0.14.3
5842024-11-15T19:42:19.086Z Downloaded diesel-dtrace v0.3.0
5852024-11-15T19:42:19.089Z Downloaded zeroize_derive v1.4.2
5862024-11-15T19:42:19.091Z Downloaded env_filter v0.1.2
5872024-11-15T19:42:19.091Z Downloaded slog-json v2.6.1
5882024-11-15T19:42:19.094Z Downloaded stable_deref_trait v1.2.0
5892024-11-15T19:42:19.097Z Downloaded tokio-rustls v0.26.0
5902024-11-15T19:42:19.097Z Downloaded foreign-types-macros v0.2.3
5912024-11-15T19:42:19.100Z Downloaded tokio-rustls v0.24.1
5922024-11-15T19:42:19.103Z Downloaded icu_locid_transform v1.5.0
5932024-11-15T19:42:19.105Z Downloaded tower-service v0.3.3
5942024-11-15T19:42:19.105Z Downloaded highway v1.2.0
5952024-11-15T19:42:19.108Z Downloaded jobserver v0.1.32
5962024-11-15T19:42:19.111Z Downloaded ghash v0.5.1
5972024-11-15T19:42:19.111Z Downloaded foreign-types v0.5.0
5982024-11-15T19:42:19.114Z Downloaded slog-dtrace v0.3.0
5992024-11-15T19:42:19.118Z Downloaded ipnet v2.10.1
6002024-11-15T19:42:19.118Z Downloaded salsa20 v0.10.2
6012024-11-15T19:42:19.118Z Downloaded parse-display-derive v0.10.0
6022024-11-15T19:42:19.120Z Downloaded olpc-cjson v0.1.4
6032024-11-15T19:42:19.120Z Downloaded time-core v0.1.2
6042024-11-15T19:42:19.123Z Downloaded uzers v0.12.1
6052024-11-15T19:42:19.125Z Downloaded libloading v0.8.5
6062024-11-15T19:42:19.128Z Downloaded hyper-tls v0.6.0
6072024-11-15T19:42:19.130Z Downloaded icu_normalizer_data v1.5.0
6082024-11-15T19:42:19.132Z Downloaded utf16_iter v1.0.5
6092024-11-15T19:42:19.132Z Downloaded indexmap v1.9.3
6102024-11-15T19:42:19.136Z Downloaded icu_locid v1.5.0
6112024-11-15T19:42:19.141Z Downloaded derive_builder_macro v0.20.2
6122024-11-15T19:42:19.144Z Downloaded thread_local v1.1.8
6132024-11-15T19:42:19.146Z Downloaded glob v0.3.1
6142024-11-15T19:42:19.146Z Downloaded dhcproto-macros v0.1.0
6152024-11-15T19:42:19.149Z Downloaded env_logger v0.10.2
6162024-11-15T19:42:19.151Z Downloaded tokio-tungstenite v0.21.0
6172024-11-15T19:42:19.154Z Downloaded sha1 v0.10.6
6182024-11-15T19:42:19.157Z Downloaded percent-encoding v2.3.1
6192024-11-15T19:42:19.157Z Downloaded value-bag v1.9.0
6202024-11-15T19:42:19.160Z Downloaded smallvec v0.6.14
6212024-11-15T19:42:19.162Z Downloaded slog-stdlog v4.1.1
6222024-11-15T19:42:19.162Z Downloaded slog-scope v4.4.0
6232024-11-15T19:42:19.164Z Downloaded oso-derive v0.27.3
6242024-11-15T19:42:19.166Z Downloaded base64 v0.21.7
6252024-11-15T19:42:19.169Z Downloaded tokio-stream v0.1.16
6262024-11-15T19:42:19.174Z Downloaded xz2 v0.1.7
6272024-11-15T19:42:19.177Z Downloaded rand_seeder v0.3.0
6282024-11-15T19:42:19.179Z Downloaded progenitor v0.8.0
6292024-11-15T19:42:19.179Z Downloaded zerocopy v0.6.6
6302024-11-15T19:42:19.182Z Downloaded const_format v0.2.33
6312024-11-15T19:42:19.186Z Downloaded rusty-fork v0.3.0
6322024-11-15T19:42:19.189Z Downloaded smf v0.2.3
6332024-11-15T19:42:19.189Z Downloaded rayon-core v1.12.1
6342024-11-15T19:42:19.193Z Downloaded publicsuffix v2.2.3
6352024-11-15T19:42:19.196Z Downloaded icu_provider v1.5.0
6362024-11-15T19:42:19.200Z Downloaded rpassword v7.3.1
6372024-11-15T19:42:19.204Z Downloaded path-slash v0.1.5
6382024-11-15T19:42:19.204Z Downloaded hyper v1.5.0
6392024-11-15T19:42:19.210Z Downloaded futures-channel v0.3.31
6402024-11-15T19:42:19.214Z Downloaded funty v2.0.0
6412024-11-15T19:42:19.214Z Downloaded hmac v0.12.1
6422024-11-15T19:42:19.216Z Downloaded slog-term v2.9.1
6432024-11-15T19:42:19.219Z Downloaded serde_with_macros v3.11.0
6442024-11-15T19:42:19.219Z Downloaded flagset v0.4.6
6452024-11-15T19:42:19.221Z Downloaded globset v0.4.15
6462024-11-15T19:42:19.224Z Downloaded hash32 v0.2.1
6472024-11-15T19:42:19.227Z Downloaded poly1305 v0.8.0
6482024-11-15T19:42:19.229Z Downloaded pem-rfc7468 v0.7.0
6492024-11-15T19:42:19.229Z Downloaded paste v1.0.15
6502024-11-15T19:42:19.233Z Downloaded parse-display v0.10.0
6512024-11-15T19:42:19.236Z Downloaded derive_more v0.99.18
6522024-11-15T19:42:19.239Z Downloaded unicode-bidi v0.3.17
6532024-11-15T19:42:19.243Z Downloaded hyper-util v0.1.10
6542024-11-15T19:42:19.246Z Downloaded diesel_table_macro_syntax v0.2.0
6552024-11-15T19:42:19.248Z Downloaded yoke-derive v0.7.4
6562024-11-15T19:42:19.250Z Downloaded diesel_derives v2.2.3
6572024-11-15T19:42:19.253Z Downloaded cc v1.1.30
6582024-11-15T19:42:19.257Z Downloaded rand_xorshift v0.3.0
6592024-11-15T19:42:19.260Z Downloaded tokio-postgres v0.7.12
6602024-11-15T19:42:19.264Z Downloaded fixedbitset v0.4.2
6612024-11-15T19:42:19.266Z Downloaded hickory-server v0.24.1
6622024-11-15T19:42:19.271Z Downloaded newtype_derive v0.1.6
6632024-11-15T19:42:19.273Z Downloaded structmeta v0.3.0
6642024-11-15T19:42:19.283Z Downloaded signal-hook-registry v1.4.2
6652024-11-15T19:42:19.286Z Downloaded semver v0.1.20
6662024-11-15T19:42:19.286Z Downloaded hash32 v0.3.1
6672024-11-15T19:42:19.288Z Downloaded secrecy v0.8.0
6682024-11-15T19:42:19.291Z Downloaded twox-hash v1.6.3
6692024-11-15T19:42:19.293Z Downloaded wyz v0.5.1
6702024-11-15T19:42:19.293Z Downloaded password-hash v0.5.0
6712024-11-15T19:42:19.297Z Downloaded password-hash v0.4.2
6722024-11-15T19:42:19.300Z Downloaded parking_lot_core v0.9.10
6732024-11-15T19:42:19.303Z Downloaded crossbeam-channel v0.5.13
6742024-11-15T19:42:19.305Z Downloaded prettyplease v0.2.25
6752024-11-15T19:42:19.309Z Downloaded either v1.13.0
6762024-11-15T19:42:19.311Z Downloaded ed25519-dalek v2.1.1
6772024-11-15T19:42:19.315Z Downloaded sqlparser_derive v0.2.2
6782024-11-15T19:42:19.317Z Downloaded rand_core v0.6.4
6792024-11-15T19:42:19.317Z Downloaded owo-colors v4.1.0
6802024-11-15T19:42:19.321Z Downloaded multimap v0.10.0
6812024-11-15T19:42:19.323Z Downloaded zerovec-derive v0.10.3
6822024-11-15T19:42:19.326Z Downloaded ff v0.13.0
6832024-11-15T19:42:19.326Z Downloaded untrusted v0.9.0
6842024-11-15T19:42:19.328Z Downloaded num_enum v0.5.11
6852024-11-15T19:42:19.332Z Downloaded filetime v0.2.25
6862024-11-15T19:42:19.335Z Downloaded tar v0.4.43
6872024-11-15T19:42:19.338Z Downloaded futures v0.3.31
6882024-11-15T19:42:19.343Z Downloaded want v0.3.1
6892024-11-15T19:42:19.346Z Downloaded radium v0.7.0
6902024-11-15T19:42:19.348Z Downloaded float-ord v0.3.2
6912024-11-15T19:42:19.348Z Downloaded enum-as-inner v0.5.1
6922024-11-15T19:42:19.351Z Downloaded phf v0.11.2
6932024-11-15T19:42:19.351Z Downloaded float-cmp v0.9.0
6942024-11-15T19:42:19.354Z Downloaded dsl_auto_type v0.1.2
6952024-11-15T19:42:19.358Z Downloaded nibble_vec v0.1.0
6962024-11-15T19:42:19.358Z Downloaded dhcproto v0.12.0
6972024-11-15T19:42:19.360Z Downloaded ppv-lite86 v0.2.20
6982024-11-15T19:42:19.365Z Downloaded yasna v0.5.2
6992024-11-15T19:42:19.368Z Downloaded scheduled-thread-pool v0.2.7
7002024-11-15T19:42:19.368Z Downloaded aes v0.8.4
7012024-11-15T19:42:19.370Z Downloaded scrypt v0.11.0
7022024-11-15T19:42:19.373Z Downloaded typed-path v0.9.3
7032024-11-15T19:42:19.383Z Downloaded static_assertions v1.1.0
7042024-11-15T19:42:19.387Z Downloaded serde-big-array v0.5.1
7052024-11-15T19:42:19.387Z Downloaded pretty-hex v0.2.1
7062024-11-15T19:42:19.387Z Downloaded tui-tree-widget v0.22.0
7072024-11-15T19:42:19.387Z Downloaded tap v1.0.1
7082024-11-15T19:42:19.387Z Downloaded walkdir v2.5.0
7092024-11-15T19:42:19.391Z Downloaded serde_yaml v0.9.34+deprecated
7102024-11-15T19:42:19.394Z Downloaded tracing v0.1.40
7112024-11-15T19:42:19.399Z Downloaded debug-ignore v1.0.5
7122024-11-15T19:42:19.401Z Downloaded progenitor-client v0.8.0
7132024-11-15T19:42:19.404Z Downloaded futures-core v0.3.31
7142024-11-15T19:42:19.404Z Downloaded dunce v1.0.5
7152024-11-15T19:42:19.406Z Downloaded postgres-types v0.2.8
7162024-11-15T19:42:19.409Z Downloaded scopeguard v1.2.0
7172024-11-15T19:42:19.411Z Downloaded parse-zoneinfo v0.3.1
7182024-11-15T19:42:19.413Z Downloaded group v0.13.0
7192024-11-15T19:42:19.416Z Downloaded gethostname v0.5.0
7202024-11-15T19:42:19.416Z Downloaded powerfmt v0.2.0
7212024-11-15T19:42:19.419Z Downloaded termcolor v1.4.1
7222024-11-15T19:42:19.419Z Downloaded endian-type v0.1.2
7232024-11-15T19:42:19.422Z Downloaded crossterm v0.28.1
7242024-11-15T19:42:19.428Z Downloaded packed_struct_codegen v0.10.1
7252024-11-15T19:42:19.430Z Downloaded headers v0.4.0
7262024-11-15T19:42:19.434Z Downloaded ed25519 v2.2.3
7272024-11-15T19:42:19.437Z Downloaded signal-hook-tokio v0.3.1
7282024-11-15T19:42:19.439Z Downloaded dyn-clone v1.0.17
7292024-11-15T19:42:19.442Z Downloaded simd-adler32 v0.3.7
7302024-11-15T19:42:19.446Z Downloaded ron v0.8.1
7312024-11-15T19:42:19.448Z Downloaded tiny-keccak v2.0.2
7322024-11-15T19:42:19.451Z Downloaded toolchain_find v0.4.0
7332024-11-15T19:42:19.453Z Downloaded zone_cfg_derive v0.3.0
7342024-11-15T19:42:19.456Z Downloaded zone_cfg_derive v0.1.2
7352024-11-15T19:42:19.456Z Downloaded psl-types v2.0.11
7362024-11-15T19:42:19.456Z Downloaded pbkdf2 v0.11.0
7372024-11-15T19:42:19.459Z Downloaded phf_shared v0.10.0
7382024-11-15T19:42:19.461Z Downloaded progenitor-macro v0.8.0
7392024-11-15T19:42:19.464Z Downloaded tinyvec_macros v0.1.1
7402024-11-15T19:42:19.464Z Downloaded tungstenite v0.24.0
7412024-11-15T19:42:19.467Z Downloaded getrandom v0.2.15
7422024-11-15T19:42:19.471Z Downloaded slog-async v2.8.0
7432024-11-15T19:42:19.473Z Downloaded num_enum_derive v0.5.11
7442024-11-15T19:42:19.477Z Downloaded typify v0.2.0
7452024-11-15T19:42:19.479Z Downloaded vte_generate_state_changes v0.1.2
7462024-11-15T19:42:19.479Z Downloaded slab v0.4.9
7472024-11-15T19:42:19.482Z Downloaded foldhash v0.1.3
7482024-11-15T19:42:19.482Z Downloaded num-rational v0.4.2
7492024-11-15T19:42:19.485Z Downloaded siphasher v0.3.11
7502024-11-15T19:42:19.487Z Downloaded nanorand v0.7.0
7512024-11-15T19:42:19.490Z Downloaded form_urlencoded v1.2.1
7522024-11-15T19:42:19.490Z Downloaded snafu-derive v0.8.5
7532024-11-15T19:42:19.493Z Downloaded fs_extra v1.3.0
7542024-11-15T19:42:19.495Z Downloaded normalize-line-endings v0.3.0
7552024-11-15T19:42:19.495Z Downloaded phf_codegen v0.11.2
7562024-11-15T19:42:19.498Z Downloaded p256 v0.13.2
7572024-11-15T19:42:19.500Z Downloaded time-macros v0.2.18
7582024-11-15T19:42:19.503Z Downloaded hashbrown v0.12.3
7592024-11-15T19:42:19.508Z Downloaded strum v0.26.3
7602024-11-15T19:42:19.511Z Downloaded topological-sort v0.2.2
7612024-11-15T19:42:19.511Z Downloaded tracing-core v0.1.32
7622024-11-15T19:42:19.516Z Downloaded serde_with v3.11.0
7632024-11-15T19:42:19.524Z Downloaded sync-ptr v0.1.1
7642024-11-15T19:42:19.526Z Downloaded dirs-sys-next v0.1.2
7652024-11-15T19:42:19.526Z Downloaded phf_shared v0.11.2
7662024-11-15T19:42:19.530Z Downloaded spin v0.5.2
7672024-11-15T19:42:20.535Z Downloaded signal-hook-mio v0.2.4
7682024-11-15T19:42:20.535Z Downloaded display-error-chain v0.2.2
7692024-11-15T19:42:20.535Z Downloaded slog-bunyan v2.5.0
7702024-11-15T19:42:20.539Z Downloaded num-conv v0.1.0
7712024-11-15T19:42:20.539Z Downloaded toml v0.7.8
7722024-11-15T19:42:20.539Z Downloaded tungstenite v0.21.0
7732024-11-15T19:42:20.539Z Downloaded hashbrown v0.13.2
7742024-11-15T19:42:20.539Z Downloaded write16 v1.0.0
7752024-11-15T19:42:20.539Z Downloaded ecdsa v0.16.9
7762024-11-15T19:42:20.539Z Downloaded peg v0.8.4
7772024-11-15T19:42:20.539Z Downloaded rustfmt-wrapper v0.2.1
7782024-11-15T19:42:20.539Z Downloaded ssh-key v0.6.6
7792024-11-15T19:42:20.539Z Downloaded derive-where v1.2.7
7802024-11-15T19:42:20.539Z Downloaded sync_wrapper v1.0.1
7812024-11-15T19:42:20.539Z Downloaded peg-runtime v0.8.3
7822024-11-15T19:42:20.539Z Downloaded fatfs v0.3.6
7832024-11-15T19:42:20.539Z Downloaded zone v0.3.0
7842024-11-15T19:42:20.539Z Downloaded parking_lot_core v0.8.6
7852024-11-15T19:42:20.539Z Downloaded predicates v3.1.2
7862024-11-15T19:42:20.539Z Downloaded enum-as-inner v0.6.1
7872024-11-15T19:42:20.539Z Downloaded pin-project-lite v0.2.14
7882024-11-15T19:42:20.539Z Downloaded russh-cryptovec v0.7.3
7892024-11-15T19:42:20.539Z Downloaded ref-cast-impl v1.0.23
7902024-11-15T19:42:20.539Z Downloaded predicates-tree v1.0.11
7912024-11-15T19:42:20.539Z Downloaded unicode-xid v0.2.6
7922024-11-15T19:42:20.540Z Downloaded quinn v0.11.5
7932024-11-15T19:42:20.540Z Downloaded openssl-probe v0.1.5
7942024-11-15T19:42:20.540Z Downloaded dirs-next v2.0.0
7952024-11-15T19:42:20.540Z Downloaded difflib v0.4.0
7962024-11-15T19:42:20.540Z Downloaded rustc-demangle v0.1.24
7972024-11-15T19:42:20.540Z Downloaded strum_macros v0.24.3
7982024-11-15T19:42:20.540Z Downloaded pin-utils v0.1.0
7992024-11-15T19:42:20.540Z Downloaded futures-io v0.3.31
8002024-11-15T19:42:20.540Z Downloaded try-lock v0.2.5
8012024-11-15T19:42:20.540Z Downloaded packed_struct v0.10.1
8022024-11-15T19:42:20.540Z Downloaded unicode-normalization v0.1.24
8032024-11-15T19:42:20.540Z Downloaded displaydoc v0.2.5
8042024-11-15T19:42:20.540Z Downloaded vte v0.11.1
8052024-11-15T19:42:20.540Z Downloaded term v0.7.0
8062024-11-15T19:42:20.540Z Downloaded flume v0.11.1
8072024-11-15T19:42:20.540Z Downloaded serde-hex v0.1.0
8082024-11-15T19:42:20.540Z Downloaded openssl-macros v0.1.1
8092024-11-15T19:42:20.540Z Downloaded nodrop v0.1.14
8102024-11-15T19:42:20.540Z Downloaded newline-converter v0.3.0
8112024-11-15T19:42:20.540Z Downloaded num-integer v0.1.46
8122024-11-15T19:42:20.540Z Downloaded futures-macro v0.3.31
8132024-11-15T19:42:20.540Z Downloaded ref-cast v1.0.23
8142024-11-15T19:42:20.540Z Downloaded data-encoding v2.6.0
8152024-11-15T19:42:20.540Z Downloaded time v0.3.36
8162024-11-15T19:42:20.540Z Downloaded num-derive v0.4.2
8172024-11-15T19:42:20.540Z Downloaded darling_macro v0.20.10
8182024-11-15T19:42:20.540Z Downloaded futures-sink v0.3.31
8192024-11-15T19:42:20.540Z Downloaded hashbrown v0.14.5
8202024-11-15T19:42:20.540Z Downloaded synstructure v0.13.1
8212024-11-15T19:42:20.540Z Downloaded aws-lc-rs v1.10.0
8222024-11-15T19:42:20.540Z Downloaded unicode-truncate v1.1.0
8232024-11-15T19:42:20.540Z Downloaded opaque-debug v0.3.1
8242024-11-15T19:42:20.540Z Downloaded wait-timeout v0.2.0
8252024-11-15T19:42:20.540Z Downloaded spki v0.7.3
8262024-11-15T19:42:20.540Z Downloaded quick-error v1.2.3
8272024-11-15T19:42:20.540Z Downloaded tokio-tungstenite v0.24.0
8282024-11-15T19:42:20.541Z Downloaded hex v0.4.3
8292024-11-15T19:42:20.541Z Downloaded heck v0.3.3
8302024-11-15T19:42:20.541Z Downloaded bindgen v0.69.5
8312024-11-15T19:42:20.541Z Downloaded string_cache v0.8.7
8322024-11-15T19:42:20.541Z Downloaded serde_plain v1.0.2
8332024-11-15T19:42:20.541Z Downloaded strum_macros v0.26.4
8342024-11-15T19:42:20.541Z Downloaded newtype-uuid v1.1.3
8352024-11-15T19:42:20.541Z Downloaded universal-hash v0.5.1
8362024-11-15T19:42:20.541Z Downloaded tokio-native-tls v0.3.1
8372024-11-15T19:42:20.541Z Downloaded dropshot_endpoint v0.13.0
8382024-11-15T19:42:20.541Z Downloaded dropshot_endpoint v0.12.0
8392024-11-15T19:42:20.541Z Downloaded shell-words v1.1.0
8402024-11-15T19:42:20.541Z Downloaded tabwriter v1.4.0
8412024-11-15T19:42:20.541Z Downloaded embedded-io v0.4.0
8422024-11-15T19:42:20.541Z Downloaded pkg-config v0.3.31
8432024-11-15T19:42:20.541Z Downloaded futures-task v0.3.31
8442024-11-15T19:42:20.541Z Downloaded socket2 v0.5.7
8452024-11-15T19:42:20.541Z Downloaded snafu v0.8.5
8462024-11-15T19:42:20.541Z Downloaded serde_urlencoded v0.7.1
8472024-11-15T19:42:20.541Z Downloaded rand_chacha v0.3.1
8482024-11-15T19:42:20.541Z Downloaded num-bigint v0.4.6
8492024-11-15T19:42:20.541Z Downloaded unicase v2.7.0
8502024-11-15T19:42:20.541Z Downloaded zone v0.1.8
8512024-11-15T19:42:20.541Z Downloaded reqwest v0.12.9
8522024-11-15T19:42:20.541Z Downloaded pkcs8 v0.10.2
8532024-11-15T19:42:20.541Z Downloaded der_derive v0.7.3
8542024-11-15T19:42:20.542Z Downloaded hkdf v0.12.4
8552024-11-15T19:42:20.542Z Downloaded serde_derive_internals v0.29.1
8562024-11-15T19:42:20.542Z Downloaded openssl-sys v0.9.104
8572024-11-15T19:42:20.542Z Downloaded sqlformat v0.2.6
8582024-11-15T19:42:20.542Z Downloaded samael v0.0.17
8592024-11-15T19:42:20.542Z Downloaded postgres-protocol v0.6.7
8602024-11-15T19:42:20.542Z Downloaded tokio-tungstenite v0.23.1
8612024-11-15T19:42:20.542Z Downloaded serde_path_to_error v0.1.16
8622024-11-15T19:42:20.542Z Downloaded subprocess v0.2.9
8632024-11-15T19:42:20.542Z Downloaded signal-hook v0.3.17
8642024-11-15T19:42:20.542Z Downloaded zip v0.6.6
8652024-11-15T19:42:20.542Z Downloaded url v2.5.3
8662024-11-15T19:42:20.542Z Downloaded darling_core v0.20.10
8672024-11-15T19:42:20.542Z Downloaded idna v0.3.0
8682024-11-15T19:42:20.542Z Downloaded unicode_categories v0.1.1
8692024-11-15T19:42:20.542Z Downloaded half v2.4.1
8702024-11-15T19:42:20.546Z Downloaded x509-cert v0.2.5
8712024-11-15T19:42:20.546Z Downloaded chrono v0.4.38
8722024-11-15T19:42:20.546Z Downloaded git2 v0.19.0
8732024-11-15T19:42:20.546Z Downloaded heapless v0.8.0
8742024-11-15T19:42:20.546Z Downloaded toml_edit v0.19.15
8752024-11-15T19:42:20.546Z Downloaded pkcs5 v0.7.1
8762024-11-15T19:42:20.546Z Downloaded icu_properties_data v1.5.0
8772024-11-15T19:42:20.546Z Downloaded steno v0.4.1
8782024-11-15T19:42:20.546Z Downloaded qorb v0.2.0
8792024-11-15T19:42:20.546Z Downloaded zip v2.1.3
8802024-11-15T19:42:20.546Z Downloaded expectorate v1.1.0
8812024-11-15T19:42:20.546Z Downloaded reedline v0.35.0
8822024-11-15T19:42:20.546Z Downloaded rusqlite v0.32.1
8832024-11-15T19:42:20.546Z Downloaded rand v0.8.5
8842024-11-15T19:42:20.546Z Downloaded rustls-webpki v0.102.8
8852024-11-15T19:42:20.546Z Downloaded unicode-segmentation v1.12.0
8862024-11-15T19:42:20.546Z Downloaded curve25519-dalek v4.1.3
8872024-11-15T19:42:20.546Z Downloaded sqlparser v0.45.0
8882024-11-15T19:42:20.546Z Downloaded salty v0.3.0
8892024-11-15T19:42:20.546Z Downloaded chrono-tz v0.10.0
8902024-11-15T19:42:20.546Z Downloaded idna v0.4.0
8912024-11-15T19:42:20.546Z Downloaded quick-xml v0.33.0
8922024-11-15T19:42:20.546Z Downloaded openssl v0.10.68
8932024-11-15T19:42:20.546Z Downloaded quinn-proto v0.11.8
8942024-11-15T19:42:20.546Z Downloaded nix v0.28.0
8952024-11-15T19:42:20.546Z Downloaded futures-util v0.3.31
8962024-11-15T19:42:20.546Z Downloaded unicode-width v0.2.0
8972024-11-15T19:42:20.546Z Downloaded webpki-roots v0.26.6
8982024-11-15T19:42:20.546Z Downloaded p384 v0.13.0
8992024-11-15T19:42:20.546Z Downloaded object v0.36.5
9002024-11-15T19:42:20.546Z Downloaded idna v0.2.3
9012024-11-15T19:42:20.547Z Downloaded bstr v1.10.0
9022024-11-15T19:42:20.547Z Downloaded regress v0.9.1
9032024-11-15T19:42:20.547Z Downloaded dropshot v0.12.0
9042024-11-15T19:42:20.547Z Downloaded regress v0.10.1
9052024-11-15T19:42:20.547Z Downloaded smoltcp v0.9.1
9062024-11-15T19:42:20.547Z Downloaded regex-syntax v0.8.5
9072024-11-15T19:42:20.547Z Downloaded hickory-proto v0.24.1
9082024-11-15T19:42:20.547Z Downloaded rustls v0.21.12
9092024-11-15T19:42:20.547Z Downloaded smoltcp v0.11.0
9102024-11-15T19:42:20.547Z Downloaded radix_trie v0.2.1
9112024-11-15T19:42:20.547Z Downloaded nix v0.29.0
9122024-11-15T19:42:20.547Z Downloaded rustls v0.23.14
9132024-11-15T19:42:20.547Z Downloaded trust-dns-proto v0.22.0
9142024-11-15T19:42:20.547Z Downloaded dropshot v0.13.0
9152024-11-15T19:42:20.547Z Downloaded sled v0.34.7
9162024-11-15T19:42:20.547Z Downloaded zerocopy-derive v0.6.6
9172024-11-15T19:42:20.547Z Downloaded rustls v0.22.4
9182024-11-15T19:42:20.547Z Downloaded regex-syntax v0.6.29
9192024-11-15T19:42:20.547Z Downloaded diesel v2.2.4
9202024-11-15T19:42:20.547Z Downloaded openapiv3 v2.0.0
9212024-11-15T19:42:20.547Z Downloaded bzip2-sys v0.1.11+1.0.8
9222024-11-15T19:42:20.547Z Downloaded typify-impl v0.2.0
9232024-11-15T19:42:20.547Z Downloaded ratatui v0.28.1
9242024-11-15T19:42:20.547Z Downloaded regex-automata v0.4.8
9252024-11-15T19:42:20.547Z Downloaded petname v2.0.2
9262024-11-15T19:42:20.547Z Downloaded rustls-webpki v0.101.7
9272024-11-15T19:42:20.547Z Downloaded polar-core v0.27.3
9282024-11-15T19:42:20.547Z Downloaded vcpkg v0.2.15
9292024-11-15T19:42:20.547Z Downloaded nix v0.27.1
9302024-11-15T19:42:20.547Z Downloaded gimli v0.31.1
9312024-11-15T19:42:20.547Z Downloaded nom v7.1.3
9322024-11-15T19:42:20.547Z Downloaded russh v0.45.0
9332024-11-15T19:42:20.547Z Downloaded h2 v0.4.6
9342024-11-15T19:42:20.547Z Downloaded regex v1.11.1
9352024-11-15T19:42:20.547Z Downloaded csv v1.3.0
9362024-11-15T19:42:20.547Z Downloaded sha3 v0.10.8
9372024-11-15T19:42:20.547Z Downloaded petgraph v0.6.5
9382024-11-15T19:42:20.547Z Downloaded libz-sys v1.1.20
9392024-11-15T19:42:20.547Z Downloaded lzma-sys v0.1.20
9402024-11-15T19:42:20.556Z Downloaded object v0.30.4
9412024-11-15T19:42:20.565Z Downloaded p521 v0.13.3
9422024-11-15T19:42:20.569Z Downloaded tokio v1.40.0
9432024-11-15T19:42:20.605Z Downloaded portable-atomic v1.9.0
9442024-11-15T19:42:20.611Z Downloaded proptest v1.5.0
9452024-11-15T19:42:20.620Z Downloaded elliptic-curve v0.13.8
9462024-11-15T19:42:20.624Z Downloaded winnow v0.5.40
9472024-11-15T19:42:20.632Z Downloaded multer v3.1.0
9482024-11-15T19:42:20.635Z Downloaded serde_repr v0.1.19
9492024-11-15T19:42:20.637Z Downloaded idna v0.5.0
9502024-11-15T19:42:20.643Z Downloaded bitvec v1.0.1
9512024-11-15T19:42:20.658Z Downloaded tinystr v0.7.6
9522024-11-15T19:42:20.661Z Downloaded defmt-parser v0.3.4
9532024-11-15T19:42:20.663Z Downloaded lalrpop v0.19.12
9542024-11-15T19:42:20.671Z Downloaded peg-macros v0.8.4
9552024-11-15T19:42:20.673Z Downloaded fragile v2.0.0
9562024-11-15T19:42:20.676Z Downloaded tinyvec v1.8.0
9572024-11-15T19:42:20.678Z Downloaded predicates-core v1.0.8
9582024-11-15T19:42:20.678Z Downloaded pem v3.0.4
9592024-11-15T19:42:20.681Z Downloaded tokio-util v0.7.12
9602024-11-15T19:42:20.685Z Downloaded rustyline v14.0.0
9612024-11-15T19:42:20.691Z Downloaded zerovec v0.10.4
9622024-11-15T19:42:20.697Z Downloaded itertools v0.13.0
9632024-11-15T19:42:20.703Z Downloaded idna v1.0.3
9642024-11-15T19:42:20.707Z Downloaded strum_macros v0.25.3
9652024-11-15T19:42:20.710Z Downloaded futures-executor v0.3.31
9662024-11-15T19:42:20.712Z Downloaded fallible-streaming-iterator v0.1.9
9672024-11-15T19:42:20.712Z Downloaded fallible-iterator v0.2.0
9682024-11-15T19:42:20.714Z Downloaded stringprep v0.1.5
9692024-11-15T19:42:20.714Z Downloaded fxhash v0.2.1
9702024-11-15T19:42:20.717Z Downloaded structmeta-derive v0.3.0
9712024-11-15T19:42:20.717Z Downloaded zopfli v0.8.1
9722024-11-15T19:42:20.720Z Downloaded similar v2.6.0
9732024-11-15T19:42:20.723Z Downloaded pkcs1 v0.7.5
9742024-11-15T19:42:20.725Z Downloaded native-tls v0.2.12
9752024-11-15T19:42:20.727Z Downloaded oso v0.27.3
9762024-11-15T19:42:20.730Z Downloaded tough v0.19.0
9772024-11-15T19:42:20.738Z Downloaded embedded-io v0.6.1
9782024-11-15T19:42:20.741Z Downloaded heapless v0.7.17
9792024-11-15T19:42:20.743Z Downloaded encoding_rs v0.8.34
9802024-11-15T19:42:20.765Z Downloaded tokio-macros v2.4.0
9812024-11-15T19:42:20.769Z Downloaded unsafe-libyaml v0.2.11
9822024-11-15T19:42:20.771Z Downloaded rayon v1.10.0
9832024-11-15T19:42:20.777Z Downloaded itertools v0.12.1
9842024-11-15T19:42:20.784Z Downloaded num-bigint-dig v0.8.4
9852024-11-15T19:42:20.788Z Downloaded derive_builder v0.20.2
9862024-11-15T19:42:20.793Z Downloaded waitgroup v0.1.2
9872024-11-15T19:42:20.795Z Downloaded rsa v0.9.6
9882024-11-15T19:42:20.798Z Downloaded russh-keys v0.45.0
9892024-11-15T19:42:20.801Z Downloaded nu-ansi-term v0.50.1
9902024-11-15T19:42:20.803Z Downloaded phf_generator v0.11.2
9912024-11-15T19:42:20.805Z Downloaded parking_lot v0.12.3
9922024-11-15T19:42:20.809Z Downloaded parking_lot v0.11.2
9932024-11-15T19:42:20.811Z Downloaded schemars v0.8.21
9942024-11-15T19:42:20.820Z Downloaded flate2 v1.0.34
9952024-11-15T19:42:20.825Z Downloaded libxml v0.3.3
9962024-11-15T19:42:20.830Z Downloaded unarray v0.1.4
9972024-11-15T19:42:20.833Z Downloaded vsss-rs v3.3.4
9982024-11-15T19:42:20.835Z Downloaded diff v0.1.13
9992024-11-15T19:42:20.838Z Downloaded tungstenite v0.23.0
10002024-11-15T19:42:20.840Z Downloaded deranged v0.3.11
10012024-11-15T19:42:20.843Z Downloaded utf-8 v0.7.6
10022024-11-15T19:42:20.843Z Downloaded defmt v0.3.8
10032024-11-15T19:42:20.845Z Downloaded pin-project v1.1.6
10042024-11-15T19:42:20.857Z Downloaded typify-macro v0.2.0
10052024-11-15T19:42:20.859Z Downloaded thiserror-impl-no-std v2.0.2
10062024-11-15T19:42:20.859Z Downloaded pbkdf2 v0.12.2
10072024-11-15T19:42:20.862Z Downloaded num v0.4.3
10082024-11-15T19:42:20.862Z Downloaded slog v2.7.0
10092024-11-15T19:42:20.864Z Downloaded rustls-pemfile v1.0.4
10102024-11-15T19:42:20.866Z Downloaded num-traits v0.2.19
10112024-11-15T19:42:20.868Z Downloaded defmt-macros v0.3.9
10122024-11-15T19:42:20.871Z Downloaded which v4.4.2
10132024-11-15T19:42:20.873Z Downloaded subtle v2.6.1
10142024-11-15T19:42:20.875Z Downloaded pin-project-internal v1.1.6
10152024-11-15T19:42:20.878Z Downloaded der v0.7.9
10162024-11-15T19:42:20.881Z Downloaded rustls-pki-types v1.9.0
10172024-11-15T19:42:20.884Z Downloaded schemars_derive v0.8.21
10182024-11-15T19:42:20.887Z Downloaded libgit2-sys v0.17.0+1.8.1
10192024-11-15T19:42:20.941Z Downloaded rtoolbox v0.0.2
10202024-11-15T19:42:20.944Z Downloaded ron v0.7.1
10212024-11-15T19:42:20.947Z Downloaded blake3 v1.5.4
10222024-11-15T19:42:20.954Z Downloaded aes-gcm v0.10.3
10232024-11-15T19:42:20.958Z Downloaded minimal-lexical v0.2.1
10242024-11-15T19:42:20.962Z Downloaded vergen v8.3.2
10252024-11-15T19:42:20.964Z Downloaded uuid v1.11.0
10262024-11-15T19:42:20.967Z Downloaded rustls-pemfile v2.2.0
10272024-11-15T19:42:20.969Z Downloaded postcard v1.0.10
10282024-11-15T19:42:20.971Z Downloaded icu_collections v1.5.0
10292024-11-15T19:42:20.977Z Downloaded miniz_oxide v0.8.0
10302024-11-15T19:42:20.979Z Downloaded chacha20poly1305 v0.10.1
10312024-11-15T19:42:20.982Z Downloaded writeable v0.5.5
10322024-11-15T19:42:20.984Z Downloaded tls_codec_derive v0.4.1
10332024-11-15T19:42:20.986Z Downloaded structmeta-derive v0.2.0
10342024-11-15T19:42:20.987Z Downloaded hashlink v0.9.1
10352024-11-15T19:42:20.989Z Downloaded omicron-zone-package v0.11.1
10362024-11-15T19:42:20.991Z Downloaded thiserror-no-std v2.0.2
10372024-11-15T19:42:20.994Z Downloaded fallible-iterator v0.3.0
10382024-11-15T19:42:20.996Z Downloaded unicode-properties v0.1.3
10392024-11-15T19:42:20.999Z Downloaded structmeta v0.2.0
10402024-11-15T19:42:21.001Z Downloaded strip-ansi-escapes v0.2.0
10412024-11-15T19:42:21.001Z Downloaded polyval v0.6.2
10422024-11-15T19:42:21.004Z Downloaded yoke v0.7.4
10432024-11-15T19:42:21.006Z Downloaded tracing-attributes v0.1.27
10442024-11-15T19:42:21.009Z Downloaded fd-lock v4.0.2
10452024-11-15T19:42:21.009Z Downloaded des v0.8.1
10462024-11-15T19:42:21.011Z Downloaded derive_builder_core v0.20.2
10472024-11-15T19:42:21.014Z Downloaded env_logger v0.11.5
10482024-11-15T19:42:21.016Z Downloaded backtrace v0.3.74
10492024-11-15T19:42:21.020Z Downloaded num-iter v0.1.45
10502024-11-15T19:42:21.022Z Downloaded smallvec v1.13.2
10512024-11-15T19:42:21.024Z Downloaded rustversion v1.0.17
10522024-11-15T19:42:21.027Z Downloaded icu_locid_transform_data v1.5.0
10532024-11-15T19:42:21.029Z Downloaded num-complex v0.4.6
10542024-11-15T19:42:21.029Z Downloaded utf8_iter v1.0.4
10552024-11-15T19:42:21.032Z Downloaded sct v0.7.1
10562024-11-15T19:42:21.034Z Downloaded compact_str v0.8.0
10572024-11-15T19:42:21.037Z Downloaded bumpalo v3.16.0
10582024-11-15T19:42:21.040Z Downloaded xattr v1.3.1
10592024-11-15T19:42:21.042Z Downloaded test-strategy v0.3.1
10602024-11-15T19:42:21.045Z Downloaded base64 v0.13.1
10612024-11-15T19:42:21.048Z Downloaded proc-macro-crate v1.3.1
10622024-11-15T19:42:21.050Z Downloaded whoami v1.5.2
10632024-11-15T19:42:21.052Z Downloaded rcgen v0.12.1
10642024-11-15T19:42:21.055Z Downloaded icu_normalizer v1.5.0
10652024-11-15T19:42:21.057Z Downloaded primeorder v0.13.6
10662024-11-15T19:42:21.060Z Downloaded spin v0.9.8
10672024-11-15T19:42:21.062Z Downloaded hyper-rustls v0.27.3
10682024-11-15T19:42:21.064Z Downloaded memmap2 v0.9.5
10692024-11-15T19:42:21.067Z Downloaded tokio-rustls v0.25.0
10702024-11-15T19:42:21.069Z Downloaded lock_api v0.4.12
10712024-11-15T19:42:21.069Z Downloaded ssh-cipher v0.2.0
10722024-11-15T19:42:21.072Z Downloaded progenitor-impl v0.8.0
10732024-11-15T19:42:21.074Z Downloaded libm v0.2.8
10742024-11-15T19:42:21.080Z Downloaded allocator-api2 v0.2.18
10752024-11-15T19:42:21.083Z Downloaded zerofrom-derive v0.1.4
10762024-11-15T19:42:21.086Z Downloaded untrusted v0.7.1
10772024-11-15T19:42:21.086Z Downloaded mockall v0.13.0
10782024-11-15T19:42:21.088Z Downloaded kstat-rs v0.2.4
10792024-11-15T19:42:21.088Z Downloaded linked-hash-map v0.5.6
10802024-11-15T19:42:21.088Z Downloaded ipnetwork v0.20.0
10812024-11-15T19:42:21.091Z Downloaded indoc v1.0.9
10822024-11-15T19:42:21.093Z Downloaded linear-map v1.2.0
10832024-11-15T19:42:21.095Z Downloaded lalrpop-util v0.19.12
10842024-11-15T19:42:21.095Z Downloaded base64 v0.22.1
10852024-11-15T19:42:21.098Z Downloaded console v0.15.8
10862024-11-15T19:42:21.101Z Downloaded cancel-safe-futures v0.1.5
10872024-11-15T19:42:21.104Z Downloaded darling v0.20.10
10882024-11-15T19:42:21.108Z Downloaded httpdate v1.0.3
10892024-11-15T19:42:21.111Z Downloaded ciborium v0.2.2
10902024-11-15T19:42:21.113Z Downloaded bzip2 v0.4.4
10912024-11-15T19:42:21.115Z Downloaded bcs v0.1.6
10922024-11-15T19:42:21.117Z Downloaded rustc_version v0.1.7
10932024-11-15T19:42:21.117Z Downloaded base64ct v1.6.0
10942024-11-15T19:42:21.119Z Downloaded backoff v0.4.0
10952024-11-15T19:42:21.123Z Downloaded lru-cache v0.1.2
10962024-11-15T19:42:21.123Z Downloaded indent_write v2.2.0
10972024-11-15T19:42:21.123Z Downloaded hostname v0.4.0
10982024-11-15T19:42:21.125Z Downloaded hostname v0.3.1
10992024-11-15T19:42:21.127Z Downloaded rustc-hash v2.0.0
11002024-11-15T19:42:21.127Z Downloaded rustc-hash v1.1.0
11012024-11-15T19:42:21.127Z Downloaded itertools v0.10.5
11022024-11-15T19:42:21.134Z Downloaded http-body-util v0.1.2
11032024-11-15T19:42:21.136Z Downloaded lockfree-object-pool v0.1.6
11042024-11-15T19:42:21.140Z Downloaded curve25519-dalek-derive v0.1.1
11052024-11-15T19:42:21.140Z Downloaded crossbeam-deque v0.8.5
11062024-11-15T19:42:21.142Z Downloaded crc-catalog v2.4.0
11072024-11-15T19:42:21.142Z Downloaded cmake v0.1.51
11082024-11-15T19:42:21.144Z Downloaded cassowary v0.3.0
11092024-11-15T19:42:21.144Z Downloaded block-padding v0.3.3
11102024-11-15T19:42:21.147Z Downloaded cfg_aliases v0.1.1
11112024-11-15T19:42:21.147Z Downloaded castaway v0.2.3
11122024-11-15T19:42:21.147Z Downloaded bcrypt-pbkdf v0.10.0
11132024-11-15T19:42:21.149Z Downloaded cipher v0.4.4
11142024-11-15T19:42:21.149Z Downloaded ciborium-ll v0.2.2
11152024-11-15T19:42:21.152Z Downloaded bitfield-struct v0.6.2
11162024-11-15T19:42:21.152Z Downloaded bit-vec v0.6.3
11172024-11-15T19:42:21.154Z Downloaded blowfish v0.9.1
11182024-11-15T19:42:21.154Z Downloaded bit-set v0.5.3
11192024-11-15T19:42:21.157Z Downloaded clang-sys v1.8.1
11202024-11-15T19:42:21.159Z Downloaded icu_properties v1.5.1
11212024-11-15T19:42:21.161Z Downloaded headers-core v0.3.0
11222024-11-15T19:42:21.163Z Downloaded crucible-workspace-hack v0.1.0
11232024-11-15T19:42:21.163Z Downloaded crossbeam-utils v0.8.20
11242024-11-15T19:42:21.166Z Downloaded async-trait v0.1.83
11252024-11-15T19:42:21.169Z Downloaded arrayref v0.3.9
11262024-11-15T19:42:21.171Z Downloaded crunchy v0.2.2
11272024-11-15T19:42:21.171Z Downloaded assert_matches v1.5.0
11282024-11-15T19:42:21.171Z Downloaded ascii-canvas v3.0.0
11292024-11-15T19:42:21.173Z Downloaded inout v0.1.3
11302024-11-15T19:42:21.173Z Downloaded async-recursion v1.1.1
11312024-11-15T19:42:21.176Z Downloaded const_format_proc_macros v0.2.33
11322024-11-15T19:42:21.216Z Downloaded ring v0.17.8
11332024-11-15T19:42:21.436Z Downloaded ring v0.16.20
11342024-11-15T19:42:21.518Z Downloaded libsqlite3-sys v0.30.1
11352024-11-15T19:42:21.631Z Downloaded aws-lc-sys v0.22.0
11362024-11-15T19:42:21.934Z Compiling serde v1.0.215
11372024-11-15T19:42:21.937Z Compiling lock_api v0.4.12
11382024-11-15T19:42:21.937Z Compiling scopeguard v1.2.0
11392024-11-15T19:42:21.937Z Compiling value-bag v1.9.0
11402024-11-15T19:42:21.937Z Compiling typenum v1.17.0
11412024-11-15T19:42:21.937Z Compiling generic-array v0.14.7
11422024-11-15T19:42:22.108Z Compiling syn v2.0.87
11432024-11-15T19:42:22.119Z Compiling getrandom v0.2.15
11442024-11-15T19:42:22.219Z Compiling shlex v1.3.0
11452024-11-15T19:42:22.426Z Compiling rand_core v0.6.4
11462024-11-15T19:42:22.554Z Compiling log v0.4.22
11472024-11-15T19:42:22.654Z Compiling subtle v2.6.1
11482024-11-15T19:42:22.675Z Compiling jobserver v0.1.32
11492024-11-15T19:42:22.704Z Compiling const-oid v0.9.6
11502024-11-15T19:42:22.950Z Compiling smallvec v1.13.2
11512024-11-15T19:42:22.952Z Compiling spin v0.9.8
11522024-11-15T19:42:22.986Z Compiling pin-project-lite v0.2.14
11532024-11-15T19:42:23.116Z Compiling cc v1.1.30
11542024-11-15T19:42:23.334Z Compiling rustix v0.38.37
11552024-11-15T19:42:23.353Z Compiling parking_lot_core v0.9.10
11562024-11-15T19:42:23.444Z Compiling futures-core v0.3.31
11572024-11-15T19:42:23.575Z Compiling signal-hook-registry v1.4.2
11582024-11-15T19:42:23.705Z Compiling mio v1.0.2
11592024-11-15T19:42:24.283Z Compiling parking_lot v0.12.3
11602024-11-15T19:42:24.551Z Compiling aho-corasick v1.1.3
11612024-11-15T19:42:24.575Z Compiling either v1.13.0
11622024-11-15T19:42:24.808Z Compiling regex-syntax v0.8.5
11632024-11-15T19:42:24.918Z Compiling cpufeatures v0.2.14
11642024-11-15T19:42:25.008Z Compiling lazy_static v1.5.0
11652024-11-15T19:42:25.025Z Compiling stable_deref_trait v1.2.0
11662024-11-15T19:42:25.127Z Compiling futures-sink v0.3.31
11672024-11-15T19:42:25.145Z Compiling glob v0.3.1
11682024-11-15T19:42:25.148Z Compiling socket2 v0.5.7
11692024-11-15T19:42:25.260Z Compiling slab v0.4.9
11702024-11-15T19:42:25.289Z Compiling prettyplease v0.2.25
11712024-11-15T19:42:25.659Z Compiling minimal-lexical v0.2.1
11722024-11-15T19:42:26.052Z Compiling libloading v0.8.5
11732024-11-15T19:42:26.195Z Compiling clang-sys v1.8.1
11742024-11-15T19:42:26.217Z Compiling nom v7.1.3
11752024-11-15T19:42:26.221Z Compiling serde_json v1.0.132
11762024-11-15T19:42:26.487Z Compiling bindgen v0.69.5
11772024-11-15T19:42:26.544Z Compiling home v0.5.9
11782024-11-15T19:42:26.845Z Compiling futures-channel v0.3.31
11792024-11-15T19:42:27.314Z Compiling itertools v0.12.1
11802024-11-15T19:42:27.395Z Compiling foldhash v0.1.3
11812024-11-15T19:42:27.715Z Compiling rustc-hash v1.1.0
11822024-11-15T19:42:27.742Z Compiling allocator-api2 v0.2.18
11832024-11-15T19:42:27.872Z Compiling futures-task v0.3.31
11842024-11-15T19:42:28.158Z Compiling lazycell v1.3.0
11852024-11-15T19:42:28.480Z Compiling pin-utils v0.1.0
11862024-11-15T19:42:28.483Z Compiling regex-automata v0.4.8
11872024-11-15T19:42:28.539Z Compiling futures-io v0.3.31
11882024-11-15T19:42:28.894Z Compiling hashbrown v0.15.0
11892024-11-15T19:42:30.091Z Compiling synstructure v0.13.1
11902024-11-15T19:42:30.286Z Compiling cexpr v0.6.0
11912024-11-15T19:42:30.532Z Compiling cmake v0.1.51
11922024-11-15T19:42:31.570Z Compiling libm v0.2.8
11932024-11-15T19:42:31.690Z Compiling dunce v1.0.5
11942024-11-15T19:42:31.785Z Compiling fs_extra v1.3.0
11952024-11-15T19:42:31.824Z Compiling tinyvec_macros v0.1.1
11962024-11-15T19:42:31.900Z Compiling pkg-config v0.3.31
11972024-11-15T19:42:31.951Z Compiling tinyvec v1.8.0
11982024-11-15T19:42:32.083Z Compiling num-traits v0.2.19
11992024-11-15T19:42:32.598Z Compiling ring v0.17.8
12002024-11-15T19:42:33.409Z Compiling unicode-normalization v0.1.24
12012024-11-15T19:42:33.440Z Compiling base64ct v1.6.0
12022024-11-15T19:42:33.459Z Compiling unicode-bidi v0.3.17
12032024-11-15T19:42:33.733Z Compiling litemap v0.7.3
12042024-11-15T19:42:33.802Z Compiling writeable v0.5.5
12052024-11-15T19:42:34.018Z Compiling regex v1.11.1
12062024-11-15T19:42:34.146Z Compiling paste v1.0.15
12072024-11-15T19:42:34.427Z Compiling pem-rfc7468 v0.7.0
12082024-11-15T19:42:34.946Z Compiling flagset v0.4.6
12092024-11-15T19:42:35.082Z Compiling aws-lc-rs v1.10.0
12102024-11-15T19:42:35.116Z Compiling httparse v1.9.5
12112024-11-15T19:42:35.539Z Compiling tracing-core v0.1.32
12122024-11-15T19:42:35.921Z Compiling rustls-pki-types v1.9.0
12132024-11-15T19:42:36.298Z Compiling crossbeam-utils v0.8.20
12142024-11-15T19:42:36.583Z Compiling percent-encoding v2.3.1
12152024-11-15T19:42:36.866Z Compiling icu_locid_transform_data v1.5.0
12162024-11-15T19:42:36.969Z Compiling mirai-annotations v1.12.0
12172024-11-15T19:42:36.987Z Compiling serde_derive v1.0.215
12182024-11-15T19:42:36.990Z Compiling zeroize_derive v1.4.2
12192024-11-15T19:42:37.024Z Compiling zerocopy-derive v0.7.35
12202024-11-15T19:42:37.159Z Compiling tokio-macros v2.4.0
12212024-11-15T19:42:37.676Z Compiling zerofrom-derive v0.1.4
12222024-11-15T19:42:38.566Z Compiling zeroize v1.8.1
12232024-11-15T19:42:38.798Z Compiling thiserror-impl v1.0.69
12242024-11-15T19:42:39.100Z Compiling yoke-derive v0.7.4
12252024-11-15T19:42:39.312Z Compiling zerocopy v0.7.35
12262024-11-15T19:42:40.359Z Compiling crypto-common v0.1.6
12272024-11-15T19:42:40.379Z Compiling block-buffer v0.10.4
12282024-11-15T19:42:40.607Z Compiling digest v0.10.7
12292024-11-15T19:42:40.647Z Compiling futures-macro v0.3.31
12302024-11-15T19:42:40.937Z Compiling zerovec-derive v0.10.3
12312024-11-15T19:42:41.098Z Compiling hmac v0.12.1
12322024-11-15T19:42:41.202Z Compiling block-padding v0.3.3
12332024-11-15T19:42:41.345Z Compiling displaydoc v0.2.5
12342024-11-15T19:42:41.456Z Compiling inout v0.1.3
12352024-11-15T19:42:41.741Z Compiling cipher v0.4.4
12362024-11-15T19:42:41.829Z Compiling zerofrom v0.1.4
12372024-11-15T19:42:42.073Z Compiling sha2 v0.10.8
12382024-11-15T19:42:42.181Z Compiling yoke v0.7.4
12392024-11-15T19:42:42.184Z Compiling thiserror v1.0.69
12402024-11-15T19:42:42.285Z Compiling ppv-lite86 v0.2.20
12412024-11-15T19:42:42.330Z Compiling icu_provider_macros v1.5.0
12422024-11-15T19:42:42.528Z Compiling der_derive v0.7.3
12432024-11-15T19:42:42.606Z Compiling futures-util v0.3.31
12442024-11-15T19:42:43.031Z Compiling tracing-attributes v0.1.27
12452024-11-15T19:42:43.157Z Compiling rand_chacha v0.3.1
12462024-11-15T19:42:43.516Z Compiling pest v2.7.14
12472024-11-15T19:42:43.654Z Compiling zerovec v0.10.4
12482024-11-15T19:42:45.191Z Compiling der v0.7.9
12492024-11-15T19:42:45.525Z Compiling rand v0.8.5
12502024-11-15T19:42:45.631Z Compiling tinystr v0.7.6
12512024-11-15T19:42:46.001Z Compiling icu_collections v1.5.0
12522024-11-15T19:42:46.072Z Compiling icu_locid v1.5.0
12532024-11-15T19:42:46.609Z Compiling salsa20 v0.10.2
12542024-11-15T19:42:46.816Z Compiling tracing v0.1.40
12552024-11-15T19:42:46.847Z Compiling pbkdf2 v0.12.2
12562024-11-15T19:42:47.018Z Compiling powerfmt v0.2.0
12572024-11-15T19:42:47.375Z Compiling icu_provider v1.5.0
12582024-11-15T19:42:47.411Z Compiling spki v0.7.3
12592024-11-15T19:42:47.495Z Compiling untrusted v0.9.0
12602024-11-15T19:42:47.657Z Compiling untrusted v0.7.1
12612024-11-15T19:42:47.677Z Compiling vcpkg v0.2.15
12622024-11-15T19:42:47.776Z Compiling time-core v0.1.2
12632024-11-15T19:42:47.838Z Compiling icu_properties_data v1.5.0
12642024-11-15T19:42:47.963Z Compiling num-conv v0.1.0
12652024-11-15T19:42:48.090Z Compiling icu_locid_transform v1.5.0
12662024-11-15T19:42:48.260Z Compiling time-macros v0.2.18
12672024-11-15T19:42:48.487Z Compiling deranged v0.3.11
12682024-11-15T19:42:48.507Z Compiling scrypt v0.11.0
12692024-11-15T19:42:48.778Z Compiling pest_meta v2.7.14
12702024-11-15T19:42:49.138Z Compiling aes v0.8.4
12712024-11-15T19:42:49.917Z Compiling openssl-sys v0.9.104
12722024-11-15T19:42:50.466Z Compiling icu_properties v1.5.1
12732024-11-15T19:42:50.815Z Compiling cbc v0.1.2
12742024-11-15T19:42:51.006Z Compiling bitflags v2.6.0
12752024-11-15T19:42:51.062Z Compiling bytes v1.8.0
12762024-11-15T19:42:51.572Z Compiling indexmap v2.6.0
12772024-11-15T19:42:51.999Z Compiling tokio v1.40.0
12782024-11-15T19:42:52.229Z Compiling http v1.1.0
12792024-11-15T19:42:52.345Z Compiling semver v1.0.23
12802024-11-15T19:42:53.092Z Compiling rustc_version v0.4.1
12812024-11-15T19:42:53.885Z Compiling scroll_derive v0.12.0
12822024-11-15T19:42:53.914Z Compiling write16 v1.0.0
12832024-11-15T19:42:54.050Z Compiling icu_normalizer_data v1.5.0
12842024-11-15T19:42:54.168Z Compiling atomic-waker v1.1.2
12852024-11-15T19:42:54.378Z Compiling num_threads v0.1.7
12862024-11-15T19:42:54.452Z Compiling utf8_iter v1.0.4
12872024-11-15T19:42:54.518Z Compiling utf16_iter v1.0.5
12882024-11-15T19:42:54.687Z Compiling icu_normalizer v1.5.0
12892024-11-15T19:42:54.708Z Compiling time v0.3.36
12902024-11-15T19:42:54.725Z Compiling http-body v1.0.1
12912024-11-15T19:42:54.772Z Compiling pkcs5 v0.7.1
12922024-11-15T19:42:55.070Z Compiling pest_generator v2.7.14
12932024-11-15T19:42:55.335Z Compiling which v4.4.2
12942024-11-15T19:42:55.371Z Compiling scroll v0.12.0
12952024-11-15T19:42:55.957Z Compiling form_urlencoded v1.2.1
12962024-11-15T19:42:56.007Z Compiling slog v2.7.0
12972024-11-15T19:42:56.276Z Compiling try-lock v0.2.5
12982024-11-15T19:42:56.428Z Compiling want v0.3.1
12992024-11-15T19:42:56.625Z Compiling goblin v0.8.2
13002024-11-15T19:42:56.699Z Compiling idna_adapter v1.2.0
13012024-11-15T19:42:56.729Z Compiling pkcs8 v0.10.2
13022024-11-15T19:42:56.752Z Compiling httpdate v1.0.3
13032024-11-15T19:42:56.929Z Compiling idna v1.0.3
13042024-11-15T19:42:57.056Z Compiling pest_derive v2.7.14
13052024-11-15T19:42:57.429Z Compiling serde_spanned v0.6.8
13062024-11-15T19:42:57.676Z Compiling uuid v1.11.0
13072024-11-15T19:42:57.850Z Compiling dtrace-parser v0.2.0
13082024-11-15T19:42:58.072Z Compiling toml_datetime v0.6.8
13092024-11-15T19:42:58.601Z Compiling serde_tokenstream v0.2.2
13102024-11-15T19:42:58.814Z Compiling foreign-types-shared v0.1.1
13112024-11-15T19:42:58.954Z Compiling iana-time-zone v0.1.61
13122024-11-15T19:42:59.148Z Compiling openssl v0.10.68
13132024-11-15T19:42:59.247Z Compiling tower-service v0.3.3
13142024-11-15T19:42:59.393Z Compiling adler2 v2.0.0
13152024-11-15T19:42:59.425Z Compiling match_cfg v0.1.0
13162024-11-15T19:42:59.527Z Compiling base64 v0.22.1
13172024-11-15T19:42:59.582Z Compiling rustversion v1.0.17
13182024-11-15T19:42:59.633Z Compiling miniz_oxide v0.8.0
13192024-11-15T19:42:59.916Z Compiling hostname v0.3.1
13202024-11-15T19:43:00.108Z Compiling chrono v0.4.38
13212024-11-15T19:43:00.188Z Compiling foreign-types v0.3.2
13222024-11-15T19:43:00.298Z Compiling url v2.5.3
13232024-11-15T19:43:00.387Z Compiling tokio-util v0.7.12
13242024-11-15T19:43:01.193Z Compiling openssl-macros v0.1.1
13252024-11-15T19:43:01.713Z Compiling h2 v0.4.6
13262024-11-15T19:43:01.819Z Compiling async-trait v0.1.83
13272024-11-15T19:43:01.955Z Compiling dirs-sys-next v0.1.2
13282024-11-15T19:43:02.283Z Compiling dof v0.3.0
13292024-11-15T19:43:02.635Z Compiling rustls v0.23.14
13302024-11-15T19:43:02.885Z Compiling siphasher v0.3.11
13312024-11-15T19:43:03.278Z Compiling usdt-impl v0.5.0
13322024-11-15T19:43:03.852Z Compiling data-encoding v2.6.0
13332024-11-15T19:43:04.517Z Compiling native-tls v0.2.12
13342024-11-15T19:43:04.632Z Compiling syn v1.0.109
13352024-11-15T19:43:04.835Z Compiling rustls v0.22.4
13362024-11-15T19:43:04.954Z Compiling dirs-next v2.0.0
13372024-11-15T19:43:05.344Z Compiling http-body-util v0.1.2
13382024-11-15T19:43:05.873Z Compiling crossbeam-epoch v0.9.18
13392024-11-15T19:43:06.284Z Compiling heapless v0.7.17
13402024-11-15T19:43:06.580Z Compiling sha1 v0.10.6
13412024-11-15T19:43:06.653Z Compiling signature v2.2.0
13422024-11-15T19:43:06.716Z Compiling bzip2-sys v0.1.11+1.0.8
13432024-11-15T19:43:06.941Z Compiling serde_derive_internals v0.29.1
13442024-11-15T19:43:06.987Z Compiling thread_local v1.1.8
13452024-11-15T19:43:07.009Z Compiling multer v3.1.0
13462024-11-15T19:43:07.189Z Compiling cookie v0.18.1
13472024-11-15T19:43:07.296Z Compiling encoding_rs v0.8.34
13482024-11-15T19:43:07.470Z Compiling unicode-properties v0.1.3
13492024-11-15T19:43:07.543Z Compiling slog-async v2.8.0
13502024-11-15T19:43:07.661Z Compiling schemars v0.8.21
13512024-11-15T19:43:07.855Z Compiling ipnet v2.10.1
13522024-11-15T19:43:07.996Z Compiling signal-hook v0.3.17
13532024-11-15T19:43:08.068Z Compiling openssl-probe v0.1.5
13542024-11-15T19:43:08.245Z Compiling mime v0.3.17
13552024-11-15T19:43:08.417Z Compiling hyper v1.5.0
13562024-11-15T19:43:08.851Z Compiling rayon-core v1.12.1
13572024-11-15T19:43:09.140Z Compiling gimli v0.31.1
13582024-11-15T19:43:09.194Z Compiling toml_edit v0.22.22
13592024-11-15T19:43:09.808Z Compiling schemars_derive v0.8.21
13602024-11-15T19:43:11.765Z Compiling hyper-util v0.1.10
13612024-11-15T19:43:12.775Z Compiling stringprep v0.1.5
13622024-11-15T19:43:13.222Z Compiling usdt-attr-macro v0.5.0
13632024-11-15T19:43:13.952Z Compiling addr2line v0.24.2
13642024-11-15T19:43:13.954Z Compiling usdt-macro v0.5.0
13652024-11-15T19:43:14.415Z Compiling crossbeam-deque v0.8.5
13662024-11-15T19:43:14.651Z Compiling term v0.7.0
13672024-11-15T19:43:14.757Z Compiling slog-json v2.6.1
13682024-11-15T19:43:14.845Z Compiling serde_urlencoded v0.7.1
13692024-11-15T19:43:14.864Z Compiling crossbeam-channel v0.5.13
13702024-11-15T19:43:15.147Z Compiling curve25519-dalek v4.1.3
13712024-11-15T19:43:15.432Z Compiling enum-as-inner v0.6.1
13722024-11-15T19:43:15.695Z Compiling futures-executor v0.3.31
13732024-11-15T19:43:15.800Z Compiling md-5 v0.10.6
13742024-11-15T19:43:15.939Z Compiling async-stream-impl v0.3.6
13752024-11-15T19:43:16.056Z Compiling rustls-pemfile v2.2.0
13762024-11-15T19:43:16.077Z Compiling num-integer v0.1.46
13772024-11-15T19:43:16.137Z Compiling idna v0.3.0
13782024-11-15T19:43:16.399Z Compiling idna v0.4.0
13792024-11-15T19:43:16.522Z Compiling hash32 v0.2.1
13802024-11-15T19:43:16.876Z Compiling ff v0.13.0
13812024-11-15T19:43:16.898Z Compiling is-terminal v0.4.13
13822024-11-15T19:43:17.026Z Compiling object v0.36.5
13832024-11-15T19:43:17.100Z Compiling dropshot v0.12.0
13842024-11-15T19:43:17.261Z Compiling rustc-demangle v0.1.24
13852024-11-15T19:43:17.385Z Compiling utf-8 v0.7.6
13862024-11-15T19:43:17.451Z Compiling num-bigint-dig v0.8.4
13872024-11-15T19:43:17.720Z Compiling fallible-iterator v0.2.0
13882024-11-15T19:43:17.741Z Compiling psl-types v2.0.11
13892024-11-15T19:43:17.853Z Compiling base16ct v0.2.0
13902024-11-15T19:43:17.941Z Compiling linked-hash-map v0.5.6
13912024-11-15T19:43:18.079Z Compiling dyn-clone v1.0.17
13922024-11-15T19:43:18.169Z Compiling anyhow v1.0.93
13932024-11-15T19:43:18.236Z Compiling take_mut v0.2.2
13942024-11-15T19:43:18.306Z Compiling smoltcp v0.9.1
13952024-11-15T19:43:18.327Z Compiling portable-atomic v1.9.0
13962024-11-15T19:43:18.403Z Compiling quick-error v1.2.3
13972024-11-15T19:43:18.559Z Compiling resolv-conf v0.7.0
13982024-11-15T19:43:19.093Z Compiling postgres-protocol v0.6.7
13992024-11-15T19:43:19.205Z Compiling lru-cache v0.1.2
14002024-11-15T19:43:19.438Z Compiling sec1 v0.7.3
14012024-11-15T19:43:19.459Z Compiling publicsuffix v2.2.3
14022024-11-15T19:43:19.701Z Compiling tungstenite v0.24.0
14032024-11-15T19:43:19.793Z Compiling hickory-proto v0.24.1
14042024-11-15T19:43:20.013Z Compiling async-stream v0.3.6
14052024-11-15T19:43:20.342Z Compiling group v0.13.0
14062024-11-15T19:43:20.476Z Compiling slog-term v2.9.1
14072024-11-15T19:43:20.662Z Compiling usdt v0.5.0
14082024-11-15T19:43:21.796Z Compiling num-iter v0.1.45
14092024-11-15T19:43:22.052Z Compiling futures v0.3.31
14102024-11-15T19:43:22.110Z Compiling slog-bunyan v2.5.0
14112024-11-15T19:43:23.568Z Compiling camino v1.1.9
14122024-11-15T19:43:23.626Z Compiling tokio-native-tls v0.3.1
14132024-11-15T19:43:23.931Z Compiling toml v0.8.19
14142024-11-15T19:43:23.968Z Compiling phf_shared v0.11.2
14152024-11-15T19:43:24.266Z Compiling dropshot_endpoint v0.12.0
14162024-11-15T19:43:24.367Z Compiling backtrace v0.3.74
14172024-11-15T19:43:24.530Z Compiling terminal_size v0.4.0
14182024-11-15T19:43:24.759Z Compiling waitgroup v0.1.2
14192024-11-15T19:43:25.000Z Compiling openapiv3 v2.0.0
14202024-11-15T19:43:25.146Z Compiling serde_path_to_error v0.1.16
14212024-11-15T19:43:25.710Z Compiling hkdf v0.12.4
14222024-11-15T19:43:25.969Z Compiling crypto-bigint v0.5.5
14232024-11-15T19:43:26.004Z Compiling zerocopy-derive v0.6.6
14242024-11-15T19:43:28.141Z Compiling curve25519-dalek-derive v0.1.1
14252024-11-15T19:43:28.312Z Compiling webpki-roots v0.26.6
14262024-11-15T19:43:28.539Z Compiling idna v0.5.0
14272024-11-15T19:43:28.585Z Compiling hubpack_derive v0.1.1
14282024-11-15T19:43:28.960Z Compiling hostname v0.4.0
14292024-11-15T19:43:29.232Z Compiling crc32fast v1.4.2
14302024-11-15T19:43:29.501Z Compiling fs-err v2.11.0
14312024-11-15T19:43:29.535Z Compiling ahash v0.8.11
14322024-11-15T19:43:29.557Z Compiling managed v0.8.0
14332024-11-15T19:43:29.655Z Compiling bitflags v1.3.2
14342024-11-15T19:43:29.771Z Compiling debug-ignore v1.0.5
14352024-11-15T19:43:29.774Z Compiling winnow v0.5.40
14362024-11-15T19:43:29.949Z Compiling clap_builder v4.5.21
14372024-11-15T19:43:30.143Z Compiling console v0.15.8
14382024-11-15T19:43:30.251Z Compiling strum_macros v0.25.3
14392024-11-15T19:43:31.715Z Compiling hubpack v0.1.2
14402024-11-15T19:43:32.062Z Compiling flate2 v1.0.34
14412024-11-15T19:43:32.171Z Compiling cookie_store v0.21.0
14422024-11-15T19:43:32.174Z Compiling elliptic-curve v0.13.8
14432024-11-15T19:43:33.006Z Compiling zerocopy v0.6.6
14442024-11-15T19:43:33.027Z Compiling hickory-resolver v0.24.1
14452024-11-15T19:43:33.609Z Compiling toml_edit v0.19.15
14462024-11-15T19:43:33.892Z Compiling phf v0.11.2
14472024-11-15T19:43:34.232Z Compiling hyper-tls v0.6.0
14482024-11-15T19:43:34.520Z Compiling signal-hook-mio v0.2.4
14492024-11-15T19:43:34.658Z Compiling rayon v1.10.0
14502024-11-15T19:43:34.684Z Compiling bzip2 v0.4.4
14512024-11-15T19:43:35.104Z Compiling tokio-tungstenite v0.24.0
14522024-11-15T19:43:35.669Z Compiling postgres-types v0.2.8
14532024-11-15T19:43:38.616Z Compiling ed25519 v2.2.3
14542024-11-15T19:43:38.640Z Compiling phf_shared v0.10.0
14552024-11-15T19:43:39.083Z Compiling tokio-stream v0.1.16
14562024-11-15T19:43:39.287Z Compiling pkcs1 v0.7.5
14572024-11-15T19:43:39.520Z Compiling serde-big-array v0.5.1
14582024-11-15T19:43:39.758Z Compiling clap_derive v4.5.18
14592024-11-15T19:43:39.857Z Compiling rfc6979 v0.4.0
14602024-11-15T19:43:40.053Z Compiling derive-where v1.2.7
14612024-11-15T19:43:40.159Z Compiling serde_repr v0.1.19
14622024-11-15T19:43:40.305Z Compiling float-cmp v0.9.0
14632024-11-15T19:43:40.521Z Compiling bstr v1.10.0
14642024-11-15T19:43:40.542Z Compiling sync_wrapper v1.0.1
14652024-11-15T19:43:40.697Z Compiling unicode-width v0.2.0
14662024-11-15T19:43:41.250Z Compiling predicates-core v1.0.8
14672024-11-15T19:43:41.368Z Compiling normalize-line-endings v0.3.0
14682024-11-15T19:43:41.499Z Compiling fixedbitset v0.4.2
14692024-11-15T19:43:41.601Z Compiling precomputed-hash v0.1.1
14702024-11-15T19:43:41.688Z Compiling bit-vec v0.6.3
14712024-11-15T19:43:41.725Z Compiling static_assertions v1.1.0
14722024-11-15T19:43:41.831Z Compiling difflib v0.4.0
14732024-11-15T19:43:41.963Z Compiling whoami v1.5.2
14742024-11-15T19:43:42.163Z Compiling new_debug_unreachable v1.0.6
14752024-11-15T19:43:42.264Z Compiling number_prefix v0.4.0
14762024-11-15T19:43:42.370Z Compiling unicode-segmentation v1.12.0
14772024-11-15T19:43:42.485Z Compiling indicatif v0.17.9
14782024-11-15T19:43:42.614Z Compiling tokio-postgres v0.7.12
14792024-11-15T19:43:43.268Z Compiling similar v2.6.0
14802024-11-15T19:43:43.458Z Compiling string_cache v0.8.7
14812024-11-15T19:43:43.691Z Compiling predicates v3.1.2
14822024-11-15T19:43:43.972Z Compiling bit-set v0.5.3
14832024-11-15T19:43:44.284Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14842024-11-15T19:43:44.749Z Compiling clap v4.5.21
14852024-11-15T19:43:44.769Z Compiling petgraph v0.6.5
14862024-11-15T19:43:44.882Z Compiling ecdsa v0.16.9
14872024-11-15T19:43:45.495Z Compiling rsa v0.9.6
14882024-11-15T19:43:45.725Z Compiling ed25519-dalek v2.1.1
14892024-11-15T19:43:45.746Z Compiling toml v0.7.8
14902024-11-15T19:43:47.051Z Compiling zip v0.6.6
14912024-11-15T19:43:47.504Z Compiling crossterm v0.28.1
14922024-11-15T19:43:48.952Z Compiling hex v0.4.3
14932024-11-15T19:43:48.954Z Compiling x509-cert v0.2.5
14942024-11-15T19:43:49.203Z Compiling itertools v0.10.5
14952024-11-15T19:43:49.336Z Compiling lalrpop-util v0.19.12
14962024-11-15T19:43:49.558Z Compiling peg-runtime v0.8.3
14972024-11-15T19:43:49.714Z Compiling unicode-xid v0.2.6
14982024-11-15T19:43:49.903Z Compiling strum_macros v0.26.4
14992024-11-15T19:43:50.242Z Compiling xattr v1.3.1
15002024-11-15T19:43:50.518Z Compiling filetime v0.2.25
15012024-11-15T19:43:50.848Z Compiling tar v0.4.43
15022024-11-15T19:43:55.094Z Compiling strum v0.26.3
15032024-11-15T19:43:57.610Z Compiling aws-lc-sys v0.22.0
15042024-11-15T19:44:25.259Z Compiling rustls-webpki v0.102.8
15052024-11-15T19:44:28.670Z Compiling tokio-rustls v0.25.0
15062024-11-15T19:44:30.338Z Compiling tokio-rustls v0.26.0
15072024-11-15T19:44:30.801Z Compiling hyper-rustls v0.27.3
15082024-11-15T19:44:31.138Z Compiling reqwest v0.12.9
15092024-11-15T19:44:32.456Z Compiling qorb v0.2.0
15102024-11-15T19:44:37.132Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15112024-11-15T19:44:37.368Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15122024-11-15T19:44:43.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
15132024-11-15T19:44:43.345Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15142024-11-15T19:44:43.394ZNov 15 19:44:41.872 INFO Starting download, target: Clickhouse
15152024-11-15T19:44:43.394ZNov 15 19:44:41.872 INFO Starting download, target: Console
15162024-11-15T19:44:43.394ZNov 15 19:44:41.872 INFO Starting download, target: Cockroach
15172024-11-15T19:44:43.394ZNov 15 19:44:41.872 INFO Starting download, target: DendriteOpenapi
15182024-11-15T19:44:43.397ZNov 15 19:44:41.872 INFO Starting download, target: DendriteStub
15192024-11-15T19:44:43.397ZNov 15 19:44:41.872 INFO Starting download, target: MaghemiteMgd
15202024-11-15T19:44:43.397ZNov 15 19:44:41.872 INFO Starting download, target: TransceiverControl
15212024-11-15T19:44:43.397ZNov 15 19:44:41.873 INFO Downloading out/downloads/dpd-a9d6214a29327ebc99c10c5d3cf5cc6963234498.json (attempt 1/3), target: DendriteOpenapi
15222024-11-15T19:44:43.397ZNov 15 19:44:41.873 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15232024-11-15T19:44:43.397ZNov 15 19:44:41.873 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15242024-11-15T19:44:43.397ZNov 15 19:44:41.873 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15252024-11-15T19:44:43.397ZNov 15 19:44:41.873 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15262024-11-15T19:44:43.397ZNov 15 19:44:41.873 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15272024-11-15T19:44:43.397ZNov 15 19:44:41.873 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15282024-11-15T19:44:43.714ZNov 15 19:44:42.187 INFO Download complete, target: DendriteOpenapi
15292024-11-15T19:44:43.834ZNov 15 19:44:42.307 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15302024-11-15T19:44:43.947ZNov 15 19:44:42.418 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15312024-11-15T19:44:44.282ZNov 15 19:44:42.744 INFO Download complete, target: Console
15322024-11-15T19:44:44.453ZNov 15 19:44:42.929 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15332024-11-15T19:44:44.487ZNov 15 19:44:42.961 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15342024-11-15T19:44:44.495ZNov 15 19:44:42.972 INFO Download complete, target: TransceiverControl
15352024-11-15T19:44:45.153ZNov 15 19:44:43.630 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15362024-11-15T19:44:45.153ZNov 15 19:44:43.630 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15372024-11-15T19:44:45.711ZNov 15 19:44:44.188 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15382024-11-15T19:44:47.232ZNov 15 19:44:45.706 INFO Download complete, target: DendriteStub
15392024-11-15T19:44:47.267ZNov 15 19:44:45.743 INFO Download complete, target: MaghemiteMgd
15402024-11-15T19:44:52.375ZNov 15 19:44:50.849 INFO Checking that binary works, target: Cockroach
15412024-11-15T19:44:52.529ZNov 15 19:44:51.003 INFO Download complete, target: Cockroach
15422024-11-15T19:44:57.801ZNov 15 19:44:56.272 INFO Checking that binary works, target: Clickhouse
15432024-11-15T19:44:57.966ZNov 15 19:44:56.438 INFO Download complete, target: Clickhouse
15442024-11-15T19:44:57.974ZAll prerequisites installed successfully
15452024-11-15T19:44:57.976Z
15462024-11-15T19:44:57.976Zreal 5:14.196109192
15472024-11-15T19:44:57.976Zuser 16:23.788988220
15482024-11-15T19:44:57.976Zsys 3:14.504316644
15492024-11-15T19:44:57.976Ztrap 0.564255462
15502024-11-15T19:44:57.976Ztflt 1.600776156
15512024-11-15T19:44:57.976Zdflt 2.153603026
15522024-11-15T19:44:57.976Zkflt 0.028755783
15532024-11-15T19:44:57.976Zlock 29:15.522659663
15542024-11-15T19:44:57.976Zslp 1:02:02.047611654
15552024-11-15T19:44:57.976Zlat 57.722280736
15562024-11-15T19:44:57.976Zstop 2:15.956527132
15572024-11-15T19:44:57.976Z+ ptime -m cargo xtask download softnpu
15582024-11-15T19:44:58.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15592024-11-15T19:44:58.509Z Running `target/debug/xtask download softnpu`
15602024-11-15T19:44:59.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
15612024-11-15T19:44:59.356Z Running `target/debug/xtask-downloader softnpu`
15622024-11-15T19:44:59.391ZNov 15 19:44:57.862 INFO Starting download, target: Softnpu
15632024-11-15T19:44:59.396ZNov 15 19:44:57.862 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15642024-11-15T19:45:00.022ZNov 15 19:44:58.492 INFO Download complete, target: Softnpu
15652024-11-15T19:45:00.026Z
15662024-11-15T19:45:00.028Zreal 2.043844272
15672024-11-15T19:45:00.028Zuser 1.233358671
15682024-11-15T19:45:00.028Zsys 0.516188386
15692024-11-15T19:45:00.028Ztrap 0.000479427
15702024-11-15T19:45:00.028Ztflt 0.000031375
15712024-11-15T19:45:00.028Zdflt 0.000007815
15722024-11-15T19:45:00.028Zkflt 0.000000000
15732024-11-15T19:45:00.028Zlock 6.398931125
15742024-11-15T19:45:00.028Zslp 0.482242920
15752024-11-15T19:45:00.028Zlat 0.067860115
15762024-11-15T19:45:00.028Zstop 0.000151434
15772024-11-15T19:45:00.028Z+ export CARGO_INCREMENTAL=0
15782024-11-15T19:45:00.028Z+ CARGO_INCREMENTAL=0
15792024-11-15T19:45:00.028Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15802024-11-15T19:45:00.960Z Compiling proc-macro2 v1.0.89
15812024-11-15T19:45:00.960Z Compiling unicode-ident v1.0.13
15822024-11-15T19:45:00.963Z Compiling libc v0.2.162
15832024-11-15T19:45:00.963Z Compiling serde v1.0.215
15842024-11-15T19:45:00.963Z Compiling autocfg v1.4.0
15852024-11-15T19:45:00.963Z Compiling version_check v0.9.5
15862024-11-15T19:45:00.963Z Compiling cfg-if v1.0.0
15872024-11-15T19:45:01.225Z Compiling memchr v2.7.4
15882024-11-15T19:45:01.242Z Compiling typenum v1.17.0
15892024-11-15T19:45:01.263Z Compiling shlex v1.3.0
15902024-11-15T19:45:01.630Z Compiling value-bag v1.9.0
15912024-11-15T19:45:01.664Z Compiling scopeguard v1.2.0
15922024-11-15T19:45:01.756Z Compiling generic-array v0.14.7
15932024-11-15T19:45:01.972Z Compiling lock_api v0.4.12
15942024-11-15T19:45:02.097Z Compiling log v0.4.22
15952024-11-15T19:45:02.200Z Compiling parking_lot_core v0.9.10
15962024-11-15T19:45:02.622Z Compiling serde_json v1.0.132
15972024-11-15T19:45:02.656Z Compiling once_cell v1.20.2
15982024-11-15T19:45:02.863Z Compiling quote v1.0.37
15992024-11-15T19:45:02.918Z Compiling rustix v0.38.37
16002024-11-15T19:45:02.976Z Compiling libm v0.2.8
16012024-11-15T19:45:03.071Z Compiling jobserver v0.1.32
16022024-11-15T19:45:03.288Z Compiling syn v2.0.87
16032024-11-15T19:45:03.306Z Compiling getrandom v0.2.15
16042024-11-15T19:45:03.482Z Compiling cc v1.1.30
16052024-11-15T19:45:03.570Z Compiling thiserror v1.0.69
16062024-11-15T19:45:03.657Z Compiling num-traits v0.2.19
16072024-11-15T19:45:03.683Z Compiling itoa v1.0.11
16082024-11-15T19:45:03.797Z Compiling spin v0.9.8
16092024-11-15T19:45:03.813Z Compiling aho-corasick v1.1.3
16102024-11-15T19:45:03.894Z Compiling regex-syntax v0.8.5
16112024-11-15T19:45:04.087Z Compiling slab v0.4.9
16122024-11-15T19:45:04.373Z Compiling byteorder v1.5.0
16132024-11-15T19:45:04.538Z Compiling errno v0.3.9
16142024-11-15T19:45:04.757Z Compiling rand_core v0.6.4
16152024-11-15T19:45:04.757Z Compiling either v1.13.0
16162024-11-15T19:45:04.864Z Compiling lazy_static v1.5.0
16172024-11-15T19:45:05.205Z Compiling glob v0.3.1
16182024-11-15T19:45:05.483Z Compiling prettyplease v0.2.25
16192024-11-15T19:45:06.000Z Compiling clang-sys v1.8.1
16202024-11-15T19:45:06.185Z Compiling minimal-lexical v0.2.1
16212024-11-15T19:45:06.240Z Compiling libloading v0.8.5
16222024-11-15T19:45:06.650Z Compiling nom v7.1.3
16232024-11-15T19:45:06.713Z Compiling home v0.5.9
16242024-11-15T19:45:06.732Z Compiling bindgen v0.69.5
16252024-11-15T19:45:06.940Z Compiling subtle v2.6.1
16262024-11-15T19:45:07.136Z Compiling allocator-api2 v0.2.18
16272024-11-15T19:45:07.272Z Compiling itertools v0.12.1
16282024-11-15T19:45:07.284Z Compiling semver v1.0.23
16292024-11-15T19:45:07.720Z Compiling regex-automata v0.4.8
16302024-11-15T19:45:07.930Z Compiling rustc-hash v1.1.0
16312024-11-15T19:45:08.088Z Compiling smallvec v1.13.2
16322024-11-15T19:45:08.189Z Compiling lazycell v1.3.0
16332024-11-15T19:45:08.357Z Compiling cmake v0.1.51
16342024-11-15T19:45:08.767Z Compiling fs_extra v1.3.0
16352024-11-15T19:45:09.244Z Compiling dunce v1.0.5
16362024-11-15T19:45:09.911Z Compiling cexpr v0.6.0
16372024-11-15T19:45:10.102Z Compiling pkg-config v0.3.31
16382024-11-15T19:45:10.105Z Compiling ring v0.17.8
16392024-11-15T19:45:10.491Z Compiling ryu v1.0.18
16402024-11-15T19:45:10.722Z Compiling pin-project-lite v0.2.14
16412024-11-15T19:45:10.781Z Compiling paste v1.0.15
16422024-11-15T19:45:10.857Z Compiling const-oid v0.9.6
16432024-11-15T19:45:11.118Z Compiling synstructure v0.13.1
16442024-11-15T19:45:11.660Z Compiling equivalent v1.0.1
16452024-11-15T19:45:11.729Z Compiling httparse v1.9.5
16462024-11-15T19:45:11.780Z Compiling foldhash v0.1.3
16472024-11-15T19:45:12.062Z Compiling aws-lc-rs v1.10.0
16482024-11-15T19:45:12.364Z Compiling hashbrown v0.15.0
16492024-11-15T19:45:12.537Z Compiling heck v0.5.0
16502024-11-15T19:45:12.977Z Compiling schemars v0.8.21
16512024-11-15T19:45:13.316Z Compiling regex v1.11.1
16522024-11-15T19:45:13.497Z Compiling serde_derive_internals v0.29.1
16532024-11-15T19:45:13.727Z Compiling signal-hook-registry v1.4.2
16542024-11-15T19:45:13.974Z Compiling parking_lot v0.12.3
16552024-11-15T19:45:14.126Z Compiling mio v1.0.2
16562024-11-15T19:45:15.769Z Compiling stable_deref_trait v1.2.0
16572024-11-15T19:45:15.884Z Compiling crossbeam-utils v0.8.20
16582024-11-15T19:45:15.950Z Compiling socket2 v0.5.7
16592024-11-15T19:45:16.011Z Compiling num-conv v0.1.0
16602024-11-15T19:45:16.423Z Compiling futures-core v0.3.31
16612024-11-15T19:45:16.550Z Compiling serde_derive v1.0.215
16622024-11-15T19:45:16.695Z Compiling zeroize_derive v1.4.2
16632024-11-15T19:45:16.782Z Compiling zerocopy-derive v0.7.35
16642024-11-15T19:45:17.386Z Compiling thiserror-impl v1.0.69
16652024-11-15T19:45:17.549Z Compiling tokio-macros v2.4.0
16662024-11-15T19:45:17.921Z Compiling zerofrom-derive v0.1.4
16672024-11-15T19:45:18.123Z Compiling zeroize v1.8.1
16682024-11-15T19:45:18.479Z Compiling yoke-derive v0.7.4
16692024-11-15T19:45:18.682Z Compiling futures-macro v0.3.31
16702024-11-15T19:45:18.767Z Compiling zerovec-derive v0.10.3
16712024-11-15T19:45:19.015Z Compiling zerocopy v0.7.35
16722024-11-15T19:45:20.060Z Compiling displaydoc v0.2.5
16732024-11-15T19:45:20.592Z Compiling crypto-common v0.1.6
16742024-11-15T19:45:20.643Z Compiling tracing-attributes v0.1.27
16752024-11-15T19:45:20.807Z Compiling icu_provider_macros v1.5.0
16762024-11-15T19:45:21.137Z Compiling block-buffer v0.10.4
16772024-11-15T19:45:21.386Z Compiling digest v0.10.7
16782024-11-15T19:45:21.388Z Compiling schemars_derive v0.8.21
16792024-11-15T19:45:21.540Z Compiling der_derive v0.7.3
16802024-11-15T19:45:21.827Z Compiling time-core v0.1.2
16812024-11-15T19:45:22.017Z Compiling time-macros v0.2.18
16822024-11-15T19:45:22.247Z Compiling vcpkg v0.2.15
16832024-11-15T19:45:22.461Z Compiling fnv v1.0.7
16842024-11-15T19:45:23.858Z Compiling openssl-sys v0.9.104
16852024-11-15T19:45:24.745Z Compiling cpufeatures v0.2.14
16862024-11-15T19:45:24.783Z Compiling futures-sink v0.3.31
16872024-11-15T19:45:24.934Z Compiling slog v2.7.0
16882024-11-15T19:45:24.971Z Compiling ahash v0.8.11
16892024-11-15T19:45:25.039Z Compiling syn v1.0.109
16902024-11-15T19:45:25.508Z Compiling zerofrom v0.1.4
16912024-11-15T19:45:25.737Z Compiling scroll_derive v0.12.0
16922024-11-15T19:45:25.781Z Compiling ucd-trie v0.1.7
16932024-11-15T19:45:25.948Z Compiling iana-time-zone v0.1.61
16942024-11-15T19:45:26.220Z Compiling pest v2.7.14
16952024-11-15T19:45:26.297Z Compiling yoke v0.7.4
16962024-11-15T19:45:26.710Z Compiling futures-channel v0.3.31
16972024-11-15T19:45:27.144Z Compiling hmac v0.12.1
16982024-11-15T19:45:27.180Z Compiling futures-io v0.3.31
16992024-11-15T19:45:27.392Z Compiling futures-task v0.3.31
17002024-11-15T19:45:27.436Z Compiling pin-utils v0.1.0
17012024-11-15T19:45:27.700Z Compiling openssl v0.10.68
17022024-11-15T19:45:27.757Z Compiling futures-util v0.3.31
17032024-11-15T19:45:28.095Z Compiling zerovec v0.10.4
17042024-11-15T19:45:28.231Z Compiling block-padding v0.3.3
17052024-11-15T19:45:28.621Z Compiling tinyvec_macros v0.1.1
17062024-11-15T19:45:28.714Z Compiling pest_meta v2.7.14
17072024-11-15T19:45:29.505Z Compiling tinyvec v1.8.0
17082024-11-15T19:45:30.091Z Compiling bitflags v2.6.0
17092024-11-15T19:45:30.127Z Compiling bytes v1.8.0
17102024-11-15T19:45:32.029Z Compiling indexmap v2.6.0
17112024-11-15T19:45:32.806Z Compiling tokio v1.40.0
17122024-11-15T19:45:33.459Z Compiling serde_tokenstream v0.2.2
17132024-11-15T19:45:33.979Z Compiling http v1.1.0
17142024-11-15T19:45:34.020Z Compiling uuid v1.11.0
17152024-11-15T19:45:34.587Z Compiling which v4.4.2
17162024-11-15T19:45:35.307Z Compiling rustc_version v0.4.1
17172024-11-15T19:45:35.721Z Compiling chrono v0.4.38
17182024-11-15T19:45:38.191Z Compiling pest_generator v2.7.14
17192024-11-15T19:45:38.628Z Compiling serde_spanned v0.6.8
17202024-11-15T19:45:38.862Z Compiling toml_datetime v0.6.8
17212024-11-15T19:45:39.356Z Compiling inout v0.1.3
17222024-11-15T19:45:39.951Z Compiling openssl-macros v0.1.1
17232024-11-15T19:45:40.771Z Compiling native-tls v0.2.12
17242024-11-15T19:45:41.124Z Compiling rustls v0.23.14
17252024-11-15T19:45:41.996Z Compiling pest_derive v2.7.14
17262024-11-15T19:45:42.668Z Compiling cipher v0.4.4
17272024-11-15T19:45:42.735Z Compiling unicode-normalization v0.1.24
17282024-11-15T19:45:42.738Z Compiling tinystr v0.7.6
17292024-11-15T19:45:43.110Z Compiling sha2 v0.10.8
17302024-11-15T19:45:43.160Z Compiling tracing-core v0.1.32
17312024-11-15T19:45:43.185Z Compiling usdt-impl v0.5.0
17322024-11-15T19:45:43.518Z Compiling unicode-bidi v0.3.17
17332024-11-15T19:45:43.828Z Compiling litemap v0.7.3
17342024-11-15T19:45:43.891Z Compiling writeable v0.5.5
17352024-11-15T19:45:44.129Z Compiling dyn-clone v1.0.17
17362024-11-15T19:45:44.230Z Compiling base64ct v1.6.0
17372024-11-15T19:45:44.393Z Compiling icu_locid v1.5.0
17382024-11-15T19:45:44.739Z Compiling pem-rfc7468 v0.7.0
17392024-11-15T19:45:44.791Z Compiling tracing v0.1.40
17402024-11-15T19:45:45.652Z Compiling scroll v0.12.0
17412024-11-15T19:45:45.910Z Compiling ppv-lite86 v0.2.20
17422024-11-15T19:45:46.244Z Compiling async-trait v0.1.83
17432024-11-15T19:45:46.742Z Compiling cookie v0.18.1
17442024-11-15T19:45:46.796Z Compiling anyhow v1.0.93
17452024-11-15T19:45:47.339Z Compiling flagset v0.4.6
17462024-11-15T19:45:48.014Z Compiling camino v1.1.9
17472024-11-15T19:45:48.652Z Compiling aws-lc-sys v0.22.0
17482024-11-15T19:45:48.715Z Compiling plain v0.2.3
17492024-11-15T19:45:48.881Z Compiling goblin v0.8.2
17502024-11-15T19:45:52.804Z Compiling der v0.7.9
17512024-11-15T19:45:54.327Z Compiling rand_chacha v0.3.1
17522024-11-15T19:45:55.739Z Compiling icu_provider v1.5.0
17532024-11-15T19:45:56.548Z Compiling pretty-hex v0.4.1
17542024-11-15T19:45:56.729Z Compiling rustls v0.22.4
17552024-11-15T19:45:56.754Z Compiling rustls-pki-types v1.9.0
17562024-11-15T19:45:56.992Z Compiling untrusted v0.7.1
17572024-11-15T19:45:57.430Z Compiling rayon-core v1.12.1
17582024-11-15T19:45:57.707Z Compiling icu_locid_transform_data v1.5.0
17592024-11-15T19:45:57.729Z Compiling percent-encoding v2.3.1
17602024-11-15T19:45:58.031Z Compiling icu_locid_transform v1.5.0
17612024-11-15T19:45:58.113Z Compiling dof v0.3.0
17622024-11-15T19:45:58.497Z Compiling spki v0.7.3
17632024-11-15T19:45:58.839Z Compiling rand v0.8.5
17642024-11-15T19:45:59.475Z Compiling salsa20 v0.10.2
17652024-11-15T19:45:59.550Z Compiling dtrace-parser v0.2.0
17662024-11-15T19:45:59.703Z Compiling tokio-util v0.7.12
17672024-11-15T19:46:00.230Z Compiling icu_collections v1.5.0
17682024-11-15T19:46:00.417Z Compiling pbkdf2 v0.12.2
17692024-11-15T19:46:01.120Z Compiling thread-id v4.2.2
17702024-11-15T19:46:01.239Z Compiling untrusted v0.9.0
17712024-11-15T19:46:01.312Z Compiling powerfmt v0.2.0
17722024-11-15T19:46:01.436Z Compiling mirai-annotations v1.12.0
17732024-11-15T19:46:01.543Z Compiling icu_properties_data v1.5.0
17742024-11-15T19:46:01.665Z Compiling winnow v0.5.40
17752024-11-15T19:46:01.776Z Compiling icu_properties v1.5.1
17762024-11-15T19:46:01.796Z Compiling deranged v0.3.11
17772024-11-15T19:46:05.406Z Compiling toml_edit v0.19.15
17782024-11-15T19:46:06.421Z Compiling scrypt v0.11.0
17792024-11-15T19:46:06.793Z Compiling cbc v0.1.2
17802024-11-15T19:46:06.891Z Compiling aes v0.8.4
17812024-11-15T19:46:07.012Z Compiling multer v3.1.0
17822024-11-15T19:46:07.311Z Compiling rustversion v1.0.17
17832024-11-15T19:46:07.539Z Compiling num_threads v0.1.7
17842024-11-15T19:46:07.663Z Compiling icu_normalizer_data v1.5.0
17852024-11-15T19:46:07.768Z Compiling utf16_iter v1.0.5
17862024-11-15T19:46:07.900Z Compiling atomic-waker v1.1.2
17872024-11-15T19:46:07.961Z Compiling slog-async v2.8.0
17882024-11-15T19:46:08.227Z Compiling utf8_iter v1.0.4
17892024-11-15T19:46:08.469Z Compiling write16 v1.0.0
17902024-11-15T19:46:08.519Z Compiling time v0.3.36
17912024-11-15T19:46:08.602Z Compiling icu_normalizer v1.5.0
17922024-11-15T19:46:10.318Z Compiling pkcs5 v0.7.1
17932024-11-15T19:46:11.967Z Compiling form_urlencoded v1.2.1
17942024-11-15T19:46:12.465Z Compiling http-body v1.0.1
17952024-11-15T19:46:12.603Z Compiling heapless v0.7.17
17962024-11-15T19:46:13.149Z Compiling bzip2-sys v0.1.11+1.0.8
17972024-11-15T19:46:13.829Z Compiling try-lock v0.2.5
17982024-11-15T19:46:14.110Z Compiling signal-hook v0.3.17
17992024-11-15T19:46:14.758Z Compiling want v0.3.1
18002024-11-15T19:46:16.116Z Compiling pkcs8 v0.10.2
18012024-11-15T19:46:16.799Z Compiling idna_adapter v1.2.0
18022024-11-15T19:46:17.029Z Compiling h2 v0.4.6
18032024-11-15T19:46:17.314Z Compiling usdt-macro v0.5.0
18042024-11-15T19:46:18.617Z Compiling usdt-attr-macro v0.5.0
18052024-11-15T19:46:19.585Z Compiling async-stream-impl v0.3.6
18062024-11-15T19:46:19.795Z Compiling httpdate v1.0.3
18072024-11-15T19:46:20.085Z Compiling adler2 v2.0.0
18082024-11-15T19:46:20.195Z Compiling strsim v0.11.1
18092024-11-15T19:46:20.897Z Compiling miniz_oxide v0.8.0
18102024-11-15T19:46:21.341Z Compiling idna v1.0.3
18112024-11-15T19:46:22.810Z Compiling curve25519-dalek v4.1.3
18122024-11-15T19:46:23.209Z Compiling openapiv3 v2.0.0
18132024-11-15T19:46:24.087Z Compiling hyper v1.5.0
18142024-11-15T19:46:24.519Z Compiling enum-as-inner v0.6.1
18152024-11-15T19:46:26.909Z Compiling dropshot v0.12.0
18162024-11-15T19:46:27.202Z Compiling tower-service v0.3.3
18172024-11-15T19:46:27.337Z Compiling base64 v0.22.1
18182024-11-15T19:46:27.409Z Compiling num-bigint-dig v0.8.4
18192024-11-15T19:46:27.687Z Compiling smoltcp v0.9.1
18202024-11-15T19:46:27.794Z Compiling match_cfg v0.1.0
18212024-11-15T19:46:27.895Z Compiling portable-atomic v1.9.0
18222024-11-15T19:46:28.205Z Compiling foreign-types-shared v0.1.1
18232024-11-15T19:46:28.313Z Compiling foreign-types v0.3.2
18242024-11-15T19:46:28.418Z Compiling hyper-util v0.1.10
18252024-11-15T19:46:28.747Z Compiling hostname v0.3.1
18262024-11-15T19:46:34.513Z Compiling url v2.5.3
18272024-11-15T19:46:36.721Z Compiling dirs-sys-next v0.1.2
18282024-11-15T19:46:36.773Z Compiling gimli v0.31.1
18292024-11-15T19:46:37.243Z Compiling heck v0.4.1
18302024-11-15T19:46:37.340Z Compiling data-encoding v2.6.0
18312024-11-15T19:46:37.531Z Compiling siphasher v0.3.11
18322024-11-15T19:46:37.751Z Compiling dirs-next v2.0.0
18332024-11-15T19:46:39.019Z Compiling http-body-util v0.1.2
18342024-11-15T19:46:40.437Z Compiling crossbeam-epoch v0.9.18
18352024-11-15T19:46:41.217Z Compiling hubpack_derive v0.1.1
18362024-11-15T19:46:42.048Z Compiling addr2line v0.24.2
18372024-11-15T19:46:42.659Z Compiling dropshot_endpoint v0.12.0
18382024-11-15T19:46:43.007Z Compiling sha1 v0.10.6
18392024-11-15T19:46:43.415Z Compiling signature v2.2.0
18402024-11-15T19:46:43.647Z Compiling zerocopy-derive v0.6.6
18412024-11-15T19:46:43.700Z Compiling curve25519-dalek-derive v0.1.1
18422024-11-15T19:46:45.064Z Compiling object v0.36.5
18432024-11-15T19:46:45.532Z Compiling thread_local v1.1.8
18442024-11-15T19:46:45.977Z Compiling fs-err v2.11.0
18452024-11-15T19:46:46.016Z Compiling encoding_rs v0.8.34
18462024-11-15T19:46:54.295Z Compiling winnow v0.6.20
18472024-11-15T19:46:54.472Z Compiling unicode-properties v0.1.3
18482024-11-15T19:46:54.888Z Compiling anstyle v1.0.10
18492024-11-15T19:46:55.338Z Compiling openssl-probe v0.1.5
18502024-11-15T19:46:55.658Z Compiling mime v0.3.17
18512024-11-15T19:46:56.937Z Compiling ipnet v2.10.1
18522024-11-15T19:46:57.310Z Compiling rustc-demangle v0.1.24
18532024-11-15T19:46:57.715Z Compiling utf8parse v0.2.2
18542024-11-15T19:46:57.875Z Compiling anstyle-parse v0.2.5
18552024-11-15T19:46:57.985Z Compiling backtrace v0.3.74
18562024-11-15T19:46:58.056Z Compiling toml_edit v0.22.22
18572024-11-15T19:46:58.763Z Compiling stringprep v0.1.5
18582024-11-15T19:47:02.424Z Compiling rustls-webpki v0.102.8
18592024-11-15T19:47:05.408Z Compiling crossbeam-deque v0.8.5
18602024-11-15T19:47:06.462Z Compiling term v0.7.0
18612024-11-15T19:47:07.722Z Compiling slog-json v2.6.1
18622024-11-15T19:47:09.044Z Compiling serde_urlencoded v0.7.1
18632024-11-15T19:47:09.704Z Compiling crossbeam-channel v0.5.13
18642024-11-15T19:47:10.141Z Compiling rustls-pemfile v2.2.0
18652024-11-15T19:47:10.713Z Compiling hashbrown v0.14.5
18662024-11-15T19:47:11.466Z Compiling idna v0.4.0
18672024-11-15T19:47:12.127Z Compiling idna v0.3.0
18682024-11-15T19:47:12.895Z Compiling futures-executor v0.3.31
18692024-11-15T19:47:13.572Z Compiling num-integer v0.1.46
18702024-11-15T19:47:13.632Z Compiling md-5 v0.10.6
18712024-11-15T19:47:13.816Z Compiling ff v0.13.0
18722024-11-15T19:47:13.878Z Compiling hash32 v0.2.1
18732024-11-15T19:47:14.057Z Compiling is-terminal v0.4.13
18742024-11-15T19:47:14.198Z Compiling memmap v0.7.0
18752024-11-15T19:47:14.271Z Compiling base16ct v0.2.0
18762024-11-15T19:47:14.514Z Compiling utf-8 v0.7.6
18772024-11-15T19:47:14.563Z Compiling psl-types v2.0.11
18782024-11-15T19:47:14.770Z Compiling anstyle-query v1.1.1
18792024-11-15T19:47:14.955Z Compiling linked-hash-map v0.5.6
18802024-11-15T19:47:16.716Z Compiling colorchoice v1.0.2
18812024-11-15T19:47:16.837Z Compiling is_terminal_polyfill v1.70.1
18822024-11-15T19:47:16.904Z Compiling quick-error v1.2.3
18832024-11-15T19:47:16.949Z Compiling fallible-iterator v0.2.0
18842024-11-15T19:47:17.044Z Compiling take_mut v0.2.2
18852024-11-15T19:47:17.676Z Compiling postgres-protocol v0.6.7
18862024-11-15T19:47:17.791Z Compiling resolv-conf v0.7.0
18872024-11-15T19:47:18.237Z Compiling anstream v0.6.15
18882024-11-15T19:47:18.855Z Compiling lru-cache v0.1.2
18892024-11-15T19:47:18.919Z Compiling publicsuffix v2.2.3
18902024-11-15T19:47:19.047Z Compiling tungstenite v0.24.0
18912024-11-15T19:47:19.176Z Compiling sec1 v0.7.3
18922024-11-15T19:47:19.513Z Compiling usdt v0.5.0
18932024-11-15T19:47:19.984Z Compiling slog-term v2.9.1
18942024-11-15T19:47:21.011Z Compiling num-iter v0.1.45
18952024-11-15T19:47:21.029Z Compiling group v0.13.0
18962024-11-15T19:47:21.073Z Compiling futures v0.3.31
18972024-11-15T19:47:21.208Z Compiling hickory-proto v0.24.1
18982024-11-15T19:47:21.211Z Compiling regress v0.10.1
18992024-11-15T19:47:23.117Z Compiling tokio-rustls v0.26.0
19002024-11-15T19:47:24.471Z Compiling tokio-rustls v0.25.0
19012024-11-15T19:47:24.916Z Compiling slog-bunyan v2.5.0
19022024-11-15T19:47:25.124Z Compiling toml v0.8.19
19032024-11-15T19:47:25.418Z Compiling tokio-native-tls v0.3.1
19042024-11-15T19:47:25.442Z Compiling phf_shared v0.11.2
19052024-11-15T19:47:25.709Z Compiling strum_macros v0.25.3
19062024-11-15T19:47:25.976Z Compiling async-stream v0.3.6
19072024-11-15T19:47:26.037Z Compiling waitgroup v0.1.2
19082024-11-15T19:47:26.268Z Compiling webpki-roots v0.26.6
19092024-11-15T19:47:26.755Z Compiling idna v0.5.0
19102024-11-15T19:47:26.867Z Compiling terminal_size v0.4.0
19112024-11-15T19:47:27.092Z Compiling serde_path_to_error v0.1.16
19122024-11-15T19:47:27.445Z Compiling hkdf v0.12.4
19132024-11-15T19:47:28.078Z Compiling crypto-bigint v0.5.5
19142024-11-15T19:47:28.192Z Compiling derive-where v1.2.7
19152024-11-15T19:47:28.336Z Compiling serde_repr v0.1.19
19162024-11-15T19:47:29.175Z Compiling clap_derive v4.5.18
19172024-11-15T19:47:29.422Z Compiling hostname v0.4.0
19182024-11-15T19:47:29.652Z Compiling crc32fast v1.4.2
19192024-11-15T19:47:29.977Z Compiling clap_lex v0.7.2
19202024-11-15T19:47:30.378Z Compiling bitflags v1.3.2
19212024-11-15T19:47:30.491Z Compiling managed v0.8.0
19222024-11-15T19:47:30.586Z Compiling unicode-width v0.1.14
19232024-11-15T19:47:30.949Z Compiling debug-ignore v1.0.5
19242024-11-15T19:47:31.645Z Compiling console v0.15.8
19252024-11-15T19:47:32.232Z Compiling elliptic-curve v0.13.8
19262024-11-15T19:47:34.334Z Compiling clap_builder v4.5.21
19272024-11-15T19:47:34.915Z Compiling flate2 v1.0.34
19282024-11-15T19:47:35.156Z Compiling cookie_store v0.21.0
19292024-11-15T19:47:36.141Z Compiling hickory-resolver v0.24.1
19302024-11-15T19:47:36.579Z Compiling hyper-rustls v0.27.3
19312024-11-15T19:47:41.488Z Compiling phf v0.11.2
19322024-11-15T19:47:41.553Z Compiling hyper-tls v0.6.0
19332024-11-15T19:47:41.832Z Compiling signal-hook-mio v0.2.4
19342024-11-15T19:47:41.951Z Compiling typify-impl v0.2.0
19352024-11-15T19:47:41.987Z Compiling bzip2 v0.4.4
19362024-11-15T19:47:42.094Z Compiling rayon v1.10.0
19372024-11-15T19:47:42.287Z Compiling tokio-tungstenite v0.24.0
19382024-11-15T19:47:42.673Z Compiling postgres-types v0.2.8
19392024-11-15T19:47:42.837Z Compiling zerocopy v0.6.6
19402024-11-15T19:47:42.857Z Compiling ed25519 v2.2.3
19412024-11-15T19:47:43.033Z Compiling hubpack v0.1.2
19422024-11-15T19:47:43.307Z Compiling phf_shared v0.10.0
19432024-11-15T19:47:43.474Z Compiling pkcs1 v0.7.5
19442024-11-15T19:47:43.718Z Compiling tokio-stream v0.1.16
19452024-11-15T19:47:44.736Z Compiling serde-big-array v0.5.1
19462024-11-15T19:47:44.835Z Compiling rfc6979 v0.4.0
19472024-11-15T19:47:44.979Z Compiling float-cmp v0.9.0
19482024-11-15T19:47:45.033Z Compiling sync_wrapper v1.0.1
19492024-11-15T19:47:45.191Z Compiling bstr v1.10.0
19502024-11-15T19:47:46.256Z Compiling number_prefix v0.4.0
19512024-11-15T19:47:46.488Z Compiling unicode-width v0.2.0
19522024-11-15T19:47:46.838Z Compiling static_assertions v1.1.0
19532024-11-15T19:47:47.012Z Compiling fixedbitset v0.4.2
19542024-11-15T19:47:47.029Z Compiling bit-vec v0.6.3
19552024-11-15T19:47:47.223Z Compiling new_debug_unreachable v1.0.6
19562024-11-15T19:47:47.327Z Compiling unicode-segmentation v1.12.0
19572024-11-15T19:47:47.431Z Compiling whoami v1.5.2
19582024-11-15T19:47:47.450Z Compiling precomputed-hash v0.1.1
19592024-11-15T19:47:47.575Z Compiling difflib v0.4.0
19602024-11-15T19:47:47.995Z Compiling predicates-core v1.0.8
19612024-11-15T19:47:48.150Z Compiling normalize-line-endings v0.3.0
19622024-11-15T19:47:48.283Z Compiling predicates v3.1.2
19632024-11-15T19:47:48.311Z Compiling similar v2.6.0
19642024-11-15T19:47:48.824Z Compiling tokio-postgres v0.7.12
19652024-11-15T19:47:49.788Z Compiling string_cache v0.8.7
19662024-11-15T19:47:50.228Z Compiling bit-set v0.5.3
19672024-11-15T19:47:50.321Z Compiling petgraph v0.6.5
19682024-11-15T19:47:50.513Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19692024-11-15T19:47:50.690Z Compiling indicatif v0.17.9
19702024-11-15T19:47:52.920Z Compiling reqwest v0.12.9
19712024-11-15T19:47:53.771Z Compiling typify-macro v0.2.0
19722024-11-15T19:47:54.287Z Compiling ecdsa v0.16.9
19732024-11-15T19:47:55.164Z Compiling qorb v0.2.0
19742024-11-15T19:47:57.032Z Compiling rsa v0.9.6
19752024-11-15T19:47:57.073Z Compiling ed25519-dalek v2.1.1
19762024-11-15T19:47:57.610Z Compiling zip v0.6.6
19772024-11-15T19:47:57.903Z Compiling crossterm v0.28.1
19782024-11-15T19:47:58.017Z Compiling clap v4.5.21
19792024-11-15T19:47:58.909Z Compiling toml v0.7.8
19802024-11-15T19:48:00.296Z Compiling x509-cert v0.2.5
19812024-11-15T19:48:00.700Z Compiling hex v0.4.3
19822024-11-15T19:48:01.491Z Compiling itertools v0.10.5
19832024-11-15T19:48:01.649Z Compiling unicode-xid v0.2.6
19842024-11-15T19:48:02.026Z Compiling peg-runtime v0.8.3
19852024-11-15T19:48:02.573Z Compiling lalrpop-util v0.19.12
19862024-11-15T19:48:04.766Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19872024-11-15T19:48:08.709Z Compiling proc-macro-crate v1.3.1
19882024-11-15T19:48:08.799Z Compiling ipnetwork v0.20.0
19892024-11-15T19:48:10.598Z Compiling heapless v0.8.0
19902024-11-15T19:48:13.253Z Compiling num_enum_derive v0.5.11
19912024-11-15T19:48:22.840Z Compiling hash32 v0.3.1
19922024-11-15T19:48:23.217Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19932024-11-15T19:48:23.630Z Compiling ident_case v1.0.1
19942024-11-15T19:48:24.344Z Compiling smoltcp v0.11.0
19952024-11-15T19:48:26.706Z Compiling darling_core v0.20.10
19962024-11-15T19:48:31.076Z Compiling num_enum v0.5.11
19972024-11-15T19:48:31.800Z Compiling typify v0.2.0
19982024-11-15T19:48:32.892Z Compiling proc-macro-error-attr v1.0.4
19992024-11-15T19:48:33.415Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20002024-11-15T19:48:33.712Z Compiling cobs v0.2.3
20012024-11-15T19:48:33.923Z Compiling unsafe-libyaml v0.2.11
20022024-11-15T19:48:34.167Z Compiling postcard v1.0.10
20032024-11-15T19:48:35.155Z Compiling darling_macro v0.20.10
20042024-11-15T19:48:35.710Z Compiling serde_yaml v0.9.34+deprecated
20052024-11-15T19:48:50.938Z Compiling progenitor-impl v0.8.0
20062024-11-15T19:49:02.910Z Compiling strum_macros v0.26.4
20072024-11-15T19:49:04.378Z Compiling structmeta-derive v0.3.0
20082024-11-15T19:49:04.430Z Compiling foreign-types-macros v0.2.3
20092024-11-15T19:49:04.632Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20102024-11-15T19:49:04.788Z Compiling proc-macro-error v1.0.4
20112024-11-15T19:49:05.053Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20122024-11-15T19:49:05.643Z Compiling foreign-types-shared v0.3.1
20132024-11-15T19:49:06.192Z Compiling newtype-uuid v1.1.3
20142024-11-15T19:49:06.968Z Compiling structmeta v0.3.0
20152024-11-15T19:49:07.317Z Compiling strum v0.26.3
20162024-11-15T19:49:10.583Z Compiling foreign-types v0.5.0
20172024-11-15T19:49:11.061Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20182024-11-15T19:49:15.164Z Compiling progenitor-macro v0.8.0
20192024-11-15T19:49:20.050Z Compiling darling v0.20.10
20202024-11-15T19:49:21.144Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20212024-11-15T19:49:21.348Z Compiling progenitor-client v0.8.0
20222024-11-15T19:49:22.313Z Compiling tabwriter v1.4.0
20232024-11-15T19:49:24.821Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20242024-11-15T19:49:25.511Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20252024-11-15T19:49:25.589Z Compiling cstr-argument v0.1.2
20262024-11-15T19:49:25.853Z Compiling dropshot v0.13.0
20272024-11-15T19:49:26.364Z Compiling crucible-workspace-hack v0.1.0
20282024-11-15T19:49:26.644Z Compiling pretty-hex v0.2.1
20292024-11-15T19:49:26.874Z Compiling fastrand v2.1.1
20302024-11-15T19:49:27.420Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20312024-11-15T19:49:27.734Z Compiling tempfile v3.13.0
20322024-11-15T19:49:28.061Z Compiling progenitor v0.8.0
20332024-11-15T19:49:28.102Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20342024-11-15T19:49:28.421Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20352024-11-15T19:49:28.457Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20362024-11-15T19:49:28.648Z Compiling serde_with_macros v3.11.0
20372024-11-15T19:49:29.315Z Compiling parse-display-derive v0.10.0
20382024-11-15T19:49:29.416Z Compiling colored v2.1.0
20392024-11-15T19:49:29.607Z Compiling dropshot_endpoint v0.13.0
20402024-11-15T19:49:30.683Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20412024-11-15T19:49:31.190Z Compiling instant v0.1.13
20422024-11-15T19:49:31.386Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20432024-11-15T19:49:31.446Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20442024-11-15T19:49:31.682Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20452024-11-15T19:49:31.798Z Compiling backoff v0.4.0
20462024-11-15T19:49:31.816Z Compiling serde_with v3.11.0
20472024-11-15T19:49:33.130Z Compiling parse-display v0.10.0
20482024-11-15T19:49:34.121Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20492024-11-15T19:49:34.647Z Compiling zone_cfg_derive v0.3.0
20502024-11-15T19:49:34.710Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20512024-11-15T19:49:35.053Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20522024-11-15T19:49:35.561Z Compiling camino-tempfile v1.1.1
20532024-11-15T19:49:35.977Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20542024-11-15T19:49:36.066Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20552024-11-15T19:49:36.298Z Compiling regress v0.9.1
20562024-11-15T19:49:36.318Z Compiling macaddr v1.0.1
20572024-11-15T19:49:36.500Z Compiling num-derive v0.4.2
20582024-11-15T19:49:36.962Z Compiling sigpipe v0.1.3
20592024-11-15T19:49:37.109Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20602024-11-15T19:49:37.399Z Compiling libefi-sys v0.1.0
20612024-11-15T19:49:37.783Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20622024-11-15T19:49:38.727Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20632024-11-15T19:49:40.268Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20642024-11-15T19:49:40.832Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20652024-11-15T19:49:41.042Z Compiling zone v0.3.0
20662024-11-15T19:49:41.695Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20672024-11-15T19:49:44.402Z Compiling smf v0.2.3
20682024-11-15T19:49:44.769Z Compiling bitfield-struct v0.6.2
20692024-11-15T19:49:44.848Z Compiling ring v0.16.20
20702024-11-15T19:49:45.887Z Compiling blake3 v1.5.4
20712024-11-15T19:49:45.971Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20722024-11-15T19:49:46.167Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20732024-11-15T19:49:47.013Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20742024-11-15T19:49:47.163Z Compiling xattr v1.3.1
20752024-11-15T19:49:47.381Z Compiling filetime v0.2.25
20762024-11-15T19:49:47.485Z Compiling memmap2 v0.9.5
20772024-11-15T19:49:47.765Z Compiling spin v0.5.2
20782024-11-15T19:49:48.056Z Compiling same-file v1.0.6
20792024-11-15T19:49:48.072Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20802024-11-15T19:49:48.176Z Compiling arrayref v0.3.9
20812024-11-15T19:49:48.202Z Compiling arrayvec v0.7.6
20822024-11-15T19:49:48.292Z Compiling constant_time_eq v0.3.1
20832024-11-15T19:49:48.339Z Compiling walkdir v2.5.0
20842024-11-15T19:49:48.481Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20852024-11-15T19:49:49.986Z Compiling tar v0.4.43
20862024-11-15T19:49:51.205Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20872024-11-15T19:49:51.400Z Compiling gethostname v0.5.0
20882024-11-15T19:49:51.617Z Compiling cargo-platform v0.1.8
20892024-11-15T19:49:51.636Z Compiling topological-sort v0.2.2
20902024-11-15T19:49:52.048Z Compiling cargo_metadata v0.18.1
20912024-11-15T19:49:56.088Z Compiling omicron-zone-package v0.11.1
20922024-11-15T19:49:59.292Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20932024-11-15T19:50:01.819Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20942024-11-15T19:50:04.742Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20952024-11-15T19:50:21.736Z Finished `release` profile [optimized] target(s) in 5m 21s
20962024-11-15T19:50:21.894Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20972024-11-15T19:50:21.939ZLogging to: /work/oxidecomputer/omicron/out/LOG
20982024-11-15T19:50:21.942ZCreated new build target 'test' and set it as active
20992024-11-15T19:50:21.942Z
21002024-11-15T19:50:21.942Zreal 5:21.775433073
21012024-11-15T19:50:21.942Zuser 36:16.111098868
21022024-11-15T19:50:21.942Zsys 4:49.444103802
21032024-11-15T19:50:21.942Ztrap 1.046269021
21042024-11-15T19:50:21.942Ztflt 3.162281586
21052024-11-15T19:50:21.942Zdflt 0.655973513
21062024-11-15T19:50:21.942Zkflt 0.000418078
21072024-11-15T19:50:21.942Zlock 1:16:11.246880603
21082024-11-15T19:50:21.942Zslp 2:31:36.854547701
21092024-11-15T19:50:21.942Zlat 2:31.854788021
21102024-11-15T19:50:21.942Zstop 4:22.759127315
21112024-11-15T19:50:21.942Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21122024-11-15T19:50:22.887Z Finished `release` profile [optimized] target(s) in 0.89s
21132024-11-15T19:50:22.944Z Running `target/release/omicron-package -t test package`
21142024-11-15T19:50:22.988ZLogging to: /work/oxidecomputer/omicron/out/LOG
21152024-11-15T19:50:24.099Z Compiling convert_case v0.4.0
21162024-11-15T19:50:24.099Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21172024-11-15T19:50:24.102Z Compiling itertools v0.13.0
21182024-11-15T19:50:24.102Z Compiling password-hash v0.5.0
21192024-11-15T19:50:24.102Z Compiling blake2 v0.10.6
21202024-11-15T19:50:24.102Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21212024-11-15T19:50:24.102Z Compiling newline-converter v0.3.0
21222024-11-15T19:50:24.243Z Compiling owo-colors v4.1.0
21232024-11-15T19:50:24.498Z Compiling cancel-safe-futures v0.1.5
21242024-11-15T19:50:24.523Z Compiling expectorate v1.1.0
21252024-11-15T19:50:24.728Z Compiling libsw v3.3.1
21262024-11-15T19:50:24.831Z Compiling argon2 v0.5.3
21272024-11-15T19:50:24.916Z Compiling derive_more v0.99.18
21282024-11-15T19:50:25.074Z Compiling indent_write v2.2.0
21292024-11-15T19:50:25.307Z Compiling swrite v0.1.0
21302024-11-15T19:50:25.451Z Compiling linear-map v1.2.0
21312024-11-15T19:50:25.499Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21322024-11-15T19:50:25.802Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21332024-11-15T19:50:25.889Z Compiling progenitor-client v0.8.0
21342024-11-15T19:50:26.414Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21352024-11-15T19:50:26.434Z Compiling base64 v0.21.7
21362024-11-15T19:50:26.453Z Compiling progenitor v0.8.0
21372024-11-15T19:50:26.730Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21382024-11-15T19:50:27.248Z Compiling atomicwrites v0.4.4
21392024-11-15T19:50:27.456Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21402024-11-15T19:50:27.527Z Compiling num-rational v0.4.2
21412024-11-15T19:50:27.792Z Compiling num-complex v0.4.6
21422024-11-15T19:50:27.811Z Compiling float-ord v0.3.2
21432024-11-15T19:50:27.998Z Compiling semver v0.1.20
21442024-11-15T19:50:28.593Z Compiling rustc_version v0.1.7
21452024-11-15T19:50:29.018Z Compiling num v0.4.3
21462024-11-15T19:50:29.112Z Compiling newtype_derive v0.1.6
21472024-11-15T19:50:29.148Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21482024-11-15T19:50:29.503Z Compiling highway v1.2.0
21492024-11-15T19:50:29.958Z Compiling humantime v2.1.0
21502024-11-15T19:50:31.009Z Compiling steno v0.4.1
21512024-11-15T19:50:31.195Z Compiling newtype-uuid v1.1.3
21522024-11-15T19:50:31.469Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21532024-11-15T19:50:31.557Z Compiling dropshot v0.13.0
21542024-11-15T19:50:31.634Z Compiling tungstenite v0.21.0
21552024-11-15T19:50:34.314Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21562024-11-15T19:50:34.625Z Compiling ipnetwork v0.20.0
21572024-11-15T19:50:34.826Z Compiling instant v0.1.13
21582024-11-15T19:50:35.001Z Compiling slog-dtrace v0.3.0
21592024-11-15T19:50:35.393Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21602024-11-15T19:50:35.413Z Compiling backoff v0.4.0
21612024-11-15T19:50:35.768Z Compiling tokio-tungstenite v0.21.0
21622024-11-15T19:50:36.074Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21632024-11-15T19:50:36.785Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21642024-11-15T19:50:37.143Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21652024-11-15T19:50:41.210Z Compiling parse-display v0.10.0
21662024-11-15T19:50:41.802Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21672024-11-15T19:50:41.997Z Compiling serde_with v3.11.0
21682024-11-15T19:50:44.867Z Compiling strum v0.26.3
21692024-11-15T19:50:44.932Z Compiling regress v0.9.1
21702024-11-15T19:50:45.054Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21712024-11-15T19:50:46.017Z Compiling macaddr v1.0.1
21722024-11-15T19:50:46.846Z Compiling prettyplease v0.2.25
21732024-11-15T19:50:46.908Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21742024-11-15T19:50:48.003Z Compiling arc-swap v1.7.1
21752024-11-15T19:50:48.701Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21762024-11-15T19:50:49.294Z Compiling display-error-chain v0.2.2
21772024-11-15T19:50:49.519Z Compiling slog-scope v4.4.0
21782024-11-15T19:50:49.659Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21792024-11-15T19:50:50.359Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21802024-11-15T19:50:51.442Z Compiling half v2.4.1
21812024-11-15T19:50:52.164Z Compiling ciborium-io v0.2.2
21822024-11-15T19:50:52.320Z Compiling ciborium-ll v0.2.2
21832024-11-15T19:50:52.477Z Compiling slog-stdlog v4.1.1
21842024-11-15T19:50:52.846Z Compiling slog-envlogger v2.2.0
21852024-11-15T19:50:53.296Z Compiling ciborium v0.2.2
21862024-11-15T19:50:53.770Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21872024-11-15T19:50:55.462Z Compiling fastrand v2.1.1
21882024-11-15T19:50:55.567Z Compiling same-file v1.0.6
21892024-11-15T19:50:55.806Z Compiling walkdir v2.5.0
21902024-11-15T19:50:55.974Z Compiling tempfile v3.13.0
21912024-11-15T19:50:56.548Z Compiling blake3 v1.5.4
21922024-11-15T19:50:56.797Z Compiling ring v0.16.20
21932024-11-15T19:50:57.204Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21942024-11-15T19:50:59.491Z Compiling xattr v1.3.1
21952024-11-15T19:50:59.784Z Compiling filetime v0.2.25
21962024-11-15T19:50:59.787Z Compiling memmap2 v0.9.5
21972024-11-15T19:51:00.093Z Compiling constant_time_eq v0.3.1
21982024-11-15T19:51:00.240Z Compiling arrayvec v0.7.6
21992024-11-15T19:51:00.259Z Compiling spin v0.5.2
22002024-11-15T19:51:00.507Z Compiling arrayref v0.3.9
22012024-11-15T19:51:00.619Z Compiling keccak v0.1.5
22022024-11-15T19:51:01.847Z Compiling sha3 v0.10.8
22032024-11-15T19:51:04.089Z Compiling tar v0.4.43
22042024-11-15T19:51:04.700Z Compiling camino-tempfile v1.1.1
22052024-11-15T19:51:05.156Z Compiling toolchain_find v0.4.0
22062024-11-15T19:51:06.011Z Compiling nibble_vec v0.1.0
22072024-11-15T19:51:06.057Z Compiling maplit v1.0.2
22082024-11-15T19:51:06.195Z Compiling crunchy v0.2.2
22092024-11-15T19:51:06.262Z Compiling topological-sort v0.2.2
22102024-11-15T19:51:06.506Z Compiling endian-type v0.1.2
22112024-11-15T19:51:06.670Z Compiling radium v0.7.0
22122024-11-15T19:51:06.764Z Compiling radix_trie v0.2.1
22132024-11-15T19:51:07.177Z Compiling omicron-zone-package v0.11.1
22142024-11-15T19:51:07.303Z Compiling rustfmt-wrapper v0.2.1
22152024-11-15T19:51:07.822Z Compiling pem v3.0.4
22162024-11-15T19:51:07.880Z Compiling maybe-uninit v2.0.0
22172024-11-15T19:51:08.352Z Compiling tap v1.0.1
22182024-11-15T19:51:08.562Z Compiling tiny-keccak v2.0.2
22192024-11-15T19:51:08.874Z Compiling wyz v0.5.1
22202024-11-15T19:51:09.088Z Compiling dsl_auto_type v0.1.2
22212024-11-15T19:51:09.337Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22222024-11-15T19:51:09.366Z Compiling scheduled-thread-pool v0.2.7
22232024-11-15T19:51:09.576Z Compiling secrecy v0.8.0
22242024-11-15T19:51:09.865Z Compiling diesel_table_macro_syntax v0.2.0
22252024-11-15T19:51:09.892Z Compiling crc-catalog v2.4.0
22262024-11-15T19:51:10.062Z Compiling funty v2.0.0
22272024-11-15T19:51:10.272Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22282024-11-15T19:51:10.434Z Compiling packed_struct v0.10.1
22292024-11-15T19:51:10.544Z Compiling diesel_derives v2.2.3
22302024-11-15T19:51:10.615Z Compiling crc v3.2.1
22312024-11-15T19:51:10.899Z Compiling r2d2 v0.8.10
22322024-11-15T19:51:11.397Z Compiling bitvec v1.0.1
22332024-11-15T19:51:12.441Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22342024-11-15T19:51:12.771Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22352024-11-15T19:51:12.889Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22362024-11-15T19:51:14.303Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22372024-11-15T19:51:14.824Z Compiling ascii-canvas v3.0.0
22382024-11-15T19:51:15.283Z Compiling universal-hash v0.5.1
22392024-11-15T19:51:15.536Z Compiling thiserror-impl-no-std v2.0.2
22402024-11-15T19:51:15.778Z Compiling packed_struct_codegen v0.10.1
22412024-11-15T19:51:18.244Z Compiling lzma-sys v0.1.20
22422024-11-15T19:51:18.374Z Compiling ena v0.14.3
22432024-11-15T19:51:18.819Z Compiling indexmap v1.9.3
22442024-11-15T19:51:18.942Z Compiling diff v0.1.13
22452024-11-15T19:51:19.142Z Compiling regex-syntax v0.6.29
22462024-11-15T19:51:19.480Z Compiling nodrop v0.1.14
22472024-11-15T19:51:19.627Z Compiling opaque-debug v0.3.1
22482024-11-15T19:51:19.743Z Compiling poly1305 v0.8.0
22492024-11-15T19:51:21.324Z Compiling array-init v0.0.4
22502024-11-15T19:51:21.879Z Compiling diesel v2.2.4
22512024-11-15T19:51:22.540Z Compiling lalrpop v0.19.12
22522024-11-15T19:51:29.082Z Compiling thiserror-no-std v2.0.2
22532024-11-15T19:51:29.222Z Compiling smallvec v0.6.14
22542024-11-15T19:51:29.833Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22552024-11-15T19:51:30.253Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22562024-11-15T19:51:30.562Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22572024-11-15T19:51:30.821Z Compiling chacha20 v0.9.1
22582024-11-15T19:51:30.947Z Compiling heck v0.3.3
22592024-11-15T19:51:31.303Z Compiling const_format_proc_macros v0.2.33
22602024-11-15T19:51:31.343Z Compiling aead v0.5.2
22612024-11-15T19:51:31.701Z Compiling hashbrown v0.12.3
22622024-11-15T19:51:33.050Z Compiling termcolor v1.4.1
22632024-11-15T19:51:33.151Z Compiling ref-cast v1.0.23
22642024-11-15T19:51:33.632Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22652024-11-15T19:51:33.934Z Compiling bitfield v0.14.0
22662024-11-15T19:51:34.221Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22672024-11-15T19:51:34.260Z Compiling env_logger v0.10.2
22682024-11-15T19:51:37.344Z Compiling const_format v0.2.33
22692024-11-15T19:51:38.893Z Compiling chacha20poly1305 v0.10.1
22702024-11-15T19:51:39.137Z Compiling zone_cfg_derive v0.1.2
22712024-11-15T19:51:39.816Z Compiling serde-hex v0.1.0
22722024-11-15T19:51:40.513Z Compiling vsss-rs v3.3.4
22732024-11-15T19:51:45.052Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22742024-11-15T19:51:45.203Z Compiling ron v0.8.1
22752024-11-15T19:51:45.397Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22762024-11-15T19:51:45.698Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22772024-11-15T19:51:46.326Z Compiling derive_builder_core v0.20.2
22782024-11-15T19:51:48.317Z Compiling polar-core v0.27.3
22792024-11-15T19:51:48.637Z Compiling hashbrown v0.13.2
22802024-11-15T19:51:49.516Z Compiling headers-core v0.3.0
22812024-11-15T19:51:49.702Z Compiling fxhash v0.2.1
22822024-11-15T19:51:49.942Z Compiling libxml v0.3.3
22832024-11-15T19:51:50.037Z Compiling ref-cast-impl v1.0.23
22842024-11-15T19:51:50.296Z Compiling base64 v0.13.1
22852024-11-15T19:51:51.043Z Compiling crc-any v2.5.0
22862024-11-15T19:51:51.138Z Compiling ron v0.7.1
22872024-11-15T19:51:51.361Z Compiling object v0.30.4
22882024-11-15T19:51:51.996Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22892024-11-15T19:51:56.396Z Compiling headers v0.4.0
22902024-11-15T19:52:00.020Z Compiling derive_builder_macro v0.20.2
22912024-11-15T19:52:00.797Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22922024-11-15T19:52:02.348Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22932024-11-15T19:52:03.080Z Compiling xz2 v0.1.7
22942024-11-15T19:52:03.991Z Compiling zone v0.1.8
22952024-11-15T19:52:06.691Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22962024-11-15T19:52:07.348Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22972024-11-15T19:52:07.576Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22982024-11-15T19:52:07.901Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22992024-11-15T19:52:08.483Z Compiling yasna v0.5.2
23002024-11-15T19:52:09.776Z Compiling phf_generator v0.11.2
23012024-11-15T19:52:09.980Z Compiling strum_macros v0.24.3
23022024-11-15T19:52:10.176Z Compiling kstat-rs v0.2.4
23032024-11-15T19:52:11.155Z Compiling samael v0.0.17
23042024-11-15T19:52:11.818Z Compiling async-recursion v1.1.1
23052024-11-15T19:52:12.613Z Compiling unicase v2.7.0
23062024-11-15T19:52:12.788Z Compiling path-slash v0.1.5
23072024-11-15T19:52:12.934Z Compiling indoc v1.0.9
23082024-11-15T19:52:13.039Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23092024-11-15T19:52:13.313Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23102024-11-15T19:52:13.643Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23112024-11-15T19:52:13.791Z Compiling phf_codegen v0.11.2
23122024-11-15T19:52:17.137Z Compiling rcgen v0.12.1
23132024-11-15T19:52:19.391Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23142024-11-15T19:52:25.679Z Compiling derive_builder v0.20.2
23152024-11-15T19:52:27.219Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23162024-11-15T19:52:28.630Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23172024-11-15T19:52:28.937Z Compiling impl-trait-for-tuples v0.2.2
23182024-11-15T19:52:30.854Z Compiling oso-derive v0.27.3
23192024-11-15T19:52:31.842Z Compiling libz-sys v1.1.20
23202024-11-15T19:52:32.509Z Compiling parse-zoneinfo v0.3.1
23212024-11-15T19:52:33.595Z Compiling quick-xml v0.33.0
23222024-11-15T19:52:33.788Z Compiling subprocess v0.2.9
23232024-11-15T19:52:34.113Z Compiling diesel-dtrace v0.3.0
23242024-11-15T19:52:34.425Z Compiling cfg_aliases v0.1.1
23252024-11-15T19:52:34.546Z Compiling parking_lot_core v0.8.6
23262024-11-15T19:52:35.020Z Compiling nix v0.28.0
23272024-11-15T19:52:35.627Z Compiling oso v0.27.3
23282024-11-15T19:52:35.751Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23292024-11-15T19:52:38.516Z Compiling chrono-tz-build v0.4.0
23302024-11-15T19:52:39.857Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23312024-11-15T19:52:41.428Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23322024-11-15T19:52:43.434Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23332024-11-15T19:52:46.807Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23342024-11-15T19:52:46.881Z Compiling bb8 v0.8.5
23352024-11-15T19:52:47.105Z Compiling vte_generate_state_changes v0.1.2
23362024-11-15T19:52:47.507Z Compiling buf-list v1.0.3
23372024-11-15T19:52:47.728Z Compiling vte v0.11.1
23382024-11-15T19:52:48.162Z Compiling async-bb8-diesel v0.2.1
23392024-11-15T19:52:49.063Z Compiling chrono-tz v0.10.0
23402024-11-15T19:52:49.910Z Compiling fd-lock v4.0.2
23412024-11-15T19:52:50.158Z Compiling libgit2-sys v0.17.0+1.8.1
23422024-11-15T19:52:50.464Z Compiling pin-project-internal v1.1.6
23432024-11-15T19:52:50.970Z Compiling atty v0.2.14
23442024-11-15T19:52:51.142Z Compiling salty v0.3.0
23452024-11-15T19:52:51.569Z Compiling bytecount v0.6.8
23462024-11-15T19:52:51.906Z Compiling papergrid v0.11.0
23472024-11-15T19:52:53.167Z Compiling pin-project v1.1.6
23482024-11-15T19:52:53.329Z Compiling parking_lot v0.11.2
23492024-11-15T19:53:02.103Z Compiling strip-ansi-escapes v0.2.0
23502024-11-15T19:53:03.829Z Compiling tabled_derive v0.7.0
23512024-11-15T19:53:04.920Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23522024-11-15T19:53:05.843Z Compiling peg-macros v0.8.4
23532024-11-15T19:53:09.162Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23542024-11-15T19:53:09.695Z Compiling snafu-derive v0.8.5
23552024-11-15T19:53:10.118Z Compiling sqlparser_derive v0.2.2
23562024-11-15T19:53:11.188Z Compiling home v0.5.9
23572024-11-15T19:53:11.525Z Compiling lockfree-object-pool v0.1.6
23582024-11-15T19:53:11.858Z Compiling simd-adler32 v0.3.7
23592024-11-15T19:53:12.958Z Compiling zip v2.1.3
23602024-11-15T19:53:13.290Z Compiling nu-ansi-term v0.50.1
23612024-11-15T19:53:14.275Z Compiling bumpalo v3.16.0
23622024-11-15T19:53:14.498Z Compiling unicode_categories v0.1.1
23632024-11-15T19:53:14.868Z Compiling sqlformat v0.2.6
23642024-11-15T19:53:14.870Z Compiling zopfli v0.8.1
23652024-11-15T19:53:18.845Z Compiling snafu v0.8.5
23662024-11-15T19:53:20.147Z Compiling reedline v0.35.0
23672024-11-15T19:53:21.100Z Compiling rustyline v14.0.0
23682024-11-15T19:53:25.751Z Compiling sqlparser v0.45.0
23692024-11-15T19:53:27.010Z Compiling peg v0.8.4
23702024-11-15T19:53:27.139Z Compiling tabled v0.15.0
23712024-11-15T19:53:30.545Z Compiling mime_guess v2.0.5
23722024-11-15T19:53:31.628Z Compiling sled v0.34.7
23732024-11-15T19:53:35.656Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23742024-11-15T19:53:37.820Z Compiling hickory-client v0.24.1
23752024-11-15T19:53:40.801Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23762024-11-15T19:53:43.055Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23772024-11-15T19:53:44.103Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23782024-11-15T19:53:46.728Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23792024-11-15T19:53:51.745Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23802024-11-15T19:53:53.336Z Compiling globset v0.4.15
23812024-11-15T19:53:55.366Z Compiling hickory-server v0.24.1
23822024-11-15T19:54:00.973Z Compiling primeorder v0.13.6
23832024-11-15T19:54:01.653Z Compiling olpc-cjson v0.1.4
23842024-11-15T19:54:02.111Z Compiling vergen v8.3.2
23852024-11-15T19:54:02.418Z Compiling bcs v0.1.6
23862024-11-15T19:54:03.334Z Compiling env_filter v0.1.2
23872024-11-15T19:54:04.877Z Compiling cargo-platform v0.1.8
23882024-11-15T19:54:05.354Z Compiling serde_plain v1.0.2
23892024-11-15T19:54:05.446Z Compiling nanorand v0.7.0
23902024-11-15T19:54:05.886Z Compiling memoffset v0.9.1
23912024-11-15T19:54:05.997Z Compiling typed-path v0.9.3
23922024-11-15T19:54:06.174Z Compiling flume v0.11.1
23932024-11-15T19:54:06.397Z Compiling cargo_metadata v0.18.1
23942024-11-15T19:54:06.985Z Compiling env_logger v0.11.5
23952024-11-15T19:54:08.475Z Compiling p384 v0.13.0
23962024-11-15T19:54:09.666Z Compiling tough v0.19.0
23972024-11-15T19:54:10.887Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23982024-11-15T19:54:13.336Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23992024-11-15T19:54:14.600Z Compiling git2 v0.19.0
24002024-11-15T19:54:23.229Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24012024-11-15T19:54:24.466Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24022024-11-15T19:54:29.602Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24032024-11-15T19:54:30.198Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24042024-11-15T19:54:34.360Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24052024-11-15T19:54:34.783Z Compiling rand_seeder v0.3.0
24062024-11-15T19:54:35.192Z Compiling libsqlite3-sys v0.30.1
24072024-11-15T19:54:35.712Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24082024-11-15T19:54:36.025Z Compiling cfg_aliases v0.2.1
24092024-11-15T19:54:36.149Z Compiling rustls v0.21.12
24102024-11-15T19:54:36.295Z Compiling parse-size v1.1.0
24112024-11-15T19:54:36.343Z Compiling nix v0.29.0
24122024-11-15T19:54:36.531Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24132024-11-15T19:54:36.702Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24142024-11-15T19:54:37.039Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24152024-11-15T19:54:38.815Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24162024-11-15T19:54:38.831Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24172024-11-15T19:54:39.600Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24182024-11-15T19:54:39.899Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24192024-11-15T19:54:42.911Z Compiling rustls-webpki v0.101.7
24202024-11-15T19:54:43.941Z Compiling sct v0.7.1
24212024-11-15T19:54:44.203Z Compiling castaway v0.2.3
24222024-11-15T19:54:44.409Z Compiling csv-core v0.1.11
24232024-11-15T19:54:44.428Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24242024-11-15T19:54:44.751Z Compiling http-range v0.1.5
24252024-11-15T19:54:45.250Z Compiling glob v0.3.1
24262024-11-15T19:54:45.330Z Compiling hyper-staticfile v0.10.1
24272024-11-15T19:54:46.841Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24282024-11-15T19:54:47.387Z Compiling csv v1.3.0
24292024-11-15T19:54:48.315Z Compiling compact_str v0.8.0
24302024-11-15T19:54:49.813Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24312024-11-15T19:54:51.070Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24322024-11-15T19:54:52.356Z Compiling nix v0.27.1
24332024-11-15T19:54:53.843Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24342024-11-15T19:54:55.659Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24352024-11-15T19:55:01.008Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24362024-11-15T19:55:05.484Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24372024-11-15T19:55:06.724Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24382024-11-15T19:55:09.485Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24392024-11-15T19:55:09.841Z Compiling unicode-truncate v1.1.0
24402024-11-15T19:55:10.131Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24412024-11-15T19:55:10.433Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24422024-11-15T19:55:10.752Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24432024-11-15T19:55:12.492Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24442024-11-15T19:55:13.118Z Compiling hashlink v0.9.1
24452024-11-15T19:55:13.951Z Compiling tungstenite v0.23.0
24462024-11-15T19:55:15.106Z Compiling lru v0.12.5
24472024-11-15T19:55:15.394Z Compiling instability v0.3.2
24482024-11-15T19:55:15.475Z Compiling fallible-streaming-iterator v0.1.9
24492024-11-15T19:55:15.770Z Compiling cassowary v0.3.0
24502024-11-15T19:55:16.371Z Compiling fallible-iterator v0.3.0
24512024-11-15T19:55:17.210Z Compiling rusqlite v0.32.1
24522024-11-15T19:55:18.001Z Compiling ratatui v0.28.1
24532024-11-15T19:55:19.426Z Compiling tokio-tungstenite v0.23.1
24542024-11-15T19:55:19.591Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24552024-11-15T19:55:23.387Z Compiling tokio-rustls v0.24.1
24562024-11-15T19:55:29.554Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24572024-11-15T19:55:31.089Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24582024-11-15T19:55:35.312Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24592024-11-15T19:55:36.154Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24602024-11-15T19:55:36.827Z Compiling rustls-pemfile v1.0.4
24612024-11-15T19:55:37.579Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24622024-11-15T19:55:37.602Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24632024-11-15T19:55:37.891Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24642024-11-15T19:55:38.074Z Compiling signal-hook-tokio v0.3.1
24652024-11-15T19:55:38.306Z Compiling twox-hash v1.6.3
24662024-11-15T19:55:39.280Z Compiling is_ci v1.2.0
24672024-11-15T19:55:39.580Z Compiling smawk v0.3.2
24682024-11-15T19:55:39.841Z Compiling unicode-linebreak v0.1.5
24692024-11-15T19:55:40.370Z Compiling textwrap v0.16.1
24702024-11-15T19:55:42.334Z Compiling supports-color v3.0.1
24712024-11-15T19:55:43.798Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24722024-11-15T19:55:48.368Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24732024-11-15T19:56:03.749Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24742024-11-15T19:56:04.430Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24752024-11-15T19:56:07.364Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24762024-11-15T19:56:09.222Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24772024-11-15T19:56:09.844Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24782024-11-15T19:56:12.658Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24792024-11-15T19:56:19.747Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24802024-11-15T19:56:20.057Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24812024-11-15T19:56:20.545Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24822024-11-15T19:56:26.559Z Compiling fatfs v0.3.6
24832024-11-15T19:56:29.001Z Compiling rtoolbox v0.0.2
24842024-11-15T19:56:29.442Z Compiling assert_matches v1.5.0
24852024-11-15T19:56:29.463Z Compiling rpassword v7.3.1
24862024-11-15T19:56:29.686Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24872024-11-15T19:56:29.934Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24882024-11-15T19:56:47.190Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24892024-11-15T19:56:48.526Z Compiling tui-tree-widget v0.22.0
24902024-11-15T19:56:49.009Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24912024-11-15T19:56:54.225Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24922024-11-15T19:56:56.073Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24932024-11-15T19:56:56.378Z Compiling uzers v0.12.1
24942024-11-15T19:56:59.536Z Compiling shell-words v1.1.0
24952024-11-15T19:56:59.984Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24962024-11-15T19:57:07.451Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24972024-11-15T19:57:09.444Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24982024-11-15T19:57:27.604Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24992024-11-15T19:57:37.863Z Compiling multimap v0.10.0
25002024-11-15T19:59:32.862Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25012024-11-15T19:59:48.234Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25022024-11-15T20:06:21.038Z Finished `release` profile [optimized] target(s) in 15m 57s
25032024-11-15T20:07:21.780Z
25042024-11-15T20:07:21.783Zreal 16:59.394041885
25052024-11-15T20:07:21.783Zuser 1:56:47.168953981
25062024-11-15T20:07:21.783Zsys 5:48.344928369
25072024-11-15T20:07:21.783Ztrap 2.779731257
25082024-11-15T20:07:21.783Ztflt 2.956219279
25092024-11-15T20:07:21.783Zdflt 3.245512712
25102024-11-15T20:07:21.783Zkflt 0.067719451
25112024-11-15T20:07:21.783Zlock 7:07:51.466435293
25122024-11-15T20:07:21.783Zslp 6:10:17.353867030
25132024-11-15T20:07:21.783Zlat 2:52.255943280
25142024-11-15T20:07:21.783Zstop 2:32.829026004
25152024-11-15T20:07:21.783Z+ mapfile -t packages
25162024-11-15T20:07:21.783Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25172024-11-15T20:07:22.800Z Finished `release` profile [optimized] target(s) in 0.96s
25182024-11-15T20:07:22.858Z Running `target/release/omicron-package -t test list-outputs`
25192024-11-15T20:07:22.906ZLogging to: /work/oxidecomputer/omicron/out/LOG
25202024-11-15T20:07:22.909Z+ ptime -m cargo build --locked --release -p xtask
25212024-11-15T20:07:23.453Z Compiling serde v1.0.215
25222024-11-15T20:07:23.455Z Compiling serde_json v1.0.132
25232024-11-15T20:07:23.455Z Compiling rustix v0.38.37
25242024-11-15T20:07:23.455Z Compiling libc v0.2.162
25252024-11-15T20:07:23.455Z Compiling syn v2.0.87
25262024-11-15T20:07:23.560Z Compiling bitflags v2.6.0
25272024-11-15T20:07:23.884Z Compiling usdt-impl v0.5.0
25282024-11-15T20:07:23.942Z Compiling syn v1.0.109
25292024-11-15T20:07:24.060Z Compiling hashbrown v0.15.0
25302024-11-15T20:07:24.081Z Compiling log v0.4.22
25312024-11-15T20:07:24.130Z Compiling fs-err v2.11.0
25322024-11-15T20:07:24.417Z Compiling once_cell v1.20.2
25332024-11-15T20:07:24.552Z Compiling anyhow v1.0.93
25342024-11-15T20:07:24.936Z Compiling thread-id v4.2.2
25352024-11-15T20:07:25.367Z Compiling indexmap v2.6.0
25362024-11-15T20:07:26.500Z Compiling terminal_size v0.4.0
25372024-11-15T20:07:26.501Z Compiling tempfile v3.13.0
25382024-11-15T20:07:26.751Z Compiling clap_builder v4.5.21
25392024-11-15T20:07:27.586Z Compiling proc-macro-error v1.0.4
25402024-11-15T20:07:28.746Z Compiling tabled_derive v0.7.0
25412024-11-15T20:07:29.983Z Compiling tabled v0.15.0
25422024-11-15T20:07:31.684Z Compiling serde_derive v1.0.215
25432024-11-15T20:07:31.921Z Compiling thiserror-impl v1.0.69
25442024-11-15T20:07:31.970Z Compiling zerocopy-derive v0.7.35
25452024-11-15T20:07:32.829Z Compiling scroll_derive v0.12.0
25462024-11-15T20:07:34.001Z Compiling zerocopy v0.7.35
25472024-11-15T20:07:34.227Z Compiling scroll v0.12.0
25482024-11-15T20:07:34.835Z Compiling thiserror v1.0.69
25492024-11-15T20:07:34.984Z Compiling pest v2.7.14
25502024-11-15T20:07:35.702Z Compiling goblin v0.8.2
25512024-11-15T20:07:38.021Z Compiling pest_meta v2.7.14
25522024-11-15T20:07:40.625Z Compiling pest_generator v2.7.14
25532024-11-15T20:07:42.463Z Compiling pest_derive v2.7.14
25542024-11-15T20:07:42.661Z Compiling clap_derive v4.5.18
25552024-11-15T20:07:43.456Z Compiling dtrace-parser v0.2.0
25562024-11-15T20:07:46.317Z Compiling serde_spanned v0.6.8
25572024-11-15T20:07:46.586Z Compiling toml_datetime v0.6.8
25582024-11-15T20:07:47.315Z Compiling toml_edit v0.22.22
25592024-11-15T20:07:47.331Z Compiling camino v1.1.9
25602024-11-15T20:07:48.714Z Compiling serde_tokenstream v0.2.2
25612024-11-15T20:07:49.302Z Compiling dof v0.3.0
25622024-11-15T20:07:51.311Z Compiling toml v0.8.19
25632024-11-15T20:07:53.510Z Compiling usdt-attr-macro v0.5.0
25642024-11-15T20:07:54.919Z Compiling usdt-macro v0.5.0
25652024-11-15T20:07:55.298Z Compiling semver v1.0.23
25662024-11-15T20:07:56.164Z Compiling cargo-platform v0.1.8
25672024-11-15T20:07:56.786Z Compiling cargo_metadata v0.18.1
25682024-11-15T20:07:57.275Z Compiling usdt v0.5.0
25692024-11-15T20:07:58.155Z Compiling cargo_toml v0.20.5
25702024-11-15T20:07:58.745Z Compiling camino-tempfile v1.1.1
25712024-11-15T20:07:58.778Z Compiling clap v4.5.21
25722024-11-15T20:07:58.914Z Compiling macaddr v1.0.1
25732024-11-15T20:08:08.577Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25742024-11-15T20:08:19.715Z Finished `release` profile [optimized] target(s) in 56.73s
25752024-11-15T20:08:19.821Z
25762024-11-15T20:08:19.825Zreal 56.862102928
25772024-11-15T20:08:19.825Zuser 5:41.916474113
25782024-11-15T20:08:19.825Zsys 31.471089989
25792024-11-15T20:08:19.825Ztrap 0.151368713
25802024-11-15T20:08:19.825Ztflt 0.271629002
25812024-11-15T20:08:19.825Zdflt 0.583414259
25822024-11-15T20:08:19.825Zkflt 0.009148242
25832024-11-15T20:08:19.825Zlock 10:52.214093356
25842024-11-15T20:08:19.825Zslp 15:49.335217850
25852024-11-15T20:08:19.825Zlat 14.527714592
25862024-11-15T20:08:19.825Zstop 17.345642339
25872024-11-15T20:08:19.825Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25882024-11-15T20:08:19.825Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25892024-11-15T20:08:19.825Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25902024-11-15T20:08:19.825Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25912024-11-15T20:08:19.825Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25922024-11-15T20:08:20.691Z Compiling hashbrown v0.14.5
25932024-11-15T20:08:20.819Z Compiling unsafe-libyaml v0.2.11
25942024-11-15T20:08:20.831Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25952024-11-15T20:08:20.831Z Compiling progenitor-client v0.8.0
25962024-11-15T20:08:20.834Z Compiling ident_case v1.0.1
25972024-11-15T20:08:20.834Z Compiling ipnetwork v0.20.0
25982024-11-15T20:08:20.834Z Compiling instant v0.1.13
25992024-11-15T20:08:20.834Z Compiling structmeta-derive v0.3.0
26002024-11-15T20:08:20.983Z Compiling darling_core v0.20.10
26012024-11-15T20:08:21.006Z Compiling newtype-uuid v1.1.3
26022024-11-15T20:08:21.283Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26032024-11-15T20:08:21.356Z Compiling dropshot v0.13.0
26042024-11-15T20:08:21.714Z Compiling dropshot_endpoint v0.13.0
26052024-11-15T20:08:21.738Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26062024-11-15T20:08:21.853Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26072024-11-15T20:08:22.077Z Compiling regress v0.10.1
26082024-11-15T20:08:22.149Z Compiling serde_yaml v0.9.34+deprecated
26092024-11-15T20:08:22.213Z Compiling regress v0.9.1
26102024-11-15T20:08:22.519Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26112024-11-15T20:08:22.714Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26122024-11-15T20:08:22.759Z Compiling backoff v0.4.0
26132024-11-15T20:08:23.132Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26142024-11-15T20:08:23.310Z Compiling macaddr v1.0.1
26152024-11-15T20:08:23.490Z Compiling tempfile v3.13.0
26162024-11-15T20:08:23.761Z Compiling proc-macro-crate v1.3.1
26172024-11-15T20:08:23.915Z Compiling structmeta v0.3.0
26182024-11-15T20:08:24.372Z Compiling parse-display-derive v0.10.0
26192024-11-15T20:08:24.430Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26202024-11-15T20:08:24.821Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26212024-11-15T20:08:24.865Z Compiling num_enum_derive v0.5.11
26222024-11-15T20:08:25.158Z Compiling foreign-types-macros v0.2.3
26232024-11-15T20:08:26.421Z Compiling typify-impl v0.2.0
26242024-11-15T20:08:26.503Z Compiling heapless v0.8.0
26252024-11-15T20:08:27.085Z Compiling foreign-types-shared v0.3.1
26262024-11-15T20:08:27.225Z Compiling foreign-types v0.5.0
26272024-11-15T20:08:27.369Z Compiling proc-macro-error v1.0.4
26282024-11-15T20:08:27.561Z Compiling num_enum v0.5.11
26292024-11-15T20:08:27.602Z Compiling camino-tempfile v1.1.1
26302024-11-15T20:08:27.727Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26312024-11-15T20:08:27.787Z Compiling hash32 v0.3.1
26322024-11-15T20:08:28.042Z Compiling cstr-argument v0.1.2
26332024-11-15T20:08:28.071Z Compiling crucible-workspace-hack v0.1.0
26342024-11-15T20:08:28.091Z Compiling smoltcp v0.11.0
26352024-11-15T20:08:28.127Z Compiling darling_macro v0.20.10
26362024-11-15T20:08:28.302Z Compiling pretty-hex v0.2.1
26372024-11-15T20:08:28.383Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26382024-11-15T20:08:28.502Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26392024-11-15T20:08:28.554Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26402024-11-15T20:08:28.869Z Compiling tabwriter v1.4.0
26412024-11-15T20:08:28.889Z Compiling colored v2.1.0
26422024-11-15T20:08:28.953Z Compiling cobs v0.2.3
26432024-11-15T20:08:29.075Z Compiling darling v0.20.10
26442024-11-15T20:08:29.095Z Compiling parse-display v0.10.0
26452024-11-15T20:08:29.208Z Compiling serde_with_macros v3.11.0
26462024-11-15T20:08:29.282Z Compiling postcard v1.0.10
26472024-11-15T20:08:29.503Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26482024-11-15T20:08:29.666Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26492024-11-15T20:08:29.823Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26502024-11-15T20:08:29.858Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26512024-11-15T20:08:29.896Z Compiling smf v0.2.3
26522024-11-15T20:08:29.959Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26532024-11-15T20:08:30.295Z Compiling zone_cfg_derive v0.3.0
26542024-11-15T20:08:30.777Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26552024-11-15T20:08:31.383Z Compiling num-derive v0.4.2
26562024-11-15T20:08:31.425Z Compiling sigpipe v0.1.3
26572024-11-15T20:08:31.570Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26582024-11-15T20:08:31.910Z Compiling zone v0.3.0
26592024-11-15T20:08:31.937Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26602024-11-15T20:08:32.135Z Compiling serde_with v3.11.0
26612024-11-15T20:08:33.096Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26622024-11-15T20:08:33.586Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26632024-11-15T20:08:33.627Z Compiling universal-hash v0.5.1
26642024-11-15T20:08:33.767Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26652024-11-15T20:08:33.812Z Compiling opaque-debug v0.3.1
26662024-11-15T20:08:33.926Z Compiling num-rational v0.4.2
26672024-11-15T20:08:34.492Z Compiling password-hash v0.5.0
26682024-11-15T20:08:34.745Z Compiling num-complex v0.4.6
26692024-11-15T20:08:35.128Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26702024-11-15T20:08:35.527Z Compiling blake2 v0.10.6
26712024-11-15T20:08:35.606Z Compiling aead v0.5.2
26722024-11-15T20:08:35.750Z Compiling keccak v0.1.5
26732024-11-15T20:08:35.875Z Compiling convert_case v0.4.0
26742024-11-15T20:08:36.000Z Compiling argon2 v0.5.3
26752024-11-15T20:08:36.175Z Compiling sha3 v0.10.8
26762024-11-15T20:08:36.249Z Compiling num v0.4.3
26772024-11-15T20:08:36.382Z Compiling poly1305 v0.8.0
26782024-11-15T20:08:36.845Z Compiling tungstenite v0.21.0
26792024-11-15T20:08:36.889Z Compiling derive_more v0.99.18
26802024-11-15T20:08:36.924Z Compiling chacha20 v0.9.1
26812024-11-15T20:08:37.262Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26822024-11-15T20:08:37.413Z Compiling float-ord v0.3.2
26832024-11-15T20:08:37.447Z Compiling base64 v0.21.7
26842024-11-15T20:08:37.616Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26852024-11-15T20:08:38.093Z Compiling tokio-tungstenite v0.21.0
26862024-11-15T20:08:38.129Z Compiling semver v0.1.20
26872024-11-15T20:08:38.229Z Compiling same-file v1.0.6
26882024-11-15T20:08:38.564Z Compiling rustc_version v0.1.7
26892024-11-15T20:08:38.694Z Compiling walkdir v2.5.0
26902024-11-15T20:08:38.753Z Compiling newline-converter v0.3.0
26912024-11-15T20:08:38.835Z Compiling primeorder v0.13.6
26922024-11-15T20:08:38.859Z Compiling secrecy v0.8.0
26932024-11-15T20:08:38.937Z Compiling cancel-safe-futures v0.1.5
26942024-11-15T20:08:39.031Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26952024-11-15T20:08:39.099Z Compiling owo-colors v4.1.0
26962024-11-15T20:08:39.124Z Compiling newtype_derive v0.1.6
26972024-11-15T20:08:39.318Z Compiling expectorate v1.1.0
26982024-11-15T20:08:39.352Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26992024-11-15T20:08:39.429Z Compiling thiserror-impl-no-std v2.0.2
27002024-11-15T20:08:39.442Z Compiling blake3 v1.5.4
27012024-11-15T20:08:39.501Z Compiling ring v0.16.20
27022024-11-15T20:08:39.526Z Compiling unicase v2.7.0
27032024-11-15T20:08:39.688Z Compiling half v2.4.1
27042024-11-15T20:08:39.835Z Compiling ciborium-io v0.2.2
27052024-11-15T20:08:39.901Z Compiling arc-swap v1.7.1
27062024-11-15T20:08:40.217Z Compiling ciborium-ll v0.2.2
27072024-11-15T20:08:40.289Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27082024-11-15T20:08:40.567Z Compiling slog-scope v4.4.0
27092024-11-15T20:08:40.746Z Compiling polyval v0.6.2
27102024-11-15T20:08:41.129Z Compiling atomicwrites v0.4.4
27112024-11-15T20:08:41.257Z Compiling libsw v3.3.1
27122024-11-15T20:08:41.308Z Compiling memmap2 v0.9.5
27132024-11-15T20:08:41.517Z Compiling arrayref v0.3.9
27142024-11-15T20:08:41.651Z Compiling indent_write v2.2.0
27152024-11-15T20:08:41.674Z Compiling arrayvec v0.7.6
27162024-11-15T20:08:41.801Z Compiling libefi-sys v0.1.0
27172024-11-15T20:08:41.834Z Compiling parking_lot_core v0.8.6
27182024-11-15T20:08:42.064Z Compiling linear-map v1.2.0
27192024-11-15T20:08:42.097Z Compiling spin v0.5.2
27202024-11-15T20:08:42.330Z Compiling salty v0.3.0
27212024-11-15T20:08:42.490Z Compiling constant_time_eq v0.3.1
27222024-11-15T20:08:42.550Z Compiling ghash v0.5.1
27232024-11-15T20:08:42.587Z Compiling thiserror-no-std v2.0.2
27242024-11-15T20:08:42.725Z Compiling vsss-rs v3.3.4
27252024-11-15T20:08:42.759Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27262024-11-15T20:08:42.812Z Compiling slog-stdlog v4.1.1
27272024-11-15T20:08:43.144Z Compiling ciborium v0.2.2
27282024-11-15T20:08:43.730Z Compiling p384 v0.13.0
27292024-11-15T20:08:43.959Z Compiling toolchain_find v0.4.0
27302024-11-15T20:08:44.580Z Compiling chacha20poly1305 v0.10.1
27312024-11-15T20:08:44.681Z Compiling lzma-sys v0.1.20
27322024-11-15T20:08:44.681Z Compiling ctr v0.9.2
27332024-11-15T20:08:44.920Z Compiling itertools v0.13.0
27342024-11-15T20:08:44.939Z Compiling typify-macro v0.2.0
27352024-11-15T20:08:45.039Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27362024-11-15T20:08:45.313Z Compiling bitfield-struct v0.6.2
27372024-11-15T20:08:45.449Z Compiling slog-dtrace v0.3.0
27382024-11-15T20:08:45.485Z Compiling highway v1.2.0
27392024-11-15T20:08:45.759Z Compiling topological-sort v0.2.2
27402024-11-15T20:08:50.001Z Compiling omicron-zone-package v0.11.1
27412024-11-15T20:08:50.050Z Compiling aes-gcm v0.10.3
27422024-11-15T20:08:50.050Z Compiling rustfmt-wrapper v0.2.1
27432024-11-15T20:08:50.050Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27442024-11-15T20:08:50.051Z Compiling mime_guess v2.0.5
27452024-11-15T20:08:50.051Z Compiling steno v0.4.1
27462024-11-15T20:08:50.051Z Compiling slog-envlogger v2.2.0
27472024-11-15T20:08:50.051Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27482024-11-15T20:08:50.051Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27492024-11-15T20:08:50.051Z Compiling heck v0.3.3
27502024-11-15T20:08:50.051Z Compiling ssh-encoding v0.2.0
27512024-11-15T20:08:50.051Z Compiling blowfish v0.9.1
27522024-11-15T20:08:50.052Z Compiling nibble_vec v0.1.0
27532024-11-15T20:08:50.052Z Compiling env_filter v0.1.2
27542024-11-15T20:08:50.052Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27552024-11-15T20:08:50.054Z Compiling humantime v2.1.0
27562024-11-15T20:08:50.054Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27572024-11-15T20:08:50.054Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27582024-11-15T20:08:50.054Z Compiling typify v0.2.0
27592024-11-15T20:08:50.054Z Compiling endian-type v0.1.2
27602024-11-15T20:08:50.054Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27612024-11-15T20:08:50.054Z Compiling progenitor-impl v0.8.0
27622024-11-15T20:08:50.054Z Compiling radix_trie v0.2.1
27632024-11-15T20:08:50.054Z Compiling env_logger v0.11.5
27642024-11-15T20:08:50.054Z Compiling bcrypt-pbkdf v0.10.0
27652024-11-15T20:08:50.054Z Compiling zone_cfg_derive v0.1.2
27662024-11-15T20:08:50.240Z Compiling ssh-cipher v0.2.0
27672024-11-15T20:08:50.276Z Compiling parking_lot v0.11.2
27682024-11-15T20:08:50.409Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27692024-11-15T20:08:50.828Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27702024-11-15T20:08:51.201Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27712024-11-15T20:08:51.231Z Compiling password-hash v0.4.2
27722024-11-15T20:08:51.664Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27732024-11-15T20:08:51.709Z Compiling gethostname v0.5.0
27742024-11-15T20:08:51.893Z Compiling fxhash v0.2.1
27752024-11-15T20:08:51.939Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27762024-11-15T20:08:52.040Z Compiling matches v0.1.10
27772024-11-15T20:08:52.104Z Compiling base64 v0.13.1
27782024-11-15T20:08:52.153Z Compiling idna v0.2.3
27792024-11-15T20:08:52.186Z Compiling sled v0.34.7
27802024-11-15T20:08:52.264Z Compiling pbkdf2 v0.11.0
27812024-11-15T20:08:52.285Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27822024-11-15T20:08:52.285Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27832024-11-15T20:08:52.644Z Compiling ron v0.7.1
27842024-11-15T20:08:52.733Z Compiling zone v0.1.8
27852024-11-15T20:08:53.018Z Compiling xz2 v0.1.7
27862024-11-15T20:08:53.474Z Compiling ssh-key v0.6.6
27872024-11-15T20:08:53.840Z Compiling hickory-client v0.24.1
27882024-11-15T20:08:54.698Z Compiling p256 v0.13.2
27892024-11-15T20:08:54.814Z Compiling p521 v0.13.3
27902024-11-15T20:08:55.122Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27912024-11-15T20:08:55.345Z Compiling hickory-server v0.24.1
27922024-11-15T20:08:55.555Z Compiling enum-as-inner v0.5.1
27932024-11-15T20:08:56.343Z Compiling pem v3.0.4
27942024-11-15T20:08:56.658Z Compiling yasna v0.5.2
27952024-11-15T20:08:57.199Z Compiling headers-core v0.3.0
27962024-11-15T20:08:57.251Z Compiling kstat-rs v0.2.4
27972024-11-15T20:08:57.388Z Compiling nanorand v0.7.0
27982024-11-15T20:08:57.785Z Compiling progenitor-macro v0.8.0
27992024-11-15T20:08:57.925Z Compiling russh-cryptovec v0.7.3
28002024-11-15T20:08:57.963Z Compiling atty v0.2.14
28012024-11-15T20:08:58.124Z Compiling http-range v0.1.5
28022024-11-15T20:08:58.265Z Compiling md5 v0.7.0
28032024-11-15T20:08:58.286Z Compiling flume v0.11.1
28042024-11-15T20:08:58.392Z Compiling hyper-staticfile v0.10.1
28052024-11-15T20:08:58.519Z Compiling rcgen v0.12.1
28062024-11-15T20:08:58.800Z Compiling russh-keys v0.45.0
28072024-11-15T20:08:58.876Z Compiling headers v0.4.0
28082024-11-15T20:08:59.053Z Compiling trust-dns-proto v0.22.0
28092024-11-15T20:08:59.552Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28102024-11-15T20:09:00.900Z Compiling num-bigint v0.4.6
28112024-11-15T20:09:01.090Z Compiling des v0.8.1
28122024-11-15T20:09:01.475Z Compiling subprocess v0.2.9
28132024-11-15T20:09:02.749Z Compiling display-error-chain v0.2.2
28142024-11-15T20:09:02.974Z Compiling hex-literal v0.4.1
28152024-11-15T20:09:03.135Z Compiling dhcproto-macros v0.1.0
28162024-11-15T20:09:03.156Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28172024-11-15T20:09:03.492Z Compiling internet-checksum v0.2.1
28182024-11-15T20:09:04.095Z Compiling dhcproto v0.12.0
28192024-11-15T20:09:04.126Z Compiling russh v0.45.0
28202024-11-15T20:09:08.598Z Compiling progenitor v0.8.0
28212024-11-15T20:09:08.759Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28222024-11-15T20:09:08.762Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28232024-11-15T20:09:08.762Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28242024-11-15T20:09:08.762Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28252024-11-15T20:09:08.762Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28262024-11-15T20:09:08.854Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28272024-11-15T20:09:08.999Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28282024-11-15T20:09:10.280Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28292024-11-15T20:09:10.862Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28302024-11-15T20:09:11.814Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28312024-11-15T20:09:13.971Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28322024-11-15T20:09:15.308Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28332024-11-15T20:09:24.776Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28342024-11-15T20:09:24.776Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28352024-11-15T20:09:24.779Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28362024-11-15T20:09:24.779Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28372024-11-15T20:09:27.902Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28382024-11-15T20:09:27.980Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28392024-11-15T20:09:28.999Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28402024-11-15T20:09:29.545Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28412024-11-15T20:09:29.667Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28422024-11-15T20:09:32.924Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28432024-11-15T20:09:33.474Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28442024-11-15T20:09:33.689Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28452024-11-15T20:09:34.389Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28462024-11-15T20:09:35.133Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28472024-11-15T20:09:35.436Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28482024-11-15T20:09:35.464Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28492024-11-15T20:09:36.755Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28502024-11-15T20:09:37.456Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28512024-11-15T20:09:38.834Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28522024-11-15T20:09:40.275Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28532024-11-15T20:09:40.775Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28542024-11-15T20:09:41.523Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552024-11-15T20:09:42.560Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28562024-11-15T20:09:43.687Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28572024-11-15T20:09:46.914Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28582024-11-15T20:09:47.955Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28592024-11-15T20:09:49.321Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602024-11-15T20:09:49.806Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28612024-11-15T20:09:53.095Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28622024-11-15T20:10:02.002Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28632024-11-15T20:10:03.322Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28642024-11-15T20:10:21.235Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28652024-11-15T20:10:52.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
28662024-11-15T20:10:52.589Z
28672024-11-15T20:10:52.594Zreal 2:32.662366992
28682024-11-15T20:10:52.595Zuser 11:53.545675998
28692024-11-15T20:10:52.595Zsys 2:34.991959400
28702024-11-15T20:10:52.595Ztrap 0.304606493
28712024-11-15T20:10:52.595Ztflt 0.821899354
28722024-11-15T20:10:52.595Zdflt 1.914221064
28732024-11-15T20:10:52.595Zkflt 0.000013963
28742024-11-15T20:10:52.595Zlock 24:36.688503860
28752024-11-15T20:10:52.595Zslp 42:47.140361804
28762024-11-15T20:10:52.595Zlat 34.518023543
28772024-11-15T20:10:52.595Zstop 1:27.655710932
28782024-11-15T20:10:52.595Z+ mkdir tests
28792024-11-15T20:10:52.595Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28802024-11-15T20:10:52.598Z+ xargs -I '{}' -t cp '{}' tests/
28812024-11-15T20:10:52.633Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f25fc174fad7a7b4 tests/
28822024-11-15T20:10:52.660Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-47185152e52e4d85 tests/
28832024-11-15T20:10:52.687Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-246df57fa2cbf807 tests/
28842024-11-15T20:10:52.712Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-113dd4db321a5b88 tests/
28852024-11-15T20:10:52.937Z+ files=(.github/buildomat/ci-env.sh 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/*)
28862024-11-15T20:10:52.940Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh 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-246df57fa2cbf807 tests/commtest-47185152e52e4d85 tests/dhcp_server-f25fc174fad7a7b4 tests/end_to_end_tests-113dd4db321a5b88 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.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
28872024-11-15T20:12:01.448ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28882024-11-15T20:12:01.448Za .github/buildomat/ci-env.sh 1K
28892024-11-15T20:12:01.448Za out/target/test 1K
28902024-11-15T20:12:01.448Za out/npuzone/npuzone 23144K
28912024-11-15T20:12:01.448Za package-manifest.toml 32K
28922024-11-15T20:12:01.448Za smf/sled-agent/non-gimlet/config.toml 4K
28932024-11-15T20:12:01.448Za target/release/omicron-package 36276K
28942024-11-15T20:12:01.448Za target/release/xtask 11750K
28952024-11-15T20:12:01.448Za target/debug/bootstrap 209775K
28962024-11-15T20:12:01.448Za tests/bootstrap-246df57fa2cbf807 24246K
28972024-11-15T20:12:01.448Za tests/commtest-47185152e52e4d85 25022K
28982024-11-15T20:12:01.448Za tests/dhcp_server-f25fc174fad7a7b4 24246K
28992024-11-15T20:12:01.448Za tests/end_to_end_tests-113dd4db321a5b88 227882K
29002024-11-15T20:12:01.448Za out/clickhouse.tar.gz 250295K
29012024-11-15T20:12:01.448Za out/clickhouse_keeper.tar.gz 250288K
29022024-11-15T20:12:01.448Za out/clickhouse_server.tar.gz 250288K
29032024-11-15T20:12:01.448Za out/cockroachdb.tar.gz 134543K
29042024-11-15T20:12:01.448Za out/crucible-dtrace.tar 83K
29052024-11-15T20:12:01.449Za out/crucible-pantry-zone.tar.gz 28155K
29062024-11-15T20:12:01.449Za out/crucible-zone.tar.gz 36369K
29072024-11-15T20:12:01.449Za out/external-dns.tar.gz 35250K
29082024-11-15T20:12:01.449Za out/internal-dns.tar.gz 35250K
29092024-11-15T20:12:01.449Za out/mg-ddm-gz.tar 62661K
29102024-11-15T20:12:01.449Za out/nexus.tar.gz 100655K
29112024-11-15T20:12:01.449Za out/ntp.tar.gz 10342K
29122024-11-15T20:12:01.449Za out/omicron-gateway-softnpu.tar.gz 23853K
29132024-11-15T20:12:01.449Za out/omicron-sled-agent.tar 112560K
29142024-11-15T20:12:01.449Za out/overlay.tar.gz 3K
29152024-11-15T20:12:01.449Za out/oximeter.tar.gz 51617K
29162024-11-15T20:12:01.449Za out/oxlog.tar 3088K
29172024-11-15T20:12:01.449Za out/probe.tar.gz 2764K
29182024-11-15T20:12:01.449Za out/propolis-server.tar.gz 66584K
29192024-11-15T20:12:01.449Za out/pumpkind-gz.tar 26665K
29202024-11-15T20:12:01.449Za out/switch-softnpu.tar.gz 237175K
29212024-11-15T20:12:01.452Z
29222024-11-15T20:12:01.452Zreal 1:08.480760880
29232024-11-15T20:12:01.452Zuser 1:05.428434856
29242024-11-15T20:12:01.452Zsys 4.263777391
29252024-11-15T20:12:01.452Ztrap 0.016503822
29262024-11-15T20:12:01.452Ztflt 0.000000000
29272024-11-15T20:12:01.452Zdflt 0.000000000
29282024-11-15T20:12:01.452Zkflt 0.000000000
29292024-11-15T20:12:01.452Zlock 0.000000000
29302024-11-15T20:12:01.452Zslp 1:05.310336150
29312024-11-15T20:12:01.452Zlat 1.937351635
29322024-11-15T20:12:01.452Zstop 0.000211454
29332024-11-15T20:12:01.452Zprocess exited: duration 1937125 ms, exit code 0
 
29342024-11-15T20:12:01.466Zfound 1 output files
29352024-11-15T20:12:01.467Zuploading: /work/package.tar.gz (1769458023 bytes)
29362024-11-15T20:12:36.229Zuploaded: /work/package.tar.gz