01JBMTBCYBZH5QEBB3C5TPJTYR: 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: 01JBMTBVD46FT7GCPDEWFFTTGS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-01T21:34:38.849Zjob assigned to worker 01JBMTBX8S0KF31M5JFPHPB3A9 (queued for 1 m 0 s)
 
22024-11-01T21:34:46.588Zstarting task 0: "setup"
32024-11-01T21:34:46.597Z++ uname -s
42024-11-01T21:34:46.599Z+ kern=SunOS
52024-11-01T21:34:46.599Z+ case "$kern" in
62024-11-01T21:34:46.599Z+ [[ 0 == 12345 ]]
72024-11-01T21:34:46.599Z+ groupadd -g 12345 build
82024-11-01T21:34:46.601Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-11-01T21:34:48.613Z+ zfs create -o mountpoint=/work rpool/work
102024-11-01T21:34:48.720Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-11-01T21:34:48.723Z+ home_fs=zfs
122024-11-01T21:34:48.723Z+ [[ zfs == autofs ]]
132024-11-01T21:34:48.723Z+ mkdir -p /home/build
142024-11-01T21:34:48.726Z+ chown build:build /home/build /work
152024-11-01T21:34:49.726Z+ chmod 0700 /home/build /work
162024-11-01T21:34:49.729Zprocess exited: duration 3142 ms, exit code 0
 
172024-11-01T21:34:49.734Zstarting task 1: "rust-toolchain"
182024-11-01T21:34:49.740Z+ printf ' * toolchain channel = "%s"
192024-11-01T21:34:49.740Z' 1.82.0
202024-11-01T21:34:49.740Z+ printf ' * toolchain profile = "%s"
212024-11-01T21:34:49.740Z' default
222024-11-01T21:34:49.740Z * toolchain channel = "1.82.0"
232024-11-01T21:34:49.740Z * toolchain profile = "default"
242024-11-01T21:34:49.742Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-11-01T21:34:49.742Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-11-01T21:34:49.832Zinfo: downloading installer
272024-11-01T21:34:50.973Zinfo: profile set to 'default'
282024-11-01T21:34:50.973Zinfo: default host triple is x86_64-unknown-illumos
292024-11-01T21:34:50.976Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-11-01T21:34:51.127Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-11-01T21:34:51.127Zinfo: downloading component 'cargo'
322024-11-01T21:34:51.944Zinfo: downloading component 'clippy'
332024-11-01T21:34:52.256Zinfo: downloading component 'rust-docs'
342024-11-01T21:34:53.403Zinfo: downloading component 'rust-std'
352024-11-01T21:34:55.286Zinfo: downloading component 'rustc'
362024-11-01T21:35:01.746Zinfo: downloading component 'rustfmt'
372024-11-01T21:35:01.980Zinfo: installing component 'cargo'
382024-11-01T21:35:02.852Zinfo: installing component 'clippy'
392024-11-01T21:35:03.253Zinfo: installing component 'rust-docs'
402024-11-01T21:35:04.972Zinfo: installing component 'rust-std'
412024-11-01T21:35:06.996Zinfo: installing component 'rustc'
422024-11-01T21:35:13.124Zinfo: installing component 'rustfmt'
432024-11-01T21:35:13.495Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-11-01T21:35:13.495Z
452024-11-01T21:35:13.970Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-11-01T21:35:13.970Z
472024-11-01T21:35:13.977Z
482024-11-01T21:35:13.977ZRust is installed now. Great!
492024-11-01T21:35:13.977Z
502024-11-01T21:35:13.977ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-11-01T21:35:13.977Zenvironment variable. This has not been done automatically.
522024-11-01T21:35:13.977Z
532024-11-01T21:35:13.977ZTo configure your current shell, you need to source
542024-11-01T21:35:13.977Zthe corresponding env file under $HOME/.cargo.
552024-11-01T21:35:13.977Z
562024-11-01T21:35:13.977ZThis is usually done by running one of the following (note the leading DOT):
572024-11-01T21:35:13.977Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-11-01T21:35:13.977Zsource "$HOME/.cargo/env.fish" # For fish
592024-11-01T21:35:13.977Z+ rustc --version
602024-11-01T21:35:14.014Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-11-01T21:35:14.017Zprocess exited: duration 24281 ms, exit code 0
 
622024-11-01T21:35:14.025Zstarting task 2: "authentication"
632024-11-01T21:35:14.043Zprocess exited: duration 21 ms, exit code 0
 
642024-11-01T21:35:14.048Zstarting task 3: "clone repository"
652024-11-01T21:35:14.053Z+ mkdir -p /work/oxidecomputer/omicron
662024-11-01T21:35:14.056Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-11-01T21:35:14.093ZCloning into '/work/oxidecomputer/omicron'...
682024-11-01T21:35:20.841Z+ cd /work/oxidecomputer/omicron
692024-11-01T21:35:20.842Z+ git fetch origin 87a80ce1149cb7ec6af036f61e47a13a165d1299
702024-11-01T21:35:21.132ZFrom https://github.com/oxidecomputer/omicron
712024-11-01T21:35:21.132Z * branch 87a80ce1149cb7ec6af036f61e47a13a165d1299 -> FETCH_HEAD
722024-11-01T21:35:21.141Z+ [[ -n upgrade-zip ]]
732024-11-01T21:35:21.145Z++ git branch --show-current
742024-11-01T21:35:21.148Z+ current=main
752024-11-01T21:35:21.148Z+ [[ main != upgrade-zip ]]
762024-11-01T21:35:21.148Z+ git branch -f upgrade-zip 87a80ce1149cb7ec6af036f61e47a13a165d1299
772024-11-01T21:35:21.152Z+ git checkout -f upgrade-zip
782024-11-01T21:35:21.300ZSwitched to branch 'upgrade-zip'
792024-11-01T21:35:21.303Z+ git reset --hard 87a80ce1149cb7ec6af036f61e47a13a165d1299
802024-11-01T21:35:21.442ZHEAD is now at 87a80ce11 Merge branch 'main' into upgrade-zip
812024-11-01T21:35:21.444Zprocess exited: duration 7394 ms, exit code 0
 
822024-11-01T21:35:21.449Zstarting task 4: "build"
832024-11-01T21:35:21.455Z+ source .github/buildomat/ci-env.sh
842024-11-01T21:35:21.455Z++ export CARGO_TERM_COLOR=always
852024-11-01T21:35:21.455Z++ CARGO_TERM_COLOR=always
862024-11-01T21:35:21.455Z+ cargo --version
872024-11-01T21:35:21.511Zcargo 1.82.0 (8f40fc59f 2024-08-21)
882024-11-01T21:35:21.513Z+ rustc --version
892024-11-01T21:35:21.574Zrustc 1.82.0 (f6e511eec 2024-10-15)
902024-11-01T21:35:21.578Z+ WORK=/work
912024-11-01T21:35:21.578Z+ pfexec mkdir -p /work
922024-11-01T21:35:21.580Z+ pfexec chown build /work
932024-11-01T21:35:21.583Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-11-01T21:35:30.641Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-11-01T21:35:34.060Z Startup: Caching catalogs ... Done
962024-11-01T21:35:41.010ZPlanning: Solver setup ... Done (6.292s)
972024-11-01T21:35:41.104ZPlanning: Running solver ... Done (0.094s)
982024-11-01T21:35:41.185ZPlanning: Finding local manifests ... Done (0.003s)
992024-11-01T21:35:41.205ZPlanning: Fetching manifests: 0/5 0% complete
1002024-11-01T21:35:41.429ZPlanning: Fetching manifests: 5/5 100% complete
1012024-11-01T21:35:41.675ZPlanning: Package planning ... Done (0.246s)
1022024-11-01T21:35:41.733ZPlanning: Merging actions ... Done (0.058s)
1032024-11-01T21:35:41.927ZPlanning: Checking for conflicting actions ... Done (0.194s)
1042024-11-01T21:35:43.943ZPlanning: Consolidating action changes ... Done (2.015s)
1052024-11-01T21:35:44.366ZPlanning: Evaluating mediators ... Done (0.423s)
1062024-11-01T21:35:44.446ZPlanning: Planning completed in 10.35 seconds
1072024-11-01T21:35:44.461Z Packages to install: 4
1082024-11-01T21:35:44.462Z Packages to update: 1
1092024-11-01T21:35:44.465Z Mediators to change: 2
1102024-11-01T21:35:44.465Z Services to change: 1
1112024-11-01T21:35:44.466Z Estimated space available: 155.61 GB
1122024-11-01T21:35:44.466ZEstimated space to be consumed: 1.59 GB
1132024-11-01T21:35:44.466Z Create boot environment: No
1142024-11-01T21:35:44.466ZCreate backup boot environment: Yes
1152024-11-01T21:35:44.466Z Rebuild boot archive: No
1162024-11-01T21:35:44.466Z
1172024-11-01T21:35:44.466ZChanged mediators:
1182024-11-01T21:35:44.466Z mediator clang:
1192024-11-01T21:35:44.466Z version: None -> 15 (system default)
1202024-11-01T21:35:44.466Z
1212024-11-01T21:35:44.466Z mediator llvm:
1222024-11-01T21:35:44.466Z version: 14 (system default) -> 15 (system default)
1232024-11-01T21:35:44.466Z
1242024-11-01T21:35:44.466ZChanged packages:
1252024-11-01T21:35:44.466Zhelios-dev
1262024-11-01T21:35:44.466Z developer/build-essential
1272024-11-01T21:35:44.466Z None -> 11-2.0
1282024-11-01T21:35:44.466Z library/libxmlsec1
1292024-11-01T21:35:44.466Z None -> 1.2.35-2.0
1302024-11-01T21:35:44.466Z ooce/developer/clang-15
1312024-11-01T21:35:44.466Z None -> 15.0.7-2.0
1322024-11-01T21:35:44.466Z ooce/developer/llvm-15
1332024-11-01T21:35:44.466Z None -> 15.0.7-2.0
1342024-11-01T21:35:44.466Z package/pkg
1352024-11-01T21:35:44.466Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1362024-11-01T21:35:44.467Z
1372024-11-01T21:35:44.467ZServices:
1382024-11-01T21:35:44.467Z restart_fmri:
1392024-11-01T21:35:44.467Z svc:/system/update-man-index:default
1402024-11-01T21:35:44.467Z
1412024-11-01T21:35:44.467ZEditable files to change:
1422024-11-01T21:35:44.467Z Update:
1432024-11-01T21:35:44.467Z usr/share/lib/pkg/web/config.shtml
1442024-11-01T21:35:44.542Z
1452024-11-01T21:35:44.542ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1462024-11-01T21:35:49.549ZDownload: 677/4281 items 18.0/220.6MB 8% complete (3.7M/s)
1472024-11-01T21:35:54.554ZDownload: 1199/4281 items 83.5/220.6MB 37% complete (8.4M/s)
1482024-11-01T21:35:59.557ZDownload: 1605/4281 items 116.9/220.6MB 52% complete (9.9M/s)
1492024-11-01T21:36:04.940ZDownload: 2215/4281 items 118.4/220.6MB 53% complete (4.2M/s)
1502024-11-01T21:36:09.935ZDownload: 2503/4281 items 120.0/220.6MB 54% complete (314k/s)
1512024-11-01T21:36:14.937ZDownload: 3024/4281 items 121.1/220.6MB 54% complete (272k/s)
1522024-11-01T21:36:20.649ZDownload: 3245/4281 items 199.0/220.6MB 90% complete (7.8M/s)
1532024-11-01T21:36:25.854ZDownload: 3247/4281 items 199.0/220.6MB 90% complete (7.8M/s)
1542024-11-01T21:36:30.854ZDownload: 3263/4281 items 207.1/220.6MB 93% complete (832k/s)
1552024-11-01T21:36:35.972ZDownload: 3282/4281 items 211.3/220.6MB 95% complete (1.4M/s)
1562024-11-01T21:36:42.371ZDownload: 3286/4281 items 212.4/220.6MB 96% complete (1.6M/s)
1572024-11-01T21:36:47.373ZDownload: 4024/4281 items 218.4/220.6MB 99% complete (1.2M/s)
1582024-11-01T21:36:56.217ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (1.4M/s)
1592024-11-01T21:37:09.020ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1602024-11-01T21:37:09.124ZDownload: Completed 220.60 MB in 84.58 seconds (2.6M/s)
1612024-11-01T21:37:11.092Z Actions: 1/5063 actions (Removing old actions)
1622024-11-01T21:37:11.111Z Actions: 194/5063 actions (Installing new actions)
1632024-11-01T21:37:15.813Z Actions: 4226/5063 actions (Updating modified actions)
1642024-11-01T21:37:16.129Z Actions: Completed 5063 actions in 5.04 seconds.
1652024-11-01T21:37:16.500Z Done (0.364s)
1662024-11-01T21:37:16.502Z Done (0.000s)
1672024-11-01T21:37:17.009Z Done (0.507s)
1682024-11-01T21:37:21.275Z Done (4.066s)
1692024-11-01T21:37:21.359Z Done (0.018s)
1702024-11-01T21:37:21.362Z Done (0.000s)
1712024-11-01T21:37:21.538Z Done (0.000s)
1722024-11-01T21:37:22.191ZPlanning: Evaluating mediator changes ... Done
1732024-11-01T21:37:22.354ZPlanning: Checking for conflicting actions ... Done
1742024-11-01T21:37:22.356ZPlanning: Consolidating action changes ... Done
1752024-11-01T21:37:22.633ZPlanning: Evaluating mediators ... Done
1762024-11-01T21:37:22.636ZPlanning: Planning completed in 0.44 seconds
1772024-11-01T21:37:22.674Z Mediators to change: 2
1782024-11-01T21:37:22.674Z Create boot environment: No
1792024-11-01T21:37:22.679ZCreate backup boot environment: No
1802024-11-01T21:37:22.756Z Done
1812024-11-01T21:37:22.756Z Done
1822024-11-01T21:37:23.076Z Done
1832024-11-01T21:37:26.553Z Done
1842024-11-01T21:37:26.641Z Done
1852024-11-01T21:37:26.643Z Done
1862024-11-01T21:37:26.750Z Done
1872024-11-01T21:37:27.361ZPlanning: Evaluating mediator changes ... Done
1882024-11-01T21:37:27.363ZPlanning: Merging actions ... Done
1892024-11-01T21:37:27.549ZPlanning: Checking for conflicting actions ... Done
1902024-11-01T21:37:27.552ZPlanning: Consolidating action changes ... Done
1912024-11-01T21:37:27.817ZPlanning: Evaluating mediators ... Done
1922024-11-01T21:37:27.872ZPlanning: Planning completed in 0.75 seconds
1932024-11-01T21:37:27.912Z Packages to change: 1
1942024-11-01T21:37:27.912Z Mediators to change: 1
1952024-11-01T21:37:27.914Z Services to change: 1
1962024-11-01T21:37:27.914Z Create boot environment: No
1972024-11-01T21:37:27.914ZCreate backup boot environment: Yes
1982024-11-01T21:37:30.072Z Actions: 1/6 actions (Updating modified actions)
1992024-11-01T21:37:30.075Z Actions: Completed 6 actions in 0.00 seconds.
2002024-11-01T21:37:30.075Z Done
2012024-11-01T21:37:30.075Z Done
2022024-11-01T21:37:30.177Z Done
2032024-11-01T21:37:33.661Z Done
2042024-11-01T21:37:33.750Z Done
2052024-11-01T21:37:33.752Z Done
2062024-11-01T21:37:33.861Z Done
2072024-11-01T21:37:34.297ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082024-11-01T21:37:34.297Zclang system 15 system
2092024-11-01T21:37:34.297Zcsh system system illumos
2102024-11-01T21:37:34.297Zctags system system illumos
2112024-11-01T21:37:34.297Zgcc vendor 12 vendor
2122024-11-01T21:37:34.297Zgcc system 10 system
2132024-11-01T21:37:34.298Zgcc system 7 system
2142024-11-01T21:37:34.298Zgo system 1.20 system
2152024-11-01T21:37:34.298Zgo system 1.19 system
2162024-11-01T21:37:34.298Zllvm system 15 system
2172024-11-01T21:37:34.298Zllvm system 14 system
2182024-11-01T21:37:34.298Zmariadb system 10.6 system
2192024-11-01T21:37:34.298Zmta vendor vendor dma
2202024-11-01T21:37:34.298Zopenjdk system 17 system
2212024-11-01T21:37:34.298Zopenjdk system 11 system
2222024-11-01T21:37:34.298Zopenjdk system 1.8 system
2232024-11-01T21:37:34.298Zopenssl vendor 3 vendor
2242024-11-01T21:37:34.298Zperl system 5.36 system
2252024-11-01T21:37:34.298Zpostgresql system 15 system
2262024-11-01T21:37:34.298Zpostgresql system 13 system
2272024-11-01T21:37:34.298Zpython vendor 3 vendor
2282024-11-01T21:37:34.298Zpython system 2 system
2292024-11-01T21:37:34.298Zpython3 system 3.11 system
2302024-11-01T21:37:34.298Zruby system 3.0 system
2312024-11-01T21:37:34.298Zwords vendor vendor american-english
2322024-11-01T21:37:34.298Zwords system system australian-english
2332024-11-01T21:37:34.298Zwords system system british-english
2342024-11-01T21:37:34.298Zwords system system canadian-english
2352024-11-01T21:37:34.298Zwords system system french
2362024-11-01T21:37:34.298Zwords system system italian
2372024-11-01T21:37:34.298Zwords system system ngerman
2382024-11-01T21:37:34.298Zwords system system ogerman
2392024-11-01T21:37:34.298Zwords system system spanish
2402024-11-01T21:37:34.627ZPUBLISHER TYPE STATUS P LOCATION
2412024-11-01T21:37:34.627Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422024-11-01T21:37:37.014ZFMRI IFO
2432024-11-01T21:37:37.014Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442024-11-01T21:37:37.014Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452024-11-01T21:37:37.014Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462024-11-01T21:37:37.014Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472024-11-01T21:37:37.014Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482024-11-01T21:37:37.014Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492024-11-01T21:37:37.014Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2502024-11-01T21:37:37.014Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512024-11-01T21:37:37.014Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522024-11-01T21:37:37.014Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2532024-11-01T21:37:37.014Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2542024-11-01T21:37:37.014Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552024-11-01T21:37:37.014Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2562024-11-01T21:37:37.014Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2572024-11-01T21:37:37.014Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582024-11-01T21:37:37.686Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592024-11-01T21:37:37.937Z Updating crates.io index
2602024-11-01T21:37:37.939Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2612024-11-01T21:37:38.724Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2622024-11-01T21:37:38.995Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632024-11-01T21:37:39.230Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642024-11-01T21:37:39.529Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652024-11-01T21:37:40.403Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662024-11-01T21:37:42.763Z Updating git repository `https://github.com/oxidecomputer/opte`
2672024-11-01T21:37:43.718Z Updating git repository `https://github.com/oxidecomputer/falcon`
2682024-11-01T21:37:44.509Z Updating git repository `https://github.com/oxidecomputer/clickward`
2692024-11-01T21:37:44.770Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702024-11-01T21:37:45.021Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712024-11-01T21:37:45.606Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2722024-11-01T21:37:45.981Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2732024-11-01T21:37:46.295Z Updating git repository `https://github.com/oxidecomputer/tofino`
2742024-11-01T21:37:46.541Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2752024-11-01T21:37:46.803Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2762024-11-01T21:37:47.056Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2772024-11-01T21:37:47.368Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782024-11-01T21:37:47.715Z Updating git repository `https://github.com/oxidecomputer/ispf`
2792024-11-01T21:37:48.074Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2802024-11-01T21:37:48.411Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2812024-11-01T21:37:48.874Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822024-11-01T21:37:49.206Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832024-11-01T21:37:49.609Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2842024-11-01T21:37:50.041Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852024-11-01T21:37:50.403Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862024-11-01T21:37:50.659Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872024-11-01T21:37:51.943Z Downloading crates ...
2882024-11-01T21:37:52.052Z Downloaded pretty-hex v0.4.1
2892024-11-01T21:37:52.060Z Downloaded equivalent v1.0.1
2902024-11-01T21:37:52.062Z Downloaded cargo-platform v0.1.8
2912024-11-01T21:37:52.062Z Downloaded anstyle-query v1.1.1
2922024-11-01T21:37:52.064Z Downloaded byteorder v1.5.0
2932024-11-01T21:37:52.067Z Downloaded anstyle v1.0.8
2942024-11-01T21:37:52.070Z Downloaded usdt-macro v0.5.0
2952024-11-01T21:37:52.070Z Downloaded usdt v0.5.0
2962024-11-01T21:37:52.070Z Downloaded smawk v0.3.2
2972024-11-01T21:37:52.072Z Downloaded fnv v1.0.7
2982024-11-01T21:37:52.072Z Downloaded usdt-attr-macro v0.5.0
2992024-11-01T21:37:52.072Z Downloaded colorchoice v1.0.2
3002024-11-01T21:37:52.074Z Downloaded memmap v0.7.0
3012024-11-01T21:37:52.077Z Downloaded itoa v1.0.11
3022024-11-01T21:37:52.079Z Downloaded heck v0.5.0
3032024-11-01T21:37:52.081Z Downloaded pest_generator v2.7.14
3042024-11-01T21:37:52.081Z Downloaded digest v0.10.7
3052024-11-01T21:37:52.083Z Downloaded unicode-linebreak v0.1.5
3062024-11-01T21:37:52.083Z Downloaded anstyle-parse v0.2.5
3072024-11-01T21:37:52.085Z Downloaded block-buffer v0.10.4
3082024-11-01T21:37:52.088Z Downloaded clap_derive v4.5.18
3092024-11-01T21:37:52.090Z Downloaded cfg-if v1.0.0
3102024-11-01T21:37:52.093Z Downloaded tempfile v3.13.0
3112024-11-01T21:37:52.096Z Downloaded typenum v1.17.0
3122024-11-01T21:37:52.098Z Downloaded log v0.4.22
3132024-11-01T21:37:52.108Z Downloaded serde_spanned v0.6.8
3142024-11-01T21:37:52.108Z Downloaded scroll v0.12.0
3152024-11-01T21:37:52.108Z Downloaded bitflags v2.6.0
3162024-11-01T21:37:52.108Z Downloaded toml v0.8.19
3172024-11-01T21:37:52.111Z Downloaded papergrid v0.11.0
3182024-11-01T21:37:52.114Z Downloaded proc-macro2 v1.0.87
3192024-11-01T21:37:52.116Z Downloaded serde v1.0.210
3202024-11-01T21:37:52.120Z Downloaded autocfg v1.4.0
3212024-11-01T21:37:52.122Z Downloaded cargo_toml v0.20.5
3222024-11-01T21:37:52.125Z Downloaded anstream v0.6.15
3232024-11-01T21:37:52.127Z Downloaded anyhow v1.0.92
3242024-11-01T21:37:52.130Z Downloaded camino v1.1.9
3252024-11-01T21:37:52.132Z Downloaded bytecount v0.6.8
3262024-11-01T21:37:52.135Z Downloaded cargo_metadata v0.18.1
3272024-11-01T21:37:52.135Z Downloaded camino-tempfile v1.1.1
3282024-11-01T21:37:52.141Z Downloaded scroll_derive v0.12.0
3292024-11-01T21:37:52.143Z Downloaded dtrace-parser v0.2.0
3302024-11-01T21:37:52.152Z Downloaded swrite v0.1.0
3312024-11-01T21:37:52.156Z Downloaded winnow v0.6.20
3322024-11-01T21:37:52.164Z Downloaded terminal_size v0.4.0
3332024-11-01T21:37:52.166Z Downloaded macaddr v1.0.1
3342024-11-01T21:37:52.166Z Downloaded heck v0.4.1
3352024-11-01T21:37:52.169Z Downloaded dof v0.3.0
3362024-11-01T21:37:52.169Z Downloaded crypto-common v0.1.6
3372024-11-01T21:37:52.171Z Downloaded cpufeatures v0.2.14
3382024-11-01T21:37:52.171Z Downloaded generic-array v0.14.7
3392024-11-01T21:37:52.174Z Downloaded version_check v0.9.5
3402024-11-01T21:37:52.174Z Downloaded proc-macro-error-attr v1.0.4
3412024-11-01T21:37:52.176Z Downloaded plain v0.2.3
3422024-11-01T21:37:52.176Z Downloaded errno v0.3.9
3432024-11-01T21:37:52.178Z Downloaded clap_lex v0.7.2
3442024-11-01T21:37:52.178Z Downloaded thread-id v4.2.2
3452024-11-01T21:37:52.181Z Downloaded goblin v0.8.2
3462024-11-01T21:37:52.184Z Downloaded toml_datetime v0.6.8
3472024-11-01T21:37:52.186Z Downloaded thiserror v1.0.64
3482024-11-01T21:37:52.190Z Downloaded utf8parse v0.2.2
3492024-11-01T21:37:52.192Z Downloaded thiserror-impl v1.0.64
3502024-11-01T21:37:52.192Z Downloaded usdt-impl v0.5.0
3512024-11-01T21:37:52.194Z Downloaded tabled_derive v0.7.0
3522024-11-01T21:37:52.194Z Downloaded sha2 v0.10.8
3532024-11-01T21:37:52.197Z Downloaded strsim v0.11.1
3542024-11-01T21:37:52.199Z Downloaded semver v1.0.23
3552024-11-01T21:37:52.201Z Downloaded proc-macro-error v1.0.4
3562024-11-01T21:37:52.203Z Downloaded quote v1.0.37
3572024-11-01T21:37:52.205Z Downloaded serde_tokenstream v0.2.2
3582024-11-01T21:37:52.208Z Downloaded is_terminal_polyfill v1.70.1
3592024-11-01T21:37:52.208Z Downloaded once_cell v1.20.2
3602024-11-01T21:37:52.210Z Downloaded pest_derive v2.7.14
3612024-11-01T21:37:52.212Z Downloaded fs-err v2.11.0
3622024-11-01T21:37:52.215Z Downloaded zerocopy-derive v0.7.35
3632024-11-01T21:37:52.217Z Downloaded ryu v1.0.18
3642024-11-01T21:37:52.220Z Downloaded fastrand v2.1.1
3652024-11-01T21:37:52.222Z Downloaded unicode-ident v1.0.13
3662024-11-01T21:37:52.225Z Downloaded ucd-trie v0.1.7
3672024-11-01T21:37:52.227Z Downloaded textwrap v0.16.1
3682024-11-01T21:37:52.230Z Downloaded serde_derive v1.0.210
3692024-11-01T21:37:52.232Z Downloaded pest_meta v2.7.14
3702024-11-01T21:37:52.242Z Downloaded clap v4.5.20
3712024-11-01T21:37:52.251Z Downloaded indexmap v2.6.0
3722024-11-01T21:37:52.255Z Downloaded memchr v2.7.4
3732024-11-01T21:37:52.260Z Downloaded toml_edit v0.22.22
3742024-11-01T21:37:52.280Z Downloaded syn v1.0.109
3752024-11-01T21:37:52.298Z Downloaded pest v2.7.14
3762024-11-01T21:37:52.305Z Downloaded hashbrown v0.15.0
3772024-11-01T21:37:52.309Z Downloaded clap_builder v4.5.20
3782024-11-01T21:37:52.316Z Downloaded zerocopy v0.7.35
3792024-11-01T21:37:52.331Z Downloaded serde_json v1.0.128
3802024-11-01T21:37:52.345Z Downloaded tabled v0.15.0
3812024-11-01T21:37:52.360Z Downloaded syn v2.0.79
3822024-11-01T21:37:52.371Z Downloaded unicode-width v0.1.14
3832024-11-01T21:37:52.383Z Downloaded rustix v0.38.37
3842024-11-01T21:37:52.421Z Downloaded libc v0.2.161
3852024-11-01T21:37:52.725Z Compiling proc-macro2 v1.0.87
3862024-11-01T21:37:52.725Z Compiling unicode-ident v1.0.13
3872024-11-01T21:37:52.728Z Compiling serde v1.0.210
3882024-11-01T21:37:52.728Z Compiling version_check v0.9.5
3892024-11-01T21:37:52.728Z Compiling thiserror v1.0.64
3902024-11-01T21:37:52.728Z Compiling memchr v2.7.4
3912024-11-01T21:37:52.758Z Compiling libc v0.2.161
3922024-11-01T21:37:52.761Z Compiling itoa v1.0.11
3932024-11-01T21:37:52.980Z Compiling ryu v1.0.18
3942024-11-01T21:37:53.038Z Compiling ucd-trie v0.1.7
3952024-11-01T21:37:53.326Z Compiling once_cell v1.20.2
3962024-11-01T21:37:53.619Z Compiling byteorder v1.5.0
3972024-11-01T21:37:53.622Z Compiling rustix v0.38.37
3982024-11-01T21:37:53.743Z Compiling serde_json v1.0.128
3992024-11-01T21:37:54.087Z Compiling bitflags v2.6.0
4002024-11-01T21:37:54.165Z Compiling usdt-impl v0.5.0
4012024-11-01T21:37:54.492Z Compiling proc-macro-error-attr v1.0.4
4022024-11-01T21:37:54.535Z Compiling syn v1.0.109
4032024-11-01T21:37:54.577Z Compiling proc-macro-error v1.0.4
4042024-11-01T21:37:54.625Z Compiling log v0.4.22
4052024-11-01T21:37:54.670Z Compiling quote v1.0.37
4062024-11-01T21:37:54.867Z Compiling errno v0.3.9
4072024-11-01T21:37:54.893Z Compiling hashbrown v0.15.0
4082024-11-01T21:37:55.018Z Compiling utf8parse v0.2.2
4092024-11-01T21:37:55.114Z Compiling syn v2.0.79
4102024-11-01T21:37:55.190Z Compiling equivalent v1.0.1
4112024-11-01T21:37:55.240Z Compiling plain v0.2.3
4122024-11-01T21:37:55.308Z Compiling camino v1.1.9
4132024-11-01T21:37:55.365Z Compiling thread-id v4.2.2
4142024-11-01T21:37:55.442Z Compiling anstyle-parse v0.2.5
4152024-11-01T21:37:55.774Z Compiling is_terminal_polyfill v1.70.1
4162024-11-01T21:37:55.910Z Compiling anstyle-query v1.1.1
4172024-11-01T21:37:55.977Z Compiling unicode-width v0.1.14
4182024-11-01T21:37:56.014Z Compiling indexmap v2.6.0
4192024-11-01T21:37:56.078Z Compiling autocfg v1.4.0
4202024-11-01T21:37:56.103Z Compiling pretty-hex v0.4.1
4212024-11-01T21:37:56.318Z Compiling anstyle v1.0.8
4222024-11-01T21:37:56.342Z Compiling semver v1.0.23
4232024-11-01T21:37:56.498Z Compiling winnow v0.6.20
4242024-11-01T21:37:56.785Z Compiling colorchoice v1.0.2
4252024-11-01T21:37:56.943Z Compiling anstream v0.6.15
4262024-11-01T21:37:57.149Z Compiling fs-err v2.11.0
4272024-11-01T21:37:57.251Z Compiling fastrand v2.1.1
4282024-11-01T21:37:57.424Z Compiling terminal_size v0.4.0
4292024-11-01T21:37:57.457Z Compiling fnv v1.0.7
4302024-11-01T21:37:57.610Z Compiling cfg-if v1.0.0
4312024-11-01T21:37:57.646Z Compiling clap_lex v0.7.2
4322024-11-01T21:37:57.708Z Compiling heck v0.5.0
4332024-11-01T21:37:57.750Z Compiling anyhow v1.0.92
4342024-11-01T21:37:57.759Z Compiling strsim v0.11.1
4352024-11-01T21:37:58.208Z Compiling heck v0.4.1
4362024-11-01T21:37:58.375Z Compiling bytecount v0.6.8
4372024-11-01T21:37:58.514Z Compiling tempfile v3.13.0
4382024-11-01T21:37:58.600Z Compiling papergrid v0.11.0
4392024-11-01T21:37:58.674Z Compiling clap_builder v4.5.20
4402024-11-01T21:37:59.003Z Compiling memmap v0.7.0
4412024-11-01T21:37:59.050Z Compiling smawk v0.3.2
4422024-11-01T21:37:59.288Z Compiling unicode-linebreak v0.1.5
4432024-11-01T21:37:59.794Z Compiling textwrap v0.16.1
4442024-11-01T21:37:59.979Z Compiling swrite v0.1.0
4452024-11-01T21:38:00.819Z Compiling tabled_derive v0.7.0
4462024-11-01T21:38:02.340Z Compiling tabled v0.15.0
4472024-11-01T21:38:03.294Z Compiling serde_derive v1.0.210
4482024-11-01T21:38:03.297Z Compiling thiserror-impl v1.0.64
4492024-11-01T21:38:03.297Z Compiling zerocopy-derive v0.7.35
4502024-11-01T21:38:03.360Z Compiling scroll_derive v0.12.0
4512024-11-01T21:38:03.858Z Compiling clap_derive v4.5.18
4522024-11-01T21:38:04.828Z Compiling scroll v0.12.0
4532024-11-01T21:38:05.292Z Compiling goblin v0.8.2
4542024-11-01T21:38:05.365Z Compiling zerocopy v0.7.35
4552024-11-01T21:38:06.032Z Compiling pest v2.7.14
4562024-11-01T21:38:07.495Z Compiling clap v4.5.20
4572024-11-01T21:38:08.284Z Compiling pest_meta v2.7.14
4582024-11-01T21:38:09.193Z Compiling pest_generator v2.7.14
4592024-11-01T21:38:10.840Z Compiling pest_derive v2.7.14
4602024-11-01T21:38:11.584Z Compiling dtrace-parser v0.2.0
4612024-11-01T21:38:13.343Z Compiling serde_tokenstream v0.2.2
4622024-11-01T21:38:13.362Z Compiling serde_spanned v0.6.8
4632024-11-01T21:38:13.362Z Compiling toml_datetime v0.6.8
4642024-11-01T21:38:13.715Z Compiling cargo-platform v0.1.8
4652024-11-01T21:38:13.742Z Compiling toml_edit v0.22.22
4662024-11-01T21:38:13.939Z Compiling macaddr v1.0.1
4672024-11-01T21:38:13.972Z Compiling camino-tempfile v1.1.1
4682024-11-01T21:38:14.857Z Compiling dof v0.3.0
4692024-11-01T21:38:14.877Z Compiling cargo_metadata v0.18.1
4702024-11-01T21:38:16.521Z Compiling toml v0.8.19
4712024-11-01T21:38:16.602Z Compiling usdt-attr-macro v0.5.0
4722024-11-01T21:38:16.605Z Compiling usdt-macro v0.5.0
4732024-11-01T21:38:17.390Z Compiling cargo_toml v0.20.5
4742024-11-01T21:38:17.968Z Compiling usdt v0.5.0
4752024-11-01T21:38:20.849Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4762024-11-01T21:38:24.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.19s
4772024-11-01T21:38:24.943Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4782024-11-01T21:38:25.448Z Downloading crates ...
4792024-11-01T21:38:25.566Z Downloaded aead v0.5.2
4802024-11-01T21:38:25.569Z Downloaded assert_matches v1.5.0
4812024-11-01T21:38:25.571Z Downloaded arrayref v0.3.9
4822024-11-01T21:38:25.575Z Downloaded addr2line v0.24.2
4832024-11-01T21:38:25.578Z Downloaded arc-swap v1.7.1
4842024-11-01T21:38:25.583Z Downloaded atty v0.2.14
4852024-11-01T21:38:25.587Z Downloaded data-encoding v2.6.0
4862024-11-01T21:38:25.589Z Downloaded darling_macro v0.20.10
4872024-11-01T21:38:25.589Z Downloaded cfg_aliases v0.1.1
4882024-11-01T21:38:25.589Z Downloaded async-stream-impl v0.3.6
4892024-11-01T21:38:25.593Z Downloaded hmac v0.12.1
4902024-11-01T21:38:25.595Z Downloaded libloading v0.8.5
4912024-11-01T21:38:25.598Z Downloaded convert_case v0.4.0
4922024-11-01T21:38:25.601Z Downloaded chacha20 v0.9.1
4932024-11-01T21:38:25.606Z Downloaded cstr-argument v0.1.2
4942024-11-01T21:38:25.606Z Downloaded async-recursion v1.1.1
4952024-11-01T21:38:25.609Z Downloaded cipher v0.4.4
4962024-11-01T21:38:25.609Z Downloaded hyper-tls v0.6.0
4972024-11-01T21:38:25.612Z Downloaded hubpack v0.1.2
4982024-11-01T21:38:25.615Z Downloaded http-range v0.1.5
4992024-11-01T21:38:25.615Z Downloaded newline-converter v0.3.0
5002024-11-01T21:38:25.617Z Downloaded ipnetwork v0.20.0
5012024-11-01T21:38:25.620Z Downloaded libefi-sys v0.1.0
5022024-11-01T21:38:25.620Z Downloaded curve25519-dalek-derive v0.1.1
5032024-11-01T21:38:25.623Z Downloaded linear-map v1.2.0
5042024-11-01T21:38:25.625Z Downloaded nanorand v0.7.0
5052024-11-01T21:38:25.628Z Downloaded maybe-uninit v2.0.0
5062024-11-01T21:38:25.628Z Downloaded lalrpop-util v0.19.12
5072024-11-01T21:38:25.630Z Downloaded nibble_vec v0.1.0
5082024-11-01T21:38:25.632Z Downloaded maplit v1.0.2
5092024-11-01T21:38:25.632Z Downloaded cbc v0.1.2
5102024-11-01T21:38:25.635Z Downloaded ahash v0.8.11
5112024-11-01T21:38:25.637Z Downloaded mime_guess v2.0.5
5122024-11-01T21:38:25.639Z Downloaded inout v0.1.3
5132024-11-01T21:38:25.642Z Downloaded async-stream v0.3.6
5142024-11-01T21:38:25.644Z Downloaded indexmap v1.9.3
5152024-11-01T21:38:25.647Z Downloaded mockall_derive v0.13.0
5162024-11-01T21:38:25.650Z Downloaded memmap2 v0.9.5
5172024-11-01T21:38:25.652Z Downloaded rand_seeder v0.3.0
5182024-11-01T21:38:25.655Z Downloaded hubpack_derive v0.1.1
5192024-11-01T21:38:25.658Z Downloaded adler2 v2.0.0
5202024-11-01T21:38:25.661Z Downloaded miniz_oxide v0.8.0
5212024-11-01T21:38:25.663Z Downloaded hickory-server v0.24.1
5222024-11-01T21:38:25.668Z Downloaded instant v0.1.13
5232024-11-01T21:38:25.671Z Downloaded compact_str v0.8.0
5242024-11-01T21:38:25.675Z Downloaded is_ci v1.2.0
5252024-11-01T21:38:25.678Z Downloaded ident_case v1.0.1
5262024-11-01T21:38:25.678Z Downloaded array-init v0.0.4
5272024-11-01T21:38:25.681Z Downloaded indent_write v2.2.0
5282024-11-01T21:38:25.683Z Downloaded httpdate v1.0.3
5292024-11-01T21:38:25.683Z Downloaded home v0.5.9
5302024-11-01T21:38:25.686Z Downloaded crucible-workspace-hack v0.1.0
5312024-11-01T21:38:25.686Z Downloaded async-bb8-diesel v0.2.1
5322024-11-01T21:38:25.688Z Downloaded bytes v1.7.2
5332024-11-01T21:38:25.693Z Downloaded md5 v0.7.0
5342024-11-01T21:38:25.696Z Downloaded indoc v1.0.9
5352024-11-01T21:38:25.698Z Downloaded try-lock v0.2.5
5362024-11-01T21:38:25.701Z Downloaded new_debug_unreachable v1.0.6
5372024-11-01T21:38:25.701Z Downloaded match_cfg v0.1.0
5382024-11-01T21:38:25.703Z Downloaded newtype_derive v0.1.6
5392024-11-01T21:38:25.706Z Downloaded sync_wrapper v1.0.1
5402024-11-01T21:38:25.706Z Downloaded rustls-pemfile v1.0.4
5412024-11-01T21:38:25.708Z Downloaded rustc_version v0.4.1
5422024-11-01T21:38:25.710Z Downloaded instability v0.3.2
5432024-11-01T21:38:25.713Z Downloaded lazycell v1.3.0
5442024-11-01T21:38:25.715Z Downloaded const_format v0.2.33
5452024-11-01T21:38:25.719Z Downloaded itertools v0.10.5
5462024-11-01T21:38:25.727Z Downloaded which v4.4.2
5472024-11-01T21:38:25.729Z Downloaded argon2 v0.5.3
5482024-11-01T21:38:25.731Z Downloaded kstat-rs v0.2.4
5492024-11-01T21:38:25.734Z Downloaded sqlformat v0.2.6
5502024-11-01T21:38:25.736Z Downloaded spin v0.5.2
5512024-11-01T21:38:25.739Z Downloaded bitflags v1.3.2
5522024-11-01T21:38:25.741Z Downloaded derive_builder_macro v0.20.2
5532024-11-01T21:38:25.744Z Downloaded mockall v0.13.0
5542024-11-01T21:38:25.744Z Downloaded md-5 v0.10.6
5552024-11-01T21:38:25.746Z Downloaded multimap v0.10.0
5562024-11-01T21:38:25.748Z Downloaded newtype-uuid v1.1.2
5572024-11-01T21:38:25.750Z Downloaded managed v0.8.0
5582024-11-01T21:38:25.753Z Downloaded chrono-tz-build v0.4.0
5592024-11-01T21:38:25.753Z Downloaded cexpr v0.6.0
5602024-11-01T21:38:25.755Z Downloaded bcrypt-pbkdf v0.10.0
5612024-11-01T21:38:25.758Z Downloaded const_format_proc_macros v0.2.33
5622024-11-01T21:38:25.761Z Downloaded ipnet v2.10.1
5632024-11-01T21:38:25.763Z Downloaded crc-catalog v2.4.0
5642024-11-01T21:38:25.763Z Downloaded spki v0.7.3
5652024-11-01T21:38:25.765Z Downloaded ciborium-ll v0.2.2
5662024-11-01T21:38:25.767Z Downloaded jobserver v0.1.32
5672024-11-01T21:38:25.770Z Downloaded hyper-staticfile v0.10.1
5682024-11-01T21:38:25.772Z Downloaded termios v0.3.3
5692024-11-01T21:38:25.775Z Downloaded cobs v0.2.3
5702024-11-01T21:38:25.777Z Downloaded slog-async v2.8.0
5712024-11-01T21:38:25.779Z Downloaded cfg_aliases v0.2.1
5722024-11-01T21:38:25.779Z Downloaded bitfield v0.14.0
5732024-11-01T21:38:25.782Z Downloaded zeroize_derive v1.4.2
5742024-11-01T21:38:25.784Z Downloaded highway v1.2.0
5752024-11-01T21:38:25.786Z Downloaded zeroize v1.8.1
5762024-11-01T21:38:25.789Z Downloaded utf-8 v0.7.6
5772024-11-01T21:38:25.789Z Downloaded serde_plain v1.0.2
5782024-11-01T21:38:25.791Z Downloaded phf_shared v0.10.0
5792024-11-01T21:38:25.794Z Downloaded serde_path_to_error v0.1.16
5802024-11-01T21:38:25.794Z Downloaded scheduled-thread-pool v0.2.7
5812024-11-01T21:38:25.796Z Downloaded same-file v1.0.6
5822024-11-01T21:38:25.799Z Downloaded display-error-chain v0.2.2
5832024-11-01T21:38:25.801Z Downloaded tokio-rustls v0.26.0
5842024-11-01T21:38:25.804Z Downloaded crc32fast v1.4.2
5852024-11-01T21:38:25.804Z Downloaded tracing-attributes v0.1.27
5862024-11-01T21:38:25.808Z Downloaded cancel-safe-futures v0.1.5
5872024-11-01T21:38:25.812Z Downloaded async-trait v0.1.83
5882024-11-01T21:38:25.816Z Downloaded ciborium v0.2.2
5892024-11-01T21:38:25.820Z Downloaded futures-macro v0.3.31
5902024-11-01T21:38:25.822Z Downloaded futures-io v0.3.31
5912024-11-01T21:38:25.822Z Downloaded spin v0.9.8
5922024-11-01T21:38:25.825Z Downloaded constant_time_eq v0.3.1
5932024-11-01T21:38:25.829Z Downloaded rpassword v7.3.1
5942024-11-01T21:38:25.835Z Downloaded serde-big-array v0.5.1
5952024-11-01T21:38:25.835Z Downloaded either v1.13.0
5962024-11-01T21:38:25.835Z Downloaded dsl_auto_type v0.1.2
5972024-11-01T21:38:25.841Z Downloaded hash32 v0.3.1
5982024-11-01T21:38:25.841Z Downloaded der_derive v0.7.3
5992024-11-01T21:38:25.841Z Downloaded hash32 v0.2.1
6002024-11-01T21:38:25.843Z Downloaded tui-tree-widget v0.22.0
6012024-11-01T21:38:25.843Z Downloaded sigpipe v0.1.3
6022024-11-01T21:38:25.843Z Downloaded slog v2.7.0
6032024-11-01T21:38:25.846Z Downloaded parse-display v0.10.0
6042024-11-01T21:38:25.850Z Downloaded phf_generator v0.11.2
6052024-11-01T21:38:25.853Z Downloaded quick-error v1.2.3
6062024-11-01T21:38:25.853Z Downloaded ff v0.13.0
6072024-11-01T21:38:25.856Z Downloaded toolchain_find v0.4.0
6082024-11-01T21:38:25.856Z Downloaded psl-types v2.0.11
6092024-11-01T21:38:25.856Z Downloaded des v0.8.1
6102024-11-01T21:38:25.859Z Downloaded tokio-stream v0.1.16
6112024-11-01T21:38:25.864Z Downloaded vte_generate_state_changes v0.1.2
6122024-11-01T21:38:25.867Z Downloaded num-integer v0.1.46
6132024-11-01T21:38:25.869Z Downloaded fixedbitset v0.4.2
6142024-11-01T21:38:25.869Z Downloaded env_logger v0.11.5
6152024-11-01T21:38:25.873Z Downloaded progenitor v0.8.0
6162024-11-01T21:38:25.876Z Downloaded crossbeam-utils v0.8.20
6172024-11-01T21:38:25.880Z Downloaded const-oid v0.9.6
6182024-11-01T21:38:25.882Z Downloaded crc-any v2.5.0
6192024-11-01T21:38:25.885Z Downloaded clang-sys v1.8.1
6202024-11-01T21:38:25.887Z Downloaded foreign-types v0.3.2
6212024-11-01T21:38:25.890Z Downloaded semver v0.1.20
6222024-11-01T21:38:25.890Z Downloaded salsa20 v0.10.2
6232024-11-01T21:38:25.892Z Downloaded uuid v1.10.0
6242024-11-01T21:38:25.895Z Downloaded number_prefix v0.4.0
6252024-11-01T21:38:25.897Z Downloaded ron v0.8.1
6262024-11-01T21:38:25.903Z Downloaded num-conv v0.1.0
6272024-11-01T21:38:25.905Z Downloaded rfc6979 v0.4.0
6282024-11-01T21:38:25.908Z Downloaded pkcs8 v0.10.2
6292024-11-01T21:38:25.910Z Downloaded parse-size v1.1.0
6302024-11-01T21:38:25.913Z Downloaded secrecy v0.8.0
6312024-11-01T21:38:25.916Z Downloaded russh-keys v0.45.0
6322024-11-01T21:38:25.918Z Downloaded predicates-core v1.0.8
6332024-11-01T21:38:25.918Z Downloaded rusty-fork v0.3.0
6342024-11-01T21:38:25.920Z Downloaded russh-cryptovec v0.7.3
6352024-11-01T21:38:25.923Z Downloaded debug-ignore v1.0.5
6362024-11-01T21:38:25.923Z Downloaded tap v1.0.1
6372024-11-01T21:38:25.925Z Downloaded signature v2.2.0
6382024-11-01T21:38:25.928Z Downloaded schemars v0.8.21
6392024-11-01T21:38:25.940Z Downloaded sqlparser_derive v0.2.2
6402024-11-01T21:38:25.945Z Downloaded shell-words v1.1.0
6412024-11-01T21:38:25.945Z Downloaded hex-literal v0.4.1
6422024-11-01T21:38:25.948Z Downloaded foldhash v0.1.3
6432024-11-01T21:38:25.948Z Downloaded ed25519 v2.2.3
6442024-11-01T21:38:25.948Z Downloaded unicase v2.7.0
6452024-11-01T21:38:25.950Z Downloaded chacha20poly1305 v0.10.1
6462024-11-01T21:38:25.953Z Downloaded take_mut v0.2.2
6472024-11-01T21:38:25.953Z Downloaded blake2 v0.10.6
6482024-11-01T21:38:25.955Z Downloaded dhcproto-macros v0.1.0
6492024-11-01T21:38:25.958Z Downloaded darling_core v0.20.10
6502024-11-01T21:38:25.963Z Downloaded float-cmp v0.9.0
6512024-11-01T21:38:25.965Z Downloaded flagset v0.4.6
6522024-11-01T21:38:25.967Z Downloaded crossterm v0.28.1
6532024-11-01T21:38:25.975Z Downloaded precomputed-hash v0.1.1
6542024-11-01T21:38:25.977Z Downloaded phf_shared v0.11.2
6552024-11-01T21:38:25.980Z Downloaded rustfmt-wrapper v0.2.1
6562024-11-01T21:38:25.980Z Downloaded predicates-tree v1.0.11
6572024-11-01T21:38:25.983Z Downloaded parse-display-derive v0.10.0
6582024-11-01T21:38:25.983Z Downloaded packed_struct_codegen v0.10.1
6592024-11-01T21:38:25.985Z Downloaded openssl-macros v0.1.1
6602024-11-01T21:38:25.985Z Downloaded oso-derive v0.27.3
6612024-11-01T21:38:25.988Z Downloaded openssl-probe v0.1.5
6622024-11-01T21:38:25.988Z Downloaded pretty-hex v0.2.1
6632024-11-01T21:38:25.990Z Downloaded shlex v1.3.0
6642024-11-01T21:38:25.990Z Downloaded rand_chacha v0.3.1
6652024-11-01T21:38:25.992Z Downloaded tokio-macros v2.4.0
6662024-11-01T21:38:25.995Z Downloaded structmeta-derive v0.3.0
6672024-11-01T21:38:25.995Z Downloaded string_cache v0.8.7
6682024-11-01T21:38:25.997Z Downloaded half v2.4.1
6692024-11-01T21:38:26.001Z Downloaded parking_lot v0.12.3
6702024-11-01T21:38:26.015Z Downloaded diesel-dtrace v0.3.0
6712024-11-01T21:38:26.017Z Downloaded structmeta-derive v0.2.0
6722024-11-01T21:38:26.020Z Downloaded snafu v0.8.5
6732024-11-01T21:38:26.025Z Downloaded fragile v2.0.0
6742024-11-01T21:38:26.028Z Downloaded aes v0.8.4
6752024-11-01T21:38:26.032Z Downloaded zone_cfg_derive v0.3.0
6762024-11-01T21:38:26.034Z Downloaded unarray v0.1.4
6772024-11-01T21:38:26.036Z Downloaded typify-macro v0.2.0
6782024-11-01T21:38:26.036Z Downloaded zone v0.1.8
6792024-11-01T21:38:26.039Z Downloaded zone_cfg_derive v0.1.2
6802024-11-01T21:38:26.039Z Downloaded path-slash v0.1.5
6812024-11-01T21:38:26.041Z Downloaded hex v0.4.3
6822024-11-01T21:38:26.043Z Downloaded heck v0.3.3
6832024-11-01T21:38:26.043Z Downloaded form_urlencoded v1.2.1
6842024-11-01T21:38:26.046Z Downloaded diff v0.1.13
6852024-11-01T21:38:26.048Z Downloaded ppv-lite86 v0.2.20
6862024-11-01T21:38:26.051Z Downloaded gethostname v0.5.0
6872024-11-01T21:38:26.053Z Downloaded polyval v0.6.2
6882024-11-01T21:38:26.055Z Downloaded dhcproto v0.12.0
6892024-11-01T21:38:26.058Z Downloaded similar v2.6.0
6902024-11-01T21:38:26.064Z Downloaded subtle v2.6.1
6912024-11-01T21:38:26.066Z Downloaded serde_urlencoded v0.7.1
6922024-11-01T21:38:26.069Z Downloaded downcast v0.11.0
6932024-11-01T21:38:26.071Z Downloaded tower-service v0.3.3
6942024-11-01T21:38:26.071Z Downloaded pin-utils v0.1.0
6952024-11-01T21:38:26.073Z Downloaded zip v0.6.6
6962024-11-01T21:38:26.078Z Downloaded twox-hash v1.6.3
6972024-11-01T21:38:26.081Z Downloaded deranged v0.3.11
6982024-11-01T21:38:26.083Z Downloaded defmt v0.3.8
6992024-11-01T21:38:26.086Z Downloaded libm v0.2.8
7002024-11-01T21:38:26.097Z Downloaded peg v0.8.4
7012024-11-01T21:38:26.101Z Downloaded pbkdf2 v0.11.0
7022024-11-01T21:38:26.104Z Downloaded pbkdf2 v0.12.2
7032024-11-01T21:38:26.106Z Downloaded postgres-types v0.2.8
7042024-11-01T21:38:26.109Z Downloaded poly1305 v0.8.0
7052024-11-01T21:38:26.113Z Downloaded xattr v1.3.1
7062024-11-01T21:38:26.116Z Downloaded wyz v0.5.1
7072024-11-01T21:38:26.121Z Downloaded tar v0.4.42
7082024-11-01T21:38:26.123Z Downloaded difflib v0.4.0
7092024-11-01T21:38:26.123Z Downloaded time-macros v0.2.18
7102024-11-01T21:38:26.124Z Downloaded derive_builder_core v0.20.2
7112024-11-01T21:38:26.126Z Downloaded ssh-encoding v0.2.0
7122024-11-01T21:38:26.129Z Downloaded embedded-io v0.4.0
7132024-11-01T21:38:26.131Z Downloaded pin-project-lite v0.2.14
7142024-11-01T21:38:26.137Z Downloaded rtoolbox v0.0.2
7152024-11-01T21:38:26.140Z Downloaded ref-cast v1.0.23
7162024-11-01T21:38:26.142Z Downloaded foreign-types-shared v0.3.1
7172024-11-01T21:38:26.145Z Downloaded foreign-types-shared v0.1.1
7182024-11-01T21:38:26.145Z Downloaded foreign-types-macros v0.2.3
7192024-11-01T21:38:26.147Z Downloaded opaque-debug v0.3.1
7202024-11-01T21:38:26.148Z Downloaded slog-scope v4.4.0
7212024-11-01T21:38:26.150Z Downloaded oso v0.27.3
7222024-11-01T21:38:26.153Z Downloaded phf_codegen v0.11.2
7232024-11-01T21:38:26.155Z Downloaded smallvec v1.13.2
7242024-11-01T21:38:26.157Z Downloaded tinyvec_macros v0.1.1
7252024-11-01T21:38:26.160Z Downloaded time-core v0.1.2
7262024-11-01T21:38:26.160Z Downloaded strum v0.26.3
7272024-11-01T21:38:26.163Z Downloaded primeorder v0.13.6
7282024-11-01T21:38:26.163Z Downloaded tokio-rustls v0.24.1
7292024-11-01T21:38:26.165Z Downloaded libxml v0.3.3
7302024-11-01T21:38:26.173Z Downloaded diesel_table_macro_syntax v0.2.0
7312024-11-01T21:38:26.175Z Downloaded ref-cast-impl v1.0.23
7322024-11-01T21:38:26.175Z Downloaded tungstenite v0.23.0
7332024-11-01T21:38:26.179Z Downloaded glob v0.3.1
7342024-11-01T21:38:26.182Z Downloaded ghash v0.5.1
7352024-11-01T21:38:26.184Z Downloaded getrandom v0.2.15
7362024-11-01T21:38:26.187Z Downloaded universal-hash v0.5.1
7372024-11-01T21:38:26.189Z Downloaded yasna v0.5.2
7382024-11-01T21:38:26.191Z Downloaded typify v0.2.0
7392024-11-01T21:38:26.194Z Downloaded itertools v0.13.0
7402024-11-01T21:38:26.202Z Downloaded sync_wrapper v0.1.2
7412024-11-01T21:38:26.204Z Downloaded aes-gcm v0.10.3
7422024-11-01T21:38:26.208Z Downloaded headers-core v0.3.0
7432024-11-01T21:38:26.210Z Downloaded structmeta v0.3.0
7442024-11-01T21:38:26.210Z Downloaded serde_with_macros v3.11.0
7452024-11-01T21:38:26.213Z Downloaded sec1 v0.7.3
7462024-11-01T21:38:26.215Z Downloaded peg-runtime v0.8.3
7472024-11-01T21:38:26.218Z Downloaded ssh-cipher v0.2.0
7482024-11-01T21:38:26.218Z Downloaded resolv-conf v0.7.0
7492024-11-01T21:38:26.220Z Downloaded password-hash v0.5.0
7502024-11-01T21:38:26.222Z Downloaded zerocopy v0.6.6
7512024-11-01T21:38:26.224Z Downloaded fxhash v0.2.1
7522024-11-01T21:38:26.227Z Downloaded enum-as-inner v0.5.1
7532024-11-01T21:38:26.227Z Downloaded olpc-cjson v0.1.4
7542024-11-01T21:38:26.230Z Downloaded reedline v0.35.0
7552024-11-01T21:38:26.237Z Downloaded unicode-xid v0.2.6
7562024-11-01T21:38:26.239Z Downloaded enum-as-inner v0.6.1
7572024-11-01T21:38:26.241Z Downloaded embedded-io v0.6.1
7582024-11-01T21:38:26.244Z Downloaded dirs-sys-next v0.1.2
7592024-11-01T21:38:26.244Z Downloaded scopeguard v1.2.0
7602024-11-01T21:38:26.247Z Downloaded rustversion v1.0.17
7612024-11-01T21:38:26.250Z Downloaded dirs-next v2.0.0
7622024-11-01T21:38:26.250Z Downloaded tabwriter v1.4.0
7632024-11-01T21:38:26.252Z Downloaded scrypt v0.11.0
7642024-11-01T21:38:26.254Z Downloaded quinn-udp v0.5.5
7652024-11-01T21:38:26.254Z Downloaded hkdf v0.12.4
7662024-11-01T21:38:26.257Z Downloaded toml_edit v0.19.15
7672024-11-01T21:38:26.276Z Downloaded normalize-line-endings v0.3.0
7682024-11-01T21:38:26.278Z Downloaded futures-task v0.3.31
7692024-11-01T21:38:26.278Z Downloaded supports-color v3.0.1
7702024-11-01T21:38:26.281Z Downloaded structmeta v0.2.0
7712024-11-01T21:38:26.281Z Downloaded strip-ansi-escapes v0.2.0
7722024-11-01T21:38:26.283Z Downloaded tokio-tungstenite v0.23.1
7732024-11-01T21:38:26.285Z Downloaded foreign-types v0.5.0
7742024-11-01T21:38:26.285Z Downloaded tokio-tungstenite v0.21.0
7752024-11-01T21:38:26.288Z Downloaded value-bag v1.9.0
7762024-11-01T21:38:26.291Z Downloaded unicode-truncate v1.1.0
7772024-11-01T21:38:26.293Z Downloaded aho-corasick v1.1.3
7782024-11-01T21:38:26.299Z Downloaded stringprep v0.1.5
7792024-11-01T21:38:26.302Z Downloaded vergen v8.3.2
7802024-11-01T21:38:26.304Z Downloaded topological-sort v0.2.2
7812024-11-01T21:38:26.306Z Downloaded waitgroup v0.1.2
7822024-11-01T21:38:26.308Z Downloaded serde-hex v0.1.0
7832024-11-01T21:38:26.309Z Downloaded slog-term v2.9.1
7842024-11-01T21:38:26.311Z Downloaded ena v0.14.3
7852024-11-01T21:38:26.313Z Downloaded untrusted v0.9.0
7862024-11-01T21:38:26.316Z Downloaded untrusted v0.7.1
7872024-11-01T21:38:26.318Z Downloaded r2d2 v0.8.10
7882024-11-01T21:38:26.318Z Downloaded displaydoc v0.2.5
7892024-11-01T21:38:26.321Z Downloaded futures v0.3.31
7902024-11-01T21:38:26.326Z Downloaded vsss-rs v3.3.4
7912024-11-01T21:38:26.330Z Downloaded fallible-iterator v0.3.0
7922024-11-01T21:38:26.332Z Downloaded progenitor-macro v0.8.0
7932024-11-01T21:38:26.332Z Downloaded futures-sink v0.3.31
7942024-11-01T21:38:26.335Z Downloaded strum_macros v0.26.4
7952024-11-01T21:38:26.343Z Downloaded num v0.4.3
7962024-11-01T21:38:26.343Z Downloaded reqwest v0.11.27
7972024-11-01T21:38:26.346Z Downloaded proc-macro-crate v1.3.1
7982024-11-01T21:38:26.349Z Downloaded pin-project-internal v1.1.6
7992024-11-01T21:38:26.351Z Downloaded funty v2.0.0
8002024-11-01T21:38:26.351Z Downloaded phf v0.11.2
8012024-11-01T21:38:26.354Z Downloaded slog-envlogger v2.2.0
8022024-11-01T21:38:26.354Z Downloaded nu-ansi-term v0.50.1
8032024-11-01T21:38:26.357Z Downloaded flate2 v1.0.34
8042024-11-01T21:38:26.363Z Downloaded fallible-streaming-iterator v0.1.9
8052024-11-01T21:38:26.365Z Downloaded percent-encoding v2.3.1
8062024-11-01T21:38:26.368Z Downloaded env_filter v0.1.2
8072024-11-01T21:38:26.368Z Downloaded radium v0.7.0
8082024-11-01T21:38:26.370Z Downloaded rand_xorshift v0.3.0
8092024-11-01T21:38:26.370Z Downloaded fallible-iterator v0.2.0
8102024-11-01T21:38:26.370Z Downloaded schemars_derive v0.8.21
8112024-11-01T21:38:26.372Z Downloaded static_assertions v1.1.0
8122024-11-01T21:38:26.375Z Downloaded stable_deref_trait v1.2.0
8132024-11-01T21:38:26.375Z Downloaded tokio-tungstenite v0.24.0
8142024-11-01T21:38:26.377Z Downloaded omicron-zone-package v0.11.1
8152024-11-01T21:38:26.381Z Downloaded owo-colors v4.1.0
8162024-11-01T21:38:26.383Z Downloaded typed-path v0.7.1
8172024-11-01T21:38:26.391Z Downloaded tls_codec v0.4.1
8182024-11-01T21:38:26.393Z Downloaded num-complex v0.4.6
8192024-11-01T21:38:26.396Z Downloaded pin-project v1.1.6
8202024-11-01T21:38:26.408Z Downloaded slog-dtrace v0.3.0
8212024-11-01T21:38:26.410Z Downloaded hyper v0.14.30
8222024-11-01T21:38:26.418Z Downloaded walkdir v2.5.0
8232024-11-01T21:38:26.421Z Downloaded progenitor-impl v0.8.0
8242024-11-01T21:38:26.423Z Downloaded rsa v0.9.6
8252024-11-01T21:38:26.428Z Downloaded pem-rfc7468 v0.7.0
8262024-11-01T21:38:26.431Z Downloaded ed25519-dalek v2.1.1
8272024-11-01T21:38:26.435Z Downloaded hashbrown v0.12.3
8282024-11-01T21:38:26.439Z Downloaded nom v7.1.3
8292024-11-01T21:38:26.446Z Downloaded bitvec v1.0.1
8302024-11-01T21:38:26.462Z Downloaded env_logger v0.10.2
8312024-11-01T21:38:26.465Z Downloaded blake3 v1.5.4
8322024-11-01T21:38:26.473Z Downloaded headers v0.4.0
8332024-11-01T21:38:26.479Z Downloaded prettyplease v0.2.22
8342024-11-01T21:38:26.483Z Downloaded signal-hook v0.3.17
8352024-11-01T21:38:26.486Z Downloaded parse-zoneinfo v0.3.1
8362024-11-01T21:38:26.489Z Downloaded samael v0.0.17
8372024-11-01T21:38:26.495Z Downloaded lalrpop v0.19.12
8382024-11-01T21:38:26.509Z Downloaded serde_yaml v0.9.34+deprecated
8392024-11-01T21:38:26.512Z Downloaded rand v0.8.5
8402024-11-01T21:38:26.516Z Downloaded x509-cert v0.2.5
8412024-11-01T21:38:26.523Z Downloaded h2 v0.4.6
8422024-11-01T21:38:26.531Z Downloaded serde_with v3.11.0
8432024-11-01T21:38:26.540Z Downloaded h2 v0.3.26
8442024-11-01T21:38:26.547Z Downloaded heapless v0.7.17
8452024-11-01T21:38:26.552Z Downloaded unicode-segmentation v1.12.0
8462024-11-01T21:38:26.556Z Downloaded russh v0.45.0
8472024-11-01T21:38:26.561Z Downloaded idna v0.4.0
8482024-11-01T21:38:26.569Z Downloaded rusqlite v0.32.1
8492024-11-01T21:38:26.577Z Downloaded quinn v0.11.5
8502024-11-01T21:38:26.581Z Downloaded unicode-normalization v0.1.24
8512024-11-01T21:38:26.586Z Downloaded steno v0.4.1
8522024-11-01T21:38:26.590Z Downloaded expectorate v1.1.0
8532024-11-01T21:38:26.592Z Downloaded num-bigint-dig v0.8.4
8542024-11-01T21:38:26.598Z Downloaded ssh-key v0.6.6
8552024-11-01T21:38:26.605Z Downloaded idna v0.2.3
8562024-11-01T21:38:26.613Z Downloaded nix v0.27.1
8572024-11-01T21:38:26.627Z Downloaded bindgen v0.69.5
8582024-11-01T21:38:26.634Z Downloaded tough v0.17.1
8592024-11-01T21:38:26.643Z Downloaded chrono v0.4.38
8602024-11-01T21:38:26.651Z Downloaded rustls-webpki v0.101.7
8612024-11-01T21:38:26.667Z Downloaded p521 v0.13.3
8622024-11-01T21:38:26.671Z Downloaded reqwest v0.12.8
8632024-11-01T21:38:26.681Z Downloaded webpki-roots v0.26.6
8642024-11-01T21:38:26.685Z Downloaded salty v0.3.0
8652024-11-01T21:38:26.692Z Downloaded radix_trie v0.2.1
8662024-11-01T21:38:26.698Z Downloaded nix v0.28.0
8672024-11-01T21:38:26.713Z Downloaded quick-xml v0.33.0
8682024-11-01T21:38:26.718Z Downloaded trust-dns-proto v0.22.0
8692024-11-01T21:38:26.744Z Downloaded rayon v1.10.0
8702024-11-01T21:38:26.753Z Downloaded futures-util v0.3.31
8712024-11-01T21:38:26.756Z Downloaded winnow v0.5.40
8722024-11-01T21:38:26.765Z Downloaded proptest v1.5.0
8732024-11-01T21:38:26.777Z Downloaded quinn-proto v0.11.8
8742024-11-01T21:38:26.783Z Downloaded regex-syntax v0.8.5
8752024-11-01T21:38:26.793Z Downloaded object v0.30.4
8762024-11-01T21:38:26.804Z Downloaded openssl v0.10.66
8772024-11-01T21:38:26.815Z Downloaded p384 v0.13.0
8782024-11-01T21:38:26.822Z Downloaded diesel v2.2.4
8792024-11-01T21:38:26.843Z Downloaded rustls v0.22.4
8802024-11-01T21:38:26.856Z Downloaded regress v0.10.1
8812024-11-01T21:38:26.865Z Downloaded rustls v0.23.14
8822024-11-01T21:38:26.880Z Downloaded gimli v0.31.1
8832024-11-01T21:38:26.889Z Downloaded object v0.36.5
8842024-11-01T21:38:26.902Z Downloaded sled v0.34.7
8852024-11-01T21:38:26.913Z Downloaded smoltcp v0.11.0
8862024-11-01T21:38:26.927Z Downloaded smoltcp v0.9.1
8872024-11-01T21:38:26.938Z Downloaded rustls v0.21.12
8882024-11-01T21:38:26.951Z Downloaded openapiv3 v2.0.0
8892024-11-01T21:38:26.963Z Downloaded dropshot v0.12.0
8902024-11-01T21:38:26.984Z Downloaded regress v0.9.1
8912024-11-01T21:38:26.993Z Downloaded typify-impl v0.2.0
8922024-11-01T21:38:27.009Z Downloaded zerocopy-derive v0.6.6
8932024-11-01T21:38:27.019Z Downloaded regex-automata v0.4.8
8942024-11-01T21:38:27.037Z Downloaded bzip2-sys v0.1.11+1.0.8
8952024-11-01T21:38:27.049Z Downloaded ratatui v0.28.1
8962024-11-01T21:38:27.070Z Downloaded bstr v1.10.0
8972024-11-01T21:38:27.080Z Downloaded git2 v0.19.0
8982024-11-01T21:38:27.089Z Downloaded chrono-tz v0.10.0
8992024-11-01T21:38:27.096Z Downloaded lzma-sys v0.1.20
9002024-11-01T21:38:27.127Z Downloaded polar-core v0.27.3
9012024-11-01T21:38:27.135Z Downloaded curve25519-dalek v4.1.3
9022024-11-01T21:38:27.146Z Downloaded vcpkg v0.2.15
9032024-11-01T21:38:27.183Z Downloaded regex v1.11.0
9042024-11-01T21:38:27.196Z Downloaded tokio v1.40.0
9052024-11-01T21:38:27.234Z Downloaded petgraph v0.6.5
9062024-11-01T21:38:27.251Z Downloaded libz-sys v1.1.20
9072024-11-01T21:38:27.272Z Downloaded rustls-webpki v0.102.8
9082024-11-01T21:38:27.290Z Downloaded regex-syntax v0.6.29
9092024-11-01T21:38:27.297Z Downloaded hickory-proto v0.24.1
9102024-11-01T21:38:27.313Z Downloaded sqlparser v0.45.0
9112024-11-01T21:38:27.319Z Downloaded tokio-util v0.7.12
9122024-11-01T21:38:27.326Z Downloaded sha3 v0.10.8
9132024-11-01T21:38:27.331Z Downloaded csv v1.3.0
9142024-11-01T21:38:27.351Z Downloaded nix v0.29.0
9152024-11-01T21:38:27.362Z Downloaded idna v0.5.0
9162024-11-01T21:38:27.369Z Downloaded portable-atomic v1.9.0
9172024-11-01T21:38:27.375Z Downloaded unicode_categories v0.1.1
9182024-11-01T21:38:27.377Z Downloaded idna v0.3.0
9192024-11-01T21:38:27.384Z Downloaded heapless v0.8.0
9202024-11-01T21:38:27.389Z Downloaded num-bigint v0.4.6
9212024-11-01T21:38:27.393Z Downloaded tls_codec_derive v0.4.1
9222024-11-01T21:38:27.396Z Downloaded futures-core v0.3.31
9232024-11-01T21:38:27.398Z Downloaded unsafe-libyaml v0.2.11
9242024-11-01T21:38:27.400Z Downloaded hashbrown v0.13.2
9252024-11-01T21:38:27.404Z Downloaded futures-channel v0.3.31
9262024-11-01T21:38:27.407Z Downloaded time v0.3.36
9272024-11-01T21:38:27.414Z Downloaded hashbrown v0.14.5
9282024-11-01T21:38:27.420Z Downloaded rayon-core v1.12.1
9292024-11-01T21:38:27.423Z Downloaded zip v2.1.3
9302024-11-01T21:38:27.427Z Downloaded uzers v0.12.1
9312024-11-01T21:38:27.429Z Downloaded serde_derive_internals v0.29.1
9322024-11-01T21:38:27.432Z Downloaded subprocess v0.2.9
9332024-11-01T21:38:27.434Z Downloaded tungstenite v0.24.0
9342024-11-01T21:38:27.437Z Downloaded tungstenite v0.21.0
9352024-11-01T21:38:27.440Z Downloaded tokio-postgres v0.7.12
9362024-11-01T21:38:27.444Z Downloaded tinyvec v1.8.0
9372024-11-01T21:38:27.448Z Downloaded packed_struct v0.10.1
9382024-11-01T21:38:27.450Z Downloaded der v0.7.9
9392024-11-01T21:38:27.455Z Downloaded sct v0.7.1
9402024-11-01T21:38:27.458Z Downloaded openssl-sys v0.9.103
9412024-11-01T21:38:27.464Z Downloaded tiny-keccak v2.0.2
9422024-11-01T21:38:27.466Z Downloaded progenitor-client v0.8.0
9432024-11-01T21:38:27.468Z Downloaded hashlink v0.9.1
9442024-11-01T21:38:27.470Z Downloaded globset v0.4.15
9452024-11-01T21:38:27.472Z Downloaded defmt-macros v0.3.9
9462024-11-01T21:38:27.474Z Downloaded rustls-pki-types v1.9.0
9472024-11-01T21:38:27.477Z Downloaded encoding_rs v0.8.34
9482024-11-01T21:38:27.499Z Downloaded rustyline v14.0.0
9492024-11-01T21:38:27.504Z Downloaded diesel_derives v2.2.3
9502024-11-01T21:38:27.508Z Downloaded derive-where v1.2.7
9512024-11-01T21:38:27.511Z Downloaded smallvec v0.6.14
9522024-11-01T21:38:27.513Z Downloaded peg-macros v0.8.4
9532024-11-01T21:38:27.515Z Downloaded password-hash v0.4.2
9542024-11-01T21:38:27.517Z Downloaded slog-json v2.6.1
9552024-11-01T21:38:27.519Z Downloaded endian-type v0.1.2
9562024-11-01T21:38:27.520Z Downloaded slog-stdlog v4.1.1
9572024-11-01T21:38:27.522Z Downloaded group v0.13.0
9582024-11-01T21:38:27.522Z Downloaded crossbeam-channel v0.5.13
9592024-11-01T21:38:27.525Z Downloaded unicode-bidi v0.3.17
9602024-11-01T21:38:27.528Z Downloaded qorb v0.2.0
9612024-11-01T21:38:27.532Z Downloaded tracing v0.1.40
9622024-11-01T21:38:27.536Z Downloaded xz2 v0.1.7
9632024-11-01T21:38:27.539Z Downloaded pkcs5 v0.7.1
9642024-11-01T21:38:27.542Z Downloaded pkcs1 v0.7.5
9652024-11-01T21:38:27.544Z Downloaded paste v1.0.15
9662024-11-01T21:38:27.547Z Downloaded libgit2-sys v0.17.0+1.8.1
9672024-11-01T21:38:27.606Z Downloaded defmt-parser v0.3.4
9682024-11-01T21:38:27.608Z Downloaded smf v0.2.3
9692024-11-01T21:38:27.608Z Downloaded powerfmt v0.2.0
9702024-11-01T21:38:27.612Z Downloaded pkg-config v0.3.31
9712024-11-01T21:38:27.612Z Downloaded derive_builder v0.20.2
9722024-11-01T21:38:27.615Z Downloaded flume v0.11.0
9732024-11-01T21:38:27.618Z Downloaded dropshot_endpoint v0.12.0
9742024-11-01T21:38:27.621Z Downloaded rcgen v0.12.1
9752024-11-01T21:38:27.624Z Downloaded postcard v1.0.10
9762024-11-01T21:38:27.626Z Downloaded publicsuffix v2.2.3
9772024-11-01T21:38:27.628Z Downloaded minimal-lexical v0.2.1
9782024-11-01T21:38:27.633Z Downloaded base64 v0.22.1
9792024-11-01T21:38:27.637Z Downloaded serde_repr v0.1.19
9802024-11-01T21:38:27.640Z Downloaded whoami v1.5.2
9812024-11-01T21:38:27.642Z Downloaded crypto-bigint v0.5.5
9822024-11-01T21:38:27.648Z Downloaded vte v0.11.1
9832024-11-01T21:38:27.650Z Downloaded unicode-properties v0.1.3
9842024-11-01T21:38:27.653Z Downloaded rustc-demangle v0.1.24
9852024-11-01T21:38:27.655Z Downloaded rand_core v0.6.4
9862024-11-01T21:38:27.657Z Downloaded toml v0.7.8
9872024-11-01T21:38:27.659Z Downloaded tokio-native-tls v0.3.1
9882024-11-01T21:38:27.661Z Downloaded predicates v3.1.2
9892024-11-01T21:38:27.663Z Downloaded zopfli v0.8.1
9902024-11-01T21:38:27.665Z Downloaded p256 v0.13.2
9912024-11-01T21:38:27.669Z Downloaded derive_more v0.99.18
9922024-11-01T21:38:27.674Z Downloaded mio v1.0.2
9932024-11-01T21:38:27.679Z Downloaded cc v1.1.30
9942024-11-01T21:38:27.683Z Downloaded bumpalo v3.16.0
9952024-11-01T21:38:27.685Z Downloaded base64 v0.21.7
9962024-11-01T21:38:27.689Z Downloaded crossbeam-epoch v0.9.18
9972024-11-01T21:38:27.691Z Downloaded sha1 v0.10.6
9982024-11-01T21:38:27.694Z Downloaded rustc_version v0.1.7
9992024-11-01T21:38:27.696Z Downloaded rustc-hash v2.0.0
10002024-11-01T21:38:27.696Z Downloaded rustc-hash v1.1.0
10012024-11-01T21:38:27.696Z Downloaded ecdsa v0.16.9
10022024-11-01T21:38:27.698Z Downloaded http v0.2.12
10032024-11-01T21:38:27.701Z Downloaded socket2 v0.5.7
10042024-11-01T21:38:27.703Z Downloaded num-derive v0.4.2
10052024-11-01T21:38:27.706Z Downloaded rustls-pemfile v2.2.0
10062024-11-01T21:38:27.708Z Downloaded fatfs v0.3.6
10072024-11-01T21:38:27.711Z Downloaded url v2.5.2
10082024-11-01T21:38:27.713Z Downloaded dyn-clone v1.0.17
10092024-11-01T21:38:27.716Z Downloaded elliptic-curve v0.13.8
10102024-11-01T21:38:27.719Z Downloaded zone v0.3.0
10112024-11-01T21:38:27.722Z Downloaded want v0.3.1
10122024-11-01T21:38:27.722Z Downloaded pem v3.0.4
10132024-11-01T21:38:27.724Z Downloaded num_enum_derive v0.5.11
10142024-11-01T21:38:27.724Z Downloaded strum_macros v0.25.3
10152024-11-01T21:38:27.726Z Downloaded slog-bunyan v2.5.0
10162024-11-01T21:38:27.728Z Downloaded num-traits v0.2.19
10172024-11-01T21:38:27.730Z Downloaded postgres-protocol v0.6.7
10182024-11-01T21:38:27.733Z Downloaded parking_lot v0.11.2
10192024-11-01T21:38:27.735Z Downloaded tracing-core v0.1.32
10202024-11-01T21:38:27.738Z Downloaded test-strategy v0.3.1
10212024-11-01T21:38:27.741Z Downloaded snafu-derive v0.8.5
10222024-11-01T21:38:27.744Z Downloaded itertools v0.12.1
10232024-11-01T21:38:27.749Z Downloaded hyper v1.4.1
10242024-11-01T21:38:27.756Z Downloaded hickory-resolver v0.24.1
10252024-11-01T21:38:27.762Z Downloaded signal-hook-tokio v0.3.1
10262024-11-01T21:38:27.764Z Downloaded fd-lock v4.0.2
10272024-11-01T21:38:27.766Z Downloaded parking_lot_core v0.9.10
10282024-11-01T21:38:27.769Z Downloaded num-rational v0.4.2
10292024-11-01T21:38:27.769Z Downloaded futures-executor v0.3.31
10302024-11-01T21:38:27.771Z Downloaded ron v0.7.1
10312024-11-01T21:38:27.774Z Downloaded float-ord v0.3.2
10322024-11-01T21:38:27.777Z Downloaded wait-timeout v0.2.0
10332024-11-01T21:38:27.777Z Downloaded thread_local v1.1.8
10342024-11-01T21:38:27.779Z Downloaded thiserror-no-std v2.0.2
10352024-11-01T21:38:27.782Z Downloaded thiserror-impl-no-std v2.0.2
10362024-11-01T21:38:27.784Z Downloaded strum_macros v0.24.3
10372024-11-01T21:38:27.787Z Downloaded siphasher v0.3.11
10382024-11-01T21:38:27.787Z Downloaded simd-adler32 v0.3.7
10392024-11-01T21:38:27.789Z Downloaded parking_lot_core v0.8.6
10402024-11-01T21:38:27.791Z Downloaded num_threads v0.1.7
10412024-11-01T21:38:27.792Z Downloaded nodrop v0.1.14
10422024-11-01T21:38:27.792Z Downloaded slab v0.4.9
10432024-11-01T21:38:27.794Z Downloaded cookie v0.18.1
10442024-11-01T21:38:27.797Z Downloaded indicatif v0.17.8
10452024-11-01T21:38:27.799Z Downloaded hyper-util v0.1.9
10462024-11-01T21:38:27.803Z Downloaded mime v0.3.17
10472024-11-01T21:38:27.806Z Downloaded term v0.7.0
10482024-11-01T21:38:27.808Z Downloaded signal-hook-registry v1.4.2
10492024-11-01T21:38:27.811Z Downloaded num_enum v0.5.11
10502024-11-01T21:38:27.814Z Downloaded num-iter v0.1.45
10512024-11-01T21:38:27.816Z Downloaded filetime v0.2.25
10522024-11-01T21:38:27.818Z Downloaded allocator-api2 v0.2.18
10532024-11-01T21:38:27.821Z Downloaded console v0.15.8
10542024-11-01T21:38:27.823Z Downloaded darling v0.20.10
10552024-11-01T21:38:27.826Z Downloaded csv-core v0.1.11
10562024-11-01T21:38:27.829Z Downloaded cookie_store v0.21.0
10572024-11-01T21:38:27.832Z Downloaded tokio-rustls v0.25.0
10582024-11-01T21:38:27.834Z Downloaded buf-list v1.0.3
10592024-11-01T21:38:27.837Z Downloaded bzip2 v0.4.4
10602024-11-01T21:38:27.839Z Downloaded bb8 v0.8.5
10612024-11-01T21:38:27.839Z Downloaded backoff v0.4.0
10622024-11-01T21:38:27.842Z Downloaded termcolor v1.4.1
10632024-11-01T21:38:27.844Z Downloaded signal-hook-mio v0.2.4
10642024-11-01T21:38:27.844Z Downloaded native-tls v0.2.12
10652024-11-01T21:38:27.848Z Downloaded multer v3.1.0
10662024-11-01T21:38:27.850Z Downloaded hickory-client v0.24.1
10672024-11-01T21:38:27.853Z Downloaded lru v0.12.5
10682024-11-01T21:38:27.853Z Downloaded colored v2.1.0
10692024-11-01T21:38:27.856Z Downloaded backtrace v0.3.74
10702024-11-01T21:38:27.859Z Downloaded linked-hash-map v0.5.6
10712024-11-01T21:38:27.861Z Downloaded castaway v0.2.3
10722024-11-01T21:38:27.865Z Downloaded atomic-waker v1.1.2
10732024-11-01T21:38:27.865Z Downloaded memoffset v0.9.1
10742024-11-01T21:38:27.868Z Downloaded lockfree-object-pool v0.1.6
10752024-11-01T21:38:27.868Z Downloaded iana-time-zone v0.1.61
10762024-11-01T21:38:27.870Z Downloaded hyper-rustls v0.27.3
10772024-11-01T21:38:27.873Z Downloaded bit-set v0.5.3
10782024-11-01T21:38:27.873Z Downloaded base16ct v0.2.0
10792024-11-01T21:38:27.876Z Downloaded blowfish v0.9.1
10802024-11-01T21:38:27.876Z Downloaded termtree v0.4.1
10812024-11-01T21:38:27.879Z Downloaded httparse v1.9.5
10822024-11-01T21:38:27.879Z Downloaded http v1.1.0
10832024-11-01T21:38:27.882Z Downloaded lazy_static v1.5.0
10842024-11-01T21:38:27.885Z Downloaded is-terminal v0.4.13
10852024-11-01T21:38:27.887Z Downloaded internet-checksum v0.2.1
10862024-11-01T21:38:27.887Z Downloaded arrayvec v0.7.6
10872024-11-01T21:38:27.890Z Downloaded matches v0.1.10
10882024-11-01T21:38:27.890Z Downloaded crunchy v0.2.2
10892024-11-01T21:38:27.890Z Downloaded ciborium-io v0.2.2
10902024-11-01T21:38:27.892Z Downloaded http-body v1.0.1
10912024-11-01T21:38:27.893Z Downloaded http-body v0.4.6
10922024-11-01T21:38:27.895Z Downloaded hostname v0.3.1
10932024-11-01T21:38:27.895Z Downloaded atomicwrites v0.4.4
10942024-11-01T21:38:27.898Z Downloaded base64 v0.13.1
10952024-11-01T21:38:27.901Z Downloaded ascii-canvas v3.0.0
10962024-11-01T21:38:27.901Z Downloaded lock_api v0.4.12
10972024-11-01T21:38:27.903Z Downloaded lru-cache v0.1.2
10982024-11-01T21:38:27.903Z Downloaded http-body-util v0.1.2
10992024-11-01T21:38:27.906Z Downloaded hostname v0.4.0
11002024-11-01T21:38:27.906Z Downloaded bcs v0.1.6
11012024-11-01T21:38:27.909Z Downloaded libsw v3.3.1
11022024-11-01T21:38:27.913Z Downloaded keccak v0.1.5
11032024-11-01T21:38:27.913Z Downloaded ctr v0.9.2
11042024-11-01T21:38:27.918Z Downloaded crossbeam-deque v0.8.5
11052024-11-01T21:38:27.918Z Downloaded crc v3.2.1
11062024-11-01T21:38:27.921Z Downloaded base64ct v1.6.0
11072024-11-01T21:38:27.921Z Downloaded impl-trait-for-tuples v0.2.2
11082024-11-01T21:38:27.923Z Downloaded humantime v2.1.0
11092024-11-01T21:38:27.925Z Downloaded cassowary v0.3.0
11102024-11-01T21:38:27.925Z Downloaded bitfield-struct v0.6.2
11112024-11-01T21:38:27.928Z Downloaded bit-vec v0.6.3
11122024-11-01T21:38:27.930Z Downloaded block-padding v0.3.3
11132024-11-01T21:38:27.959Z Downloaded ring v0.17.8
11142024-11-01T21:38:28.067Z Downloaded libsqlite3-sys v0.30.1
11152024-11-01T21:38:28.146Z Downloaded ring v0.16.20
11162024-11-01T21:38:28.324Z Compiling serde v1.0.210
11172024-11-01T21:38:28.326Z Compiling typenum v1.17.0
11182024-11-01T21:38:28.326Z Compiling lock_api v0.4.12
11192024-11-01T21:38:28.326Z Compiling generic-array v0.14.7
11202024-11-01T21:38:28.326Z Compiling scopeguard v1.2.0
11212024-11-01T21:38:28.327Z Compiling subtle v2.6.1
11222024-11-01T21:38:28.489Z Compiling syn v2.0.79
11232024-11-01T21:38:28.502Z Compiling getrandom v0.2.15
11242024-11-01T21:38:28.598Z Compiling value-bag v1.9.0
11252024-11-01T21:38:28.830Z Compiling rand_core v0.6.4
11262024-11-01T21:38:28.976Z Compiling const-oid v0.9.6
11272024-11-01T21:38:29.055Z Compiling jobserver v0.1.32
11282024-11-01T21:38:29.163Z Compiling log v0.4.22
11292024-11-01T21:38:29.304Z Compiling shlex v1.3.0
11302024-11-01T21:38:29.521Z Compiling pin-project-lite v0.2.14
11312024-11-01T21:38:29.585Z Compiling cc v1.1.30
11322024-11-01T21:38:29.650Z Compiling smallvec v1.13.2
11332024-11-01T21:38:29.723Z Compiling parking_lot_core v0.9.10
11342024-11-01T21:38:30.012Z Compiling futures-core v0.3.31
11352024-11-01T21:38:30.074Z Compiling signal-hook-registry v1.4.2
11362024-11-01T21:38:30.111Z Compiling mio v1.0.2
11372024-11-01T21:38:30.274Z Compiling cpufeatures v0.2.14
11382024-11-01T21:38:30.380Z Compiling futures-sink v0.3.31
11392024-11-01T21:38:30.542Z Compiling spin v0.9.8
11402024-11-01T21:38:30.898Z Compiling parking_lot v0.12.3
11412024-11-01T21:38:30.924Z Compiling socket2 v0.5.7
11422024-11-01T21:38:30.966Z Compiling slab v0.4.9
11432024-11-01T21:38:31.032Z Compiling serde_json v1.0.128
11442024-11-01T21:38:31.337Z Compiling futures-channel v0.3.31
11452024-11-01T21:38:31.373Z Compiling pin-utils v0.1.0
11462024-11-01T21:38:31.421Z Compiling foldhash v0.1.3
11472024-11-01T21:38:31.473Z Compiling allocator-api2 v0.2.18
11482024-11-01T21:38:31.751Z Compiling futures-io v0.3.31
11492024-11-01T21:38:31.768Z Compiling futures-task v0.3.31
11502024-11-01T21:38:31.787Z Compiling tinyvec_macros v0.1.1
11512024-11-01T21:38:31.836Z Compiling pkg-config v0.3.31
11522024-11-01T21:38:31.886Z Compiling tinyvec v1.8.0
11532024-11-01T21:38:31.905Z Compiling libm v0.2.8
11542024-11-01T21:38:32.085Z Compiling num-traits v0.2.19
11552024-11-01T21:38:32.104Z Compiling unicode-bidi v0.3.17
11562024-11-01T21:38:32.256Z Compiling hashbrown v0.15.0
11572024-11-01T21:38:32.625Z Compiling base64ct v1.6.0
11582024-11-01T21:38:33.219Z Compiling pem-rfc7468 v0.7.0
11592024-11-01T21:38:33.426Z Compiling unicode-normalization v0.1.24
11602024-11-01T21:38:33.474Z Compiling flagset v0.4.6
11612024-11-01T21:38:33.669Z Compiling httparse v1.9.5
11622024-11-01T21:38:33.691Z Compiling tracing-core v0.1.32
11632024-11-01T21:38:33.691Z Compiling percent-encoding v2.3.1
11642024-11-01T21:38:33.729Z Compiling ring v0.17.8
11652024-11-01T21:38:33.914Z Compiling rustls-pki-types v1.9.0
11662024-11-01T21:38:34.102Z Compiling crossbeam-utils v0.8.20
11672024-11-01T21:38:34.530Z Compiling powerfmt v0.2.0
11682024-11-01T21:38:34.726Z Compiling num-conv v0.1.0
11692024-11-01T21:38:34.893Z Compiling time-core v0.1.2
11702024-11-01T21:38:34.996Z Compiling vcpkg v0.2.15
11712024-11-01T21:38:35.015Z Compiling untrusted v0.9.0
11722024-11-01T21:38:35.061Z Compiling time-macros v0.2.18
11732024-11-01T21:38:35.081Z Compiling deranged v0.3.11
11742024-11-01T21:38:35.197Z Compiling atomic-waker v1.1.2
11752024-11-01T21:38:35.317Z Compiling num_threads v0.1.7
11762024-11-01T21:38:35.376Z Compiling form_urlencoded v1.2.1
11772024-11-01T21:38:35.444Z Compiling rustix v0.38.37
11782024-11-01T21:38:35.668Z Compiling try-lock v0.2.5
11792024-11-01T21:38:35.817Z Compiling slog v2.7.0
11802024-11-01T21:38:36.313Z Compiling want v0.3.1
11812024-11-01T21:38:36.387Z Compiling httpdate v1.0.3
11822024-11-01T21:38:36.597Z Compiling idna v0.5.0
11832024-11-01T21:38:36.839Z Compiling iana-time-zone v0.1.61
11842024-11-01T21:38:36.916Z Compiling tower-service v0.3.3
11852024-11-01T21:38:36.938Z Compiling openssl-sys v0.9.103
11862024-11-01T21:38:37.036Z Compiling openssl v0.10.66
11872024-11-01T21:38:37.245Z Compiling foreign-types-shared v0.1.1
11882024-11-01T21:38:37.266Z Compiling base64 v0.22.1
11892024-11-01T21:38:37.363Z Compiling match_cfg v0.1.0
11902024-11-01T21:38:37.443Z Compiling adler2 v2.0.0
11912024-11-01T21:38:37.464Z Compiling rustversion v1.0.17
11922024-11-01T21:38:37.653Z Compiling miniz_oxide v0.8.0
11932024-11-01T21:38:38.003Z Compiling hostname v0.3.1
11942024-11-01T21:38:38.089Z Compiling url v2.5.2
11952024-11-01T21:38:38.108Z Compiling time v0.3.36
11962024-11-01T21:38:38.245Z Compiling foreign-types v0.3.2
11972024-11-01T21:38:38.265Z Compiling dirs-sys-next v0.1.2
11982024-11-01T21:38:38.343Z Compiling aho-corasick v1.1.3
11992024-11-01T21:38:38.867Z Compiling native-tls v0.2.12
12002024-11-01T21:38:39.131Z Compiling rustls v0.22.4
12012024-11-01T21:38:39.201Z Compiling rustls v0.23.14
12022024-11-01T21:38:39.402Z Compiling siphasher v0.3.11
12032024-11-01T21:38:39.465Z Compiling data-encoding v2.6.0
12042024-11-01T21:38:39.491Z Compiling regex-syntax v0.8.5
12052024-11-01T21:38:39.768Z Compiling syn v1.0.109
12062024-11-01T21:38:39.895Z Compiling dirs-next v2.0.0
12072024-11-01T21:38:40.445Z Compiling serde_derive_internals v0.29.1
12082024-11-01T21:38:41.459Z Compiling crossbeam-epoch v0.9.18
12092024-11-01T21:38:41.620Z Compiling bzip2-sys v0.1.11+1.0.8
12102024-11-01T21:38:42.097Z Compiling lazy_static v1.5.0
12112024-11-01T21:38:42.226Z Compiling thread_local v1.1.8
12122024-11-01T21:38:42.257Z Compiling cookie v0.18.1
12132024-11-01T21:38:42.282Z Compiling serde_derive v1.0.210
12142024-11-01T21:38:42.536Z Compiling zeroize_derive v1.4.2
12152024-11-01T21:38:42.769Z Compiling zerocopy-derive v0.7.35
12162024-11-01T21:38:43.047Z Compiling tokio-macros v2.4.0
12172024-11-01T21:38:43.216Z Compiling thiserror-impl v1.0.64
12182024-11-01T21:38:43.369Z Compiling futures-macro v0.3.31
12192024-11-01T21:38:44.104Z Compiling zeroize v1.8.1
12202024-11-01T21:38:44.279Z Compiling der_derive v0.7.3
12212024-11-01T21:38:44.636Z Compiling tracing-attributes v0.1.27
12222024-11-01T21:38:44.987Z Compiling zerocopy v0.7.35
12232024-11-01T21:38:45.298Z Compiling futures-util v0.3.31
12242024-11-01T21:38:45.799Z Compiling scroll_derive v0.12.0
12252024-11-01T21:38:46.010Z Compiling crypto-common v0.1.6
12262024-11-01T21:38:46.262Z Compiling block-buffer v0.10.4
12272024-11-01T21:38:46.465Z Compiling thiserror v1.0.64
12282024-11-01T21:38:46.535Z Compiling digest v0.10.7
12292024-11-01T21:38:46.613Z Compiling block-padding v0.3.3
12302024-11-01T21:38:46.637Z Compiling ppv-lite86 v0.2.20
12312024-11-01T21:38:46.694Z Compiling der v0.7.9
12322024-11-01T21:38:46.867Z Compiling inout v0.1.3
12332024-11-01T21:38:47.043Z Compiling hmac v0.12.1
12342024-11-01T21:38:47.147Z Compiling cipher v0.4.4
12352024-11-01T21:38:47.237Z Compiling sha2 v0.10.8
12362024-11-01T21:38:47.288Z Compiling pbkdf2 v0.12.2
12372024-11-01T21:38:47.471Z Compiling rand_chacha v0.3.1
12382024-11-01T21:38:47.512Z Compiling pest v2.7.14
12392024-11-01T21:38:47.653Z Compiling salsa20 v0.10.2
12402024-11-01T21:38:47.878Z Compiling scrypt v0.11.0
12412024-11-01T21:38:48.183Z Compiling tracing v0.1.40
12422024-11-01T21:38:48.432Z Compiling rand v0.8.5
12432024-11-01T21:38:48.719Z Compiling aes v0.8.4
12442024-11-01T21:38:49.766Z Compiling spki v0.7.3
12452024-11-01T21:38:50.127Z Compiling cbc v0.1.2
12462024-11-01T21:38:50.174Z Compiling pest_meta v2.7.14
12472024-11-01T21:38:50.355Z Compiling pkcs5 v0.7.1
12482024-11-01T21:38:50.618Z Compiling scroll v0.12.0
12492024-11-01T21:38:50.635Z Compiling rustls-webpki v0.102.8
12502024-11-01T21:38:50.863Z Compiling async-trait v0.1.83
12512024-11-01T21:38:51.169Z Compiling goblin v0.8.2
12522024-11-01T21:38:51.522Z Compiling pest_generator v2.7.14
12532024-11-01T21:38:51.582Z Compiling pkcs8 v0.10.2
12542024-11-01T21:38:51.755Z Compiling openssl-macros v0.1.1
12552024-11-01T21:38:52.290Z Compiling sha1 v0.10.6
12562024-11-01T21:38:52.520Z Compiling signature v2.2.0
12572024-11-01T21:38:52.575Z Compiling regex-automata v0.4.8
12582024-11-01T21:38:52.731Z Compiling encoding_rs v0.8.34
12592024-11-01T21:38:52.836Z Compiling multer v3.1.0
12602024-11-01T21:38:53.149Z Compiling openssl-probe v0.1.5
12612024-11-01T21:38:53.414Z Compiling gimli v0.31.1
12622024-11-01T21:38:53.462Z Compiling mime v0.3.17
12632024-11-01T21:38:53.517Z Compiling schemars v0.8.21
12642024-11-01T21:38:53.905Z Compiling paste v1.0.15
12652024-11-01T21:38:54.110Z Compiling either v1.13.0
12662024-11-01T21:38:54.469Z Compiling signal-hook v0.3.17
12672024-11-01T21:38:54.562Z Compiling slog-async v2.8.0
12682024-11-01T21:38:54.752Z Compiling rayon-core v1.12.1
12692024-11-01T21:38:54.934Z Compiling pest_derive v2.7.14
12702024-11-01T21:38:55.036Z Compiling unicode-properties v0.1.3
12712024-11-01T21:38:55.092Z Compiling ipnet v2.10.1
12722024-11-01T21:38:55.429Z Compiling stringprep v0.1.5
12732024-11-01T21:38:55.732Z Compiling dtrace-parser v0.2.0
12742024-11-01T21:38:56.313Z Compiling bytes v1.7.2
12752024-11-01T21:38:56.606Z Compiling indexmap v2.6.0
12762024-11-01T21:38:57.119Z Compiling bitflags v2.6.0
12772024-11-01T21:38:57.538Z Compiling tokio v1.40.0
12782024-11-01T21:38:57.592Z Compiling http v1.1.0
12792024-11-01T21:38:57.733Z Compiling semver v1.0.23
12802024-11-01T21:38:58.488Z Compiling rustc_version v0.4.1
12812024-11-01T21:38:58.644Z Compiling dof v0.3.0
12822024-11-01T21:38:59.278Z Compiling http-body v1.0.1
12832024-11-01T21:38:59.526Z Compiling toml_datetime v0.6.8
12842024-11-01T21:38:59.695Z Compiling serde_tokenstream v0.2.2
12852024-11-01T21:39:00.052Z Compiling uuid v1.10.0
12862024-11-01T21:39:00.167Z Compiling serde_spanned v0.6.8
12872024-11-01T21:39:00.343Z Compiling usdt-impl v0.5.0
12882024-11-01T21:39:00.412Z Compiling chrono v0.4.38
12892024-11-01T21:39:00.698Z Compiling http-body-util v0.1.2
12902024-11-01T21:39:01.070Z Compiling heapless v0.7.17
12912024-11-01T21:39:01.574Z Compiling toml_edit v0.22.22
12922024-11-01T21:39:01.576Z Compiling curve25519-dalek v4.1.3
12932024-11-01T21:39:01.863Z Compiling usdt-macro v0.5.0
12942024-11-01T21:39:02.276Z Compiling usdt-attr-macro v0.5.0
12952024-11-01T21:39:03.394Z Compiling slog-json v2.6.1
12962024-11-01T21:39:03.534Z Compiling addr2line v0.24.2
12972024-11-01T21:39:03.793Z Compiling serde_urlencoded v0.7.1
12982024-11-01T21:39:04.275Z Compiling futures-executor v0.3.31
12992024-11-01T21:39:04.390Z Compiling md-5 v0.10.6
13002024-11-01T21:39:04.583Z Compiling schemars_derive v0.8.21
13012024-11-01T21:39:04.717Z Compiling async-stream-impl v0.3.6
13022024-11-01T21:39:04.804Z Compiling enum-as-inner v0.6.1
13032024-11-01T21:39:05.944Z Compiling tokio-util v0.7.12
13042024-11-01T21:39:07.318Z Compiling h2 v0.4.6
13052024-11-01T21:39:07.738Z Compiling crossbeam-deque v0.8.5
13062024-11-01T21:39:08.288Z Compiling term v0.7.0
13072024-11-01T21:39:09.503Z Compiling crossbeam-channel v0.5.13
13082024-11-01T21:39:09.778Z Compiling num-integer v0.1.46
13092024-11-01T21:39:10.139Z Compiling rustls-pemfile v2.2.0
13102024-11-01T21:39:10.340Z Compiling idna v0.3.0
13112024-11-01T21:39:10.583Z Compiling idna v0.4.0
13122024-11-01T21:39:10.621Z Compiling hash32 v0.2.1
13132024-11-01T21:39:11.032Z Compiling ff v0.13.0
13142024-11-01T21:39:11.270Z Compiling is-terminal v0.4.13
13152024-11-01T21:39:11.408Z Compiling dropshot v0.12.0
13162024-11-01T21:39:11.721Z Compiling object v0.36.5
13172024-11-01T21:39:11.937Z Compiling psl-types v2.0.11
13182024-11-01T21:39:12.142Z Compiling stable_deref_trait v1.2.0
13192024-11-01T21:39:12.164Z Compiling quick-error v1.2.3
13202024-11-01T21:39:12.167Z Compiling portable-atomic v1.9.0
13212024-11-01T21:39:12.240Z Compiling smoltcp v0.9.1
13222024-11-01T21:39:12.308Z Compiling num-bigint-dig v0.8.4
13232024-11-01T21:39:12.618Z Compiling dyn-clone v1.0.17
13242024-11-01T21:39:12.838Z Compiling utf-8 v0.7.6
13252024-11-01T21:39:12.914Z Compiling linked-hash-map v0.5.6
13262024-11-01T21:39:13.157Z Compiling rustc-demangle v0.1.24
13272024-11-01T21:39:13.249Z Compiling base16ct v0.2.0
13282024-11-01T21:39:13.300Z Compiling take_mut v0.2.2
13292024-11-01T21:39:13.452Z Compiling fallible-iterator v0.2.0
13302024-11-01T21:39:13.573Z Compiling anyhow v1.0.92
13312024-11-01T21:39:13.915Z Compiling sec1 v0.7.3
13322024-11-01T21:39:14.205Z Compiling postgres-protocol v0.6.7
13332024-11-01T21:39:14.494Z Compiling hyper v1.4.1
13342024-11-01T21:39:14.612Z Compiling lru-cache v0.1.2
13352024-11-01T21:39:14.883Z Compiling tungstenite v0.24.0
13362024-11-01T21:39:15.574Z Compiling resolv-conf v0.7.0
13372024-11-01T21:39:17.156Z Compiling hyper-util v0.1.9
13382024-11-01T21:39:17.485Z Compiling publicsuffix v2.2.3
13392024-11-01T21:39:17.641Z Compiling hickory-proto v0.24.1
13402024-11-01T21:39:17.683Z Compiling usdt v0.5.0
13412024-11-01T21:39:17.752Z Compiling slog-term v2.9.1
13422024-11-01T21:39:18.180Z Compiling group v0.13.0
13432024-11-01T21:39:18.511Z Compiling tokio-rustls v0.26.0
13442024-11-01T21:39:18.531Z Compiling num-iter v0.1.45
13452024-11-01T21:39:18.719Z Compiling tokio-rustls v0.25.0
13462024-11-01T21:39:18.984Z Compiling tokio-native-tls v0.3.1
13472024-11-01T21:39:19.170Z Compiling async-stream v0.3.6
13482024-11-01T21:39:19.196Z Compiling backtrace v0.3.74
13492024-11-01T21:39:19.262Z Compiling toml v0.8.19
13502024-11-01T21:39:19.936Z Compiling futures v0.3.31
13512024-11-01T21:39:20.683Z Compiling camino v1.1.9
13522024-11-01T21:39:20.972Z Compiling slog-bunyan v2.5.0
13532024-11-01T21:39:21.191Z Compiling terminal_size v0.4.0
13542024-11-01T21:39:21.216Z Compiling dropshot_endpoint v0.12.0
13552024-11-01T21:39:21.414Z Compiling openapiv3 v2.0.0
13562024-11-01T21:39:21.551Z Compiling serde_path_to_error v0.1.16
13572024-11-01T21:39:21.577Z Compiling hkdf v0.12.4
13582024-11-01T21:39:21.612Z Compiling hubpack_derive v0.1.1
13592024-11-01T21:39:21.651Z Compiling crypto-bigint v0.5.5
13602024-11-01T21:39:21.843Z Compiling curve25519-dalek-derive v0.1.1
13612024-11-01T21:39:22.423Z Compiling zerocopy-derive v0.6.6
13622024-11-01T21:39:22.492Z Compiling phf_shared v0.11.2
13632024-11-01T21:39:22.519Z Compiling waitgroup v0.1.2
13642024-11-01T21:39:22.749Z Compiling webpki-roots v0.26.6
13652024-11-01T21:39:22.887Z Compiling hostname v0.4.0
13662024-11-01T21:39:22.969Z Compiling crc32fast v1.4.2
13672024-11-01T21:39:23.159Z Compiling fs-err v2.11.0
13682024-11-01T21:39:23.272Z Compiling ahash v0.8.11
13692024-11-01T21:39:23.292Z Compiling debug-ignore v1.0.5
13702024-11-01T21:39:23.446Z Compiling bitflags v1.3.2
13712024-11-01T21:39:23.465Z Compiling managed v0.8.0
13722024-11-01T21:39:23.561Z Compiling winnow v0.5.40
13732024-11-01T21:39:23.634Z Compiling strum_macros v0.25.3
13742024-11-01T21:39:24.582Z Compiling zerocopy v0.6.6
13752024-11-01T21:39:25.484Z Compiling elliptic-curve v0.13.8
13762024-11-01T21:39:25.636Z Compiling console v0.15.8
13772024-11-01T21:39:26.033Z Compiling clap_builder v4.5.20
13782024-11-01T21:39:27.184Z Compiling hickory-resolver v0.24.1
13792024-11-01T21:39:27.554Z Compiling toml_edit v0.19.15
13802024-11-01T21:39:27.628Z Compiling flate2 v1.0.34
13812024-11-01T21:39:27.693Z Compiling hyper-rustls v0.27.3
13822024-11-01T21:39:27.801Z Compiling phf v0.11.2
13832024-11-01T21:39:28.111Z Compiling hubpack v0.1.2
13842024-11-01T21:39:28.326Z Compiling signal-hook-mio v0.2.4
13852024-11-01T21:39:28.497Z Compiling cookie_store v0.21.0
13862024-11-01T21:39:28.599Z Compiling rayon v1.10.0
13872024-11-01T21:39:29.504Z Compiling hyper-tls v0.6.0
13882024-11-01T21:39:29.933Z Compiling bzip2 v0.4.4
13892024-11-01T21:39:30.344Z Compiling tokio-tungstenite v0.24.0
13902024-11-01T21:39:30.913Z Compiling postgres-types v0.2.8
13912024-11-01T21:39:33.628Z Compiling tokio-stream v0.1.16
13922024-11-01T21:39:33.683Z Compiling bstr v1.10.0
13932024-11-01T21:39:33.769Z Compiling regex v1.11.0
13942024-11-01T21:39:34.719Z Compiling serde-big-array v0.5.1
13952024-11-01T21:39:34.745Z Compiling ed25519 v2.2.3
13962024-11-01T21:39:34.882Z Compiling pkcs1 v0.7.5
13972024-11-01T21:39:34.910Z Compiling rfc6979 v0.4.0
13982024-11-01T21:39:34.941Z Compiling derive-where v1.2.7
13992024-11-01T21:39:34.958Z Compiling clap_derive v4.5.18
14002024-11-01T21:39:35.105Z Compiling serde_repr v0.1.19
14012024-11-01T21:39:35.236Z Compiling phf_shared v0.10.0
14022024-11-01T21:39:35.492Z Compiling float-cmp v0.9.0
14032024-11-01T21:39:35.657Z Compiling sync_wrapper v1.0.1
14042024-11-01T21:39:35.723Z Compiling unicode-segmentation v1.12.0
14052024-11-01T21:39:35.817Z Compiling minimal-lexical v0.2.1
14062024-11-01T21:39:35.853Z Compiling precomputed-hash v0.1.1
14072024-11-01T21:39:35.979Z Compiling number_prefix v0.4.0
14082024-11-01T21:39:36.216Z Compiling predicates-core v1.0.8
14092024-11-01T21:39:36.272Z Compiling bit-vec v0.6.3
14102024-11-01T21:39:36.349Z Compiling difflib v0.4.0
14112024-11-01T21:39:36.544Z Compiling static_assertions v1.1.0
14122024-11-01T21:39:36.583Z Compiling new_debug_unreachable v1.0.6
14132024-11-01T21:39:36.605Z Compiling normalize-line-endings v0.3.0
14142024-11-01T21:39:36.650Z Compiling whoami v1.5.2
14152024-11-01T21:39:36.685Z Compiling fixedbitset v0.4.2
14162024-11-01T21:39:36.734Z Compiling string_cache v0.8.7
14172024-11-01T21:39:36.753Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14182024-11-01T21:39:37.138Z Compiling tokio-postgres v0.7.12
14192024-11-01T21:39:37.172Z Compiling petgraph v0.6.5
14202024-11-01T21:39:37.295Z Compiling predicates v3.1.2
14212024-11-01T21:39:37.923Z Compiling bit-set v0.5.3
14222024-11-01T21:39:38.213Z Compiling similar v2.6.0
14232024-11-01T21:39:38.277Z Compiling qorb v0.2.0
14242024-11-01T21:39:39.013Z Compiling nom v7.1.3
14252024-11-01T21:39:39.682Z Compiling clap v4.5.20
14262024-11-01T21:39:39.816Z Compiling indicatif v0.17.8
14272024-11-01T21:39:40.618Z Compiling reqwest v0.12.8
14282024-11-01T21:39:41.299Z Compiling rsa v0.9.6
14292024-11-01T21:39:41.879Z Compiling ecdsa v0.16.9
14302024-11-01T21:39:42.725Z Compiling ed25519-dalek v2.1.1
14312024-11-01T21:39:42.789Z Compiling toml v0.7.8
14322024-11-01T21:39:42.916Z Compiling zip v0.6.6
14332024-11-01T21:39:43.590Z Compiling crossterm v0.28.1
14342024-11-01T21:39:44.341Z Compiling hex v0.4.3
14352024-11-01T21:39:44.407Z Compiling itertools v0.10.5
14362024-11-01T21:39:44.823Z Compiling itertools v0.12.1
14372024-11-01T21:39:44.853Z Compiling x509-cert v0.2.5
14382024-11-01T21:39:44.900Z Compiling lalrpop-util v0.19.12
14392024-11-01T21:39:44.992Z Compiling peg-runtime v0.8.3
14402024-11-01T21:39:45.250Z Compiling unicode-xid v0.2.6
14412024-11-01T21:39:45.431Z Compiling xattr v1.3.1
14422024-11-01T21:39:45.656Z Compiling strum_macros v0.26.4
14432024-11-01T21:39:45.713Z Compiling filetime v0.2.25
14442024-11-01T21:39:46.034Z Compiling tar v0.4.42
14452024-11-01T21:39:49.368Z Compiling strum v0.26.3
14462024-11-01T21:39:49.722Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14472024-11-01T21:39:49.968Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14482024-11-01T21:39:55.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14492024-11-01T21:39:55.599Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14502024-11-01T21:39:55.647ZNov 01 21:39:53.966 INFO Starting download, target: Cockroach
14512024-11-01T21:39:55.647ZNov 01 21:39:53.966 INFO Starting download, target: Console
14522024-11-01T21:39:55.650ZNov 01 21:39:53.966 INFO Starting download, target: Clickhouse
14532024-11-01T21:39:55.650ZNov 01 21:39:53.966 INFO Starting download, target: DendriteOpenapi
14542024-11-01T21:39:55.650ZNov 01 21:39:53.966 INFO Starting download, target: DendriteStub
14552024-11-01T21:39:55.650ZNov 01 21:39:53.966 INFO Starting download, target: MaghemiteMgd
14562024-11-01T21:39:55.650ZNov 01 21:39:53.966 INFO Starting download, target: TransceiverControl
14572024-11-01T21:39:55.650ZNov 01 21:39:53.967 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14582024-11-01T21:39:55.650ZNov 01 21:39:53.967 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14592024-11-01T21:39:55.651ZNov 01 21:39:53.967 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14602024-11-01T21:39:55.651ZNov 01 21:39:53.967 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi
14612024-11-01T21:39:55.651ZNov 01 21:39:53.967 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14622024-11-01T21:39:55.651ZNov 01 21:39:53.967 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14632024-11-01T21:39:55.651ZNov 01 21:39:53.967 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14642024-11-01T21:39:55.821ZNov 01 21:39:54.125 INFO Download complete, target: DendriteOpenapi
14652024-11-01T21:39:56.099ZNov 01 21:39:54.376 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14662024-11-01T21:39:56.162ZNov 01 21:39:54.474 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14672024-11-01T21:39:56.499ZNov 01 21:39:54.815 INFO Download complete, target: Console
14682024-11-01T21:39:56.588ZNov 01 21:39:54.906 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14692024-11-01T21:39:56.619ZNov 01 21:39:54.938 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14702024-11-01T21:39:56.765ZNov 01 21:39:55.083 INFO Download complete, target: TransceiverControl
14712024-11-01T21:39:57.397ZNov 01 21:39:55.454 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14722024-11-01T21:39:57.397ZNov 01 21:39:55.454 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14732024-11-01T21:39:57.689ZNov 01 21:39:56.007 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14742024-11-01T21:39:59.384ZNov 01 21:39:57.702 INFO Download complete, target: DendriteStub
14752024-11-01T21:39:59.424ZNov 01 21:39:57.742 INFO Download complete, target: MaghemiteMgd
14762024-11-01T21:40:04.525ZNov 01 21:40:02.844 INFO Checking that binary works, target: Cockroach
14772024-11-01T21:40:04.683ZNov 01 21:40:03.002 INFO Download complete, target: Cockroach
14782024-11-01T21:40:09.871ZNov 01 21:40:08.187 INFO Checking that binary works, target: Clickhouse
14792024-11-01T21:40:10.041ZNov 01 21:40:08.359 INFO Download complete, target: Clickhouse
14802024-11-01T21:40:10.048ZAll prerequisites installed successfully
14812024-11-01T21:40:10.050Z
14822024-11-01T21:40:10.050Zreal 4:48.453561571
14832024-11-01T21:40:10.050Zuser 12:18.633944058
14842024-11-01T21:40:10.050Zsys 2:43.848708196
14852024-11-01T21:40:10.051Ztrap 0.461780202
14862024-11-01T21:40:10.051Ztflt 1.241706923
14872024-11-01T21:40:10.051Zdflt 1.436343172
14882024-11-01T21:40:10.051Zkflt 0.031681575
14892024-11-01T21:40:10.051Zlock 22:42.648533740
14902024-11-01T21:40:10.051Zslp 49:35.604941739
14912024-11-01T21:40:10.051Zlat 48.570112700
14922024-11-01T21:40:10.052Zstop 2:07.371496023
14932024-11-01T21:40:10.052Z+ ptime -m cargo xtask download softnpu
14942024-11-01T21:40:10.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14952024-11-01T21:40:10.563Z Running `target/debug/xtask download softnpu`
14962024-11-01T21:40:11.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
14972024-11-01T21:40:11.383Z Running `target/debug/xtask-downloader softnpu`
14982024-11-01T21:40:11.417ZNov 01 21:40:09.735 INFO Starting download, target: Softnpu
14992024-11-01T21:40:11.419ZNov 01 21:40:09.736 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15002024-11-01T21:40:12.221ZNov 01 21:40:10.538 INFO Download complete, target: Softnpu
15012024-11-01T21:40:12.224Z
15022024-11-01T21:40:12.228Zreal 2.169135382
15032024-11-01T21:40:12.228Zuser 1.184020296
15042024-11-01T21:40:12.228Zsys 0.513904901
15052024-11-01T21:40:12.228Ztrap 0.000309381
15062024-11-01T21:40:12.228Ztflt 0.000019608
15072024-11-01T21:40:12.228Zdflt 0.000000000
15082024-11-01T21:40:12.228Zkflt 0.000000000
15092024-11-01T21:40:12.228Zlock 8.333337978
15102024-11-01T21:40:12.228Zslp 0.671821814
15112024-11-01T21:40:12.228Zlat 0.066736005
15122024-11-01T21:40:12.228Zstop 0.000162721
15132024-11-01T21:40:12.228Z+ export CARGO_INCREMENTAL=0
15142024-11-01T21:40:12.228Z+ CARGO_INCREMENTAL=0
15152024-11-01T21:40:12.228Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15162024-11-01T21:40:13.160Z Compiling proc-macro2 v1.0.87
15172024-11-01T21:40:13.162Z Compiling unicode-ident v1.0.13
15182024-11-01T21:40:13.163Z Compiling libc v0.2.161
15192024-11-01T21:40:13.163Z Compiling serde v1.0.210
15202024-11-01T21:40:13.163Z Compiling version_check v0.9.5
15212024-11-01T21:40:13.163Z Compiling autocfg v1.4.0
15222024-11-01T21:40:13.163Z Compiling cfg-if v1.0.0
15232024-11-01T21:40:13.409Z Compiling typenum v1.17.0
15242024-11-01T21:40:13.412Z Compiling shlex v1.3.0
15252024-11-01T21:40:13.444Z Compiling memchr v2.7.4
15262024-11-01T21:40:13.805Z Compiling parking_lot_core v0.9.10
15272024-11-01T21:40:13.888Z Compiling generic-array v0.14.7
15282024-11-01T21:40:14.186Z Compiling lock_api v0.4.12
15292024-11-01T21:40:14.202Z Compiling once_cell v1.20.2
15302024-11-01T21:40:14.269Z Compiling serde_json v1.0.128
15312024-11-01T21:40:14.479Z Compiling thiserror v1.0.64
15322024-11-01T21:40:14.586Z Compiling libm v0.2.8
15332024-11-01T21:40:14.599Z Compiling num-traits v0.2.19
15342024-11-01T21:40:14.818Z Compiling value-bag v1.9.0
15352024-11-01T21:40:14.883Z Compiling itoa v1.0.11
15362024-11-01T21:40:14.984Z Compiling quote v1.0.37
15372024-11-01T21:40:15.043Z Compiling slab v0.4.9
15382024-11-01T21:40:15.341Z Compiling jobserver v0.1.32
15392024-11-01T21:40:15.359Z Compiling syn v2.0.79
15402024-11-01T21:40:15.375Z Compiling getrandom v0.2.15
15412024-11-01T21:40:15.391Z Compiling log v0.4.22
15422024-11-01T21:40:15.582Z Compiling scopeguard v1.2.0
15432024-11-01T21:40:15.650Z Compiling byteorder v1.5.0
15442024-11-01T21:40:15.764Z Compiling cc v1.1.30
15452024-11-01T21:40:16.068Z Compiling rand_core v0.6.4
15462024-11-01T21:40:16.559Z Compiling allocator-api2 v0.2.18
15472024-11-01T21:40:16.924Z Compiling subtle v2.6.1
15482024-11-01T21:40:17.214Z Compiling semver v1.0.23
15492024-11-01T21:40:17.366Z Compiling pkg-config v0.3.31
15502024-11-01T21:40:17.649Z Compiling pin-project-lite v0.2.14
15512024-11-01T21:40:17.787Z Compiling ryu v1.0.18
15522024-11-01T21:40:17.805Z Compiling const-oid v0.9.6
15532024-11-01T21:40:17.832Z Compiling foldhash v0.1.3
15542024-11-01T21:40:17.901Z Compiling equivalent v1.0.1
15552024-11-01T21:40:18.017Z Compiling smallvec v1.13.2
15562024-11-01T21:40:18.085Z Compiling hashbrown v0.15.0
15572024-11-01T21:40:18.169Z Compiling httparse v1.9.5
15582024-11-01T21:40:18.560Z Compiling schemars v0.8.21
15592024-11-01T21:40:18.862Z Compiling signal-hook-registry v1.4.2
15602024-11-01T21:40:18.913Z Compiling heck v0.5.0
15612024-11-01T21:40:18.980Z Compiling ring v0.17.8
15622024-11-01T21:40:19.281Z Compiling parking_lot v0.12.3
15632024-11-01T21:40:19.328Z Compiling mio v1.0.2
15642024-11-01T21:40:19.972Z Compiling crossbeam-utils v0.8.20
15652024-11-01T21:40:20.156Z Compiling socket2 v0.5.7
15662024-11-01T21:40:20.327Z Compiling futures-core v0.3.31
15672024-11-01T21:40:20.499Z Compiling vcpkg v0.2.15
15682024-11-01T21:40:20.909Z Compiling time-core v0.1.2
15692024-11-01T21:40:21.122Z Compiling num-conv v0.1.0
15702024-11-01T21:40:21.328Z Compiling fnv v1.0.7
15712024-11-01T21:40:21.423Z Compiling time-macros v0.2.18
15722024-11-01T21:40:22.050Z Compiling openssl-sys v0.9.103
15732024-11-01T21:40:22.451Z Compiling spin v0.9.8
15742024-11-01T21:40:22.890Z Compiling serde_derive_internals v0.29.1
15752024-11-01T21:40:22.978Z Compiling cpufeatures v0.2.14
15762024-11-01T21:40:23.130Z Compiling futures-sink v0.3.31
15772024-11-01T21:40:23.526Z Compiling ahash v0.8.11
15782024-11-01T21:40:23.670Z Compiling slog v2.7.0
15792024-11-01T21:40:23.955Z Compiling syn v1.0.109
15802024-11-01T21:40:24.097Z Compiling rustix v0.38.37
15812024-11-01T21:40:24.218Z Compiling futures-channel v0.3.31
15822024-11-01T21:40:24.482Z Compiling pin-utils v0.1.0
15832024-11-01T21:40:24.605Z Compiling tinyvec_macros v0.1.1
15842024-11-01T21:40:24.696Z Compiling futures-task v0.3.31
15852024-11-01T21:40:24.713Z Compiling iana-time-zone v0.1.61
15862024-11-01T21:40:24.782Z Compiling futures-io v0.3.31
15872024-11-01T21:40:24.929Z Compiling openssl v0.10.66
15882024-11-01T21:40:24.978Z Compiling ucd-trie v0.1.7
15892024-11-01T21:40:25.018Z Compiling tinyvec v1.8.0
15902024-11-01T21:40:25.728Z Compiling native-tls v0.2.12
15912024-11-01T21:40:25.765Z Compiling unicode-bidi v0.3.17
15922024-11-01T21:40:25.878Z Compiling rustls v0.23.14
15932024-11-01T21:40:26.047Z Compiling base64ct v1.6.0
15942024-11-01T21:40:26.529Z Compiling unicode-normalization v0.1.24
15952024-11-01T21:40:26.545Z Compiling pem-rfc7468 v0.7.0
15962024-11-01T21:40:27.256Z Compiling tracing-core v0.1.32
15972024-11-01T21:40:27.513Z Compiling serde_derive v1.0.210
15982024-11-01T21:40:27.564Z Compiling zeroize_derive v1.4.2
15992024-11-01T21:40:28.388Z Compiling zerocopy-derive v0.7.35
16002024-11-01T21:40:28.836Z Compiling thiserror-impl v1.0.64
16012024-11-01T21:40:28.897Z Compiling zeroize v1.8.1
16022024-11-01T21:40:29.259Z Compiling tokio-macros v2.4.0
16032024-11-01T21:40:30.156Z Compiling futures-macro v0.3.31
16042024-11-01T21:40:30.565Z Compiling zerocopy v0.7.35
16052024-11-01T21:40:31.175Z Compiling crypto-common v0.1.6
16062024-11-01T21:40:31.501Z Compiling tracing-attributes v0.1.27
16072024-11-01T21:40:31.743Z Compiling block-buffer v0.10.4
16082024-11-01T21:40:31.965Z Compiling digest v0.10.7
16092024-11-01T21:40:32.411Z Compiling schemars_derive v0.8.21
16102024-11-01T21:40:32.456Z Compiling der_derive v0.7.3
16112024-11-01T21:40:33.725Z Compiling hmac v0.12.1
16122024-11-01T21:40:33.773Z Compiling scroll_derive v0.12.0
16132024-11-01T21:40:33.953Z Compiling futures-util v0.3.31
16142024-11-01T21:40:34.554Z Compiling pest v2.7.14
16152024-11-01T21:40:34.953Z Compiling block-padding v0.3.3
16162024-11-01T21:40:35.176Z Compiling inout v0.1.3
16172024-11-01T21:40:35.430Z Compiling openssl-macros v0.1.1
16182024-11-01T21:40:35.954Z Compiling cipher v0.4.4
16192024-11-01T21:40:36.103Z Compiling sha2 v0.10.8
16202024-11-01T21:40:36.388Z Compiling ppv-lite86 v0.2.20
16212024-11-01T21:40:36.902Z Compiling cookie v0.18.1
16222024-11-01T21:40:37.193Z Compiling pest_meta v2.7.14
16232024-11-01T21:40:37.312Z Compiling usdt-impl v0.5.0
16242024-11-01T21:40:37.478Z Compiling flagset v0.4.6
16252024-11-01T21:40:37.654Z Compiling dyn-clone v1.0.17
16262024-11-01T21:40:37.697Z Compiling anyhow v1.0.92
16272024-11-01T21:40:38.076Z Compiling der v0.7.9
16282024-11-01T21:40:38.266Z Compiling rand_chacha v0.3.1
16292024-11-01T21:40:39.168Z Compiling pest_generator v2.7.14
16302024-11-01T21:40:39.639Z Compiling bytes v1.7.2
16312024-11-01T21:40:39.727Z Compiling indexmap v2.6.0
16322024-11-01T21:40:40.852Z Compiling tokio v1.40.0
16332024-11-01T21:40:40.957Z Compiling http v1.1.0
16342024-11-01T21:40:41.206Z Compiling serde_tokenstream v0.2.2
16352024-11-01T21:40:41.428Z Compiling rustc_version v0.4.1
16362024-11-01T21:40:41.790Z Compiling uuid v1.10.0
16372024-11-01T21:40:42.055Z Compiling chrono v0.4.38
16382024-11-01T21:40:42.579Z Compiling bitflags v2.6.0
16392024-11-01T21:40:43.112Z Compiling serde_spanned v0.6.8
16402024-11-01T21:40:43.348Z Compiling toml_datetime v0.6.8
16412024-11-01T21:40:43.816Z Compiling pest_derive v2.7.14
16422024-11-01T21:40:44.959Z Compiling scroll v0.12.0
16432024-11-01T21:40:46.542Z Compiling tracing v0.1.40
16442024-11-01T21:40:47.649Z Compiling async-trait v0.1.83
16452024-11-01T21:40:48.285Z Compiling aho-corasick v1.1.3
16462024-11-01T21:40:48.765Z Compiling percent-encoding v2.3.1
16472024-11-01T21:40:49.099Z Compiling regex-syntax v0.8.5
16482024-11-01T21:40:49.368Z Compiling camino v1.1.9
16492024-11-01T21:40:49.905Z Compiling rustls-pki-types v1.9.0
16502024-11-01T21:40:49.923Z Compiling rayon-core v1.12.1
16512024-11-01T21:40:50.207Z Compiling plain v0.2.3
16522024-11-01T21:40:50.382Z Compiling goblin v0.8.2
16532024-11-01T21:40:50.447Z Compiling tokio-util v0.7.12
16542024-11-01T21:40:51.779Z Compiling spki v0.7.3
16552024-11-01T21:40:52.045Z Compiling rand v0.8.5
16562024-11-01T21:40:52.155Z Compiling salsa20 v0.10.2
16572024-11-01T21:40:52.355Z Compiling pbkdf2 v0.12.2
16582024-11-01T21:40:52.805Z Compiling regex-automata v0.4.8
16592024-11-01T21:40:53.394Z Compiling untrusted v0.9.0
16602024-11-01T21:40:53.412Z Compiling powerfmt v0.2.0
16612024-11-01T21:40:53.792Z Compiling pretty-hex v0.4.1
16622024-11-01T21:40:54.012Z Compiling rustls v0.22.4
16632024-11-01T21:40:54.054Z Compiling winnow v0.5.40
16642024-11-01T21:40:54.308Z Compiling deranged v0.3.11
16652024-11-01T21:40:56.231Z Compiling dof v0.3.0
16662024-11-01T21:40:56.921Z Compiling scrypt v0.11.0
16672024-11-01T21:40:57.856Z Compiling toml_edit v0.19.15
16682024-11-01T21:40:57.942Z Compiling dtrace-parser v0.2.0
16692024-11-01T21:40:58.226Z Compiling aes v0.8.4
16702024-11-01T21:40:58.283Z Compiling cbc v0.1.2
16712024-11-01T21:40:58.503Z Compiling thread-id v4.2.2
16722024-11-01T21:40:58.620Z Compiling atomic-waker v1.1.2
16732024-11-01T21:40:58.807Z Compiling num_threads v0.1.7
16742024-11-01T21:40:58.950Z Compiling rustversion v1.0.17
16752024-11-01T21:40:59.540Z Compiling pkcs5 v0.7.1
16762024-11-01T21:40:59.657Z Compiling time v0.3.36
16772024-11-01T21:41:00.646Z Compiling rustls-webpki v0.102.8
16782024-11-01T21:41:01.719Z Compiling form_urlencoded v1.2.1
16792024-11-01T21:41:02.018Z Compiling http-body v1.0.1
16802024-11-01T21:41:02.262Z Compiling heapless v0.7.17
16812024-11-01T21:41:02.823Z Compiling bzip2-sys v0.1.11+1.0.8
16822024-11-01T21:41:03.070Z Compiling multer v3.1.0
16832024-11-01T21:41:03.365Z Compiling try-lock v0.2.5
16842024-11-01T21:41:03.517Z Compiling slog-async v2.8.0
16852024-11-01T21:41:03.786Z Compiling signal-hook v0.3.17
16862024-11-01T21:41:04.089Z Compiling want v0.3.1
16872024-11-01T21:41:04.368Z Compiling pkcs8 v0.10.2
16882024-11-01T21:41:05.013Z Compiling h2 v0.4.6
16892024-11-01T21:41:05.581Z Compiling regex v1.11.0
16902024-11-01T21:41:06.496Z Compiling adler2 v2.0.0
16912024-11-01T21:41:06.565Z Compiling paste v1.0.15
16922024-11-01T21:41:06.629Z Compiling strsim v0.11.1
16932024-11-01T21:41:06.934Z Compiling httpdate v1.0.3
16942024-11-01T21:41:07.100Z Compiling miniz_oxide v0.8.0
16952024-11-01T21:41:08.915Z Compiling usdt-macro v0.5.0
16962024-11-01T21:41:09.096Z Compiling usdt-attr-macro v0.5.0
16972024-11-01T21:41:10.238Z Compiling curve25519-dalek v4.1.3
16982024-11-01T21:41:10.435Z Compiling openapiv3 v2.0.0
16992024-11-01T21:41:10.524Z Compiling enum-as-inner v0.6.1
17002024-11-01T21:41:10.659Z Compiling async-stream-impl v0.3.6
17012024-11-01T21:41:11.550Z Compiling idna v0.5.0
17022024-11-01T21:41:12.008Z Compiling hyper v1.4.1
17032024-11-01T21:41:12.160Z Compiling errno v0.3.9
17042024-11-01T21:41:12.433Z Compiling dropshot v0.12.0
17052024-11-01T21:41:12.758Z Compiling num-bigint-dig v0.8.4
17062024-11-01T21:41:12.914Z Compiling tower-service v0.3.3
17072024-11-01T21:41:13.051Z Compiling foreign-types-shared v0.1.1
17082024-11-01T21:41:13.170Z Compiling smoltcp v0.9.1
17092024-11-01T21:41:13.774Z Compiling match_cfg v0.1.0
17102024-11-01T21:41:13.863Z Compiling base64 v0.22.1
17112024-11-01T21:41:13.880Z Compiling portable-atomic v1.9.0
17122024-11-01T21:41:14.578Z Compiling hyper-util v0.1.9
17132024-11-01T21:41:14.595Z Compiling hostname v0.3.1
17142024-11-01T21:41:14.739Z Compiling foreign-types v0.3.2
17152024-11-01T21:41:14.758Z Compiling url v2.5.2
17162024-11-01T21:41:17.117Z Compiling dirs-sys-next v0.1.2
17172024-11-01T21:41:17.613Z Compiling gimli v0.31.1
17182024-11-01T21:41:17.637Z Compiling heck v0.4.1
17192024-11-01T21:41:17.681Z Compiling data-encoding v2.6.0
17202024-11-01T21:41:18.028Z Compiling siphasher v0.3.11
17212024-11-01T21:41:19.329Z Compiling dirs-next v2.0.0
17222024-11-01T21:41:22.888Z Compiling addr2line v0.24.2
17232024-11-01T21:41:24.837Z Compiling http-body-util v0.1.2
17242024-11-01T21:41:25.612Z Compiling crossbeam-epoch v0.9.18
17252024-11-01T21:41:25.824Z Compiling dropshot_endpoint v0.12.0
17262024-11-01T21:41:26.196Z Compiling hubpack_derive v0.1.1
17272024-11-01T21:41:26.338Z Compiling signature v2.2.0
17282024-11-01T21:41:26.555Z Compiling sha1 v0.10.6
17292024-11-01T21:41:26.744Z Compiling zerocopy-derive v0.6.6
17302024-11-01T21:41:26.942Z Compiling curve25519-dalek-derive v0.1.1
17312024-11-01T21:41:27.089Z Compiling lazy_static v1.5.0
17322024-11-01T21:41:27.221Z Compiling object v0.36.5
17332024-11-01T21:41:28.285Z Compiling thread_local v1.1.8
17342024-11-01T21:41:28.505Z Compiling fs-err v2.11.0
17352024-11-01T21:41:28.618Z Compiling encoding_rs v0.8.34
17362024-11-01T21:41:28.763Z Compiling winnow v0.6.20
17372024-11-01T21:41:28.963Z Compiling utf8parse v0.2.2
17382024-11-01T21:41:29.633Z Compiling anstyle v1.0.8
17392024-11-01T21:41:30.093Z Compiling openssl-probe v0.1.5
17402024-11-01T21:41:30.409Z Compiling rustc-demangle v0.1.24
17412024-11-01T21:41:31.981Z Compiling stable_deref_trait v1.2.0
17422024-11-01T21:41:32.092Z Compiling mime v0.3.17
17432024-11-01T21:41:32.557Z Compiling either v1.13.0
17442024-11-01T21:41:32.591Z Compiling ipnet v2.10.1
17452024-11-01T21:41:32.616Z Compiling unicode-properties v0.1.3
17462024-11-01T21:41:33.019Z Compiling stringprep v0.1.5
17472024-11-01T21:41:33.857Z Compiling toml_edit v0.22.22
17482024-11-01T21:41:34.272Z Compiling anstyle-parse v0.2.5
17492024-11-01T21:41:35.199Z Compiling backtrace v0.3.74
17502024-11-01T21:41:36.198Z Compiling crossbeam-deque v0.8.5
17512024-11-01T21:41:44.073Z Compiling term v0.7.0
17522024-11-01T21:41:45.312Z Compiling slog-json v2.6.1
17532024-11-01T21:41:46.020Z Compiling serde_urlencoded v0.7.1
17542024-11-01T21:41:46.056Z Compiling crossbeam-channel v0.5.13
17552024-11-01T21:41:46.148Z Compiling rustls-pemfile v2.2.0
17562024-11-01T21:41:46.526Z Compiling hashbrown v0.14.5
17572024-11-01T21:41:46.596Z Compiling futures-executor v0.3.31
17582024-11-01T21:41:47.140Z Compiling md-5 v0.10.6
17592024-11-01T21:41:47.364Z Compiling idna v0.3.0
17602024-11-01T21:41:47.382Z Compiling idna v0.4.0
17612024-11-01T21:41:47.399Z Compiling num-integer v0.1.46
17622024-11-01T21:41:47.815Z Compiling ff v0.13.0
17632024-11-01T21:41:48.071Z Compiling hash32 v0.2.1
17642024-11-01T21:41:48.119Z Compiling memmap v0.7.0
17652024-11-01T21:41:48.437Z Compiling is-terminal v0.4.13
17662024-11-01T21:41:48.745Z Compiling fallible-iterator v0.2.0
17672024-11-01T21:41:48.747Z Compiling take_mut v0.2.2
17682024-11-01T21:41:49.160Z Compiling is_terminal_polyfill v1.70.1
17692024-11-01T21:41:49.296Z Compiling base16ct v0.2.0
17702024-11-01T21:41:49.581Z Compiling colorchoice v1.0.2
17712024-11-01T21:41:49.711Z Compiling psl-types v2.0.11
17722024-11-01T21:41:49.849Z Compiling utf-8 v0.7.6
17732024-11-01T21:41:50.156Z Compiling anstyle-query v1.1.1
17742024-11-01T21:41:50.318Z Compiling quick-error v1.2.3
17752024-11-01T21:41:50.477Z Compiling linked-hash-map v0.5.6
17762024-11-01T21:41:50.857Z Compiling lru-cache v0.1.2
17772024-11-01T21:41:51.062Z Compiling resolv-conf v0.7.0
17782024-11-01T21:41:51.714Z Compiling anstream v0.6.15
17792024-11-01T21:41:51.863Z Compiling tungstenite v0.24.0
17802024-11-01T21:41:52.082Z Compiling publicsuffix v2.2.3
17812024-11-01T21:41:52.387Z Compiling sec1 v0.7.3
17822024-11-01T21:41:52.909Z Compiling postgres-protocol v0.6.7
17832024-11-01T21:41:53.608Z Compiling slog-term v2.9.1
17842024-11-01T21:41:53.809Z Compiling usdt v0.5.0
17852024-11-01T21:41:53.976Z Compiling hickory-proto v0.24.1
17862024-11-01T21:41:54.095Z Compiling group v0.13.0
17872024-11-01T21:41:54.258Z Compiling num-iter v0.1.45
17882024-11-01T21:41:54.458Z Compiling regress v0.10.1
17892024-11-01T21:41:56.210Z Compiling futures v0.3.31
17902024-11-01T21:41:59.272Z Compiling slog-bunyan v2.5.0
17912024-11-01T21:41:59.404Z Compiling tokio-rustls v0.25.0
17922024-11-01T21:41:59.746Z Compiling tokio-rustls v0.26.0
17932024-11-01T21:41:59.832Z Compiling toml v0.8.19
17942024-11-01T21:41:59.888Z Compiling tokio-native-tls v0.3.1
17952024-11-01T21:42:00.180Z Compiling terminal_size v0.4.0
17962024-11-01T21:42:00.199Z Compiling phf_shared v0.11.2
17972024-11-01T21:42:00.406Z Compiling strum_macros v0.25.3
17982024-11-01T21:42:00.777Z Compiling async-stream v0.3.6
17992024-11-01T21:42:01.334Z Compiling waitgroup v0.1.2
18002024-11-01T21:42:01.732Z Compiling webpki-roots v0.26.6
18012024-11-01T21:42:02.008Z Compiling serde_path_to_error v0.1.16
18022024-11-01T21:42:02.578Z Compiling hkdf v0.12.4
18032024-11-01T21:42:02.640Z Compiling crypto-bigint v0.5.5
18042024-11-01T21:42:02.797Z Compiling derive-where v1.2.7
18052024-11-01T21:42:02.818Z Compiling serde_repr v0.1.19
18062024-11-01T21:42:03.818Z Compiling clap_derive v4.5.18
18072024-11-01T21:42:03.971Z Compiling hostname v0.4.0
18082024-11-01T21:42:04.215Z Compiling crc32fast v1.4.2
18092024-11-01T21:42:04.543Z Compiling bitflags v1.3.2
18102024-11-01T21:42:04.656Z Compiling managed v0.8.0
18112024-11-01T21:42:05.772Z Compiling clap_lex v0.7.2
18122024-11-01T21:42:06.122Z Compiling debug-ignore v1.0.5
18132024-11-01T21:42:06.212Z Compiling unicode-width v0.1.14
18142024-11-01T21:42:06.527Z Compiling clap_builder v4.5.20
18152024-11-01T21:42:06.731Z Compiling console v0.15.8
18162024-11-01T21:42:07.968Z Compiling elliptic-curve v0.13.8
18172024-11-01T21:42:08.001Z Compiling flate2 v1.0.34
18182024-11-01T21:42:09.060Z Compiling hyper-rustls v0.27.3
18192024-11-01T21:42:12.197Z Compiling phf v0.11.2
18202024-11-01T21:42:12.520Z Compiling hyper-tls v0.6.0
18212024-11-01T21:42:12.610Z Compiling hickory-resolver v0.24.1
18222024-11-01T21:42:12.763Z Compiling signal-hook-mio v0.2.4
18232024-11-01T21:42:12.919Z Compiling rayon v1.10.0
18242024-11-01T21:42:12.948Z Compiling typify-impl v0.2.0
18252024-11-01T21:42:13.567Z Compiling cookie_store v0.21.0
18262024-11-01T21:42:13.940Z Compiling bzip2 v0.4.4
18272024-11-01T21:42:14.302Z Compiling postgres-types v0.2.8
18282024-11-01T21:42:14.472Z Compiling tokio-tungstenite v0.24.0
18292024-11-01T21:42:15.180Z Compiling zerocopy v0.6.6
18302024-11-01T21:42:15.199Z Compiling hubpack v0.1.2
18312024-11-01T21:42:15.631Z Compiling ed25519 v2.2.3
18322024-11-01T21:42:15.668Z Compiling phf_shared v0.10.0
18332024-11-01T21:42:16.065Z Compiling pkcs1 v0.7.5
18342024-11-01T21:42:16.068Z Compiling bstr v1.10.0
18352024-11-01T21:42:17.146Z Compiling tokio-stream v0.1.16
18362024-11-01T21:42:17.258Z Compiling serde-big-array v0.5.1
18372024-11-01T21:42:17.610Z Compiling rfc6979 v0.4.0
18382024-11-01T21:42:17.629Z Compiling float-cmp v0.9.0
18392024-11-01T21:42:17.710Z Compiling sync_wrapper v1.0.1
18402024-11-01T21:42:17.858Z Compiling static_assertions v1.1.0
18412024-11-01T21:42:17.980Z Compiling minimal-lexical v0.2.1
18422024-11-01T21:42:18.059Z Compiling fixedbitset v0.4.2
18432024-11-01T21:42:18.170Z Compiling bit-vec v0.6.3
18442024-11-01T21:42:18.212Z Compiling precomputed-hash v0.1.1
18452024-11-01T21:42:18.337Z Compiling new_debug_unreachable v1.0.6
18462024-11-01T21:42:18.434Z Compiling number_prefix v0.4.0
18472024-11-01T21:42:18.452Z Compiling unicode-segmentation v1.12.0
18482024-11-01T21:42:18.582Z Compiling whoami v1.5.2
18492024-11-01T21:42:18.648Z Compiling difflib v0.4.0
18502024-11-01T21:42:19.247Z Compiling normalize-line-endings v0.3.0
18512024-11-01T21:42:19.254Z Compiling predicates-core v1.0.8
18522024-11-01T21:42:19.698Z Compiling predicates v3.1.2
18532024-11-01T21:42:19.858Z Compiling similar v2.6.0
18542024-11-01T21:42:20.388Z Compiling tokio-postgres v0.7.12
18552024-11-01T21:42:20.579Z Compiling indicatif v0.17.8
18562024-11-01T21:42:21.179Z Compiling bit-set v0.5.3
18572024-11-01T21:42:21.475Z Compiling string_cache v0.8.7
18582024-11-01T21:42:21.768Z Compiling petgraph v0.6.5
18592024-11-01T21:42:21.906Z Compiling nom v7.1.3
18602024-11-01T21:42:22.312Z Compiling qorb v0.2.0
18612024-11-01T21:42:23.284Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18622024-11-01T21:42:23.977Z Compiling typify-macro v0.2.0
18632024-11-01T21:42:25.592Z Compiling reqwest v0.12.8
18642024-11-01T21:42:25.610Z Compiling ecdsa v0.16.9
18652024-11-01T21:42:27.516Z Compiling rsa v0.9.6
18662024-11-01T21:42:27.566Z Compiling ed25519-dalek v2.1.1
18672024-11-01T21:42:28.106Z Compiling zip v0.6.6
18682024-11-01T21:42:28.173Z Compiling crossterm v0.28.1
18692024-11-01T21:42:28.488Z Compiling clap v4.5.20
18702024-11-01T21:42:29.938Z Compiling itertools v0.10.5
18712024-11-01T21:42:30.921Z Compiling itertools v0.12.1
18722024-11-01T21:42:31.399Z Compiling toml v0.7.8
18732024-11-01T21:42:31.908Z Compiling x509-cert v0.2.5
18742024-11-01T21:42:32.807Z Compiling hex v0.4.3
18752024-11-01T21:42:33.440Z Compiling unicode-xid v0.2.6
18762024-11-01T21:42:33.616Z Compiling lalrpop-util v0.19.12
18772024-11-01T21:42:33.949Z Compiling peg-runtime v0.8.3
18782024-11-01T21:42:36.224Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18792024-11-01T21:42:38.140Z Compiling proc-macro-crate v1.3.1
18802024-11-01T21:42:38.442Z Compiling ipnetwork v0.20.0
18812024-11-01T21:42:40.338Z Compiling heapless v0.8.0
18822024-11-01T21:42:41.199Z Compiling num_enum_derive v0.5.11
18832024-11-01T21:42:48.934Z Compiling hash32 v0.3.1
18842024-11-01T21:42:50.488Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18852024-11-01T21:42:51.063Z Compiling smoltcp v0.11.0
18862024-11-01T21:42:51.934Z Compiling ident_case v1.0.1
18872024-11-01T21:42:52.109Z Compiling darling_core v0.20.10
18882024-11-01T21:43:05.594Z Compiling num_enum v0.5.11
18892024-11-01T21:43:06.322Z Compiling typify v0.2.0
18902024-11-01T21:43:08.663Z Compiling proc-macro-error-attr v1.0.4
18912024-11-01T21:43:08.998Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18922024-11-01T21:43:09.300Z Compiling unsafe-libyaml v0.2.11
18932024-11-01T21:43:09.891Z Compiling cobs v0.2.3
18942024-11-01T21:43:11.012Z Compiling serde_yaml v0.9.34+deprecated
18952024-11-01T21:43:13.102Z Compiling postcard v1.0.10
18962024-11-01T21:43:21.692Z Compiling progenitor-impl v0.8.0
18972024-11-01T21:43:28.041Z Compiling darling_macro v0.20.10
18982024-11-01T21:43:36.407Z Compiling strum_macros v0.26.4
18992024-11-01T21:43:37.044Z Compiling foreign-types-macros v0.2.3
19002024-11-01T21:43:37.295Z Compiling structmeta-derive v0.3.0
19012024-11-01T21:43:37.829Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19022024-11-01T21:43:38.048Z Compiling proc-macro-error v1.0.4
19032024-11-01T21:43:38.357Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19042024-11-01T21:43:38.392Z Compiling newtype-uuid v1.1.2
19052024-11-01T21:43:39.123Z Compiling foreign-types-shared v0.3.1
19062024-11-01T21:43:39.713Z Compiling structmeta v0.3.0
19072024-11-01T21:43:40.482Z Compiling strum v0.26.3
19082024-11-01T21:43:40.679Z Compiling foreign-types v0.5.0
19092024-11-01T21:43:46.539Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19102024-11-01T21:43:49.473Z Compiling darling v0.20.10
19112024-11-01T21:43:49.503Z Compiling progenitor-macro v0.8.0
19122024-11-01T21:43:54.368Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
19132024-11-01T21:43:54.394Z Compiling progenitor-client v0.8.0
19142024-11-01T21:43:55.275Z Compiling tabwriter v1.4.0
19152024-11-01T21:43:57.166Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19162024-11-01T21:43:57.983Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19172024-11-01T21:43:58.035Z Compiling cstr-argument v0.1.2
19182024-11-01T21:43:58.310Z Compiling crucible-workspace-hack v0.1.0
19192024-11-01T21:43:58.594Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
19202024-11-01T21:43:58.896Z Compiling pretty-hex v0.2.1
19212024-11-01T21:43:59.125Z Compiling fastrand v2.1.1
19222024-11-01T21:43:59.343Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19232024-11-01T21:43:59.468Z Compiling tempfile v3.13.0
19242024-11-01T21:43:59.762Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19252024-11-01T21:43:59.783Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19262024-11-01T21:44:00.062Z Compiling serde_with_macros v3.11.0
19272024-11-01T21:44:00.602Z Compiling parse-display-derive v0.10.0
19282024-11-01T21:44:00.920Z Compiling colored v2.1.0
19292024-11-01T21:44:01.156Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19302024-11-01T21:44:01.888Z Compiling instant v0.1.13
19312024-11-01T21:44:02.064Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19322024-11-01T21:44:02.088Z Compiling backoff v0.4.0
19332024-11-01T21:44:02.471Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19342024-11-01T21:44:02.474Z Compiling serde_with v3.11.0
19352024-11-01T21:44:02.501Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19362024-11-01T21:44:03.189Z Compiling progenitor v0.8.0
19372024-11-01T21:44:03.431Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19382024-11-01T21:44:04.301Z Compiling parse-display v0.10.0
19392024-11-01T21:44:05.461Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19402024-11-01T21:44:06.049Z Compiling zone_cfg_derive v0.3.0
19412024-11-01T21:44:06.221Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19422024-11-01T21:44:06.922Z Compiling camino-tempfile v1.1.1
19432024-11-01T21:44:07.033Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19442024-11-01T21:44:07.088Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19452024-11-01T21:44:07.283Z Compiling regress v0.9.1
19462024-11-01T21:44:07.364Z Compiling macaddr v1.0.1
19472024-11-01T21:44:07.539Z Compiling num-derive v0.4.2
19482024-11-01T21:44:07.673Z Compiling sigpipe v0.1.3
19492024-11-01T21:44:07.813Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19502024-11-01T21:44:07.995Z Compiling libefi-sys v0.1.0
19512024-11-01T21:44:08.180Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19522024-11-01T21:44:08.363Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19532024-11-01T21:44:08.915Z Compiling zone v0.3.0
19542024-11-01T21:44:09.663Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
19552024-11-01T21:44:11.250Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19562024-11-01T21:44:11.339Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19572024-11-01T21:44:12.100Z Compiling smf v0.2.3
19582024-11-01T21:44:12.166Z Compiling bitfield-struct v0.6.2
19592024-11-01T21:44:13.487Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19602024-11-01T21:44:13.905Z Compiling blake3 v1.5.4
19612024-11-01T21:44:14.540Z Compiling ring v0.16.20
19622024-11-01T21:44:15.322Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19632024-11-01T21:44:15.680Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19642024-11-01T21:44:15.863Z Compiling xattr v1.3.1
19652024-11-01T21:44:16.068Z Compiling filetime v0.2.25
19662024-11-01T21:44:16.170Z Compiling memmap2 v0.9.5
19672024-11-01T21:44:16.426Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19682024-11-01T21:44:16.560Z Compiling untrusted v0.7.1
19692024-11-01T21:44:16.751Z Compiling spin v0.5.2
19702024-11-01T21:44:16.769Z Compiling arrayref v0.3.9
19712024-11-01T21:44:16.822Z Compiling same-file v1.0.6
19722024-11-01T21:44:16.882Z Compiling arrayvec v0.7.6
19732024-11-01T21:44:16.999Z Compiling constant_time_eq v0.3.1
19742024-11-01T21:44:17.106Z Compiling walkdir v2.5.0
19752024-11-01T21:44:17.185Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19762024-11-01T21:44:18.636Z Compiling tar v0.4.42
19772024-11-01T21:44:18.735Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19782024-11-01T21:44:19.155Z Compiling gethostname v0.5.0
19792024-11-01T21:44:19.362Z Compiling cargo-platform v0.1.8
19802024-11-01T21:44:19.845Z Compiling topological-sort v0.2.2
19812024-11-01T21:44:20.090Z Compiling cargo_metadata v0.18.1
19822024-11-01T21:44:23.360Z Compiling omicron-zone-package v0.11.1
19832024-11-01T21:44:27.439Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19842024-11-01T21:44:28.375Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19852024-11-01T21:44:32.920Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19862024-11-01T21:44:48.963Z Finished `release` profile [optimized] target(s) in 4m 36s
19872024-11-01T21:44:49.119Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19882024-11-01T21:44:49.164ZLogging to: /work/oxidecomputer/omicron/out/LOG
19892024-11-01T21:44:49.167ZCreated new build target 'test' and set it as active
19902024-11-01T21:44:49.167Z
19912024-11-01T21:44:49.167Zreal 4:36.927979714
19922024-11-01T21:44:49.167Zuser 31:31.327420710
19932024-11-01T21:44:49.168Zsys 3:50.008503323
19942024-11-01T21:44:49.168Ztrap 0.897223447
19952024-11-01T21:44:49.168Ztflt 3.214389744
19962024-11-01T21:44:49.168Zdflt 0.863247647
19972024-11-01T21:44:49.168Zkflt 0.010248555
19982024-11-01T21:44:49.168Zlock 1:08:52.490858719
19992024-11-01T21:44:49.168Zslp 2:00:26.252307530
20002024-11-01T21:44:49.168Zlat 2:07.033610747
20012024-11-01T21:44:49.168Zstop 3:52.754876973
20022024-11-01T21:44:49.168Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
20032024-11-01T21:44:50.094Z Finished `release` profile [optimized] target(s) in 0.87s
20042024-11-01T21:44:50.152Z Running `target/release/omicron-package -t test package`
20052024-11-01T21:44:50.201ZLogging to: /work/oxidecomputer/omicron/out/LOG
20062024-11-01T21:44:51.270Z Compiling convert_case v0.4.0
20072024-11-01T21:44:51.270Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20082024-11-01T21:44:51.274Z Compiling itertools v0.13.0
20092024-11-01T21:44:51.274Z Compiling password-hash v0.5.0
20102024-11-01T21:44:51.274Z Compiling blake2 v0.10.6
20112024-11-01T21:44:51.274Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20122024-11-01T21:44:51.274Z Compiling newline-converter v0.3.0
20132024-11-01T21:44:51.419Z Compiling cancel-safe-futures v0.1.5
20142024-11-01T21:44:51.584Z Compiling owo-colors v4.1.0
20152024-11-01T21:44:51.654Z Compiling expectorate v1.1.0
20162024-11-01T21:44:51.849Z Compiling base64 v0.21.7
20172024-11-01T21:44:52.049Z Compiling derive_more v0.99.18
20182024-11-01T21:44:52.184Z Compiling argon2 v0.5.3
20192024-11-01T21:44:52.598Z Compiling libsw v3.3.1
20202024-11-01T21:44:52.617Z Compiling swrite v0.1.0
20212024-11-01T21:44:52.753Z Compiling linear-map v1.2.0
20222024-11-01T21:44:52.966Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20232024-11-01T21:44:53.025Z Compiling indent_write v2.2.0
20242024-11-01T21:44:53.226Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
20252024-11-01T21:44:53.283Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20262024-11-01T21:44:53.550Z Compiling progenitor-client v0.8.0
20272024-11-01T21:44:53.697Z Compiling atomicwrites v0.4.4
20282024-11-01T21:44:53.995Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20292024-11-01T21:44:54.220Z Compiling progenitor v0.8.0
20302024-11-01T21:44:54.457Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20312024-11-01T21:44:54.575Z Compiling num-rational v0.4.2
20322024-11-01T21:44:54.662Z Compiling num-complex v0.4.6
20332024-11-01T21:44:55.180Z Compiling prettyplease v0.2.22
20342024-11-01T21:44:55.504Z Compiling float-ord v0.3.2
20352024-11-01T21:44:55.689Z Compiling semver v0.1.20
20362024-11-01T21:44:55.966Z Compiling num v0.4.3
20372024-11-01T21:44:56.094Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20382024-11-01T21:44:56.266Z Compiling rustc_version v0.1.7
20392024-11-01T21:44:56.675Z Compiling newtype_derive v0.1.6
20402024-11-01T21:44:57.111Z Compiling humantime v2.1.0
20412024-11-01T21:44:57.150Z Compiling highway v1.2.0
20422024-11-01T21:44:58.085Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20432024-11-01T21:44:58.104Z Compiling home v0.5.9
20442024-11-01T21:44:58.346Z Compiling steno v0.4.1
20452024-11-01T21:45:00.826Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20462024-11-01T21:45:01.440Z Compiling newtype-uuid v1.1.2
20472024-11-01T21:45:01.791Z Compiling tungstenite v0.21.0
20482024-11-01T21:45:02.011Z Compiling ipnetwork v0.20.0
20492024-11-01T21:45:02.434Z Compiling slog-dtrace v0.3.0
20502024-11-01T21:45:02.779Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20512024-11-01T21:45:02.798Z Compiling instant v0.1.13
20522024-11-01T21:45:02.987Z Compiling tokio-tungstenite v0.21.0
20532024-11-01T21:45:03.637Z Compiling backoff v0.4.0
20542024-11-01T21:45:04.081Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20552024-11-01T21:45:04.760Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20562024-11-01T21:45:05.118Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20572024-11-01T21:45:07.064Z Compiling parse-display v0.10.0
20582024-11-01T21:45:07.391Z Compiling strum v0.26.3
20592024-11-01T21:45:07.592Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20602024-11-01T21:45:07.786Z Compiling serde_with v3.11.0
20612024-11-01T21:45:08.569Z Compiling regress v0.9.1
20622024-11-01T21:45:09.046Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20632024-11-01T21:45:11.726Z Compiling macaddr v1.0.1
20642024-11-01T21:45:12.346Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20652024-11-01T21:45:13.337Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20662024-11-01T21:45:13.598Z Compiling display-error-chain v0.2.2
20672024-11-01T21:45:13.829Z Compiling arc-swap v1.7.1
20682024-11-01T21:45:14.542Z Compiling slog-scope v4.4.0
20692024-11-01T21:45:15.403Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20702024-11-01T21:45:15.615Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20712024-11-01T21:45:16.685Z Compiling half v2.4.1
20722024-11-01T21:45:17.423Z Compiling ciborium-io v0.2.2
20732024-11-01T21:45:17.573Z Compiling ciborium-ll v0.2.2
20742024-11-01T21:45:18.113Z Compiling slog-stdlog v4.1.1
20752024-11-01T21:45:18.937Z Compiling slog-envlogger v2.2.0
20762024-11-01T21:45:20.022Z Compiling ciborium v0.2.2
20772024-11-01T21:45:20.353Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20782024-11-01T21:45:21.726Z Compiling fastrand v2.1.1
20792024-11-01T21:45:22.128Z Compiling same-file v1.0.6
20802024-11-01T21:45:22.235Z Compiling tempfile v3.13.0
20812024-11-01T21:45:22.373Z Compiling walkdir v2.5.0
20822024-11-01T21:45:23.008Z Compiling ring v0.16.20
20832024-11-01T21:45:23.035Z Compiling blake3 v1.5.4
20842024-11-01T21:45:23.675Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20852024-11-01T21:45:26.489Z Compiling xattr v1.3.1
20862024-11-01T21:45:26.773Z Compiling memmap2 v0.9.5
20872024-11-01T21:45:27.223Z Compiling filetime v0.2.25
20882024-11-01T21:45:27.540Z Compiling spin v0.5.2
20892024-11-01T21:45:27.797Z Compiling constant_time_eq v0.3.1
20902024-11-01T21:45:27.972Z Compiling arrayref v0.3.9
20912024-11-01T21:45:28.093Z Compiling arrayvec v0.7.6
20922024-11-01T21:45:28.528Z Compiling keccak v0.1.5
20932024-11-01T21:45:29.651Z Compiling untrusted v0.7.1
20942024-11-01T21:45:29.670Z Compiling sha3 v0.10.8
20952024-11-01T21:45:30.677Z Compiling tar v0.4.42
20962024-11-01T21:45:31.598Z Compiling toolchain_find v0.4.0
20972024-11-01T21:45:32.166Z Compiling camino-tempfile v1.1.1
20982024-11-01T21:45:32.597Z Compiling nibble_vec v0.1.0
20992024-11-01T21:45:32.617Z Compiling maplit v1.0.2
21002024-11-01T21:45:32.648Z Compiling crunchy v0.2.2
21012024-11-01T21:45:32.746Z Compiling topological-sort v0.2.2
21022024-11-01T21:45:32.825Z Compiling glob v0.3.1
21032024-11-01T21:45:32.983Z Compiling endian-type v0.1.2
21042024-11-01T21:45:33.130Z Compiling radium v0.7.0
21052024-11-01T21:45:33.236Z Compiling radix_trie v0.2.1
21062024-11-01T21:45:33.238Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21072024-11-01T21:45:33.453Z Compiling omicron-zone-package v0.11.1
21082024-11-01T21:45:33.595Z Compiling rustfmt-wrapper v0.2.1
21092024-11-01T21:45:33.612Z Compiling clang-sys v1.8.1
21102024-11-01T21:45:34.132Z Compiling pem v3.0.4
21112024-11-01T21:45:34.157Z Compiling tiny-keccak v2.0.2
21122024-11-01T21:45:34.282Z Compiling tap v1.0.1
21132024-11-01T21:45:34.451Z Compiling maybe-uninit v2.0.0
21142024-11-01T21:45:34.499Z Compiling wyz v0.5.1
21152024-11-01T21:45:35.030Z Compiling dsl_auto_type v0.1.2
21162024-11-01T21:45:35.125Z Compiling scheduled-thread-pool v0.2.7
21172024-11-01T21:45:35.143Z Compiling secrecy v0.8.0
21182024-11-01T21:45:35.406Z Compiling diesel_table_macro_syntax v0.2.0
21192024-11-01T21:45:35.581Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
21202024-11-01T21:45:35.795Z Compiling crc-catalog v2.4.0
21212024-11-01T21:45:35.914Z Compiling funty v2.0.0
21222024-11-01T21:45:35.963Z Compiling packed_struct v0.10.1
21232024-11-01T21:45:36.310Z Compiling crc v3.2.1
21242024-11-01T21:45:36.377Z Compiling diesel_derives v2.2.3
21252024-11-01T21:45:36.457Z Compiling r2d2 v0.8.10
21262024-11-01T21:45:37.367Z Compiling bitvec v1.0.1
21272024-11-01T21:45:37.487Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21282024-11-01T21:45:38.068Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21292024-11-01T21:45:38.335Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21302024-11-01T21:45:38.336Z Compiling ascii-canvas v3.0.0
21312024-11-01T21:45:38.510Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21322024-11-01T21:45:38.798Z Compiling universal-hash v0.5.1
21332024-11-01T21:45:39.047Z Compiling thiserror-impl-no-std v2.0.2
21342024-11-01T21:45:41.574Z Compiling packed_struct_codegen v0.10.1
21352024-11-01T21:45:41.867Z Compiling ena v0.14.3
21362024-11-01T21:45:42.291Z Compiling lzma-sys v0.1.20
21372024-11-01T21:45:43.008Z Compiling indexmap v1.9.3
21382024-11-01T21:45:43.346Z Compiling libloading v0.8.5
21392024-11-01T21:45:43.747Z Compiling diff v0.1.13
21402024-11-01T21:45:43.985Z Compiling bindgen v0.69.5
21412024-11-01T21:45:44.279Z Compiling opaque-debug v0.3.1
21422024-11-01T21:45:44.398Z Compiling regex-syntax v0.6.29
21432024-11-01T21:45:44.444Z Compiling nodrop v0.1.14
21442024-11-01T21:45:44.592Z Compiling array-init v0.0.4
21452024-11-01T21:45:45.945Z Compiling poly1305 v0.8.0
21462024-11-01T21:45:47.052Z Compiling diesel v2.2.4
21472024-11-01T21:45:49.654Z Compiling lalrpop v0.19.12
21482024-11-01T21:45:55.170Z Compiling thiserror-no-std v2.0.2
21492024-11-01T21:45:55.302Z Compiling smallvec v0.6.14
21502024-11-01T21:45:56.393Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21512024-11-01T21:45:57.435Z Compiling which v4.4.2
21522024-11-01T21:45:57.976Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21532024-11-01T21:45:58.294Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21542024-11-01T21:45:58.525Z Compiling chacha20 v0.9.1
21552024-11-01T21:45:59.026Z Compiling heck v0.3.3
21562024-11-01T21:45:59.400Z Compiling cexpr v0.6.0
21572024-11-01T21:46:00.970Z Compiling aead v0.5.2
21582024-11-01T21:46:01.331Z Compiling rustc-hash v1.1.0
21592024-11-01T21:46:01.507Z Compiling lazycell v1.3.0
21602024-11-01T21:46:01.574Z Compiling termcolor v1.4.1
21612024-11-01T21:46:01.698Z Compiling ref-cast v1.0.23
21622024-11-01T21:46:02.177Z Compiling hashbrown v0.12.3
21632024-11-01T21:46:02.695Z Compiling bitfield v0.14.0
21642024-11-01T21:46:03.037Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21652024-11-01T21:46:03.386Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21662024-11-01T21:46:04.767Z Compiling env_logger v0.10.2
21672024-11-01T21:46:07.954Z Compiling chacha20poly1305 v0.10.1
21682024-11-01T21:46:08.246Z Compiling zone_cfg_derive v0.1.2
21692024-11-01T21:46:09.631Z Compiling serde-hex v0.1.0
21702024-11-01T21:46:13.406Z Compiling polar-core v0.27.3
21712024-11-01T21:46:14.629Z Compiling vsss-rs v3.3.4
21722024-11-01T21:46:15.177Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21732024-11-01T21:46:15.495Z Compiling ron v0.8.1
21742024-11-01T21:46:19.063Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21752024-11-01T21:46:19.282Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21762024-11-01T21:46:19.385Z Compiling derive_builder_core v0.20.2
21772024-11-01T21:46:19.901Z Compiling hashbrown v0.13.2
21782024-11-01T21:46:21.335Z Compiling headers-core v0.3.0
21792024-11-01T21:46:21.357Z Compiling fxhash v0.2.1
21802024-11-01T21:46:21.447Z Compiling libxml v0.3.3
21812024-11-01T21:46:21.525Z Compiling ref-cast-impl v1.0.23
21822024-11-01T21:46:21.690Z Compiling crc-any v2.5.0
21832024-11-01T21:46:21.850Z Compiling base64 v0.13.1
21842024-11-01T21:46:22.514Z Compiling ron v0.7.1
21852024-11-01T21:46:22.652Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21862024-11-01T21:46:22.846Z Compiling headers v0.4.0
21872024-11-01T21:46:23.430Z Compiling derive_builder_macro v0.20.2
21882024-11-01T21:46:24.275Z Compiling object v0.30.4
21892024-11-01T21:46:26.503Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21902024-11-01T21:46:27.190Z Compiling samael v0.0.17
21912024-11-01T21:46:28.240Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21922024-11-01T21:46:28.845Z Compiling xz2 v0.1.7
21932024-11-01T21:46:29.790Z Compiling zone v0.1.8
21942024-11-01T21:46:35.452Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21952024-11-01T21:46:35.577Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21962024-11-01T21:46:36.832Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21972024-11-01T21:46:37.105Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21982024-11-01T21:46:37.160Z Compiling yasna v0.5.2
21992024-11-01T21:46:38.452Z Compiling phf_generator v0.11.2
22002024-11-01T21:46:38.569Z Compiling strum_macros v0.24.3
22012024-11-01T21:46:38.667Z Compiling kstat-rs v0.2.4
22022024-11-01T21:46:39.578Z Compiling async-recursion v1.1.1
22032024-11-01T21:46:40.450Z Compiling unicase v2.7.0
22042024-11-01T21:46:40.786Z Compiling indoc v1.0.9
22052024-11-01T21:46:40.920Z Compiling path-slash v0.1.5
22062024-11-01T21:46:40.980Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22072024-11-01T21:46:41.176Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22082024-11-01T21:46:41.603Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22092024-11-01T21:46:41.873Z Compiling phf_codegen v0.11.2
22102024-11-01T21:46:42.471Z Compiling rcgen v0.12.1
22112024-11-01T21:46:43.107Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22122024-11-01T21:46:53.792Z Compiling derive_builder v0.20.2
22132024-11-01T21:46:56.534Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22142024-11-01T21:46:56.616Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
22152024-11-01T21:46:56.914Z Compiling http v0.2.12
22162024-11-01T21:46:58.886Z Compiling oso-derive v0.27.3
22172024-11-01T21:46:59.830Z Compiling impl-trait-for-tuples v0.2.2
22182024-11-01T21:47:01.169Z Compiling parse-zoneinfo v0.3.1
22192024-11-01T21:47:01.466Z Compiling libz-sys v1.1.20
22202024-11-01T21:47:01.640Z Compiling quick-xml v0.33.0
22212024-11-01T21:47:02.117Z Compiling subprocess v0.2.9
22222024-11-01T21:47:02.811Z Compiling diesel-dtrace v0.3.0
22232024-11-01T21:47:03.049Z Compiling cfg_aliases v0.1.1
22242024-11-01T21:47:03.173Z Compiling parking_lot_core v0.8.6
22252024-11-01T21:47:03.666Z Compiling nix v0.28.0
22262024-11-01T21:47:04.511Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22272024-11-01T21:47:06.172Z Compiling oso v0.27.3
22282024-11-01T21:47:06.928Z Compiling chrono-tz-build v0.4.0
22292024-11-01T21:47:08.099Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22302024-11-01T21:47:09.600Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22312024-11-01T21:47:12.165Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22322024-11-01T21:47:14.879Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22332024-11-01T21:47:15.257Z Compiling bb8 v0.8.5
22342024-11-01T21:47:15.287Z Compiling const_format_proc_macros v0.2.33
22352024-11-01T21:47:15.904Z Compiling vte_generate_state_changes v0.1.2
22362024-11-01T21:47:16.515Z Compiling buf-list v1.0.3
22372024-11-01T21:47:17.172Z Compiling const_format v0.2.33
22382024-11-01T21:47:17.191Z Compiling vte v0.11.1
22392024-11-01T21:47:18.425Z Compiling async-bb8-diesel v0.2.1
22402024-11-01T21:47:18.675Z Compiling chrono-tz v0.10.0
22412024-11-01T21:47:19.757Z Compiling h2 v0.3.26
22422024-11-01T21:47:20.166Z Compiling http-body v0.4.6
22432024-11-01T21:47:20.911Z Compiling fd-lock v4.0.2
22442024-11-01T21:47:21.156Z Compiling libgit2-sys v0.17.0+1.8.1
22452024-11-01T21:47:21.950Z Compiling pin-project-internal v1.1.6
22462024-11-01T21:47:23.290Z Compiling atty v0.2.14
22472024-11-01T21:47:23.467Z Compiling bytecount v0.6.8
22482024-11-01T21:47:23.797Z Compiling salty v0.3.0
22492024-11-01T21:47:24.250Z Compiling papergrid v0.11.0
22502024-11-01T21:47:24.584Z Compiling pin-project v1.1.6
22512024-11-01T21:47:37.250Z Compiling hyper v0.14.30
22522024-11-01T21:47:39.601Z Compiling parking_lot v0.11.2
22532024-11-01T21:47:47.262Z Compiling strip-ansi-escapes v0.2.0
22542024-11-01T21:47:48.166Z Compiling tabled_derive v0.7.0
22552024-11-01T21:47:48.336Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22562024-11-01T21:47:50.203Z Compiling peg-macros v0.8.4
22572024-11-01T21:47:51.541Z Compiling snafu-derive v0.8.5
22582024-11-01T21:47:53.146Z Compiling sqlparser_derive v0.2.2
22592024-11-01T21:47:53.260Z Compiling simd-adler32 v0.3.7
22602024-11-01T21:47:54.115Z Compiling lockfree-object-pool v0.1.6
22612024-11-01T21:47:54.444Z Compiling sync_wrapper v0.1.2
22622024-11-01T21:47:54.557Z Compiling bumpalo v3.16.0
22632024-11-01T21:47:54.603Z Compiling unicode_categories v0.1.1
22642024-11-01T21:47:54.949Z Compiling zip v2.1.3
22652024-11-01T21:47:55.303Z Compiling nu-ansi-term v0.50.1
22662024-11-01T21:47:55.456Z Compiling rustyline v14.0.0
22672024-11-01T21:47:55.741Z Compiling reedline v0.35.0
22682024-11-01T21:47:55.855Z Compiling zopfli v0.8.1
22692024-11-01T21:47:56.024Z Compiling snafu v0.8.5
22702024-11-01T21:47:56.026Z Compiling sqlformat v0.2.6
22712024-11-01T21:47:56.451Z Compiling reqwest v0.11.27
22722024-11-01T21:47:57.316Z Compiling sqlparser v0.45.0
22732024-11-01T21:47:59.868Z Compiling peg v0.8.4
22742024-11-01T21:47:59.963Z Compiling tabled v0.15.0
22752024-11-01T21:48:07.483Z Compiling sled v0.34.7
22762024-11-01T21:48:19.074Z Compiling mime_guess v2.0.5
22772024-11-01T21:48:19.939Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22782024-11-01T21:48:20.180Z Compiling hickory-client v0.24.1
22792024-11-01T21:48:22.076Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
22802024-11-01T21:48:25.574Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22812024-11-01T21:48:30.053Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22822024-11-01T21:48:31.693Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22832024-11-01T21:48:33.037Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22842024-11-01T21:48:34.664Z Compiling globset v0.4.15
22852024-11-01T21:48:40.434Z Compiling hickory-server v0.24.1
22862024-11-01T21:48:41.396Z Compiling primeorder v0.13.6
22872024-11-01T21:48:42.017Z Compiling olpc-cjson v0.1.4
22882024-11-01T21:48:42.123Z Compiling vergen v8.3.2
22892024-11-01T21:48:42.346Z Compiling bcs v0.1.6
22902024-11-01T21:48:42.463Z Compiling env_filter v0.1.2
22912024-11-01T21:48:43.268Z Compiling serde_plain v1.0.2
22922024-11-01T21:48:43.593Z Compiling cargo-platform v0.1.8
22932024-11-01T21:48:43.800Z Compiling displaydoc v0.2.5
22942024-11-01T21:48:44.063Z Compiling nanorand v0.7.0
22952024-11-01T21:48:44.106Z Compiling memoffset v0.9.1
22962024-11-01T21:48:44.463Z Compiling typed-path v0.7.1
22972024-11-01T21:48:44.907Z Compiling flume v0.11.0
22982024-11-01T21:48:45.678Z Compiling cargo_metadata v0.18.1
22992024-11-01T21:48:48.917Z Compiling tough v0.17.1
23002024-11-01T21:48:49.276Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23012024-11-01T21:48:50.718Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23022024-11-01T21:48:51.102Z Compiling env_logger v0.11.5
23032024-11-01T21:48:52.402Z Compiling p384 v0.13.0
23042024-11-01T21:48:52.575Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23052024-11-01T21:48:58.991Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23062024-11-01T21:48:59.285Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23072024-11-01T21:49:01.191Z Compiling git2 v0.19.0
23082024-11-01T21:49:02.448Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23092024-11-01T21:49:08.294Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
23102024-11-01T21:49:10.462Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23112024-11-01T21:49:10.483Z Compiling rand_seeder v0.3.0
23122024-11-01T21:49:10.895Z Compiling libsqlite3-sys v0.30.1
23132024-11-01T21:49:11.427Z Compiling cfg_aliases v0.2.1
23142024-11-01T21:49:11.551Z Compiling parse-size v1.1.0
23152024-11-01T21:49:11.881Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
23162024-11-01T21:49:12.236Z Compiling rustls v0.21.12
23172024-11-01T21:49:12.514Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23182024-11-01T21:49:12.561Z Compiling nix v0.29.0
23192024-11-01T21:49:12.806Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23202024-11-01T21:49:13.430Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23212024-11-01T21:49:14.739Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23222024-11-01T21:49:15.081Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23232024-11-01T21:49:15.107Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23242024-11-01T21:49:15.436Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23252024-11-01T21:49:15.824Z Compiling sct v0.7.1
23262024-11-01T21:49:16.309Z Compiling rustls-webpki v0.101.7
23272024-11-01T21:49:19.714Z Compiling castaway v0.2.3
23282024-11-01T21:49:19.855Z Compiling csv-core v0.1.11
23292024-11-01T21:49:19.915Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23302024-11-01T21:49:20.219Z Compiling http-range v0.1.5
23312024-11-01T21:49:20.673Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23322024-11-01T21:49:20.825Z Compiling hyper-staticfile v0.10.1
23332024-11-01T21:49:22.369Z Compiling csv v1.3.0
23342024-11-01T21:49:23.844Z Compiling compact_str v0.8.0
23352024-11-01T21:49:24.587Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23362024-11-01T21:49:26.598Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23372024-11-01T21:49:27.369Z Compiling nix v0.27.1
23382024-11-01T21:49:30.271Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23392024-11-01T21:49:31.472Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23402024-11-01T21:49:33.866Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23412024-11-01T21:49:39.680Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23422024-11-01T21:49:42.437Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23432024-11-01T21:49:45.699Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23442024-11-01T21:49:46.039Z Compiling unicode-truncate v1.1.0
23452024-11-01T21:49:46.323Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23462024-11-01T21:49:46.650Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23472024-11-01T21:49:46.982Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
23482024-11-01T21:49:49.607Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
23492024-11-01T21:49:49.626Z Compiling hashlink v0.9.1
23502024-11-01T21:49:49.707Z Compiling tungstenite v0.23.0
23512024-11-01T21:49:50.443Z Compiling lru v0.12.5
23522024-11-01T21:49:50.833Z Compiling instability v0.3.2
23532024-11-01T21:49:51.843Z Compiling fallible-iterator v0.3.0
23542024-11-01T21:49:52.375Z Compiling fallible-streaming-iterator v0.1.9
23552024-11-01T21:49:52.674Z Compiling cassowary v0.3.0
23562024-11-01T21:49:52.700Z Compiling rusqlite v0.32.1
23572024-11-01T21:49:54.476Z Compiling ratatui v0.28.1
23582024-11-01T21:49:55.255Z Compiling tokio-tungstenite v0.23.1
23592024-11-01T21:49:55.903Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23602024-11-01T21:49:57.913Z Compiling tokio-rustls v0.24.1
23612024-11-01T21:49:58.363Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23622024-11-01T21:50:14.055Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23632024-11-01T21:50:15.723Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23642024-11-01T21:50:15.763Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23652024-11-01T21:50:17.746Z Compiling rustls-pemfile v1.0.4
23662024-11-01T21:50:18.656Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23672024-11-01T21:50:19.005Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23682024-11-01T21:50:19.902Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23692024-11-01T21:50:20.088Z Compiling signal-hook-tokio v0.3.1
23702024-11-01T21:50:20.158Z Compiling twox-hash v1.6.3
23712024-11-01T21:50:20.328Z Compiling smawk v0.3.2
23722024-11-01T21:50:20.615Z Compiling is_ci v1.2.0
23732024-11-01T21:50:20.934Z Compiling unicode-linebreak v0.1.5
23742024-11-01T21:50:21.153Z Compiling supports-color v3.0.1
23752024-11-01T21:50:21.529Z Compiling textwrap v0.16.1
23762024-11-01T21:50:23.762Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23772024-11-01T21:50:28.984Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23782024-11-01T21:50:33.024Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23792024-11-01T21:50:33.769Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23802024-11-01T21:50:38.751Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23812024-11-01T21:50:43.262Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23822024-11-01T21:50:52.232Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23832024-11-01T21:50:52.858Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23842024-11-01T21:50:59.740Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23852024-11-01T21:51:00.062Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23862024-11-01T21:51:02.121Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23872024-11-01T21:51:05.271Z Compiling fatfs v0.3.6
23882024-11-01T21:51:06.596Z Compiling rtoolbox v0.0.2
23892024-11-01T21:51:07.001Z Compiling assert_matches v1.5.0
23902024-11-01T21:51:08.147Z Compiling rpassword v7.3.1
23912024-11-01T21:51:08.615Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23922024-11-01T21:51:11.464Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23932024-11-01T21:51:18.288Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23942024-11-01T21:51:25.310Z Compiling tui-tree-widget v0.22.0
23952024-11-01T21:51:25.770Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23962024-11-01T21:51:26.660Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23972024-11-01T21:51:35.874Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23982024-11-01T21:51:36.207Z Compiling uzers v0.12.1
23992024-11-01T21:51:39.362Z Compiling shell-words v1.1.0
24002024-11-01T21:51:39.875Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24012024-11-01T21:51:40.231Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24022024-11-01T21:51:42.204Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24032024-11-01T21:52:08.745Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24042024-11-01T21:52:14.656Z Compiling multimap v0.10.0
24052024-11-01T21:54:18.935Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
24062024-11-01T21:54:24.047Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24072024-11-01T22:03:06.119Z Finished `release` profile [optimized] target(s) in 18m 15s
24082024-11-01T22:04:04.694Z
24092024-11-01T22:04:04.696Zreal 19:15.478188036
24102024-11-01T22:04:04.696Zuser 2:05:36.151805927
24112024-11-01T22:04:04.696Zsys 5:58.494163982
24122024-11-01T22:04:04.696Ztrap 2.956741201
24132024-11-01T22:04:04.696Ztflt 3.172905303
24142024-11-01T22:04:04.696Zdflt 5.264399440
24152024-11-01T22:04:04.697Zkflt 0.024919800
24162024-11-01T22:04:04.697Zlock 7:30:06.882031562
24172024-11-01T22:04:04.697Zslp 6:17:06.683264461
24182024-11-01T22:04:04.697Zlat 2:55.849244962
24192024-11-01T22:04:04.697Zstop 2:38.615278686
24202024-11-01T22:04:04.697Z+ mapfile -t packages
24212024-11-01T22:04:04.697Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
24222024-11-01T22:04:05.638Z Finished `release` profile [optimized] target(s) in 0.89s
24232024-11-01T22:04:05.695Z Running `target/release/omicron-package -t test list-outputs`
24242024-11-01T22:04:05.734ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252024-11-01T22:04:05.737Z+ ptime -m cargo build --locked --release -p xtask
24262024-11-01T22:04:06.272Z Compiling serde v1.0.210
24272024-11-01T22:04:06.275Z Compiling libc v0.2.161
24282024-11-01T22:04:06.275Z Compiling serde_json v1.0.128
24292024-11-01T22:04:06.275Z Compiling rustix v0.38.37
24302024-11-01T22:04:06.275Z Compiling syn v2.0.79
24312024-11-01T22:04:06.360Z Compiling bitflags v2.6.0
24322024-11-01T22:04:06.701Z Compiling usdt-impl v0.5.0
24332024-11-01T22:04:06.748Z Compiling syn v1.0.109
24342024-11-01T22:04:06.835Z Compiling log v0.4.22
24352024-11-01T22:04:06.852Z Compiling hashbrown v0.15.0
24362024-11-01T22:04:06.884Z Compiling fs-err v2.11.0
24372024-11-01T22:04:07.202Z Compiling once_cell v1.20.2
24382024-11-01T22:04:07.292Z Compiling anyhow v1.0.92
24392024-11-01T22:04:07.837Z Compiling thread-id v4.2.2
24402024-11-01T22:04:08.183Z Compiling indexmap v2.6.0
24412024-11-01T22:04:09.441Z Compiling terminal_size v0.4.0
24422024-11-01T22:04:09.441Z Compiling tempfile v3.13.0
24432024-11-01T22:04:09.673Z Compiling clap_builder v4.5.20
24442024-11-01T22:04:09.944Z Compiling proc-macro-error v1.0.4
24452024-11-01T22:04:11.310Z Compiling tabled_derive v0.7.0
24462024-11-01T22:04:12.596Z Compiling tabled v0.15.0
24472024-11-01T22:04:13.435Z Compiling serde_derive v1.0.210
24482024-11-01T22:04:13.435Z Compiling thiserror-impl v1.0.64
24492024-11-01T22:04:13.438Z Compiling zerocopy-derive v0.7.35
24502024-11-01T22:04:13.438Z Compiling scroll_derive v0.12.0
24512024-11-01T22:04:15.316Z Compiling scroll v0.12.0
24522024-11-01T22:04:15.350Z Compiling zerocopy v0.7.35
24532024-11-01T22:04:15.968Z Compiling goblin v0.8.2
24542024-11-01T22:04:18.596Z Compiling clap_derive v4.5.18
24552024-11-01T22:04:19.824Z Compiling thiserror v1.0.64
24562024-11-01T22:04:20.007Z Compiling pest v2.7.14
24572024-11-01T22:04:22.766Z Compiling pest_meta v2.7.14
24582024-11-01T22:04:26.588Z Compiling pest_generator v2.7.14
24592024-11-01T22:04:28.283Z Compiling pest_derive v2.7.14
24602024-11-01T22:04:29.316Z Compiling dtrace-parser v0.2.0
24612024-11-01T22:04:31.017Z Compiling dof v0.3.0
24622024-11-01T22:04:31.915Z Compiling serde_tokenstream v0.2.2
24632024-11-01T22:04:32.512Z Compiling toml_datetime v0.6.8
24642024-11-01T22:04:32.651Z Compiling serde_spanned v0.6.8
24652024-11-01T22:04:32.923Z Compiling toml_edit v0.22.22
24662024-11-01T22:04:33.259Z Compiling camino v1.1.9
24672024-11-01T22:04:33.370Z Compiling usdt-macro v0.5.0
24682024-11-01T22:04:34.559Z Compiling usdt-attr-macro v0.5.0
24692024-11-01T22:04:34.670Z Compiling semver v1.0.23
24702024-11-01T22:04:36.059Z Compiling cargo-platform v0.1.8
24712024-11-01T22:04:36.133Z Compiling camino-tempfile v1.1.1
24722024-11-01T22:04:36.257Z Compiling macaddr v1.0.1
24732024-11-01T22:04:36.379Z Compiling toml v0.8.19
24742024-11-01T22:04:36.901Z Compiling cargo_metadata v0.18.1
24752024-11-01T22:04:37.126Z Compiling clap v4.5.20
24762024-11-01T22:04:38.116Z Compiling usdt v0.5.0
24772024-11-01T22:04:38.611Z Compiling cargo_toml v0.20.5
24782024-11-01T22:04:50.337Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24792024-11-01T22:05:01.468Z Finished `release` profile [optimized] target(s) in 55.68s
24802024-11-01T22:05:01.570Z
24812024-11-01T22:05:01.574Zreal 55.807722734
24822024-11-01T22:05:01.574Zuser 5:36.390219263
24832024-11-01T22:05:01.574Zsys 29.097893462
24842024-11-01T22:05:01.574Ztrap 0.142847165
24852024-11-01T22:05:01.574Ztflt 0.307728794
24862024-11-01T22:05:01.574Zdflt 0.633074648
24872024-11-01T22:05:01.574Zkflt 0.000127408
24882024-11-01T22:05:01.574Zlock 10:26.160225623
24892024-11-01T22:05:01.574Zslp 15:44.601273718
24902024-11-01T22:05:01.574Zlat 11.307413623
24912024-11-01T22:05:01.574Zstop 15.064949818
24922024-11-01T22:05:01.574Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24932024-11-01T22:05:01.575Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24942024-11-01T22:05:01.575Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24952024-11-01T22:05:01.575Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24962024-11-01T22:05:01.575Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24972024-11-01T22:05:02.408Z Compiling hashbrown v0.14.5
24982024-11-01T22:05:02.530Z Compiling unsafe-libyaml v0.2.11
24992024-11-01T22:05:02.541Z Compiling progenitor-client v0.8.0
25002024-11-01T22:05:02.544Z Compiling ident_case v1.0.1
25012024-11-01T22:05:02.544Z Compiling ipnetwork v0.20.0
25022024-11-01T22:05:02.544Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25032024-11-01T22:05:02.544Z Compiling instant v0.1.13
25042024-11-01T22:05:02.544Z Compiling structmeta-derive v0.3.0
25052024-11-01T22:05:02.680Z Compiling newtype-uuid v1.1.2
25062024-11-01T22:05:02.754Z Compiling darling_core v0.20.10
25072024-11-01T22:05:02.986Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
25082024-11-01T22:05:03.033Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25092024-11-01T22:05:03.371Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25102024-11-01T22:05:03.497Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25112024-11-01T22:05:03.718Z Compiling backoff v0.4.0
25122024-11-01T22:05:03.741Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25132024-11-01T22:05:03.821Z Compiling regress v0.10.1
25142024-11-01T22:05:03.863Z Compiling serde_yaml v0.9.34+deprecated
25152024-11-01T22:05:03.898Z Compiling regress v0.9.1
25162024-11-01T22:05:04.073Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25172024-11-01T22:05:04.262Z Compiling macaddr v1.0.1
25182024-11-01T22:05:04.280Z Compiling tempfile v3.13.0
25192024-11-01T22:05:04.387Z Compiling proc-macro-crate v1.3.1
25202024-11-01T22:05:04.719Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25212024-11-01T22:05:05.134Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25222024-11-01T22:05:05.151Z Compiling foreign-types-macros v0.2.3
25232024-11-01T22:05:05.348Z Compiling structmeta v0.3.0
25242024-11-01T22:05:05.407Z Compiling num_enum_derive v0.5.11
25252024-11-01T22:05:05.453Z Compiling heapless v0.8.0
25262024-11-01T22:05:05.779Z Compiling parse-display-derive v0.10.0
25272024-11-01T22:05:06.029Z Compiling foreign-types-shared v0.3.1
25282024-11-01T22:05:06.430Z Compiling foreign-types v0.5.0
25292024-11-01T22:05:06.552Z Compiling proc-macro-error v1.0.4
25302024-11-01T22:05:06.849Z Compiling camino-tempfile v1.1.1
25312024-11-01T22:05:07.263Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25322024-11-01T22:05:07.320Z Compiling hash32 v0.3.1
25332024-11-01T22:05:07.583Z Compiling typify-impl v0.2.0
25342024-11-01T22:05:07.777Z Compiling cstr-argument v0.1.2
25352024-11-01T22:05:07.801Z Compiling num_enum v0.5.11
25362024-11-01T22:05:08.032Z Compiling pretty-hex v0.2.1
25372024-11-01T22:05:08.115Z Compiling smoltcp v0.11.0
25382024-11-01T22:05:08.135Z Compiling crucible-workspace-hack v0.1.0
25392024-11-01T22:05:08.362Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25402024-11-01T22:05:08.465Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25412024-11-01T22:05:08.609Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25422024-11-01T22:05:08.744Z Compiling tabwriter v1.4.0
25432024-11-01T22:05:08.891Z Compiling colored v2.1.0
25442024-11-01T22:05:08.936Z Compiling cobs v0.2.3
25452024-11-01T22:05:09.216Z Compiling postcard v1.0.10
25462024-11-01T22:05:09.218Z Compiling darling_macro v0.20.10
25472024-11-01T22:05:09.290Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25482024-11-01T22:05:09.357Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25492024-11-01T22:05:09.540Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25502024-11-01T22:05:09.607Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
25512024-11-01T22:05:09.763Z Compiling smf v0.2.3
25522024-11-01T22:05:09.866Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25532024-11-01T22:05:10.081Z Compiling parse-display v0.10.0
25542024-11-01T22:05:10.196Z Compiling darling v0.20.10
25552024-11-01T22:05:10.230Z Compiling zone_cfg_derive v0.3.0
25562024-11-01T22:05:10.327Z Compiling serde_with_macros v3.11.0
25572024-11-01T22:05:10.405Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25582024-11-01T22:05:10.772Z Compiling num-derive v0.4.2
25592024-11-01T22:05:10.907Z Compiling sigpipe v0.1.3
25602024-11-01T22:05:11.042Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25612024-11-01T22:05:11.103Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25622024-11-01T22:05:11.368Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25632024-11-01T22:05:11.682Z Compiling zone v0.3.0
25642024-11-01T22:05:11.791Z Compiling universal-hash v0.5.1
25652024-11-01T22:05:12.001Z Compiling opaque-debug v0.3.1
25662024-11-01T22:05:12.111Z Compiling num-rational v0.4.2
25672024-11-01T22:05:12.153Z Compiling password-hash v0.5.0
25682024-11-01T22:05:13.162Z Compiling serde_with v3.11.0
25692024-11-01T22:05:13.181Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25702024-11-01T22:05:13.197Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
25712024-11-01T22:05:13.257Z Compiling num-complex v0.4.6
25722024-11-01T22:05:13.816Z Compiling blake2 v0.10.6
25732024-11-01T22:05:13.976Z Compiling aead v0.5.2
25742024-11-01T22:05:14.116Z Compiling convert_case v0.4.0
25752024-11-01T22:05:14.361Z Compiling keccak v0.1.5
25762024-11-01T22:05:14.379Z Compiling argon2 v0.5.3
25772024-11-01T22:05:14.868Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25782024-11-01T22:05:15.075Z Compiling derive_more v0.99.18
25792024-11-01T22:05:15.158Z Compiling sha3 v0.10.8
25802024-11-01T22:05:15.186Z Compiling num v0.4.3
25812024-11-01T22:05:15.299Z Compiling poly1305 v0.8.0
25822024-11-01T22:05:15.510Z Compiling tungstenite v0.21.0
25832024-11-01T22:05:16.253Z Compiling chacha20 v0.9.1
25842024-11-01T22:05:16.742Z Compiling float-ord v0.3.2
25852024-11-01T22:05:16.934Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25862024-11-01T22:05:17.036Z Compiling base64 v0.21.7
25872024-11-01T22:05:17.092Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25882024-11-01T22:05:17.179Z Compiling tokio-tungstenite v0.21.0
25892024-11-01T22:05:17.223Z Compiling semver v0.1.20
25902024-11-01T22:05:17.535Z Compiling same-file v1.0.6
25912024-11-01T22:05:17.648Z Compiling rustc_version v0.1.7
25922024-11-01T22:05:17.775Z Compiling walkdir v2.5.0
25932024-11-01T22:05:17.794Z Compiling newline-converter v0.3.0
25942024-11-01T22:05:17.838Z Compiling primeorder v0.13.6
25952024-11-01T22:05:17.864Z Compiling secrecy v0.8.0
25962024-11-01T22:05:17.986Z Compiling prettyplease v0.2.22
25972024-11-01T22:05:18.162Z Compiling home v0.5.9
25982024-11-01T22:05:18.180Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25992024-11-01T22:05:18.256Z Compiling owo-colors v4.1.0
26002024-11-01T22:05:18.300Z Compiling cancel-safe-futures v0.1.5
26012024-11-01T22:05:18.387Z Compiling newtype_derive v0.1.6
26022024-11-01T22:05:18.446Z Compiling expectorate v1.1.0
26032024-11-01T22:05:18.545Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26042024-11-01T22:05:18.588Z Compiling thiserror-impl-no-std v2.0.2
26052024-11-01T22:05:18.627Z Compiling blake3 v1.5.4
26062024-11-01T22:05:18.689Z Compiling ring v0.16.20
26072024-11-01T22:05:18.708Z Compiling half v2.4.1
26082024-11-01T22:05:18.896Z Compiling unicase v2.7.0
26092024-11-01T22:05:19.066Z Compiling arc-swap v1.7.1
26102024-11-01T22:05:19.227Z Compiling ciborium-io v0.2.2
26112024-11-01T22:05:19.373Z Compiling ciborium-ll v0.2.2
26122024-11-01T22:05:19.465Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26132024-11-01T22:05:19.692Z Compiling slog-scope v4.4.0
26142024-11-01T22:05:20.184Z Compiling polyval v0.6.2
26152024-11-01T22:05:20.394Z Compiling atomicwrites v0.4.4
26162024-11-01T22:05:20.631Z Compiling libsw v3.3.1
26172024-11-01T22:05:20.774Z Compiling memmap2 v0.9.5
26182024-11-01T22:05:20.970Z Compiling arrayvec v0.7.6
26192024-11-01T22:05:21.244Z Compiling constant_time_eq v0.3.1
26202024-11-01T22:05:21.416Z Compiling spin v0.5.2
26212024-11-01T22:05:21.437Z Compiling untrusted v0.7.1
26222024-11-01T22:05:21.620Z Compiling indent_write v2.2.0
26232024-11-01T22:05:21.659Z Compiling thiserror-no-std v2.0.2
26242024-11-01T22:05:21.676Z Compiling parking_lot_core v0.8.6
26252024-11-01T22:05:21.781Z Compiling salty v0.3.0
26262024-11-01T22:05:21.832Z Compiling libefi-sys v0.1.0
26272024-11-01T22:05:22.140Z Compiling linear-map v1.2.0
26282024-11-01T22:05:22.159Z Compiling arrayref v0.3.9
26292024-11-01T22:05:22.265Z Compiling vsss-rs v3.3.4
26302024-11-01T22:05:22.295Z Compiling ghash v0.5.1
26312024-11-01T22:05:22.314Z Compiling slog-stdlog v4.1.1
26322024-11-01T22:05:22.498Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26332024-11-01T22:05:22.664Z Compiling ciborium v0.2.2
26342024-11-01T22:05:23.117Z Compiling toolchain_find v0.4.0
26352024-11-01T22:05:23.204Z Compiling p384 v0.13.0
26362024-11-01T22:05:23.449Z Compiling chacha20poly1305 v0.10.1
26372024-11-01T22:05:23.700Z Compiling itertools v0.13.0
26382024-11-01T22:05:23.807Z Compiling lzma-sys v0.1.20
26392024-11-01T22:05:23.845Z Compiling typify-macro v0.2.0
26402024-11-01T22:05:24.220Z Compiling ctr v0.9.2
26412024-11-01T22:05:24.587Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26422024-11-01T22:05:24.592Z Compiling bitfield-struct v0.6.2
26432024-11-01T22:05:24.782Z Compiling slog-dtrace v0.3.0
26442024-11-01T22:05:25.019Z Compiling topological-sort v0.2.2
26452024-11-01T22:05:25.111Z Compiling highway v1.2.0
26462024-11-01T22:05:25.259Z Compiling omicron-zone-package v0.11.1
26472024-11-01T22:05:26.086Z Compiling aes-gcm v0.10.3
26482024-11-01T22:05:26.105Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26492024-11-01T22:05:26.219Z Compiling rustfmt-wrapper v0.2.1
26502024-11-01T22:05:26.373Z Compiling mime_guess v2.0.5
26512024-11-01T22:05:26.543Z Compiling steno v0.4.1
26522024-11-01T22:05:26.800Z Compiling slog-envlogger v2.2.0
26532024-11-01T22:05:27.284Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26542024-11-01T22:05:27.588Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26552024-11-01T22:05:27.616Z Compiling heck v0.3.3
26562024-11-01T22:05:27.652Z Compiling ssh-encoding v0.2.0
26572024-11-01T22:05:27.893Z Compiling blowfish v0.9.1
26582024-11-01T22:05:27.990Z Compiling nibble_vec v0.1.0
26592024-11-01T22:05:28.050Z Compiling typify v0.2.0
26602024-11-01T22:05:28.106Z Compiling env_filter v0.1.2
26612024-11-01T22:05:28.206Z Compiling progenitor-impl v0.8.0
26622024-11-01T22:05:28.226Z Compiling humantime v2.1.0
26632024-11-01T22:05:28.242Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26642024-11-01T22:05:28.404Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26652024-11-01T22:05:28.556Z Compiling endian-type v0.1.2
26662024-11-01T22:05:28.700Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26672024-11-01T22:05:28.759Z Compiling radix_trie v0.2.1
26682024-11-01T22:05:28.775Z Compiling env_logger v0.11.5
26692024-11-01T22:05:28.794Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26702024-11-01T22:05:28.796Z Compiling bcrypt-pbkdf v0.10.0
26712024-11-01T22:05:28.831Z Compiling zone_cfg_derive v0.1.2
26722024-11-01T22:05:29.428Z Compiling ssh-cipher v0.2.0
26732024-11-01T22:05:29.556Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26742024-11-01T22:05:29.772Z Compiling parking_lot v0.11.2
26752024-11-01T22:05:30.042Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26762024-11-01T22:05:30.479Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26772024-11-01T22:05:30.496Z Compiling gethostname v0.5.0
26782024-11-01T22:05:30.633Z Compiling password-hash v0.4.2
26792024-11-01T22:05:30.687Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26802024-11-01T22:05:30.882Z Compiling fxhash v0.2.1
26812024-11-01T22:05:31.021Z Compiling base64 v0.13.1
26822024-11-01T22:05:31.069Z Compiling matches v0.1.10
26832024-11-01T22:05:31.086Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26842024-11-01T22:05:31.135Z Compiling pbkdf2 v0.11.0
26852024-11-01T22:05:31.173Z Compiling idna v0.2.3
26862024-11-01T22:05:31.329Z Compiling sled v0.34.7
26872024-11-01T22:05:31.427Z Compiling ron v0.7.1
26882024-11-01T22:05:31.494Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26892024-11-01T22:05:31.519Z Compiling xz2 v0.1.7
26902024-11-01T22:05:31.600Z Compiling zone v0.1.8
26912024-11-01T22:05:32.025Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26922024-11-01T22:05:32.209Z Compiling ssh-key v0.6.6
26932024-11-01T22:05:33.167Z Compiling hickory-client v0.24.1
26942024-11-01T22:05:33.729Z Compiling p521 v0.13.3
26952024-11-01T22:05:33.772Z Compiling p256 v0.13.2
26962024-11-01T22:05:33.908Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26972024-11-01T22:05:34.584Z Compiling hickory-server v0.24.1
26982024-11-01T22:05:34.630Z Compiling enum-as-inner v0.5.1
26992024-11-01T22:05:35.039Z Compiling pem v3.0.4
27002024-11-01T22:05:35.653Z Compiling yasna v0.5.2
27012024-11-01T22:05:35.822Z Compiling headers-core v0.3.0
27022024-11-01T22:05:35.936Z Compiling progenitor-macro v0.8.0
27032024-11-01T22:05:35.999Z Compiling kstat-rs v0.2.4
27042024-11-01T22:05:36.091Z Compiling nanorand v0.7.0
27052024-11-01T22:05:36.639Z Compiling russh-cryptovec v0.7.3
27062024-11-01T22:05:36.704Z Compiling atty v0.2.14
27072024-11-01T22:05:36.830Z Compiling glob v0.3.1
27082024-11-01T22:05:36.865Z Compiling http-range v0.1.5
27092024-11-01T22:05:36.971Z Compiling md5 v0.7.0
27102024-11-01T22:05:37.245Z Compiling russh-keys v0.45.0
27112024-11-01T22:05:37.313Z Compiling hyper-staticfile v0.10.1
27122024-11-01T22:05:37.484Z Compiling rcgen v0.12.1
27132024-11-01T22:05:37.690Z Compiling flume v0.11.0
27142024-11-01T22:05:37.805Z Compiling headers v0.4.0
27152024-11-01T22:05:38.446Z Compiling trust-dns-proto v0.22.0
27162024-11-01T22:05:38.547Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27172024-11-01T22:05:39.841Z Compiling num-bigint v0.4.6
27182024-11-01T22:05:39.884Z Compiling des v0.8.1
27192024-11-01T22:05:40.239Z Compiling subprocess v0.2.9
27202024-11-01T22:05:41.439Z Compiling hex-literal v0.4.1
27212024-11-01T22:05:41.559Z Compiling dhcproto-macros v0.1.0
27222024-11-01T22:05:41.600Z Compiling display-error-chain v0.2.2
27232024-11-01T22:05:41.820Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27242024-11-01T22:05:42.113Z Compiling internet-checksum v0.2.1
27252024-11-01T22:05:42.765Z Compiling dhcproto v0.12.0
27262024-11-01T22:05:42.843Z Compiling russh v0.45.0
27272024-11-01T22:05:47.266Z Compiling progenitor v0.8.0
27282024-11-01T22:05:47.376Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27292024-11-01T22:05:47.376Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27302024-11-01T22:05:47.378Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27312024-11-01T22:05:47.378Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27322024-11-01T22:05:47.378Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27332024-11-01T22:05:47.452Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27342024-11-01T22:05:47.550Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352024-11-01T22:05:48.321Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27362024-11-01T22:05:48.827Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27372024-11-01T22:05:50.099Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27382024-11-01T22:05:52.676Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27392024-11-01T22:05:53.863Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27402024-11-01T22:06:02.282Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27412024-11-01T22:06:02.285Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27422024-11-01T22:06:02.285Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27432024-11-01T22:06:02.285Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27442024-11-01T22:06:03.078Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452024-11-01T22:06:05.316Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27462024-11-01T22:06:06.292Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27472024-11-01T22:06:06.321Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27482024-11-01T22:06:06.359Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27492024-11-01T22:06:07.293Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27502024-11-01T22:06:09.747Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27512024-11-01T22:06:10.216Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27522024-11-01T22:06:10.236Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27532024-11-01T22:06:10.701Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27542024-11-01T22:06:11.511Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27552024-11-01T22:06:11.815Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27562024-11-01T22:06:12.279Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27572024-11-01T22:06:13.877Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27582024-11-01T22:06:15.941Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27592024-11-01T22:06:16.363Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27602024-11-01T22:06:16.462Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612024-11-01T22:06:16.805Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27622024-11-01T22:06:17.263Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27632024-11-01T22:06:19.187Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27642024-11-01T22:06:22.753Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27652024-11-01T22:06:23.182Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27662024-11-01T22:06:23.343Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27672024-11-01T22:06:24.743Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27682024-11-01T22:06:29.062Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27692024-11-01T22:06:36.433Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27702024-11-01T22:06:38.254Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27712024-11-01T22:07:33.879Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27722024-11-01T22:08:04.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 02s
27732024-11-01T22:08:04.386Z
27742024-11-01T22:08:04.389Zreal 3:02.772745296
27752024-11-01T22:08:04.389Zuser 11:49.676250823
27762024-11-01T22:08:04.389Zsys 2:19.828456959
27772024-11-01T22:08:04.389Ztrap 0.306390714
27782024-11-01T22:08:04.389Ztflt 0.731254653
27792024-11-01T22:08:04.389Zdflt 1.658001045
27802024-11-01T22:08:04.389Zkflt 0.000033278
27812024-11-01T22:08:04.389Zlock 24:53.402539441
27822024-11-01T22:08:04.389Zslp 41:54.599709110
27832024-11-01T22:08:04.389Zlat 32.357861565
27842024-11-01T22:08:04.389Zstop 1:16.361377701
27852024-11-01T22:08:04.389Z+ mkdir tests
27862024-11-01T22:08:04.391Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27872024-11-01T22:08:04.391Z+ xargs -I '{}' -t cp '{}' tests/
27882024-11-01T22:08:04.430Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-66adfe2d07f2bcad tests/
27892024-11-01T22:08:04.457Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-68ca88e587a7b5c5 tests/
27902024-11-01T22:08:04.484Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-ec6bfd4845fc8f27 tests/
27912024-11-01T22:08:04.509Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4334d32fd8c55416 tests/
27922024-11-01T22:08:04.721Z+ 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/*)
27932024-11-01T22:08:04.723Z+ 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-68ca88e587a7b5c5 tests/commtest-ec6bfd4845fc8f27 tests/dhcp_server-66adfe2d07f2bcad tests/end_to_end_tests-4334d32fd8c55416 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
27942024-11-01T22:09:10.147ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27952024-11-01T22:09:10.147Za .github/buildomat/ci-env.sh 1K
27962024-11-01T22:09:10.147Za out/target/test 1K
27972024-11-01T22:09:10.147Za out/npuzone/npuzone 23144K
27982024-11-01T22:09:10.147Za package-manifest.toml 32K
27992024-11-01T22:09:10.147Za smf/sled-agent/non-gimlet/config.toml 4K
28002024-11-01T22:09:10.147Za target/release/omicron-package 32538K
28012024-11-01T22:09:10.147Za target/release/xtask 11749K
28022024-11-01T22:09:10.148Za target/debug/bootstrap 196071K
28032024-11-01T22:09:10.148Za tests/bootstrap-68ca88e587a7b5c5 23991K
28042024-11-01T22:09:10.148Za tests/commtest-ec6bfd4845fc8f27 24191K
28052024-11-01T22:09:10.148Za tests/dhcp_server-66adfe2d07f2bcad 23991K
28062024-11-01T22:09:10.148Za tests/end_to_end_tests-4334d32fd8c55416 208281K
28072024-11-01T22:09:10.151Za out/clickhouse.tar.gz 244336K
28082024-11-01T22:09:10.151Za out/clickhouse_keeper.tar.gz 244312K
28092024-11-01T22:09:10.151Za out/clickhouse_server.tar.gz 244311K
28102024-11-01T22:09:10.151Za out/cockroachdb.tar.gz 130034K
28112024-11-01T22:09:10.151Za out/crucible-dtrace.tar 83K
28122024-11-01T22:09:10.151Za out/crucible-pantry-zone.tar.gz 26854K
28132024-11-01T22:09:10.151Za out/crucible-zone.tar.gz 35060K
28142024-11-01T22:09:10.151Za out/external-dns.tar.gz 30753K
28152024-11-01T22:09:10.151Za out/internal-dns.tar.gz 30753K
28162024-11-01T22:09:10.151Za out/mg-ddm-gz.tar 62661K
28172024-11-01T22:09:10.151Za out/nexus.tar.gz 96377K
28182024-11-01T22:09:10.151Za out/ntp.tar.gz 9033K
28192024-11-01T22:09:10.151Za out/omicron-gateway-softnpu.tar.gz 21670K
28202024-11-01T22:09:10.151Za out/omicron-sled-agent.tar 104246K
28212024-11-01T22:09:10.152Za out/overlay.tar.gz 3K
28222024-11-01T22:09:10.152Za out/oximeter.tar.gz 46033K
28232024-11-01T22:09:10.152Za out/oxlog.tar 3071K
28242024-11-01T22:09:10.152Za out/probe.tar.gz 2764K
28252024-11-01T22:09:10.152Za out/propolis-server.tar.gz 66584K
28262024-11-01T22:09:10.152Za out/pumpkind-gz.tar 26665K
28272024-11-01T22:09:10.152Za out/switch-softnpu.tar.gz 224500K
28282024-11-01T22:09:10.176Z
28292024-11-01T22:09:10.176Zreal 1:05.421511906
28302024-11-01T22:09:10.176Zuser 1:02.435395701
28312024-11-01T22:09:10.176Zsys 4.187246772
28322024-11-01T22:09:10.176Ztrap 0.016866927
28332024-11-01T22:09:10.176Ztflt 0.000000000
28342024-11-01T22:09:10.176Zdflt 0.000000000
28352024-11-01T22:09:10.176Zkflt 0.000000000
28362024-11-01T22:09:10.176Zlock 0.000000000
28372024-11-01T22:09:10.176Zslp 1:02.333796116
28382024-11-01T22:09:10.176Zlat 1.865437758
28392024-11-01T22:09:10.176Zstop 0.000195858
28402024-11-01T22:09:10.176Zprocess exited: duration 2028630 ms, exit code 0
 
28412024-11-01T22:09:10.189Zfound 1 output files
28422024-11-01T22:09:10.189Zuploading: /work/package.tar.gz (1693240544 bytes)
28432024-11-01T22:09:46.696Zuploaded: /work/package.tar.gz