01JC236A2GEZZYZK1VX09YAXA8: 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: 01JC236YN0CMW9H7QX9QN3JY8Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-07T01:19:23.149Zjob assigned to worker 01JC23733B9DRYT7K1JX7S8CB8 (queued for 1 m 0 s)
 
22024-11-07T01:19:30.937Zstarting task 0: "setup"
32024-11-07T01:19:30.947Z++ uname -s
42024-11-07T01:19:30.949Z+ kern=SunOS
52024-11-07T01:19:30.950Z+ case "$kern" in
62024-11-07T01:19:30.950Z+ groupadd -g 12345 build
72024-11-07T01:19:30.953Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-07T01:19:32.962Z+ zfs create -o mountpoint=/work rpool/work
92024-11-07T01:19:33.088Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-07T01:19:33.093Z+ home_fs=zfs
112024-11-07T01:19:33.093Z+ [[ zfs == autofs ]]
122024-11-07T01:19:33.093Z+ mkdir -p /home/build
132024-11-07T01:19:33.096Z+ chown build:build /home/build /work
142024-11-07T01:19:35.095Z+ chmod 0700 /home/build /work
152024-11-07T01:19:35.098Zprocess exited: duration 4160 ms, exit code 0
 
162024-11-07T01:19:35.106Zstarting task 1: "rust-toolchain"
172024-11-07T01:19:35.109Z+ printf ' * toolchain channel = "%s"
182024-11-07T01:19:35.109Z' 1.82.0
192024-11-07T01:19:35.109Z+ printf ' * toolchain profile = "%s"
202024-11-07T01:19:35.109Z' default
212024-11-07T01:19:35.109Z * toolchain channel = "1.82.0"
222024-11-07T01:19:35.109Z * toolchain profile = "default"
232024-11-07T01:19:35.111Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-07T01:19:35.111Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
252024-11-07T01:19:35.233Zinfo: downloading installer
262024-11-07T01:19:36.693Zinfo: profile set to 'default'
272024-11-07T01:19:36.693Zinfo: default host triple is x86_64-unknown-illumos
282024-11-07T01:19:36.696Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
292024-11-07T01:19:36.832Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-07T01:19:36.832Zinfo: downloading component 'cargo'
312024-11-07T01:19:37.518Zinfo: downloading component 'clippy'
322024-11-07T01:19:37.791Zinfo: downloading component 'rust-docs'
332024-11-07T01:19:38.767Zinfo: downloading component 'rust-std'
342024-11-07T01:19:40.312Zinfo: downloading component 'rustc'
352024-11-07T01:19:45.765Zinfo: downloading component 'rustfmt'
362024-11-07T01:19:45.968Zinfo: installing component 'cargo'
372024-11-07T01:19:46.855Zinfo: installing component 'clippy'
382024-11-07T01:19:47.271Zinfo: installing component 'rust-docs'
392024-11-07T01:19:49.025Zinfo: installing component 'rust-std'
402024-11-07T01:19:50.973Zinfo: installing component 'rustc'
412024-11-07T01:19:57.282Zinfo: installing component 'rustfmt'
422024-11-07T01:19:57.628Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
432024-11-07T01:19:57.628Z
442024-11-07T01:19:58.006Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-07T01:19:58.006Z
462024-11-07T01:19:58.009Z
472024-11-07T01:19:58.009ZRust is installed now. Great!
482024-11-07T01:19:58.009Z
492024-11-07T01:19:58.009ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-07T01:19:58.009Zenvironment variable. This has not been done automatically.
512024-11-07T01:19:58.009Z
522024-11-07T01:19:58.009ZTo configure your current shell, you need to source
532024-11-07T01:19:58.009Zthe corresponding env file under $HOME/.cargo.
542024-11-07T01:19:58.009Z
552024-11-07T01:19:58.009ZThis is usually done by running one of the following (note the leading DOT):
562024-11-07T01:19:58.009Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-07T01:19:58.009Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-07T01:19:58.085Z+ rustc --version
592024-11-07T01:19:58.154Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-07T01:19:58.158Zprocess exited: duration 23051 ms, exit code 0
 
612024-11-07T01:19:58.165Zstarting task 2: "authentication"
622024-11-07T01:19:58.186Zprocess exited: duration 22 ms, exit code 0
 
632024-11-07T01:19:58.195Zstarting task 3: "clone repository"
642024-11-07T01:19:58.200Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-07T01:19:58.203Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-07T01:19:58.554ZCloning into '/work/oxidecomputer/omicron'...
672024-11-07T01:20:05.685Z+ cd /work/oxidecomputer/omicron
682024-11-07T01:20:05.686Z+ git fetch origin 0c9be2d70f86809bec33f4524f1c1cd32e9d666c
692024-11-07T01:20:05.982ZFrom https://github.com/oxidecomputer/omicron
702024-11-07T01:20:05.982Z * branch 0c9be2d70f86809bec33f4524f1c1cd32e9d666c -> FETCH_HEAD
712024-11-07T01:20:05.993Z+ [[ -n dataset-diff ]]
722024-11-07T01:20:05.996Z++ git branch --show-current
732024-11-07T01:20:05.999Z+ current=main
742024-11-07T01:20:05.999Z+ [[ main != dataset-diff ]]
752024-11-07T01:20:05.999Z+ git branch -f dataset-diff 0c9be2d70f86809bec33f4524f1c1cd32e9d666c
762024-11-07T01:20:06.001Z+ git checkout -f dataset-diff
772024-11-07T01:20:06.170ZSwitched to branch 'dataset-diff'
782024-11-07T01:20:06.172Z+ git reset --hard 0c9be2d70f86809bec33f4524f1c1cd32e9d666c
792024-11-07T01:20:06.341ZHEAD is now at 0c9be2d70 Add a test that uses the diff behavior more explicitly
802024-11-07T01:20:06.343Zprocess exited: duration 8147 ms, exit code 0
 
812024-11-07T01:20:06.349Zstarting task 4: "build"
822024-11-07T01:20:06.355Z+ source .github/buildomat/ci-env.sh
832024-11-07T01:20:06.355Z++ export CARGO_TERM_COLOR=always
842024-11-07T01:20:06.355Z++ CARGO_TERM_COLOR=always
852024-11-07T01:20:06.355Z+ cargo --version
862024-11-07T01:20:06.413Zcargo 1.82.0 (8f40fc59f 2024-08-21)
872024-11-07T01:20:06.416Z+ rustc --version
882024-11-07T01:20:06.481Zrustc 1.82.0 (f6e511eec 2024-10-15)
892024-11-07T01:20:06.484Z+ WORK=/work
902024-11-07T01:20:06.484Z+ pfexec mkdir -p /work
912024-11-07T01:20:06.487Z+ pfexec chown build /work
922024-11-07T01:20:06.489Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-07T01:20:31.126Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-07T01:20:34.790Z Startup: Caching catalogs ... Done
952024-11-07T01:20:43.033ZPlanning: Solver setup ... Done (7.507s)
962024-11-07T01:20:43.136ZPlanning: Running solver ... Done (0.103s)
972024-11-07T01:20:43.289ZPlanning: Finding local manifests ... Done (0.064s)
982024-11-07T01:20:43.327ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-07T01:20:43.970ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-07T01:20:44.234ZPlanning: Package planning ... Done (0.264s)
1012024-11-07T01:20:44.290ZPlanning: Merging actions ... Done (0.057s)
1022024-11-07T01:20:45.422ZPlanning: Checking for conflicting actions ... Done (1.129s)
1032024-11-07T01:20:53.095ZPlanning: Consolidating action changes ... Done (7.674s)
1042024-11-07T01:20:53.472ZPlanning: Evaluating mediators ... Done (0.376s)
1052024-11-07T01:20:53.604ZPlanning: Planning completed in 18.72 seconds
1062024-11-07T01:20:53.619Z Packages to install: 4
1072024-11-07T01:20:53.619Z Packages to update: 1
1082024-11-07T01:20:53.622Z Mediators to change: 2
1092024-11-07T01:20:53.622Z Services to change: 1
1102024-11-07T01:20:53.622Z Estimated space available: 155.61 GB
1112024-11-07T01:20:53.622ZEstimated space to be consumed: 1.59 GB
1122024-11-07T01:20:53.622Z Create boot environment: No
1132024-11-07T01:20:53.622ZCreate backup boot environment: Yes
1142024-11-07T01:20:53.622Z Rebuild boot archive: No
1152024-11-07T01:20:53.622Z
1162024-11-07T01:20:53.622ZChanged mediators:
1172024-11-07T01:20:53.622Z mediator clang:
1182024-11-07T01:20:53.622Z version: None -> 15 (system default)
1192024-11-07T01:20:53.622Z
1202024-11-07T01:20:53.622Z mediator llvm:
1212024-11-07T01:20:53.622Z version: 14 (system default) -> 15 (system default)
1222024-11-07T01:20:53.622Z
1232024-11-07T01:20:53.622ZChanged packages:
1242024-11-07T01:20:53.622Zhelios-dev
1252024-11-07T01:20:53.622Z developer/build-essential
1262024-11-07T01:20:53.622Z None -> 11-2.0
1272024-11-07T01:20:53.622Z library/libxmlsec1
1282024-11-07T01:20:53.622Z None -> 1.2.35-2.0
1292024-11-07T01:20:53.622Z ooce/developer/clang-15
1302024-11-07T01:20:53.622Z None -> 15.0.7-2.0
1312024-11-07T01:20:53.622Z ooce/developer/llvm-15
1322024-11-07T01:20:53.622Z None -> 15.0.7-2.0
1332024-11-07T01:20:53.622Z package/pkg
1342024-11-07T01:20:53.622Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-07T01:20:53.622Z
1362024-11-07T01:20:53.623ZServices:
1372024-11-07T01:20:53.623Z restart_fmri:
1382024-11-07T01:20:53.623Z svc:/system/update-man-index:default
1392024-11-07T01:20:53.623Z
1402024-11-07T01:20:53.623ZEditable files to change:
1412024-11-07T01:20:53.623Z Update:
1422024-11-07T01:20:53.623Z usr/share/lib/pkg/web/config.shtml
1432024-11-07T01:20:54.048Z
1442024-11-07T01:20:54.048ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-07T01:21:00.201ZDownload: 211/4281 items 1.3/220.6MB 0% complete (787k/s)
1462024-11-07T01:21:06.635ZDownload: 212/4281 items 1.3/220.6MB 0% complete (760k/s)
1472024-11-07T01:21:19.422ZDownload: 213/4281 items 1.3/220.6MB 0% complete
1482024-11-07T01:21:24.423ZDownload: 1016/4281 items 19.5/220.6MB 8% complete (3.7M/s)
1492024-11-07T01:21:29.430ZDownload: 1514/4281 items 117.3/220.6MB 53% complete (11.7M/s)
1502024-11-07T01:21:36.830ZDownload: 2219/4281 items 119.2/220.6MB 54% complete (10.0M/s)
1512024-11-07T01:21:41.844ZDownload: 3243/4281 items 184.9/220.6MB 83% complete (6.5M/s)
1522024-11-07T01:21:46.852ZDownload: 3631/4281 items 216.1/220.6MB 97% complete (9.8M/s)
1532024-11-07T01:21:51.866ZDownload: 4204/4281 items 220.6/220.6MB 99% complete (6.0M/s)
1542024-11-07T01:21:57.651ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (5.5M/s)
1552024-11-07T01:21:57.756ZDownload: Completed 220.60 MB in 63.70 seconds (3.5M/s)
1562024-11-07T01:21:59.645Z Actions: 1/5063 actions (Removing old actions)
1572024-11-07T01:21:59.661Z Actions: 194/5063 actions (Installing new actions)
1582024-11-07T01:22:04.662Z Actions: 4084/5063 actions (Installing new actions)
1592024-11-07T01:22:05.049Z Actions: 4226/5063 actions (Updating modified actions)
1602024-11-07T01:22:05.411Z Actions: Completed 5063 actions in 5.77 seconds.
1612024-11-07T01:22:05.790Z Done (0.371s)
1622024-11-07T01:22:05.792Z Done (0.000s)
1632024-11-07T01:22:06.304Z Done (0.512s)
1642024-11-07T01:22:12.204Z Done (5.680s)
1652024-11-07T01:22:12.530Z Done (0.254s)
1662024-11-07T01:22:12.533Z Done (0.000s)
1672024-11-07T01:22:12.711Z Done (0.000s)
1682024-11-07T01:22:13.393ZPlanning: Evaluating mediator changes ... Done
1692024-11-07T01:22:13.556ZPlanning: Checking for conflicting actions ... Done
1702024-11-07T01:22:13.558ZPlanning: Consolidating action changes ... Done
1712024-11-07T01:22:13.828ZPlanning: Evaluating mediators ... Done
1722024-11-07T01:22:13.830ZPlanning: Planning completed in 0.43 seconds
1732024-11-07T01:22:13.866Z Mediators to change: 2
1742024-11-07T01:22:13.866Z Create boot environment: No
1752024-11-07T01:22:13.870ZCreate backup boot environment: No
1762024-11-07T01:22:13.978Z Done
1772024-11-07T01:22:13.978Z Done
1782024-11-07T01:22:14.325Z Done
1792024-11-07T01:22:18.055Z Done
1802024-11-07T01:22:18.146Z Done
1812024-11-07T01:22:18.152Z Done
1822024-11-07T01:22:18.272Z Done
1832024-11-07T01:22:18.896ZPlanning: Evaluating mediator changes ... Done
1842024-11-07T01:22:18.899ZPlanning: Merging actions ... Done
1852024-11-07T01:22:19.088ZPlanning: Checking for conflicting actions ... Done
1862024-11-07T01:22:19.091ZPlanning: Consolidating action changes ... Done
1872024-11-07T01:22:19.361ZPlanning: Evaluating mediators ... Done
1882024-11-07T01:22:19.418ZPlanning: Planning completed in 0.76 seconds
1892024-11-07T01:22:19.459Z Packages to change: 1
1902024-11-07T01:22:19.460Z Mediators to change: 1
1912024-11-07T01:22:19.460Z Services to change: 1
1922024-11-07T01:22:19.464Z Create boot environment: No
1932024-11-07T01:22:19.464ZCreate backup boot environment: Yes
1942024-11-07T01:22:21.554Z Actions: 1/6 actions (Updating modified actions)
1952024-11-07T01:22:21.585Z Actions: Completed 6 actions in 0.03 seconds.
1962024-11-07T01:22:21.588Z Done
1972024-11-07T01:22:21.588Z Done
1982024-11-07T01:22:21.693Z Done
1992024-11-07T01:22:25.626Z Done
2002024-11-07T01:22:25.727Z Done
2012024-11-07T01:22:25.731Z Done
2022024-11-07T01:22:25.859Z Done
2032024-11-07T01:22:26.313ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042024-11-07T01:22:26.313Zclang system 15 system
2052024-11-07T01:22:26.313Zcsh system system illumos
2062024-11-07T01:22:26.313Zctags system system illumos
2072024-11-07T01:22:26.313Zgcc vendor 12 vendor
2082024-11-07T01:22:26.313Zgcc system 10 system
2092024-11-07T01:22:26.313Zgcc system 7 system
2102024-11-07T01:22:26.313Zgo system 1.20 system
2112024-11-07T01:22:26.313Zgo system 1.19 system
2122024-11-07T01:22:26.313Zllvm system 15 system
2132024-11-07T01:22:26.313Zllvm system 14 system
2142024-11-07T01:22:26.313Zmariadb system 10.6 system
2152024-11-07T01:22:26.313Zmta vendor vendor dma
2162024-11-07T01:22:26.313Zopenjdk system 17 system
2172024-11-07T01:22:26.313Zopenjdk system 11 system
2182024-11-07T01:22:26.313Zopenjdk system 1.8 system
2192024-11-07T01:22:26.313Zopenssl vendor 3 vendor
2202024-11-07T01:22:26.313Zperl system 5.36 system
2212024-11-07T01:22:26.313Zpostgresql system 15 system
2222024-11-07T01:22:26.313Zpostgresql system 13 system
2232024-11-07T01:22:26.313Zpython vendor 3 vendor
2242024-11-07T01:22:26.313Zpython system 2 system
2252024-11-07T01:22:26.313Zpython3 system 3.11 system
2262024-11-07T01:22:26.313Zruby system 3.0 system
2272024-11-07T01:22:26.313Zwords vendor vendor american-english
2282024-11-07T01:22:26.313Zwords system system australian-english
2292024-11-07T01:22:26.313Zwords system system british-english
2302024-11-07T01:22:26.313Zwords system system canadian-english
2312024-11-07T01:22:26.313Zwords system system french
2322024-11-07T01:22:26.314Zwords system system italian
2332024-11-07T01:22:26.314Zwords system system ngerman
2342024-11-07T01:22:26.314Zwords system system ogerman
2352024-11-07T01:22:26.314Zwords system system spanish
2362024-11-07T01:22:26.657ZPUBLISHER TYPE STATUS P LOCATION
2372024-11-07T01:22:26.657Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2382024-11-07T01:22:29.181ZFMRI IFO
2392024-11-07T01:22:29.181Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2402024-11-07T01:22:29.181Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2412024-11-07T01:22:29.181Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2422024-11-07T01:22:29.181Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2432024-11-07T01:22:29.181Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2442024-11-07T01:22:29.182Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2452024-11-07T01:22:29.182Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2462024-11-07T01:22:29.182Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2472024-11-07T01:22:29.182Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2482024-11-07T01:22:29.182Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2492024-11-07T01:22:29.182Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2502024-11-07T01:22:29.182Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2512024-11-07T01:22:29.182Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2522024-11-07T01:22:29.182Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2532024-11-07T01:22:29.182Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2542024-11-07T01:22:29.898Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2552024-11-07T01:22:30.154Z Updating crates.io index
2562024-11-07T01:22:30.232Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572024-11-07T01:22:30.942Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2582024-11-07T01:22:31.175Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592024-11-07T01:22:31.431Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602024-11-07T01:22:31.689Z Updating git repository `https://github.com/oxidecomputer/propolis`
2612024-11-07T01:22:32.504Z Updating git repository `https://github.com/oxidecomputer/crucible`
2622024-11-07T01:22:34.840Z Updating git repository `https://github.com/oxidecomputer/opte`
2632024-11-07T01:22:35.843Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642024-11-07T01:22:36.582Z Updating git repository `https://github.com/oxidecomputer/clickward`
2652024-11-07T01:22:36.845Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2662024-11-07T01:22:37.077Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672024-11-07T01:22:37.651Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2682024-11-07T01:22:37.933Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692024-11-07T01:22:38.290Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702024-11-07T01:22:38.504Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2712024-11-07T01:22:38.735Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2722024-11-07T01:22:38.930Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2732024-11-07T01:22:39.209Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742024-11-07T01:22:39.497Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752024-11-07T01:22:39.775Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2762024-11-07T01:22:40.127Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772024-11-07T01:22:40.525Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782024-11-07T01:22:40.921Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792024-11-07T01:22:41.283Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802024-11-07T01:22:41.640Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812024-11-07T01:22:41.887Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822024-11-07T01:22:42.159Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832024-11-07T01:22:43.387Z Downloading crates ...
2842024-11-07T01:22:43.465Z Downloaded equivalent v1.0.1
2852024-11-07T01:22:43.467Z Downloaded generic-array v0.14.7
2862024-11-07T01:22:43.472Z Downloaded anstyle-parse v0.2.5
2872024-11-07T01:22:43.478Z Downloaded heck v0.4.1
2882024-11-07T01:22:43.481Z Downloaded scroll_derive v0.12.0
2892024-11-07T01:22:43.483Z Downloaded pretty-hex v0.4.1
2902024-11-07T01:22:43.489Z Downloaded usdt-attr-macro v0.5.0
2912024-11-07T01:22:43.492Z Downloaded usdt v0.5.0
2922024-11-07T01:22:43.495Z Downloaded strsim v0.11.1
2932024-11-07T01:22:43.495Z Downloaded serde_tokenstream v0.2.2
2942024-11-07T01:22:43.498Z Downloaded digest v0.10.7
2952024-11-07T01:22:43.501Z Downloaded fnv v1.0.7
2962024-11-07T01:22:43.501Z Downloaded cpufeatures v0.2.14
2972024-11-07T01:22:43.501Z Downloaded macaddr v1.0.1
2982024-11-07T01:22:43.503Z Downloaded proc-macro-error-attr v1.0.4
2992024-11-07T01:22:43.506Z Downloaded block-buffer v0.10.4
3002024-11-07T01:22:43.509Z Downloaded utf8parse v0.2.2
3012024-11-07T01:22:43.509Z Downloaded clap_derive v4.5.18
3022024-11-07T01:22:43.511Z Downloaded anyhow v1.0.92
3032024-11-07T01:22:43.514Z Downloaded cargo_metadata v0.18.1
3042024-11-07T01:22:43.517Z Downloaded thread-id v4.2.2
3052024-11-07T01:22:43.519Z Downloaded once_cell v1.20.2
3062024-11-07T01:22:43.522Z Downloaded clap v4.5.20
3072024-11-07T01:22:43.530Z Downloaded unicode-ident v1.0.13
3082024-11-07T01:22:43.532Z Downloaded serde_derive v1.0.210
3092024-11-07T01:22:43.535Z Downloaded textwrap v0.16.1
3102024-11-07T01:22:43.538Z Downloaded pest_meta v2.7.14
3112024-11-07T01:22:43.541Z Downloaded indexmap v2.6.0
3122024-11-07T01:22:43.544Z Downloaded ryu v1.0.18
3132024-11-07T01:22:43.547Z Downloaded camino v1.1.9
3142024-11-07T01:22:43.551Z Downloaded anstream v0.6.15
3152024-11-07T01:22:43.560Z Downloaded toml_edit v0.22.22
3162024-11-07T01:22:43.581Z Downloaded swrite v0.1.0
3172024-11-07T01:22:43.584Z Downloaded dtrace-parser v0.2.0
3182024-11-07T01:22:43.584Z Downloaded anstyle v1.0.8
3192024-11-07T01:22:43.589Z Downloaded usdt-macro v0.5.0
3202024-11-07T01:22:43.591Z Downloaded pest v2.7.14
3212024-11-07T01:22:43.595Z Downloaded cfg-if v1.0.0
3222024-11-07T01:22:43.597Z Downloaded clap_lex v0.7.2
3232024-11-07T01:22:43.597Z Downloaded itoa v1.0.11
3242024-11-07T01:22:43.599Z Downloaded byteorder v1.5.0
3252024-11-07T01:22:43.602Z Downloaded fastrand v2.1.1
3262024-11-07T01:22:43.602Z Downloaded errno v0.3.9
3272024-11-07T01:22:43.604Z Downloaded dof v0.3.0
3282024-11-07T01:22:43.604Z Downloaded colorchoice v1.0.2
3292024-11-07T01:22:43.604Z Downloaded camino-tempfile v1.1.1
3302024-11-07T01:22:43.606Z Downloaded cargo-platform v0.1.8
3312024-11-07T01:22:43.609Z Downloaded autocfg v1.4.0
3322024-11-07T01:22:43.609Z Downloaded anstyle-query v1.1.1
3332024-11-07T01:22:43.611Z Downloaded thiserror v1.0.64
3342024-11-07T01:22:43.614Z Downloaded tabled_derive v0.7.0
3352024-11-07T01:22:43.617Z Downloaded memmap v0.7.0
3362024-11-07T01:22:43.617Z Downloaded is_terminal_polyfill v1.70.1
3372024-11-07T01:22:43.621Z Downloaded toml_datetime v0.6.8
3382024-11-07T01:22:43.621Z Downloaded thiserror-impl v1.0.64
3392024-11-07T01:22:43.621Z Downloaded heck v0.5.0
3402024-11-07T01:22:43.623Z Downloaded bytecount v0.6.8
3412024-11-07T01:22:43.626Z Downloaded fs-err v2.11.0
3422024-11-07T01:22:43.628Z Downloaded version_check v0.9.5
3432024-11-07T01:22:43.628Z Downloaded unicode-linebreak v0.1.5
3442024-11-07T01:22:43.630Z Downloaded terminal_size v0.4.0
3452024-11-07T01:22:43.630Z Downloaded plain v0.2.3
3462024-11-07T01:22:43.632Z Downloaded quote v1.0.37
3472024-11-07T01:22:43.635Z Downloaded semver v1.0.23
3482024-11-07T01:22:43.637Z Downloaded scroll v0.12.0
3492024-11-07T01:22:43.637Z Downloaded crypto-common v0.1.6
3502024-11-07T01:22:43.640Z Downloaded cargo_toml v0.20.5
3512024-11-07T01:22:43.640Z Downloaded serde_spanned v0.6.8
3522024-11-07T01:22:43.642Z Downloaded zerocopy-derive v0.7.35
3532024-11-07T01:22:43.645Z Downloaded smawk v0.3.2
3542024-11-07T01:22:43.647Z Downloaded usdt-impl v0.5.0
3552024-11-07T01:22:43.647Z Downloaded tempfile v3.13.0
3562024-11-07T01:22:43.649Z Downloaded bitflags v2.6.0
3572024-11-07T01:22:43.653Z Downloaded proc-macro2 v1.0.87
3582024-11-07T01:22:43.656Z Downloaded ucd-trie v0.1.7
3592024-11-07T01:22:43.658Z Downloaded typenum v1.17.0
3602024-11-07T01:22:43.660Z Downloaded log v0.4.22
3612024-11-07T01:22:43.663Z Downloaded toml v0.8.19
3622024-11-07T01:22:43.665Z Downloaded proc-macro-error v1.0.4
3632024-11-07T01:22:43.668Z Downloaded sha2 v0.10.8
3642024-11-07T01:22:43.670Z Downloaded pest_derive v2.7.14
3652024-11-07T01:22:43.675Z Downloaded papergrid v0.11.0
3662024-11-07T01:22:43.679Z Downloaded zerocopy v0.7.35
3672024-11-07T01:22:43.696Z Downloaded serde v1.0.210
3682024-11-07T01:22:43.699Z Downloaded memchr v2.7.4
3692024-11-07T01:22:43.703Z Downloaded pest_generator v2.7.14
3702024-11-07T01:22:43.710Z Downloaded tabled v0.15.0
3712024-11-07T01:22:43.726Z Downloaded hashbrown v0.15.0
3722024-11-07T01:22:43.745Z Downloaded goblin v0.8.2
3732024-11-07T01:22:43.752Z Downloaded clap_builder v4.5.20
3742024-11-07T01:22:43.759Z Downloaded serde_json v1.0.128
3752024-11-07T01:22:43.766Z Downloaded winnow v0.6.20
3762024-11-07T01:22:43.774Z Downloaded syn v1.0.109
3772024-11-07T01:22:43.783Z Downloaded unicode-width v0.1.14
3782024-11-07T01:22:43.789Z Downloaded syn v2.0.79
3792024-11-07T01:22:43.799Z Downloaded rustix v0.38.37
3802024-11-07T01:22:43.835Z Downloaded libc v0.2.161
3812024-11-07T01:22:44.144Z Compiling proc-macro2 v1.0.87
3822024-11-07T01:22:44.144Z Compiling unicode-ident v1.0.13
3832024-11-07T01:22:44.146Z Compiling serde v1.0.210
3842024-11-07T01:22:44.146Z Compiling version_check v0.9.5
3852024-11-07T01:22:44.146Z Compiling memchr v2.7.4
3862024-11-07T01:22:44.146Z Compiling thiserror v1.0.64
3872024-11-07T01:22:44.147Z Compiling libc v0.2.161
3882024-11-07T01:22:44.147Z Compiling itoa v1.0.11
3892024-11-07T01:22:44.420Z Compiling ryu v1.0.18
3902024-11-07T01:22:44.515Z Compiling ucd-trie v0.1.7
3912024-11-07T01:22:44.734Z Compiling once_cell v1.20.2
3922024-11-07T01:22:45.011Z Compiling byteorder v1.5.0
3932024-11-07T01:22:45.081Z Compiling serde_json v1.0.128
3942024-11-07T01:22:45.479Z Compiling rustix v0.38.37
3952024-11-07T01:22:45.595Z Compiling bitflags v2.6.0
3962024-11-07T01:22:45.643Z Compiling usdt-impl v0.5.0
3972024-11-07T01:22:45.701Z Compiling proc-macro-error-attr v1.0.4
3982024-11-07T01:22:45.980Z Compiling syn v1.0.109
3992024-11-07T01:22:46.041Z Compiling proc-macro-error v1.0.4
4002024-11-07T01:22:46.168Z Compiling equivalent v1.0.1
4012024-11-07T01:22:46.196Z Compiling plain v0.2.3
4022024-11-07T01:22:46.297Z Compiling log v0.4.22
4032024-11-07T01:22:46.375Z Compiling camino v1.1.9
4042024-11-07T01:22:46.400Z Compiling hashbrown v0.15.0
4052024-11-07T01:22:46.466Z Compiling utf8parse v0.2.2
4062024-11-07T01:22:46.654Z Compiling quote v1.0.37
4072024-11-07T01:22:46.813Z Compiling anstyle-parse v0.2.5
4082024-11-07T01:22:47.082Z Compiling errno v0.3.9
4092024-11-07T01:22:47.106Z Compiling thread-id v4.2.2
4102024-11-07T01:22:47.217Z Compiling syn v2.0.79
4112024-11-07T01:22:47.340Z Compiling anstyle v1.0.8
4122024-11-07T01:22:47.422Z Compiling semver v1.0.23
4132024-11-07T01:22:47.652Z Compiling anstyle-query v1.1.1
4142024-11-07T01:22:47.789Z Compiling indexmap v2.6.0
4152024-11-07T01:22:47.817Z Compiling winnow v0.6.20
4162024-11-07T01:22:47.820Z Compiling autocfg v1.4.0
4172024-11-07T01:22:47.956Z Compiling unicode-width v0.1.14
4182024-11-07T01:22:48.523Z Compiling pretty-hex v0.4.1
4192024-11-07T01:22:48.581Z Compiling is_terminal_polyfill v1.70.1
4202024-11-07T01:22:48.722Z Compiling colorchoice v1.0.2
4212024-11-07T01:22:48.855Z Compiling fs-err v2.11.0
4222024-11-07T01:22:48.893Z Compiling anstream v0.6.15
4232024-11-07T01:22:49.107Z Compiling heck v0.5.0
4242024-11-07T01:22:49.164Z Compiling bytecount v0.6.8
4252024-11-07T01:22:49.250Z Compiling fastrand v2.1.1
4262024-11-07T01:22:49.388Z Compiling terminal_size v0.4.0
4272024-11-07T01:22:49.608Z Compiling strsim v0.11.1
4282024-11-07T01:22:49.634Z Compiling fnv v1.0.7
4292024-11-07T01:22:49.634Z Compiling anyhow v1.0.92
4302024-11-07T01:22:49.801Z Compiling heck v0.4.1
4312024-11-07T01:22:49.827Z Compiling clap_lex v0.7.2
4322024-11-07T01:22:50.300Z Compiling cfg-if v1.0.0
4332024-11-07T01:22:50.402Z Compiling clap_builder v4.5.20
4342024-11-07T01:22:50.496Z Compiling papergrid v0.11.0
4352024-11-07T01:22:50.670Z Compiling tempfile v3.13.0
4362024-11-07T01:22:50.740Z Compiling memmap v0.7.0
4372024-11-07T01:22:50.900Z Compiling smawk v0.3.2
4382024-11-07T01:22:51.139Z Compiling unicode-linebreak v0.1.5
4392024-11-07T01:22:51.588Z Compiling textwrap v0.16.1
4402024-11-07T01:22:51.657Z Compiling swrite v0.1.0
4412024-11-07T01:22:52.577Z Compiling tabled_derive v0.7.0
4422024-11-07T01:22:54.131Z Compiling tabled v0.15.0
4432024-11-07T01:22:55.416Z Compiling serde_derive v1.0.210
4442024-11-07T01:22:55.419Z Compiling thiserror-impl v1.0.64
4452024-11-07T01:22:55.419Z Compiling zerocopy-derive v0.7.35
4462024-11-07T01:22:55.463Z Compiling scroll_derive v0.12.0
4472024-11-07T01:22:55.483Z Compiling clap_derive v4.5.18
4482024-11-07T01:22:56.843Z Compiling scroll v0.12.0
4492024-11-07T01:22:57.135Z Compiling zerocopy v0.7.35
4502024-11-07T01:22:57.340Z Compiling goblin v0.8.2
4512024-11-07T01:22:58.042Z Compiling pest v2.7.14
4522024-11-07T01:22:59.120Z Compiling clap v4.5.20
4532024-11-07T01:23:00.264Z Compiling pest_meta v2.7.14
4542024-11-07T01:23:01.183Z Compiling pest_generator v2.7.14
4552024-11-07T01:23:02.746Z Compiling pest_derive v2.7.14
4562024-11-07T01:23:03.415Z Compiling dtrace-parser v0.2.0
4572024-11-07T01:23:05.411Z Compiling serde_tokenstream v0.2.2
4582024-11-07T01:23:05.431Z Compiling serde_spanned v0.6.8
4592024-11-07T01:23:05.454Z Compiling toml_datetime v0.6.8
4602024-11-07T01:23:05.761Z Compiling cargo-platform v0.1.8
4612024-11-07T01:23:05.831Z Compiling toml_edit v0.22.22
4622024-11-07T01:23:06.039Z Compiling macaddr v1.0.1
4632024-11-07T01:23:06.133Z Compiling camino-tempfile v1.1.1
4642024-11-07T01:23:06.914Z Compiling dof v0.3.0
4652024-11-07T01:23:06.960Z Compiling cargo_metadata v0.18.1
4662024-11-07T01:23:08.688Z Compiling usdt-macro v0.5.0
4672024-11-07T01:23:08.692Z Compiling usdt-attr-macro v0.5.0
4682024-11-07T01:23:08.734Z Compiling toml v0.8.19
4692024-11-07T01:23:09.591Z Compiling cargo_toml v0.20.5
4702024-11-07T01:23:09.984Z Compiling usdt v0.5.0
4712024-11-07T01:23:13.138Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4722024-11-07T01:23:17.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.44s
4732024-11-07T01:23:17.399Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4742024-11-07T01:23:17.921Z Downloading crates ...
4752024-11-07T01:23:18.064Z Downloaded darling_macro v0.20.10
4762024-11-07T01:23:18.070Z Downloaded array-init v0.0.4
4772024-11-07T01:23:18.073Z Downloaded castaway v0.2.3
4782024-11-07T01:23:18.075Z Downloaded adler2 v2.0.0
4792024-11-07T01:23:18.077Z Downloaded base16ct v0.2.0
4802024-11-07T01:23:18.077Z Downloaded crunchy v0.2.2
4812024-11-07T01:23:18.080Z Downloaded blowfish v0.9.1
4822024-11-07T01:23:18.082Z Downloaded bitflags v1.3.2
4832024-11-07T01:23:18.084Z Downloaded http-range v0.1.5
4842024-11-07T01:23:18.087Z Downloaded cipher v0.4.4
4852024-11-07T01:23:18.090Z Downloaded chacha20 v0.9.1
4862024-11-07T01:23:18.092Z Downloaded internet-checksum v0.2.1
4872024-11-07T01:23:18.094Z Downloaded hubpack v0.1.2
4882024-11-07T01:23:18.094Z Downloaded ctr v0.9.2
4892024-11-07T01:23:18.097Z Downloaded cexpr v0.6.0
4902024-11-07T01:23:18.099Z Downloaded home v0.5.9
4912024-11-07T01:23:18.102Z Downloaded data-encoding v2.6.0
4922024-11-07T01:23:18.102Z Downloaded colored v2.1.0
4932024-11-07T01:23:18.104Z Downloaded newtype_derive v0.1.6
4942024-11-07T01:23:18.107Z Downloaded aead v0.5.2
4952024-11-07T01:23:18.109Z Downloaded md5 v0.7.0
4962024-11-07T01:23:18.109Z Downloaded humantime v2.1.0
4972024-11-07T01:23:18.112Z Downloaded hickory-client v0.24.1
4982024-11-07T01:23:18.114Z Downloaded is_ci v1.2.0
4992024-11-07T01:23:18.117Z Downloaded inout v0.1.3
5002024-11-07T01:23:18.119Z Downloaded mime v0.3.17
5012024-11-07T01:23:18.121Z Downloaded managed v0.8.0
5022024-11-07T01:23:18.121Z Downloaded lockfree-object-pool v0.1.6
5032024-11-07T01:23:18.124Z Downloaded nanorand v0.7.0
5042024-11-07T01:23:18.128Z Downloaded indexmap v1.9.3
5052024-11-07T01:23:18.131Z Downloaded hyper-staticfile v0.10.1
5062024-11-07T01:23:18.134Z Downloaded crc-any v2.5.0
5072024-11-07T01:23:18.137Z Downloaded matches v0.1.10
5082024-11-07T01:23:18.139Z Downloaded linear-map v1.2.0
5092024-11-07T01:23:18.142Z Downloaded atty v0.2.14
5102024-11-07T01:23:18.144Z Downloaded async-stream-impl v0.3.6
5112024-11-07T01:23:18.144Z Downloaded addr2line v0.24.2
5122024-11-07T01:23:18.146Z Downloaded lazy_static v1.5.0
5132024-11-07T01:23:18.149Z Downloaded kstat-rs v0.2.4
5142024-11-07T01:23:18.149Z Downloaded http-body v1.0.1
5152024-11-07T01:23:18.152Z Downloaded crossbeam-utils v0.8.20
5162024-11-07T01:23:18.154Z Downloaded multer v3.1.0
5172024-11-07T01:23:18.158Z Downloaded cfg_aliases v0.2.1
5182024-11-07T01:23:18.160Z Downloaded const-oid v0.9.6
5192024-11-07T01:23:18.163Z Downloaded cfg_aliases v0.1.1
5202024-11-07T01:23:18.163Z Downloaded indent_write v2.2.0
5212024-11-07T01:23:18.165Z Downloaded base64 v0.22.1
5222024-11-07T01:23:18.169Z Downloaded cookie v0.18.1
5232024-11-07T01:23:18.172Z Downloaded highway v1.2.0
5242024-11-07T01:23:18.175Z Downloaded cstr-argument v0.1.2
5252024-11-07T01:23:18.177Z Downloaded crucible-workspace-hack v0.1.0
5262024-11-07T01:23:18.177Z Downloaded iana-time-zone v0.1.61
5272024-11-07T01:23:18.180Z Downloaded http v0.2.12
5282024-11-07T01:23:18.185Z Downloaded bb8 v0.8.5
5292024-11-07T01:23:18.188Z Downloaded atomicwrites v0.4.4
5302024-11-07T01:23:18.190Z Downloaded async-recursion v1.1.1
5312024-11-07T01:23:18.193Z Downloaded ident_case v1.0.1
5322024-11-07T01:23:18.196Z Downloaded hubpack_derive v0.1.1
5332024-11-07T01:23:18.196Z Downloaded ciborium-io v0.2.2
5342024-11-07T01:23:18.198Z Downloaded cbc v0.1.2
5352024-11-07T01:23:18.199Z Downloaded bit-set v0.5.3
5362024-11-07T01:23:18.202Z Downloaded assert_matches v1.5.0
5372024-11-07T01:23:18.202Z Downloaded arrayref v0.3.9
5382024-11-07T01:23:18.204Z Downloaded cassowary v0.3.0
5392024-11-07T01:23:18.207Z Downloaded instant v0.1.13
5402024-11-07T01:23:18.209Z Downloaded bitfield v0.14.0
5412024-11-07T01:23:18.209Z Downloaded hickory-resolver v0.24.1
5422024-11-07T01:23:18.214Z Downloaded impl-trait-for-tuples v0.2.2
5432024-11-07T01:23:18.218Z Downloaded buf-list v1.0.3
5442024-11-07T01:23:18.221Z Downloaded tui-tree-widget v0.22.0
5452024-11-07T01:23:18.224Z Downloaded subtle v2.6.1
5462024-11-07T01:23:18.226Z Downloaded russh-cryptovec v0.7.3
5472024-11-07T01:23:18.226Z Downloaded hyper-tls v0.6.0
5482024-11-07T01:23:18.229Z Downloaded hostname v0.4.0
5492024-11-07T01:23:18.232Z Downloaded aes v0.8.4
5502024-11-07T01:23:18.235Z Downloaded rtoolbox v0.0.2
5512024-11-07T01:23:18.237Z Downloaded match_cfg v0.1.0
5522024-11-07T01:23:18.240Z Downloaded crc v3.2.1
5532024-11-07T01:23:18.243Z Downloaded new_debug_unreachable v1.0.6
5542024-11-07T01:23:18.243Z Downloaded convert_case v0.4.0
5552024-11-07T01:23:18.245Z Downloaded crc-catalog v2.4.0
5562024-11-07T01:23:18.245Z Downloaded chrono-tz-build v0.4.0
5572024-11-07T01:23:18.248Z Downloaded bcs v0.1.6
5582024-11-07T01:23:18.250Z Downloaded hostname v0.3.1
5592024-11-07T01:23:18.252Z Downloaded async-trait v0.1.83
5602024-11-07T01:23:18.255Z Downloaded crossbeam-deque v0.8.5
5612024-11-07T01:23:18.257Z Downloaded time-macros v0.2.18
5622024-11-07T01:23:18.260Z Downloaded dhcproto-macros v0.1.0
5632024-11-07T01:23:18.263Z Downloaded wyz v0.5.1
5642024-11-07T01:23:18.265Z Downloaded bumpalo v3.16.0
5652024-11-07T01:23:18.268Z Downloaded strum_macros v0.25.3
5662024-11-07T01:23:18.270Z Downloaded nibble_vec v0.1.0
5672024-11-07T01:23:18.273Z Downloaded ahash v0.8.11
5682024-11-07T01:23:18.276Z Downloaded bzip2 v0.4.4
5692024-11-07T01:23:18.278Z Downloaded newtype-uuid v1.1.2
5702024-11-07T01:23:18.281Z Downloaded try-lock v0.2.5
5712024-11-07T01:23:18.284Z Downloaded serde_urlencoded v0.7.1
5722024-11-07T01:23:18.284Z Downloaded salsa20 v0.10.2
5732024-11-07T01:23:18.286Z Downloaded lazycell v1.3.0
5742024-11-07T01:23:18.288Z Downloaded crossbeam-channel v0.5.13
5752024-11-07T01:23:18.294Z Downloaded multimap v0.10.0
5762024-11-07T01:23:18.296Z Downloaded ssh-cipher v0.2.0
5772024-11-07T01:23:18.296Z Downloaded mockall v0.13.0
5782024-11-07T01:23:18.299Z Downloaded foreign-types-macros v0.2.3
5792024-11-07T01:23:18.299Z Downloaded samael v0.0.17
5802024-11-07T01:23:18.306Z Downloaded slog-stdlog v4.1.1
5812024-11-07T01:23:18.308Z Downloaded memoffset v0.9.1
5822024-11-07T01:23:18.310Z Downloaded native-tls v0.2.12
5832024-11-07T01:23:18.313Z Downloaded darling v0.20.10
5842024-11-07T01:23:18.317Z Downloaded debug-ignore v1.0.5
5852024-11-07T01:23:18.319Z Downloaded oso-derive v0.27.3
5862024-11-07T01:23:18.322Z Downloaded ref-cast v1.0.23
5872024-11-07T01:23:18.324Z Downloaded pbkdf2 v0.11.0
5882024-11-07T01:23:18.328Z Downloaded enum-as-inner v0.5.1
5892024-11-07T01:23:18.332Z Downloaded dsl_auto_type v0.1.2
5902024-11-07T01:23:18.332Z Downloaded string_cache v0.8.7
5912024-11-07T01:23:18.334Z Downloaded tls_codec_derive v0.4.1
5922024-11-07T01:23:18.337Z Downloaded hmac v0.12.1
5932024-11-07T01:23:18.337Z Downloaded blake2 v0.10.6
5942024-11-07T01:23:18.340Z Downloaded supports-color v3.0.1
5952024-11-07T01:23:18.342Z Downloaded jobserver v0.1.32
5962024-11-07T01:23:18.345Z Downloaded keccak v0.1.5
5972024-11-07T01:23:18.347Z Downloaded bit-vec v0.6.3
5982024-11-07T01:23:18.350Z Downloaded lru v0.12.5
5992024-11-07T01:23:18.352Z Downloaded lock_api v0.4.12
6002024-11-07T01:23:18.352Z Downloaded mime_guess v2.0.5
6012024-11-07T01:23:18.355Z Downloaded filetime v0.2.25
6022024-11-07T01:23:18.357Z Downloaded ref-cast-impl v1.0.23
6032024-11-07T01:23:18.359Z Downloaded hyper v1.4.1
6042024-11-07T01:23:18.366Z Downloaded uzers v0.12.1
6052024-11-07T01:23:18.369Z Downloaded termtree v0.4.1
6062024-11-07T01:23:18.371Z Downloaded crossbeam-epoch v0.9.18
6072024-11-07T01:23:18.374Z Downloaded arc-swap v1.7.1
6082024-11-07T01:23:18.378Z Downloaded hash32 v0.3.1
6092024-11-07T01:23:18.380Z Downloaded futures-core v0.3.31
6102024-11-07T01:23:18.383Z Downloaded funty v2.0.0
6112024-11-07T01:23:18.385Z Downloaded time-core v0.1.2
6122024-11-07T01:23:18.385Z Downloaded strum v0.26.3
6132024-11-07T01:23:18.385Z Downloaded tokio-rustls v0.25.0
6142024-11-07T01:23:18.388Z Downloaded want v0.3.1
6152024-11-07T01:23:18.391Z Downloaded untrusted v0.7.1
6162024-11-07T01:23:18.391Z Downloaded take_mut v0.2.2
6172024-11-07T01:23:18.393Z Downloaded primeorder v0.13.6
6182024-11-07T01:23:18.395Z Downloaded phf_shared v0.11.2
6192024-11-07T01:23:18.395Z Downloaded peg v0.8.4
6202024-11-07T01:23:18.400Z Downloaded r2d2 v0.8.10
6212024-11-07T01:23:18.403Z Downloaded bytes v1.7.2
6222024-11-07T01:23:18.407Z Downloaded russh-keys v0.45.0
6232024-11-07T01:23:18.410Z Downloaded fxhash v0.2.1
6242024-11-07T01:23:18.412Z Downloaded diesel_table_macro_syntax v0.2.0
6252024-11-07T01:23:18.413Z Downloaded indicatif v0.17.8
6262024-11-07T01:23:18.418Z Downloaded base64 v0.21.7
6272024-11-07T01:23:18.422Z Downloaded serde_plain v1.0.2
6282024-11-07T01:23:18.424Z Downloaded hashlink v0.9.1
6292024-11-07T01:23:18.427Z Downloaded opaque-debug v0.3.1
6302024-11-07T01:23:18.430Z Downloaded hyper-util v0.1.9
6312024-11-07T01:23:18.433Z Downloaded slog-envlogger v2.2.0
6322024-11-07T01:23:18.435Z Downloaded signal-hook-registry v1.4.2
6332024-11-07T01:23:18.438Z Downloaded signal-hook-mio v0.2.4
6342024-11-07T01:23:18.440Z Downloaded pin-project-internal v1.1.6
6352024-11-07T01:23:18.443Z Downloaded tracing-attributes v0.1.27
6362024-11-07T01:23:18.445Z Downloaded subprocess v0.2.9
6372024-11-07T01:23:18.448Z Downloaded unarray v0.1.4
6382024-11-07T01:23:18.450Z Downloaded uuid v1.10.0
6392024-11-07T01:23:18.452Z Downloaded thiserror-no-std v2.0.2
6402024-11-07T01:23:18.457Z Downloaded deranged v0.3.11
6412024-11-07T01:23:18.460Z Downloaded termios v0.3.3
6422024-11-07T01:23:18.473Z Downloaded whoami v1.5.2
6432024-11-07T01:23:18.475Z Downloaded cc v1.1.30
6442024-11-07T01:23:18.479Z Downloaded which v4.4.2
6452024-11-07T01:23:18.481Z Downloaded crypto-bigint v0.5.5
6462024-11-07T01:23:18.489Z Downloaded normalize-line-endings v0.3.0
6472024-11-07T01:23:18.491Z Downloaded embedded-io v0.6.1
6482024-11-07T01:23:18.494Z Downloaded pin-project v1.1.6
6492024-11-07T01:23:18.506Z Downloaded pkg-config v0.3.31
6502024-11-07T01:23:18.509Z Downloaded tower-service v0.3.3
6512024-11-07T01:23:18.511Z Downloaded pem-rfc7468 v0.7.0
6522024-11-07T01:23:18.514Z Downloaded num_enum v0.5.11
6532024-11-07T01:23:18.518Z Downloaded thiserror-impl-no-std v2.0.2
6542024-11-07T01:23:18.521Z Downloaded pem v3.0.4
6552024-11-07T01:23:18.524Z Downloaded parse-display-derive v0.10.0
6562024-11-07T01:23:18.524Z Downloaded smf v0.2.3
6572024-11-07T01:23:18.527Z Downloaded vsss-rs v3.3.4
6582024-11-07T01:23:18.529Z Downloaded polyval v0.6.2
6592024-11-07T01:23:18.531Z Downloaded elliptic-curve v0.13.8
6602024-11-07T01:23:18.535Z Downloaded pin-project-lite v0.2.14
6612024-11-07T01:23:18.541Z Downloaded chacha20poly1305 v0.10.1
6622024-11-07T01:23:18.544Z Downloaded rustfmt-wrapper v0.2.1
6632024-11-07T01:23:18.547Z Downloaded rustc_version v0.4.1
6642024-11-07T01:23:18.547Z Downloaded glob v0.3.1
6652024-11-07T01:23:18.549Z Downloaded const_format v0.2.33
6662024-11-07T01:23:18.554Z Downloaded tokio-tungstenite v0.23.1
6672024-11-07T01:23:18.557Z Downloaded sync_wrapper v1.0.1
6682024-11-07T01:23:18.559Z Downloaded snafu-derive v0.8.5
6692024-11-07T01:23:18.562Z Downloaded structmeta v0.3.0
6702024-11-07T01:23:18.562Z Downloaded structmeta v0.2.0
6712024-11-07T01:23:18.565Z Downloaded tracing v0.1.40
6722024-11-07T01:23:18.570Z Downloaded dirs-next v2.0.0
6732024-11-07T01:23:18.572Z Downloaded stringprep v0.1.5
6742024-11-07T01:23:18.575Z Downloaded stable_deref_trait v1.2.0
6752024-11-07T01:23:18.575Z Downloaded waitgroup v0.1.2
6762024-11-07T01:23:18.577Z Downloaded test-strategy v0.3.1
6772024-11-07T01:23:18.580Z Downloaded flagset v0.4.6
6782024-11-07T01:23:18.583Z Downloaded fixedbitset v0.4.2
6792024-11-07T01:23:18.586Z Downloaded heck v0.3.3
6802024-11-07T01:23:18.586Z Downloaded float-cmp v0.9.0
6812024-11-07T01:23:18.589Z Downloaded dirs-sys-next v0.1.2
6822024-11-07T01:23:18.591Z Downloaded pkcs8 v0.10.2
6832024-11-07T01:23:18.593Z Downloaded zeroize_derive v1.4.2
6842024-11-07T01:23:18.594Z Downloaded aes-gcm v0.10.3
6852024-11-07T01:23:18.598Z Downloaded float-ord v0.3.2
6862024-11-07T01:23:18.600Z Downloaded derive-where v1.2.7
6872024-11-07T01:23:18.604Z Downloaded downcast v0.11.0
6882024-11-07T01:23:18.606Z Downloaded phf_codegen v0.11.2
6892024-11-07T01:23:18.609Z Downloaded slog-async v2.8.0
6902024-11-07T01:23:18.609Z Downloaded pkcs5 v0.7.1
6912024-11-07T01:23:18.614Z Downloaded progenitor v0.8.0
6922024-11-07T01:23:18.616Z Downloaded predicates-tree v1.0.11
6932024-11-07T01:23:18.616Z Downloaded phf v0.11.2
6942024-11-07T01:23:18.618Z Downloaded fd-lock v4.0.2
6952024-11-07T01:23:18.621Z Downloaded socket2 v0.5.7
6962024-11-07T01:23:18.623Z Downloaded tabwriter v1.4.0
6972024-11-07T01:23:18.625Z Downloaded shell-words v1.1.0
6982024-11-07T01:23:18.625Z Downloaded rustc-hash v1.1.0
6992024-11-07T01:23:18.628Z Downloaded predicates-core v1.0.8
7002024-11-07T01:23:18.628Z Downloaded poly1305 v0.8.0
7012024-11-07T01:23:18.630Z Downloaded zeroize v1.8.1
7022024-11-07T01:23:18.633Z Downloaded url v2.5.2
7032024-11-07T01:23:18.637Z Downloaded defmt-parser v0.3.4
7042024-11-07T01:23:18.639Z Downloaded gethostname v0.5.0
7052024-11-07T01:23:18.639Z Downloaded tap v1.0.1
7062024-11-07T01:23:18.641Z Downloaded wait-timeout v0.2.0
7072024-11-07T01:23:18.641Z Downloaded serde_path_to_error v0.1.16
7082024-11-07T01:23:18.643Z Downloaded tokio-tungstenite v0.21.0
7092024-11-07T01:23:18.646Z Downloaded walkdir v2.5.0
7102024-11-07T01:23:18.648Z Downloaded des v0.8.1
7112024-11-07T01:23:18.651Z Downloaded displaydoc v0.2.5
7122024-11-07T01:23:18.654Z Downloaded steno v0.4.1
7132024-11-07T01:23:18.657Z Downloaded rsa v0.9.6
7142024-11-07T01:23:18.663Z Downloaded phf_shared v0.10.0
7152024-11-07T01:23:18.665Z Downloaded parking_lot_core v0.9.10
7162024-11-07T01:23:18.668Z Downloaded difflib v0.4.0
7172024-11-07T01:23:18.668Z Downloaded diesel-dtrace v0.3.0
7182024-11-07T01:23:18.670Z Downloaded sigpipe v0.1.3
7192024-11-07T01:23:18.672Z Downloaded resolv-conf v0.7.0
7202024-11-07T01:23:18.672Z Downloaded toolchain_find v0.4.0
7212024-11-07T01:23:18.675Z Downloaded num v0.4.3
7222024-11-07T01:23:18.675Z Downloaded path-slash v0.1.5
7232024-11-07T01:23:18.678Z Downloaded serde_derive_internals v0.29.1
7242024-11-07T01:23:18.681Z Downloaded strum_macros v0.24.3
7252024-11-07T01:23:18.681Z Downloaded derive_builder_macro v0.20.2
7262024-11-07T01:23:18.684Z Downloaded num_threads v0.1.7
7272024-11-07T01:23:18.684Z Downloaded endian-type v0.1.2
7282024-11-07T01:23:18.684Z Downloaded rand_seeder v0.3.0
7292024-11-07T01:23:18.686Z Downloaded vergen v8.3.2
7302024-11-07T01:23:18.689Z Downloaded tinyvec_macros v0.1.1
7312024-11-07T01:23:18.691Z Downloaded paste v1.0.15
7322024-11-07T01:23:18.694Z Downloaded zone_cfg_derive v0.3.0
7332024-11-07T01:23:18.695Z Downloaded zone_cfg_derive v0.1.2
7342024-11-07T01:23:18.697Z Downloaded itertools v0.10.5
7352024-11-07T01:23:18.702Z Downloaded unicase v2.7.0
7362024-11-07T01:23:18.705Z Downloaded tls_codec v0.4.1
7372024-11-07T01:23:18.707Z Downloaded zerocopy v0.6.6
7382024-11-07T01:23:18.710Z Downloaded tokio-tungstenite v0.24.0
7392024-11-07T01:23:18.712Z Downloaded unicode-properties v0.1.3
7402024-11-07T01:23:18.715Z Downloaded reedline v0.35.0
7412024-11-07T01:23:18.721Z Downloaded parking_lot_core v0.8.6
7422024-11-07T01:23:18.724Z Downloaded chrono v0.4.38
7432024-11-07T01:23:18.732Z Downloaded sync_wrapper v0.1.2
7442024-11-07T01:23:18.734Z Downloaded number_prefix v0.4.0
7452024-11-07T01:23:18.734Z Downloaded zone v0.1.8
7462024-11-07T01:23:18.737Z Downloaded peg-macros v0.8.4
7472024-11-07T01:23:18.739Z Downloaded tiny-keccak v2.0.2
7482024-11-07T01:23:18.742Z Downloaded tungstenite v0.21.0
7492024-11-07T01:23:18.745Z Downloaded progenitor-client v0.8.0
7502024-11-07T01:23:18.747Z Downloaded enum-as-inner v0.6.1
7512024-11-07T01:23:18.747Z Downloaded psl-types v2.0.11
7522024-11-07T01:23:18.749Z Downloaded openssl-probe v0.1.5
7532024-11-07T01:23:18.749Z Downloaded fragile v2.0.0
7542024-11-07T01:23:18.751Z Downloaded num-iter v0.1.45
7552024-11-07T01:23:18.754Z Downloaded itertools v0.12.1
7562024-11-07T01:23:18.760Z Downloaded futures-io v0.3.31
7572024-11-07T01:23:18.762Z Downloaded zone v0.3.0
7582024-11-07T01:23:18.762Z Downloaded twox-hash v1.6.3
7592024-11-07T01:23:18.765Z Downloaded typify v0.2.0
7602024-11-07T01:23:18.767Z Downloaded siphasher v0.3.11
7612024-11-07T01:23:18.769Z Downloaded sec1 v0.7.3
7622024-11-07T01:23:18.772Z Downloaded rustc-hash v2.0.0
7632024-11-07T01:23:18.772Z Downloaded dhcproto v0.12.0
7642024-11-07T01:23:18.775Z Downloaded toml v0.7.8
7652024-11-07T01:23:18.779Z Downloaded quinn v0.11.5
7662024-11-07T01:23:18.782Z Downloaded postgres-types v0.2.8
7672024-11-07T01:23:18.785Z Downloaded headers-core v0.3.0
7682024-11-07T01:23:18.787Z Downloaded ed25519-dalek v2.1.1
7692024-11-07T01:23:18.791Z Downloaded parse-size v1.1.0
7702024-11-07T01:23:18.791Z Downloaded powerfmt v0.2.0
7712024-11-07T01:23:18.793Z Downloaded x509-cert v0.2.5
7722024-11-07T01:23:18.799Z Downloaded tokio-native-tls v0.3.1
7732024-11-07T01:23:18.802Z Downloaded tokio-macros v2.4.0
7742024-11-07T01:23:18.802Z Downloaded smallvec v0.6.14
7752024-11-07T01:23:18.805Z Downloaded precomputed-hash v0.1.1
7762024-11-07T01:23:18.805Z Downloaded similar v2.6.0
7772024-11-07T01:23:18.809Z Downloaded form_urlencoded v1.2.1
7782024-11-07T01:23:18.812Z Downloaded predicates v3.1.2
7792024-11-07T01:23:18.814Z Downloaded structmeta-derive v0.2.0
7802024-11-07T01:23:18.814Z Downloaded num-integer v0.1.46
7812024-11-07T01:23:18.817Z Downloaded derive_builder_core v0.20.2
7822024-11-07T01:23:18.819Z Downloaded num-rational v0.4.2
7832024-11-07T01:23:18.821Z Downloaded serde_with v3.11.0
7842024-11-07T01:23:18.829Z Downloaded rusqlite v0.32.1
7852024-11-07T01:23:18.837Z Downloaded unicode-xid v0.2.6
7862024-11-07T01:23:18.839Z Downloaded packed_struct v0.10.1
7872024-11-07T01:23:18.839Z Downloaded vte_generate_state_changes v0.1.2
7882024-11-07T01:23:18.842Z Downloaded quick-error v1.2.3
7892024-11-07T01:23:18.842Z Downloaded fallible-iterator v0.2.0
7902024-11-07T01:23:18.844Z Downloaded peg-runtime v0.8.3
7912024-11-07T01:23:18.844Z Downloaded flume v0.11.0
7922024-11-07T01:23:18.847Z Downloaded topological-sort v0.2.2
7932024-11-07T01:23:18.850Z Downloaded termcolor v1.4.1
7942024-11-07T01:23:18.852Z Downloaded unicode-truncate v1.1.0
7952024-11-07T01:23:18.852Z Downloaded rustls-pemfile v1.0.4
7962024-11-07T01:23:18.855Z Downloaded ssh-encoding v0.2.0
7972024-11-07T01:23:18.857Z Downloaded secrecy v0.8.0
7982024-11-07T01:23:18.857Z Downloaded smallvec v1.13.2
7992024-11-07T01:23:18.859Z Downloaded postgres-protocol v0.6.7
8002024-11-07T01:23:18.862Z Downloaded progenitor-impl v0.8.0
8012024-11-07T01:23:18.865Z Downloaded getrandom v0.2.15
8022024-11-07T01:23:18.867Z Downloaded signal-hook-tokio v0.3.1
8032024-11-07T01:23:18.867Z Downloaded universal-hash v0.5.1
8042024-11-07T01:23:18.870Z Downloaded foreign-types v0.5.0
8052024-11-07T01:23:18.870Z Downloaded hkdf v0.12.4
8062024-11-07T01:23:18.873Z Downloaded snafu v0.8.5
8072024-11-07T01:23:18.878Z Downloaded schemars_derive v0.8.21
8082024-11-07T01:23:18.880Z Downloaded rustversion v1.0.17
8092024-11-07T01:23:18.883Z Downloaded sqlparser_derive v0.2.2
8102024-11-07T01:23:18.885Z Downloaded openssl-macros v0.1.1
8112024-11-07T01:23:18.885Z Downloaded num-conv v0.1.0
8122024-11-07T01:23:18.885Z Downloaded foreign-types v0.3.2
8132024-11-07T01:23:18.888Z Downloaded futures-sink v0.3.31
8142024-11-07T01:23:18.888Z Downloaded fallible-streaming-iterator v0.1.9
8152024-11-07T01:23:18.888Z Downloaded dropshot_endpoint v0.12.0
8162024-11-07T01:23:18.891Z Downloaded foldhash v0.1.3
8172024-11-07T01:23:18.894Z Downloaded fallible-iterator v0.3.0
8182024-11-07T01:23:18.894Z Downloaded num-complex v0.4.6
8192024-11-07T01:23:18.896Z Downloaded hash32 v0.2.1
8202024-11-07T01:23:18.896Z Downloaded derive_builder v0.20.2
8212024-11-07T01:23:18.901Z Downloaded shlex v1.3.0
8222024-11-07T01:23:18.903Z Downloaded xattr v1.3.1
8232024-11-07T01:23:18.905Z Downloaded untrusted v0.9.0
8242024-11-07T01:23:18.905Z Downloaded term v0.7.0
8252024-11-07T01:23:18.909Z Downloaded slog-bunyan v2.5.0
8262024-11-07T01:23:18.911Z Downloaded idna v0.5.0
8272024-11-07T01:23:18.917Z Downloaded xz2 v0.1.7
8282024-11-07T01:23:18.920Z Downloaded futures-macro v0.3.31
8292024-11-07T01:23:18.920Z Downloaded fatfs v0.3.6
8302024-11-07T01:23:18.923Z Downloaded tokio-postgres v0.7.12
8312024-11-07T01:23:18.928Z Downloaded structmeta-derive v0.3.0
8322024-11-07T01:23:18.932Z Downloaded semver v0.1.20
8332024-11-07T01:23:18.932Z Downloaded futures-task v0.3.31
8342024-11-07T01:23:18.934Z Downloaded heapless v0.7.17
8352024-11-07T01:23:18.937Z Downloaded env_logger v0.11.5
8362024-11-07T01:23:18.939Z Downloaded env_logger v0.10.2
8372024-11-07T01:23:18.941Z Downloaded rusty-fork v0.3.0
8382024-11-07T01:23:18.944Z Downloaded num-derive v0.4.2
8392024-11-07T01:23:18.948Z Downloaded defmt-macros v0.3.9
8402024-11-07T01:23:18.950Z Downloaded winnow v0.5.40
8412024-11-07T01:23:18.956Z Downloaded unicode-segmentation v1.12.0
8422024-11-07T01:23:18.960Z Downloaded unicode-bidi v0.3.17
8432024-11-07T01:23:18.964Z Downloaded sct v0.7.1
8442024-11-07T01:23:18.967Z Downloaded flate2 v1.0.34
8452024-11-07T01:23:18.972Z Downloaded rand v0.8.5
8462024-11-07T01:23:18.975Z Downloaded hyper v0.14.30
8472024-11-07T01:23:18.983Z Downloaded postcard v1.0.10
8482024-11-07T01:23:18.985Z Downloaded tinyvec v1.8.0
8492024-11-07T01:23:18.988Z Downloaded slog-term v2.9.1
8502024-11-07T01:23:18.992Z Downloaded der_derive v0.7.3
8512024-11-07T01:23:18.994Z Downloaded owo-colors v4.1.0
8522024-11-07T01:23:18.997Z Downloaded num-bigint v0.4.6
8532024-11-07T01:23:19.000Z Downloaded pkcs1 v0.7.5
8542024-11-07T01:23:19.002Z Downloaded nom v7.1.3
8552024-11-07T01:23:19.008Z Downloaded zopfli v0.8.1
8562024-11-07T01:23:19.010Z Downloaded half v2.4.1
8572024-11-07T01:23:19.013Z Downloaded yasna v0.5.2
8582024-11-07T01:23:19.016Z Downloaded vte v0.11.1
8592024-11-07T01:23:19.018Z Downloaded tar v0.4.42
8602024-11-07T01:23:19.020Z Downloaded idna v0.2.3
8612024-11-07T01:23:19.027Z Downloaded typed-path v0.7.1
8622024-11-07T01:23:19.033Z Downloaded rustls-pki-types v1.9.0
8632024-11-07T01:23:19.037Z Downloaded hashbrown v0.14.5
8642024-11-07T01:23:19.042Z Downloaded zip v2.1.3
8652024-11-07T01:23:19.047Z Downloaded tokio-util v0.7.12
8662024-11-07T01:23:19.055Z Downloaded tungstenite v0.23.0
8672024-11-07T01:23:19.057Z Downloaded headers v0.4.0
8682024-11-07T01:23:19.062Z Downloaded tungstenite v0.24.0
8692024-11-07T01:23:19.066Z Downloaded p256 v0.13.2
8702024-11-07T01:23:19.069Z Downloaded toml_edit v0.19.15
8712024-11-07T01:23:19.086Z Downloaded lalrpop v0.19.12
8722024-11-07T01:23:19.098Z Downloaded der v0.7.9
8732024-11-07T01:23:19.103Z Downloaded num-bigint-dig v0.8.4
8742024-11-07T01:23:19.108Z Downloaded radix_trie v0.2.1
8752024-11-07T01:23:19.113Z Downloaded nix v0.28.0
8762024-11-07T01:23:19.125Z Downloaded rayon v1.10.0
8772024-11-07T01:23:19.135Z Downloaded parse-zoneinfo v0.3.1
8782024-11-07T01:23:19.137Z Downloaded idna v0.4.0
8792024-11-07T01:23:19.145Z Downloaded tough v0.17.1
8802024-11-07T01:23:19.153Z Downloaded publicsuffix v2.2.3
8812024-11-07T01:23:19.156Z Downloaded bitvec v1.0.1
8822024-11-07T01:23:19.171Z Downloaded h2 v0.4.6
8832024-11-07T01:23:19.178Z Downloaded nix v0.27.1
8842024-11-07T01:23:19.190Z Downloaded ssh-key v0.6.6
8852024-11-07T01:23:19.196Z Downloaded rustyline v14.0.0
8862024-11-07T01:23:19.202Z Downloaded unicode_categories v0.1.1
8872024-11-07T01:23:19.204Z Downloaded unsafe-libyaml v0.2.11
8882024-11-07T01:23:19.208Z Downloaded idna v0.3.0
8892024-11-07T01:23:19.215Z Downloaded time v0.3.36
8902024-11-07T01:23:19.222Z Downloaded reqwest v0.12.8
8912024-11-07T01:23:19.231Z Downloaded salty v0.3.0
8922024-11-07T01:23:19.238Z Downloaded proptest v1.5.0
8932024-11-07T01:23:19.247Z Downloaded curve25519-dalek v4.1.3
8942024-11-07T01:23:19.256Z Downloaded unicode-normalization v0.1.24
8952024-11-07T01:23:19.260Z Downloaded reqwest v0.11.27
8962024-11-07T01:23:19.268Z Downloaded vcpkg v0.2.15
8972024-11-07T01:23:19.307Z Downloaded h2 v0.3.26
8982024-11-07T01:23:19.314Z Downloaded futures-util v0.3.31
8992024-11-07T01:23:19.326Z Downloaded webpki-roots v0.26.6
9002024-11-07T01:23:19.329Z Downloaded hickory-proto v0.24.1
9012024-11-07T01:23:19.345Z Downloaded rustls-webpki v0.101.7
9022024-11-07T01:23:19.359Z Downloaded regex v1.11.0
9032024-11-07T01:23:19.372Z Downloaded portable-atomic v1.9.0
9042024-11-07T01:23:19.379Z Downloaded sqlparser v0.45.0
9052024-11-07T01:23:19.385Z Downloaded object v0.30.4
9062024-11-07T01:23:19.394Z Downloaded rustls v0.21.12
9072024-11-07T01:23:19.406Z Downloaded rustls-webpki v0.102.8
9082024-11-07T01:23:19.426Z Downloaded bstr v1.10.0
9092024-11-07T01:23:19.435Z Downloaded diesel v2.2.4
9102024-11-07T01:23:19.454Z Downloaded p384 v0.13.0
9112024-11-07T01:23:19.460Z Downloaded object v0.36.5
9122024-11-07T01:23:19.472Z Downloaded gimli v0.31.1
9132024-11-07T01:23:19.480Z Downloaded chrono-tz v0.10.0
9142024-11-07T01:23:19.488Z Downloaded rustls v0.22.4
9152024-11-07T01:23:19.502Z Downloaded openssl v0.10.66
9162024-11-07T01:23:19.511Z Downloaded openapiv3 v2.0.0
9172024-11-07T01:23:19.523Z Downloaded smoltcp v0.11.0
9182024-11-07T01:23:19.536Z Downloaded regress v0.9.1
9192024-11-07T01:23:19.545Z Downloaded rustls v0.23.14
9202024-11-07T01:23:19.557Z Downloaded regex-syntax v0.8.5
9212024-11-07T01:23:19.565Z Downloaded zerocopy-derive v0.6.6
9222024-11-07T01:23:19.575Z Downloaded ratatui v0.28.1
9232024-11-07T01:23:19.595Z Downloaded typify-impl v0.2.0
9242024-11-07T01:23:19.612Z Downloaded bzip2-sys v0.1.11+1.0.8
9252024-11-07T01:23:19.623Z Downloaded git2 v0.19.0
9262024-11-07T01:23:19.631Z Downloaded sled v0.34.7
9272024-11-07T01:23:19.642Z Downloaded dropshot v0.12.0
9282024-11-07T01:23:19.662Z Downloaded regress v0.10.1
9292024-11-07T01:23:19.670Z Downloaded regex-syntax v0.6.29
9302024-11-07T01:23:19.677Z Downloaded polar-core v0.27.3
9312024-11-07T01:23:19.686Z Downloaded regex-automata v0.4.8
9322024-11-07T01:23:19.703Z Downloaded nix v0.29.0
9332024-11-07T01:23:19.715Z Downloaded quick-xml v0.33.0
9342024-11-07T01:23:19.721Z Downloaded quinn-proto v0.11.8
9352024-11-07T01:23:19.727Z Downloaded smoltcp v0.9.1
9362024-11-07T01:23:19.737Z Downloaded trust-dns-proto v0.22.0
9372024-11-07T01:23:19.749Z Downloaded lzma-sys v0.1.20
9382024-11-07T01:23:19.778Z Downloaded petgraph v0.6.5
9392024-11-07T01:23:19.796Z Downloaded p521 v0.13.3
9402024-11-07T01:23:19.800Z Downloaded libz-sys v1.1.20
9412024-11-07T01:23:19.820Z Downloaded heapless v0.8.0
9422024-11-07T01:23:19.831Z Downloaded ppv-lite86 v0.2.20
9432024-11-07T01:23:19.831Z Downloaded tokio v1.40.0
9442024-11-07T01:23:19.864Z Downloaded value-bag v1.9.0
9452024-11-07T01:23:19.866Z Downloaded ghash v0.5.1
9462024-11-07T01:23:19.868Z Downloaded diff v0.1.13
9472024-11-07T01:23:19.871Z Downloaded bindgen v0.69.5
9482024-11-07T01:23:19.877Z Downloaded sha3 v0.10.8
9492024-11-07T01:23:19.882Z Downloaded derive_more v0.99.18
9502024-11-07T01:23:19.886Z Downloaded csv v1.3.0
9512024-11-07T01:23:19.907Z Downloaded num-traits v0.2.19
9522024-11-07T01:23:19.909Z Downloaded libm v0.2.8
9532024-11-07T01:23:19.917Z Downloaded env_filter v0.1.2
9542024-11-07T01:23:19.919Z Downloaded foreign-types-shared v0.3.1
9552024-11-07T01:23:19.919Z Downloaded foreign-types-shared v0.1.1
9562024-11-07T01:23:19.921Z Downloaded password-hash v0.5.0
9572024-11-07T01:23:19.921Z Downloaded ron v0.7.1
9582024-11-07T01:23:19.926Z Downloaded hashbrown v0.13.2
9592024-11-07T01:23:19.930Z Downloaded simd-adler32 v0.3.7
9602024-11-07T01:23:19.932Z Downloaded signature v2.2.0
9612024-11-07T01:23:19.935Z Downloaded password-hash v0.4.2
9622024-11-07T01:23:19.935Z Downloaded nu-ansi-term v0.50.1
9632024-11-07T01:23:19.938Z Downloaded progenitor-macro v0.8.0
9642024-11-07T01:23:19.940Z Downloaded phf_generator v0.11.2
9652024-11-07T01:23:19.940Z Downloaded percent-encoding v2.3.1
9662024-11-07T01:23:19.942Z Downloaded crossterm v0.28.1
9672024-11-07T01:23:19.946Z Downloaded rcgen v0.12.1
9682024-11-07T01:23:19.949Z Downloaded expectorate v1.1.0
9692024-11-07T01:23:19.951Z Downloaded blake3 v1.5.4
9702024-11-07T01:23:19.958Z Downloaded slab v0.4.9
9712024-11-07T01:23:19.961Z Downloaded tokio-rustls v0.24.1
9722024-11-07T01:23:19.963Z Downloaded sqlformat v0.2.6
9732024-11-07T01:23:19.965Z Downloaded rustc-demangle v0.1.24
9742024-11-07T01:23:19.966Z Downloaded hex-literal v0.4.1
9752024-11-07T01:23:19.968Z Downloaded hex v0.4.3
9762024-11-07T01:23:19.968Z Downloaded hashbrown v0.12.3
9772024-11-07T01:23:19.972Z Downloaded rand_core v0.6.4
9782024-11-07T01:23:19.974Z Downloaded rand_chacha v0.3.1
9792024-11-07T01:23:19.977Z Downloaded radium v0.7.0
9802024-11-07T01:23:19.977Z Downloaded proc-macro-crate v1.3.1
9812024-11-07T01:23:19.977Z Downloaded openssl-sys v0.9.103
9822024-11-07T01:23:19.980Z Downloaded rayon-core v1.12.1
9832024-11-07T01:23:19.984Z Downloaded russh v0.45.0
9842024-11-07T01:23:19.989Z Downloaded encoding_rs v0.8.34
9852024-11-07T01:23:20.010Z Downloaded qorb v0.2.0
9862024-11-07T01:23:20.014Z Downloaded diesel_derives v2.2.3
9872024-11-07T01:23:20.018Z Downloaded static_assertions v1.1.0
9882024-11-07T01:23:20.020Z Downloaded oso v0.27.3
9892024-11-07T01:23:20.023Z Downloaded schemars v0.8.21
9902024-11-07T01:23:20.035Z Downloaded ron v0.8.1
9912024-11-07T01:23:20.041Z Downloaded prettyplease v0.2.22
9922024-11-07T01:23:20.044Z Downloaded strip-ansi-escapes v0.2.0
9932024-11-07T01:23:20.046Z Downloaded signal-hook v0.3.17
9942024-11-07T01:23:20.049Z Downloaded serde-big-array v0.5.1
9952024-11-07T01:23:20.051Z Downloaded pretty-hex v0.2.1
9962024-11-07T01:23:20.051Z Downloaded scrypt v0.11.0
9972024-11-07T01:23:20.052Z Downloaded scopeguard v1.2.0
9982024-11-07T01:23:20.055Z Downloaded hickory-server v0.24.1
9992024-11-07T01:23:20.057Z Downloaded rustc_version v0.1.7
10002024-11-07T01:23:20.059Z Downloaded rfc6979 v0.4.0
10012024-11-07T01:23:20.059Z Downloaded globset v0.4.15
10022024-11-07T01:23:20.062Z Downloaded ecdsa v0.16.9
10032024-11-07T01:23:20.062Z Downloaded sha1 v0.10.6
10042024-11-07T01:23:20.065Z Downloaded serde_repr v0.1.19
10052024-11-07T01:23:20.068Z Downloaded parse-display v0.10.0
10062024-11-07T01:23:20.068Z Downloaded futures v0.3.31
10072024-11-07T01:23:20.071Z Downloaded zip v0.6.6
10082024-11-07T01:23:20.074Z Downloaded serde_yaml v0.9.34+deprecated
10092024-11-07T01:23:20.078Z Downloaded http v1.1.0
10102024-11-07T01:23:20.082Z Downloaded either v1.13.0
10112024-11-07T01:23:20.084Z Downloaded libgit2-sys v0.17.0+1.8.1
10122024-11-07T01:23:20.142Z Downloaded dyn-clone v1.0.17
10132024-11-07T01:23:20.144Z Downloaded parking_lot v0.12.3
10142024-11-07T01:23:20.147Z Downloaded omicron-zone-package v0.11.1
10152024-11-07T01:23:20.149Z Downloaded nodrop v0.1.14
10162024-11-07T01:23:20.149Z Downloaded group v0.13.0
10172024-11-07T01:23:20.152Z Downloaded ena v0.14.3
10182024-11-07T01:23:20.152Z Downloaded embedded-io v0.4.0
10192024-11-07T01:23:20.154Z Downloaded ed25519 v2.2.3
10202024-11-07T01:23:20.157Z Downloaded typify-macro v0.2.0
10212024-11-07T01:23:20.157Z Downloaded rustls-pemfile v2.2.0
10222024-11-07T01:23:20.159Z Downloaded slog v2.7.0
10232024-11-07T01:23:20.161Z Downloaded miniz_oxide v0.8.0
10242024-11-07T01:23:20.163Z Downloaded itertools v0.13.0
10252024-11-07T01:23:20.169Z Downloaded tracing-core v0.1.32
10262024-11-07T01:23:20.172Z Downloaded thread_local v1.1.8
10272024-11-07T01:23:20.174Z Downloaded spki v0.7.3
10282024-11-07T01:23:20.176Z Downloaded spin v0.5.2
10292024-11-07T01:23:20.176Z Downloaded base64 v0.13.1
10302024-11-07T01:23:20.179Z Downloaded darling_core v0.20.10
10312024-11-07T01:23:20.183Z Downloaded compact_str v0.8.0
10322024-11-07T01:23:20.186Z Downloaded same-file v1.0.6
10332024-11-07T01:23:20.189Z Downloaded backtrace v0.3.74
10342024-11-07T01:23:20.192Z Downloaded slog-dtrace v0.3.0
10352024-11-07T01:23:20.195Z Downloaded parking_lot v0.11.2
10362024-11-07T01:23:20.197Z Downloaded num_enum_derive v0.5.11
10372024-11-07T01:23:20.197Z Downloaded futures-channel v0.3.31
10382024-11-07T01:23:20.199Z Downloaded scheduled-thread-pool v0.2.7
10392024-11-07T01:23:20.201Z Downloaded rpassword v7.3.1
10402024-11-07T01:23:20.201Z Downloaded quinn-udp v0.5.5
10412024-11-07T01:23:20.204Z Downloaded spin v0.9.8
10422024-11-07T01:23:20.206Z Downloaded futures-executor v0.3.31
10432024-11-07T01:23:20.206Z Downloaded aho-corasick v1.1.3
10442024-11-07T01:23:20.211Z Downloaded pbkdf2 v0.12.2
10452024-11-07T01:23:20.214Z Downloaded packed_struct_codegen v0.10.1
10462024-11-07T01:23:20.214Z Downloaded utf-8 v0.7.6
10472024-11-07T01:23:20.218Z Downloaded tokio-rustls v0.26.0
10482024-11-07T01:23:20.220Z Downloaded pin-utils v0.1.0
10492024-11-07T01:23:20.220Z Downloaded defmt v0.3.8
10502024-11-07T01:23:20.222Z Downloaded serde_with_macros v3.11.0
10512024-11-07T01:23:20.225Z Downloaded olpc-cjson v0.1.4
10522024-11-07T01:23:20.225Z Downloaded strum_macros v0.26.4
10532024-11-07T01:23:20.227Z Downloaded mockall_derive v0.13.0
10542024-11-07T01:23:20.229Z Downloaded memmap2 v0.9.5
10552024-11-07T01:23:20.229Z Downloaded csv-core v0.1.11
10562024-11-07T01:23:20.232Z Downloaded console v0.15.8
10572024-11-07T01:23:20.234Z Downloaded clang-sys v1.8.1
10582024-11-07T01:23:20.236Z Downloaded ff v0.13.0
10592024-11-07T01:23:20.239Z Downloaded slog-json v2.6.1
10602024-11-07T01:23:20.239Z Downloaded libxml v0.3.3
10612024-11-07T01:23:20.244Z Downloaded libloading v0.8.5
10622024-11-07T01:23:20.247Z Downloaded display-error-chain v0.2.2
10632024-11-07T01:23:20.249Z Downloaded tokio-stream v0.1.16
10642024-11-07T01:23:20.252Z Downloaded cookie_store v0.21.0
10652024-11-07T01:23:20.254Z Downloaded crc32fast v1.4.2
10662024-11-07T01:23:20.257Z Downloaded maybe-uninit v2.0.0
10672024-11-07T01:23:20.257Z Downloaded maplit v1.0.2
10682024-11-07T01:23:20.259Z Downloaded lru-cache v0.1.2
10692024-11-07T01:23:20.260Z Downloaded linked-hash-map v0.5.6
10702024-11-07T01:23:20.260Z Downloaded libsw v3.3.1
10712024-11-07T01:23:20.262Z Downloaded libefi-sys v0.1.0
10722024-11-07T01:23:20.262Z Downloaded lalrpop-util v0.19.12
10732024-11-07T01:23:20.265Z Downloaded is-terminal v0.4.13
10742024-11-07T01:23:20.265Z Downloaded serde-hex v0.1.0
10752024-11-07T01:23:20.265Z Downloaded mio v1.0.2
10762024-11-07T01:23:20.270Z Downloaded minimal-lexical v0.2.1
10772024-11-07T01:23:20.274Z Downloaded newline-converter v0.3.0
10782024-11-07T01:23:20.277Z Downloaded rand_xorshift v0.3.0
10792024-11-07T01:23:20.277Z Downloaded md-5 v0.10.6
10802024-11-07T01:23:20.280Z Downloaded ipnet v2.10.1
10812024-11-07T01:23:20.280Z Downloaded hyper-rustls v0.27.3
10822024-11-07T01:23:20.282Z Downloaded cancel-safe-futures v0.1.5
10832024-11-07T01:23:20.285Z Downloaded arrayvec v0.7.6
10842024-11-07T01:23:20.287Z Downloaded allocator-api2 v0.2.18
10852024-11-07T01:23:20.290Z Downloaded slog-scope v4.4.0
10862024-11-07T01:23:20.292Z Downloaded ipnetwork v0.20.0
10872024-11-07T01:23:20.295Z Downloaded indoc v1.0.9
10882024-11-07T01:23:20.295Z Downloaded httparse v1.9.5
10892024-11-07T01:23:20.298Z Downloaded const_format_proc_macros v0.2.33
10902024-11-07T01:23:20.300Z Downloaded base64ct v1.6.0
10912024-11-07T01:23:20.302Z Downloaded argon2 v0.5.3
10922024-11-07T01:23:20.304Z Downloaded cobs v0.2.3
10932024-11-07T01:23:20.304Z Downloaded ciborium-ll v0.2.2
10942024-11-07T01:23:20.306Z Downloaded instability v0.3.2
10952024-11-07T01:23:20.306Z Downloaded http-body-util v0.1.2
10962024-11-07T01:23:20.309Z Downloaded block-padding v0.3.3
10972024-11-07T01:23:20.309Z Downloaded bitfield-struct v0.6.2
10982024-11-07T01:23:20.311Z Downloaded httpdate v1.0.3
10992024-11-07T01:23:20.311Z Downloaded http-body v0.4.6
11002024-11-07T01:23:20.314Z Downloaded ciborium v0.2.2
11012024-11-07T01:23:20.317Z Downloaded backoff v0.4.0
11022024-11-07T01:23:20.319Z Downloaded curve25519-dalek-derive v0.1.1
11032024-11-07T01:23:20.321Z Downloaded async-bb8-diesel v0.2.1
11042024-11-07T01:23:20.324Z Downloaded constant_time_eq v0.3.1
11052024-11-07T01:23:20.324Z Downloaded async-stream v0.3.6
11062024-11-07T01:23:20.326Z Downloaded bcrypt-pbkdf v0.10.0
11072024-11-07T01:23:20.329Z Downloaded atomic-waker v1.1.2
11082024-11-07T01:23:20.329Z Downloaded ascii-canvas v3.0.0
11092024-11-07T01:23:20.450Z Downloaded libsqlite3-sys v0.30.1
11102024-11-07T01:23:20.541Z Downloaded ring v0.17.8
11112024-11-07T01:23:20.665Z Downloaded ring v0.16.20
11122024-11-07T01:23:20.897Z Compiling serde v1.0.210
11132024-11-07T01:23:20.899Z Compiling typenum v1.17.0
11142024-11-07T01:23:20.899Z Compiling generic-array v0.14.7
11152024-11-07T01:23:20.899Z Compiling lock_api v0.4.12
11162024-11-07T01:23:20.899Z Compiling scopeguard v1.2.0
11172024-11-07T01:23:20.899Z Compiling subtle v2.6.1
11182024-11-07T01:23:20.899Z Compiling syn v2.0.79
11192024-11-07T01:23:20.899Z Compiling getrandom v0.2.15
11202024-11-07T01:23:21.211Z Compiling value-bag v1.9.0
11212024-11-07T01:23:21.413Z Compiling rand_core v0.6.4
11222024-11-07T01:23:21.504Z Compiling const-oid v0.9.6
11232024-11-07T01:23:21.523Z Compiling jobserver v0.1.32
11242024-11-07T01:23:21.649Z Compiling shlex v1.3.0
11252024-11-07T01:23:21.835Z Compiling log v0.4.22
11262024-11-07T01:23:21.998Z Compiling cc v1.1.30
11272024-11-07T01:23:22.087Z Compiling pin-project-lite v0.2.14
11282024-11-07T01:23:22.122Z Compiling smallvec v1.13.2
11292024-11-07T01:23:22.222Z Compiling parking_lot_core v0.9.10
11302024-11-07T01:23:22.491Z Compiling futures-core v0.3.31
11312024-11-07T01:23:22.545Z Compiling signal-hook-registry v1.4.2
11322024-11-07T01:23:22.752Z Compiling mio v1.0.2
11332024-11-07T01:23:22.769Z Compiling cpufeatures v0.2.14
11342024-11-07T01:23:22.873Z Compiling futures-sink v0.3.31
11352024-11-07T01:23:23.040Z Compiling spin v0.9.8
11362024-11-07T01:23:23.382Z Compiling parking_lot v0.12.3
11372024-11-07T01:23:23.480Z Compiling socket2 v0.5.7
11382024-11-07T01:23:23.483Z Compiling slab v0.4.9
11392024-11-07T01:23:23.552Z Compiling serde_json v1.0.128
11402024-11-07T01:23:23.906Z Compiling futures-channel v0.3.31
11412024-11-07T01:23:23.925Z Compiling tinyvec_macros v0.1.1
11422024-11-07T01:23:23.941Z Compiling futures-io v0.3.31
11432024-11-07T01:23:24.017Z Compiling allocator-api2 v0.2.18
11442024-11-07T01:23:24.255Z Compiling pin-utils v0.1.0
11452024-11-07T01:23:24.274Z Compiling foldhash v0.1.3
11462024-11-07T01:23:24.280Z Compiling futures-task v0.3.31
11472024-11-07T01:23:24.332Z Compiling tinyvec v1.8.0
11482024-11-07T01:23:24.351Z Compiling pkg-config v0.3.31
11492024-11-07T01:23:24.400Z Compiling libm v0.2.8
11502024-11-07T01:23:24.588Z Compiling num-traits v0.2.19
11512024-11-07T01:23:24.657Z Compiling unicode-bidi v0.3.17
11522024-11-07T01:23:24.767Z Compiling hashbrown v0.15.0
11532024-11-07T01:23:25.198Z Compiling base64ct v1.6.0
11542024-11-07T01:23:25.774Z Compiling pem-rfc7468 v0.7.0
11552024-11-07T01:23:25.836Z Compiling unicode-normalization v0.1.24
11562024-11-07T01:23:26.149Z Compiling ring v0.17.8
11572024-11-07T01:23:26.167Z Compiling flagset v0.4.6
11582024-11-07T01:23:26.189Z Compiling httparse v1.9.5
11592024-11-07T01:23:26.262Z Compiling tracing-core v0.1.32
11602024-11-07T01:23:26.377Z Compiling percent-encoding v2.3.1
11612024-11-07T01:23:26.505Z Compiling rustls-pki-types v1.9.0
11622024-11-07T01:23:26.763Z Compiling crossbeam-utils v0.8.20
11632024-11-07T01:23:26.980Z Compiling powerfmt v0.2.0
11642024-11-07T01:23:27.380Z Compiling time-core v0.1.2
11652024-11-07T01:23:27.399Z Compiling untrusted v0.9.0
11662024-11-07T01:23:27.543Z Compiling num-conv v0.1.0
11672024-11-07T01:23:27.546Z Compiling vcpkg v0.2.15
11682024-11-07T01:23:27.625Z Compiling deranged v0.3.11
11692024-11-07T01:23:27.771Z Compiling num_threads v0.1.7
11702024-11-07T01:23:27.813Z Compiling time-macros v0.2.18
11712024-11-07T01:23:27.901Z Compiling atomic-waker v1.1.2
11722024-11-07T01:23:27.925Z Compiling form_urlencoded v1.2.1
11732024-11-07T01:23:28.080Z Compiling rustix v0.38.37
11742024-11-07T01:23:28.244Z Compiling try-lock v0.2.5
11752024-11-07T01:23:28.578Z Compiling slog v2.7.0
11762024-11-07T01:23:28.718Z Compiling want v0.3.1
11772024-11-07T01:23:28.916Z Compiling httpdate v1.0.3
11782024-11-07T01:23:28.965Z Compiling idna v0.5.0
11792024-11-07T01:23:29.330Z Compiling tower-service v0.3.3
11802024-11-07T01:23:29.390Z Compiling openssl-sys v0.9.103
11812024-11-07T01:23:29.455Z Compiling base64 v0.22.1
11822024-11-07T01:23:29.523Z Compiling foreign-types-shared v0.1.1
11832024-11-07T01:23:29.633Z Compiling openssl v0.10.66
11842024-11-07T01:23:29.706Z Compiling iana-time-zone v0.1.61
11852024-11-07T01:23:30.038Z Compiling match_cfg v0.1.0
11862024-11-07T01:23:30.122Z Compiling rustversion v1.0.17
11872024-11-07T01:23:30.138Z Compiling adler2 v2.0.0
11882024-11-07T01:23:30.154Z Compiling hostname v0.3.1
11892024-11-07T01:23:30.339Z Compiling miniz_oxide v0.8.0
11902024-11-07T01:23:30.373Z Compiling url v2.5.2
11912024-11-07T01:23:30.440Z Compiling foreign-types v0.3.2
11922024-11-07T01:23:30.528Z Compiling dirs-sys-next v0.1.2
11932024-11-07T01:23:30.787Z Compiling time v0.3.36
11942024-11-07T01:23:30.913Z Compiling aho-corasick v1.1.3
11952024-11-07T01:23:31.136Z Compiling syn v1.0.109
11962024-11-07T01:23:31.750Z Compiling data-encoding v2.6.0
11972024-11-07T01:23:31.786Z Compiling native-tls v0.2.12
11982024-11-07T01:23:31.969Z Compiling regex-syntax v0.8.5
11992024-11-07T01:23:32.008Z Compiling rustls v0.23.14
12002024-11-07T01:23:32.081Z Compiling rustls v0.22.4
12012024-11-07T01:23:32.301Z Compiling siphasher v0.3.11
12022024-11-07T01:23:32.675Z Compiling dirs-next v2.0.0
12032024-11-07T01:23:32.876Z Compiling serde_derive_internals v0.29.1
12042024-11-07T01:23:33.766Z Compiling crossbeam-epoch v0.9.18
12052024-11-07T01:23:33.808Z Compiling bzip2-sys v0.1.11+1.0.8
12062024-11-07T01:23:34.318Z Compiling lazy_static v1.5.0
12072024-11-07T01:23:34.436Z Compiling thread_local v1.1.8
12082024-11-07T01:23:34.468Z Compiling multer v3.1.0
12092024-11-07T01:23:34.578Z Compiling serde_derive v1.0.210
12102024-11-07T01:23:34.743Z Compiling zeroize_derive v1.4.2
12112024-11-07T01:23:34.937Z Compiling zerocopy-derive v0.7.35
12122024-11-07T01:23:35.251Z Compiling tokio-macros v2.4.0
12132024-11-07T01:23:35.880Z Compiling thiserror-impl v1.0.64
12142024-11-07T01:23:35.883Z Compiling futures-macro v0.3.31
12152024-11-07T01:23:36.194Z Compiling zeroize v1.8.1
12162024-11-07T01:23:36.838Z Compiling der_derive v0.7.3
12172024-11-07T01:23:37.074Z Compiling zerocopy v0.7.35
12182024-11-07T01:23:37.639Z Compiling futures-util v0.3.31
12192024-11-07T01:23:38.014Z Compiling crypto-common v0.1.6
12202024-11-07T01:23:38.126Z Compiling block-buffer v0.10.4
12212024-11-07T01:23:38.237Z Compiling block-padding v0.3.3
12222024-11-07T01:23:38.366Z Compiling digest v0.10.7
12232024-11-07T01:23:38.484Z Compiling inout v0.1.3
12242024-11-07T01:23:38.720Z Compiling cipher v0.4.4
12252024-11-07T01:23:38.752Z Compiling ppv-lite86 v0.2.20
12262024-11-07T01:23:38.831Z Compiling thiserror v1.0.64
12272024-11-07T01:23:38.831Z Compiling hmac v0.12.1
12282024-11-07T01:23:38.975Z Compiling sha2 v0.10.8
12292024-11-07T01:23:39.092Z Compiling tracing-attributes v0.1.27
12302024-11-07T01:23:39.164Z Compiling der v0.7.9
12312024-11-07T01:23:39.234Z Compiling salsa20 v0.10.2
12322024-11-07T01:23:39.444Z Compiling pbkdf2 v0.12.2
12332024-11-07T01:23:39.629Z Compiling rand_chacha v0.3.1
12342024-11-07T01:23:39.645Z Compiling pest v2.7.14
12352024-11-07T01:23:42.127Z Compiling spki v0.7.3
12362024-11-07T01:23:42.466Z Compiling rand v0.8.5
12372024-11-07T01:23:42.665Z Compiling tracing v0.1.40
12382024-11-07T01:23:42.668Z Compiling pest_meta v2.7.14
12392024-11-07T01:23:42.736Z Compiling scrypt v0.11.0
12402024-11-07T01:23:42.775Z Compiling aes v0.8.4
12412024-11-07T01:23:43.190Z Compiling cbc v0.1.2
12422024-11-07T01:23:43.321Z Compiling scroll_derive v0.12.0
12432024-11-07T01:23:43.435Z Compiling rustls-webpki v0.102.8
12442024-11-07T01:23:43.523Z Compiling openssl-macros v0.1.1
12452024-11-07T01:23:44.068Z Compiling pest_generator v2.7.14
12462024-11-07T01:23:44.328Z Compiling pkcs5 v0.7.1
12472024-11-07T01:23:44.673Z Compiling async-trait v0.1.83
12482024-11-07T01:23:44.786Z Compiling scroll v0.12.0
12492024-11-07T01:23:45.365Z Compiling goblin v0.8.2
12502024-11-07T01:23:45.509Z Compiling pkcs8 v0.10.2
12512024-11-07T01:23:45.586Z Compiling sha1 v0.10.6
12522024-11-07T01:23:45.614Z Compiling signature v2.2.0
12532024-11-07T01:23:45.955Z Compiling regex-automata v0.4.8
12542024-11-07T01:23:46.039Z Compiling cookie v0.18.1
12552024-11-07T01:23:46.111Z Compiling encoding_rs v0.8.34
12562024-11-07T01:23:46.258Z Compiling mime v0.3.17
12572024-11-07T01:23:46.356Z Compiling slog-async v2.8.0
12582024-11-07T01:23:46.831Z Compiling gimli v0.31.1
12592024-11-07T01:23:46.881Z Compiling ipnet v2.10.1
12602024-11-07T01:23:47.323Z Compiling signal-hook v0.3.17
12612024-11-07T01:23:47.369Z Compiling pest_derive v2.7.14
12622024-11-07T01:23:47.608Z Compiling rayon-core v1.12.1
12632024-11-07T01:23:47.903Z Compiling either v1.13.0
12642024-11-07T01:23:48.118Z Compiling paste v1.0.15
12652024-11-07T01:23:48.156Z Compiling dtrace-parser v0.2.0
12662024-11-07T01:23:48.334Z Compiling bytes v1.7.2
12672024-11-07T01:23:48.636Z Compiling indexmap v2.6.0
12682024-11-07T01:23:49.672Z Compiling tokio v1.40.0
12692024-11-07T01:23:50.196Z Compiling http v1.1.0
12702024-11-07T01:23:50.243Z Compiling bitflags v2.6.0
12712024-11-07T01:23:50.297Z Compiling semver v1.0.23
12722024-11-07T01:23:51.084Z Compiling rustc_version v0.4.1
12732024-11-07T01:23:51.837Z Compiling http-body v1.0.1
12742024-11-07T01:23:51.863Z Compiling dof v0.3.0
12752024-11-07T01:23:52.062Z Compiling toml_datetime v0.6.8
12762024-11-07T01:23:52.082Z Compiling serde_spanned v0.6.8
12772024-11-07T01:23:52.325Z Compiling uuid v1.10.0
12782024-11-07T01:23:52.614Z Compiling serde_tokenstream v0.2.2
12792024-11-07T01:23:52.680Z Compiling usdt-impl v0.5.0
12802024-11-07T01:23:53.256Z Compiling chrono v0.4.38
12812024-11-07T01:23:53.856Z Compiling http-body-util v0.1.2
12822024-11-07T01:23:54.011Z Compiling heapless v0.7.17
12832024-11-07T01:23:54.377Z Compiling schemars v0.8.21
12842024-11-07T01:23:54.462Z Compiling openssl-probe v0.1.5
12852024-11-07T01:23:54.731Z Compiling unicode-properties v0.1.3
12862024-11-07T01:23:54.921Z Compiling toml_edit v0.22.22
12872024-11-07T01:23:55.143Z Compiling stringprep v0.1.5
12882024-11-07T01:23:55.426Z Compiling usdt-attr-macro v0.5.0
12892024-11-07T01:23:56.232Z Compiling usdt-macro v0.5.0
12902024-11-07T01:23:56.316Z Compiling curve25519-dalek v4.1.3
12912024-11-07T01:23:56.987Z Compiling addr2line v0.24.2
12922024-11-07T01:23:57.027Z Compiling slog-json v2.6.1
12932024-11-07T01:23:57.177Z Compiling serde_urlencoded v0.7.1
12942024-11-07T01:23:57.678Z Compiling futures-executor v0.3.31
12952024-11-07T01:23:57.719Z Compiling md-5 v0.10.6
12962024-11-07T01:23:57.977Z Compiling schemars_derive v0.8.21
12972024-11-07T01:23:58.096Z Compiling tokio-util v0.7.12
12982024-11-07T01:23:58.218Z Compiling async-stream-impl v0.3.6
12992024-11-07T01:23:59.523Z Compiling h2 v0.4.6
13002024-11-07T01:23:59.558Z Compiling enum-as-inner v0.6.1
13012024-11-07T01:24:01.288Z Compiling crossbeam-deque v0.8.5
13022024-11-07T01:24:01.636Z Compiling term v0.7.0
13032024-11-07T01:24:02.965Z Compiling crossbeam-channel v0.5.13
13042024-11-07T01:24:02.967Z Compiling num-integer v0.1.46
13052024-11-07T01:24:03.066Z Compiling rustls-pemfile v2.2.0
13062024-11-07T01:24:03.409Z Compiling idna v0.4.0
13072024-11-07T01:24:03.746Z Compiling idna v0.3.0
13082024-11-07T01:24:04.050Z Compiling hash32 v0.2.1
13092024-11-07T01:24:04.357Z Compiling ff v0.13.0
13102024-11-07T01:24:04.435Z Compiling is-terminal v0.4.13
13112024-11-07T01:24:04.570Z Compiling dropshot v0.12.0
13122024-11-07T01:24:04.599Z Compiling object v0.36.5
13132024-11-07T01:24:04.869Z Compiling take_mut v0.2.2
13142024-11-07T01:24:05.022Z Compiling quick-error v1.2.3
13152024-11-07T01:24:05.041Z Compiling anyhow v1.0.92
13162024-11-07T01:24:05.174Z Compiling num-bigint-dig v0.8.4
13172024-11-07T01:24:05.294Z Compiling base16ct v0.2.0
13182024-11-07T01:24:05.499Z Compiling rustc-demangle v0.1.24
13192024-11-07T01:24:05.613Z Compiling psl-types v2.0.11
13202024-11-07T01:24:05.669Z Compiling utf-8 v0.7.6
13212024-11-07T01:24:05.853Z Compiling smoltcp v0.9.1
13222024-11-07T01:24:06.034Z Compiling stable_deref_trait v1.2.0
13232024-11-07T01:24:06.142Z Compiling fallible-iterator v0.2.0
13242024-11-07T01:24:06.449Z Compiling dyn-clone v1.0.17
13252024-11-07T01:24:06.599Z Compiling hyper v1.4.1
13262024-11-07T01:24:06.654Z Compiling linked-hash-map v0.5.6
13272024-11-07T01:24:06.865Z Compiling portable-atomic v1.9.0
13282024-11-07T01:24:07.024Z Compiling lru-cache v0.1.2
13292024-11-07T01:24:07.229Z Compiling postgres-protocol v0.6.7
13302024-11-07T01:24:08.543Z Compiling tungstenite v0.24.0
13312024-11-07T01:24:09.222Z Compiling hyper-util v0.1.9
13322024-11-07T01:24:09.919Z Compiling publicsuffix v2.2.3
13332024-11-07T01:24:10.580Z Compiling sec1 v0.7.3
13342024-11-07T01:24:10.697Z Compiling resolv-conf v0.7.0
13352024-11-07T01:24:11.075Z Compiling group v0.13.0
13362024-11-07T01:24:11.155Z Compiling slog-term v2.9.1
13372024-11-07T01:24:11.238Z Compiling usdt v0.5.0
13382024-11-07T01:24:11.386Z Compiling hickory-proto v0.24.1
13392024-11-07T01:24:11.497Z Compiling tokio-rustls v0.26.0
13402024-11-07T01:24:11.718Z Compiling num-iter v0.1.45
13412024-11-07T01:24:11.959Z Compiling backtrace v0.3.74
13422024-11-07T01:24:11.990Z Compiling tokio-rustls v0.25.0
13432024-11-07T01:24:12.365Z Compiling tokio-native-tls v0.3.1
13442024-11-07T01:24:12.417Z Compiling async-stream v0.3.6
13452024-11-07T01:24:12.453Z Compiling toml v0.8.19
13462024-11-07T01:24:12.672Z Compiling futures v0.3.31
13472024-11-07T01:24:12.782Z Compiling camino v1.1.9
13482024-11-07T01:24:13.789Z Compiling slog-bunyan v2.5.0
13492024-11-07T01:24:13.950Z Compiling terminal_size v0.4.0
13502024-11-07T01:24:14.034Z Compiling dropshot_endpoint v0.12.0
13512024-11-07T01:24:14.115Z Compiling openapiv3 v2.0.0
13522024-11-07T01:24:14.169Z Compiling serde_path_to_error v0.1.16
13532024-11-07T01:24:14.677Z Compiling hkdf v0.12.4
13542024-11-07T01:24:14.943Z Compiling crypto-bigint v0.5.5
13552024-11-07T01:24:14.964Z Compiling zerocopy-derive v0.6.6
13562024-11-07T01:24:15.067Z Compiling curve25519-dalek-derive v0.1.1
13572024-11-07T01:24:15.264Z Compiling phf_shared v0.11.2
13582024-11-07T01:24:15.859Z Compiling waitgroup v0.1.2
13592024-11-07T01:24:15.921Z Compiling webpki-roots v0.26.6
13602024-11-07T01:24:16.154Z Compiling hostname v0.4.0
13612024-11-07T01:24:16.350Z Compiling hubpack_derive v0.1.1
13622024-11-07T01:24:16.418Z Compiling fs-err v2.11.0
13632024-11-07T01:24:16.571Z Compiling ahash v0.8.11
13642024-11-07T01:24:16.707Z Compiling crc32fast v1.4.2
13652024-11-07T01:24:16.937Z Compiling winnow v0.5.40
13662024-11-07T01:24:17.034Z Compiling managed v0.8.0
13672024-11-07T01:24:17.098Z Compiling bitflags v1.3.2
13682024-11-07T01:24:17.209Z Compiling debug-ignore v1.0.5
13692024-11-07T01:24:17.229Z Compiling console v0.15.8
13702024-11-07T01:24:17.367Z Compiling clap_builder v4.5.20
13712024-11-07T01:24:18.626Z Compiling elliptic-curve v0.13.8
13722024-11-07T01:24:18.741Z Compiling hubpack v0.1.2
13732024-11-07T01:24:19.182Z Compiling strum_macros v0.25.3
13742024-11-07T01:24:19.466Z Compiling zerocopy v0.6.6
13752024-11-07T01:24:19.625Z Compiling hickory-resolver v0.24.1
13762024-11-07T01:24:20.390Z Compiling flate2 v1.0.34
13772024-11-07T01:24:20.897Z Compiling toml_edit v0.19.15
13782024-11-07T01:24:21.479Z Compiling hyper-rustls v0.27.3
13792024-11-07T01:24:21.550Z Compiling phf v0.11.2
13802024-11-07T01:24:21.848Z Compiling signal-hook-mio v0.2.4
13812024-11-07T01:24:22.017Z Compiling cookie_store v0.21.0
13822024-11-07T01:24:22.094Z Compiling rayon v1.10.0
13832024-11-07T01:24:23.539Z Compiling hyper-tls v0.6.0
13842024-11-07T01:24:23.919Z Compiling bzip2 v0.4.4
13852024-11-07T01:24:24.327Z Compiling tokio-tungstenite v0.24.0
13862024-11-07T01:24:24.898Z Compiling postgres-types v0.2.8
13872024-11-07T01:24:26.417Z Compiling tokio-stream v0.1.16
13882024-11-07T01:24:26.637Z Compiling bstr v1.10.0
13892024-11-07T01:24:27.210Z Compiling regex v1.11.0
13902024-11-07T01:24:27.527Z Compiling serde-big-array v0.5.1
13912024-11-07T01:24:27.546Z Compiling ed25519 v2.2.3
13922024-11-07T01:24:27.713Z Compiling pkcs1 v0.7.5
13932024-11-07T01:24:27.752Z Compiling rfc6979 v0.4.0
13942024-11-07T01:24:27.948Z Compiling clap_derive v4.5.18
13952024-11-07T01:24:28.316Z Compiling derive-where v1.2.7
13962024-11-07T01:24:28.407Z Compiling serde_repr v0.1.19
13972024-11-07T01:24:28.626Z Compiling phf_shared v0.10.0
13982024-11-07T01:24:28.705Z Compiling float-cmp v0.9.0
13992024-11-07T01:24:28.933Z Compiling sync_wrapper v1.0.1
14002024-11-07T01:24:29.035Z Compiling whoami v1.5.2
14012024-11-07T01:24:29.085Z Compiling difflib v0.4.0
14022024-11-07T01:24:29.401Z Compiling static_assertions v1.1.0
14032024-11-07T01:24:29.509Z Compiling minimal-lexical v0.2.1
14042024-11-07T01:24:29.561Z Compiling unicode-segmentation v1.12.0
14052024-11-07T01:24:29.563Z Compiling bit-vec v0.6.3
14062024-11-07T01:24:29.664Z Compiling normalize-line-endings v0.3.0
14072024-11-07T01:24:29.795Z Compiling number_prefix v0.4.0
14082024-11-07T01:24:30.027Z Compiling predicates-core v1.0.8
14092024-11-07T01:24:30.048Z Compiling precomputed-hash v0.1.1
14102024-11-07T01:24:30.069Z Compiling new_debug_unreachable v1.0.6
14112024-11-07T01:24:30.162Z Compiling fixedbitset v0.4.2
14122024-11-07T01:24:30.180Z Compiling string_cache v0.8.7
14132024-11-07T01:24:30.387Z Compiling similar v2.6.0
14142024-11-07T01:24:30.479Z Compiling petgraph v0.6.5
14152024-11-07T01:24:30.579Z Compiling predicates v3.1.2
14162024-11-07T01:24:30.623Z Compiling indicatif v0.17.8
14172024-11-07T01:24:30.625Z Compiling bit-set v0.5.3
14182024-11-07T01:24:30.958Z Compiling nom v7.1.3
14192024-11-07T01:24:31.714Z Compiling qorb v0.2.0
14202024-11-07T01:24:32.305Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14212024-11-07T01:24:32.594Z Compiling clap v4.5.20
14222024-11-07T01:24:32.724Z Compiling tokio-postgres v0.7.12
14232024-11-07T01:24:32.727Z Compiling reqwest v0.12.8
14242024-11-07T01:24:32.768Z Compiling rsa v0.9.6
14252024-11-07T01:24:34.593Z Compiling ecdsa v0.16.9
14262024-11-07T01:24:34.818Z Compiling ed25519-dalek v2.1.1
14272024-11-07T01:24:35.525Z Compiling zip v0.6.6
14282024-11-07T01:24:36.167Z Compiling toml v0.7.8
14292024-11-07T01:24:36.923Z Compiling crossterm v0.28.1
14302024-11-07T01:24:38.341Z Compiling itertools v0.12.1
14312024-11-07T01:24:38.557Z Compiling itertools v0.10.5
14322024-11-07T01:24:38.733Z Compiling hex v0.4.3
14332024-11-07T01:24:38.812Z Compiling x509-cert v0.2.5
14342024-11-07T01:24:39.179Z Compiling unicode-xid v0.2.6
14352024-11-07T01:24:39.371Z Compiling lalrpop-util v0.19.12
14362024-11-07T01:24:39.388Z Compiling peg-runtime v0.8.3
14372024-11-07T01:24:39.754Z Compiling xattr v1.3.1
14382024-11-07T01:24:40.035Z Compiling strum_macros v0.26.4
14392024-11-07T01:24:40.085Z Compiling filetime v0.2.25
14402024-11-07T01:24:40.422Z Compiling tar v0.4.42
14412024-11-07T01:24:42.688Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14422024-11-07T01:24:43.202Z Compiling strum v0.26.3
14432024-11-07T01:24:43.286Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14442024-11-07T01:24:48.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
14452024-11-07T01:24:49.041Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14462024-11-07T01:24:49.091ZNov 07 01:24:48.855 INFO Starting download, target: Clickhouse
14472024-11-07T01:24:49.091ZNov 07 01:24:48.855 INFO Starting download, target: Cockroach
14482024-11-07T01:24:49.091ZNov 07 01:24:48.855 INFO Starting download, target: Console
14492024-11-07T01:24:49.091ZNov 07 01:24:48.855 INFO Starting download, target: DendriteOpenapi
14502024-11-07T01:24:49.094ZNov 07 01:24:48.855 INFO Starting download, target: DendriteStub
14512024-11-07T01:24:49.094ZNov 07 01:24:48.855 INFO Starting download, target: MaghemiteMgd
14522024-11-07T01:24:49.094ZNov 07 01:24:48.855 INFO Starting download, target: TransceiverControl
14532024-11-07T01:24:49.094ZNov 07 01:24:48.856 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi
14542024-11-07T01:24:49.094ZNov 07 01:24:48.856 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14552024-11-07T01:24:49.094ZNov 07 01:24:48.856 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14562024-11-07T01:24:49.094ZNov 07 01:24:48.856 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14572024-11-07T01:24:49.094ZNov 07 01:24:48.856 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14582024-11-07T01:24:49.094ZNov 07 01:24:48.856 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14592024-11-07T01:24:49.094ZNov 07 01:24:48.856 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14602024-11-07T01:24:49.282ZNov 07 01:24:49.002 INFO Download complete, target: DendriteOpenapi
14612024-11-07T01:24:49.518ZNov 07 01:24:49.217 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14622024-11-07T01:24:49.619ZNov 07 01:24:49.367 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14632024-11-07T01:24:49.875ZNov 07 01:24:49.630 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14642024-11-07T01:24:49.945ZNov 07 01:24:49.707 INFO Download complete, target: Console
14652024-11-07T01:24:49.972ZNov 07 01:24:49.733 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14662024-11-07T01:24:50.186ZNov 07 01:24:49.943 INFO Download complete, target: TransceiverControl
14672024-11-07T01:24:50.443ZNov 07 01:24:50.207 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14682024-11-07T01:24:50.443ZNov 07 01:24:50.207 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14692024-11-07T01:24:51.083ZNov 07 01:24:50.846 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14702024-11-07T01:24:52.769ZNov 07 01:24:52.532 INFO Download complete, target: DendriteStub
14712024-11-07T01:24:52.837ZNov 07 01:24:52.599 INFO Download complete, target: MaghemiteMgd
14722024-11-07T01:24:57.862ZNov 07 01:24:57.625 INFO Checking that binary works, target: Cockroach
14732024-11-07T01:24:58.030ZNov 07 01:24:57.792 INFO Download complete, target: Cockroach
14742024-11-07T01:25:03.356ZNov 07 01:25:03.116 INFO Checking that binary works, target: Clickhouse
14752024-11-07T01:25:03.827ZNov 07 01:25:03.589 INFO Download complete, target: Clickhouse
14762024-11-07T01:25:03.834ZAll prerequisites installed successfully
14772024-11-07T01:25:03.838Z
14782024-11-07T01:25:03.838Zreal 4:57.310040870
14792024-11-07T01:25:03.838Zuser 12:24.497923537
14802024-11-07T01:25:03.838Zsys 2:44.142419155
14812024-11-07T01:25:03.838Ztrap 0.443763975
14822024-11-07T01:25:03.838Ztflt 3.907661153
14832024-11-07T01:25:03.838Zdflt 3.625882247
14842024-11-07T01:25:03.838Zkflt 0.492215236
14852024-11-07T01:25:03.838Zlock 23:14.449840750
14862024-11-07T01:25:03.838Zslp 50:35.185140139
14872024-11-07T01:25:03.838Zlat 44.597766512
14882024-11-07T01:25:03.838Zstop 2:01.388250520
14892024-11-07T01:25:03.838Z+ ptime -m cargo xtask download softnpu
14902024-11-07T01:25:04.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
14912024-11-07T01:25:04.385Z Running `target/debug/xtask download softnpu`
14922024-11-07T01:25:05.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
14932024-11-07T01:25:05.231Z Running `target/debug/xtask-downloader softnpu`
14942024-11-07T01:25:05.268ZNov 07 01:25:05.030 INFO Starting download, target: Softnpu
14952024-11-07T01:25:05.272ZNov 07 01:25:05.031 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14962024-11-07T01:25:06.841ZNov 07 01:25:06.602 INFO Download complete, target: Softnpu
14972024-11-07T01:25:06.846Z
14982024-11-07T01:25:06.846Zreal 3.002302315
14992024-11-07T01:25:06.846Zuser 1.221304429
15002024-11-07T01:25:06.846Zsys 0.548335877
15012024-11-07T01:25:06.846Ztrap 0.000455759
15022024-11-07T01:25:06.846Ztflt 0.000003668
15032024-11-07T01:25:06.846Zdflt 0.000000000
15042024-11-07T01:25:06.846Zkflt 0.000000000
15052024-11-07T01:25:06.846Zlock 16.754895550
15062024-11-07T01:25:06.846Zslp 1.420137853
15072024-11-07T01:25:06.846Zlat 0.067523725
15082024-11-07T01:25:06.846Zstop 0.000188110
15092024-11-07T01:25:06.849Z+ export CARGO_INCREMENTAL=0
15102024-11-07T01:25:06.849Z+ CARGO_INCREMENTAL=0
15112024-11-07T01:25:06.849Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15122024-11-07T01:25:07.789Z Compiling proc-macro2 v1.0.87
15132024-11-07T01:25:07.789Z Compiling unicode-ident v1.0.13
15142024-11-07T01:25:07.789Z Compiling libc v0.2.161
15152024-11-07T01:25:07.789Z Compiling serde v1.0.210
15162024-11-07T01:25:07.793Z Compiling version_check v0.9.5
15172024-11-07T01:25:07.793Z Compiling autocfg v1.4.0
15182024-11-07T01:25:07.793Z Compiling cfg-if v1.0.0
15192024-11-07T01:25:08.056Z Compiling typenum v1.17.0
15202024-11-07T01:25:08.080Z Compiling shlex v1.3.0
15212024-11-07T01:25:08.096Z Compiling memchr v2.7.4
15222024-11-07T01:25:08.564Z Compiling generic-array v0.14.7
15232024-11-07T01:25:08.805Z Compiling lock_api v0.4.12
15242024-11-07T01:25:08.851Z Compiling parking_lot_core v0.9.10
15252024-11-07T01:25:08.992Z Compiling serde_json v1.0.128
15262024-11-07T01:25:09.111Z Compiling once_cell v1.20.2
15272024-11-07T01:25:09.276Z Compiling thiserror v1.0.64
15282024-11-07T01:25:09.323Z Compiling libm v0.2.8
15292024-11-07T01:25:09.515Z Compiling num-traits v0.2.19
15302024-11-07T01:25:09.533Z Compiling value-bag v1.9.0
15312024-11-07T01:25:09.671Z Compiling quote v1.0.37
15322024-11-07T01:25:09.770Z Compiling itoa v1.0.11
15332024-11-07T01:25:09.822Z Compiling getrandom v0.2.15
15342024-11-07T01:25:10.006Z Compiling jobserver v0.1.32
15352024-11-07T01:25:10.092Z Compiling syn v2.0.79
15362024-11-07T01:25:10.189Z Compiling log v0.4.22
15372024-11-07T01:25:10.308Z Compiling slab v0.4.9
15382024-11-07T01:25:10.419Z Compiling cc v1.1.30
15392024-11-07T01:25:10.437Z Compiling scopeguard v1.2.0
15402024-11-07T01:25:10.603Z Compiling byteorder v1.5.0
15412024-11-07T01:25:10.630Z Compiling rand_core v0.6.4
15422024-11-07T01:25:11.439Z Compiling subtle v2.6.1
15432024-11-07T01:25:11.556Z Compiling allocator-api2 v0.2.18
15442024-11-07T01:25:11.754Z Compiling semver v1.0.23
15452024-11-07T01:25:12.064Z Compiling pkg-config v0.3.31
15462024-11-07T01:25:12.381Z Compiling ryu v1.0.18
15472024-11-07T01:25:12.545Z Compiling pin-project-lite v0.2.14
15482024-11-07T01:25:12.606Z Compiling const-oid v0.9.6
15492024-11-07T01:25:12.656Z Compiling foldhash v0.1.3
15502024-11-07T01:25:12.679Z Compiling smallvec v1.13.2
15512024-11-07T01:25:12.682Z Compiling equivalent v1.0.1
15522024-11-07T01:25:12.839Z Compiling hashbrown v0.15.0
15532024-11-07T01:25:12.915Z Compiling httparse v1.9.5
15542024-11-07T01:25:13.293Z Compiling schemars v0.8.21
15552024-11-07T01:25:13.590Z Compiling signal-hook-registry v1.4.2
15562024-11-07T01:25:13.666Z Compiling ring v0.17.8
15572024-11-07T01:25:13.851Z Compiling heck v0.5.0
15582024-11-07T01:25:13.892Z Compiling parking_lot v0.12.3
15592024-11-07T01:25:14.142Z Compiling mio v1.0.2
15602024-11-07T01:25:14.679Z Compiling crossbeam-utils v0.8.20
15612024-11-07T01:25:14.883Z Compiling socket2 v0.5.7
15622024-11-07T01:25:15.103Z Compiling futures-core v0.3.31
15632024-11-07T01:25:15.221Z Compiling fnv v1.0.7
15642024-11-07T01:25:15.350Z Compiling vcpkg v0.2.15
15652024-11-07T01:25:15.373Z Compiling num-conv v0.1.0
15662024-11-07T01:25:15.903Z Compiling time-core v0.1.2
15672024-11-07T01:25:16.091Z Compiling time-macros v0.2.18
15682024-11-07T01:25:16.922Z Compiling openssl-sys v0.9.103
15692024-11-07T01:25:17.152Z Compiling spin v0.9.8
15702024-11-07T01:25:17.596Z Compiling serde_derive_internals v0.29.1
15712024-11-07T01:25:17.882Z Compiling cpufeatures v0.2.14
15722024-11-07T01:25:18.017Z Compiling futures-sink v0.3.31
15732024-11-07T01:25:18.243Z Compiling ahash v0.8.11
15742024-11-07T01:25:18.570Z Compiling slog v2.7.0
15752024-11-07T01:25:18.770Z Compiling syn v1.0.109
15762024-11-07T01:25:18.872Z Compiling rustix v0.38.37
15772024-11-07T01:25:19.024Z Compiling futures-channel v0.3.31
15782024-11-07T01:25:19.225Z Compiling pin-utils v0.1.0
15792024-11-07T01:25:19.327Z Compiling futures-task v0.3.31
15802024-11-07T01:25:19.445Z Compiling openssl v0.10.66
15812024-11-07T01:25:19.468Z Compiling iana-time-zone v0.1.61
15822024-11-07T01:25:19.606Z Compiling tinyvec_macros v0.1.1
15832024-11-07T01:25:19.698Z Compiling ucd-trie v0.1.7
15842024-11-07T01:25:19.744Z Compiling futures-io v0.3.31
15852024-11-07T01:25:19.860Z Compiling tinyvec v1.8.0
15862024-11-07T01:25:20.380Z Compiling rustls v0.23.14
15872024-11-07T01:25:20.600Z Compiling unicode-bidi v0.3.17
15882024-11-07T01:25:20.639Z Compiling native-tls v0.2.12
15892024-11-07T01:25:20.680Z Compiling base64ct v1.6.0
15902024-11-07T01:25:21.261Z Compiling pem-rfc7468 v0.7.0
15912024-11-07T01:25:21.342Z Compiling unicode-normalization v0.1.24
15922024-11-07T01:25:21.907Z Compiling tracing-core v0.1.32
15932024-11-07T01:25:22.318Z Compiling usdt-impl v0.5.0
15942024-11-07T01:25:22.338Z Compiling serde_derive v1.0.210
15952024-11-07T01:25:22.668Z Compiling zeroize_derive v1.4.2
15962024-11-07T01:25:23.391Z Compiling zerocopy-derive v0.7.35
15972024-11-07T01:25:23.650Z Compiling thiserror-impl v1.0.64
15982024-11-07T01:25:24.035Z Compiling zeroize v1.8.1
15992024-11-07T01:25:24.047Z Compiling tokio-macros v2.4.0
16002024-11-07T01:25:29.058Z Compiling futures-macro v0.3.31
16012024-11-07T01:25:29.154Z Compiling zerocopy v0.7.35
16022024-11-07T01:25:29.154Z Compiling crypto-common v0.1.6
16032024-11-07T01:25:29.154Z Compiling tracing-attributes v0.1.27
16042024-11-07T01:25:29.154Z Compiling block-buffer v0.10.4
16052024-11-07T01:25:29.154Z Compiling digest v0.10.7
16062024-11-07T01:25:29.154Z Compiling schemars_derive v0.8.21
16072024-11-07T01:25:29.154Z Compiling der_derive v0.7.3
16082024-11-07T01:25:29.154Z Compiling hmac v0.12.1
16092024-11-07T01:25:29.154Z Compiling scroll_derive v0.12.0
16102024-11-07T01:25:29.340Z Compiling futures-util v0.3.31
16112024-11-07T01:25:29.687Z Compiling pest v2.7.14
16122024-11-07T01:25:29.933Z Compiling block-padding v0.3.3
16132024-11-07T01:25:30.144Z Compiling inout v0.1.3
16142024-11-07T01:25:30.408Z Compiling openssl-macros v0.1.1
16152024-11-07T01:25:30.615Z Compiling cipher v0.4.4
16162024-11-07T01:25:31.041Z Compiling sha2 v0.10.8
16172024-11-07T01:25:31.101Z Compiling ppv-lite86 v0.2.20
16182024-11-07T01:25:31.838Z Compiling cookie v0.18.1
16192024-11-07T01:25:32.025Z Compiling dyn-clone v1.0.17
16202024-11-07T01:25:32.158Z Compiling flagset v0.4.6
16212024-11-07T01:25:32.209Z Compiling anyhow v1.0.92
16222024-11-07T01:25:32.371Z Compiling pest_meta v2.7.14
16232024-11-07T01:25:32.779Z Compiling der v0.7.9
16242024-11-07T01:25:32.832Z Compiling rand_chacha v0.3.1
16252024-11-07T01:25:33.735Z Compiling pest_generator v2.7.14
16262024-11-07T01:25:34.381Z Compiling scroll v0.12.0
16272024-11-07T01:25:34.724Z Compiling bytes v1.7.2
16282024-11-07T01:25:35.231Z Compiling indexmap v2.6.0
16292024-11-07T01:25:35.900Z Compiling tokio v1.40.0
16302024-11-07T01:25:36.023Z Compiling http v1.1.0
16312024-11-07T01:25:36.752Z Compiling serde_tokenstream v0.2.2
16322024-11-07T01:25:36.843Z Compiling rustc_version v0.4.1
16332024-11-07T01:25:37.010Z Compiling uuid v1.10.0
16342024-11-07T01:25:37.295Z Compiling chrono v0.4.38
16352024-11-07T01:25:37.416Z Compiling bitflags v2.6.0
16362024-11-07T01:25:38.242Z Compiling serde_spanned v0.6.8
16372024-11-07T01:25:38.338Z Compiling toml_datetime v0.6.8
16382024-11-07T01:25:38.809Z Compiling pest_derive v2.7.14
16392024-11-07T01:25:39.823Z Compiling tracing v0.1.40
16402024-11-07T01:25:42.500Z Compiling async-trait v0.1.83
16412024-11-07T01:25:43.494Z Compiling aho-corasick v1.1.3
16422024-11-07T01:25:43.905Z Compiling percent-encoding v2.3.1
16432024-11-07T01:25:44.222Z Compiling plain v0.2.3
16442024-11-07T01:25:44.254Z Compiling rustls-pki-types v1.9.0
16452024-11-07T01:25:44.380Z Compiling camino v1.1.9
16462024-11-07T01:25:44.790Z Compiling regex-syntax v0.8.5
16472024-11-07T01:25:44.910Z Compiling rayon-core v1.12.1
16482024-11-07T01:25:45.210Z Compiling goblin v0.8.2
16492024-11-07T01:25:45.246Z Compiling tokio-util v0.7.12
16502024-11-07T01:25:46.510Z Compiling spki v0.7.3
16512024-11-07T01:25:46.894Z Compiling rand v0.8.5
16522024-11-07T01:25:46.981Z Compiling salsa20 v0.10.2
16532024-11-07T01:25:47.226Z Compiling pbkdf2 v0.12.2
16542024-11-07T01:25:47.988Z Compiling powerfmt v0.2.0
16552024-11-07T01:25:48.395Z Compiling pretty-hex v0.4.1
16562024-11-07T01:25:48.494Z Compiling regex-automata v0.4.8
16572024-11-07T01:25:48.609Z Compiling untrusted v0.9.0
16582024-11-07T01:25:48.792Z Compiling rustls v0.22.4
16592024-11-07T01:25:49.067Z Compiling winnow v0.5.40
16602024-11-07T01:25:50.642Z Compiling deranged v0.3.11
16612024-11-07T01:25:51.784Z Compiling dof v0.3.0
16622024-11-07T01:25:52.599Z Compiling scrypt v0.11.0
16632024-11-07T01:25:52.805Z Compiling toml_edit v0.19.15
16642024-11-07T01:25:53.097Z Compiling dtrace-parser v0.2.0
16652024-11-07T01:25:53.115Z Compiling cbc v0.1.2
16662024-11-07T01:25:53.366Z Compiling aes v0.8.4
16672024-11-07T01:25:53.544Z Compiling thread-id v4.2.2
16682024-11-07T01:25:53.672Z Compiling atomic-waker v1.1.2
16692024-11-07T01:25:53.859Z Compiling num_threads v0.1.7
16702024-11-07T01:25:54.001Z Compiling rustversion v1.0.17
16712024-11-07T01:25:54.702Z Compiling pkcs5 v0.7.1
16722024-11-07T01:25:54.720Z Compiling time v0.3.36
16732024-11-07T01:25:56.338Z Compiling rustls-webpki v0.102.8
16742024-11-07T01:25:56.903Z Compiling form_urlencoded v1.2.1
16752024-11-07T01:25:57.197Z Compiling http-body v1.0.1
16762024-11-07T01:25:57.446Z Compiling heapless v0.7.17
16772024-11-07T01:25:58.261Z Compiling bzip2-sys v0.1.11+1.0.8
16782024-11-07T01:25:58.349Z Compiling multer v3.1.0
16792024-11-07T01:25:58.665Z Compiling try-lock v0.2.5
16802024-11-07T01:25:58.684Z Compiling signal-hook v0.3.17
16812024-11-07T01:25:58.824Z Compiling slog-async v2.8.0
16822024-11-07T01:25:59.289Z Compiling want v0.3.1
16832024-11-07T01:25:59.552Z Compiling pkcs8 v0.10.2
16842024-11-07T01:26:00.217Z Compiling regex v1.11.0
16852024-11-07T01:26:00.835Z Compiling h2 v0.4.6
16862024-11-07T01:26:01.513Z Compiling adler2 v2.0.0
16872024-11-07T01:26:01.771Z Compiling paste v1.0.15
16882024-11-07T01:26:02.013Z Compiling strsim v0.11.1
16892024-11-07T01:26:02.063Z Compiling httpdate v1.0.3
16902024-11-07T01:26:02.461Z Compiling miniz_oxide v0.8.0
16912024-11-07T01:26:03.794Z Compiling usdt-attr-macro v0.5.0
16922024-11-07T01:26:04.365Z Compiling usdt-macro v0.5.0
16932024-11-07T01:26:05.304Z Compiling curve25519-dalek v4.1.3
16942024-11-07T01:26:05.660Z Compiling openapiv3 v2.0.0
16952024-11-07T01:26:05.729Z Compiling enum-as-inner v0.6.1
16962024-11-07T01:26:05.814Z Compiling async-stream-impl v0.3.6
16972024-11-07T01:26:06.747Z Compiling idna v0.5.0
16982024-11-07T01:26:07.181Z Compiling errno v0.3.9
16992024-11-07T01:26:07.348Z Compiling dropshot v0.12.0
17002024-11-07T01:26:07.441Z Compiling num-bigint-dig v0.8.4
17012024-11-07T01:26:07.747Z Compiling tower-service v0.3.3
17022024-11-07T01:26:07.868Z Compiling hyper v1.4.1
17032024-11-07T01:26:08.129Z Compiling foreign-types-shared v0.1.1
17042024-11-07T01:26:08.276Z Compiling match_cfg v0.1.0
17052024-11-07T01:26:08.383Z Compiling base64 v0.22.1
17062024-11-07T01:26:08.701Z Compiling portable-atomic v1.9.0
17072024-11-07T01:26:09.063Z Compiling smoltcp v0.9.1
17082024-11-07T01:26:09.587Z Compiling hostname v0.3.1
17092024-11-07T01:26:09.589Z Compiling foreign-types v0.3.2
17102024-11-07T01:26:09.693Z Compiling url v2.5.2
17112024-11-07T01:26:10.350Z Compiling hyper-util v0.1.9
17122024-11-07T01:26:12.573Z Compiling dirs-sys-next v0.1.2
17132024-11-07T01:26:12.912Z Compiling data-encoding v2.6.0
17142024-11-07T01:26:13.221Z Compiling siphasher v0.3.11
17152024-11-07T01:26:13.576Z Compiling gimli v0.31.1
17162024-11-07T01:26:13.614Z Compiling heck v0.4.1
17172024-11-07T01:26:14.101Z Compiling dirs-next v2.0.0
17182024-11-07T01:26:18.847Z Compiling addr2line v0.24.2
17192024-11-07T01:26:19.823Z Compiling http-body-util v0.1.2
17202024-11-07T01:26:20.738Z Compiling crossbeam-epoch v0.9.18
17212024-11-07T01:26:20.801Z Compiling dropshot_endpoint v0.12.0
17222024-11-07T01:26:21.041Z Compiling hubpack_derive v0.1.1
17232024-11-07T01:26:21.460Z Compiling signature v2.2.0
17242024-11-07T01:26:21.697Z Compiling sha1 v0.10.6
17252024-11-07T01:26:21.899Z Compiling curve25519-dalek-derive v0.1.1
17262024-11-07T01:26:21.930Z Compiling zerocopy-derive v0.6.6
17272024-11-07T01:26:22.176Z Compiling lazy_static v1.5.0
17282024-11-07T01:26:22.311Z Compiling object v0.36.5
17292024-11-07T01:26:23.227Z Compiling thread_local v1.1.8
17302024-11-07T01:26:23.590Z Compiling fs-err v2.11.0
17312024-11-07T01:26:23.711Z Compiling encoding_rs v0.8.34
17322024-11-07T01:26:23.730Z Compiling rustc-demangle v0.1.24
17332024-11-07T01:26:23.904Z Compiling mime v0.3.17
17342024-11-07T01:26:24.372Z Compiling stable_deref_trait v1.2.0
17352024-11-07T01:26:24.492Z Compiling anstyle v1.0.8
17362024-11-07T01:26:24.806Z Compiling unicode-properties v0.1.3
17372024-11-07T01:26:24.946Z Compiling ipnet v2.10.1
17382024-11-07T01:26:25.225Z Compiling either v1.13.0
17392024-11-07T01:26:25.383Z Compiling openssl-probe v0.1.5
17402024-11-07T01:26:25.708Z Compiling winnow v0.6.20
17412024-11-07T01:26:26.072Z Compiling utf8parse v0.2.2
17422024-11-07T01:26:26.249Z Compiling anstyle-parse v0.2.5
17432024-11-07T01:26:27.123Z Compiling stringprep v0.1.5
17442024-11-07T01:26:29.486Z Compiling toml_edit v0.22.22
17452024-11-07T01:26:30.814Z Compiling backtrace v0.3.74
17462024-11-07T01:26:31.848Z Compiling crossbeam-deque v0.8.5
17472024-11-07T01:26:36.950Z Compiling term v0.7.0
17482024-11-07T01:26:38.229Z Compiling slog-json v2.6.1
17492024-11-07T01:26:39.606Z Compiling serde_urlencoded v0.7.1
17502024-11-07T01:26:40.102Z Compiling crossbeam-channel v0.5.13
17512024-11-07T01:26:40.959Z Compiling rustls-pemfile v2.2.0
17522024-11-07T01:26:41.130Z Compiling hashbrown v0.14.5
17532024-11-07T01:26:41.282Z Compiling futures-executor v0.3.31
17542024-11-07T01:26:41.816Z Compiling md-5 v0.10.6
17552024-11-07T01:26:41.928Z Compiling idna v0.3.0
17562024-11-07T01:26:42.059Z Compiling idna v0.4.0
17572024-11-07T01:26:42.541Z Compiling num-integer v0.1.46
17582024-11-07T01:26:42.750Z Compiling ff v0.13.0
17592024-11-07T01:26:42.998Z Compiling hash32 v0.2.1
17602024-11-07T01:26:43.248Z Compiling memmap v0.7.0
17612024-11-07T01:26:43.393Z Compiling is-terminal v0.4.13
17622024-11-07T01:26:43.581Z Compiling fallible-iterator v0.2.0
17632024-11-07T01:26:44.336Z Compiling psl-types v2.0.11
17642024-11-07T01:26:44.355Z Compiling linked-hash-map v0.5.6
17652024-11-07T01:26:44.547Z Compiling utf-8 v0.7.6
17662024-11-07T01:26:44.746Z Compiling quick-error v1.2.3
17672024-11-07T01:26:44.861Z Compiling colorchoice v1.0.2
17682024-11-07T01:26:44.887Z Compiling base16ct v0.2.0
17692024-11-07T01:26:44.905Z Compiling anstyle-query v1.1.1
17702024-11-07T01:26:45.022Z Compiling is_terminal_polyfill v1.70.1
17712024-11-07T01:26:45.193Z Compiling take_mut v0.2.2
17722024-11-07T01:26:47.305Z Compiling anstream v0.6.15
17732024-11-07T01:26:47.815Z Compiling sec1 v0.7.3
17742024-11-07T01:26:47.834Z Compiling resolv-conf v0.7.0
17752024-11-07T01:26:47.953Z Compiling tungstenite v0.24.0
17762024-11-07T01:26:48.399Z Compiling lru-cache v0.1.2
17772024-11-07T01:26:48.418Z Compiling publicsuffix v2.2.3
17782024-11-07T01:26:48.478Z Compiling postgres-protocol v0.6.7
17792024-11-07T01:26:48.617Z Compiling slog-term v2.9.1
17802024-11-07T01:26:48.677Z Compiling usdt v0.5.0
17812024-11-07T01:26:49.158Z Compiling num-iter v0.1.45
17822024-11-07T01:26:49.366Z Compiling hickory-proto v0.24.1
17832024-11-07T01:26:49.691Z Compiling group v0.13.0
17842024-11-07T01:26:49.909Z Compiling regress v0.10.1
17852024-11-07T01:26:52.137Z Compiling futures v0.3.31
17862024-11-07T01:26:52.265Z Compiling tokio-rustls v0.25.0
17872024-11-07T01:26:54.705Z Compiling slog-bunyan v2.5.0
17882024-11-07T01:26:54.816Z Compiling tokio-rustls v0.26.0
17892024-11-07T01:26:54.910Z Compiling toml v0.8.19
17902024-11-07T01:26:55.285Z Compiling tokio-native-tls v0.3.1
17912024-11-07T01:26:55.388Z Compiling terminal_size v0.4.0
17922024-11-07T01:26:55.575Z Compiling strum_macros v0.25.3
17932024-11-07T01:26:55.619Z Compiling phf_shared v0.11.2
17942024-11-07T01:26:56.222Z Compiling async-stream v0.3.6
17952024-11-07T01:26:56.497Z Compiling waitgroup v0.1.2
17962024-11-07T01:26:57.059Z Compiling webpki-roots v0.26.6
17972024-11-07T01:26:57.505Z Compiling serde_path_to_error v0.1.16
17982024-11-07T01:26:57.935Z Compiling hkdf v0.12.4
17992024-11-07T01:26:57.978Z Compiling crypto-bigint v0.5.5
18002024-11-07T01:26:58.266Z Compiling serde_repr v0.1.19
18012024-11-07T01:26:58.345Z Compiling clap_derive v4.5.18
18022024-11-07T01:26:58.918Z Compiling derive-where v1.2.7
18032024-11-07T01:26:59.419Z Compiling hostname v0.4.0
18042024-11-07T01:26:59.657Z Compiling crc32fast v1.4.2
18052024-11-07T01:26:59.990Z Compiling bitflags v1.3.2
18062024-11-07T01:27:00.483Z Compiling debug-ignore v1.0.5
18072024-11-07T01:27:00.641Z Compiling managed v0.8.0
18082024-11-07T01:27:01.189Z Compiling unicode-width v0.1.14
18092024-11-07T01:27:01.676Z Compiling clap_lex v0.7.2
18102024-11-07T01:27:01.949Z Compiling clap_builder v4.5.20
18112024-11-07T01:27:02.090Z Compiling console v0.15.8
18122024-11-07T01:27:02.163Z Compiling elliptic-curve v0.13.8
18132024-11-07T01:27:03.212Z Compiling flate2 v1.0.34
18142024-11-07T01:27:04.159Z Compiling hyper-rustls v0.27.3
18152024-11-07T01:27:07.336Z Compiling phf v0.11.2
18162024-11-07T01:27:07.654Z Compiling hyper-tls v0.6.0
18172024-11-07T01:27:07.828Z Compiling hickory-resolver v0.24.1
18182024-11-07T01:27:07.993Z Compiling signal-hook-mio v0.2.4
18192024-11-07T01:27:08.052Z Compiling rayon v1.10.0
18202024-11-07T01:27:08.170Z Compiling bzip2 v0.4.4
18212024-11-07T01:27:08.568Z Compiling typify-impl v0.2.0
18222024-11-07T01:27:08.828Z Compiling cookie_store v0.21.0
18232024-11-07T01:27:10.152Z Compiling postgres-types v0.2.8
18242024-11-07T01:27:10.695Z Compiling tokio-tungstenite v0.24.0
18252024-11-07T01:27:11.622Z Compiling zerocopy v0.6.6
18262024-11-07T01:27:11.660Z Compiling hubpack v0.1.2
18272024-11-07T01:27:12.103Z Compiling ed25519 v2.2.3
18282024-11-07T01:27:12.523Z Compiling phf_shared v0.10.0
18292024-11-07T01:27:12.903Z Compiling pkcs1 v0.7.5
18302024-11-07T01:27:12.922Z Compiling bstr v1.10.0
18312024-11-07T01:27:13.354Z Compiling tokio-stream v0.1.16
18322024-11-07T01:27:13.777Z Compiling serde-big-array v0.5.1
18332024-11-07T01:27:13.810Z Compiling rfc6979 v0.4.0
18342024-11-07T01:27:14.002Z Compiling float-cmp v0.9.0
18352024-11-07T01:27:14.022Z Compiling sync_wrapper v1.0.1
18362024-11-07T01:27:14.177Z Compiling static_assertions v1.1.0
18372024-11-07T01:27:14.232Z Compiling difflib v0.4.0
18382024-11-07T01:27:14.288Z Compiling precomputed-hash v0.1.1
18392024-11-07T01:27:14.433Z Compiling new_debug_unreachable v1.0.6
18402024-11-07T01:27:14.474Z Compiling fixedbitset v0.4.2
18412024-11-07T01:27:14.715Z Compiling minimal-lexical v0.2.1
18422024-11-07T01:27:14.903Z Compiling normalize-line-endings v0.3.0
18432024-11-07T01:27:14.950Z Compiling predicates-core v1.0.8
18442024-11-07T01:27:15.143Z Compiling unicode-segmentation v1.12.0
18452024-11-07T01:27:15.211Z Compiling whoami v1.5.2
18462024-11-07T01:27:15.275Z Compiling number_prefix v0.4.0
18472024-11-07T01:27:15.407Z Compiling bit-vec v0.6.3
18482024-11-07T01:27:15.534Z Compiling indicatif v0.17.8
18492024-11-07T01:27:15.750Z Compiling bit-set v0.5.3
18502024-11-07T01:27:15.834Z Compiling tokio-postgres v0.7.12
18512024-11-07T01:27:15.999Z Compiling similar v2.6.0
18522024-11-07T01:27:16.060Z Compiling predicates v3.1.2
18532024-11-07T01:27:16.882Z Compiling nom v7.1.3
18542024-11-07T01:27:17.537Z Compiling petgraph v0.6.5
18552024-11-07T01:27:19.323Z Compiling typify-macro v0.2.0
18562024-11-07T01:27:19.867Z Compiling string_cache v0.8.7
18572024-11-07T01:27:20.280Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18582024-11-07T01:27:20.743Z Compiling qorb v0.2.0
18592024-11-07T01:27:21.073Z Compiling reqwest v0.12.8
18602024-11-07T01:27:21.489Z Compiling ecdsa v0.16.9
18612024-11-07T01:27:22.342Z Compiling rsa v0.9.6
18622024-11-07T01:27:23.644Z Compiling ed25519-dalek v2.1.1
18632024-11-07T01:27:24.244Z Compiling zip v0.6.6
18642024-11-07T01:27:24.632Z Compiling crossterm v0.28.1
18652024-11-07T01:27:25.001Z Compiling clap v4.5.20
18662024-11-07T01:27:27.104Z Compiling itertools v0.12.1
18672024-11-07T01:27:27.789Z Compiling itertools v0.10.5
18682024-11-07T01:27:27.942Z Compiling toml v0.7.8
18692024-11-07T01:27:28.250Z Compiling x509-cert v0.2.5
18702024-11-07T01:27:29.529Z Compiling hex v0.4.3
18712024-11-07T01:27:30.666Z Compiling unicode-xid v0.2.6
18722024-11-07T01:27:30.848Z Compiling lalrpop-util v0.19.12
18732024-11-07T01:27:31.174Z Compiling peg-runtime v0.8.3
18742024-11-07T01:27:32.494Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18752024-11-07T01:27:34.280Z Compiling proc-macro-crate v1.3.1
18762024-11-07T01:27:35.153Z Compiling ipnetwork v0.20.0
18772024-11-07T01:27:37.421Z Compiling heapless v0.8.0
18782024-11-07T01:27:38.259Z Compiling num_enum_derive v0.5.11
18792024-11-07T01:27:45.421Z Compiling hash32 v0.3.1
18802024-11-07T01:27:47.521Z Compiling smoltcp v0.11.0
18812024-11-07T01:27:47.759Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18822024-11-07T01:27:48.101Z Compiling ident_case v1.0.1
18832024-11-07T01:27:49.406Z Compiling darling_core v0.20.10
18842024-11-07T01:28:03.184Z Compiling num_enum v0.5.11
18852024-11-07T01:28:03.895Z Compiling typify v0.2.0
18862024-11-07T01:28:06.292Z Compiling proc-macro-error-attr v1.0.4
18872024-11-07T01:28:06.320Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18882024-11-07T01:28:06.630Z Compiling unsafe-libyaml v0.2.11
18892024-11-07T01:28:06.652Z Compiling cobs v0.2.3
18902024-11-07T01:28:08.482Z Compiling serde_yaml v0.9.34+deprecated
18912024-11-07T01:28:11.455Z Compiling postcard v1.0.10
18922024-11-07T01:28:18.548Z Compiling progenitor-impl v0.8.0
18932024-11-07T01:28:24.645Z Compiling darling_macro v0.20.10
18942024-11-07T01:28:34.354Z Compiling strum_macros v0.26.4
18952024-11-07T01:28:34.855Z Compiling foreign-types-macros v0.2.3
18962024-11-07T01:28:35.012Z Compiling structmeta-derive v0.3.0
18972024-11-07T01:28:35.470Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18982024-11-07T01:28:35.727Z Compiling proc-macro-error v1.0.4
18992024-11-07T01:28:36.088Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19002024-11-07T01:28:36.313Z Compiling newtype-uuid v1.1.2
19012024-11-07T01:28:36.829Z Compiling foreign-types-shared v0.3.1
19022024-11-07T01:28:37.424Z Compiling structmeta v0.3.0
19032024-11-07T01:28:38.634Z Compiling strum v0.26.3
19042024-11-07T01:28:38.851Z Compiling foreign-types v0.5.0
19052024-11-07T01:28:42.079Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19062024-11-07T01:28:46.661Z Compiling darling v0.20.10
19072024-11-07T01:28:46.792Z Compiling progenitor-macro v0.8.0
19082024-11-07T01:28:52.197Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
19092024-11-07T01:28:52.629Z Compiling progenitor-client v0.8.0
19102024-11-07T01:28:53.544Z Compiling tabwriter v1.4.0
19112024-11-07T01:28:54.311Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19122024-11-07T01:28:55.110Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19132024-11-07T01:28:55.833Z Compiling cstr-argument v0.1.2
19142024-11-07T01:28:55.954Z Compiling crucible-workspace-hack v0.1.0
19152024-11-07T01:28:56.114Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
19162024-11-07T01:28:56.714Z Compiling pretty-hex v0.2.1
19172024-11-07T01:28:56.855Z Compiling fastrand v2.1.1
19182024-11-07T01:28:56.954Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19192024-11-07T01:28:57.376Z Compiling tempfile v3.13.0
19202024-11-07T01:28:57.629Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19212024-11-07T01:28:57.843Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19222024-11-07T01:28:58.039Z Compiling serde_with_macros v3.11.0
19232024-11-07T01:28:58.639Z Compiling parse-display-derive v0.10.0
19242024-11-07T01:28:58.872Z Compiling colored v2.1.0
19252024-11-07T01:28:59.090Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19262024-11-07T01:28:59.816Z Compiling instant v0.1.13
19272024-11-07T01:28:59.981Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19282024-11-07T01:29:00.113Z Compiling backoff v0.4.0
19292024-11-07T01:29:00.344Z Compiling progenitor v0.8.0
19302024-11-07T01:29:00.362Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19312024-11-07T01:29:00.492Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19322024-11-07T01:29:00.581Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19332024-11-07T01:29:00.600Z Compiling serde_with v3.11.0
19342024-11-07T01:29:02.321Z Compiling parse-display v0.10.0
19352024-11-07T01:29:03.507Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19362024-11-07T01:29:04.093Z Compiling zone_cfg_derive v0.3.0
19372024-11-07T01:29:04.313Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19382024-11-07T01:29:04.803Z Compiling camino-tempfile v1.1.1
19392024-11-07T01:29:05.067Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19402024-11-07T01:29:05.143Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19412024-11-07T01:29:05.350Z Compiling regress v0.9.1
19422024-11-07T01:29:05.420Z Compiling macaddr v1.0.1
19432024-11-07T01:29:05.534Z Compiling num-derive v0.4.2
19442024-11-07T01:29:05.589Z Compiling sigpipe v0.1.3
19452024-11-07T01:29:05.733Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19462024-11-07T01:29:06.041Z Compiling libefi-sys v0.1.0
19472024-11-07T01:29:06.088Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19482024-11-07T01:29:06.388Z Compiling zone v0.3.0
19492024-11-07T01:29:07.724Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
19502024-11-07T01:29:09.281Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19512024-11-07T01:29:09.311Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19522024-11-07T01:29:09.687Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19532024-11-07T01:29:09.832Z Compiling smf v0.2.3
19542024-11-07T01:29:10.414Z Compiling bitfield-struct v0.6.2
19552024-11-07T01:29:11.813Z Compiling blake3 v1.5.4
19562024-11-07T01:29:12.342Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19572024-11-07T01:29:12.430Z Compiling ring v0.16.20
19582024-11-07T01:29:13.456Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19592024-11-07T01:29:13.886Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19602024-11-07T01:29:14.273Z Compiling xattr v1.3.1
19612024-11-07T01:29:14.314Z Compiling memmap2 v0.9.5
19622024-11-07T01:29:14.591Z Compiling filetime v0.2.25
19632024-11-07T01:29:14.894Z Compiling constant_time_eq v0.3.1
19642024-11-07T01:29:14.954Z Compiling same-file v1.0.6
19652024-11-07T01:29:15.009Z Compiling untrusted v0.7.1
19662024-11-07T01:29:15.075Z Compiling arrayvec v0.7.6
19672024-11-07T01:29:15.217Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19682024-11-07T01:29:15.256Z Compiling spin v0.5.2
19692024-11-07T01:29:15.355Z Compiling arrayref v0.3.9
19702024-11-07T01:29:15.475Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19712024-11-07T01:29:15.565Z Compiling walkdir v2.5.0
19722024-11-07T01:29:16.888Z Compiling tar v0.4.42
19732024-11-07T01:29:16.987Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19742024-11-07T01:29:17.414Z Compiling gethostname v0.5.0
19752024-11-07T01:29:17.632Z Compiling cargo-platform v0.1.8
19762024-11-07T01:29:18.210Z Compiling topological-sort v0.2.2
19772024-11-07T01:29:18.416Z Compiling cargo_metadata v0.18.1
19782024-11-07T01:29:21.379Z Compiling omicron-zone-package v0.11.1
19792024-11-07T01:29:26.415Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19802024-11-07T01:29:28.157Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19812024-11-07T01:29:32.040Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19822024-11-07T01:29:48.144Z Finished `release` profile [optimized] target(s) in 4m 41s
19832024-11-07T01:29:48.309Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19842024-11-07T01:29:48.360ZLogging to: /work/oxidecomputer/omicron/out/LOG
19852024-11-07T01:29:48.362ZCreated new build target 'test' and set it as active
19862024-11-07T01:29:48.362Z
19872024-11-07T01:29:48.362Zreal 4:41.480502828
19882024-11-07T01:29:48.362Zuser 31:55.948746249
19892024-11-07T01:29:48.362Zsys 3:53.169195536
19902024-11-07T01:29:48.362Ztrap 0.950944223
19912024-11-07T01:29:48.362Ztflt 3.241833192
19922024-11-07T01:29:48.362Zdflt 1.089333101
19932024-11-07T01:29:48.362Zkflt 0.000155063
19942024-11-07T01:29:48.362Zlock 1:09:40.132533045
19952024-11-07T01:29:48.362Zslp 2:01:37.198335667
19962024-11-07T01:29:48.363Zlat 2:08.790213636
19972024-11-07T01:29:48.363Zstop 3:54.136284403
19982024-11-07T01:29:48.366Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19992024-11-07T01:29:49.320Z Finished `release` profile [optimized] target(s) in 0.90s
20002024-11-07T01:29:49.378Z Running `target/release/omicron-package -t test package`
20012024-11-07T01:29:49.421ZLogging to: /work/oxidecomputer/omicron/out/LOG
20022024-11-07T01:29:50.536Z Compiling convert_case v0.4.0
20032024-11-07T01:29:50.539Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20042024-11-07T01:29:50.539Z Compiling itertools v0.13.0
20052024-11-07T01:29:50.539Z Compiling password-hash v0.5.0
20062024-11-07T01:29:50.539Z Compiling blake2 v0.10.6
20072024-11-07T01:29:50.539Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20082024-11-07T01:29:50.539Z Compiling newline-converter v0.3.0
20092024-11-07T01:29:50.706Z Compiling cancel-safe-futures v0.1.5
20102024-11-07T01:29:50.853Z Compiling owo-colors v4.1.0
20112024-11-07T01:29:50.882Z Compiling expectorate v1.1.0
20122024-11-07T01:29:51.128Z Compiling base64 v0.21.7
20132024-11-07T01:29:51.203Z Compiling argon2 v0.5.3
20142024-11-07T01:29:51.319Z Compiling derive_more v0.99.18
20152024-11-07T01:29:51.841Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20162024-11-07T01:29:52.226Z Compiling libsw v3.3.1
20172024-11-07T01:29:52.360Z Compiling indent_write v2.2.0
20182024-11-07T01:29:52.408Z Compiling swrite v0.1.0
20192024-11-07T01:29:52.561Z Compiling linear-map v1.2.0
20202024-11-07T01:29:52.578Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20212024-11-07T01:29:52.604Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
20222024-11-07T01:29:52.790Z Compiling progenitor-client v0.8.0
20232024-11-07T01:29:52.983Z Compiling atomicwrites v0.4.4
20242024-11-07T01:29:53.218Z Compiling progenitor v0.8.0
20252024-11-07T01:29:53.454Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20262024-11-07T01:29:53.479Z Compiling num-rational v0.4.2
20272024-11-07T01:29:53.537Z Compiling num-complex v0.4.6
20282024-11-07T01:29:54.423Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20292024-11-07T01:29:54.585Z Compiling float-ord v0.3.2
20302024-11-07T01:29:54.789Z Compiling num v0.4.3
20312024-11-07T01:29:54.855Z Compiling prettyplease v0.2.22
20322024-11-07T01:29:54.911Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20332024-11-07T01:29:55.180Z Compiling semver v0.1.20
20342024-11-07T01:29:55.775Z Compiling rustc_version v0.1.7
20352024-11-07T01:29:56.004Z Compiling highway v1.2.0
20362024-11-07T01:29:56.199Z Compiling newtype_derive v0.1.6
20372024-11-07T01:29:56.614Z Compiling humantime v2.1.0
20382024-11-07T01:29:57.506Z Compiling home v0.5.9
20392024-11-07T01:29:57.520Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20402024-11-07T01:29:57.620Z Compiling steno v0.4.1
20412024-11-07T01:30:00.218Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20422024-11-07T01:30:00.695Z Compiling newtype-uuid v1.1.2
20432024-11-07T01:30:01.063Z Compiling tungstenite v0.21.0
20442024-11-07T01:30:02.022Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20452024-11-07T01:30:02.658Z Compiling ipnetwork v0.20.0
20462024-11-07T01:30:03.461Z Compiling slog-dtrace v0.3.0
20472024-11-07T01:30:03.796Z Compiling instant v0.1.13
20482024-11-07T01:30:03.956Z Compiling backoff v0.4.0
20492024-11-07T01:30:04.421Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20502024-11-07T01:30:05.129Z Compiling tokio-tungstenite v0.21.0
20512024-11-07T01:30:05.765Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20522024-11-07T01:30:06.127Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20532024-11-07T01:30:06.151Z Compiling parse-display v0.10.0
20542024-11-07T01:30:06.677Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20552024-11-07T01:30:06.866Z Compiling strum v0.26.3
20562024-11-07T01:30:07.076Z Compiling serde_with v3.11.0
20572024-11-07T01:30:07.588Z Compiling regress v0.9.1
20582024-11-07T01:30:11.279Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20592024-11-07T01:30:12.486Z Compiling macaddr v1.0.1
20602024-11-07T01:30:12.863Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20612024-11-07T01:30:13.702Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20622024-11-07T01:30:14.247Z Compiling arc-swap v1.7.1
20632024-11-07T01:30:14.968Z Compiling display-error-chain v0.2.2
20642024-11-07T01:30:15.189Z Compiling slog-scope v4.4.0
20652024-11-07T01:30:15.207Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20662024-11-07T01:30:16.045Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20672024-11-07T01:30:17.134Z Compiling half v2.4.1
20682024-11-07T01:30:17.876Z Compiling ciborium-io v0.2.2
20692024-11-07T01:30:18.033Z Compiling ciborium-ll v0.2.2
20702024-11-07T01:30:18.587Z Compiling slog-stdlog v4.1.1
20712024-11-07T01:30:19.413Z Compiling slog-envlogger v2.2.0
20722024-11-07T01:30:19.522Z Compiling ciborium v0.2.2
20732024-11-07T01:30:20.002Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20742024-11-07T01:30:21.621Z Compiling fastrand v2.1.1
20752024-11-07T01:30:22.161Z Compiling same-file v1.0.6
20762024-11-07T01:30:22.199Z Compiling tempfile v3.13.0
20772024-11-07T01:30:22.422Z Compiling walkdir v2.5.0
20782024-11-07T01:30:22.970Z Compiling blake3 v1.5.4
20792024-11-07T01:30:23.074Z Compiling ring v0.16.20
20802024-11-07T01:30:23.675Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20812024-11-07T01:30:26.483Z Compiling xattr v1.3.1
20822024-11-07T01:30:26.778Z Compiling filetime v0.2.25
20832024-11-07T01:30:27.093Z Compiling memmap2 v0.9.5
20842024-11-07T01:30:27.538Z Compiling arrayvec v0.7.6
20852024-11-07T01:30:27.992Z Compiling spin v0.5.2
20862024-11-07T01:30:28.269Z Compiling keccak v0.1.5
20872024-11-07T01:30:29.429Z Compiling constant_time_eq v0.3.1
20882024-11-07T01:30:29.596Z Compiling untrusted v0.7.1
20892024-11-07T01:30:29.808Z Compiling arrayref v0.3.9
20902024-11-07T01:30:31.048Z Compiling sha3 v0.10.8
20912024-11-07T01:30:31.350Z Compiling tar v0.4.42
20922024-11-07T01:30:31.979Z Compiling toolchain_find v0.4.0
20932024-11-07T01:30:32.553Z Compiling camino-tempfile v1.1.1
20942024-11-07T01:30:33.010Z Compiling nibble_vec v0.1.0
20952024-11-07T01:30:33.036Z Compiling endian-type v0.1.2
20962024-11-07T01:30:33.172Z Compiling crunchy v0.2.2
20972024-11-07T01:30:33.269Z Compiling glob v0.3.1
20982024-11-07T01:30:33.288Z Compiling radium v0.7.0
20992024-11-07T01:30:33.306Z Compiling topological-sort v0.2.2
21002024-11-07T01:30:33.546Z Compiling maplit v1.0.2
21012024-11-07T01:30:33.689Z Compiling omicron-zone-package v0.11.1
21022024-11-07T01:30:33.708Z Compiling radix_trie v0.2.1
21032024-11-07T01:30:33.760Z Compiling rustfmt-wrapper v0.2.1
21042024-11-07T01:30:33.779Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21052024-11-07T01:30:34.265Z Compiling clang-sys v1.8.1
21062024-11-07T01:30:34.337Z Compiling pem v3.0.4
21072024-11-07T01:30:34.685Z Compiling tiny-keccak v2.0.2
21082024-11-07T01:30:34.712Z Compiling tap v1.0.1
21092024-11-07T01:30:34.903Z Compiling maybe-uninit v2.0.0
21102024-11-07T01:30:35.037Z Compiling wyz v0.5.1
21112024-11-07T01:30:35.563Z Compiling dsl_auto_type v0.1.2
21122024-11-07T01:30:35.668Z Compiling scheduled-thread-pool v0.2.7
21132024-11-07T01:30:35.814Z Compiling secrecy v0.8.0
21142024-11-07T01:30:36.029Z Compiling diesel_table_macro_syntax v0.2.0
21152024-11-07T01:30:36.106Z Compiling packed_struct v0.10.1
21162024-11-07T01:30:36.404Z Compiling crc-catalog v2.4.0
21172024-11-07T01:30:36.562Z Compiling funty v2.0.0
21182024-11-07T01:30:36.564Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
21192024-11-07T01:30:36.865Z Compiling diesel_derives v2.2.3
21202024-11-07T01:30:36.931Z Compiling crc v3.2.1
21212024-11-07T01:30:36.951Z Compiling r2d2 v0.8.10
21222024-11-07T01:30:37.852Z Compiling bitvec v1.0.1
21232024-11-07T01:30:38.044Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21242024-11-07T01:30:38.632Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21252024-11-07T01:30:38.747Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21262024-11-07T01:30:38.984Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21272024-11-07T01:30:39.101Z Compiling ascii-canvas v3.0.0
21282024-11-07T01:30:39.581Z Compiling universal-hash v0.5.1
21292024-11-07T01:30:39.826Z Compiling thiserror-impl-no-std v2.0.2
21302024-11-07T01:30:42.409Z Compiling packed_struct_codegen v0.10.1
21312024-11-07T01:30:42.430Z Compiling ena v0.14.3
21322024-11-07T01:30:42.876Z Compiling lzma-sys v0.1.20
21332024-11-07T01:30:43.594Z Compiling libloading v0.8.5
21342024-11-07T01:30:44.002Z Compiling indexmap v1.9.3
21352024-11-07T01:30:44.356Z Compiling nodrop v0.1.14
21362024-11-07T01:30:44.505Z Compiling diff v0.1.13
21372024-11-07T01:30:44.792Z Compiling bindgen v0.69.5
21382024-11-07T01:30:45.043Z Compiling regex-syntax v0.6.29
21392024-11-07T01:30:45.257Z Compiling opaque-debug v0.3.1
21402024-11-07T01:30:45.377Z Compiling poly1305 v0.8.0
21412024-11-07T01:30:47.500Z Compiling diesel v2.2.4
21422024-11-07T01:30:50.226Z Compiling lalrpop v0.19.12
21432024-11-07T01:30:51.450Z Compiling array-init v0.0.4
21442024-11-07T01:30:55.435Z Compiling thiserror-no-std v2.0.2
21452024-11-07T01:30:55.582Z Compiling smallvec v0.6.14
21462024-11-07T01:30:56.685Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21472024-11-07T01:30:57.741Z Compiling which v4.4.2
21482024-11-07T01:30:58.278Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21492024-11-07T01:30:58.590Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21502024-11-07T01:30:58.835Z Compiling chacha20 v0.9.1
21512024-11-07T01:30:59.338Z Compiling heck v0.3.3
21522024-11-07T01:30:59.733Z Compiling cexpr v0.6.0
21532024-11-07T01:31:01.296Z Compiling aead v0.5.2
21542024-11-07T01:31:01.646Z Compiling rustc-hash v1.1.0
21552024-11-07T01:31:01.823Z Compiling ref-cast v1.0.23
21562024-11-07T01:31:02.328Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21572024-11-07T01:31:02.643Z Compiling termcolor v1.4.1
21582024-11-07T01:31:03.004Z Compiling hashbrown v0.12.3
21592024-11-07T01:31:03.761Z Compiling lazycell v1.3.0
21602024-11-07T01:31:03.953Z Compiling bitfield v0.14.0
21612024-11-07T01:31:04.268Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21622024-11-07T01:31:06.289Z Compiling env_logger v0.10.2
21632024-11-07T01:31:09.661Z Compiling chacha20poly1305 v0.10.1
21642024-11-07T01:31:09.938Z Compiling zone_cfg_derive v0.1.2
21652024-11-07T01:31:11.358Z Compiling serde-hex v0.1.0
21662024-11-07T01:31:14.045Z Compiling polar-core v0.27.3
21672024-11-07T01:31:15.307Z Compiling vsss-rs v3.3.4
21682024-11-07T01:31:16.937Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21692024-11-07T01:31:17.282Z Compiling ron v0.8.1
21702024-11-07T01:31:18.655Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21712024-11-07T01:31:18.974Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21722024-11-07T01:31:19.554Z Compiling derive_builder_core v0.20.2
21732024-11-07T01:31:19.782Z Compiling hashbrown v0.13.2
21742024-11-07T01:31:21.228Z Compiling headers-core v0.3.0
21752024-11-07T01:31:21.521Z Compiling fxhash v0.2.1
21762024-11-07T01:31:21.563Z Compiling libxml v0.3.3
21772024-11-07T01:31:21.663Z Compiling ref-cast-impl v1.0.23
21782024-11-07T01:31:21.942Z Compiling crc-any v2.5.0
21792024-11-07T01:31:22.787Z Compiling base64 v0.13.1
21802024-11-07T01:31:23.105Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21812024-11-07T01:31:23.289Z Compiling ron v0.7.1
21822024-11-07T01:31:23.614Z Compiling derive_builder_macro v0.20.2
21832024-11-07T01:31:24.488Z Compiling headers v0.4.0
21842024-11-07T01:31:28.117Z Compiling object v0.30.4
21852024-11-07T01:31:28.675Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21862024-11-07T01:31:29.387Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21872024-11-07T01:31:31.083Z Compiling samael v0.0.17
21882024-11-07T01:31:31.726Z Compiling xz2 v0.1.7
21892024-11-07T01:31:32.768Z Compiling zone v0.1.8
21902024-11-07T01:31:37.140Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21912024-11-07T01:31:37.660Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21922024-11-07T01:31:37.739Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21932024-11-07T01:31:38.044Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21942024-11-07T01:31:39.058Z Compiling yasna v0.5.2
21952024-11-07T01:31:40.168Z Compiling phf_generator v0.11.2
21962024-11-07T01:31:40.379Z Compiling strum_macros v0.24.3
21972024-11-07T01:31:40.907Z Compiling kstat-rs v0.2.4
21982024-11-07T01:31:41.826Z Compiling async-recursion v1.1.1
21992024-11-07T01:31:42.445Z Compiling unicase v2.7.0
22002024-11-07T01:31:42.783Z Compiling path-slash v0.1.5
22012024-11-07T01:31:42.894Z Compiling indoc v1.0.9
22022024-11-07T01:31:43.020Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22032024-11-07T01:31:43.171Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22042024-11-07T01:31:43.481Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22052024-11-07T01:31:43.747Z Compiling phf_codegen v0.11.2
22062024-11-07T01:31:44.093Z Compiling rcgen v0.12.1
22072024-11-07T01:31:51.062Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22082024-11-07T01:31:54.215Z Compiling derive_builder v0.20.2
22092024-11-07T01:31:55.891Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22102024-11-07T01:31:58.753Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
22112024-11-07T01:31:59.077Z Compiling http v0.2.12
22122024-11-07T01:31:59.382Z Compiling oso-derive v0.27.3
22132024-11-07T01:32:00.347Z Compiling impl-trait-for-tuples v0.2.2
22142024-11-07T01:32:03.566Z Compiling parse-zoneinfo v0.3.1
22152024-11-07T01:32:03.824Z Compiling libz-sys v1.1.20
22162024-11-07T01:32:03.829Z Compiling quick-xml v0.33.0
22172024-11-07T01:32:04.523Z Compiling subprocess v0.2.9
22182024-11-07T01:32:05.070Z Compiling diesel-dtrace v0.3.0
22192024-11-07T01:32:05.421Z Compiling cfg_aliases v0.1.1
22202024-11-07T01:32:05.548Z Compiling parking_lot_core v0.8.6
22212024-11-07T01:32:06.045Z Compiling nix v0.28.0
22222024-11-07T01:32:06.636Z Compiling oso v0.27.3
22232024-11-07T01:32:06.859Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22242024-11-07T01:32:09.376Z Compiling chrono-tz-build v0.4.0
22252024-11-07T01:32:10.495Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22262024-11-07T01:32:12.001Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22272024-11-07T01:32:14.686Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22282024-11-07T01:32:19.662Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22292024-11-07T01:32:19.662Z Compiling bb8 v0.8.5
22302024-11-07T01:32:19.662Z Compiling const_format_proc_macros v0.2.33
22312024-11-07T01:32:19.662Z Compiling vte_generate_state_changes v0.1.2
22322024-11-07T01:32:19.662Z Compiling buf-list v1.0.3
22332024-11-07T01:32:19.662Z Compiling vte v0.11.1
22342024-11-07T01:32:19.686Z Compiling const_format v0.2.33
22352024-11-07T01:32:20.889Z Compiling async-bb8-diesel v0.2.1
22362024-11-07T01:32:21.066Z Compiling chrono-tz v0.10.0
22372024-11-07T01:32:22.171Z Compiling http-body v0.4.6
22382024-11-07T01:32:22.603Z Compiling h2 v0.3.26
22392024-11-07T01:32:22.935Z Compiling fd-lock v4.0.2
22402024-11-07T01:32:23.186Z Compiling libgit2-sys v0.17.0+1.8.1
22412024-11-07T01:32:23.981Z Compiling pin-project-internal v1.1.6
22422024-11-07T01:32:24.011Z Compiling atty v0.2.14
22432024-11-07T01:32:24.191Z Compiling bytecount v0.6.8
22442024-11-07T01:32:24.516Z Compiling salty v0.3.0
22452024-11-07T01:32:24.989Z Compiling papergrid v0.11.0
22462024-11-07T01:32:26.660Z Compiling pin-project v1.1.6
22472024-11-07T01:32:37.910Z Compiling hyper v0.14.30
22482024-11-07T01:32:42.840Z Compiling parking_lot v0.11.2
22492024-11-07T01:32:51.707Z Compiling strip-ansi-escapes v0.2.0
22502024-11-07T01:32:52.581Z Compiling tabled_derive v0.7.0
22512024-11-07T01:32:53.111Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22522024-11-07T01:32:54.613Z Compiling peg-macros v0.8.4
22532024-11-07T01:32:54.721Z Compiling snafu-derive v0.8.5
22542024-11-07T01:32:56.426Z Compiling sqlparser_derive v0.2.2
22552024-11-07T01:32:57.437Z Compiling sync_wrapper v0.1.2
22562024-11-07T01:32:57.599Z Compiling unicode_categories v0.1.1
22572024-11-07T01:32:57.732Z Compiling nu-ansi-term v0.50.1
22582024-11-07T01:32:57.979Z Compiling simd-adler32 v0.3.7
22592024-11-07T01:32:58.043Z Compiling lockfree-object-pool v0.1.6
22602024-11-07T01:32:58.393Z Compiling zip v2.1.3
22612024-11-07T01:32:58.759Z Compiling bumpalo v3.16.0
22622024-11-07T01:32:58.983Z Compiling rustyline v14.0.0
22632024-11-07T01:32:59.033Z Compiling reedline v0.35.0
22642024-11-07T01:32:59.121Z Compiling snafu v0.8.5
22652024-11-07T01:32:59.263Z Compiling zopfli v0.8.1
22662024-11-07T01:32:59.300Z Compiling sqlformat v0.2.6
22672024-11-07T01:32:59.700Z Compiling peg v0.8.4
22682024-11-07T01:32:59.821Z Compiling reqwest v0.11.27
22692024-11-07T01:33:00.341Z Compiling sqlparser v0.45.0
22702024-11-07T01:33:03.445Z Compiling tabled v0.15.0
22712024-11-07T01:33:22.286Z Compiling sled v0.34.7
22722024-11-07T01:33:23.715Z Compiling mime_guess v2.0.5
22732024-11-07T01:33:25.129Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22742024-11-07T01:33:27.186Z Compiling hickory-client v0.24.1
22752024-11-07T01:33:27.366Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
22762024-11-07T01:33:32.670Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22772024-11-07T01:33:34.041Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22782024-11-07T01:33:38.306Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22792024-11-07T01:33:38.885Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22802024-11-07T01:33:39.222Z Compiling globset v0.4.15
22812024-11-07T01:33:40.515Z Compiling hickory-server v0.24.1
22822024-11-07T01:33:46.655Z Compiling primeorder v0.13.6
22832024-11-07T01:33:47.209Z Compiling olpc-cjson v0.1.4
22842024-11-07T01:33:47.302Z Compiling vergen v8.3.2
22852024-11-07T01:33:47.593Z Compiling bcs v0.1.6
22862024-11-07T01:33:47.647Z Compiling env_filter v0.1.2
22872024-11-07T01:33:48.545Z Compiling cargo-platform v0.1.8
22882024-11-07T01:33:49.056Z Compiling serde_plain v1.0.2
22892024-11-07T01:33:49.244Z Compiling nanorand v0.7.0
22902024-11-07T01:33:49.605Z Compiling displaydoc v0.2.5
22912024-11-07T01:33:49.970Z Compiling memoffset v0.9.1
22922024-11-07T01:33:50.332Z Compiling typed-path v0.7.1
22932024-11-07T01:33:52.924Z Compiling tough v0.17.1
22942024-11-07T01:33:55.183Z Compiling flume v0.11.0
22952024-11-07T01:33:55.246Z Compiling cargo_metadata v0.18.1
22962024-11-07T01:33:55.475Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22972024-11-07T01:33:55.977Z Compiling env_logger v0.11.5
22982024-11-07T01:33:56.944Z Compiling p384 v0.13.0
22992024-11-07T01:33:57.039Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23002024-11-07T01:33:57.471Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23012024-11-07T01:33:58.484Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23022024-11-07T01:34:03.845Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23032024-11-07T01:34:05.794Z Compiling git2 v0.19.0
23042024-11-07T01:34:07.333Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
23052024-11-07T01:34:10.211Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23062024-11-07T01:34:14.301Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23072024-11-07T01:34:15.131Z Compiling rand_seeder v0.3.0
23082024-11-07T01:34:15.562Z Compiling libsqlite3-sys v0.30.1
23092024-11-07T01:34:16.096Z Compiling cfg_aliases v0.2.1
23102024-11-07T01:34:16.217Z Compiling parse-size v1.1.0
23112024-11-07T01:34:16.429Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
23122024-11-07T01:34:16.549Z Compiling rustls v0.21.12
23132024-11-07T01:34:16.785Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23142024-11-07T01:34:16.895Z Compiling nix v0.29.0
23152024-11-07T01:34:17.242Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23162024-11-07T01:34:17.755Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23172024-11-07T01:34:19.244Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23182024-11-07T01:34:19.593Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23192024-11-07T01:34:20.364Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23202024-11-07T01:34:20.698Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23212024-11-07T01:34:20.998Z Compiling sct v0.7.1
23222024-11-07T01:34:21.485Z Compiling rustls-webpki v0.101.7
23232024-11-07T01:34:24.144Z Compiling castaway v0.2.3
23242024-11-07T01:34:24.369Z Compiling csv-core v0.1.11
23252024-11-07T01:34:24.972Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23262024-11-07T01:34:25.228Z Compiling http-range v0.1.5
23272024-11-07T01:34:25.476Z Compiling hyper-staticfile v0.10.1
23282024-11-07T01:34:25.794Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23292024-11-07T01:34:27.430Z Compiling csv v1.3.0
23302024-11-07T01:34:31.266Z Compiling compact_str v0.8.0
23312024-11-07T01:34:31.286Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23322024-11-07T01:34:31.321Z Compiling nix v0.27.1
23332024-11-07T01:34:32.782Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23342024-11-07T01:34:34.164Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23352024-11-07T01:34:36.273Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23362024-11-07T01:34:40.232Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23372024-11-07T01:34:44.956Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23382024-11-07T01:34:46.491Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23392024-11-07T01:34:50.750Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23402024-11-07T01:34:51.106Z Compiling unicode-truncate v1.1.0
23412024-11-07T01:34:51.413Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23422024-11-07T01:34:51.837Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23432024-11-07T01:34:52.158Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
23442024-11-07T01:34:53.960Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
23452024-11-07T01:34:54.522Z Compiling hashlink v0.9.1
23462024-11-07T01:34:54.545Z Compiling tungstenite v0.23.0
23472024-11-07T01:34:55.356Z Compiling lru v0.12.5
23482024-11-07T01:34:55.761Z Compiling instability v0.3.2
23492024-11-07T01:34:56.742Z Compiling cassowary v0.3.0
23502024-11-07T01:34:56.785Z Compiling fallible-streaming-iterator v0.1.9
23512024-11-07T01:34:57.090Z Compiling fallible-iterator v0.3.0
23522024-11-07T01:34:57.943Z Compiling rusqlite v0.32.1
23532024-11-07T01:34:59.822Z Compiling ratatui v0.28.1
23542024-11-07T01:35:00.303Z Compiling tokio-tungstenite v0.23.1
23552024-11-07T01:35:00.385Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23562024-11-07T01:35:03.257Z Compiling tokio-rustls v0.24.1
23572024-11-07T01:35:03.748Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23582024-11-07T01:35:21.943Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23592024-11-07T01:35:21.958Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23602024-11-07T01:35:21.961Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23612024-11-07T01:35:24.883Z Compiling rustls-pemfile v1.0.4
23622024-11-07T01:35:24.992Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23632024-11-07T01:35:25.371Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23642024-11-07T01:35:25.542Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23652024-11-07T01:35:25.769Z Compiling signal-hook-tokio v0.3.1
23662024-11-07T01:35:25.820Z Compiling twox-hash v1.6.3
23672024-11-07T01:35:26.038Z Compiling smawk v0.3.2
23682024-11-07T01:35:26.321Z Compiling is_ci v1.2.0
23692024-11-07T01:35:26.644Z Compiling unicode-linebreak v0.1.5
23702024-11-07T01:35:26.846Z Compiling supports-color v3.0.1
23712024-11-07T01:35:27.221Z Compiling textwrap v0.16.1
23722024-11-07T01:35:30.834Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23732024-11-07T01:35:35.225Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23742024-11-07T01:35:40.390Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23752024-11-07T01:35:41.135Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23762024-11-07T01:35:45.973Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23772024-11-07T01:35:50.250Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23782024-11-07T01:35:50.878Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23792024-11-07T01:35:59.576Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23802024-11-07T01:36:02.501Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23812024-11-07T01:36:02.882Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23822024-11-07T01:36:06.809Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23832024-11-07T01:36:09.665Z Compiling fatfs v0.3.6
23842024-11-07T01:36:10.416Z Compiling rtoolbox v0.0.2
23852024-11-07T01:36:10.867Z Compiling assert_matches v1.5.0
23862024-11-07T01:36:10.996Z Compiling rpassword v7.3.1
23872024-11-07T01:36:12.587Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23882024-11-07T01:36:16.340Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23892024-11-07T01:36:26.708Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23902024-11-07T01:36:33.862Z Compiling tui-tree-widget v0.22.0
23912024-11-07T01:36:34.330Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23922024-11-07T01:36:35.319Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23932024-11-07T01:36:42.894Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23942024-11-07T01:36:43.231Z Compiling uzers v0.12.1
23952024-11-07T01:36:46.451Z Compiling shell-words v1.1.0
23962024-11-07T01:36:46.991Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23972024-11-07T01:36:49.042Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23982024-11-07T01:36:51.028Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23992024-11-07T01:37:17.515Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24002024-11-07T01:37:23.769Z Compiling multimap v0.10.0
24012024-11-07T01:39:27.936Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
24022024-11-07T01:39:34.388Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24032024-11-07T01:48:20.746Z Finished `release` profile [optimized] target(s) in 18m 31s
24042024-11-07T01:49:18.954Z
24052024-11-07T01:49:18.957Zreal 19:30.444343337
24062024-11-07T01:49:18.957Zuser 2:08:13.484296876
24072024-11-07T01:49:18.957Zsys 5:55.993732544
24082024-11-07T01:49:18.957Ztrap 3.175406816
24092024-11-07T01:49:18.957Ztflt 3.017440600
24102024-11-07T01:49:18.957Zdflt 5.350000668
24112024-11-07T01:49:18.957Zkflt 0.024004012
24122024-11-07T01:49:18.957Zlock 7:37:39.445217380
24132024-11-07T01:49:18.957Zslp 6:22:55.675837363
24142024-11-07T01:49:18.957Zlat 2:58.649543868
24152024-11-07T01:49:18.957Zstop 2:42.471101494
24162024-11-07T01:49:18.959Z+ mapfile -t packages
24172024-11-07T01:49:18.959Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
24182024-11-07T01:49:19.958Z Finished `release` profile [optimized] target(s) in 0.95s
24192024-11-07T01:49:20.018Z Running `target/release/omicron-package -t test list-outputs`
24202024-11-07T01:49:20.062ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212024-11-07T01:49:20.064Z+ ptime -m cargo build --locked --release -p xtask
24222024-11-07T01:49:20.606Z Compiling serde v1.0.210
24232024-11-07T01:49:20.609Z Compiling serde_json v1.0.128
24242024-11-07T01:49:20.609Z Compiling libc v0.2.161
24252024-11-07T01:49:20.609Z Compiling rustix v0.38.37
24262024-11-07T01:49:20.609Z Compiling syn v2.0.79
24272024-11-07T01:49:20.704Z Compiling bitflags v2.6.0
24282024-11-07T01:49:21.043Z Compiling usdt-impl v0.5.0
24292024-11-07T01:49:21.089Z Compiling syn v1.0.109
24302024-11-07T01:49:21.180Z Compiling log v0.4.22
24312024-11-07T01:49:21.202Z Compiling hashbrown v0.15.0
24322024-11-07T01:49:21.217Z Compiling fs-err v2.11.0
24332024-11-07T01:49:21.544Z Compiling once_cell v1.20.2
24342024-11-07T01:49:21.647Z Compiling anyhow v1.0.92
24352024-11-07T01:49:22.162Z Compiling thread-id v4.2.2
24362024-11-07T01:49:22.601Z Compiling indexmap v2.6.0
24372024-11-07T01:49:23.746Z Compiling terminal_size v0.4.0
24382024-11-07T01:49:23.746Z Compiling tempfile v3.13.0
24392024-11-07T01:49:24.010Z Compiling clap_builder v4.5.20
24402024-11-07T01:49:24.479Z Compiling proc-macro-error v1.0.4
24412024-11-07T01:49:25.614Z Compiling tabled_derive v0.7.0
24422024-11-07T01:49:26.912Z Compiling tabled v0.15.0
24432024-11-07T01:49:27.774Z Compiling serde_derive v1.0.210
24442024-11-07T01:49:27.774Z Compiling thiserror-impl v1.0.64
24452024-11-07T01:49:27.777Z Compiling zerocopy-derive v0.7.35
24462024-11-07T01:49:27.777Z Compiling scroll_derive v0.12.0
24472024-11-07T01:49:27.777Z Compiling clap_derive v4.5.18
24482024-11-07T01:49:29.216Z Compiling scroll v0.12.0
24492024-11-07T01:49:29.731Z Compiling zerocopy v0.7.35
24502024-11-07T01:49:29.885Z Compiling goblin v0.8.2
24512024-11-07T01:49:30.461Z Compiling thiserror v1.0.64
24522024-11-07T01:49:30.620Z Compiling pest v2.7.14
24532024-11-07T01:49:33.572Z Compiling pest_meta v2.7.14
24542024-11-07T01:49:33.892Z Compiling clap v4.5.20
24552024-11-07T01:49:35.509Z Compiling pest_generator v2.7.14
24562024-11-07T01:49:37.495Z Compiling pest_derive v2.7.14
24572024-11-07T01:49:38.290Z Compiling dtrace-parser v0.2.0
24582024-11-07T01:49:43.112Z Compiling serde_tokenstream v0.2.2
24592024-11-07T01:49:43.730Z Compiling toml_datetime v0.6.8
24602024-11-07T01:49:44.469Z Compiling serde_spanned v0.6.8
24612024-11-07T01:49:44.597Z Compiling dof v0.3.0
24622024-11-07T01:49:45.640Z Compiling toml_edit v0.22.22
24632024-11-07T01:49:45.703Z Compiling camino v1.1.9
24642024-11-07T01:49:46.837Z Compiling usdt-macro v0.5.0
24652024-11-07T01:49:47.103Z Compiling usdt-attr-macro v0.5.0
24662024-11-07T01:49:48.075Z Compiling semver v1.0.23
24672024-11-07T01:49:48.422Z Compiling cargo-platform v0.1.8
24682024-11-07T01:49:49.545Z Compiling toml v0.8.19
24692024-11-07T01:49:49.636Z Compiling cargo_metadata v0.18.1
24702024-11-07T01:49:50.657Z Compiling cargo_toml v0.20.5
24712024-11-07T01:49:53.595Z Compiling usdt v0.5.0
24722024-11-07T01:49:55.062Z Compiling camino-tempfile v1.1.1
24732024-11-07T01:49:55.855Z Compiling macaddr v1.0.1
24742024-11-07T01:50:04.956Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24752024-11-07T01:50:16.352Z Finished `release` profile [optimized] target(s) in 56.23s
24762024-11-07T01:50:16.471Z
24772024-11-07T01:50:16.474Zreal 56.378686540
24782024-11-07T01:50:16.474Zuser 5:42.154404236
24792024-11-07T01:50:16.475Zsys 29.158144699
24802024-11-07T01:50:16.475Ztrap 0.154134141
24812024-11-07T01:50:16.475Ztflt 0.258975837
24822024-11-07T01:50:16.475Zdflt 0.465126671
24832024-11-07T01:50:16.475Zkflt 0.011085608
24842024-11-07T01:50:16.475Zlock 10:56.754400292
24852024-11-07T01:50:16.475Zslp 16:46.350095230
24862024-11-07T01:50:16.475Zlat 13.783663118
24872024-11-07T01:50:16.475Zstop 14.760384105
24882024-11-07T01:50:16.475Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24892024-11-07T01:50:16.475Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24902024-11-07T01:50:16.475Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24912024-11-07T01:50:16.475Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24922024-11-07T01:50:16.475Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24932024-11-07T01:50:17.322Z Compiling hashbrown v0.14.5
24942024-11-07T01:50:17.445Z Compiling unsafe-libyaml v0.2.11
24952024-11-07T01:50:17.458Z Compiling progenitor-client v0.8.0
24962024-11-07T01:50:17.460Z Compiling ident_case v1.0.1
24972024-11-07T01:50:17.460Z Compiling ipnetwork v0.20.0
24982024-11-07T01:50:17.460Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24992024-11-07T01:50:17.460Z Compiling instant v0.1.13
25002024-11-07T01:50:17.461Z Compiling structmeta-derive v0.3.0
25012024-11-07T01:50:17.603Z Compiling newtype-uuid v1.1.2
25022024-11-07T01:50:17.651Z Compiling darling_core v0.20.10
25032024-11-07T01:50:17.893Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
25042024-11-07T01:50:17.989Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25052024-11-07T01:50:18.295Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25062024-11-07T01:50:18.368Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25072024-11-07T01:50:18.675Z Compiling regress v0.10.1
25082024-11-07T01:50:18.675Z Compiling regress v0.9.1
25092024-11-07T01:50:18.760Z Compiling serde_yaml v0.9.34+deprecated
25102024-11-07T01:50:18.798Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25112024-11-07T01:50:18.981Z Compiling backoff v0.4.0
25122024-11-07T01:50:19.127Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25132024-11-07T01:50:19.282Z Compiling macaddr v1.0.1
25142024-11-07T01:50:19.306Z Compiling tempfile v3.13.0
25152024-11-07T01:50:19.338Z Compiling proc-macro-crate v1.3.1
25162024-11-07T01:50:19.732Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25172024-11-07T01:50:20.113Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25182024-11-07T01:50:20.207Z Compiling foreign-types-macros v0.2.3
25192024-11-07T01:50:20.283Z Compiling structmeta v0.3.0
25202024-11-07T01:50:20.407Z Compiling num_enum_derive v0.5.11
25212024-11-07T01:50:20.457Z Compiling heapless v0.8.0
25222024-11-07T01:50:20.716Z Compiling parse-display-derive v0.10.0
25232024-11-07T01:50:21.039Z Compiling foreign-types-shared v0.3.1
25242024-11-07T01:50:21.461Z Compiling foreign-types v0.5.0
25252024-11-07T01:50:21.586Z Compiling proc-macro-error v1.0.4
25262024-11-07T01:50:21.859Z Compiling camino-tempfile v1.1.1
25272024-11-07T01:50:22.260Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25282024-11-07T01:50:22.340Z Compiling hash32 v0.3.1
25292024-11-07T01:50:22.607Z Compiling typify-impl v0.2.0
25302024-11-07T01:50:22.744Z Compiling cstr-argument v0.1.2
25312024-11-07T01:50:22.909Z Compiling num_enum v0.5.11
25322024-11-07T01:50:23.035Z Compiling pretty-hex v0.2.1
25332024-11-07T01:50:23.071Z Compiling crucible-workspace-hack v0.1.0
25342024-11-07T01:50:23.092Z Compiling smoltcp v0.11.0
25352024-11-07T01:50:23.229Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25362024-11-07T01:50:23.440Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25372024-11-07T01:50:23.646Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25382024-11-07T01:50:23.698Z Compiling tabwriter v1.4.0
25392024-11-07T01:50:23.777Z Compiling colored v2.1.0
25402024-11-07T01:50:23.865Z Compiling cobs v0.2.3
25412024-11-07T01:50:24.139Z Compiling darling_macro v0.20.10
25422024-11-07T01:50:24.177Z Compiling postcard v1.0.10
25432024-11-07T01:50:24.242Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25442024-11-07T01:50:24.320Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25452024-11-07T01:50:24.513Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25462024-11-07T01:50:24.534Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
25472024-11-07T01:50:24.642Z Compiling smf v0.2.3
25482024-11-07T01:50:24.841Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25492024-11-07T01:50:25.055Z Compiling darling v0.20.10
25502024-11-07T01:50:25.143Z Compiling parse-display v0.10.0
25512024-11-07T01:50:25.176Z Compiling zone_cfg_derive v0.3.0
25522024-11-07T01:50:25.178Z Compiling serde_with_macros v3.11.0
25532024-11-07T01:50:25.404Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25542024-11-07T01:50:25.807Z Compiling num-derive v0.4.2
25552024-11-07T01:50:25.898Z Compiling sigpipe v0.1.3
25562024-11-07T01:50:25.943Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25572024-11-07T01:50:26.030Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25582024-11-07T01:50:26.292Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25592024-11-07T01:50:26.641Z Compiling zone v0.3.0
25602024-11-07T01:50:26.749Z Compiling universal-hash v0.5.1
25612024-11-07T01:50:26.972Z Compiling opaque-debug v0.3.1
25622024-11-07T01:50:27.087Z Compiling num-rational v0.4.2
25632024-11-07T01:50:27.156Z Compiling password-hash v0.5.0
25642024-11-07T01:50:28.016Z Compiling serde_with v3.11.0
25652024-11-07T01:50:28.145Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25662024-11-07T01:50:28.163Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
25672024-11-07T01:50:28.193Z Compiling num-complex v0.4.6
25682024-11-07T01:50:28.802Z Compiling blake2 v0.10.6
25692024-11-07T01:50:28.969Z Compiling aead v0.5.2
25702024-11-07T01:50:29.220Z Compiling keccak v0.1.5
25712024-11-07T01:50:29.339Z Compiling convert_case v0.4.0
25722024-11-07T01:50:29.385Z Compiling argon2 v0.5.3
25732024-11-07T01:50:29.890Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25742024-11-07T01:50:30.161Z Compiling sha3 v0.10.8
25752024-11-07T01:50:30.207Z Compiling num v0.4.3
25762024-11-07T01:50:30.324Z Compiling poly1305 v0.8.0
25772024-11-07T01:50:30.342Z Compiling derive_more v0.99.18
25782024-11-07T01:50:30.360Z Compiling tungstenite v0.21.0
25792024-11-07T01:50:31.262Z Compiling chacha20 v0.9.1
25802024-11-07T01:50:31.763Z Compiling float-ord v0.3.2
25812024-11-07T01:50:31.956Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25822024-11-07T01:50:32.069Z Compiling base64 v0.21.7
25832024-11-07T01:50:32.096Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25842024-11-07T01:50:32.138Z Compiling tokio-tungstenite v0.21.0
25852024-11-07T01:50:32.213Z Compiling same-file v1.0.6
25862024-11-07T01:50:32.501Z Compiling semver v0.1.20
25872024-11-07T01:50:32.523Z Compiling walkdir v2.5.0
25882024-11-07T01:50:32.539Z Compiling newline-converter v0.3.0
25892024-11-07T01:50:32.717Z Compiling primeorder v0.13.6
25902024-11-07T01:50:32.736Z Compiling secrecy v0.8.0
25912024-11-07T01:50:32.817Z Compiling owo-colors v4.1.0
25922024-11-07T01:50:33.031Z Compiling rustc_version v0.1.7
25932024-11-07T01:50:33.129Z Compiling cancel-safe-futures v0.1.5
25942024-11-07T01:50:33.152Z Compiling home v0.5.9
25952024-11-07T01:50:33.233Z Compiling prettyplease v0.2.22
25962024-11-07T01:50:33.250Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25972024-11-07T01:50:33.299Z Compiling expectorate v1.1.0
25982024-11-07T01:50:33.454Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25992024-11-07T01:50:33.530Z Compiling thiserror-impl-no-std v2.0.2
26002024-11-07T01:50:33.548Z Compiling blake3 v1.5.4
26012024-11-07T01:50:33.565Z Compiling newtype_derive v0.1.6
26022024-11-07T01:50:33.610Z Compiling ring v0.16.20
26032024-11-07T01:50:33.809Z Compiling unicase v2.7.0
26042024-11-07T01:50:33.882Z Compiling half v2.4.1
26052024-11-07T01:50:34.121Z Compiling arc-swap v1.7.1
26062024-11-07T01:50:34.139Z Compiling ciborium-io v0.2.2
26072024-11-07T01:50:34.449Z Compiling ciborium-ll v0.2.2
26082024-11-07T01:50:34.564Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26092024-11-07T01:50:34.779Z Compiling slog-scope v4.4.0
26102024-11-07T01:50:35.292Z Compiling polyval v0.6.2
26112024-11-07T01:50:35.475Z Compiling atomicwrites v0.4.4
26122024-11-07T01:50:35.767Z Compiling libsw v3.3.1
26132024-11-07T01:50:35.854Z Compiling memmap2 v0.9.5
26142024-11-07T01:50:36.106Z Compiling libefi-sys v0.1.0
26152024-11-07T01:50:36.322Z Compiling parking_lot_core v0.8.6
26162024-11-07T01:50:36.416Z Compiling arrayref v0.3.9
26172024-11-07T01:50:36.536Z Compiling constant_time_eq v0.3.1
26182024-11-07T01:50:36.650Z Compiling thiserror-no-std v2.0.2
26192024-11-07T01:50:36.715Z Compiling untrusted v0.7.1
26202024-11-07T01:50:36.775Z Compiling linear-map v1.2.0
26212024-11-07T01:50:36.807Z Compiling arrayvec v0.7.6
26222024-11-07T01:50:36.917Z Compiling salty v0.3.0
26232024-11-07T01:50:37.141Z Compiling indent_write v2.2.0
26242024-11-07T01:50:37.212Z Compiling spin v0.5.2
26252024-11-07T01:50:37.367Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26262024-11-07T01:50:37.449Z Compiling vsss-rs v3.3.4
26272024-11-07T01:50:37.466Z Compiling ghash v0.5.1
26282024-11-07T01:50:37.503Z Compiling slog-stdlog v4.1.1
26292024-11-07T01:50:37.731Z Compiling ciborium v0.2.2
26302024-11-07T01:50:38.251Z Compiling toolchain_find v0.4.0
26312024-11-07T01:50:38.308Z Compiling p384 v0.13.0
26322024-11-07T01:50:38.517Z Compiling chacha20poly1305 v0.10.1
26332024-11-07T01:50:38.788Z Compiling itertools v0.13.0
26342024-11-07T01:50:38.983Z Compiling lzma-sys v0.1.20
26352024-11-07T01:50:39.052Z Compiling typify-macro v0.2.0
26362024-11-07T01:50:39.308Z Compiling ctr v0.9.2
26372024-11-07T01:50:39.721Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26382024-11-07T01:50:39.783Z Compiling bitfield-struct v0.6.2
26392024-11-07T01:50:39.894Z Compiling slog-dtrace v0.3.0
26402024-11-07T01:50:40.147Z Compiling topological-sort v0.2.2
26412024-11-07T01:50:40.236Z Compiling highway v1.2.0
26422024-11-07T01:50:40.389Z Compiling omicron-zone-package v0.11.1
26432024-11-07T01:50:41.174Z Compiling aes-gcm v0.10.3
26442024-11-07T01:50:41.248Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26452024-11-07T01:50:41.266Z Compiling rustfmt-wrapper v0.2.1
26462024-11-07T01:50:41.318Z Compiling mime_guess v2.0.5
26472024-11-07T01:50:41.485Z Compiling steno v0.4.1
26482024-11-07T01:50:41.854Z Compiling slog-envlogger v2.2.0
26492024-11-07T01:50:42.395Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26502024-11-07T01:50:42.589Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26512024-11-07T01:50:42.611Z Compiling heck v0.3.3
26522024-11-07T01:50:42.697Z Compiling ssh-encoding v0.2.0
26532024-11-07T01:50:43.046Z Compiling blowfish v0.9.1
26542024-11-07T01:50:43.077Z Compiling nibble_vec v0.1.0
26552024-11-07T01:50:43.153Z Compiling env_filter v0.1.2
26562024-11-07T01:50:43.208Z Compiling humantime v2.1.0
26572024-11-07T01:50:43.248Z Compiling typify v0.2.0
26582024-11-07T01:50:43.302Z Compiling endian-type v0.1.2
26592024-11-07T01:50:43.409Z Compiling progenitor-impl v0.8.0
26602024-11-07T01:50:43.575Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26612024-11-07T01:50:43.596Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26622024-11-07T01:50:43.728Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26632024-11-07T01:50:43.750Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26642024-11-07T01:50:43.770Z Compiling radix_trie v0.2.1
26652024-11-07T01:50:43.885Z Compiling env_logger v0.11.5
26662024-11-07T01:50:43.933Z Compiling bcrypt-pbkdf v0.10.0
26672024-11-07T01:50:44.072Z Compiling ssh-cipher v0.2.0
26682024-11-07T01:50:44.497Z Compiling zone_cfg_derive v0.1.2
26692024-11-07T01:50:44.571Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26702024-11-07T01:50:44.731Z Compiling parking_lot v0.11.2
26712024-11-07T01:50:45.118Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26722024-11-07T01:50:45.631Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26732024-11-07T01:50:45.681Z Compiling gethostname v0.5.0
26742024-11-07T01:50:45.715Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26752024-11-07T01:50:45.889Z Compiling password-hash v0.4.2
26762024-11-07T01:50:45.983Z Compiling fxhash v0.2.1
26772024-11-07T01:50:46.020Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26782024-11-07T01:50:46.163Z Compiling base64 v0.13.1
26792024-11-07T01:50:46.205Z Compiling matches v0.1.10
26802024-11-07T01:50:46.314Z Compiling idna v0.2.3
26812024-11-07T01:50:46.333Z Compiling sled v0.34.7
26822024-11-07T01:50:46.369Z Compiling pbkdf2 v0.11.0
26832024-11-07T01:50:46.395Z Compiling zone v0.1.8
26842024-11-07T01:50:46.752Z Compiling ron v0.7.1
26852024-11-07T01:50:46.770Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26862024-11-07T01:50:46.792Z Compiling xz2 v0.1.7
26872024-11-07T01:50:47.308Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26882024-11-07T01:50:47.919Z Compiling ssh-key v0.6.6
26892024-11-07T01:50:47.942Z Compiling hickory-client v0.24.1
26902024-11-07T01:50:48.674Z Compiling p256 v0.13.2
26912024-11-07T01:50:49.087Z Compiling p521 v0.13.3
26922024-11-07T01:50:49.164Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26932024-11-07T01:50:49.381Z Compiling hickory-server v0.24.1
26942024-11-07T01:50:49.560Z Compiling enum-as-inner v0.5.1
26952024-11-07T01:50:50.303Z Compiling pem v3.0.4
26962024-11-07T01:50:50.623Z Compiling yasna v0.5.2
26972024-11-07T01:50:51.109Z Compiling headers-core v0.3.0
26982024-11-07T01:50:51.240Z Compiling progenitor-macro v0.8.0
26992024-11-07T01:50:51.293Z Compiling kstat-rs v0.2.4
27002024-11-07T01:50:51.427Z Compiling nanorand v0.7.0
27012024-11-07T01:50:51.962Z Compiling russh-cryptovec v0.7.3
27022024-11-07T01:50:52.020Z Compiling atty v0.2.14
27032024-11-07T01:50:52.183Z Compiling http-range v0.1.5
27042024-11-07T01:50:52.279Z Compiling glob v0.3.1
27052024-11-07T01:50:52.296Z Compiling md5 v0.7.0
27062024-11-07T01:50:52.507Z Compiling hyper-staticfile v0.10.1
27072024-11-07T01:50:52.571Z Compiling russh-keys v0.45.0
27082024-11-07T01:50:52.590Z Compiling flume v0.11.0
27092024-11-07T01:50:52.796Z Compiling rcgen v0.12.1
27102024-11-07T01:50:53.274Z Compiling headers v0.4.0
27112024-11-07T01:50:53.297Z Compiling trust-dns-proto v0.22.0
27122024-11-07T01:50:53.688Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27132024-11-07T01:50:55.224Z Compiling num-bigint v0.4.6
27142024-11-07T01:50:55.368Z Compiling des v0.8.1
27152024-11-07T01:50:55.739Z Compiling subprocess v0.2.9
27162024-11-07T01:50:56.419Z Compiling display-error-chain v0.2.2
27172024-11-07T01:50:56.638Z Compiling dhcproto-macros v0.1.0
27182024-11-07T01:50:56.685Z Compiling hex-literal v0.4.1
27192024-11-07T01:50:56.855Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27202024-11-07T01:50:57.214Z Compiling internet-checksum v0.2.1
27212024-11-07T01:50:57.788Z Compiling dhcproto v0.12.0
27222024-11-07T01:50:58.359Z Compiling russh v0.45.0
27232024-11-07T01:51:02.623Z Compiling progenitor v0.8.0
27242024-11-07T01:51:02.737Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27252024-11-07T01:51:02.739Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27262024-11-07T01:51:02.739Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27272024-11-07T01:51:02.739Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27282024-11-07T01:51:02.739Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27292024-11-07T01:51:02.739Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27302024-11-07T01:51:02.822Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27312024-11-07T01:51:04.304Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27322024-11-07T01:51:04.468Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27332024-11-07T01:51:05.111Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27342024-11-07T01:51:08.555Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352024-11-07T01:51:09.254Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27362024-11-07T01:51:17.917Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27372024-11-07T01:51:17.920Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27382024-11-07T01:51:17.920Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27392024-11-07T01:51:17.920Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27402024-11-07T01:51:18.809Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27412024-11-07T01:51:21.041Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27422024-11-07T01:51:22.114Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27432024-11-07T01:51:22.528Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27442024-11-07T01:51:22.549Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27452024-11-07T01:51:23.140Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27462024-11-07T01:51:25.869Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27472024-11-07T01:51:25.968Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27482024-11-07T01:51:26.534Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27492024-11-07T01:51:26.842Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27502024-11-07T01:51:26.875Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27512024-11-07T01:51:27.906Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27522024-11-07T01:51:28.147Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27532024-11-07T01:51:29.696Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27542024-11-07T01:51:31.415Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27552024-11-07T01:51:31.577Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27562024-11-07T01:51:31.645Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27572024-11-07T01:51:32.091Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27582024-11-07T01:51:33.360Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27592024-11-07T01:51:36.044Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27602024-11-07T01:51:36.957Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27612024-11-07T01:51:38.112Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27622024-11-07T01:51:38.576Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27632024-11-07T01:51:40.071Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27642024-11-07T01:51:45.301Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27652024-11-07T01:51:54.167Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27662024-11-07T01:51:55.856Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27672024-11-07T01:52:50.535Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27682024-11-07T01:53:20.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 04s
27692024-11-07T01:53:20.930Z
27702024-11-07T01:53:20.930Zreal 3:04.399687414
27712024-11-07T01:53:20.930Zuser 11:56.994657976
27722024-11-07T01:53:20.930Zsys 2:19.842662954
27732024-11-07T01:53:20.930Ztrap 0.315060435
27742024-11-07T01:53:20.930Ztflt 0.752787568
27752024-11-07T01:53:20.934Zdflt 1.615652157
27762024-11-07T01:53:20.934Zkflt 0.003138880
27772024-11-07T01:53:20.934Zlock 24:56.223693180
27782024-11-07T01:53:20.934Zslp 41:44.878779935
27792024-11-07T01:53:20.934Zlat 34.902239026
27802024-11-07T01:53:20.934Zstop 1:23.218565194
27812024-11-07T01:53:20.934Z+ mkdir tests
27822024-11-07T01:53:20.937Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27832024-11-07T01:53:20.937Z+ xargs -I '{}' -t cp '{}' tests/
27842024-11-07T01:53:22.165Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-66adfe2d07f2bcad tests/
27852024-11-07T01:53:22.192Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-68ca88e587a7b5c5 tests/
27862024-11-07T01:53:22.218Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-ec6bfd4845fc8f27 tests/
27872024-11-07T01:53:22.245Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4334d32fd8c55416 tests/
27882024-11-07T01:53:22.448Z+ 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/*)
27892024-11-07T01:53:22.451Z+ 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
27902024-11-07T01:54:27.738ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27912024-11-07T01:54:27.738Za .github/buildomat/ci-env.sh 1K
27922024-11-07T01:54:27.738Za out/target/test 1K
27932024-11-07T01:54:27.738Za out/npuzone/npuzone 23144K
27942024-11-07T01:54:27.738Za package-manifest.toml 32K
27952024-11-07T01:54:27.738Za smf/sled-agent/non-gimlet/config.toml 4K
27962024-11-07T01:54:27.738Za target/release/omicron-package 32538K
27972024-11-07T01:54:27.738Za target/release/xtask 11749K
27982024-11-07T01:54:27.738Za target/debug/bootstrap 196071K
27992024-11-07T01:54:27.738Za tests/bootstrap-68ca88e587a7b5c5 23991K
28002024-11-07T01:54:27.738Za tests/commtest-ec6bfd4845fc8f27 24191K
28012024-11-07T01:54:27.738Za tests/dhcp_server-66adfe2d07f2bcad 23991K
28022024-11-07T01:54:27.738Za tests/end_to_end_tests-4334d32fd8c55416 208285K
28032024-11-07T01:54:27.738Za out/clickhouse.tar.gz 244432K
28042024-11-07T01:54:27.738Za out/clickhouse_keeper.tar.gz 244414K
28052024-11-07T01:54:27.738Za out/clickhouse_server.tar.gz 244412K
28062024-11-07T01:54:27.738Za out/cockroachdb.tar.gz 130037K
28072024-11-07T01:54:27.738Za out/crucible-dtrace.tar 83K
28082024-11-07T01:54:27.738Za out/crucible-pantry-zone.tar.gz 26856K
28092024-11-07T01:54:27.738Za out/crucible-zone.tar.gz 35063K
28102024-11-07T01:54:27.739Za out/external-dns.tar.gz 30754K
28112024-11-07T01:54:27.739Za out/internal-dns.tar.gz 30755K
28122024-11-07T01:54:27.739Za out/mg-ddm-gz.tar 62661K
28132024-11-07T01:54:27.739Za out/nexus.tar.gz 96564K
28142024-11-07T01:54:27.739Za out/ntp.tar.gz 9037K
28152024-11-07T01:54:27.739Za out/omicron-gateway-softnpu.tar.gz 21771K
28162024-11-07T01:54:27.739Za out/omicron-sled-agent.tar 104559K
28172024-11-07T01:54:27.739Za out/overlay.tar.gz 3K
28182024-11-07T01:54:27.739Za out/oximeter.tar.gz 46140K
28192024-11-07T01:54:27.739Za out/oxlog.tar 3071K
28202024-11-07T01:54:27.739Za out/probe.tar.gz 2764K
28212024-11-07T01:54:27.739Za out/propolis-server.tar.gz 66584K
28222024-11-07T01:54:27.739Za out/pumpkind-gz.tar 26665K
28232024-11-07T01:54:27.739Za out/switch-softnpu.tar.gz 224698K
28242024-11-07T01:54:27.742Z
28252024-11-07T01:54:27.742Zreal 1:05.279966138
28262024-11-07T01:54:27.742Zuser 1:02.250565757
28272024-11-07T01:54:27.742Zsys 4.372199397
28282024-11-07T01:54:27.742Ztrap 0.017302411
28292024-11-07T01:54:27.742Ztflt 0.000000000
28302024-11-07T01:54:27.742Zdflt 0.000000000
28312024-11-07T01:54:27.742Zkflt 0.000000000
28322024-11-07T01:54:27.742Zlock 0.000000000
28332024-11-07T01:54:27.742Zslp 1:02.065968169
28342024-11-07T01:54:27.742Zlat 1.847997499
28352024-11-07T01:54:27.742Zstop 0.000689872
28362024-11-07T01:54:27.742Zprocess exited: duration 2061155 ms, exit code 0
 
28372024-11-07T01:54:27.755Zfound 1 output files
28382024-11-07T01:54:27.755Zuploading: /work/package.tar.gz (1694250336 bytes)
28392024-11-07T01:55:03.937Zuploaded: /work/package.tar.gz