01JCMD4QYS0NHRR7K8RW4MPV0T: 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: 01JCMD5GZ7B75F674HWRMEJD6B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-14T03:59:47.383Zjob assigned to worker 01JCMD5V0Y03Q68XG373HJ2CD5 (queued for 1 m 5 s)
 
22024-11-14T03:59:55.599Zstarting task 0: "setup"
32024-11-14T03:59:55.607Z++ uname -s
42024-11-14T03:59:55.610Z+ kern=SunOS
52024-11-14T03:59:55.610Z+ case "$kern" in
62024-11-14T03:59:55.610Z+ groupadd -g 12345 build
72024-11-14T03:59:55.612Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-14T03:59:57.626Z+ zfs create -o mountpoint=/work rpool/work
92024-11-14T03:59:57.717Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-14T03:59:57.734Z+ home_fs=zfs
112024-11-14T03:59:57.734Z+ [[ zfs == autofs ]]
122024-11-14T03:59:57.734Z+ mkdir -p /home/build
132024-11-14T03:59:57.734Z+ chown build:build /home/build /work
142024-11-14T03:59:59.723Z+ chmod 0700 /home/build /work
152024-11-14T03:59:59.726Zprocess exited: duration 4127 ms, exit code 0
 
162024-11-14T03:59:59.732Zstarting task 1: "rust-toolchain"
172024-11-14T03:59:59.738Z+ printf ' * toolchain channel = "%s"
182024-11-14T03:59:59.738Z' 1.81.0
192024-11-14T03:59:59.738Z+ printf ' * toolchain profile = "%s"
202024-11-14T03:59:59.738Z' default
212024-11-14T03:59:59.738Z * toolchain channel = "1.81.0"
222024-11-14T03:59:59.738Z * toolchain profile = "default"
232024-11-14T03:59:59.740Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-14T03:59:59.740Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-14T03:59:59.860Zinfo: downloading installer
262024-11-14T04:00:01.424Zinfo: profile set to 'default'
272024-11-14T04:00:01.424Zinfo: default host triple is x86_64-unknown-illumos
282024-11-14T04:00:01.432Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-14T04:00:01.564Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-14T04:00:01.564Zinfo: downloading component 'cargo'
312024-11-14T04:00:02.253Zinfo: downloading component 'clippy'
322024-11-14T04:00:02.510Zinfo: downloading component 'rust-docs'
332024-11-14T04:00:03.500Zinfo: downloading component 'rust-std'
342024-11-14T04:00:04.941Zinfo: downloading component 'rustc'
352024-11-14T04:00:10.189Zinfo: downloading component 'rustfmt'
362024-11-14T04:00:10.399Zinfo: installing component 'cargo'
372024-11-14T04:00:11.228Zinfo: installing component 'clippy'
382024-11-14T04:00:11.627Zinfo: installing component 'rust-docs'
392024-11-14T04:00:13.254Zinfo: installing component 'rust-std'
402024-11-14T04:00:15.099Zinfo: installing component 'rustc'
412024-11-14T04:00:20.854Zinfo: installing component 'rustfmt'
422024-11-14T04:00:21.195Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-14T04:00:21.195Z
442024-11-14T04:00:21.558Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-14T04:00:21.558Z
462024-11-14T04:00:21.560Z
472024-11-14T04:00:21.561ZRust is installed now. Great!
482024-11-14T04:00:21.561Z
492024-11-14T04:00:21.561ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-14T04:00:21.561Zenvironment variable. This has not been done automatically.
512024-11-14T04:00:21.561Z
522024-11-14T04:00:21.561ZTo configure your current shell, you need to source
532024-11-14T04:00:21.561Zthe corresponding env file under $HOME/.cargo.
542024-11-14T04:00:21.561Z
552024-11-14T04:00:21.561ZThis is usually done by running one of the following (note the leading DOT):
562024-11-14T04:00:21.561Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-14T04:00:21.561Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-14T04:00:21.631Z+ rustc --version
592024-11-14T04:00:21.696Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-14T04:00:21.698Zprocess exited: duration 21962 ms, exit code 0
 
612024-11-14T04:00:21.704Zstarting task 2: "authentication"
622024-11-14T04:00:21.725Zprocess exited: duration 20 ms, exit code 0
 
632024-11-14T04:00:21.731Zstarting task 3: "clone repository"
642024-11-14T04:00:21.737Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-14T04:00:21.739Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-14T04:00:22.018ZCloning into '/work/oxidecomputer/omicron'...
672024-11-14T04:01:03.134Z+ cd /work/oxidecomputer/omicron
682024-11-14T04:01:03.134Z+ git fetch origin 2dc6988fbf7f0ce433a44c659ab57bf28032f11e
692024-11-14T04:01:03.844ZFrom https://github.com/oxidecomputer/omicron
702024-11-14T04:01:03.844Z * branch 2dc6988fbf7f0ce433a44c659ab57bf28032f11e -> FETCH_HEAD
712024-11-14T04:01:03.855Z+ [[ -n sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it ]]
722024-11-14T04:01:03.858Z++ git branch --show-current
732024-11-14T04:01:03.860Z+ current=main
742024-11-14T04:01:03.861Z+ [[ main != sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it ]]
752024-11-14T04:01:03.861Z+ git branch -f sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it 2dc6988fbf7f0ce433a44c659ab57bf28032f11e
762024-11-14T04:01:03.863Z+ git checkout -f sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it
772024-11-14T04:01:04.037ZSwitched to branch 'sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it'
782024-11-14T04:01:04.040Z+ git reset --hard 2dc6988fbf7f0ce433a44c659ab57bf28032f11e
792024-11-14T04:01:04.071ZHEAD is now at 2dc6988fb trailing whitespace
802024-11-14T04:01:04.075Zprocess exited: duration 42335 ms, exit code 0
 
812024-11-14T04:01:04.081Zstarting task 4: "build"
822024-11-14T04:01:04.087Z+ source .github/buildomat/ci-env.sh
832024-11-14T04:01:04.087Z++ export CARGO_TERM_COLOR=always
842024-11-14T04:01:04.087Z++ CARGO_TERM_COLOR=always
852024-11-14T04:01:04.087Z+ cargo --version
862024-11-14T04:01:04.145Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-14T04:01:04.148Z+ rustc --version
882024-11-14T04:01:04.207Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-14T04:01:04.209Z+ WORK=/work
902024-11-14T04:01:04.209Z+ pfexec mkdir -p /work
912024-11-14T04:01:04.214Z+ pfexec chown build /work
922024-11-14T04:01:04.218Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-14T04:01:21.559Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-14T04:01:25.269Z Startup: Caching catalogs ... Done
952024-11-14T04:01:33.451ZPlanning: Solver setup ... Done (7.533s)
962024-11-14T04:01:33.555ZPlanning: Running solver ... Done (0.104s)
972024-11-14T04:01:33.690ZPlanning: Finding local manifests ... Done (0.047s)
982024-11-14T04:01:33.718ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-14T04:01:34.355ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-14T04:01:34.558ZPlanning: Package planning ... Done (0.202s)
1012024-11-14T04:01:34.613ZPlanning: Merging actions ... Done (0.055s)
1022024-11-14T04:01:35.172ZPlanning: Checking for conflicting actions ... Done (0.559s)
1032024-11-14T04:01:41.295ZPlanning: Consolidating action changes ... Done (6.121s)
1042024-11-14T04:01:41.662ZPlanning: Evaluating mediators ... Done (0.366s)
1052024-11-14T04:01:41.774ZPlanning: Planning completed in 16.49 seconds
1062024-11-14T04:01:42.065Z Packages to install: 4
1072024-11-14T04:01:42.065Z Packages to update: 1
1082024-11-14T04:01:42.065Z Mediators to change: 2
1092024-11-14T04:01:42.065Z Services to change: 1
1102024-11-14T04:01:42.068Z Estimated space available: 155.64 GB
1112024-11-14T04:01:42.068ZEstimated space to be consumed: 1.59 GB
1122024-11-14T04:01:42.068Z Create boot environment: No
1132024-11-14T04:01:42.068ZCreate backup boot environment: Yes
1142024-11-14T04:01:42.068Z Rebuild boot archive: No
1152024-11-14T04:01:42.068Z
1162024-11-14T04:01:42.068ZChanged mediators:
1172024-11-14T04:01:42.068Z mediator clang:
1182024-11-14T04:01:42.068Z version: None -> 15 (system default)
1192024-11-14T04:01:42.068Z
1202024-11-14T04:01:42.068Z mediator llvm:
1212024-11-14T04:01:42.068Z version: 14 (system default) -> 15 (system default)
1222024-11-14T04:01:42.069Z
1232024-11-14T04:01:42.069ZChanged packages:
1242024-11-14T04:01:42.069Zhelios-dev
1252024-11-14T04:01:42.069Z developer/build-essential
1262024-11-14T04:01:42.069Z None -> 11-2.0
1272024-11-14T04:01:42.069Z library/libxmlsec1
1282024-11-14T04:01:42.069Z None -> 1.2.35-2.0
1292024-11-14T04:01:42.069Z ooce/developer/clang-15
1302024-11-14T04:01:42.069Z None -> 15.0.7-2.0
1312024-11-14T04:01:42.069Z ooce/developer/llvm-15
1322024-11-14T04:01:42.069Z None -> 15.0.7-2.0
1332024-11-14T04:01:42.069Z package/pkg
1342024-11-14T04:01:42.069Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-14T04:01:42.069Z
1362024-11-14T04:01:42.069ZServices:
1372024-11-14T04:01:42.069Z restart_fmri:
1382024-11-14T04:01:42.069Z svc:/system/update-man-index:default
1392024-11-14T04:01:42.069Z
1402024-11-14T04:01:42.069ZEditable files to change:
1412024-11-14T04:01:42.069Z Update:
1422024-11-14T04:01:42.069Z usr/share/lib/pkg/web/config.shtml
1432024-11-14T04:01:42.485Z
1442024-11-14T04:01:42.485ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-14T04:01:47.505ZDownload: 507/4281 items 16.8/220.6MB 7% complete (3.6M/s)
1462024-11-14T04:01:52.506ZDownload: 1128/4281 items 56.6/220.6MB 25% complete (5.6M/s)
1472024-11-14T04:01:58.040ZDownload: 1195/4281 items 83.4/220.6MB 37% complete (8.1M/s)
1482024-11-14T04:02:15.752ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
1492024-11-14T04:02:20.757ZDownload: 2268/4281 items 119.4/220.6MB 54% complete (7.3M/s)
1502024-11-14T04:02:25.757ZDownload: 3137/4281 items 151.2/220.6MB 68% complete (6.7M/s)
1512024-11-14T04:02:30.713ZDownload: Completed 220.60 MB in 48.22 seconds (4.6M/s)
1522024-11-14T04:02:32.753Z Actions: 1/5063 actions (Removing old actions)
1532024-11-14T04:02:32.771Z Actions: 194/5063 actions (Installing new actions)
1542024-11-14T04:02:37.910Z Actions: 4084/5063 actions (Installing new actions)
1552024-11-14T04:02:38.471Z Actions: 4226/5063 actions (Updating modified actions)
1562024-11-14T04:02:38.842Z Actions: Completed 5063 actions in 6.09 seconds.
1572024-11-14T04:02:39.212Z Done (0.363s)
1582024-11-14T04:02:39.215Z Done (0.000s)
1592024-11-14T04:02:39.727Z Done (0.514s)
1602024-11-14T04:02:45.142Z Done (5.198s)
1612024-11-14T04:02:45.426Z Done (0.209s)
1622024-11-14T04:02:45.429Z Done (0.000s)
1632024-11-14T04:02:45.585Z Done (0.000s)
1642024-11-14T04:02:46.248ZPlanning: Evaluating mediator changes ... Done
1652024-11-14T04:02:46.407ZPlanning: Checking for conflicting actions ... Done
1662024-11-14T04:02:46.409ZPlanning: Consolidating action changes ... Done
1672024-11-14T04:02:46.677ZPlanning: Evaluating mediators ... Done
1682024-11-14T04:02:46.679ZPlanning: Planning completed in 0.43 seconds
1692024-11-14T04:02:46.715Z Mediators to change: 2
1702024-11-14T04:02:46.715Z Create boot environment: No
1712024-11-14T04:02:46.715ZCreate backup boot environment: No
1722024-11-14T04:02:46.794Z Done
1732024-11-14T04:02:46.794Z Done
1742024-11-14T04:02:47.145Z Done
1752024-11-14T04:02:50.675Z Done
1762024-11-14T04:02:50.767Z Done
1772024-11-14T04:02:50.770Z Done
1782024-11-14T04:02:51.009Z Done
1792024-11-14T04:02:51.620ZPlanning: Evaluating mediator changes ... Done
1802024-11-14T04:02:51.623ZPlanning: Merging actions ... Done
1812024-11-14T04:02:51.811ZPlanning: Checking for conflicting actions ... Done
1822024-11-14T04:02:51.822ZPlanning: Consolidating action changes ... Done
1832024-11-14T04:02:52.075ZPlanning: Evaluating mediators ... Done
1842024-11-14T04:02:52.131ZPlanning: Planning completed in 0.75 seconds
1852024-11-14T04:02:52.170Z Packages to change: 1
1862024-11-14T04:02:52.173Z Mediators to change: 1
1872024-11-14T04:02:52.173Z Services to change: 1
1882024-11-14T04:02:52.173Z Create boot environment: No
1892024-11-14T04:02:52.173ZCreate backup boot environment: Yes
1902024-11-14T04:02:54.191Z Actions: 1/6 actions (Updating modified actions)
1912024-11-14T04:02:54.235Z Actions: Completed 6 actions in 0.04 seconds.
1922024-11-14T04:02:54.238Z Done
1932024-11-14T04:02:54.238Z Done
1942024-11-14T04:02:54.335Z Done
1952024-11-14T04:02:57.980Z Done
1962024-11-14T04:02:58.069Z Done
1972024-11-14T04:02:58.072Z Done
1982024-11-14T04:02:58.192Z Done
1992024-11-14T04:02:58.628ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-11-14T04:02:58.628Zclang system 15 system
2012024-11-14T04:02:58.628Zcsh system system illumos
2022024-11-14T04:02:58.628Zctags system system illumos
2032024-11-14T04:02:58.628Zgcc vendor 12 vendor
2042024-11-14T04:02:58.628Zgcc system 10 system
2052024-11-14T04:02:58.628Zgcc system 7 system
2062024-11-14T04:02:58.628Zgo system 1.20 system
2072024-11-14T04:02:58.628Zgo system 1.19 system
2082024-11-14T04:02:58.628Zllvm system 15 system
2092024-11-14T04:02:58.628Zllvm system 14 system
2102024-11-14T04:02:58.628Zmariadb system 10.6 system
2112024-11-14T04:02:58.628Zmta vendor vendor dma
2122024-11-14T04:02:58.628Zopenjdk system 17 system
2132024-11-14T04:02:58.628Zopenjdk system 11 system
2142024-11-14T04:02:58.628Zopenjdk system 1.8 system
2152024-11-14T04:02:58.629Zopenssl vendor 3 vendor
2162024-11-14T04:02:58.629Zperl system 5.36 system
2172024-11-14T04:02:58.629Zpostgresql system 15 system
2182024-11-14T04:02:58.629Zpostgresql system 13 system
2192024-11-14T04:02:58.629Zpython vendor 3 vendor
2202024-11-14T04:02:58.629Zpython system 2 system
2212024-11-14T04:02:58.629Zpython3 system 3.11 system
2222024-11-14T04:02:58.629Zruby system 3.0 system
2232024-11-14T04:02:58.629Zwords vendor vendor american-english
2242024-11-14T04:02:58.629Zwords system system australian-english
2252024-11-14T04:02:58.629Zwords system system british-english
2262024-11-14T04:02:58.629Zwords system system canadian-english
2272024-11-14T04:02:58.629Zwords system system french
2282024-11-14T04:02:58.629Zwords system system italian
2292024-11-14T04:02:58.629Zwords system system ngerman
2302024-11-14T04:02:58.629Zwords system system ogerman
2312024-11-14T04:02:58.630Zwords system system spanish
2322024-11-14T04:02:58.953ZPUBLISHER TYPE STATUS P LOCATION
2332024-11-14T04:02:58.953Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-11-14T04:03:01.461ZFMRI IFO
2352024-11-14T04:03:01.461Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-11-14T04:03:01.461Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-11-14T04:03:01.461Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-11-14T04:03:01.461Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-11-14T04:03:01.461Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-11-14T04:03:01.461Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-11-14T04:03:01.461Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2422024-11-14T04:03:01.461Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2432024-11-14T04:03:01.461Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2442024-11-14T04:03:01.462Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2452024-11-14T04:03:01.462Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-11-14T04:03:01.462Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-11-14T04:03:01.462Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2482024-11-14T04:03:01.462Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2492024-11-14T04:03:01.462Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2502024-11-14T04:03:02.187Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2512024-11-14T04:03:02.899Z Updating crates.io index
2522024-11-14T04:03:02.903Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532024-11-14T04:03:04.806Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2542024-11-14T04:03:05.538Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2552024-11-14T04:03:06.132Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2562024-11-14T04:03:06.753Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572024-11-14T04:03:10.404Z Updating git repository `https://github.com/oxidecomputer/crucible`
2582024-11-14T04:03:15.749Z Updating git repository `https://github.com/oxidecomputer/opte`
2592024-11-14T04:03:18.443Z Updating git repository `https://github.com/oxidecomputer/falcon`
2602024-11-14T04:03:21.975Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-11-14T04:03:22.679Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622024-11-14T04:03:23.447Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632024-11-14T04:03:24.853Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2642024-11-14T04:03:25.505Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652024-11-14T04:03:26.390Z Updating git repository `https://github.com/oxidecomputer/tofino`
2662024-11-14T04:03:26.995Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672024-11-14T04:03:27.546Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682024-11-14T04:03:28.144Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692024-11-14T04:03:28.842Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2702024-11-14T04:03:29.783Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712024-11-14T04:03:30.435Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2722024-11-14T04:03:31.133Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732024-11-14T04:03:32.207Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742024-11-14T04:03:32.766Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752024-11-14T04:03:33.713Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762024-11-14T04:03:34.815Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772024-11-14T04:03:35.420Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782024-11-14T04:03:36.108Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792024-11-14T04:03:37.818Z Downloading crates ...
2802024-11-14T04:03:37.914Z Downloaded block-buffer v0.10.4
2812024-11-14T04:03:37.921Z Downloaded anyhow v1.0.93
2822024-11-14T04:03:37.928Z Downloaded camino v1.1.9
2832024-11-14T04:03:37.932Z Downloaded generic-array v0.14.7
2842024-11-14T04:03:37.935Z Downloaded smawk v0.3.2
2852024-11-14T04:03:37.938Z Downloaded memmap v0.7.0
2862024-11-14T04:03:37.943Z Downloaded is_terminal_polyfill v1.70.1
2872024-11-14T04:03:37.943Z Downloaded errno v0.3.9
2882024-11-14T04:03:37.943Z Downloaded anstyle v1.0.10
2892024-11-14T04:03:37.947Z Downloaded dof v0.3.0
2902024-11-14T04:03:37.947Z Downloaded toml_datetime v0.6.8
2912024-11-14T04:03:37.947Z Downloaded heck v0.4.1
2922024-11-14T04:03:37.951Z Downloaded fs-err v2.11.0
2932024-11-14T04:03:37.951Z Downloaded ucd-trie v0.1.7
2942024-11-14T04:03:37.954Z Downloaded thiserror-impl v1.0.69
2952024-11-14T04:03:37.954Z Downloaded usdt-impl v0.5.0
2962024-11-14T04:03:37.954Z Downloaded terminal_size v0.4.0
2972024-11-14T04:03:37.956Z Downloaded proc-macro-error v1.0.4
2982024-11-14T04:03:37.959Z Downloaded semver v1.0.23
2992024-11-14T04:03:37.962Z Downloaded swrite v0.1.0
3002024-11-14T04:03:37.962Z Downloaded ryu v1.0.18
3012024-11-14T04:03:37.967Z Downloaded zerocopy-derive v0.7.35
3022024-11-14T04:03:37.971Z Downloaded cfg-if v1.0.0
3032024-11-14T04:03:37.971Z Downloaded pest_meta v2.7.14
3042024-11-14T04:03:37.991Z Downloaded version_check v0.9.5
3052024-11-14T04:03:37.991Z Downloaded serde_json v1.0.132
3062024-11-14T04:03:37.996Z Downloaded tabled v0.15.0
3072024-11-14T04:03:37.999Z Downloaded plain v0.2.3
3082024-11-14T04:03:37.999Z Downloaded crypto-common v0.1.6
3092024-11-14T04:03:37.999Z Downloaded clap_lex v0.7.2
3102024-11-14T04:03:37.999Z Downloaded camino-tempfile v1.1.1
3112024-11-14T04:03:38.002Z Downloaded autocfg v1.4.0
3122024-11-14T04:03:38.002Z Downloaded anstyle-query v1.1.1
3132024-11-14T04:03:38.005Z Downloaded anstyle-parse v0.2.5
3142024-11-14T04:03:38.007Z Downloaded clap v4.5.20
3152024-11-14T04:03:38.014Z Downloaded hashbrown v0.15.0
3162024-11-14T04:03:38.019Z Downloaded anstream v0.6.15
3172024-11-14T04:03:38.022Z Downloaded fnv v1.0.7
3182024-11-14T04:03:38.025Z Downloaded dtrace-parser v0.2.0
3192024-11-14T04:03:38.025Z Downloaded digest v0.10.7
3202024-11-14T04:03:38.029Z Downloaded colorchoice v1.0.2
3212024-11-14T04:03:38.029Z Downloaded equivalent v1.0.1
3222024-11-14T04:03:38.029Z Downloaded cargo_metadata v0.18.1
3232024-11-14T04:03:38.032Z Downloaded bytecount v0.6.8
3242024-11-14T04:03:38.032Z Downloaded bitflags v2.6.0
3252024-11-14T04:03:38.035Z Downloaded strsim v0.11.1
3262024-11-14T04:03:38.039Z Downloaded scroll_derive v0.12.0
3272024-11-14T04:03:38.039Z Downloaded proc-macro-error-attr v1.0.4
3282024-11-14T04:03:38.039Z Downloaded byteorder v1.5.0
3292024-11-14T04:03:38.043Z Downloaded usdt-macro v0.5.0
3302024-11-14T04:03:38.043Z Downloaded pretty-hex v0.4.1
3312024-11-14T04:03:38.043Z Downloaded cargo-platform v0.1.8
3322024-11-14T04:03:38.043Z Downloaded log v0.4.22
3332024-11-14T04:03:38.049Z Downloaded quote v1.0.37
3342024-11-14T04:03:38.052Z Downloaded itoa v1.0.11
3352024-11-14T04:03:38.052Z Downloaded heck v0.5.0
3362024-11-14T04:03:38.052Z Downloaded fastrand v2.1.1
3372024-11-14T04:03:38.052Z Downloaded cpufeatures v0.2.14
3382024-11-14T04:03:38.054Z Downloaded pest_generator v2.7.14
3392024-11-14T04:03:38.055Z Downloaded usdt-attr-macro v0.5.0
3402024-11-14T04:03:38.055Z Downloaded tabled_derive v0.7.0
3412024-11-14T04:03:38.057Z Downloaded sha2 v0.10.8
3422024-11-14T04:03:38.057Z Downloaded clap_derive v4.5.18
3432024-11-14T04:03:38.060Z Downloaded thread-id v4.2.2
3442024-11-14T04:03:38.064Z Downloaded utf8parse v0.2.2
3452024-11-14T04:03:38.064Z Downloaded usdt v0.5.0
3462024-11-14T04:03:38.064Z Downloaded unicode-linebreak v0.1.5
3472024-11-14T04:03:38.066Z Downloaded pest_derive v2.7.14
3482024-11-14T04:03:38.071Z Downloaded once_cell v1.20.2
3492024-11-14T04:03:38.073Z Downloaded macaddr v1.0.1
3502024-11-14T04:03:38.076Z Downloaded serde_tokenstream v0.2.2
3512024-11-14T04:03:38.076Z Downloaded scroll v0.12.0
3522024-11-14T04:03:38.081Z Downloaded thiserror v1.0.69
3532024-11-14T04:03:38.088Z Downloaded serde_derive v1.0.215
3542024-11-14T04:03:38.090Z Downloaded cargo_toml v0.20.5
3552024-11-14T04:03:38.097Z Downloaded tempfile v3.13.0
3562024-11-14T04:03:38.102Z Downloaded unicode-ident v1.0.13
3572024-11-14T04:03:38.104Z Downloaded serde_spanned v0.6.8
3582024-11-14T04:03:38.104Z Downloaded proc-macro2 v1.0.89
3592024-11-14T04:03:38.104Z Downloaded typenum v1.17.0
3602024-11-14T04:03:38.112Z Downloaded toml v0.8.19
3612024-11-14T04:03:38.114Z Downloaded textwrap v0.16.1
3622024-11-14T04:03:38.118Z Downloaded papergrid v0.11.0
3632024-11-14T04:03:38.124Z Downloaded serde v1.0.215
3642024-11-14T04:03:38.126Z Downloaded indexmap v2.6.0
3652024-11-14T04:03:38.133Z Downloaded goblin v0.8.2
3662024-11-14T04:03:38.136Z Downloaded toml_edit v0.22.22
3672024-11-14T04:03:38.159Z Downloaded memchr v2.7.4
3682024-11-14T04:03:38.163Z Downloaded clap_builder v4.5.20
3692024-11-14T04:03:38.171Z Downloaded pest v2.7.14
3702024-11-14T04:03:38.178Z Downloaded zerocopy v0.7.35
3712024-11-14T04:03:38.198Z Downloaded winnow v0.6.20
3722024-11-14T04:03:38.215Z Downloaded syn v1.0.109
3732024-11-14T04:03:38.227Z Downloaded unicode-width v0.1.14
3742024-11-14T04:03:38.232Z Downloaded syn v2.0.87
3752024-11-14T04:03:38.243Z Downloaded rustix v0.38.37
3762024-11-14T04:03:38.287Z Downloaded libc v0.2.162
3772024-11-14T04:03:38.580Z Compiling proc-macro2 v1.0.89
3782024-11-14T04:03:38.580Z Compiling unicode-ident v1.0.13
3792024-11-14T04:03:38.583Z Compiling serde v1.0.215
3802024-11-14T04:03:38.583Z Compiling version_check v0.9.5
3812024-11-14T04:03:38.583Z Compiling thiserror v1.0.69
3822024-11-14T04:03:38.583Z Compiling memchr v2.7.4
3832024-11-14T04:03:38.583Z Compiling libc v0.2.162
3842024-11-14T04:03:38.583Z Compiling itoa v1.0.11
3852024-11-14T04:03:38.856Z Compiling ryu v1.0.18
3862024-11-14T04:03:38.926Z Compiling ucd-trie v0.1.7
3872024-11-14T04:03:39.192Z Compiling once_cell v1.20.2
3882024-11-14T04:03:39.451Z Compiling byteorder v1.5.0
3892024-11-14T04:03:39.785Z Compiling rustix v0.38.37
3902024-11-14T04:03:39.917Z Compiling serde_json v1.0.132
3912024-11-14T04:03:40.436Z Compiling bitflags v2.6.0
3922024-11-14T04:03:40.457Z Compiling proc-macro-error-attr v1.0.4
3932024-11-14T04:03:40.562Z Compiling usdt-impl v0.5.0
3942024-11-14T04:03:40.608Z Compiling syn v1.0.109
3952024-11-14T04:03:40.721Z Compiling proc-macro-error v1.0.4
3962024-11-14T04:03:40.815Z Compiling log v0.4.22
3972024-11-14T04:03:40.840Z Compiling camino v1.1.9
3982024-11-14T04:03:40.967Z Compiling hashbrown v0.15.0
3992024-11-14T04:03:41.002Z Compiling equivalent v1.0.1
4002024-11-14T04:03:41.108Z Compiling utf8parse v0.2.2
4012024-11-14T04:03:41.212Z Compiling thread-id v4.2.2
4022024-11-14T04:03:41.266Z Compiling plain v0.2.3
4032024-11-14T04:03:41.290Z Compiling anstyle-parse v0.2.5
4042024-11-14T04:03:41.421Z Compiling quote v1.0.37
4052024-11-14T04:03:41.464Z Compiling is_terminal_polyfill v1.70.1
4062024-11-14T04:03:41.564Z Compiling anstyle-query v1.1.1
4072024-11-14T04:03:41.590Z Compiling colorchoice v1.0.2
4082024-11-14T04:03:41.614Z Compiling unicode-width v0.1.14
4092024-11-14T04:03:41.656Z Compiling semver v1.0.23
4102024-11-14T04:03:41.715Z Compiling errno v0.3.9
4112024-11-14T04:03:41.738Z Compiling anstyle v1.0.10
4122024-11-14T04:03:41.946Z Compiling syn v2.0.87
4132024-11-14T04:03:42.120Z Compiling indexmap v2.6.0
4142024-11-14T04:03:42.144Z Compiling pretty-hex v0.4.1
4152024-11-14T04:03:42.188Z Compiling autocfg v1.4.0
4162024-11-14T04:03:42.191Z Compiling winnow v0.6.20
4172024-11-14T04:03:42.448Z Compiling anstream v0.6.15
4182024-11-14T04:03:43.384Z Compiling fs-err v2.11.0
4192024-11-14T04:03:43.465Z Compiling fastrand v2.1.1
4202024-11-14T04:03:43.469Z Compiling heck v0.5.0
4212024-11-14T04:03:43.665Z Compiling fnv v1.0.7
4222024-11-14T04:03:43.810Z Compiling clap_lex v0.7.2
4232024-11-14T04:03:43.950Z Compiling cfg-if v1.0.0
4242024-11-14T04:03:44.009Z Compiling anyhow v1.0.93
4252024-11-14T04:03:44.045Z Compiling heck v0.4.1
4262024-11-14T04:03:44.069Z Compiling bytecount v0.6.8
4272024-11-14T04:03:44.284Z Compiling terminal_size v0.4.0
4282024-11-14T04:03:44.309Z Compiling strsim v0.11.1
4292024-11-14T04:03:44.499Z Compiling papergrid v0.11.0
4302024-11-14T04:03:44.542Z Compiling tempfile v3.13.0
4312024-11-14T04:03:44.931Z Compiling clap_builder v4.5.20
4322024-11-14T04:03:45.234Z Compiling memmap v0.7.0
4332024-11-14T04:03:45.408Z Compiling smawk v0.3.2
4342024-11-14T04:03:45.586Z Compiling unicode-linebreak v0.1.5
4352024-11-14T04:03:46.024Z Compiling textwrap v0.16.1
4362024-11-14T04:03:46.079Z Compiling swrite v0.1.0
4372024-11-14T04:03:47.565Z Compiling tabled_derive v0.7.0
4382024-11-14T04:03:48.931Z Compiling tabled v0.15.0
4392024-11-14T04:03:50.814Z Compiling serde_derive v1.0.215
4402024-11-14T04:03:50.814Z Compiling thiserror-impl v1.0.69
4412024-11-14T04:03:50.817Z Compiling zerocopy-derive v0.7.35
4422024-11-14T04:03:50.817Z Compiling scroll_derive v0.12.0
4432024-11-14T04:03:50.817Z Compiling clap_derive v4.5.18
4442024-11-14T04:03:51.911Z Compiling scroll v0.12.0
4452024-11-14T04:03:52.430Z Compiling goblin v0.8.2
4462024-11-14T04:03:52.603Z Compiling zerocopy v0.7.35
4472024-11-14T04:03:53.689Z Compiling pest v2.7.14
4482024-11-14T04:03:54.748Z Compiling clap v4.5.20
4492024-11-14T04:03:55.797Z Compiling pest_meta v2.7.14
4502024-11-14T04:03:56.633Z Compiling pest_generator v2.7.14
4512024-11-14T04:03:58.648Z Compiling pest_derive v2.7.14
4522024-11-14T04:03:59.344Z Compiling dtrace-parser v0.2.0
4532024-11-14T04:04:00.818Z Compiling serde_tokenstream v0.2.2
4542024-11-14T04:04:01.006Z Compiling serde_spanned v0.6.8
4552024-11-14T04:04:01.006Z Compiling toml_datetime v0.6.8
4562024-11-14T04:04:01.104Z Compiling cargo-platform v0.1.8
4572024-11-14T04:04:01.388Z Compiling toml_edit v0.22.22
4582024-11-14T04:04:01.420Z Compiling macaddr v1.0.1
4592024-11-14T04:04:01.741Z Compiling camino-tempfile v1.1.1
4602024-11-14T04:04:02.321Z Compiling dof v0.3.0
4612024-11-14T04:04:02.521Z Compiling cargo_metadata v0.18.1
4622024-11-14T04:04:04.076Z Compiling usdt-attr-macro v0.5.0
4632024-11-14T04:04:04.076Z Compiling usdt-macro v0.5.0
4642024-11-14T04:04:04.209Z Compiling toml v0.8.19
4652024-11-14T04:04:05.086Z Compiling cargo_toml v0.20.5
4662024-11-14T04:04:05.423Z Compiling usdt v0.5.0
4672024-11-14T04:04:08.574Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4682024-11-14T04:04:12.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
4692024-11-14T04:04:12.961Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4702024-11-14T04:04:13.498Z Downloading crates ...
4712024-11-14T04:04:13.625Z Downloaded arrayvec v0.7.6
4722024-11-14T04:04:13.636Z Downloaded allocator-api2 v0.2.18
4732024-11-14T04:04:13.639Z Downloaded cfg_aliases v0.2.1
4742024-11-14T04:04:13.643Z Downloaded atty v0.2.14
4752024-11-14T04:04:13.643Z Downloaded async-recursion v1.1.1
4762024-11-14T04:04:13.647Z Downloaded crossbeam-deque v0.8.5
4772024-11-14T04:04:13.650Z Downloaded cmake v0.1.51
4782024-11-14T04:04:13.650Z Downloaded adler2 v2.0.0
4792024-11-14T04:04:13.653Z Downloaded argon2 v0.5.3
4802024-11-14T04:04:13.655Z Downloaded cstr-argument v0.1.2
4812024-11-14T04:04:13.659Z Downloaded crc v3.2.1
4822024-11-14T04:04:13.662Z Downloaded bzip2 v0.4.4
4832024-11-14T04:04:13.662Z Downloaded hickory-client v0.24.1
4842024-11-14T04:04:13.665Z Downloaded convert_case v0.4.0
4852024-11-14T04:04:13.668Z Downloaded ctr v0.9.2
4862024-11-14T04:04:13.670Z Downloaded ipnetwork v0.20.0
4872024-11-14T04:04:13.674Z Downloaded inout v0.1.3
4882024-11-14T04:04:13.674Z Downloaded humantime v2.1.0
4892024-11-14T04:04:13.677Z Downloaded compact_str v0.8.0
4902024-11-14T04:04:13.681Z Downloaded ident_case v1.0.1
4912024-11-14T04:04:13.683Z Downloaded backoff v0.4.0
4922024-11-14T04:04:13.683Z Downloaded instant v0.1.13
4932024-11-14T04:04:13.687Z Downloaded ciborium v0.2.2
4942024-11-14T04:04:13.690Z Downloaded crucible-workspace-hack v0.1.0
4952024-11-14T04:04:13.690Z Downloaded bitfield v0.14.0
4962024-11-14T04:04:13.694Z Downloaded match_cfg v0.1.0
4972024-11-14T04:04:13.696Z Downloaded bb8 v0.8.5
4982024-11-14T04:04:13.696Z Downloaded async-trait v0.1.83
4992024-11-14T04:04:13.700Z Downloaded base64 v0.22.1
5002024-11-14T04:04:13.703Z Downloaded idna_adapter v1.2.0
5012024-11-14T04:04:13.703Z Downloaded httpdate v1.0.3
5022024-11-14T04:04:13.705Z Downloaded cipher v0.4.4
5032024-11-14T04:04:13.705Z Downloaded bumpalo v3.16.0
5042024-11-14T04:04:13.710Z Downloaded md-5 v0.10.6
5052024-11-14T04:04:13.710Z Downloaded const_format v0.2.33
5062024-11-14T04:04:13.716Z Downloaded kstat-rs v0.2.4
5072024-11-14T04:04:13.718Z Downloaded lru v0.12.5
5082024-11-14T04:04:13.721Z Downloaded http-body-util v0.1.2
5092024-11-14T04:04:13.721Z Downloaded managed v0.8.0
5102024-11-14T04:04:13.725Z Downloaded lazy_static v1.5.0
5112024-11-14T04:04:13.728Z Downloaded internet-checksum v0.2.1
5122024-11-14T04:04:13.728Z Downloaded atomicwrites v0.4.4
5132024-11-14T04:04:13.728Z Downloaded memmap2 v0.9.5
5142024-11-14T04:04:13.731Z Downloaded libloading v0.8.5
5152024-11-14T04:04:13.734Z Downloaded icu_locid_transform v1.5.0
5162024-11-14T04:04:13.737Z Downloaded hyper-staticfile v0.10.1
5172024-11-14T04:04:13.737Z Downloaded mime_guess v2.0.5
5182024-11-14T04:04:13.740Z Downloaded async-stream-impl v0.3.6
5192024-11-14T04:04:13.743Z Downloaded litemap v0.7.3
5202024-11-14T04:04:13.743Z Downloaded ascii-canvas v3.0.0
5212024-11-14T04:04:13.749Z Downloaded aead v0.5.2
5222024-11-14T04:04:13.749Z Downloaded iana-time-zone v0.1.61
5232024-11-14T04:04:13.752Z Downloaded scheduled-thread-pool v0.2.7
5242024-11-14T04:04:13.752Z Downloaded darling v0.20.10
5252024-11-14T04:04:13.756Z Downloaded qorb v0.2.0
5262024-11-14T04:04:13.762Z Downloaded cfg_aliases v0.1.1
5272024-11-14T04:04:13.765Z Downloaded icu_normalizer_data v1.5.0
5282024-11-14T04:04:13.765Z Downloaded atomic-waker v1.1.2
5292024-11-14T04:04:13.769Z Downloaded async-stream v0.3.6
5302024-11-14T04:04:13.769Z Downloaded signature v2.2.0
5312024-11-14T04:04:13.771Z Downloaded mockall_derive v0.13.0
5322024-11-14T04:04:13.774Z Downloaded addr2line v0.24.2
5332024-11-14T04:04:13.777Z Downloaded async-bb8-diesel v0.2.1
5342024-11-14T04:04:13.779Z Downloaded indexmap v1.9.3
5352024-11-14T04:04:13.784Z Downloaded http v1.1.0
5362024-11-14T04:04:13.787Z Downloaded strum_macros v0.25.3
5372024-11-14T04:04:13.792Z Downloaded http-range v0.1.5
5382024-11-14T04:04:13.792Z Downloaded cexpr v0.6.0
5392024-11-14T04:04:13.797Z Downloaded bit-vec v0.6.3
5402024-11-14T04:04:13.797Z Downloaded bitflags v1.3.2
5412024-11-14T04:04:13.799Z Downloaded icu_provider_macros v1.5.0
5422024-11-14T04:04:13.799Z Downloaded constant_time_eq v0.3.1
5432024-11-14T04:04:13.802Z Downloaded castaway v0.2.3
5442024-11-14T04:04:13.805Z Downloaded rsa v0.9.6
5452024-11-14T04:04:13.809Z Downloaded is_ci v1.2.0
5462024-11-14T04:04:13.812Z Downloaded samael v0.0.17
5472024-11-14T04:04:13.818Z Downloaded matches v0.1.10
5482024-11-14T04:04:13.821Z Downloaded hubpack_derive v0.1.1
5492024-11-14T04:04:13.821Z Downloaded headers-core v0.3.0
5502024-11-14T04:04:13.821Z Downloaded md5 v0.7.0
5512024-11-14T04:04:13.825Z Downloaded const_format_proc_macros v0.2.33
5522024-11-14T04:04:13.825Z Downloaded chrono-tz-build v0.4.0
5532024-11-14T04:04:13.831Z Downloaded colored v2.1.0
5542024-11-14T04:04:13.839Z Downloaded ciborium-ll v0.2.2
5552024-11-14T04:04:13.839Z Downloaded bitfield-struct v0.6.2
5562024-11-14T04:04:13.839Z Downloaded mirai-annotations v1.12.0
5572024-11-14T04:04:13.839Z Downloaded crc-catalog v2.4.0
5582024-11-14T04:04:13.839Z Downloaded chacha20 v0.9.1
5592024-11-14T04:04:13.842Z Downloaded termtree v0.4.1
5602024-11-14T04:04:13.842Z Downloaded stable_deref_trait v1.2.0
5612024-11-14T04:04:13.842Z Downloaded slog-envlogger v2.2.0
5622024-11-14T04:04:13.842Z Downloaded buf-list v1.0.3
5632024-11-14T04:04:13.844Z Downloaded indent_write v2.2.0
5642024-11-14T04:04:13.844Z Downloaded cbc v0.1.2
5652024-11-14T04:04:13.847Z Downloaded bcrypt-pbkdf v0.10.0
5662024-11-14T04:04:13.847Z Downloaded indoc v1.0.9
5672024-11-14T04:04:13.850Z Downloaded bitvec v1.0.1
5682024-11-14T04:04:13.868Z Downloaded diesel_table_macro_syntax v0.2.0
5692024-11-14T04:04:13.870Z Downloaded untrusted v0.7.1
5702024-11-14T04:04:13.871Z Downloaded toolchain_find v0.4.0
5712024-11-14T04:04:13.873Z Downloaded libsw v3.3.1
5722024-11-14T04:04:13.873Z Downloaded lazycell v1.3.0
5732024-11-14T04:04:13.876Z Downloaded foreign-types-macros v0.2.3
5742024-11-14T04:04:13.876Z Downloaded quick-error v1.2.3
5752024-11-14T04:04:13.879Z Downloaded cookie_store v0.21.0
5762024-11-14T04:04:13.882Z Downloaded write16 v1.0.0
5772024-11-14T04:04:13.882Z Downloaded unicase v2.7.0
5782024-11-14T04:04:13.884Z Downloaded serde_repr v0.1.19
5792024-11-14T04:04:13.887Z Downloaded rustc-hash v2.0.0
5802024-11-14T04:04:13.887Z Downloaded rtoolbox v0.0.2
5812024-11-14T04:04:13.889Z Downloaded lockfree-object-pool v0.1.6
5822024-11-14T04:04:13.891Z Downloaded foreign-types-shared v0.1.1
5832024-11-14T04:04:13.895Z Downloaded writeable v0.5.5
5842024-11-14T04:04:13.895Z Downloaded foreign-types-shared v0.3.1
5852024-11-14T04:04:13.895Z Downloaded openssl-probe v0.1.5
5862024-11-14T04:04:13.897Z Downloaded openssl-macros v0.1.1
5872024-11-14T04:04:13.897Z Downloaded tokio-macros v2.4.0
5882024-11-14T04:04:13.902Z Downloaded maybe-uninit v2.0.0
5892024-11-14T04:04:13.902Z Downloaded memoffset v0.9.1
5902024-11-14T04:04:13.905Z Downloaded mockall v0.13.0
5912024-11-14T04:04:13.905Z Downloaded cancel-safe-futures v0.1.5
5922024-11-14T04:04:13.907Z Downloaded zone v0.1.8
5932024-11-14T04:04:13.910Z Downloaded defmt-macros v0.3.9
5942024-11-14T04:04:13.912Z Downloaded difflib v0.4.0
5952024-11-14T04:04:13.915Z Downloaded clang-sys v1.8.1
5962024-11-14T04:04:13.917Z Downloaded arc-swap v1.7.1
5972024-11-14T04:04:13.920Z Downloaded progenitor-client v0.8.0
5982024-11-14T04:04:13.923Z Downloaded phf_shared v0.11.2
5992024-11-14T04:04:13.923Z Downloaded phf_shared v0.10.0
6002024-11-14T04:04:13.925Z Downloaded fd-lock v4.0.2
6012024-11-14T04:04:13.927Z Downloaded futures-task v0.3.31
6022024-11-14T04:04:13.930Z Downloaded httparse v1.9.5
6032024-11-14T04:04:13.930Z Downloaded mio v1.0.2
6042024-11-14T04:04:13.937Z Downloaded path-slash v0.1.5
6052024-11-14T04:04:13.939Z Downloaded russh-cryptovec v0.7.3
6062024-11-14T04:04:13.942Z Downloaded crossbeam-utils v0.8.20
6072024-11-14T04:04:13.944Z Downloaded jobserver v0.1.32
6082024-11-14T04:04:13.947Z Downloaded parse-display-derive v0.10.0
6092024-11-14T04:04:13.947Z Downloaded bytes v1.7.2
6102024-11-14T04:04:13.952Z Downloaded embedded-io v0.6.1
6112024-11-14T04:04:13.955Z Downloaded semver v0.1.20
6122024-11-14T04:04:13.957Z Downloaded dirs-sys-next v0.1.2
6132024-11-14T04:04:13.957Z Downloaded wyz v0.5.1
6142024-11-14T04:04:13.958Z Downloaded universal-hash v0.5.1
6152024-11-14T04:04:13.961Z Downloaded highway v1.2.0
6162024-11-14T04:04:13.968Z Downloaded signal-hook-tokio v0.3.1
6172024-11-14T04:04:13.968Z Downloaded bindgen v0.69.5
6182024-11-14T04:04:13.976Z Downloaded ref-cast v1.0.23
6192024-11-14T04:04:13.979Z Downloaded hashlink v0.9.1
6202024-11-14T04:04:13.979Z Downloaded hickory-resolver v0.24.1
6212024-11-14T04:04:13.982Z Downloaded num-rational v0.4.2
6222024-11-14T04:04:13.984Z Downloaded const-oid v0.9.6
6232024-11-14T04:04:13.987Z Downloaded icu_normalizer v1.5.0
6242024-11-14T04:04:13.991Z Downloaded derive_builder_macro v0.20.2
6252024-11-14T04:04:13.994Z Downloaded sqlparser_derive v0.2.2
6262024-11-14T04:04:13.994Z Downloaded icu_locid_transform_data v1.5.0
6272024-11-14T04:04:13.997Z Downloaded num v0.4.3
6282024-11-14T04:04:14.003Z Downloaded slog-bunyan v2.5.0
6292024-11-14T04:04:14.003Z Downloaded serde-big-array v0.5.1
6302024-11-14T04:04:14.006Z Downloaded base64 v0.21.7
6312024-11-14T04:04:14.006Z Downloaded slog-json v2.6.1
6322024-11-14T04:04:14.008Z Downloaded serde-hex v0.1.0
6332024-11-14T04:04:14.008Z Downloaded toml v0.7.8
6342024-11-14T04:04:14.013Z Downloaded number_prefix v0.4.0
6352024-11-14T04:04:14.015Z Downloaded icu_locid v1.5.0
6362024-11-14T04:04:14.019Z Downloaded packed_struct_codegen v0.10.1
6372024-11-14T04:04:14.021Z Downloaded rfc6979 v0.4.0
6382024-11-14T04:04:14.032Z Downloaded fatfs v0.3.6
6392024-11-14T04:04:14.039Z Downloaded schemars v0.8.21
6402024-11-14T04:04:14.048Z Downloaded float-cmp v0.9.0
6412024-11-14T04:04:14.051Z Downloaded backtrace v0.3.74
6422024-11-14T04:04:14.056Z Downloaded indicatif v0.17.8
6432024-11-14T04:04:14.061Z Downloaded multimap v0.10.0
6442024-11-14T04:04:14.063Z Downloaded hex v0.4.3
6452024-11-14T04:04:14.063Z Downloaded num_enum_derive v0.5.11
6462024-11-14T04:04:14.067Z Downloaded parking_lot_core v0.8.6
6472024-11-14T04:04:14.071Z Downloaded sqlformat v0.2.6
6482024-11-14T04:04:14.071Z Downloaded ssh-encoding v0.2.0
6492024-11-14T04:04:14.074Z Downloaded yoke-derive v0.7.4
6502024-11-14T04:04:14.074Z Downloaded parse-display v0.10.0
6512024-11-14T04:04:14.077Z Downloaded pin-project-lite v0.2.14
6522024-11-14T04:04:14.080Z Downloaded typify v0.2.0
6532024-11-14T04:04:14.083Z Downloaded publicsuffix v2.2.3
6542024-11-14T04:04:14.086Z Downloaded rpassword v7.3.1
6552024-11-14T04:04:14.089Z Downloaded xattr v1.3.1
6562024-11-14T04:04:14.091Z Downloaded tinyvec_macros v0.1.1
6572024-11-14T04:04:14.091Z Downloaded whoami v1.5.2
6582024-11-14T04:04:14.095Z Downloaded powerfmt v0.2.0
6592024-11-14T04:04:14.095Z Downloaded zerofrom v0.1.4
6602024-11-14T04:04:14.097Z Downloaded strum v0.26.3
6612024-11-14T04:04:14.098Z Downloaded zerovec-derive v0.10.3
6622024-11-14T04:04:14.100Z Downloaded thiserror-no-std v2.0.2
6632024-11-14T04:04:14.103Z Downloaded globset v0.4.15
6642024-11-14T04:04:14.105Z Downloaded fragile v2.0.0
6652024-11-14T04:04:14.110Z Downloaded sha1 v0.10.6
6662024-11-14T04:04:14.112Z Downloaded derive_builder_core v0.20.2
6672024-11-14T04:04:14.112Z Downloaded pin-project-internal v1.1.6
6682024-11-14T04:04:14.116Z Downloaded peg-runtime v0.8.3
6692024-11-14T04:04:14.118Z Downloaded unarray v0.1.4
6702024-11-14T04:04:14.118Z Downloaded string_cache v0.8.7
6712024-11-14T04:04:14.118Z Downloaded socket2 v0.5.7
6722024-11-14T04:04:14.121Z Downloaded parking_lot_core v0.9.10
6732024-11-14T04:04:14.124Z Downloaded group v0.13.0
6742024-11-14T04:04:14.127Z Downloaded gethostname v0.5.0
6752024-11-14T04:04:14.127Z Downloaded form_urlencoded v1.2.1
6762024-11-14T04:04:14.129Z Downloaded xz2 v0.1.7
6772024-11-14T04:04:14.132Z Downloaded num-derive v0.4.2
6782024-11-14T04:04:14.132Z Downloaded parking_lot v0.11.2
6792024-11-14T04:04:14.136Z Downloaded polyval v0.6.2
6802024-11-14T04:04:14.140Z Downloaded crossbeam-channel v0.5.13
6812024-11-14T04:04:14.143Z Downloaded derive_more v0.99.18
6822024-11-14T04:04:14.148Z Downloaded tungstenite v0.21.0
6832024-11-14T04:04:14.151Z Downloaded futures-core v0.3.31
6842024-11-14T04:04:14.154Z Downloaded funty v2.0.0
6852024-11-14T04:04:14.157Z Downloaded foreign-types v0.5.0
6862024-11-14T04:04:14.157Z Downloaded russh-keys v0.45.0
6872024-11-14T04:04:14.159Z Downloaded take_mut v0.2.2
6882024-11-14T04:04:14.162Z Downloaded tokio-stream v0.1.16
6892024-11-14T04:04:14.165Z Downloaded unicode_categories v0.1.1
6902024-11-14T04:04:14.168Z Downloaded sync_wrapper v1.0.1
6912024-11-14T04:04:14.171Z Downloaded num-complex v0.4.6
6922024-11-14T04:04:14.174Z Downloaded shlex v1.3.0
6932024-11-14T04:04:14.174Z Downloaded pem-rfc7468 v0.7.0
6942024-11-14T04:04:14.177Z Downloaded structmeta-derive v0.2.0
6952024-11-14T04:04:14.178Z Downloaded shell-words v1.1.0
6962024-11-14T04:04:14.186Z Downloaded vsss-rs v3.3.4
6972024-11-14T04:04:14.191Z Downloaded rand_seeder v0.3.0
6982024-11-14T04:04:14.191Z Downloaded rand_chacha v0.3.1
6992024-11-14T04:04:14.191Z Downloaded yoke v0.7.4
7002024-11-14T04:04:14.192Z Downloaded rustfmt-wrapper v0.2.1
7012024-11-14T04:04:14.192Z Downloaded yasna v0.5.2
7022024-11-14T04:04:14.196Z Downloaded fs_extra v1.3.0
7032024-11-14T04:04:14.196Z Downloaded des v0.8.1
7042024-11-14T04:04:14.198Z Downloaded parse-size v1.1.0
7052024-11-14T04:04:14.198Z Downloaded zip v0.6.6
7062024-11-14T04:04:14.201Z Downloaded scrypt v0.11.0
7072024-11-14T04:04:14.204Z Downloaded scopeguard v1.2.0
7082024-11-14T04:04:14.204Z Downloaded schemars_derive v0.8.21
7092024-11-14T04:04:14.207Z Downloaded want v0.3.1
7102024-11-14T04:04:14.209Z Downloaded headers v0.4.0
7112024-11-14T04:04:14.213Z Downloaded nanorand v0.7.0
7122024-11-14T04:04:14.216Z Downloaded tap v1.0.1
7132024-11-14T04:04:14.220Z Downloaded synstructure v0.13.1
7142024-11-14T04:04:14.220Z Downloaded heck v0.3.3
7152024-11-14T04:04:14.224Z Downloaded icu_collections v1.5.0
7162024-11-14T04:04:14.228Z Downloaded owo-colors v4.1.0
7172024-11-14T04:04:14.233Z Downloaded fxhash v0.2.1
7182024-11-14T04:04:14.233Z Downloaded defmt v0.3.8
7192024-11-14T04:04:14.236Z Downloaded precomputed-hash v0.1.1
7202024-11-14T04:04:14.236Z Downloaded normalize-line-endings v0.3.0
7212024-11-14T04:04:14.239Z Downloaded dropshot_endpoint v0.12.0
7222024-11-14T04:04:14.242Z Downloaded quinn-udp v0.5.5
7232024-11-14T04:04:14.244Z Downloaded spin v0.9.8
7242024-11-14T04:04:14.247Z Downloaded ed25519 v2.2.3
7252024-11-14T04:04:14.249Z Downloaded dropshot_endpoint v0.13.0
7262024-11-14T04:04:14.253Z Downloaded hashbrown v0.13.2
7272024-11-14T04:04:14.256Z Downloaded radium v0.7.0
7282024-11-14T04:04:14.258Z Downloaded tls_codec_derive v0.4.1
7292024-11-14T04:04:14.261Z Downloaded futures v0.3.31
7302024-11-14T04:04:14.265Z Downloaded value-bag v1.9.0
7312024-11-14T04:04:14.269Z Downloaded debug-ignore v1.0.5
7322024-11-14T04:04:14.272Z Downloaded secrecy v0.8.0
7332024-11-14T04:04:14.272Z Downloaded sec1 v0.7.3
7342024-11-14T04:04:14.274Z Downloaded newtype_derive v0.1.6
7352024-11-14T04:04:14.277Z Downloaded tokio-util v0.7.12
7362024-11-14T04:04:14.284Z Downloaded packed_struct v0.10.1
7372024-11-14T04:04:14.287Z Downloaded aho-corasick v1.1.3
7382024-11-14T04:04:14.292Z Downloaded foreign-types v0.3.2
7392024-11-14T04:04:14.295Z Downloaded fallible-iterator v0.2.0
7402024-11-14T04:04:14.295Z Downloaded utf16_iter v1.0.5
7412024-11-14T04:04:14.298Z Downloaded utf-8 v0.7.6
7422024-11-14T04:04:14.298Z Downloaded tui-tree-widget v0.22.0
7432024-11-14T04:04:14.301Z Downloaded env_logger v0.11.5
7442024-11-14T04:04:14.304Z Downloaded reedline v0.35.0
7452024-11-14T04:04:14.311Z Downloaded newline-converter v0.3.0
7462024-11-14T04:04:14.314Z Downloaded vte_generate_state_changes v0.1.2
7472024-11-14T04:04:14.314Z Downloaded opaque-debug v0.3.1
7482024-11-14T04:04:14.316Z Downloaded hickory-server v0.24.1
7492024-11-14T04:04:14.321Z Downloaded fallible-iterator v0.3.0
7502024-11-14T04:04:14.324Z Downloaded futures-channel v0.3.31
7512024-11-14T04:04:14.326Z Downloaded tracing-attributes v0.1.27
7522024-11-14T04:04:14.330Z Downloaded display-error-chain v0.2.2
7532024-11-14T04:04:14.334Z Downloaded r2d2 v0.8.10
7542024-11-14T04:04:14.334Z Downloaded data-encoding v2.6.0
7552024-11-14T04:04:14.336Z Downloaded p256 v0.13.2
7562024-11-14T04:04:14.338Z Downloaded tinyvec v1.8.0
7572024-11-14T04:04:14.341Z Downloaded new_debug_unreachable v1.0.6
7582024-11-14T04:04:14.344Z Downloaded thread_local v1.1.8
7592024-11-14T04:04:14.344Z Downloaded unicode-properties v0.1.3
7602024-11-14T04:04:14.347Z Downloaded waitgroup v0.1.2
7612024-11-14T04:04:14.351Z Downloaded signal-hook-mio v0.2.4
7622024-11-14T04:04:14.351Z Downloaded predicates-core v1.0.8
7632024-11-14T04:04:14.351Z Downloaded predicates-tree v1.0.11
7642024-11-14T04:04:14.353Z Downloaded hashbrown v0.14.5
7652024-11-14T04:04:14.358Z Downloaded thiserror-impl-no-std v2.0.2
7662024-11-14T04:04:14.361Z Downloaded try-lock v0.2.5
7672024-11-14T04:04:14.365Z Downloaded psl-types v2.0.11
7682024-11-14T04:04:14.365Z Downloaded strum_macros v0.26.4
7692024-11-14T04:04:14.368Z Downloaded sct v0.7.1
7702024-11-14T04:04:14.370Z Downloaded glob v0.3.1
7712024-11-14T04:04:14.373Z Downloaded utf8_iter v1.0.4
7722024-11-14T04:04:14.373Z Downloaded untrusted v0.9.0
7732024-11-14T04:04:14.376Z Downloaded tower-service v0.3.3
7742024-11-14T04:04:14.376Z Downloaded simd-adler32 v0.3.7
7752024-11-14T04:04:14.380Z Downloaded time v0.3.36
7762024-11-14T04:04:14.385Z Downloaded pretty-hex v0.2.1
7772024-11-14T04:04:14.388Z Downloaded tracing-core v0.1.32
7782024-11-14T04:04:14.390Z Downloaded primeorder v0.13.6
7792024-11-14T04:04:14.393Z Downloaded aws-lc-rs v1.10.0
7802024-11-14T04:04:14.403Z Downloaded hash32 v0.2.1
7812024-11-14T04:04:14.406Z Downloaded wait-timeout v0.2.0
7822024-11-14T04:04:14.407Z Downloaded rcgen v0.12.1
7832024-11-14T04:04:14.410Z Downloaded prettyplease v0.2.25
7842024-11-14T04:04:14.417Z Downloaded openssl-sys v0.9.104
7852024-11-14T04:04:14.421Z Downloaded pkg-config v0.3.31
7862024-11-14T04:04:14.424Z Downloaded zone v0.3.0
7872024-11-14T04:04:14.424Z Downloaded expectorate v1.1.0
7882024-11-14T04:04:14.427Z Downloaded phf_codegen v0.11.2
7892024-11-14T04:04:14.427Z Downloaded itertools v0.10.5
7902024-11-14T04:04:14.433Z Downloaded foldhash v0.1.3
7912024-11-14T04:04:14.435Z Downloaded embedded-io v0.4.0
7922024-11-14T04:04:14.438Z Downloaded darling_macro v0.20.10
7932024-11-14T04:04:14.438Z Downloaded libxml v0.3.3
7942024-11-14T04:04:14.444Z Downloaded strip-ansi-escapes v0.2.0
7952024-11-14T04:04:14.447Z Downloaded pin-utils v0.1.0
7962024-11-14T04:04:14.447Z Downloaded termios v0.3.3
7972024-11-14T04:04:14.449Z Downloaded structmeta v0.3.0
7982024-11-14T04:04:14.457Z Downloaded displaydoc v0.2.5
7992024-11-14T04:04:14.461Z Downloaded ghash v0.5.1
8002024-11-14T04:04:14.461Z Downloaded libm v0.2.8
8012024-11-14T04:04:14.464Z Downloaded omicron-zone-package v0.11.1
8022024-11-14T04:04:14.467Z Downloaded heapless v0.8.0
8032024-11-14T04:04:14.471Z Downloaded oso-derive v0.27.3
8042024-11-14T04:04:14.475Z Downloaded float-ord v0.3.2
8052024-11-14T04:04:14.475Z Downloaded pkcs1 v0.7.5
8062024-11-14T04:04:14.478Z Downloaded siphasher v0.3.11
8072024-11-14T04:04:14.478Z Downloaded num-iter v0.1.45
8082024-11-14T04:04:14.481Z Downloaded num-integer v0.1.46
8092024-11-14T04:04:14.483Z Downloaded ron v0.8.1
8102024-11-14T04:04:14.489Z Downloaded vte v0.11.1
8112024-11-14T04:04:15.495Z Downloaded typify-macro v0.2.0
8122024-11-14T04:04:15.495Z Downloaded slog v2.7.0
8132024-11-14T04:04:15.499Z Downloaded slog-async v2.8.0
8142024-11-14T04:04:15.499Z Downloaded rustc_version v0.4.1
8152024-11-14T04:04:15.499Z Downloaded num-conv v0.1.0
8162024-11-14T04:04:15.499Z Downloaded enum-as-inner v0.6.1
8172024-11-14T04:04:15.499Z Downloaded flagset v0.4.6
8182024-11-14T04:04:15.499Z Downloaded topological-sort v0.2.2
8192024-11-14T04:04:15.499Z Downloaded tokio-native-tls v0.3.1
8202024-11-14T04:04:15.499Z Downloaded time-macros v0.2.18
8212024-11-14T04:04:15.499Z Downloaded tinystr v0.7.6
8222024-11-14T04:04:15.499Z Downloaded zone_cfg_derive v0.1.2
8232024-11-14T04:04:15.499Z Downloaded pkcs5 v0.7.1
8242024-11-14T04:04:15.499Z Downloaded sqlparser v0.45.0
8252024-11-14T04:04:15.499Z Downloaded endian-type v0.1.2
8262024-11-14T04:04:15.500Z Downloaded dyn-clone v1.0.17
8272024-11-14T04:04:15.500Z Downloaded dunce v1.0.5
8282024-11-14T04:04:15.500Z Downloaded num-bigint-dig v0.8.4
8292024-11-14T04:04:15.500Z Downloaded slog-scope v4.4.0
8302024-11-14T04:04:15.500Z Downloaded progenitor-macro v0.8.0
8312024-11-14T04:04:15.500Z Downloaded bstr v1.10.0
8322024-11-14T04:04:15.500Z Downloaded sync-ptr v0.1.1
8332024-11-14T04:04:15.500Z Downloaded nodrop v0.1.14
8342024-11-14T04:04:15.500Z Downloaded hyper v1.5.0
8352024-11-14T04:04:15.500Z Downloaded smallvec v0.6.14
8362024-11-14T04:04:15.500Z Downloaded pbkdf2 v0.12.2
8372024-11-14T04:04:15.500Z Downloaded steno v0.4.1
8382024-11-14T04:04:15.500Z Downloaded phf v0.11.2
8392024-11-14T04:04:15.500Z Downloaded nibble_vec v0.1.0
8402024-11-14T04:04:15.500Z Downloaded either v1.13.0
8412024-11-14T04:04:15.500Z Downloaded subtle v2.6.1
8422024-11-14T04:04:15.501Z Downloaded quinn v0.11.5
8432024-11-14T04:04:15.501Z Downloaded structmeta v0.2.0
8442024-11-14T04:04:15.501Z Downloaded smf v0.2.3
8452024-11-14T04:04:15.501Z Downloaded termcolor v1.4.1
8462024-11-14T04:04:15.501Z Downloaded zerofrom-derive v0.1.4
8472024-11-14T04:04:15.501Z Downloaded tracing v0.1.40
8482024-11-14T04:04:15.501Z Downloaded num-traits v0.2.19
8492024-11-14T04:04:15.501Z Downloaded quick-xml v0.33.0
8502024-11-14T04:04:15.501Z Downloaded unicode-xid v0.2.6
8512024-11-14T04:04:15.501Z Downloaded getrandom v0.2.15
8522024-11-14T04:04:15.501Z Downloaded rustc_version v0.1.7
8532024-11-14T04:04:15.501Z Downloaded deranged v0.3.11
8542024-11-14T04:04:15.501Z Downloaded portable-atomic v1.9.0
8552024-11-14T04:04:15.501Z Downloaded subprocess v0.2.9
8562024-11-14T04:04:15.501Z Downloaded x509-cert v0.2.5
8572024-11-14T04:04:15.501Z Downloaded der_derive v0.7.3
8582024-11-14T04:04:15.501Z Downloaded oso v0.27.3
8592024-11-14T04:04:15.501Z Downloaded defmt-parser v0.3.4
8602024-11-14T04:04:15.501Z Downloaded rustc-hash v1.1.0
8612024-11-14T04:04:15.501Z Downloaded password-hash v0.5.0
8622024-11-14T04:04:15.501Z Downloaded unicode-bidi v0.3.17
8632024-11-14T04:04:15.501Z Downloaded zip v2.1.3
8642024-11-14T04:04:15.501Z Downloaded uuid v1.11.0
8652024-11-14T04:04:15.501Z Downloaded smallvec v1.13.2
8662024-11-14T04:04:15.502Z Downloaded elliptic-curve v0.13.8
8672024-11-14T04:04:15.502Z Downloaded ecdsa v0.16.9
8682024-11-14T04:04:15.502Z Downloaded winnow v0.5.40
8692024-11-14T04:04:15.502Z Downloaded zeroize_derive v1.4.2
8702024-11-14T04:04:15.502Z Downloaded reqwest v0.12.9
8712024-11-14T04:04:15.503Z Downloaded zopfli v0.8.1
8722024-11-14T04:04:15.503Z Downloaded rayon-core v1.12.1
8732024-11-14T04:04:15.503Z Downloaded native-tls v0.2.12
8742024-11-14T04:04:15.503Z Downloaded flate2 v1.0.34
8752024-11-14T04:04:15.503Z Downloaded idna v0.4.0
8762024-11-14T04:04:15.503Z Downloaded parse-zoneinfo v0.3.1
8772024-11-14T04:04:15.503Z Downloaded rustls-pki-types v1.9.0
8782024-11-14T04:04:15.503Z Downloaded hashbrown v0.12.3
8792024-11-14T04:04:15.503Z Downloaded flume v0.11.1
8802024-11-14T04:04:15.503Z Downloaded ssh-key v0.6.6
8812024-11-14T04:04:15.503Z Downloaded salty v0.3.0
8822024-11-14T04:04:15.503Z Downloaded h2 v0.4.6
8832024-11-14T04:04:15.503Z Downloaded openssl v0.10.68
8842024-11-14T04:04:15.503Z Downloaded regex-syntax v0.6.29
8852024-11-14T04:04:15.503Z Downloaded curve25519-dalek v4.1.3
8862024-11-14T04:04:15.503Z Downloaded itertools v0.12.1
8872024-11-14T04:04:15.503Z Downloaded tokio-tungstenite v0.24.0
8882024-11-14T04:04:15.503Z Downloaded rustls-webpki v0.101.7
8892024-11-14T04:04:15.503Z Downloaded rayon v1.10.0
8902024-11-14T04:04:15.503Z Downloaded proptest v1.5.0
8912024-11-14T04:04:15.503Z Downloaded nom v7.1.3
8922024-11-14T04:04:15.503Z Downloaded quinn-proto v0.11.8
8932024-11-14T04:04:15.503Z Downloaded rustls v0.21.12
8942024-11-14T04:04:15.503Z Downloaded der v0.7.9
8952024-11-14T04:04:15.503Z Downloaded vcpkg v0.2.15
8962024-11-14T04:04:15.504Z Downloaded radix_trie v0.2.1
8972024-11-14T04:04:15.504Z Downloaded openapiv3 v2.0.0
8982024-11-14T04:04:15.504Z Downloaded dropshot v0.13.0
8992024-11-14T04:04:15.504Z Downloaded tough v0.19.0
9002024-11-14T04:04:15.504Z Downloaded p521 v0.13.3
9012024-11-14T04:04:15.504Z Downloaded futures-util v0.3.31
9022024-11-14T04:04:15.504Z Downloaded unicode-normalization v0.1.24
9032024-11-14T04:04:15.504Z Downloaded dropshot v0.12.0
9042024-11-14T04:04:15.504Z Downloaded rusqlite v0.32.1
9052024-11-14T04:04:15.504Z Downloaded trust-dns-proto v0.22.0
9062024-11-14T04:04:15.504Z Downloaded idna v0.3.0
9072024-11-14T04:04:15.504Z Downloaded regress v0.10.1
9082024-11-14T04:04:15.504Z Downloaded regex-syntax v0.8.5
9092024-11-14T04:04:15.504Z Downloaded object v0.30.4
9102024-11-14T04:04:15.504Z Downloaded lalrpop v0.19.12
9112024-11-14T04:04:15.504Z Downloaded idna v0.5.0
9122024-11-14T04:04:15.504Z Downloaded gimli v0.31.1
9132024-11-14T04:04:15.511Z Downloaded idna v0.2.3
9142024-11-14T04:04:15.511Z Downloaded zerocopy-derive v0.6.6
9152024-11-14T04:04:15.511Z Downloaded ratatui v0.28.1
9162024-11-14T04:04:15.511Z Downloaded petname v2.0.2
9172024-11-14T04:04:15.511Z Downloaded bzip2-sys v0.1.11+1.0.8
9182024-11-14T04:04:15.511Z Downloaded regress v0.9.1
9192024-11-14T04:04:15.511Z Downloaded chrono-tz v0.10.0
9202024-11-14T04:04:15.511Z Downloaded hickory-proto v0.24.1
9212024-11-14T04:04:15.511Z Downloaded similar v2.6.0
9222024-11-14T04:04:15.511Z Downloaded p384 v0.13.0
9232024-11-14T04:04:15.511Z Downloaded petgraph v0.6.5
9242024-11-14T04:04:15.511Z Downloaded git2 v0.19.0
9252024-11-14T04:04:15.511Z Downloaded webpki-roots v0.26.6
9262024-11-14T04:04:15.511Z Downloaded nix v0.27.1
9272024-11-14T04:04:15.511Z Downloaded smoltcp v0.11.0
9282024-11-14T04:04:15.511Z Downloaded nix v0.29.0
9292024-11-14T04:04:15.511Z Downloaded csv v1.3.0
9302024-11-14T04:04:15.511Z Downloaded sha3 v0.10.8
9312024-11-14T04:04:15.511Z Downloaded diesel v2.2.4
9322024-11-14T04:04:15.512Z Downloaded regex v1.11.1
9332024-11-14T04:04:15.512Z Downloaded nix v0.28.0
9342024-11-14T04:04:15.512Z Downloaded polar-core v0.27.3
9352024-11-14T04:04:15.512Z Downloaded smoltcp v0.9.1
9362024-11-14T04:04:15.512Z Downloaded object v0.36.5
9372024-11-14T04:04:15.512Z Downloaded slog-stdlog v4.1.1
9382024-11-14T04:04:15.512Z Downloaded rustyline v14.0.0
9392024-11-14T04:04:15.512Z Downloaded serde_with v3.11.0
9402024-11-14T04:04:15.512Z Downloaded rand v0.8.5
9412024-11-14T04:04:15.512Z Downloaded tar v0.4.43
9422024-11-14T04:04:15.512Z Downloaded test-strategy v0.3.1
9432024-11-14T04:04:15.512Z Downloaded stringprep v0.1.5
9442024-11-14T04:04:15.512Z Downloaded futures-io v0.3.31
9452024-11-14T04:04:15.512Z Downloaded rustls v0.23.14
9462024-11-14T04:04:15.512Z Downloaded rustls v0.22.4
9472024-11-14T04:04:15.512Z Downloaded serde_path_to_error v0.1.16
9482024-11-14T04:04:15.512Z Downloaded url v2.5.3
9492024-11-14T04:04:15.512Z Downloaded itertools v0.13.0
9502024-11-14T04:04:15.512Z Downloaded zone_cfg_derive v0.3.0
9512024-11-14T04:04:15.512Z Downloaded zeroize v1.8.1
9522024-11-14T04:04:15.512Z Downloaded rustls-pemfile v2.2.0
9532024-11-14T04:04:15.512Z Downloaded half v2.4.1
9542024-11-14T04:04:15.512Z Downloaded num_enum v0.5.11
9552024-11-14T04:04:15.512Z Downloaded serde_plain v1.0.2
9562024-11-14T04:04:15.512Z Downloaded slab v0.4.9
9572024-11-14T04:04:15.512Z Downloaded serde_derive_internals v0.29.1
9582024-11-14T04:04:15.512Z Downloaded rustc-demangle v0.1.24
9592024-11-14T04:04:15.512Z Downloaded diesel_derives v2.2.3
9602024-11-14T04:04:15.512Z Downloaded rustls-webpki v0.102.8
9612024-11-14T04:04:15.513Z Downloaded sled v0.34.7
9622024-11-14T04:04:15.513Z Downloaded typify-impl v0.2.0
9632024-11-14T04:04:15.513Z Downloaded filetime v0.2.25
9642024-11-14T04:04:15.513Z Downloaded enum-as-inner v0.5.1
9652024-11-14T04:04:15.513Z Downloaded tokio-postgres v0.7.12
9662024-11-14T04:04:15.513Z Downloaded tiny-keccak v2.0.2
9672024-11-14T04:04:15.513Z Downloaded futures-executor v0.3.31
9682024-11-14T04:04:15.513Z Downloaded ed25519-dalek v2.1.1
9692024-11-14T04:04:15.513Z Downloaded pbkdf2 v0.11.0
9702024-11-14T04:04:15.513Z Downloaded futures-macro v0.3.31
9712024-11-14T04:04:15.513Z Downloaded slog-term v2.9.1
9722024-11-14T04:04:15.513Z Downloaded pkcs8 v0.10.2
9732024-11-14T04:04:15.513Z Downloaded signal-hook v0.3.17
9742024-11-14T04:04:15.513Z Downloaded unicode-segmentation v1.12.0
9752024-11-14T04:04:15.513Z Downloaded hash32 v0.3.1
9762024-11-14T04:04:15.513Z Downloaded tokio-tungstenite v0.23.1
9772024-11-14T04:04:15.513Z Downloaded heapless v0.7.17
9782024-11-14T04:04:15.513Z Downloaded num-bigint v0.4.6
9792024-11-14T04:04:15.514Z Downloaded zerovec v0.10.4
9802024-11-14T04:04:15.514Z Downloaded idna v1.0.3
9812024-11-14T04:04:15.514Z Downloaded futures-sink v0.3.31
9822024-11-14T04:04:15.514Z Downloaded ena v0.14.3
9832024-11-14T04:04:15.514Z Downloaded ref-cast-impl v1.0.23
9842024-11-14T04:04:15.514Z Downloaded blake3 v1.5.4
9852024-11-14T04:04:15.520Z Downloaded serde_with_macros v3.11.0
9862024-11-14T04:04:15.520Z Downloaded predicates v3.1.2
9872024-11-14T04:04:15.520Z Downloaded poly1305 v0.8.0
9882024-11-14T04:04:15.524Z Downloaded password-hash v0.4.2
9892024-11-14T04:04:15.524Z Downloaded olpc-cjson v0.1.4
9902024-11-14T04:04:15.524Z Downloaded snafu v0.8.5
9912024-11-14T04:04:15.528Z Downloaded russh v0.45.0
9922024-11-14T04:04:15.532Z Downloaded regex-automata v0.4.8
9932024-11-14T04:04:15.553Z Downloaded libz-sys v1.1.20
9942024-11-14T04:04:15.571Z Downloaded lzma-sys v0.1.20
9952024-11-14T04:04:15.600Z Downloaded env_logger v0.10.2
9962024-11-14T04:04:15.603Z Downloaded dhcproto v0.12.0
9972024-11-14T04:04:15.606Z Downloaded toml_edit v0.19.15
9982024-11-14T04:04:15.621Z Downloaded ppv-lite86 v0.2.20
9992024-11-14T04:04:15.624Z Downloaded tokio-rustls v0.24.1
10002024-11-14T04:04:15.627Z Downloaded tokio v1.40.0
10012024-11-14T04:04:15.664Z Downloaded serde_yaml v0.9.34+deprecated
10022024-11-14T04:04:15.669Z Downloaded vergen v8.3.2
10032024-11-14T04:04:15.671Z Downloaded ron v0.7.1
10042024-11-14T04:04:15.675Z Downloaded diesel-dtrace v0.3.0
10052024-11-14T04:04:15.677Z Downloaded hyper-util v0.1.10
10062024-11-14T04:04:15.680Z Downloaded crossterm v0.28.1
10072024-11-14T04:04:15.687Z Downloaded fixedbitset v0.4.2
10082024-11-14T04:04:15.689Z Downloaded supports-color v3.0.1
10092024-11-14T04:04:15.689Z Downloaded downcast v0.11.0
10102024-11-14T04:04:15.692Z Downloaded which v4.4.2
10112024-11-14T04:04:15.692Z Downloaded unicode-truncate v1.1.0
10122024-11-14T04:04:15.694Z Downloaded zerocopy v0.6.6
10132024-11-14T04:04:15.696Z Downloaded minimal-lexical v0.2.1
10142024-11-14T04:04:15.701Z Downloaded newtype-uuid v1.1.3
10152024-11-14T04:04:15.704Z Downloaded rusty-fork v0.3.0
10162024-11-14T04:04:15.704Z Downloaded rustversion v1.0.17
10172024-11-14T04:04:15.706Z Downloaded term v0.7.0
10182024-11-14T04:04:15.709Z Downloaded pem v3.0.4
10192024-11-14T04:04:15.711Z Downloaded peg-macros v0.8.4
10202024-11-14T04:04:15.713Z Downloaded parking_lot v0.12.3
10212024-11-14T04:04:15.713Z Downloaded typed-path v0.9.3
10222024-11-14T04:04:15.720Z Downloaded icu_properties_data v1.5.0
10232024-11-14T04:04:15.730Z Downloaded hkdf v0.12.4
10242024-11-14T04:04:15.733Z Downloaded dsl_auto_type v0.1.2
10252024-11-14T04:04:15.736Z Downloaded postcard v1.0.10
10262024-11-14T04:04:15.738Z Downloaded unsafe-libyaml v0.2.11
10272024-11-14T04:04:15.741Z Downloaded tungstenite v0.24.0
10282024-11-14T04:04:15.744Z Downloaded tungstenite v0.23.0
10292024-11-14T04:04:15.749Z Downloaded progenitor-impl v0.8.0
10302024-11-14T04:04:15.751Z Downloaded uzers v0.12.1
10312024-11-14T04:04:15.754Z Downloaded tls_codec v0.4.1
10322024-11-14T04:04:15.754Z Downloaded structmeta-derive v0.3.0
10332024-11-14T04:04:15.757Z Downloaded postgres-types v0.2.8
10342024-11-14T04:04:15.759Z Downloaded tokio-rustls v0.25.0
10352024-11-14T04:04:15.759Z Downloaded peg v0.8.4
10362024-11-14T04:04:15.765Z Downloaded rand_core v0.6.4
10372024-11-14T04:04:15.768Z Downloaded tokio-tungstenite v0.21.0
10382024-11-14T04:04:15.768Z Downloaded postgres-protocol v0.6.7
10392024-11-14T04:04:15.771Z Downloaded hmac v0.12.1
10402024-11-14T04:04:15.771Z Downloaded darling_core v0.20.10
10412024-11-14T04:04:15.776Z Downloaded ssh-cipher v0.2.0
10422024-11-14T04:04:15.780Z Downloaded spki v0.7.3
10432024-11-14T04:04:15.780Z Downloaded pin-project v1.1.6
10442024-11-14T04:04:15.789Z Downloaded aes v0.8.4
10452024-11-14T04:04:15.794Z Downloaded snafu-derive v0.8.5
10462024-11-14T04:04:15.797Z Downloaded derive-where v1.2.7
10472024-11-14T04:04:15.801Z Downloaded icu_properties v1.5.1
10482024-11-14T04:04:15.804Z Downloaded ff v0.13.0
10492024-11-14T04:04:15.809Z Downloaded signal-hook-registry v1.4.2
10502024-11-14T04:04:15.809Z Downloaded salsa20 v0.10.2
10512024-11-14T04:04:15.812Z Downloaded miniz_oxide v0.8.0
10522024-11-14T04:04:15.812Z Downloaded crypto-bigint v0.5.5
10532024-11-14T04:04:15.817Z Downloaded twox-hash v1.6.3
10542024-11-14T04:04:15.821Z Downloaded num_threads v0.1.7
10552024-11-14T04:04:15.821Z Downloaded dhcproto-macros v0.1.0
10562024-11-14T04:04:15.821Z Downloaded spin v0.5.2
10572024-11-14T04:04:15.821Z Downloaded rand_xorshift v0.3.0
10582024-11-14T04:04:15.824Z Downloaded diff v0.1.13
10592024-11-14T04:04:15.827Z Downloaded chrono v0.4.38
10602024-11-14T04:04:15.833Z Downloaded tokio-rustls v0.26.0
10612024-11-14T04:04:15.836Z Downloaded icu_provider v1.5.0
10622024-11-14T04:04:15.839Z Downloaded chacha20poly1305 v0.10.1
10632024-11-14T04:04:15.842Z Downloaded progenitor v0.8.0
10642024-11-14T04:04:15.842Z Downloaded proc-macro-crate v1.3.1
10652024-11-14T04:04:15.842Z Downloaded phf_generator v0.11.2
10662024-11-14T04:04:15.845Z Downloaded percent-encoding v2.3.1
10672024-11-14T04:04:15.845Z Downloaded paste v1.0.15
10682024-11-14T04:04:15.850Z Downloaded multer v3.1.0
10692024-11-14T04:04:15.853Z Downloaded lock_api v0.4.12
10702024-11-14T04:04:15.853Z Downloaded ipnet v2.10.1
10712024-11-14T04:04:15.853Z Downloaded hyper-rustls v0.27.3
10722024-11-14T04:04:15.856Z Downloaded nu-ansi-term v0.50.1
10732024-11-14T04:04:15.859Z Downloaded tabwriter v1.4.0
10742024-11-14T04:04:15.859Z Downloaded static_assertions v1.1.0
10752024-11-14T04:04:15.862Z Downloaded base64 v0.13.1
10762024-11-14T04:04:15.866Z Downloaded dirs-next v2.0.0
10772024-11-14T04:04:15.866Z Downloaded derive_builder v0.20.2
10782024-11-14T04:04:15.868Z Downloaded encoding_rs v0.8.34
10792024-11-14T04:04:15.891Z Downloaded serde_urlencoded v0.7.1
10802024-11-14T04:04:15.895Z Downloaded same-file v1.0.6
10812024-11-14T04:04:15.895Z Downloaded rustls-pemfile v1.0.4
10822024-11-14T04:04:15.899Z Downloaded resolv-conf v0.7.0
10832024-11-14T04:04:15.899Z Downloaded instability v0.3.2
10842024-11-14T04:04:15.899Z Downloaded fallible-streaming-iterator v0.1.9
10852024-11-14T04:04:15.899Z Downloaded crossbeam-epoch v0.9.18
10862024-11-14T04:04:15.901Z Downloaded crc32fast v1.4.2
10872024-11-14T04:04:15.904Z Downloaded crc-any v2.5.0
10882024-11-14T04:04:15.908Z Downloaded cookie v0.18.1
10892024-11-14T04:04:15.908Z Downloaded env_filter v0.1.2
10902024-11-14T04:04:15.911Z Downloaded walkdir v2.5.0
10912024-11-14T04:04:15.911Z Downloaded mime v0.3.17
10922024-11-14T04:04:15.915Z Downloaded blake2 v0.10.6
10932024-11-14T04:04:15.917Z Downloaded csv-core v0.1.11
10942024-11-14T04:04:15.917Z Downloaded maplit v1.0.2
10952024-11-14T04:04:15.917Z Downloaded lru-cache v0.1.2
10962024-11-14T04:04:15.917Z Downloaded strum_macros v0.24.3
10972024-11-14T04:04:15.920Z Downloaded slog-dtrace v0.3.0
10982024-11-14T04:04:15.923Z Downloaded linked-hash-map v0.5.6
10992024-11-14T04:04:15.923Z Downloaded linear-map v1.2.0
11002024-11-14T04:04:15.926Z Downloaded lalrpop-util v0.19.12
11012024-11-14T04:04:15.926Z Downloaded libefi-sys v0.1.0
11022024-11-14T04:04:15.926Z Downloaded console v0.15.8
11032024-11-14T04:04:15.929Z Downloaded cobs v0.2.3
11042024-11-14T04:04:15.933Z Downloaded keccak v0.1.5
11052024-11-14T04:04:15.933Z Downloaded time-core v0.1.2
11062024-11-14T04:04:15.933Z Downloaded sigpipe v0.1.3
11072024-11-14T04:04:15.933Z Downloaded is-terminal v0.4.13
11082024-11-14T04:04:15.939Z Downloaded hyper-tls v0.6.0
11092024-11-14T04:04:15.939Z Downloaded hubpack v0.1.2
11102024-11-14T04:04:15.939Z Downloaded hostname v0.4.0
11112024-11-14T04:04:15.940Z Downloaded hex-literal v0.4.1
11122024-11-14T04:04:15.940Z Downloaded curve25519-dalek-derive v0.1.1
11132024-11-14T04:04:15.942Z Downloaded bcs v0.1.6
11142024-11-14T04:04:15.942Z Downloaded hostname v0.3.1
11152024-11-14T04:04:15.944Z Downloaded base64ct v1.6.0
11162024-11-14T04:04:15.962Z Downloaded impl-trait-for-tuples v0.2.2
11172024-11-14T04:04:15.962Z Downloaded ahash v0.8.11
11182024-11-14T04:04:15.962Z Downloaded blowfish v0.9.1
11192024-11-14T04:04:15.962Z Downloaded bit-set v0.5.3
11202024-11-14T04:04:15.962Z Downloaded http-body v1.0.1
11212024-11-14T04:04:15.978Z Downloaded crunchy v0.2.2
11222024-11-14T04:04:15.978Z Downloaded ciborium-io v0.2.2
11232024-11-14T04:04:15.978Z Downloaded array-init v0.0.4
11242024-11-14T04:04:15.978Z Downloaded arrayref v0.3.9
11252024-11-14T04:04:15.978Z Downloaded aes-gcm v0.10.3
11262024-11-14T04:04:15.978Z Downloaded cc v1.1.30
11272024-11-14T04:04:15.978Z Downloaded libgit2-sys v0.17.0+1.8.1
11282024-11-14T04:04:16.023Z Downloaded home v0.5.9
11292024-11-14T04:04:16.027Z Downloaded base16ct v0.2.0
11302024-11-14T04:04:16.027Z Downloaded cassowary v0.3.0
11312024-11-14T04:04:16.030Z Downloaded block-padding v0.3.3
11322024-11-14T04:04:16.030Z Downloaded assert_matches v1.5.0
11332024-11-14T04:04:16.495Z Downloaded ring v0.16.20
11342024-11-14T04:04:16.509Z Downloaded aws-lc-sys v0.22.0
11352024-11-14T04:04:16.687Z Downloaded ring v0.17.8
11362024-11-14T04:04:16.799Z Downloaded libsqlite3-sys v0.30.1
11372024-11-14T04:04:16.983Z Compiling serde v1.0.215
11382024-11-14T04:04:16.985Z Compiling lock_api v0.4.12
11392024-11-14T04:04:16.986Z Compiling scopeguard v1.2.0
11402024-11-14T04:04:16.986Z Compiling value-bag v1.9.0
11412024-11-14T04:04:16.986Z Compiling typenum v1.17.0
11422024-11-14T04:04:16.986Z Compiling generic-array v0.14.7
11432024-11-14T04:04:17.177Z Compiling syn v2.0.87
11442024-11-14T04:04:17.190Z Compiling getrandom v0.2.15
11452024-11-14T04:04:17.339Z Compiling subtle v2.6.1
11462024-11-14T04:04:17.453Z Compiling rand_core v0.6.4
11472024-11-14T04:04:17.594Z Compiling log v0.4.22
11482024-11-14T04:04:17.694Z Compiling shlex v1.3.0
11492024-11-14T04:04:17.713Z Compiling jobserver v0.1.32
11502024-11-14T04:04:17.740Z Compiling const-oid v0.9.6
11512024-11-14T04:04:17.967Z Compiling smallvec v1.13.2
11522024-11-14T04:04:18.011Z Compiling spin v0.9.8
11532024-11-14T04:04:18.115Z Compiling cc v1.1.30
11542024-11-14T04:04:18.469Z Compiling pin-project-lite v0.2.14
11552024-11-14T04:04:18.531Z Compiling rustix v0.38.37
11562024-11-14T04:04:18.605Z Compiling parking_lot_core v0.9.10
11572024-11-14T04:04:18.609Z Compiling futures-core v0.3.31
11582024-11-14T04:04:18.794Z Compiling signal-hook-registry v1.4.2
11592024-11-14T04:04:18.890Z Compiling mio v1.0.2
11602024-11-14T04:04:19.481Z Compiling parking_lot v0.12.3
11612024-11-14T04:04:19.699Z Compiling aho-corasick v1.1.3
11622024-11-14T04:04:19.775Z Compiling either v1.13.0
11632024-11-14T04:04:19.793Z Compiling regex-syntax v0.8.5
11642024-11-14T04:04:20.064Z Compiling cpufeatures v0.2.14
11652024-11-14T04:04:20.157Z Compiling lazy_static v1.5.0
11662024-11-14T04:04:20.175Z Compiling futures-sink v0.3.31
11672024-11-14T04:04:20.196Z Compiling glob v0.3.1
11682024-11-14T04:04:20.278Z Compiling stable_deref_trait v1.2.0
11692024-11-14T04:04:20.328Z Compiling socket2 v0.5.7
11702024-11-14T04:04:20.411Z Compiling slab v0.4.9
11712024-11-14T04:04:20.481Z Compiling prettyplease v0.2.25
11722024-11-14T04:04:20.845Z Compiling minimal-lexical v0.2.1
11732024-11-14T04:04:21.156Z Compiling libloading v0.8.5
11742024-11-14T04:04:21.292Z Compiling clang-sys v1.8.1
11752024-11-14T04:04:21.370Z Compiling nom v7.1.3
11762024-11-14T04:04:21.407Z Compiling serde_json v1.0.132
11772024-11-14T04:04:21.583Z Compiling bindgen v0.69.5
11782024-11-14T04:04:21.713Z Compiling home v0.5.9
11792024-11-14T04:04:22.036Z Compiling futures-channel v0.3.31
11802024-11-14T04:04:22.387Z Compiling itertools v0.12.1
11812024-11-14T04:04:22.470Z Compiling rustc-hash v1.1.0
11822024-11-14T04:04:22.628Z Compiling foldhash v0.1.3
11832024-11-14T04:04:22.825Z Compiling pin-utils v0.1.0
11842024-11-14T04:04:22.924Z Compiling lazycell v1.3.0
11852024-11-14T04:04:22.943Z Compiling futures-task v0.3.31
11862024-11-14T04:04:23.090Z Compiling futures-io v0.3.31
11872024-11-14T04:04:23.293Z Compiling allocator-api2 v0.2.18
11882024-11-14T04:04:23.430Z Compiling regex-automata v0.4.8
11892024-11-14T04:04:24.107Z Compiling hashbrown v0.15.0
11902024-11-14T04:04:25.092Z Compiling synstructure v0.13.1
11912024-11-14T04:04:25.465Z Compiling cexpr v0.6.0
11922024-11-14T04:04:25.559Z Compiling cmake v0.1.51
11932024-11-14T04:04:26.606Z Compiling dunce v1.0.5
11942024-11-14T04:04:26.681Z Compiling pkg-config v0.3.31
11952024-11-14T04:04:26.742Z Compiling tinyvec_macros v0.1.1
11962024-11-14T04:04:26.786Z Compiling fs_extra v1.3.0
11972024-11-14T04:04:26.833Z Compiling libm v0.2.8
11982024-11-14T04:04:27.200Z Compiling tinyvec v1.8.0
11992024-11-14T04:04:27.256Z Compiling num-traits v0.2.19
12002024-11-14T04:04:27.752Z Compiling ring v0.17.8
12012024-11-14T04:04:28.242Z Compiling base64ct v1.6.0
12022024-11-14T04:04:28.623Z Compiling paste v1.0.15
12032024-11-14T04:04:28.736Z Compiling unicode-normalization v0.1.24
12042024-11-14T04:04:28.753Z Compiling writeable v0.5.5
12052024-11-14T04:04:28.842Z Compiling unicode-bidi v0.3.17
12062024-11-14T04:04:28.919Z Compiling regex v1.11.1
12072024-11-14T04:04:29.104Z Compiling litemap v0.7.3
12082024-11-14T04:04:29.509Z Compiling pem-rfc7468 v0.7.0
12092024-11-14T04:04:29.992Z Compiling aws-lc-rs v1.10.0
12102024-11-14T04:04:30.205Z Compiling flagset v0.4.6
12112024-11-14T04:04:30.231Z Compiling httparse v1.9.5
12122024-11-14T04:04:30.418Z Compiling tracing-core v0.1.32
12132024-11-14T04:04:31.029Z Compiling icu_locid_transform_data v1.5.0
12142024-11-14T04:04:31.125Z Compiling crossbeam-utils v0.8.20
12152024-11-14T04:04:31.554Z Compiling percent-encoding v2.3.1
12162024-11-14T04:04:31.651Z Compiling rustls-pki-types v1.9.0
12172024-11-14T04:04:31.778Z Compiling icu_properties_data v1.5.0
12182024-11-14T04:04:31.851Z Compiling serde_derive v1.0.215
12192024-11-14T04:04:31.872Z Compiling zeroize_derive v1.4.2
12202024-11-14T04:04:32.032Z Compiling zerocopy-derive v0.7.35
12212024-11-14T04:04:32.372Z Compiling tokio-macros v2.4.0
12222024-11-14T04:04:32.648Z Compiling zerofrom-derive v0.1.4
12232024-11-14T04:04:33.463Z Compiling zeroize v1.8.1
12242024-11-14T04:04:33.942Z Compiling thiserror-impl v1.0.69
12252024-11-14T04:04:33.962Z Compiling yoke-derive v0.7.4
12262024-11-14T04:04:34.278Z Compiling zerocopy v0.7.35
12272024-11-14T04:04:35.263Z Compiling crypto-common v0.1.6
12282024-11-14T04:04:35.514Z Compiling block-buffer v0.10.4
12292024-11-14T04:04:35.764Z Compiling digest v0.10.7
12302024-11-14T04:04:35.914Z Compiling zerovec-derive v0.10.3
12312024-11-14T04:04:35.985Z Compiling futures-macro v0.3.31
12322024-11-14T04:04:36.235Z Compiling hmac v0.12.1
12332024-11-14T04:04:36.475Z Compiling block-padding v0.3.3
12342024-11-14T04:04:36.613Z Compiling zerofrom v0.1.4
12352024-11-14T04:04:36.707Z Compiling displaydoc v0.2.5
12362024-11-14T04:04:36.838Z Compiling inout v0.1.3
12372024-11-14T04:04:37.011Z Compiling yoke v0.7.4
12382024-11-14T04:04:37.109Z Compiling cipher v0.4.4
12392024-11-14T04:04:37.294Z Compiling thiserror v1.0.69
12402024-11-14T04:04:37.356Z Compiling sha2 v0.10.8
12412024-11-14T04:04:37.436Z Compiling ppv-lite86 v0.2.20
12422024-11-14T04:04:37.630Z Compiling icu_provider_macros v1.5.0
12432024-11-14T04:04:37.900Z Compiling futures-util v0.3.31
12442024-11-14T04:04:38.314Z Compiling der_derive v0.7.3
12452024-11-14T04:04:38.373Z Compiling rand_chacha v0.3.1
12462024-11-14T04:04:38.578Z Compiling zerovec v0.10.4
12472024-11-14T04:04:38.795Z Compiling tracing-attributes v0.1.27
12482024-11-14T04:04:40.469Z Compiling tinystr v0.7.6
12492024-11-14T04:04:40.794Z Compiling der v0.7.9
12502024-11-14T04:04:40.835Z Compiling icu_collections v1.5.0
12512024-11-14T04:04:40.885Z Compiling icu_locid v1.5.0
12522024-11-14T04:04:40.925Z Compiling rand v0.8.5
12532024-11-14T04:04:42.185Z Compiling icu_provider v1.5.0
12542024-11-14T04:04:42.552Z Compiling tracing v0.1.40
12552024-11-14T04:04:43.080Z Compiling icu_locid_transform v1.5.0
12562024-11-14T04:04:43.128Z Compiling spki v0.7.3
12572024-11-14T04:04:43.285Z Compiling salsa20 v0.10.2
12582024-11-14T04:04:43.305Z Compiling pest v2.7.14
12592024-11-14T04:04:43.325Z Compiling pbkdf2 v0.12.2
12602024-11-14T04:04:43.509Z Compiling time-core v0.1.2
12612024-11-14T04:04:43.531Z Compiling untrusted v0.9.0
12622024-11-14T04:04:43.556Z Compiling vcpkg v0.2.15
12632024-11-14T04:04:43.695Z Compiling num-conv v0.1.0
12642024-11-14T04:04:43.715Z Compiling untrusted v0.7.1
12652024-11-14T04:04:43.867Z Compiling powerfmt v0.2.0
12662024-11-14T04:04:43.912Z Compiling mirai-annotations v1.12.0
12672024-11-14T04:04:43.976Z Compiling time-macros v0.2.18
12682024-11-14T04:04:44.131Z Compiling deranged v0.3.11
12692024-11-14T04:04:44.257Z Compiling scrypt v0.11.0
12702024-11-14T04:04:44.863Z Compiling icu_properties v1.5.1
12712024-11-14T04:04:45.781Z Compiling bitflags v2.6.0
12722024-11-14T04:04:45.798Z Compiling bytes v1.7.2
12732024-11-14T04:04:46.069Z Compiling indexmap v2.6.0
12742024-11-14T04:04:46.354Z Compiling semver v1.0.23
12752024-11-14T04:04:47.084Z Compiling tokio v1.40.0
12762024-11-14T04:04:47.156Z Compiling http v1.1.0
12772024-11-14T04:04:47.366Z Compiling rustc_version v0.4.1
12782024-11-14T04:04:47.590Z Compiling pest_meta v2.7.14
12792024-11-14T04:04:47.997Z Compiling openssl-sys v0.9.104
12802024-11-14T04:04:48.167Z Compiling cbc v0.1.2
12812024-11-14T04:04:48.421Z Compiling aes v0.8.4
12822024-11-14T04:04:49.149Z Compiling scroll_derive v0.12.0
12832024-11-14T04:04:49.756Z Compiling icu_normalizer_data v1.5.0
12842024-11-14T04:04:49.797Z Compiling num_threads v0.1.7
12852024-11-14T04:04:49.866Z Compiling utf8_iter v1.0.4
12862024-11-14T04:04:49.925Z Compiling write16 v1.0.0
12872024-11-14T04:04:50.064Z Compiling utf16_iter v1.0.5
12882024-11-14T04:04:50.102Z Compiling atomic-waker v1.1.2
12892024-11-14T04:04:50.272Z Compiling which v4.4.2
12902024-11-14T04:04:50.301Z Compiling icu_normalizer v1.5.0
12912024-11-14T04:04:50.475Z Compiling time v0.3.36
12922024-11-14T04:04:50.884Z Compiling scroll v0.12.0
12932024-11-14T04:04:51.218Z Compiling pkcs5 v0.7.1
12942024-11-14T04:04:51.575Z Compiling pest_generator v2.7.14
12952024-11-14T04:04:51.723Z Compiling http-body v1.0.1
12962024-11-14T04:04:51.973Z Compiling form_urlencoded v1.2.1
12972024-11-14T04:04:52.312Z Compiling try-lock v0.2.5
12982024-11-14T04:04:52.371Z Compiling slog v2.7.0
12992024-11-14T04:04:52.463Z Compiling want v0.3.1
13002024-11-14T04:04:52.483Z Compiling goblin v0.8.2
13012024-11-14T04:04:52.762Z Compiling pkcs8 v0.10.2
13022024-11-14T04:04:52.785Z Compiling idna_adapter v1.2.0
13032024-11-14T04:04:52.982Z Compiling httpdate v1.0.3
13042024-11-14T04:04:53.467Z Compiling idna v1.0.3
13052024-11-14T04:04:53.498Z Compiling toml_datetime v0.6.8
13062024-11-14T04:04:53.626Z Compiling pest_derive v2.7.14
13072024-11-14T04:04:53.863Z Compiling uuid v1.11.0
13082024-11-14T04:04:54.027Z Compiling serde_spanned v0.6.8
13092024-11-14T04:04:54.261Z Compiling serde_tokenstream v0.2.2
13102024-11-14T04:04:54.425Z Compiling dtrace-parser v0.2.0
13112024-11-14T04:04:54.883Z Compiling foreign-types-shared v0.1.1
13122024-11-14T04:04:54.989Z Compiling tower-service v0.3.3
13132024-11-14T04:04:55.120Z Compiling openssl v0.10.68
13142024-11-14T04:04:55.281Z Compiling iana-time-zone v0.1.61
13152024-11-14T04:04:55.347Z Compiling adler2 v2.0.0
13162024-11-14T04:04:55.536Z Compiling match_cfg v0.1.0
13172024-11-14T04:04:55.562Z Compiling base64 v0.22.1
13182024-11-14T04:04:55.630Z Compiling rustversion v1.0.17
13192024-11-14T04:04:55.750Z Compiling tokio-util v0.7.12
13202024-11-14T04:04:55.755Z Compiling hostname v0.3.1
13212024-11-14T04:04:56.058Z Compiling miniz_oxide v0.8.0
13222024-11-14T04:04:56.302Z Compiling chrono v0.4.38
13232024-11-14T04:04:56.461Z Compiling foreign-types v0.3.2
13242024-11-14T04:04:56.562Z Compiling url v2.5.3
13252024-11-14T04:04:57.230Z Compiling h2 v0.4.6
13262024-11-14T04:04:57.597Z Compiling async-trait v0.1.83
13272024-11-14T04:04:58.034Z Compiling openssl-macros v0.1.1
13282024-11-14T04:04:58.633Z Compiling dof v0.3.0
13292024-11-14T04:04:58.825Z Compiling dirs-sys-next v0.1.2
13302024-11-14T04:04:59.512Z Compiling usdt-impl v0.5.0
13312024-11-14T04:05:00.078Z Compiling syn v1.0.109
13322024-11-14T04:05:00.441Z Compiling native-tls v0.2.12
13332024-11-14T04:05:00.728Z Compiling rustls v0.23.14
13342024-11-14T04:05:00.779Z Compiling rustls v0.22.4
13352024-11-14T04:05:00.886Z Compiling siphasher v0.3.11
13362024-11-14T04:05:01.006Z Compiling data-encoding v2.6.0
13372024-11-14T04:05:01.122Z Compiling dirs-next v2.0.0
13382024-11-14T04:05:01.319Z Compiling http-body-util v0.1.2
13392024-11-14T04:05:01.872Z Compiling crossbeam-epoch v0.9.18
13402024-11-14T04:05:02.693Z Compiling heapless v0.7.17
13412024-11-14T04:05:02.714Z Compiling signature v2.2.0
13422024-11-14T04:05:02.832Z Compiling sha1 v0.10.6
13432024-11-14T04:05:02.969Z Compiling bzip2-sys v0.1.11+1.0.8
13442024-11-14T04:05:02.990Z Compiling serde_derive_internals v0.29.1
13452024-11-14T04:05:03.159Z Compiling thread_local v1.1.8
13462024-11-14T04:05:03.264Z Compiling multer v3.1.0
13472024-11-14T04:05:03.479Z Compiling encoding_rs v0.8.34
13482024-11-14T04:05:03.523Z Compiling cookie v0.18.1
13492024-11-14T04:05:03.636Z Compiling unicode-properties v0.1.3
13502024-11-14T04:05:03.838Z Compiling schemars v0.8.21
13512024-11-14T04:05:03.890Z Compiling mime v0.3.17
13522024-11-14T04:05:03.954Z Compiling signal-hook v0.3.17
13532024-11-14T04:05:04.084Z Compiling ipnet v2.10.1
13542024-11-14T04:05:04.210Z Compiling rayon-core v1.12.1
13552024-11-14T04:05:04.424Z Compiling hyper v1.5.0
13562024-11-14T04:05:04.477Z Compiling slog-async v2.8.0
13572024-11-14T04:05:04.992Z Compiling openssl-probe v0.1.5
13582024-11-14T04:05:05.359Z Compiling gimli v0.31.1
13592024-11-14T04:05:05.551Z Compiling stringprep v0.1.5
13602024-11-14T04:05:05.817Z Compiling schemars_derive v0.8.21
13612024-11-14T04:05:06.831Z Compiling hyper-util v0.1.10
13622024-11-14T04:05:08.007Z Compiling toml_edit v0.22.22
13632024-11-14T04:05:08.743Z Compiling usdt-macro v0.5.0
13642024-11-14T04:05:09.287Z Compiling usdt-attr-macro v0.5.0
13652024-11-14T04:05:09.972Z Compiling addr2line v0.24.2
13662024-11-14T04:05:09.994Z Compiling crossbeam-deque v0.8.5
13672024-11-14T04:05:10.249Z Compiling term v0.7.0
13682024-11-14T04:05:10.342Z Compiling slog-json v2.6.1
13692024-11-14T04:05:10.404Z Compiling serde_urlencoded v0.7.1
13702024-11-14T04:05:10.670Z Compiling crossbeam-channel v0.5.13
13712024-11-14T04:05:10.713Z Compiling curve25519-dalek v4.1.3
13722024-11-14T04:05:10.891Z Compiling enum-as-inner v0.6.1
13732024-11-14T04:05:10.930Z Compiling futures-executor v0.3.31
13742024-11-14T04:05:11.317Z Compiling md-5 v0.10.6
13752024-11-14T04:05:11.493Z Compiling rustls-pemfile v2.2.0
13762024-11-14T04:05:11.575Z Compiling async-stream-impl v0.3.6
13772024-11-14T04:05:11.776Z Compiling num-integer v0.1.46
13782024-11-14T04:05:11.778Z Compiling idna v0.3.0
13792024-11-14T04:05:11.846Z Compiling idna v0.4.0
13802024-11-14T04:05:12.000Z Compiling hash32 v0.2.1
13812024-11-14T04:05:12.399Z Compiling ff v0.13.0
13822024-11-14T04:05:12.584Z Compiling is-terminal v0.4.13
13832024-11-14T04:05:12.635Z Compiling object v0.36.5
13842024-11-14T04:05:12.719Z Compiling dropshot v0.12.0
13852024-11-14T04:05:12.924Z Compiling base16ct v0.2.0
13862024-11-14T04:05:12.996Z Compiling portable-atomic v1.9.0
13872024-11-14T04:05:13.254Z Compiling num-bigint-dig v0.8.4
13882024-11-14T04:05:13.548Z Compiling smoltcp v0.9.1
13892024-11-14T04:05:13.590Z Compiling utf-8 v0.7.6
13902024-11-14T04:05:13.614Z Compiling dyn-clone v1.0.17
13912024-11-14T04:05:13.834Z Compiling quick-error v1.2.3
13922024-11-14T04:05:13.923Z Compiling psl-types v2.0.11
13932024-11-14T04:05:13.985Z Compiling fallible-iterator v0.2.0
13942024-11-14T04:05:14.120Z Compiling take_mut v0.2.2
13952024-11-14T04:05:14.142Z Compiling anyhow v1.0.93
13962024-11-14T04:05:14.284Z Compiling rustc-demangle v0.1.24
13972024-11-14T04:05:14.288Z Compiling linked-hash-map v0.5.6
13982024-11-14T04:05:14.670Z Compiling lru-cache v0.1.2
13992024-11-14T04:05:14.689Z Compiling postgres-protocol v0.6.7
14002024-11-14T04:05:15.250Z Compiling publicsuffix v2.2.3
14012024-11-14T04:05:15.253Z Compiling resolv-conf v0.7.0
14022024-11-14T04:05:15.518Z Compiling tungstenite v0.24.0
14032024-11-14T04:05:16.106Z Compiling sec1 v0.7.3
14042024-11-14T04:05:16.220Z Compiling async-stream v0.3.6
14052024-11-14T04:05:16.457Z Compiling hickory-proto v0.24.1
14062024-11-14T04:05:16.525Z Compiling slog-term v2.9.1
14072024-11-14T04:05:16.709Z Compiling group v0.13.0
14082024-11-14T04:05:17.050Z Compiling usdt v0.5.0
14092024-11-14T04:05:17.570Z Compiling num-iter v0.1.45
14102024-11-14T04:05:17.889Z Compiling toml v0.8.19
14112024-11-14T04:05:17.912Z Compiling futures v0.3.31
14122024-11-14T04:05:18.038Z Compiling slog-bunyan v2.5.0
14132024-11-14T04:05:19.730Z Compiling tokio-native-tls v0.3.1
14142024-11-14T04:05:19.890Z Compiling camino v1.1.9
14152024-11-14T04:05:20.010Z Compiling backtrace v0.3.74
14162024-11-14T04:05:20.793Z Compiling phf_shared v0.11.2
14172024-11-14T04:05:20.873Z Compiling dropshot_endpoint v0.12.0
14182024-11-14T04:05:21.114Z Compiling waitgroup v0.1.2
14192024-11-14T04:05:21.181Z Compiling terminal_size v0.4.0
14202024-11-14T04:05:21.238Z Compiling openapiv3 v2.0.0
14212024-11-14T04:05:21.331Z Compiling serde_path_to_error v0.1.16
14222024-11-14T04:05:21.387Z Compiling hkdf v0.12.4
14232024-11-14T04:05:21.639Z Compiling crypto-bigint v0.5.5
14242024-11-14T04:05:22.189Z Compiling webpki-roots v0.26.6
14252024-11-14T04:05:22.415Z Compiling curve25519-dalek-derive v0.1.1
14262024-11-14T04:05:23.747Z Compiling zerocopy-derive v0.6.6
14272024-11-14T04:05:24.038Z Compiling idna v0.5.0
14282024-11-14T04:05:24.682Z Compiling hubpack_derive v0.1.1
14292024-11-14T04:05:25.655Z Compiling hostname v0.4.0
14302024-11-14T04:05:25.663Z Compiling ahash v0.8.11
14312024-11-14T04:05:25.688Z Compiling crc32fast v1.4.2
14322024-11-14T04:05:25.707Z Compiling fs-err v2.11.0
14332024-11-14T04:05:25.857Z Compiling winnow v0.5.40
14342024-11-14T04:05:25.989Z Compiling debug-ignore v1.0.5
14352024-11-14T04:05:25.995Z Compiling managed v0.8.0
14362024-11-14T04:05:26.013Z Compiling bitflags v1.3.2
14372024-11-14T04:05:26.031Z Compiling console v0.15.8
14382024-11-14T04:05:26.155Z Compiling clap_builder v4.5.20
14392024-11-14T04:05:26.199Z Compiling strum_macros v0.25.3
14402024-11-14T04:05:26.890Z Compiling zerocopy v0.6.6
14412024-11-14T04:05:27.750Z Compiling flate2 v1.0.34
14422024-11-14T04:05:27.796Z Compiling hubpack v0.1.2
14432024-11-14T04:05:27.839Z Compiling cookie_store v0.21.0
14442024-11-14T04:05:28.312Z Compiling elliptic-curve v0.13.8
14452024-11-14T04:05:28.752Z Compiling hickory-resolver v0.24.1
14462024-11-14T04:05:29.180Z Compiling phf v0.11.2
14472024-11-14T04:05:29.446Z Compiling toml_edit v0.19.15
14482024-11-14T04:05:29.746Z Compiling signal-hook-mio v0.2.4
14492024-11-14T04:05:29.919Z Compiling hyper-tls v0.6.0
14502024-11-14T04:05:30.338Z Compiling bzip2 v0.4.4
14512024-11-14T04:05:30.393Z Compiling rayon v1.10.0
14522024-11-14T04:05:30.748Z Compiling tokio-tungstenite v0.24.0
14532024-11-14T04:05:31.292Z Compiling postgres-types v0.2.8
14542024-11-14T04:05:34.280Z Compiling ed25519 v2.2.3
14552024-11-14T04:05:35.381Z Compiling phf_shared v0.10.0
14562024-11-14T04:05:35.573Z Compiling tokio-stream v0.1.16
14572024-11-14T04:05:35.817Z Compiling pkcs1 v0.7.5
14582024-11-14T04:05:35.894Z Compiling serde-big-array v0.5.1
14592024-11-14T04:05:36.043Z Compiling clap_derive v4.5.18
14602024-11-14T04:05:36.175Z Compiling rfc6979 v0.4.0
14612024-11-14T04:05:36.350Z Compiling derive-where v1.2.7
14622024-11-14T04:05:36.667Z Compiling serde_repr v0.1.19
14632024-11-14T04:05:41.186Z Compiling float-cmp v0.9.0
14642024-11-14T04:05:41.301Z Compiling bstr v1.10.0
14652024-11-14T04:05:41.301Z Compiling sync_wrapper v1.0.1
14662024-11-14T04:05:41.301Z Compiling predicates-core v1.0.8
14672024-11-14T04:05:41.301Z Compiling new_debug_unreachable v1.0.6
14682024-11-14T04:05:41.301Z Compiling precomputed-hash v0.1.1
14692024-11-14T04:05:41.301Z Compiling whoami v1.5.2
14702024-11-14T04:05:41.301Z Compiling normalize-line-endings v0.3.0
14712024-11-14T04:05:41.301Z Compiling difflib v0.4.0
14722024-11-14T04:05:41.301Z Compiling fixedbitset v0.4.2
14732024-11-14T04:05:41.301Z Compiling bit-vec v0.6.3
14742024-11-14T04:05:41.301Z Compiling unicode-segmentation v1.12.0
14752024-11-14T04:05:41.301Z Compiling static_assertions v1.1.0
14762024-11-14T04:05:41.301Z Compiling number_prefix v0.4.0
14772024-11-14T04:05:41.302Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14782024-11-14T04:05:41.302Z Compiling indicatif v0.17.8
14792024-11-14T04:05:41.302Z Compiling similar v2.6.0
14802024-11-14T04:05:41.302Z Compiling bit-set v0.5.3
14812024-11-14T04:05:41.303Z Compiling predicates v3.1.2
14822024-11-14T04:05:41.303Z Compiling petgraph v0.6.5
14832024-11-14T04:05:41.513Z Compiling clap v4.5.20
14842024-11-14T04:05:41.513Z Compiling tokio-postgres v0.7.12
14852024-11-14T04:05:41.513Z Compiling string_cache v0.8.7
14862024-11-14T04:05:41.597Z Compiling ecdsa v0.16.9
14872024-11-14T04:05:41.769Z Compiling rsa v0.9.6
14882024-11-14T04:05:41.822Z Compiling ed25519-dalek v2.1.1
14892024-11-14T04:05:42.445Z Compiling toml v0.7.8
14902024-11-14T04:05:43.147Z Compiling zip v0.6.6
14912024-11-14T04:05:44.245Z Compiling crossterm v0.28.1
14922024-11-14T04:05:45.121Z Compiling hex v0.4.3
14932024-11-14T04:05:45.175Z Compiling x509-cert v0.2.5
14942024-11-14T04:05:45.280Z Compiling itertools v0.10.5
14952024-11-14T04:05:45.754Z Compiling peg-runtime v0.8.3
14962024-11-14T04:05:45.871Z Compiling lalrpop-util v0.19.12
14972024-11-14T04:05:46.220Z Compiling unicode-xid v0.2.6
14982024-11-14T04:05:46.411Z Compiling strum_macros v0.26.4
14992024-11-14T04:05:46.502Z Compiling xattr v1.3.1
15002024-11-14T04:05:46.788Z Compiling filetime v0.2.25
15012024-11-14T04:05:47.253Z Compiling tar v0.4.43
15022024-11-14T04:05:51.738Z Compiling strum v0.26.3
15032024-11-14T04:05:53.886Z Compiling aws-lc-sys v0.22.0
15042024-11-14T04:06:28.381Z Compiling rustls-webpki v0.102.8
15052024-11-14T04:06:31.756Z Compiling tokio-rustls v0.25.0
15062024-11-14T04:06:33.550Z Compiling tokio-rustls v0.26.0
15072024-11-14T04:06:33.864Z Compiling hyper-rustls v0.27.3
15082024-11-14T04:06:34.226Z Compiling reqwest v0.12.9
15092024-11-14T04:06:35.457Z Compiling qorb v0.2.0
15102024-11-14T04:06:40.368Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15112024-11-14T04:06:40.599Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15122024-11-14T04:06:46.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15132024-11-14T04:06:46.575Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15142024-11-14T04:06:46.623ZNov 14 04:06:45.802 INFO Starting download, target: Clickhouse
15152024-11-14T04:06:46.623ZNov 14 04:06:45.802 INFO Starting download, target: Cockroach
15162024-11-14T04:06:46.623ZNov 14 04:06:45.802 INFO Starting download, target: Console
15172024-11-14T04:06:46.626ZNov 14 04:06:45.802 INFO Starting download, target: DendriteOpenapi
15182024-11-14T04:06:46.626ZNov 14 04:06:45.802 INFO Starting download, target: DendriteStub
15192024-11-14T04:06:46.626ZNov 14 04:06:45.803 INFO Starting download, target: MaghemiteMgd
15202024-11-14T04:06:46.626ZNov 14 04:06:45.803 INFO Starting download, target: TransceiverControl
15212024-11-14T04:06:46.626ZNov 14 04:06:45.803 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
15222024-11-14T04:06:46.626ZNov 14 04:06:45.803 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15232024-11-14T04:06:46.626ZNov 14 04:06:45.803 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15242024-11-14T04:06:46.626ZNov 14 04:06:45.803 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15252024-11-14T04:06:46.626ZNov 14 04:06:45.803 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15262024-11-14T04:06:46.626ZNov 14 04:06:45.803 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15272024-11-14T04:06:46.626ZNov 14 04:06:45.803 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15282024-11-14T04:06:46.843ZNov 14 04:06:45.994 INFO Download complete, target: DendriteOpenapi
15292024-11-14T04:06:47.071ZNov 14 04:06:46.208 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15302024-11-14T04:06:47.228ZNov 14 04:06:46.366 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15312024-11-14T04:06:47.531ZNov 14 04:06:46.709 INFO Download complete, target: Console
15322024-11-14T04:06:47.586ZNov 14 04:06:46.758 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15332024-11-14T04:06:47.661ZNov 14 04:06:46.821 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15342024-11-14T04:06:47.737ZNov 14 04:06:46.914 INFO Download complete, target: TransceiverControl
15352024-11-14T04:06:48.628ZNov 14 04:06:47.783 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15362024-11-14T04:06:49.067ZNov 14 04:06:48.245 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15372024-11-14T04:06:49.068ZNov 14 04:06:48.245 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15382024-11-14T04:06:50.648ZNov 14 04:06:49.824 INFO Download complete, target: MaghemiteMgd
15392024-11-14T04:06:50.667ZNov 14 04:06:49.845 INFO Download complete, target: DendriteStub
15402024-11-14T04:06:56.773ZNov 14 04:06:55.942 INFO Checking that binary works, target: Cockroach
15412024-11-14T04:06:56.964ZNov 14 04:06:56.100 INFO Download complete, target: Cockroach
15422024-11-14T04:07:01.564ZNov 14 04:07:00.741 INFO Checking that binary works, target: Clickhouse
15432024-11-14T04:07:02.429ZNov 14 04:07:01.606 INFO Download complete, target: Clickhouse
15442024-11-14T04:07:02.436ZAll prerequisites installed successfully
15452024-11-14T04:07:02.439Z
15462024-11-14T04:07:02.439Zreal 5:58.167326565
15472024-11-14T04:07:02.439Zuser 16:29.683588768
15482024-11-14T04:07:02.439Zsys 3:12.536321356
15492024-11-14T04:07:02.439Ztrap 0.552157951
15502024-11-14T04:07:02.439Ztflt 7.702779137
15512024-11-14T04:07:02.439Zdflt 7.360279841
15522024-11-14T04:07:02.439Zkflt 0.233053352
15532024-11-14T04:07:02.439Zlock 29:42.719388456
15542024-11-14T04:07:02.439Zslp 1:04:46.751190268
15552024-11-14T04:07:02.439Zlat 53.255559716
15562024-11-14T04:07:02.439Zstop 2:13.854054214
15572024-11-14T04:07:02.439Z+ ptime -m cargo xtask download softnpu
15582024-11-14T04:07:02.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15592024-11-14T04:07:02.972Z Running `target/debug/xtask download softnpu`
15602024-11-14T04:07:03.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
15612024-11-14T04:07:03.826Z Running `target/debug/xtask-downloader softnpu`
15622024-11-14T04:07:03.861ZNov 14 04:07:03.037 INFO Starting download, target: Softnpu
15632024-11-14T04:07:03.864ZNov 14 04:07:03.038 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15642024-11-14T04:07:04.329ZNov 14 04:07:03.506 INFO Download complete, target: Softnpu
15652024-11-14T04:07:04.333Z
15662024-11-14T04:07:04.335Zreal 1.889269008
15672024-11-14T04:07:04.335Zuser 1.245411139
15682024-11-14T04:07:04.335Zsys 0.516833633
15692024-11-14T04:07:04.335Ztrap 0.000558282
15702024-11-14T04:07:04.335Ztflt 0.000027566
15712024-11-14T04:07:04.335Zdflt 0.000019657
15722024-11-14T04:07:04.335Zkflt 0.000000000
15732024-11-14T04:07:04.335Zlock 4.802743758
15742024-11-14T04:07:04.335Zslp 0.286302439
15752024-11-14T04:07:04.335Zlat 0.063896952
15762024-11-14T04:07:04.335Zstop 0.000154322
15772024-11-14T04:07:04.335Z+ export CARGO_INCREMENTAL=0
15782024-11-14T04:07:04.335Z+ CARGO_INCREMENTAL=0
15792024-11-14T04:07:04.335Z+ 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-14T04:07:05.259Z Compiling proc-macro2 v1.0.89
15812024-11-14T04:07:05.259Z Compiling unicode-ident v1.0.13
15822024-11-14T04:07:05.259Z Compiling libc v0.2.162
15832024-11-14T04:07:05.259Z Compiling serde v1.0.215
15842024-11-14T04:07:05.261Z Compiling autocfg v1.4.0
15852024-11-14T04:07:05.261Z Compiling version_check v0.9.5
15862024-11-14T04:07:05.261Z Compiling cfg-if v1.0.0
15872024-11-14T04:07:05.483Z Compiling memchr v2.7.4
15882024-11-14T04:07:05.500Z Compiling shlex v1.3.0
15892024-11-14T04:07:05.599Z Compiling typenum v1.17.0
15902024-11-14T04:07:05.839Z Compiling value-bag v1.9.0
15912024-11-14T04:07:06.035Z Compiling generic-array v0.14.7
15922024-11-14T04:07:06.303Z Compiling log v0.4.22
15932024-11-14T04:07:06.346Z Compiling lock_api v0.4.12
15942024-11-14T04:07:06.401Z Compiling scopeguard v1.2.0
15952024-11-14T04:07:06.588Z Compiling parking_lot_core v0.9.10
15962024-11-14T04:07:06.882Z Compiling once_cell v1.20.2
15972024-11-14T04:07:06.992Z Compiling serde_json v1.0.132
15982024-11-14T04:07:07.142Z Compiling quote v1.0.37
15992024-11-14T04:07:07.270Z Compiling jobserver v0.1.32
16002024-11-14T04:07:07.300Z Compiling getrandom v0.2.15
16012024-11-14T04:07:07.303Z Compiling rustix v0.38.37
16022024-11-14T04:07:07.499Z Compiling syn v2.0.87
16032024-11-14T04:07:07.761Z Compiling cc v1.1.30
16042024-11-14T04:07:07.785Z Compiling libm v0.2.8
16052024-11-14T04:07:07.912Z Compiling thiserror v1.0.69
16062024-11-14T04:07:07.942Z Compiling num-traits v0.2.19
16072024-11-14T04:07:08.021Z Compiling itoa v1.0.11
16082024-11-14T04:07:08.069Z Compiling spin v0.9.8
16092024-11-14T04:07:08.102Z Compiling aho-corasick v1.1.3
16102024-11-14T04:07:08.219Z Compiling regex-syntax v0.8.5
16112024-11-14T04:07:08.382Z Compiling slab v0.4.9
16122024-11-14T04:07:08.668Z Compiling byteorder v1.5.0
16132024-11-14T04:07:08.818Z Compiling errno v0.3.9
16142024-11-14T04:07:09.054Z Compiling rand_core v0.6.4
16152024-11-14T04:07:09.103Z Compiling either v1.13.0
16162024-11-14T04:07:09.140Z Compiling lazy_static v1.5.0
16172024-11-14T04:07:09.444Z Compiling glob v0.3.1
16182024-11-14T04:07:09.950Z Compiling prettyplease v0.2.25
16192024-11-14T04:07:10.247Z Compiling clang-sys v1.8.1
16202024-11-14T04:07:10.450Z Compiling minimal-lexical v0.2.1
16212024-11-14T04:07:10.586Z Compiling libloading v0.8.5
16222024-11-14T04:07:10.896Z Compiling nom v7.1.3
16232024-11-14T04:07:10.939Z Compiling home v0.5.9
16242024-11-14T04:07:10.960Z Compiling bindgen v0.69.5
16252024-11-14T04:07:11.100Z Compiling subtle v2.6.1
16262024-11-14T04:07:11.357Z Compiling allocator-api2 v0.2.18
16272024-11-14T04:07:11.472Z Compiling itertools v0.12.1
16282024-11-14T04:07:11.797Z Compiling regex-automata v0.4.8
16292024-11-14T04:07:12.136Z Compiling smallvec v1.13.2
16302024-11-14T04:07:12.477Z Compiling lazycell v1.3.0
16312024-11-14T04:07:12.614Z Compiling rustc-hash v1.1.0
16322024-11-14T04:07:12.650Z Compiling semver v1.0.23
16332024-11-14T04:07:12.769Z Compiling cmake v0.1.51
16342024-11-14T04:07:13.302Z Compiling dunce v1.0.5
16352024-11-14T04:07:13.445Z Compiling fs_extra v1.3.0
16362024-11-14T04:07:14.468Z Compiling cexpr v0.6.0
16372024-11-14T04:07:14.523Z Compiling pkg-config v0.3.31
16382024-11-14T04:07:14.532Z Compiling ring v0.17.8
16392024-11-14T04:07:14.656Z Compiling ryu v1.0.18
16402024-11-14T04:07:14.944Z Compiling pin-project-lite v0.2.14
16412024-11-14T04:07:15.084Z Compiling paste v1.0.15
16422024-11-14T04:07:15.379Z Compiling synstructure v0.13.1
16432024-11-14T04:07:15.533Z Compiling const-oid v0.9.6
16442024-11-14T04:07:15.848Z Compiling httparse v1.9.5
16452024-11-14T04:07:15.978Z Compiling foldhash v0.1.3
16462024-11-14T04:07:16.271Z Compiling equivalent v1.0.1
16472024-11-14T04:07:16.385Z Compiling aws-lc-rs v1.10.0
16482024-11-14T04:07:16.466Z Compiling hashbrown v0.15.0
16492024-11-14T04:07:16.825Z Compiling schemars v0.8.21
16502024-11-14T04:07:17.155Z Compiling regex v1.11.1
16512024-11-14T04:07:17.796Z Compiling heck v0.5.0
16522024-11-14T04:07:18.056Z Compiling serde_derive_internals v0.29.1
16532024-11-14T04:07:18.155Z Compiling signal-hook-registry v1.4.2
16542024-11-14T04:07:18.227Z Compiling parking_lot v0.12.3
16552024-11-14T04:07:18.250Z Compiling mio v1.0.2
16562024-11-14T04:07:20.080Z Compiling crossbeam-utils v0.8.20
16572024-11-14T04:07:20.229Z Compiling stable_deref_trait v1.2.0
16582024-11-14T04:07:20.321Z Compiling socket2 v0.5.7
16592024-11-14T04:07:20.365Z Compiling num-conv v0.1.0
16602024-11-14T04:07:20.646Z Compiling time-core v0.1.2
16612024-11-14T04:07:20.703Z Compiling serde_derive v1.0.215
16622024-11-14T04:07:20.820Z Compiling zeroize_derive v1.4.2
16632024-11-14T04:07:20.978Z Compiling zerocopy-derive v0.7.35
16642024-11-14T04:07:21.766Z Compiling thiserror-impl v1.0.69
16652024-11-14T04:07:21.980Z Compiling tokio-macros v2.4.0
16662024-11-14T04:07:22.235Z Compiling zeroize v1.8.1
16672024-11-14T04:07:22.341Z Compiling zerofrom-derive v0.1.4
16682024-11-14T04:07:22.604Z Compiling yoke-derive v0.7.4
16692024-11-14T04:07:22.722Z Compiling futures-macro v0.3.31
16702024-11-14T04:07:23.054Z Compiling zerovec-derive v0.10.3
16712024-11-14T04:07:23.413Z Compiling zerocopy v0.7.35
16722024-11-14T04:07:24.325Z Compiling displaydoc v0.2.5
16732024-11-14T04:07:24.757Z Compiling crypto-common v0.1.6
16742024-11-14T04:07:24.954Z Compiling tracing-attributes v0.1.27
16752024-11-14T04:07:25.010Z Compiling icu_provider_macros v1.5.0
16762024-11-14T04:07:25.175Z Compiling block-buffer v0.10.4
16772024-11-14T04:07:25.423Z Compiling digest v0.10.7
16782024-11-14T04:07:26.129Z Compiling schemars_derive v0.8.21
16792024-11-14T04:07:26.139Z Compiling der_derive v0.7.3
16802024-11-14T04:07:26.139Z Compiling futures-core v0.3.31
16812024-11-14T04:07:26.139Z Compiling time-macros v0.2.18
16822024-11-14T04:07:26.446Z Compiling vcpkg v0.2.15
16832024-11-14T04:07:26.629Z Compiling fnv v1.0.7
16842024-11-14T04:07:28.110Z Compiling openssl-sys v0.9.104
16852024-11-14T04:07:28.962Z Compiling cpufeatures v0.2.14
16862024-11-14T04:07:29.069Z Compiling slog v2.7.0
16872024-11-14T04:07:29.191Z Compiling futures-sink v0.3.31
16882024-11-14T04:07:29.401Z Compiling ahash v0.8.11
16892024-11-14T04:07:29.424Z Compiling syn v1.0.109
16902024-11-14T04:07:29.898Z Compiling zerofrom v0.1.4
16912024-11-14T04:07:30.033Z Compiling scroll_derive v0.12.0
16922024-11-14T04:07:30.123Z Compiling ucd-trie v0.1.7
16932024-11-14T04:07:30.257Z Compiling iana-time-zone v0.1.61
16942024-11-14T04:07:30.339Z Compiling pest v2.7.14
16952024-11-14T04:07:30.661Z Compiling yoke v0.7.4
16962024-11-14T04:07:30.973Z Compiling futures-channel v0.3.31
16972024-11-14T04:07:31.410Z Compiling hmac v0.12.1
16982024-11-14T04:07:31.546Z Compiling pin-utils v0.1.0
16992024-11-14T04:07:31.643Z Compiling futures-io v0.3.31
17002024-11-14T04:07:31.672Z Compiling futures-task v0.3.31
17012024-11-14T04:07:31.759Z Compiling openssl v0.10.68
17022024-11-14T04:07:32.151Z Compiling futures-util v0.3.31
17032024-11-14T04:07:32.270Z Compiling zerovec v0.10.4
17042024-11-14T04:07:32.596Z Compiling block-padding v0.3.3
17052024-11-14T04:07:32.963Z Compiling pest_meta v2.7.14
17062024-11-14T04:07:33.334Z Compiling tinyvec_macros v0.1.1
17072024-11-14T04:07:33.767Z Compiling bitflags v2.6.0
17082024-11-14T04:07:34.016Z Compiling bytes v1.7.2
17092024-11-14T04:07:35.890Z Compiling indexmap v2.6.0
17102024-11-14T04:07:37.116Z Compiling tokio v1.40.0
17112024-11-14T04:07:37.420Z Compiling serde_tokenstream v0.2.2
17122024-11-14T04:07:37.992Z Compiling http v1.1.0
17132024-11-14T04:07:38.287Z Compiling which v4.4.2
17142024-11-14T04:07:38.905Z Compiling uuid v1.11.0
17152024-11-14T04:07:39.135Z Compiling rustc_version v0.4.1
17162024-11-14T04:07:39.773Z Compiling chrono v0.4.38
17172024-11-14T04:07:42.112Z Compiling pest_generator v2.7.14
17182024-11-14T04:07:43.342Z Compiling toml_datetime v0.6.8
17192024-11-14T04:07:43.799Z Compiling serde_spanned v0.6.8
17202024-11-14T04:07:43.879Z Compiling tinyvec v1.8.0
17212024-11-14T04:07:44.035Z Compiling inout v0.1.3
17222024-11-14T04:07:45.444Z Compiling openssl-macros v0.1.1
17232024-11-14T04:07:46.173Z Compiling native-tls v0.2.12
17242024-11-14T04:07:46.283Z Compiling rustls v0.23.14
17252024-11-14T04:07:46.489Z Compiling unicode-normalization v0.1.24
17262024-11-14T04:07:46.568Z Compiling cipher v0.4.4
17272024-11-14T04:07:47.064Z Compiling pest_derive v2.7.14
17282024-11-14T04:07:47.374Z Compiling tinystr v0.7.6
17292024-11-14T04:07:47.633Z Compiling sha2 v0.10.8
17302024-11-14T04:07:47.824Z Compiling tracing-core v0.1.32
17312024-11-14T04:07:47.847Z Compiling usdt-impl v0.5.0
17322024-11-14T04:07:48.155Z Compiling unicode-bidi v0.3.17
17332024-11-14T04:07:48.175Z Compiling dyn-clone v1.0.17
17342024-11-14T04:07:48.190Z Compiling litemap v0.7.3
17352024-11-14T04:07:48.393Z Compiling writeable v0.5.5
17362024-11-14T04:07:48.428Z Compiling base64ct v1.6.0
17372024-11-14T04:07:48.599Z Compiling tracing v0.1.40
17382024-11-14T04:07:48.904Z Compiling pem-rfc7468 v0.7.0
17392024-11-14T04:07:49.003Z Compiling icu_locid v1.5.0
17402024-11-14T04:07:49.928Z Compiling scroll v0.12.0
17412024-11-14T04:07:50.162Z Compiling ppv-lite86 v0.2.20
17422024-11-14T04:07:50.441Z Compiling async-trait v0.1.83
17432024-11-14T04:07:51.048Z Compiling cookie v0.18.1
17442024-11-14T04:07:51.318Z Compiling plain v0.2.3
17452024-11-14T04:07:51.926Z Compiling flagset v0.4.6
17462024-11-14T04:07:52.148Z Compiling anyhow v1.0.93
17472024-11-14T04:07:52.168Z Compiling camino v1.1.9
17482024-11-14T04:07:52.349Z Compiling aws-lc-sys v0.22.0
17492024-11-14T04:07:52.691Z Compiling der v0.7.9
17502024-11-14T04:07:56.036Z Compiling goblin v0.8.2
17512024-11-14T04:07:56.055Z Compiling rand_chacha v0.3.1
17522024-11-14T04:07:57.061Z Compiling icu_provider v1.5.0
17532024-11-14T04:07:59.376Z Compiling percent-encoding v2.3.1
17542024-11-14T04:07:59.700Z Compiling rustls v0.22.4
17552024-11-14T04:07:59.971Z Compiling untrusted v0.7.1
17562024-11-14T04:08:00.155Z Compiling rayon-core v1.12.1
17572024-11-14T04:08:00.233Z Compiling rustls-pki-types v1.9.0
17582024-11-14T04:08:00.418Z Compiling pretty-hex v0.4.1
17592024-11-14T04:08:00.596Z Compiling icu_locid_transform_data v1.5.0
17602024-11-14T04:08:01.991Z Compiling dof v0.3.0
17612024-11-14T04:08:02.177Z Compiling icu_locid_transform v1.5.0
17622024-11-14T04:08:03.611Z Compiling rand v0.8.5
17632024-11-14T04:08:03.614Z Compiling spki v0.7.3
17642024-11-14T04:08:03.818Z Compiling dtrace-parser v0.2.0
17652024-11-14T04:08:03.972Z Compiling salsa20 v0.10.2
17662024-11-14T04:08:04.208Z Compiling tokio-util v0.7.12
17672024-11-14T04:08:05.114Z Compiling icu_collections v1.5.0
17682024-11-14T04:08:05.197Z Compiling pbkdf2 v0.12.2
17692024-11-14T04:08:05.541Z Compiling thread-id v4.2.2
17702024-11-14T04:08:05.657Z Compiling mirai-annotations v1.12.0
17712024-11-14T04:08:05.679Z Compiling powerfmt v0.2.0
17722024-11-14T04:08:05.734Z Compiling winnow v0.5.40
17732024-11-14T04:08:05.867Z Compiling icu_properties_data v1.5.0
17742024-11-14T04:08:06.184Z Compiling untrusted v0.9.0
17752024-11-14T04:08:06.802Z Compiling deranged v0.3.11
17762024-11-14T04:08:08.235Z Compiling icu_properties v1.5.1
17772024-11-14T04:08:09.594Z Compiling toml_edit v0.19.15
17782024-11-14T04:08:11.556Z Compiling scrypt v0.11.0
17792024-11-14T04:08:12.083Z Compiling aes v0.8.4
17802024-11-14T04:08:12.116Z Compiling cbc v0.1.2
17812024-11-14T04:08:12.331Z Compiling multer v3.1.0
17822024-11-14T04:08:12.615Z Compiling write16 v1.0.0
17832024-11-14T04:08:12.759Z Compiling utf8_iter v1.0.4
17842024-11-14T04:08:12.911Z Compiling atomic-waker v1.1.2
17852024-11-14T04:08:13.005Z Compiling slog-async v2.8.0
17862024-11-14T04:08:13.476Z Compiling icu_normalizer_data v1.5.0
17872024-11-14T04:08:13.490Z Compiling rustversion v1.0.17
17882024-11-14T04:08:13.490Z Compiling num_threads v0.1.7
17892024-11-14T04:08:13.728Z Compiling utf16_iter v1.0.5
17902024-11-14T04:08:13.930Z Compiling time v0.3.36
17912024-11-14T04:08:13.971Z Compiling icu_normalizer v1.5.0
17922024-11-14T04:08:14.806Z Compiling pkcs5 v0.7.1
17932024-11-14T04:08:16.174Z Compiling form_urlencoded v1.2.1
17942024-11-14T04:08:16.646Z Compiling http-body v1.0.1
17952024-11-14T04:08:16.694Z Compiling heapless v0.7.17
17962024-11-14T04:08:17.268Z Compiling bzip2-sys v0.1.11+1.0.8
17972024-11-14T04:08:18.086Z Compiling signal-hook v0.3.17
17982024-11-14T04:08:18.487Z Compiling try-lock v0.2.5
17992024-11-14T04:08:18.962Z Compiling want v0.3.1
18002024-11-14T04:08:20.281Z Compiling pkcs8 v0.10.2
18012024-11-14T04:08:20.330Z Compiling idna_adapter v1.2.0
18022024-11-14T04:08:20.966Z Compiling h2 v0.4.6
18032024-11-14T04:08:21.923Z Compiling usdt-macro v0.5.0
18042024-11-14T04:08:23.216Z Compiling usdt-attr-macro v0.5.0
18052024-11-14T04:08:24.103Z Compiling async-stream-impl v0.3.6
18062024-11-14T04:08:24.122Z Compiling httpdate v1.0.3
18072024-11-14T04:08:24.885Z Compiling strsim v0.11.1
18082024-11-14T04:08:25.345Z Compiling adler2 v2.0.0
18092024-11-14T04:08:25.610Z Compiling miniz_oxide v0.8.0
18102024-11-14T04:08:26.395Z Compiling idna v1.0.3
18112024-11-14T04:08:28.053Z Compiling hyper v1.5.0
18122024-11-14T04:08:28.849Z Compiling curve25519-dalek v4.1.3
18132024-11-14T04:08:28.871Z Compiling openapiv3 v2.0.0
18142024-11-14T04:08:29.314Z Compiling enum-as-inner v0.6.1
18152024-11-14T04:08:31.076Z Compiling dropshot v0.12.0
18162024-11-14T04:08:31.593Z Compiling portable-atomic v1.9.0
18172024-11-14T04:08:31.745Z Compiling tower-service v0.3.3
18182024-11-14T04:08:31.882Z Compiling base64 v0.22.1
18192024-11-14T04:08:32.486Z Compiling smoltcp v0.9.1
18202024-11-14T04:08:32.559Z Compiling foreign-types-shared v0.1.1
18212024-11-14T04:08:32.673Z Compiling num-bigint-dig v0.8.4
18222024-11-14T04:08:32.761Z Compiling match_cfg v0.1.0
18232024-11-14T04:08:32.949Z Compiling hostname v0.3.1
18242024-11-14T04:08:33.003Z Compiling foreign-types v0.3.2
18252024-11-14T04:08:33.055Z Compiling hyper-util v0.1.10
18262024-11-14T04:08:36.442Z Compiling url v2.5.3
18272024-11-14T04:08:41.159Z Compiling dirs-sys-next v0.1.2
18282024-11-14T04:08:41.282Z Compiling gimli v0.31.1
18292024-11-14T04:08:41.319Z Compiling siphasher v0.3.11
18302024-11-14T04:08:41.343Z Compiling data-encoding v2.6.0
18312024-11-14T04:08:41.643Z Compiling heck v0.4.1
18322024-11-14T04:08:41.685Z Compiling dirs-next v2.0.0
18332024-11-14T04:08:43.083Z Compiling http-body-util v0.1.2
18342024-11-14T04:08:44.443Z Compiling crossbeam-epoch v0.9.18
18352024-11-14T04:08:45.187Z Compiling hubpack_derive v0.1.1
18362024-11-14T04:08:46.020Z Compiling dropshot_endpoint v0.12.0
18372024-11-14T04:08:46.468Z Compiling addr2line v0.24.2
18382024-11-14T04:08:47.440Z Compiling sha1 v0.10.6
18392024-11-14T04:08:47.671Z Compiling signature v2.2.0
18402024-11-14T04:08:47.842Z Compiling curve25519-dalek-derive v0.1.1
18412024-11-14T04:08:47.891Z Compiling zerocopy-derive v0.6.6
18422024-11-14T04:08:49.170Z Compiling object v0.36.5
18432024-11-14T04:08:49.771Z Compiling thread_local v1.1.8
18442024-11-14T04:08:50.063Z Compiling fs-err v2.11.0
18452024-11-14T04:08:50.122Z Compiling encoding_rs v0.8.34
18462024-11-14T04:08:50.349Z Compiling mime v0.3.17
18472024-11-14T04:08:51.920Z Compiling rustc-demangle v0.1.24
18482024-11-14T04:08:53.703Z Compiling openssl-probe v0.1.5
18492024-11-14T04:08:54.012Z Compiling anstyle v1.0.10
18502024-11-14T04:08:54.250Z Compiling utf8parse v0.2.2
18512024-11-14T04:08:54.477Z Compiling unicode-properties v0.1.3
18522024-11-14T04:08:58.484Z Compiling ipnet v2.10.1
18532024-11-14T04:08:59.448Z Compiling winnow v0.6.20
18542024-11-14T04:09:00.965Z Compiling backtrace v0.3.74
18552024-11-14T04:09:02.313Z Compiling stringprep v0.1.5
18562024-11-14T04:09:03.281Z Compiling toml_edit v0.22.22
18572024-11-14T04:09:03.347Z Compiling anstyle-parse v0.2.5
18582024-11-14T04:09:05.860Z Compiling rustls-webpki v0.102.8
18592024-11-14T04:09:11.516Z Compiling crossbeam-deque v0.8.5
18602024-11-14T04:09:11.897Z Compiling term v0.7.0
18612024-11-14T04:09:13.142Z Compiling slog-json v2.6.1
18622024-11-14T04:09:14.354Z Compiling serde_urlencoded v0.7.1
18632024-11-14T04:09:15.172Z Compiling crossbeam-channel v0.5.13
18642024-11-14T04:09:15.461Z Compiling rustls-pemfile v2.2.0
18652024-11-14T04:09:16.254Z Compiling hashbrown v0.14.5
18662024-11-14T04:09:16.587Z Compiling idna v0.4.0
18672024-11-14T04:09:16.722Z Compiling idna v0.3.0
18682024-11-14T04:09:17.598Z Compiling futures-executor v0.3.31
18692024-11-14T04:09:18.125Z Compiling num-integer v0.1.46
18702024-11-14T04:09:18.307Z Compiling md-5 v0.10.6
18712024-11-14T04:09:18.554Z Compiling ff v0.13.0
18722024-11-14T04:09:18.648Z Compiling hash32 v0.2.1
18732024-11-14T04:09:18.786Z Compiling is-terminal v0.4.13
18742024-11-14T04:09:18.814Z Compiling memmap v0.7.0
18752024-11-14T04:09:19.015Z Compiling base16ct v0.2.0
18762024-11-14T04:09:19.135Z Compiling linked-hash-map v0.5.6
18772024-11-14T04:09:20.041Z Compiling psl-types v2.0.11
18782024-11-14T04:09:20.187Z Compiling fallible-iterator v0.2.0
18792024-11-14T04:09:20.242Z Compiling utf-8 v0.7.6
18802024-11-14T04:09:20.550Z Compiling is_terminal_polyfill v1.70.1
18812024-11-14T04:09:20.934Z Compiling colorchoice v1.0.2
18822024-11-14T04:09:21.098Z Compiling take_mut v0.2.2
18832024-11-14T04:09:21.318Z Compiling anstyle-query v1.1.1
18842024-11-14T04:09:21.470Z Compiling quick-error v1.2.3
18852024-11-14T04:09:21.528Z Compiling anstream v0.6.15
18862024-11-14T04:09:21.637Z Compiling resolv-conf v0.7.0
18872024-11-14T04:09:22.302Z Compiling postgres-protocol v0.6.7
18882024-11-14T04:09:22.320Z Compiling tungstenite v0.24.0
18892024-11-14T04:09:23.263Z Compiling publicsuffix v2.2.3
18902024-11-14T04:09:23.528Z Compiling lru-cache v0.1.2
18912024-11-14T04:09:23.743Z Compiling sec1 v0.7.3
18922024-11-14T04:09:24.307Z Compiling usdt v0.5.0
18932024-11-14T04:09:24.562Z Compiling slog-term v2.9.1
18942024-11-14T04:09:24.778Z Compiling group v0.13.0
18952024-11-14T04:09:25.086Z Compiling num-iter v0.1.45
18962024-11-14T04:09:25.284Z Compiling futures v0.3.31
18972024-11-14T04:09:25.410Z Compiling regress v0.10.1
18982024-11-14T04:09:25.533Z Compiling hickory-proto v0.24.1
18992024-11-14T04:09:29.613Z Compiling tokio-rustls v0.26.0
19002024-11-14T04:09:29.844Z Compiling slog-bunyan v2.5.0
19012024-11-14T04:09:30.063Z Compiling tokio-rustls v0.25.0
19022024-11-14T04:09:30.200Z Compiling toml v0.8.19
19032024-11-14T04:09:30.383Z Compiling tokio-native-tls v0.3.1
19042024-11-14T04:09:30.470Z Compiling strum_macros v0.25.3
19052024-11-14T04:09:30.659Z Compiling phf_shared v0.11.2
19062024-11-14T04:09:31.377Z Compiling async-stream v0.3.6
19072024-11-14T04:09:31.671Z Compiling waitgroup v0.1.2
19082024-11-14T04:09:31.749Z Compiling webpki-roots v0.26.6
19092024-11-14T04:09:32.462Z Compiling idna v0.5.0
19102024-11-14T04:09:32.483Z Compiling terminal_size v0.4.0
19112024-11-14T04:09:32.501Z Compiling serde_path_to_error v0.1.16
19122024-11-14T04:09:32.698Z Compiling hkdf v0.12.4
19132024-11-14T04:09:33.512Z Compiling crypto-bigint v0.5.5
19142024-11-14T04:09:33.567Z Compiling clap_derive v4.5.18
19152024-11-14T04:09:33.875Z Compiling serde_repr v0.1.19
19162024-11-14T04:09:33.978Z Compiling derive-where v1.2.7
19172024-11-14T04:09:34.686Z Compiling hostname v0.4.0
19182024-11-14T04:09:34.915Z Compiling crc32fast v1.4.2
19192024-11-14T04:09:34.976Z Compiling clap_lex v0.7.2
19202024-11-14T04:09:35.246Z Compiling bitflags v1.3.2
19212024-11-14T04:09:35.422Z Compiling managed v0.8.0
19222024-11-14T04:09:35.513Z Compiling debug-ignore v1.0.5
19232024-11-14T04:09:36.074Z Compiling unicode-width v0.1.14
19242024-11-14T04:09:36.600Z Compiling console v0.15.8
19252024-11-14T04:09:37.033Z Compiling elliptic-curve v0.13.8
19262024-11-14T04:09:38.508Z Compiling clap_builder v4.5.20
19272024-11-14T04:09:38.935Z Compiling flate2 v1.0.34
19282024-11-14T04:09:39.896Z Compiling cookie_store v0.21.0
19292024-11-14T04:09:42.084Z Compiling hyper-rustls v0.27.3
19302024-11-14T04:09:45.317Z Compiling hickory-resolver v0.24.1
19312024-11-14T04:09:45.716Z Compiling phf v0.11.2
19322024-11-14T04:09:45.918Z Compiling hyper-tls v0.6.0
19332024-11-14T04:09:46.033Z Compiling signal-hook-mio v0.2.4
19342024-11-14T04:09:46.209Z Compiling bzip2 v0.4.4
19352024-11-14T04:09:46.313Z Compiling typify-impl v0.2.0
19362024-11-14T04:09:46.430Z Compiling rayon v1.10.0
19372024-11-14T04:09:46.611Z Compiling tokio-tungstenite v0.24.0
19382024-11-14T04:09:46.923Z Compiling postgres-types v0.2.8
19392024-11-14T04:09:47.341Z Compiling zerocopy v0.6.6
19402024-11-14T04:09:47.472Z Compiling ed25519 v2.2.3
19412024-11-14T04:09:48.190Z Compiling hubpack v0.1.2
19422024-11-14T04:09:48.221Z Compiling phf_shared v0.10.0
19432024-11-14T04:09:48.374Z Compiling pkcs1 v0.7.5
19442024-11-14T04:09:48.620Z Compiling tokio-stream v0.1.16
19452024-11-14T04:09:49.585Z Compiling serde-big-array v0.5.1
19462024-11-14T04:09:49.826Z Compiling rfc6979 v0.4.0
19472024-11-14T04:09:50.020Z Compiling float-cmp v0.9.0
19482024-11-14T04:09:50.259Z Compiling sync_wrapper v1.0.1
19492024-11-14T04:09:50.426Z Compiling bstr v1.10.0
19502024-11-14T04:09:51.401Z Compiling number_prefix v0.4.0
19512024-11-14T04:09:51.872Z Compiling whoami v1.5.2
19522024-11-14T04:09:52.086Z Compiling static_assertions v1.1.0
19532024-11-14T04:09:52.192Z Compiling precomputed-hash v0.1.1
19542024-11-14T04:09:52.192Z Compiling bit-vec v0.6.3
19552024-11-14T04:09:52.313Z Compiling new_debug_unreachable v1.0.6
19562024-11-14T04:09:52.440Z Compiling predicates-core v1.0.8
19572024-11-14T04:09:52.598Z Compiling unicode-segmentation v1.12.0
19582024-11-14T04:09:52.748Z Compiling fixedbitset v0.4.2
19592024-11-14T04:09:53.194Z Compiling normalize-line-endings v0.3.0
19602024-11-14T04:09:53.245Z Compiling difflib v0.4.0
19612024-11-14T04:09:53.333Z Compiling similar v2.6.0
19622024-11-14T04:09:53.460Z Compiling petgraph v0.6.5
19632024-11-14T04:09:54.488Z Compiling predicates v3.1.2
19642024-11-14T04:09:55.369Z Compiling bit-set v0.5.3
19652024-11-14T04:09:55.630Z Compiling string_cache v0.8.7
19662024-11-14T04:09:55.673Z Compiling tokio-postgres v0.7.12
19672024-11-14T04:09:56.017Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19682024-11-14T04:09:57.433Z Compiling indicatif v0.17.8
19692024-11-14T04:09:58.287Z Compiling typify-macro v0.2.0
19702024-11-14T04:09:59.251Z Compiling reqwest v0.12.9
19712024-11-14T04:09:59.552Z Compiling ecdsa v0.16.9
19722024-11-14T04:10:00.406Z Compiling qorb v0.2.0
19732024-11-14T04:10:01.102Z Compiling rsa v0.9.6
19742024-11-14T04:10:01.555Z Compiling ed25519-dalek v2.1.1
19752024-11-14T04:10:02.119Z Compiling zip v0.6.6
19762024-11-14T04:10:02.467Z Compiling crossterm v0.28.1
19772024-11-14T04:10:02.664Z Compiling clap v4.5.20
19782024-11-14T04:10:03.369Z Compiling toml v0.7.8
19792024-11-14T04:10:04.383Z Compiling x509-cert v0.2.5
19802024-11-14T04:10:05.686Z Compiling hex v0.4.3
19812024-11-14T04:10:06.059Z Compiling itertools v0.10.5
19822024-11-14T04:10:06.460Z Compiling lalrpop-util v0.19.12
19832024-11-14T04:10:06.561Z Compiling peg-runtime v0.8.3
19842024-11-14T04:10:06.716Z Compiling unicode-xid v0.2.6
19852024-11-14T04:10:09.623Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19862024-11-14T04:10:13.491Z Compiling proc-macro-crate v1.3.1
19872024-11-14T04:10:14.025Z Compiling ipnetwork v0.20.0
19882024-11-14T04:10:15.252Z Compiling heapless v0.8.0
19892024-11-14T04:10:17.943Z Compiling num_enum_derive v0.5.11
19902024-11-14T04:10:27.147Z Compiling hash32 v0.3.1
19912024-11-14T04:10:28.645Z Compiling smoltcp v0.11.0
19922024-11-14T04:10:28.901Z Compiling ident_case v1.0.1
19932024-11-14T04:10:29.213Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19942024-11-14T04:10:31.399Z Compiling darling_core v0.20.10
19952024-11-14T04:10:36.237Z Compiling num_enum v0.5.11
19962024-11-14T04:10:36.967Z Compiling typify v0.2.0
19972024-11-14T04:10:38.087Z Compiling proc-macro-error-attr v1.0.4
19982024-11-14T04:10:38.405Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19992024-11-14T04:10:38.688Z Compiling cobs v0.2.3
20002024-11-14T04:10:39.126Z Compiling unsafe-libyaml v0.2.11
20012024-11-14T04:10:39.192Z Compiling postcard v1.0.10
20022024-11-14T04:10:40.493Z Compiling serde_yaml v0.9.34+deprecated
20032024-11-14T04:10:45.122Z Compiling darling_macro v0.20.10
20042024-11-14T04:10:54.183Z Compiling progenitor-impl v0.8.0
20052024-11-14T04:11:07.327Z Compiling strum_macros v0.26.4
20062024-11-14T04:11:08.975Z Compiling foreign-types-macros v0.2.3
20072024-11-14T04:11:09.132Z Compiling structmeta-derive v0.3.0
20082024-11-14T04:11:09.544Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20092024-11-14T04:11:09.588Z Compiling proc-macro-error v1.0.4
20102024-11-14T04:11:09.896Z Compiling foreign-types-shared v0.3.1
20112024-11-14T04:11:10.644Z Compiling newtype-uuid v1.1.3
20122024-11-14T04:11:10.927Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20132024-11-14T04:11:11.761Z Compiling structmeta v0.3.0
20142024-11-14T04:11:11.888Z Compiling strum v0.26.3
20152024-11-14T04:11:11.998Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20162024-11-14T04:11:16.255Z Compiling foreign-types v0.5.0
20172024-11-14T04:11:20.575Z Compiling progenitor-macro v0.8.0
20182024-11-14T04:11:23.230Z Compiling darling v0.20.10
20192024-11-14T04:11:24.599Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20202024-11-14T04:11:24.704Z Compiling progenitor-client v0.8.0
20212024-11-14T04:11:28.285Z Compiling tabwriter v1.4.0
20222024-11-14T04:11:29.458Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20232024-11-14T04:11:29.607Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20242024-11-14T04:11:30.283Z Compiling cstr-argument v0.1.2
20252024-11-14T04:11:30.298Z Compiling dropshot v0.13.0
20262024-11-14T04:11:30.467Z Compiling crucible-workspace-hack v0.1.0
20272024-11-14T04:11:30.528Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20282024-11-14T04:11:30.602Z Compiling pretty-hex v0.2.1
20292024-11-14T04:11:30.814Z Compiling fastrand v2.1.1
20302024-11-14T04:11:31.251Z Compiling tempfile v3.13.0
20312024-11-14T04:11:31.544Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20322024-11-14T04:11:32.186Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20332024-11-14T04:11:32.323Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20342024-11-14T04:11:32.912Z Compiling serde_with_macros v3.11.0
20352024-11-14T04:11:33.079Z Compiling parse-display-derive v0.10.0
20362024-11-14T04:11:33.500Z Compiling progenitor v0.8.0
20372024-11-14T04:11:33.642Z Compiling colored v2.1.0
20382024-11-14T04:11:33.799Z Compiling dropshot_endpoint v0.13.0
20392024-11-14T04:11:34.866Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20402024-11-14T04:11:35.448Z Compiling instant v0.1.13
20412024-11-14T04:11:35.594Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20422024-11-14T04:11:35.636Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20432024-11-14T04:11:35.756Z Compiling backoff v0.4.0
20442024-11-14T04:11:35.865Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20452024-11-14T04:11:35.980Z Compiling serde_with v3.11.0
20462024-11-14T04:11:37.026Z Compiling parse-display v0.10.0
20472024-11-14T04:11:38.792Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20482024-11-14T04:11:38.910Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20492024-11-14T04:11:39.525Z Compiling zone_cfg_derive v0.3.0
20502024-11-14T04:11:40.099Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20512024-11-14T04:11:40.513Z Compiling camino-tempfile v1.1.1
20522024-11-14T04:11:40.818Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20532024-11-14T04:11:40.885Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20542024-11-14T04:11:41.088Z Compiling regress v0.9.1
20552024-11-14T04:11:41.297Z Compiling macaddr v1.0.1
20562024-11-14T04:11:41.299Z Compiling num-derive v0.4.2
20572024-11-14T04:11:41.974Z Compiling sigpipe v0.1.3
20582024-11-14T04:11:42.136Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20592024-11-14T04:11:42.428Z Compiling libefi-sys v0.1.0
20602024-11-14T04:11:42.768Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20612024-11-14T04:11:43.626Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20622024-11-14T04:11:45.188Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20632024-11-14T04:11:45.933Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20642024-11-14T04:11:45.952Z Compiling zone v0.3.0
20652024-11-14T04:11:46.502Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20662024-11-14T04:11:49.372Z Compiling smf v0.2.3
20672024-11-14T04:11:49.578Z Compiling bitfield-struct v0.6.2
20682024-11-14T04:11:50.728Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20692024-11-14T04:11:50.914Z Compiling blake3 v1.5.4
20702024-11-14T04:11:50.964Z Compiling ring v0.16.20
20712024-11-14T04:11:51.272Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20722024-11-14T04:11:52.061Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20732024-11-14T04:11:52.174Z Compiling xattr v1.3.1
20742024-11-14T04:11:52.425Z Compiling memmap2 v0.9.5
20752024-11-14T04:11:52.503Z Compiling filetime v0.2.25
20762024-11-14T04:11:52.858Z Compiling spin v0.5.2
20772024-11-14T04:11:53.004Z Compiling same-file v1.0.6
20782024-11-14T04:11:53.123Z Compiling arrayref v0.3.9
20792024-11-14T04:11:53.175Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20802024-11-14T04:11:53.241Z Compiling constant_time_eq v0.3.1
20812024-11-14T04:11:53.297Z Compiling arrayvec v0.7.6
20822024-11-14T04:11:53.316Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20832024-11-14T04:11:53.428Z Compiling walkdir v2.5.0
20842024-11-14T04:11:54.870Z Compiling tar v0.4.43
20852024-11-14T04:11:55.062Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20862024-11-14T04:11:56.461Z Compiling gethostname v0.5.0
20872024-11-14T04:11:56.584Z Compiling cargo-platform v0.1.8
20882024-11-14T04:11:56.686Z Compiling topological-sort v0.2.2
20892024-11-14T04:11:56.972Z Compiling cargo_metadata v0.18.1
20902024-11-14T04:12:01.072Z Compiling omicron-zone-package v0.11.1
20912024-11-14T04:12:02.565Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20922024-11-14T04:12:04.443Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20932024-11-14T04:12:10.309Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20942024-11-14T04:12:26.216Z Finished `release` profile [optimized] target(s) in 5m 21s
20952024-11-14T04:12:26.374Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20962024-11-14T04:12:26.421ZLogging to: /work/oxidecomputer/omicron/out/LOG
20972024-11-14T04:12:26.424ZCreated new build target 'test' and set it as active
20982024-11-14T04:12:26.424Z
20992024-11-14T04:12:26.424Zreal 5:22.041193702
21002024-11-14T04:12:26.424Zuser 36:19.103654898
21012024-11-14T04:12:26.424Zsys 4:47.974731221
21022024-11-14T04:12:26.424Ztrap 1.063295095
21032024-11-14T04:12:26.424Ztflt 3.086445384
21042024-11-14T04:12:26.424Zdflt 0.721441509
21052024-11-14T04:12:26.424Zkflt 0.000358453
21062024-11-14T04:12:26.424Zlock 1:16:25.628717249
21072024-11-14T04:12:26.424Zslp 2:31:55.693167922
21082024-11-14T04:12:26.424Zlat 2:31.627972910
21092024-11-14T04:12:26.424Zstop 4:28.935201042
21102024-11-14T04:12:26.427Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21112024-11-14T04:12:27.383Z Finished `release` profile [optimized] target(s) in 0.90s
21122024-11-14T04:12:27.437Z Running `target/release/omicron-package -t test package`
21132024-11-14T04:12:27.482ZLogging to: /work/oxidecomputer/omicron/out/LOG
21142024-11-14T04:12:28.605Z Compiling convert_case v0.4.0
21152024-11-14T04:12:28.607Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21162024-11-14T04:12:28.607Z Compiling itertools v0.13.0
21172024-11-14T04:12:28.607Z Compiling password-hash v0.5.0
21182024-11-14T04:12:28.607Z Compiling blake2 v0.10.6
21192024-11-14T04:12:28.607Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21202024-11-14T04:12:28.739Z Compiling newline-converter v0.3.0
21212024-11-14T04:12:28.759Z Compiling owo-colors v4.1.0
21222024-11-14T04:12:28.950Z Compiling cancel-safe-futures v0.1.5
21232024-11-14T04:12:29.013Z Compiling expectorate v1.1.0
21242024-11-14T04:12:29.213Z Compiling libsw v3.3.1
21252024-11-14T04:12:29.278Z Compiling argon2 v0.5.3
21262024-11-14T04:12:29.421Z Compiling derive_more v0.99.18
21272024-11-14T04:12:29.958Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21282024-11-14T04:12:30.241Z Compiling swrite v0.1.0
21292024-11-14T04:12:30.354Z Compiling linear-map v1.2.0
21302024-11-14T04:12:30.390Z Compiling indent_write v2.2.0
21312024-11-14T04:12:30.515Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21322024-11-14T04:12:30.625Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21332024-11-14T04:12:30.663Z Compiling progenitor-client v0.8.0
21342024-11-14T04:12:30.761Z Compiling base64 v0.21.7
21352024-11-14T04:12:31.140Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21362024-11-14T04:12:31.488Z Compiling progenitor v0.8.0
21372024-11-14T04:12:31.781Z Compiling atomicwrites v0.4.4
21382024-11-14T04:12:31.827Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21392024-11-14T04:12:31.919Z Compiling num-rational v0.4.2
21402024-11-14T04:12:32.288Z Compiling num-complex v0.4.6
21412024-11-14T04:12:32.526Z Compiling float-ord v0.3.2
21422024-11-14T04:12:32.703Z Compiling semver v0.1.20
21432024-11-14T04:12:33.287Z Compiling rustc_version v0.1.7
21442024-11-14T04:12:33.652Z Compiling num v0.4.3
21452024-11-14T04:12:33.709Z Compiling newtype_derive v0.1.6
21462024-11-14T04:12:33.781Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21472024-11-14T04:12:34.094Z Compiling humantime v2.1.0
21482024-11-14T04:12:34.357Z Compiling highway v1.2.0
21492024-11-14T04:12:35.080Z Compiling steno v0.4.1
21502024-11-14T04:12:35.925Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21512024-11-14T04:12:36.102Z Compiling newtype-uuid v1.1.3
21522024-11-14T04:12:36.453Z Compiling dropshot v0.13.0
21532024-11-14T04:12:36.530Z Compiling tungstenite v0.21.0
21542024-11-14T04:12:38.307Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21552024-11-14T04:12:38.931Z Compiling ipnetwork v0.20.0
21562024-11-14T04:12:39.763Z Compiling instant v0.1.13
21572024-11-14T04:12:39.916Z Compiling slog-dtrace v0.3.0
21582024-11-14T04:12:39.935Z Compiling backoff v0.4.0
21592024-11-14T04:12:40.225Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21602024-11-14T04:12:40.372Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21612024-11-14T04:12:41.109Z Compiling tokio-tungstenite v0.21.0
21622024-11-14T04:12:41.803Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21632024-11-14T04:12:42.175Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21642024-11-14T04:12:45.748Z Compiling parse-display v0.10.0
21652024-11-14T04:12:46.330Z Compiling strum v0.26.3
21662024-11-14T04:12:46.527Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21672024-11-14T04:12:46.719Z Compiling serde_with v3.11.0
21682024-11-14T04:12:49.737Z Compiling regress v0.9.1
21692024-11-14T04:12:50.040Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21702024-11-14T04:12:50.870Z Compiling macaddr v1.0.1
21712024-11-14T04:12:51.576Z Compiling prettyplease v0.2.25
21722024-11-14T04:12:51.655Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21732024-11-14T04:12:52.815Z Compiling display-error-chain v0.2.2
21742024-11-14T04:12:53.049Z Compiling arc-swap v1.7.1
21752024-11-14T04:12:53.364Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21762024-11-14T04:12:53.739Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21772024-11-14T04:12:54.497Z Compiling slog-scope v4.4.0
21782024-11-14T04:12:55.324Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21792024-11-14T04:12:56.408Z Compiling half v2.4.1
21802024-11-14T04:12:56.740Z Compiling ciborium-io v0.2.2
21812024-11-14T04:12:56.892Z Compiling slog-stdlog v4.1.1
21822024-11-14T04:12:57.146Z Compiling ciborium-ll v0.2.2
21832024-11-14T04:12:57.697Z Compiling ciborium v0.2.2
21842024-11-14T04:12:57.747Z Compiling slog-envlogger v2.2.0
21852024-11-14T04:12:58.401Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21862024-11-14T04:12:59.809Z Compiling same-file v1.0.6
21872024-11-14T04:13:00.052Z Compiling fastrand v2.1.1
21882024-11-14T04:13:00.499Z Compiling tempfile v3.13.0
21892024-11-14T04:13:00.577Z Compiling walkdir v2.5.0
21902024-11-14T04:13:01.296Z Compiling blake3 v1.5.4
21912024-11-14T04:13:01.315Z Compiling ring v0.16.20
21922024-11-14T04:13:01.981Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21932024-11-14T04:13:04.126Z Compiling xattr v1.3.1
21942024-11-14T04:13:04.405Z Compiling filetime v0.2.25
21952024-11-14T04:13:04.460Z Compiling memmap2 v0.9.5
21962024-11-14T04:13:04.720Z Compiling constant_time_eq v0.3.1
21972024-11-14T04:13:04.886Z Compiling arrayvec v0.7.6
21982024-11-14T04:13:04.888Z Compiling spin v0.5.2
21992024-11-14T04:13:05.139Z Compiling arrayref v0.3.9
22002024-11-14T04:13:05.251Z Compiling keccak v0.1.5
22012024-11-14T04:13:06.411Z Compiling sha3 v0.10.8
22022024-11-14T04:13:08.033Z Compiling tar v0.4.43
22032024-11-14T04:13:09.598Z Compiling camino-tempfile v1.1.1
22042024-11-14T04:13:10.042Z Compiling toolchain_find v0.4.0
22052024-11-14T04:13:10.060Z Compiling nibble_vec v0.1.0
22062024-11-14T04:13:10.563Z Compiling radium v0.7.0
22072024-11-14T04:13:10.626Z Compiling topological-sort v0.2.2
22082024-11-14T04:13:10.858Z Compiling crunchy v0.2.2
22092024-11-14T04:13:10.997Z Compiling endian-type v0.1.2
22102024-11-14T04:13:11.259Z Compiling maplit v1.0.2
22112024-11-14T04:13:11.338Z Compiling radix_trie v0.2.1
22122024-11-14T04:13:11.444Z Compiling omicron-zone-package v0.11.1
22132024-11-14T04:13:12.142Z Compiling rustfmt-wrapper v0.2.1
22142024-11-14T04:13:12.263Z Compiling pem v3.0.4
22152024-11-14T04:13:12.714Z Compiling tap v1.0.1
22162024-11-14T04:13:12.919Z Compiling tiny-keccak v2.0.2
22172024-11-14T04:13:13.223Z Compiling maybe-uninit v2.0.0
22182024-11-14T04:13:13.609Z Compiling wyz v0.5.1
22192024-11-14T04:13:13.882Z Compiling dsl_auto_type v0.1.2
22202024-11-14T04:13:13.942Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22212024-11-14T04:13:14.095Z Compiling scheduled-thread-pool v0.2.7
22222024-11-14T04:13:14.262Z Compiling secrecy v0.8.0
22232024-11-14T04:13:14.552Z Compiling diesel_table_macro_syntax v0.2.0
22242024-11-14T04:13:14.835Z Compiling crc-catalog v2.4.0
22252024-11-14T04:13:14.971Z Compiling packed_struct v0.10.1
22262024-11-14T04:13:14.994Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22272024-11-14T04:13:15.258Z Compiling funty v2.0.0
22282024-11-14T04:13:15.286Z Compiling diesel_derives v2.2.3
22292024-11-14T04:13:15.334Z Compiling crc v3.2.1
22302024-11-14T04:13:15.416Z Compiling r2d2 v0.8.10
22312024-11-14T04:13:16.318Z Compiling bitvec v1.0.1
22322024-11-14T04:13:16.602Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22332024-11-14T04:13:17.408Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22342024-11-14T04:13:17.600Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22352024-11-14T04:13:18.732Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22362024-11-14T04:13:19.215Z Compiling ascii-canvas v3.0.0
22372024-11-14T04:13:19.744Z Compiling universal-hash v0.5.1
22382024-11-14T04:13:19.997Z Compiling thiserror-impl-no-std v2.0.2
22392024-11-14T04:13:21.036Z Compiling packed_struct_codegen v0.10.1
22402024-11-14T04:13:22.650Z Compiling lzma-sys v0.1.20
22412024-11-14T04:13:23.344Z Compiling ena v0.14.3
22422024-11-14T04:13:23.608Z Compiling indexmap v1.9.3
22432024-11-14T04:13:23.763Z Compiling nodrop v0.1.14
22442024-11-14T04:13:23.914Z Compiling diff v0.1.13
22452024-11-14T04:13:23.934Z Compiling regex-syntax v0.6.29
22462024-11-14T04:13:24.451Z Compiling opaque-debug v0.3.1
22472024-11-14T04:13:24.678Z Compiling poly1305 v0.8.0
22482024-11-14T04:13:26.188Z Compiling array-init v0.0.4
22492024-11-14T04:13:26.325Z Compiling diesel v2.2.4
22502024-11-14T04:13:27.486Z Compiling lalrpop v0.19.12
22512024-11-14T04:13:33.661Z Compiling thiserror-no-std v2.0.2
22522024-11-14T04:13:33.798Z Compiling smallvec v0.6.14
22532024-11-14T04:13:34.557Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22542024-11-14T04:13:34.889Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22552024-11-14T04:13:35.202Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22562024-11-14T04:13:35.456Z Compiling chacha20 v0.9.1
22572024-11-14T04:13:35.667Z Compiling heck v0.3.3
22582024-11-14T04:13:35.937Z Compiling const_format_proc_macros v0.2.33
22592024-11-14T04:13:36.059Z Compiling aead v0.5.2
22602024-11-14T04:13:36.423Z Compiling hashbrown v0.12.3
22612024-11-14T04:13:37.764Z Compiling termcolor v1.4.1
22622024-11-14T04:13:37.811Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22632024-11-14T04:13:38.108Z Compiling bitfield v0.14.0
22642024-11-14T04:13:38.416Z Compiling ref-cast v1.0.23
22652024-11-14T04:13:38.829Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22662024-11-14T04:13:38.961Z Compiling env_logger v0.10.2
22672024-11-14T04:13:42.094Z Compiling const_format v0.2.33
22682024-11-14T04:13:44.151Z Compiling chacha20poly1305 v0.10.1
22692024-11-14T04:13:44.391Z Compiling zone_cfg_derive v0.1.2
22702024-11-14T04:13:44.516Z Compiling serde-hex v0.1.0
22712024-11-14T04:13:45.772Z Compiling vsss-rs v3.3.4
22722024-11-14T04:13:49.749Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22732024-11-14T04:13:50.106Z Compiling ron v0.8.1
22742024-11-14T04:13:50.167Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22752024-11-14T04:13:50.481Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22762024-11-14T04:13:51.139Z Compiling derive_builder_core v0.20.2
22772024-11-14T04:13:53.293Z Compiling polar-core v0.27.3
22782024-11-14T04:13:53.422Z Compiling hashbrown v0.13.2
22792024-11-14T04:13:54.505Z Compiling headers-core v0.3.0
22802024-11-14T04:13:54.691Z Compiling fxhash v0.2.1
22812024-11-14T04:13:54.800Z Compiling libxml v0.3.3
22822024-11-14T04:13:54.933Z Compiling ref-cast-impl v1.0.23
22832024-11-14T04:13:55.157Z Compiling crc-any v2.5.0
22842024-11-14T04:13:56.069Z Compiling base64 v0.13.1
22852024-11-14T04:13:56.126Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22862024-11-14T04:13:56.306Z Compiling object v0.30.4
22872024-11-14T04:13:56.844Z Compiling ron v0.7.1
22882024-11-14T04:14:02.042Z Compiling headers v0.4.0
22892024-11-14T04:14:05.751Z Compiling derive_builder_macro v0.20.2
22902024-11-14T04:14:06.601Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22912024-11-14T04:14:08.174Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22922024-11-14T04:14:09.289Z Compiling xz2 v0.1.7
22932024-11-14T04:14:09.575Z Compiling zone v0.1.8
22942024-11-14T04:14:11.069Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22952024-11-14T04:14:12.084Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22962024-11-14T04:14:13.031Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22972024-11-14T04:14:13.056Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22982024-11-14T04:14:13.329Z Compiling yasna v0.5.2
22992024-11-14T04:14:14.264Z Compiling phf_generator v0.11.2
23002024-11-14T04:14:14.455Z Compiling strum_macros v0.24.3
23012024-11-14T04:14:14.587Z Compiling kstat-rs v0.2.4
23022024-11-14T04:14:15.585Z Compiling samael v0.0.17
23032024-11-14T04:14:16.624Z Compiling async-recursion v1.1.1
23042024-11-14T04:14:17.202Z Compiling unicase v2.7.0
23052024-11-14T04:14:17.521Z Compiling indoc v1.0.9
23062024-11-14T04:14:17.686Z Compiling path-slash v0.1.5
23072024-11-14T04:14:17.771Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23082024-11-14T04:14:17.914Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23092024-11-14T04:14:18.818Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23102024-11-14T04:14:19.493Z Compiling phf_codegen v0.11.2
23112024-11-14T04:14:19.712Z Compiling rcgen v0.12.1
23122024-11-14T04:14:24.751Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23132024-11-14T04:14:30.050Z Compiling derive_builder v0.20.2
23142024-11-14T04:14:30.261Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23152024-11-14T04:14:33.400Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23162024-11-14T04:14:33.704Z Compiling impl-trait-for-tuples v0.2.2
23172024-11-14T04:14:35.048Z Compiling oso-derive v0.27.3
23182024-11-14T04:14:36.004Z Compiling libz-sys v1.1.20
23192024-11-14T04:14:36.670Z Compiling parse-zoneinfo v0.3.1
23202024-11-14T04:14:38.306Z Compiling quick-xml v0.33.0
23212024-11-14T04:14:38.404Z Compiling subprocess v0.2.9
23222024-11-14T04:14:38.702Z Compiling diesel-dtrace v0.3.0
23232024-11-14T04:14:39.019Z Compiling parking_lot_core v0.8.6
23242024-11-14T04:14:39.450Z Compiling cfg_aliases v0.1.1
23252024-11-14T04:14:39.571Z Compiling nix v0.28.0
23262024-11-14T04:14:40.365Z Compiling oso v0.27.3
23272024-11-14T04:14:40.385Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23282024-11-14T04:14:43.114Z Compiling chrono-tz-build v0.4.0
23292024-11-14T04:14:44.445Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23302024-11-14T04:14:46.114Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23312024-11-14T04:14:48.138Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23322024-11-14T04:14:51.377Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23332024-11-14T04:14:51.456Z Compiling bb8 v0.8.5
23342024-11-14T04:14:51.677Z Compiling vte_generate_state_changes v0.1.2
23352024-11-14T04:14:52.082Z Compiling buf-list v1.0.3
23362024-11-14T04:14:52.316Z Compiling vte v0.11.1
23372024-11-14T04:14:52.752Z Compiling async-bb8-diesel v0.2.1
23382024-11-14T04:14:53.626Z Compiling chrono-tz v0.10.0
23392024-11-14T04:14:54.535Z Compiling fd-lock v4.0.2
23402024-11-14T04:14:54.788Z Compiling libgit2-sys v0.17.0+1.8.1
23412024-11-14T04:14:55.041Z Compiling pin-project-internal v1.1.6
23422024-11-14T04:14:55.583Z Compiling atty v0.2.14
23432024-11-14T04:14:55.753Z Compiling salty v0.3.0
23442024-11-14T04:14:56.175Z Compiling bytecount v0.6.8
23452024-11-14T04:14:56.504Z Compiling papergrid v0.11.0
23462024-11-14T04:14:57.772Z Compiling pin-project v1.1.6
23472024-11-14T04:14:57.929Z Compiling parking_lot v0.11.2
23482024-11-14T04:15:06.977Z Compiling strip-ansi-escapes v0.2.0
23492024-11-14T04:15:08.762Z Compiling tabled_derive v0.7.0
23502024-11-14T04:15:09.435Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23512024-11-14T04:15:10.862Z Compiling peg-macros v0.8.4
23522024-11-14T04:15:14.052Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23532024-11-14T04:15:14.125Z Compiling snafu-derive v0.8.5
23542024-11-14T04:15:15.041Z Compiling sqlparser_derive v0.2.2
23552024-11-14T04:15:16.080Z Compiling nu-ansi-term v0.50.1
23562024-11-14T04:15:17.307Z Compiling home v0.5.9
23572024-11-14T04:15:17.617Z Compiling bumpalo v3.16.0
23582024-11-14T04:15:18.179Z Compiling unicode_categories v0.1.1
23592024-11-14T04:15:18.566Z Compiling lockfree-object-pool v0.1.6
23602024-11-14T04:15:18.815Z Compiling zip v2.1.3
23612024-11-14T04:15:18.881Z Compiling simd-adler32 v0.3.7
23622024-11-14T04:15:19.154Z Compiling snafu v0.8.5
23632024-11-14T04:15:20.034Z Compiling zopfli v0.8.1
23642024-11-14T04:15:20.468Z Compiling sqlformat v0.2.6
23652024-11-14T04:15:24.036Z Compiling rustyline v14.0.0
23662024-11-14T04:15:26.180Z Compiling reedline v0.35.0
23672024-11-14T04:15:30.051Z Compiling sqlparser v0.45.0
23682024-11-14T04:15:31.272Z Compiling peg v0.8.4
23692024-11-14T04:15:31.398Z Compiling tabled v0.15.0
23702024-11-14T04:15:34.518Z Compiling mime_guess v2.0.5
23712024-11-14T04:15:35.611Z Compiling sled v0.34.7
23722024-11-14T04:15:38.753Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23732024-11-14T04:15:40.896Z Compiling hickory-client v0.24.1
23742024-11-14T04:15:45.335Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23752024-11-14T04:15:46.040Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23762024-11-14T04:15:48.029Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23772024-11-14T04:15:49.107Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23782024-11-14T04:15:52.962Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23792024-11-14T04:15:54.604Z Compiling hickory-server v0.24.1
23802024-11-14T04:15:56.275Z Compiling globset v0.4.15
23812024-11-14T04:16:03.955Z Compiling primeorder v0.13.6
23822024-11-14T04:16:04.574Z Compiling olpc-cjson v0.1.4
23832024-11-14T04:16:04.941Z Compiling vergen v8.3.2
23842024-11-14T04:16:05.259Z Compiling bcs v0.1.6
23852024-11-14T04:16:06.201Z Compiling env_filter v0.1.2
23862024-11-14T04:16:07.208Z Compiling cargo-platform v0.1.8
23872024-11-14T04:16:07.446Z Compiling serde_plain v1.0.2
23882024-11-14T04:16:07.840Z Compiling nanorand v0.7.0
23892024-11-14T04:16:07.971Z Compiling memoffset v0.9.1
23902024-11-14T04:16:08.305Z Compiling typed-path v0.9.3
23912024-11-14T04:16:08.742Z Compiling flume v0.11.1
23922024-11-14T04:16:09.119Z Compiling cargo_metadata v0.18.1
23932024-11-14T04:16:09.553Z Compiling env_logger v0.11.5
23942024-11-14T04:16:10.991Z Compiling tough v0.19.0
23952024-11-14T04:16:12.501Z Compiling p384 v0.13.0
23962024-11-14T04:16:15.728Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23972024-11-14T04:16:18.520Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23982024-11-14T04:16:20.978Z Compiling git2 v0.19.0
23992024-11-14T04:16:28.569Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24002024-11-14T04:16:30.906Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24012024-11-14T04:16:36.107Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24022024-11-14T04:16:37.858Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24032024-11-14T04:16:39.343Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24042024-11-14T04:16:39.997Z Compiling rand_seeder v0.3.0
24052024-11-14T04:16:40.419Z Compiling libsqlite3-sys v0.30.1
24062024-11-14T04:16:40.935Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24072024-11-14T04:16:41.260Z Compiling rustls v0.21.12
24082024-11-14T04:16:41.587Z Compiling cfg_aliases v0.2.1
24092024-11-14T04:16:41.720Z Compiling parse-size v1.1.0
24102024-11-14T04:16:42.060Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24112024-11-14T04:16:42.086Z Compiling nix v0.29.0
24122024-11-14T04:16:42.993Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24132024-11-14T04:16:43.220Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24142024-11-14T04:16:44.888Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24152024-11-14T04:16:45.216Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24162024-11-14T04:16:45.685Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24172024-11-14T04:16:45.991Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24182024-11-14T04:16:46.032Z Compiling rustls-webpki v0.101.7
24192024-11-14T04:16:49.042Z Compiling sct v0.7.1
24202024-11-14T04:16:49.520Z Compiling castaway v0.2.3
24212024-11-14T04:16:49.723Z Compiling csv-core v0.1.11
24222024-11-14T04:16:49.956Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24232024-11-14T04:16:50.244Z Compiling http-range v0.1.5
24242024-11-14T04:16:50.277Z Compiling glob v0.3.1
24252024-11-14T04:16:50.597Z Compiling hyper-staticfile v0.10.1
24262024-11-14T04:16:50.823Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24272024-11-14T04:16:52.389Z Compiling csv v1.3.0
24282024-11-14T04:16:53.547Z Compiling compact_str v0.8.0
24292024-11-14T04:16:56.191Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24302024-11-14T04:16:56.452Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24312024-11-14T04:16:57.748Z Compiling nix v0.27.1
24322024-11-14T04:16:57.944Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24332024-11-14T04:17:01.614Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24342024-11-14T04:17:05.157Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24352024-11-14T04:17:11.846Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24362024-11-14T04:17:11.941Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24372024-11-14T04:17:15.086Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24382024-11-14T04:17:15.435Z Compiling unicode-truncate v1.1.0
24392024-11-14T04:17:15.734Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24402024-11-14T04:17:16.042Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24412024-11-14T04:17:16.352Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24422024-11-14T04:17:18.370Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24432024-11-14T04:17:19.489Z Compiling hashlink v0.9.1
24442024-11-14T04:17:20.354Z Compiling tungstenite v0.23.0
24452024-11-14T04:17:20.403Z Compiling lru v0.12.5
24462024-11-14T04:17:20.796Z Compiling instability v0.3.2
24472024-11-14T04:17:21.313Z Compiling fallible-streaming-iterator v0.1.9
24482024-11-14T04:17:21.585Z Compiling cassowary v0.3.0
24492024-11-14T04:17:21.792Z Compiling fallible-iterator v0.3.0
24502024-11-14T04:17:22.611Z Compiling rusqlite v0.32.1
24512024-11-14T04:17:23.494Z Compiling ratatui v0.28.1
24522024-11-14T04:17:25.224Z Compiling tokio-tungstenite v0.23.1
24532024-11-14T04:17:25.881Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24542024-11-14T04:17:28.845Z Compiling tokio-rustls v0.24.1
24552024-11-14T04:17:34.806Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24562024-11-14T04:17:41.915Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24572024-11-14T04:17:42.987Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24582024-11-14T04:17:43.251Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24592024-11-14T04:17:43.739Z Compiling rustls-pemfile v1.0.4
24602024-11-14T04:17:44.469Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24612024-11-14T04:17:44.730Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24622024-11-14T04:17:46.986Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24632024-11-14T04:17:47.155Z Compiling signal-hook-tokio v0.3.1
24642024-11-14T04:17:47.351Z Compiling twox-hash v1.6.3
24652024-11-14T04:17:48.304Z Compiling is_ci v1.2.0
24662024-11-14T04:17:48.615Z Compiling smawk v0.3.2
24672024-11-14T04:17:48.902Z Compiling unicode-linebreak v0.1.5
24682024-11-14T04:17:49.227Z Compiling supports-color v3.0.1
24692024-11-14T04:17:49.456Z Compiling textwrap v0.16.1
24702024-11-14T04:17:49.625Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24712024-11-14T04:17:52.842Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24722024-11-14T04:18:08.873Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24732024-11-14T04:18:09.191Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24742024-11-14T04:18:10.087Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24752024-11-14T04:18:13.964Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24762024-11-14T04:18:14.583Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24772024-11-14T04:18:15.327Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24782024-11-14T04:18:22.420Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24792024-11-14T04:18:22.734Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24802024-11-14T04:18:23.452Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24812024-11-14T04:18:29.423Z Compiling fatfs v0.3.6
24822024-11-14T04:18:32.255Z Compiling rtoolbox v0.0.2
24832024-11-14T04:18:32.499Z Compiling assert_matches v1.5.0
24842024-11-14T04:18:32.687Z Compiling rpassword v7.3.1
24852024-11-14T04:18:33.124Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24862024-11-14T04:18:33.823Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24872024-11-14T04:18:51.638Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24882024-11-14T04:18:55.031Z Compiling tui-tree-widget v0.22.0
24892024-11-14T04:18:55.506Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24902024-11-14T04:18:58.606Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24912024-11-14T04:19:00.152Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24922024-11-14T04:19:00.474Z Compiling uzers v0.12.1
24932024-11-14T04:19:03.590Z Compiling shell-words v1.1.0
24942024-11-14T04:19:04.016Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24952024-11-14T04:19:12.066Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24962024-11-14T04:19:14.105Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24972024-11-14T04:19:34.443Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24982024-11-14T04:19:44.877Z Compiling multimap v0.10.0
24992024-11-14T04:21:45.475Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25002024-11-14T04:21:52.869Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25012024-11-14T04:28:32.595Z Finished `release` profile [optimized] target(s) in 16m 04s
25022024-11-14T04:29:34.272Z
25032024-11-14T04:29:34.388Zreal 17:07.644111343
25042024-11-14T04:29:34.388Zuser 1:56:31.529406130
25052024-11-14T04:29:34.389Zsys 5:47.721193733
25062024-11-14T04:29:34.389Ztrap 2.779945086
25072024-11-14T04:29:34.389Ztflt 2.913488011
25082024-11-14T04:29:34.389Zdflt 4.842455487
25092024-11-14T04:29:34.389Zkflt 0.020955861
25102024-11-14T04:29:34.389Zlock 7:11:27.152854804
25112024-11-14T04:29:34.389Zslp 6:10:53.633926476
25122024-11-14T04:29:34.389Zlat 2:47.514576342
25132024-11-14T04:29:34.389Zstop 2:30.644374839
25142024-11-14T04:29:34.389Z+ mapfile -t packages
25152024-11-14T04:29:34.389Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25162024-11-14T04:29:35.211Z Finished `release` profile [optimized] target(s) in 0.93s
25172024-11-14T04:29:35.268Z Running `target/release/omicron-package -t test list-outputs`
25182024-11-14T04:29:35.316ZLogging to: /work/oxidecomputer/omicron/out/LOG
25192024-11-14T04:29:35.319Z+ ptime -m cargo build --locked --release -p xtask
25202024-11-14T04:29:35.866Z Compiling serde v1.0.215
25212024-11-14T04:29:35.873Z Compiling rustix v0.38.37
25222024-11-14T04:29:35.873Z Compiling libc v0.2.162
25232024-11-14T04:29:35.873Z Compiling serde_json v1.0.132
25242024-11-14T04:29:35.873Z Compiling syn v2.0.87
25252024-11-14T04:29:35.951Z Compiling bitflags v2.6.0
25262024-11-14T04:29:36.329Z Compiling usdt-impl v0.5.0
25272024-11-14T04:29:36.345Z Compiling syn v1.0.109
25282024-11-14T04:29:36.456Z Compiling hashbrown v0.15.0
25292024-11-14T04:29:36.473Z Compiling log v0.4.22
25302024-11-14T04:29:36.524Z Compiling fs-err v2.11.0
25312024-11-14T04:29:36.825Z Compiling anyhow v1.0.93
25322024-11-14T04:29:37.010Z Compiling once_cell v1.20.2
25332024-11-14T04:29:37.384Z Compiling thread-id v4.2.2
25342024-11-14T04:29:37.801Z Compiling indexmap v2.6.0
25352024-11-14T04:29:39.079Z Compiling terminal_size v0.4.0
25362024-11-14T04:29:39.079Z Compiling tempfile v3.13.0
25372024-11-14T04:29:39.102Z Compiling clap_builder v4.5.20
25382024-11-14T04:29:39.741Z Compiling proc-macro-error v1.0.4
25392024-11-14T04:29:41.094Z Compiling tabled_derive v0.7.0
25402024-11-14T04:29:42.410Z Compiling tabled v0.15.0
25412024-11-14T04:29:47.289Z Compiling serde_derive v1.0.215
25422024-11-14T04:29:47.396Z Compiling thiserror-impl v1.0.69
25432024-11-14T04:29:47.396Z Compiling zerocopy-derive v0.7.35
25442024-11-14T04:29:47.431Z Compiling zerocopy v0.7.35
25452024-11-14T04:29:47.495Z Compiling thiserror v1.0.69
25462024-11-14T04:29:47.627Z Compiling pest v2.7.14
25472024-11-14T04:29:48.016Z Compiling scroll_derive v0.12.0
25482024-11-14T04:29:49.424Z Compiling scroll v0.12.0
25492024-11-14T04:29:50.109Z Compiling goblin v0.8.2
25502024-11-14T04:29:50.707Z Compiling pest_meta v2.7.14
25512024-11-14T04:29:52.835Z Compiling pest_generator v2.7.14
25522024-11-14T04:29:54.887Z Compiling pest_derive v2.7.14
25532024-11-14T04:29:55.695Z Compiling dtrace-parser v0.2.0
25542024-11-14T04:29:57.516Z Compiling clap_derive v4.5.18
25552024-11-14T04:30:02.187Z Compiling serde_tokenstream v0.2.2
25562024-11-14T04:30:02.791Z Compiling toml_datetime v0.6.8
25572024-11-14T04:30:03.283Z Compiling dof v0.3.0
25582024-11-14T04:30:03.515Z Compiling serde_spanned v0.6.8
25592024-11-14T04:30:03.780Z Compiling toml_edit v0.22.22
25602024-11-14T04:30:04.524Z Compiling camino v1.1.9
25612024-11-14T04:30:05.598Z Compiling usdt-attr-macro v0.5.0
25622024-11-14T04:30:05.893Z Compiling usdt-macro v0.5.0
25632024-11-14T04:30:06.977Z Compiling cargo-platform v0.1.8
25642024-11-14T04:30:07.162Z Compiling semver v1.0.23
25652024-11-14T04:30:08.065Z Compiling toml v0.8.19
25662024-11-14T04:30:08.123Z Compiling cargo_metadata v0.18.1
25672024-11-14T04:30:08.311Z Compiling usdt v0.5.0
25682024-11-14T04:30:08.685Z Compiling camino-tempfile v1.1.1
25692024-11-14T04:30:08.952Z Compiling clap v4.5.20
25702024-11-14T04:30:09.081Z Compiling cargo_toml v0.20.5
25712024-11-14T04:30:09.480Z Compiling macaddr v1.0.1
25722024-11-14T04:30:22.292Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25732024-11-14T04:30:31.645Z Finished `release` profile [optimized] target(s) in 56.26s
25742024-11-14T04:30:31.774Z
25752024-11-14T04:30:31.775Zreal 56.417987454
25762024-11-14T04:30:31.775Zuser 5:43.960295870
25772024-11-14T04:30:31.775Zsys 31.466915364
25782024-11-14T04:30:31.775Ztrap 0.150967874
25792024-11-14T04:30:31.780Ztflt 0.295472128
25802024-11-14T04:30:31.780Zdflt 0.485837792
25812024-11-14T04:30:31.780Zkflt 0.000046864
25822024-11-14T04:30:31.780Zlock 9:38.891672581
25832024-11-14T04:30:31.780Zslp 14:48.649017615
25842024-11-14T04:30:31.780Zlat 12.768333143
25852024-11-14T04:30:31.780Zstop 15.965176889
25862024-11-14T04:30:31.780Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25872024-11-14T04:30:31.780Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25882024-11-14T04:30:31.780Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25892024-11-14T04:30:31.780Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25902024-11-14T04:30:31.780Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25912024-11-14T04:30:32.629Z Compiling hashbrown v0.14.5
25922024-11-14T04:30:32.755Z Compiling unsafe-libyaml v0.2.11
25932024-11-14T04:30:32.766Z Compiling progenitor-client v0.8.0
25942024-11-14T04:30:32.768Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25952024-11-14T04:30:32.768Z Compiling ident_case v1.0.1
25962024-11-14T04:30:32.768Z Compiling ipnetwork v0.20.0
25972024-11-14T04:30:32.768Z Compiling instant v0.1.13
25982024-11-14T04:30:32.769Z Compiling structmeta-derive v0.3.0
25992024-11-14T04:30:32.907Z Compiling newtype-uuid v1.1.3
26002024-11-14T04:30:33.013Z Compiling darling_core v0.20.10
26012024-11-14T04:30:33.194Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26022024-11-14T04:30:33.236Z Compiling dropshot v0.13.0
26032024-11-14T04:30:33.587Z Compiling dropshot_endpoint v0.13.0
26042024-11-14T04:30:33.605Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26052024-11-14T04:30:33.741Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26062024-11-14T04:30:33.954Z Compiling regress v0.10.1
26072024-11-14T04:30:34.052Z Compiling serde_yaml v0.9.34+deprecated
26082024-11-14T04:30:34.130Z Compiling regress v0.9.1
26092024-11-14T04:30:34.367Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26102024-11-14T04:30:34.540Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26112024-11-14T04:30:34.666Z Compiling backoff v0.4.0
26122024-11-14T04:30:35.037Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26132024-11-14T04:30:35.204Z Compiling macaddr v1.0.1
26142024-11-14T04:30:35.300Z Compiling tempfile v3.13.0
26152024-11-14T04:30:35.679Z Compiling proc-macro-crate v1.3.1
26162024-11-14T04:30:35.790Z Compiling structmeta v0.3.0
26172024-11-14T04:30:36.153Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26182024-11-14T04:30:36.235Z Compiling parse-display-derive v0.10.0
26192024-11-14T04:30:36.534Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26202024-11-14T04:30:36.803Z Compiling num_enum_derive v0.5.11
26212024-11-14T04:30:36.879Z Compiling foreign-types-macros v0.2.3
26222024-11-14T04:30:38.184Z Compiling typify-impl v0.2.0
26232024-11-14T04:30:38.269Z Compiling heapless v0.8.0
26242024-11-14T04:30:38.859Z Compiling foreign-types-shared v0.3.1
26252024-11-14T04:30:38.981Z Compiling foreign-types v0.5.0
26262024-11-14T04:30:39.102Z Compiling proc-macro-error v1.0.4
26272024-11-14T04:30:39.396Z Compiling num_enum v0.5.11
26282024-11-14T04:30:39.530Z Compiling camino-tempfile v1.1.1
26292024-11-14T04:30:39.558Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26302024-11-14T04:30:39.566Z Compiling hash32 v0.3.1
26312024-11-14T04:30:39.820Z Compiling cstr-argument v0.1.2
26322024-11-14T04:30:39.823Z Compiling smoltcp v0.11.0
26332024-11-14T04:30:39.994Z Compiling pretty-hex v0.2.1
26342024-11-14T04:30:40.093Z Compiling crucible-workspace-hack v0.1.0
26352024-11-14T04:30:40.102Z Compiling darling_macro v0.20.10
26362024-11-14T04:30:40.179Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26372024-11-14T04:30:40.382Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26382024-11-14T04:30:40.407Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26392024-11-14T04:30:40.553Z Compiling tabwriter v1.4.0
26402024-11-14T04:30:40.633Z Compiling colored v2.1.0
26412024-11-14T04:30:40.914Z Compiling parse-display v0.10.0
26422024-11-14T04:30:41.002Z Compiling cobs v0.2.3
26432024-11-14T04:30:41.037Z Compiling darling v0.20.10
26442024-11-14T04:30:41.177Z Compiling serde_with_macros v3.11.0
26452024-11-14T04:30:41.190Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26462024-11-14T04:30:41.294Z Compiling postcard v1.0.10
26472024-11-14T04:30:41.403Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26482024-11-14T04:30:41.557Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26492024-11-14T04:30:41.588Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26502024-11-14T04:30:41.595Z Compiling smf v0.2.3
26512024-11-14T04:30:41.973Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26522024-11-14T04:30:42.329Z Compiling zone_cfg_derive v0.3.0
26532024-11-14T04:30:42.536Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26542024-11-14T04:30:43.033Z Compiling num-derive v0.4.2
26552024-11-14T04:30:43.059Z Compiling sigpipe v0.1.3
26562024-11-14T04:30:43.188Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26572024-11-14T04:30:43.512Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26582024-11-14T04:30:43.871Z Compiling zone v0.3.0
26592024-11-14T04:30:44.153Z Compiling serde_with v3.11.0
26602024-11-14T04:30:44.639Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26612024-11-14T04:30:45.109Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26622024-11-14T04:30:45.425Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26632024-11-14T04:30:45.490Z Compiling universal-hash v0.5.1
26642024-11-14T04:30:45.760Z Compiling opaque-debug v0.3.1
26652024-11-14T04:30:45.848Z Compiling num-rational v0.4.2
26662024-11-14T04:30:46.285Z Compiling password-hash v0.5.0
26672024-11-14T04:30:46.364Z Compiling num-complex v0.4.6
26682024-11-14T04:30:46.935Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26692024-11-14T04:30:47.233Z Compiling blake2 v0.10.6
26702024-11-14T04:30:47.386Z Compiling aead v0.5.2
26712024-11-14T04:30:47.444Z Compiling keccak v0.1.5
26722024-11-14T04:30:47.583Z Compiling convert_case v0.4.0
26732024-11-14T04:30:47.770Z Compiling sha3 v0.10.8
26742024-11-14T04:30:48.121Z Compiling argon2 v0.5.3
26752024-11-14T04:30:48.215Z Compiling num v0.4.3
26762024-11-14T04:30:48.331Z Compiling poly1305 v0.8.0
26772024-11-14T04:30:48.517Z Compiling tungstenite v0.21.0
26782024-11-14T04:30:48.599Z Compiling chacha20 v0.9.1
26792024-11-14T04:30:48.623Z Compiling derive_more v0.99.18
26802024-11-14T04:30:48.810Z Compiling float-ord v0.3.2
26812024-11-14T04:30:48.987Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26822024-11-14T04:30:49.071Z Compiling base64 v0.21.7
26832024-11-14T04:30:49.191Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26842024-11-14T04:30:49.720Z Compiling tokio-tungstenite v0.21.0
26852024-11-14T04:30:49.845Z Compiling semver v0.1.20
26862024-11-14T04:30:50.082Z Compiling same-file v1.0.6
26872024-11-14T04:30:50.258Z Compiling walkdir v2.5.0
26882024-11-14T04:30:50.379Z Compiling rustc_version v0.1.7
26892024-11-14T04:30:50.437Z Compiling newline-converter v0.3.0
26902024-11-14T04:30:50.499Z Compiling primeorder v0.13.6
26912024-11-14T04:30:50.658Z Compiling secrecy v0.8.0
26922024-11-14T04:30:50.911Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26932024-11-14T04:30:53.333Z Compiling owo-colors v4.1.0
26942024-11-14T04:30:53.333Z Compiling cancel-safe-futures v0.1.5
26952024-11-14T04:30:53.333Z Compiling newtype_derive v0.1.6
26962024-11-14T04:30:53.442Z Compiling expectorate v1.1.0
26972024-11-14T04:30:53.442Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26982024-11-14T04:30:53.442Z Compiling thiserror-impl-no-std v2.0.2
26992024-11-14T04:30:53.442Z Compiling blake3 v1.5.4
27002024-11-14T04:30:53.442Z Compiling ring v0.16.20
27012024-11-14T04:30:53.442Z Compiling unicase v2.7.0
27022024-11-14T04:30:53.442Z Compiling half v2.4.1
27032024-11-14T04:30:53.442Z Compiling ciborium-io v0.2.2
27042024-11-14T04:30:53.442Z Compiling arc-swap v1.7.1
27052024-11-14T04:30:53.442Z Compiling ciborium-ll v0.2.2
27062024-11-14T04:30:53.442Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27072024-11-14T04:30:53.442Z Compiling slog-scope v4.4.0
27082024-11-14T04:30:53.442Z Compiling polyval v0.6.2
27092024-11-14T04:30:53.442Z Compiling atomicwrites v0.4.4
27102024-11-14T04:30:53.442Z Compiling libsw v3.3.1
27112024-11-14T04:30:53.442Z Compiling memmap2 v0.9.5
27122024-11-14T04:30:53.443Z Compiling arrayvec v0.7.6
27132024-11-14T04:30:53.443Z Compiling spin v0.5.2
27142024-11-14T04:30:53.519Z Compiling libefi-sys v0.1.0
27152024-11-14T04:30:53.569Z Compiling salty v0.3.0
27162024-11-14T04:30:53.658Z Compiling indent_write v2.2.0
27172024-11-14T04:30:53.770Z Compiling parking_lot_core v0.8.6
27182024-11-14T04:30:53.841Z Compiling arrayref v0.3.9
27192024-11-14T04:30:53.967Z Compiling constant_time_eq v0.3.1
27202024-11-14T04:30:54.019Z Compiling linear-map v1.2.0
27212024-11-14T04:30:54.313Z Compiling ghash v0.5.1
27222024-11-14T04:30:54.397Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27232024-11-14T04:30:54.428Z Compiling thiserror-no-std v2.0.2
27242024-11-14T04:30:54.492Z Compiling slog-stdlog v4.1.1
27252024-11-14T04:30:54.542Z Compiling vsss-rs v3.3.4
27262024-11-14T04:30:54.885Z Compiling ciborium v0.2.2
27272024-11-14T04:30:55.350Z Compiling p384 v0.13.0
27282024-11-14T04:30:55.640Z Compiling toolchain_find v0.4.0
27292024-11-14T04:30:56.327Z Compiling chacha20poly1305 v0.10.1
27302024-11-14T04:30:56.353Z Compiling lzma-sys v0.1.20
27312024-11-14T04:30:56.390Z Compiling ctr v0.9.2
27322024-11-14T04:30:56.551Z Compiling itertools v0.13.0
27332024-11-14T04:30:56.648Z Compiling typify-macro v0.2.0
27342024-11-14T04:30:56.788Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27352024-11-14T04:30:56.937Z Compiling bitfield-struct v0.6.2
27362024-11-14T04:30:57.205Z Compiling slog-dtrace v0.3.0
27372024-11-14T04:30:57.227Z Compiling highway v1.2.0
27382024-11-14T04:30:57.509Z Compiling topological-sort v0.2.2
27392024-11-14T04:30:57.752Z Compiling omicron-zone-package v0.11.1
27402024-11-14T04:30:58.262Z Compiling aes-gcm v0.10.3
27412024-11-14T04:30:58.294Z Compiling rustfmt-wrapper v0.2.1
27422024-11-14T04:30:58.446Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27432024-11-14T04:30:58.574Z Compiling mime_guess v2.0.5
27442024-11-14T04:30:58.715Z Compiling steno v0.4.1
27452024-11-14T04:30:58.911Z Compiling slog-envlogger v2.2.0
27462024-11-14T04:30:59.730Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27472024-11-14T04:30:59.929Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27482024-11-14T04:30:59.945Z Compiling heck v0.3.3
27492024-11-14T04:31:00.229Z Compiling ssh-encoding v0.2.0
27502024-11-14T04:31:00.259Z Compiling blowfish v0.9.1
27512024-11-14T04:31:00.391Z Compiling nibble_vec v0.1.0
27522024-11-14T04:31:00.425Z Compiling env_filter v0.1.2
27532024-11-14T04:31:00.628Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27542024-11-14T04:31:00.715Z Compiling humantime v2.1.0
27552024-11-14T04:31:00.761Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27562024-11-14T04:31:00.912Z Compiling endian-type v0.1.2
27572024-11-14T04:31:01.053Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27582024-11-14T04:31:01.069Z Compiling typify v0.2.0
27592024-11-14T04:31:01.123Z Compiling radix_trie v0.2.1
27602024-11-14T04:31:01.161Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27612024-11-14T04:31:01.202Z Compiling progenitor-impl v0.8.0
27622024-11-14T04:31:01.219Z Compiling env_logger v0.11.5
27632024-11-14T04:31:01.238Z Compiling ssh-cipher v0.2.0
27642024-11-14T04:31:01.263Z Compiling bcrypt-pbkdf v0.10.0
27652024-11-14T04:31:01.867Z Compiling zone_cfg_derive v0.1.2
27662024-11-14T04:31:02.004Z Compiling parking_lot v0.11.2
27672024-11-14T04:31:02.303Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27682024-11-14T04:31:02.477Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27692024-11-14T04:31:03.026Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27702024-11-14T04:31:03.062Z Compiling password-hash v0.4.2
27712024-11-14T04:31:03.262Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27722024-11-14T04:31:03.389Z Compiling gethostname v0.5.0
27732024-11-14T04:31:03.445Z Compiling fxhash v0.2.1
27742024-11-14T04:31:03.594Z Compiling base64 v0.13.1
27752024-11-14T04:31:03.615Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27762024-11-14T04:31:03.651Z Compiling matches v0.1.10
27772024-11-14T04:31:03.758Z Compiling idna v0.2.3
27782024-11-14T04:31:03.911Z Compiling sled v0.34.7
27792024-11-14T04:31:03.959Z Compiling pbkdf2 v0.11.0
27802024-11-14T04:31:03.988Z Compiling ron v0.7.1
27812024-11-14T04:31:04.199Z Compiling zone v0.1.8
27822024-11-14T04:31:04.239Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27832024-11-14T04:31:04.316Z Compiling xz2 v0.1.7
27842024-11-14T04:31:04.824Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27852024-11-14T04:31:05.468Z Compiling ssh-key v0.6.6
27862024-11-14T04:31:05.819Z Compiling hickory-client v0.24.1
27872024-11-14T04:31:06.413Z Compiling p256 v0.13.2
27882024-11-14T04:31:06.478Z Compiling p521 v0.13.3
27892024-11-14T04:31:06.541Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27902024-11-14T04:31:07.317Z Compiling hickory-server v0.24.1
27912024-11-14T04:31:07.338Z Compiling enum-as-inner v0.5.1
27922024-11-14T04:31:07.739Z Compiling pem v3.0.4
27932024-11-14T04:31:08.374Z Compiling yasna v0.5.2
27942024-11-14T04:31:08.594Z Compiling headers-core v0.3.0
27952024-11-14T04:31:08.770Z Compiling kstat-rs v0.2.4
27962024-11-14T04:31:08.791Z Compiling nanorand v0.7.0
27972024-11-14T04:31:09.402Z Compiling atty v0.2.14
27982024-11-14T04:31:09.451Z Compiling russh-cryptovec v0.7.3
27992024-11-14T04:31:09.557Z Compiling http-range v0.1.5
28002024-11-14T04:31:09.782Z Compiling md5 v0.7.0
28012024-11-14T04:31:09.786Z Compiling progenitor-macro v0.8.0
28022024-11-14T04:31:09.932Z Compiling hyper-staticfile v0.10.1
28032024-11-14T04:31:10.091Z Compiling russh-keys v0.45.0
28042024-11-14T04:31:10.439Z Compiling rcgen v0.12.1
28052024-11-14T04:31:10.590Z Compiling flume v0.11.1
28062024-11-14T04:31:10.590Z Compiling headers v0.4.0
28072024-11-14T04:31:11.087Z Compiling trust-dns-proto v0.22.0
28082024-11-14T04:31:11.107Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28092024-11-14T04:31:12.345Z Compiling num-bigint v0.4.6
28102024-11-14T04:31:12.923Z Compiling des v0.8.1
28112024-11-14T04:31:13.289Z Compiling subprocess v0.2.9
28122024-11-14T04:31:14.434Z Compiling dhcproto-macros v0.1.0
28132024-11-14T04:31:14.543Z Compiling display-error-chain v0.2.2
28142024-11-14T04:31:14.758Z Compiling hex-literal v0.4.1
28152024-11-14T04:31:14.926Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28162024-11-14T04:31:15.278Z Compiling internet-checksum v0.2.1
28172024-11-14T04:31:15.372Z Compiling russh v0.45.0
28182024-11-14T04:31:15.609Z Compiling dhcproto v0.12.0
28192024-11-14T04:31:20.752Z Compiling progenitor v0.8.0
28202024-11-14T04:31:20.885Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28212024-11-14T04:31:20.889Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28222024-11-14T04:31:20.889Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28232024-11-14T04:31:20.889Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28242024-11-14T04:31:20.889Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28252024-11-14T04:31:20.889Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28262024-11-14T04:31:20.889Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28272024-11-14T04:31:20.984Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28282024-11-14T04:31:21.785Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28292024-11-14T04:31:22.400Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28302024-11-14T04:31:25.870Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28312024-11-14T04:31:27.649Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28322024-11-14T04:31:36.797Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28332024-11-14T04:31:36.803Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28342024-11-14T04:31:36.804Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28352024-11-14T04:31:36.804Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28362024-11-14T04:31:37.668Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28372024-11-14T04:31:39.991Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28382024-11-14T04:31:41.095Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28392024-11-14T04:31:41.649Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28402024-11-14T04:31:41.686Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28412024-11-14T04:31:42.215Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28422024-11-14T04:31:44.862Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28432024-11-14T04:31:45.649Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28442024-11-14T04:31:45.749Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28452024-11-14T04:31:46.344Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28462024-11-14T04:31:47.404Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28472024-11-14T04:31:47.422Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28482024-11-14T04:31:47.470Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28492024-11-14T04:31:49.299Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28502024-11-14T04:31:49.694Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28512024-11-14T04:31:52.644Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28522024-11-14T04:31:53.110Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28532024-11-14T04:31:53.130Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28542024-11-14T04:31:53.774Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28552024-11-14T04:31:58.182Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562024-11-14T04:31:58.788Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28572024-11-14T04:32:00.243Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28582024-11-14T04:32:00.341Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592024-11-14T04:32:01.576Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28602024-11-14T04:32:04.876Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28612024-11-14T04:32:13.600Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28622024-11-14T04:32:14.871Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28632024-11-14T04:32:33.055Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28642024-11-14T04:33:03.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
28652024-11-14T04:33:04.074Z
28662024-11-14T04:33:04.176Zreal 2:32.155805625
28672024-11-14T04:33:04.176Zuser 11:54.231874877
28682024-11-14T04:33:04.176Zsys 2:31.127257979
28692024-11-14T04:33:04.176Ztrap 0.312085257
28702024-11-14T04:33:04.176Ztflt 0.874402719
28712024-11-14T04:33:04.176Zdflt 1.654358686
28722024-11-14T04:33:04.176Zkflt 0.000012807
28732024-11-14T04:33:04.176Zlock 24:33.163987144
28742024-11-14T04:33:04.176Zslp 42:23.186910679
28752024-11-14T04:33:04.176Zlat 34.106056754
28762024-11-14T04:33:04.176Zstop 1:28.863760587
28772024-11-14T04:33:04.176Z+ mkdir tests
28782024-11-14T04:33:04.176Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28792024-11-14T04:33:04.176Z+ xargs -I '{}' -t cp '{}' tests/
28802024-11-14T04:33:05.014Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-94afc65291af686c tests/
28812024-11-14T04:33:05.042Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a6bae732be9c0da3 tests/
28822024-11-14T04:33:05.070Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-eaf43580ef60c1d4 tests/
28832024-11-14T04:33:05.098Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a08399dfed877718 tests/
28842024-11-14T04:33:05.325Z+ 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/*)
28852024-11-14T04:33:05.328Z+ 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-a6bae732be9c0da3 tests/commtest-eaf43580ef60c1d4 tests/dhcp_server-94afc65291af686c tests/end_to_end_tests-a08399dfed877718 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
28862024-11-14T04:34:14.039ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28872024-11-14T04:34:14.040Za .github/buildomat/ci-env.sh 1K
28882024-11-14T04:34:14.040Za out/target/test 1K
28892024-11-14T04:34:14.040Za out/npuzone/npuzone 23144K
28902024-11-14T04:34:14.040Za package-manifest.toml 32K
28912024-11-14T04:34:14.040Za smf/sled-agent/non-gimlet/config.toml 4K
28922024-11-14T04:34:14.040Za target/release/omicron-package 36288K
28932024-11-14T04:34:14.040Za target/release/xtask 11749K
28942024-11-14T04:34:14.040Za target/debug/bootstrap 209648K
28952024-11-14T04:34:14.040Za tests/bootstrap-a6bae732be9c0da3 24246K
28962024-11-14T04:34:14.040Za tests/commtest-eaf43580ef60c1d4 25022K
28972024-11-14T04:34:14.040Za tests/dhcp_server-94afc65291af686c 24246K
28982024-11-14T04:34:14.040Za tests/end_to_end_tests-a08399dfed877718 222585K
28992024-11-14T04:34:14.040Za out/clickhouse.tar.gz 250303K
29002024-11-14T04:34:14.041Za out/clickhouse_keeper.tar.gz 250295K
29012024-11-14T04:34:14.041Za out/clickhouse_server.tar.gz 250293K
29022024-11-14T04:34:14.041Za out/cockroachdb.tar.gz 134537K
29032024-11-14T04:34:14.041Za out/crucible-dtrace.tar 83K
29042024-11-14T04:34:14.041Za out/crucible-pantry-zone.tar.gz 28154K
29052024-11-14T04:34:14.041Za out/crucible-zone.tar.gz 36365K
29062024-11-14T04:34:14.041Za out/external-dns.tar.gz 35254K
29072024-11-14T04:34:14.041Za out/internal-dns.tar.gz 35255K
29082024-11-14T04:34:14.041Za out/mg-ddm-gz.tar 62661K
29092024-11-14T04:34:14.041Za out/nexus.tar.gz 100442K
29102024-11-14T04:34:14.041Za out/ntp.tar.gz 10339K
29112024-11-14T04:34:14.041Za out/omicron-gateway-softnpu.tar.gz 23860K
29122024-11-14T04:34:14.041Za out/omicron-sled-agent.tar 112427K
29132024-11-14T04:34:14.041Za out/overlay.tar.gz 3K
29142024-11-14T04:34:14.041Za out/oximeter.tar.gz 51639K
29152024-11-14T04:34:14.041Za out/oxlog.tar 3091K
29162024-11-14T04:34:14.041Za out/probe.tar.gz 2764K
29172024-11-14T04:34:14.041Za out/propolis-server.tar.gz 66584K
29182024-11-14T04:34:14.041Za out/pumpkind-gz.tar 26665K
29192024-11-14T04:34:14.041Za out/switch-softnpu.tar.gz 234418K
29202024-11-14T04:34:14.045Z
29212024-11-14T04:34:14.045Zreal 1:08.701528126
29222024-11-14T04:34:14.045Zuser 1:05.644476748
29232024-11-14T04:34:14.045Zsys 4.300928047
29242024-11-14T04:34:14.045Ztrap 0.016488944
29252024-11-14T04:34:14.045Ztflt 0.000000000
29262024-11-14T04:34:14.045Zdflt 0.000000000
29272024-11-14T04:34:14.045Zkflt 0.000000000
29282024-11-14T04:34:14.045Zlock 0.000000000
29292024-11-14T04:34:14.045Zslp 1:05.514051381
29302024-11-14T04:34:14.045Zlat 1.921311122
29312024-11-14T04:34:14.045Zstop 0.000552275
29322024-11-14T04:34:14.045Zprocess exited: duration 1989680 ms, exit code 0
 
29332024-11-14T04:34:14.061Zfound 1 output files
29342024-11-14T04:34:14.061Zuploading: /work/package.tar.gz (1765063461 bytes)
29352024-11-14T04:35:08.216Zuploaded: /work/package.tar.gz